aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
* [youtube] Fix live streams extraction (closes #15202)Sergey M․2018-01-141-1/+1
|
* [wdr] Fix testSergey M․2018-01-131-6/+3
|
* [wdr] Bypass geo restrictionSergey M․2018-01-131-0/+1
|
* [wdr] Rework extractors (closes #14598)Sergey M․2018-01-133-148/+124
|
* [wdr:elefant] Add extractorSebastian Leske2018-01-132-3/+52
|
* [gamestar] Fix issues (closes #15179)Sergey M․2018-01-131-29/+32
|
* [gamestar] Add support for gamepro.de (closes #3384)Hendrik v. Raven2018-01-131-18/+25
|
* [viafree] Skip rtmp formats (closes #15232)Sergey M․2018-01-131-2/+8
|
* [pandoratv] Add support for mobile URLs (closes #12441)Sergey M․2018-01-111-1/+5
|
* [pandoratv] Add support for new URL format (closes #15131)Sergey M․2018-01-111-6/+22
|
* [ximalaya_extractor] Add new extractor ximalaya (#14687)scil2018-01-112-0/+237
| | | | | | | | | | | | | | | | | | * [ximalaya_extractor] Add new extractor * format change according by flake8 * changes accoring to review by @yan12125 at github pull #14687 * change %d to %s in a temp str * seond changes accoring to review by @yan12125 at github pull #1468 * improve TESTS about contains * changes accoring to third review by @yan12125 at github pull #1468 * forth changes accoring to forth review by @yan12125 at github pull #1468
* [digg] Improve extractionSergey M․2018-01-101-16/+31
|
* [digg] Add extractor (closes #15214)Sergey M․2018-01-102-0/+42
|
* [limelight] Tolerate empty pc formats (closes #15150, closes #15151, closes ↵Sergey M․2018-01-101-8/+9
| | | | #15207)
* [ndr:embed:base] Make separate formats extraction non fatal (closes #15203)Sergey M․2018-01-091-2/+4
|
* [weibo] Misc improvementsYen Chi Hsuan2018-01-091-63/+70
|
* Merge branch 'weibo' of https://github.com/sprhawk/youtube-dl into sprhawk-weiboYen Chi Hsuan2018-01-092-0/+137
|\
| * changed to use .get to get field from json objectsprhawk2018-01-011-1/+1
| |
| * replace unused _download_webpage_handle with _download_webpagesprhawk2017-12-301-4/+4
| |
| * replace split with strip_jsonpsprhawk2017-12-301-1/+2
| |
| * replace urlencode.encode with urlencode_postdatasprhawk2017-12-301-3/+3
| |
| * Merge branch 'master' of github.com:rg3/youtube-dl into weibosprhawk2017-12-2654-1111/+1610
| |\
| * | fix according to ↵sprhawk2017-12-261-52/+31
| | | | | | | | | | | | "https://github.com/rg3/youtube-dl/pull/15079#discussion_r158688607"
| * | fix compat_urllib_request for python2.7sprhawk2017-12-261-4/+3
| | |
| * | re-format code to pass flake8sprhawk2017-12-261-51/+52
| | |
| * | change to use compat urllibsprhawk2017-12-261-3/+5
| | |
| * | added weibo mobile site supportsprhawk2017-12-262-1/+50
| | |
| * | add other properties; remove print verbosesprhawk2017-12-111-4/+3
| | |
| * | a working versionsprhawk2017-12-111-16/+25
| | |
| * | simply get the correct webpage, but not parsed to extract informationsprhawk2017-12-112-0/+98
| | |
* | | [ok] Add support for live streamsSergey M․2018-01-081-3/+23
| | |
* | | [canalplus] fix extraction(closes #15072)Remita Amine2018-01-071-87/+12
| | |
* | | fix bilibili extraction (closes #15171)Luca Steeb2018-01-081-1/+7
| | |
* | | release 2018.01.07Sergey M․2018-01-071-1/+1
| | |
* | | [jwplatform] Add support for multiple embeds (closes #15192)Sergey M․2018-01-072-7/+10
| | |
* | | [motherless:group] Relax entry extraction and add a fallback scenarioSergey M․2018-01-071-8/+21
| | |
* | | [motherless:group] Capture leading slash of video pathSergey M․2018-01-071-1/+1
| | |
* | | [mitele] Fix extraction (closes #15186)Sergey M․2018-01-061-14/+16
| | |
* | | [motherless] Add support for groupsMartin Weinelt2018-01-062-1/+77
| | |
* | | [lynda] Relax _VALID_URL (closes #15185)Sergey M․2018-01-061-2/+21
| | |
* | | [soundcloud] Fallback to avatar picture for thumbnail (closes #12878)Parmjit Virk2018-01-051-1/+20
| | |
* | | [youku] Fix list extraction.(close #15135) (#15137)JianxinLi2018-01-041-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [youku] Fix list extraction.(close #15135) Change-Id: I2e9c920143f4f16012252625943a8f18b8ff40eb * [youku] Remove KeyError try-except Change-Id: Ic46327905cbef1356b7b12d5eb3db5d9746ca338
* | | [openload] Fix extraction (closes #15166)Yen Chi Hsuan2018-01-041-1/+5
| | |
* | | [lynda] Skip invalid subtitles (closes #15159)Sergey M․2018-01-031-2/+3
| | |
* | | [twitch] Pass video id to url_result when extracting playlistLuc Ritchie2018-01-031-1/+8
| | |
* | | [rtve.es:alacarta] Fix extraction of some new URLsJaime Marquínez Ferrándiz2018-01-021-0/+3
| | |
* | | [acast] Fix extractionMattias Wadman2018-01-021-11/+12
| | |
* | | [utils] Fix youtube-dl under PyPy3 on WindowsPhilipp Hagemeister2018-01-012-7/+29
| | |
* | | [YoutubeDL] Output python implementation in debug headerSergey M․2018-01-011-2/+10
| | |
* | | release 2017.12.31Sergey M․2017-12-311-1/+1
| | |