summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | [dailymotion:user] Fix _VALID_URL (Closes #6346)Sergey M․2015-07-241-1/+1
* | | | | | | [bbccouk] Make more robust (Closes #6345)Sergey M․2015-07-241-7/+7
* | | | | | | [canalplus] ModernizeSergey M․2015-07-241-8/+4
* | | | | | | [canalplus] Fix m3u8 videos extensionSergey M․2015-07-241-1/+1
* | | | | | | [extractor/common] Consistent URL spellingSergey M․2015-07-231-8/+8
* | | | | | | Merge pull request #6306 from jaimeMF/extract_start_timeSergey M.2015-07-232-1/+23
|\ \ \ \ \ \ \
| * | | | | | | [youtube] Also look into the 'start' field for start_timeJaime Marquínez Ferrándiz2015-07-231-0/+2
| * | | | | | | [youtube] Extract end_timeJaime Marquínez Ferrándiz2015-07-232-3/+9
| * | | | | | | [youtube] Extract start_timeJaime Marquínez Ferrándiz2015-07-202-1/+15
* | | | | | | | [rtlnl] Update unencrypted streams comment (#6337)Sergey M․2015-07-231-4/+9
* | | | | | | | Undo adaptive -> flash workaroundcorone172015-07-231-2/+2
* | | | | | | | [rts] Add support for articles with videos on rhs (Closes #6332)Sergey M․2015-07-231-2/+29
* | | | | | | | [daylimotion] Adapt to player v5 and modernize (Closes #6151, closes #6250)Sergey M․2015-07-231-42/+116
| |/ / / / / / |/| | | | | |
* | | | | | | NationalGeographic._VALID_URL: work site-widefnord2015-07-231-12/+25
* | | | | | | [downloader/dash] Improve 'combine_url' (fixes #6341)Jaime Marquínez Ferrándiz2015-07-231-1/+1
* | | | | | | [viki] Rewrite dict selection codesYen Chi Hsuan2015-07-231-19/+16
* | | | | | | [viki] Fix description extraction (closes #6339)Yen Chi Hsuan2015-07-231-2/+19
* | | | | | | [generic] Unescape HTML escape sequences in redirect urls (fixes #6311)Jaime Marquínez Ferrándiz2015-07-221-1/+1
* | | | | | | [youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_si...Jaime Marquínez Ferrándiz2015-07-221-1/+2
* | | | | | | [tagesschau] Remove unused importJaime Marquínez Ferrándiz2015-07-221-1/+1
* | | | | | | [prosiebensat1] ModernizeSergey M․2015-07-231-1/+2
* | | | | | | [prosiebensat1] Recognize DRM protected videos (#6334)Sergey M․2015-07-231-3/+7
* | | | | | | [viki] Fix height (Closes #6333)Sergey M․2015-07-231-2/+2
* | | | | | | [tagesschau] Improve testsSergey M․2015-07-231-2/+2
* | | | | | | [tagesschau] Add support for audioSergey M․2015-07-231-13/+24
* | | | | | | Merge branch 'rohieb-patch/enhance-tagesschau-regex'Sergey M․2015-07-231-4/+28
|\ \ \ \ \ \ \
| * | | | | | | [tagesschau] Relax _VALID_URL and simplifySergey M․2015-07-231-45/+17
| * | | | | | | Merge branch 'patch/enhance-tagesschau-regex' of https://github.com/rohieb/yo...Sergey M․2015-07-231-3/+55
|/| | | | | | |
| * | | | | | | [tagesschau] set description=None for empty descriptionsRoland Hieber2015-07-191-9/+6
| * | | | | | | [tagesschau] add support for Bericht aus Berlin videosRoland Hieber2015-07-191-1/+11
| * | | | | | | [tagesschau] add support for more video typesRoland Hieber2015-07-191-5/+50
* | | | | | | | Credit @nichdu for Lecture2Go extractorYen Chi Hsuan2015-07-231-0/+1
* | | | | | | | [pbs] No need to escape colonSergey M․2015-07-221-1/+1
* | | | | | | | [pbs] Clean up title construction rationaleSergey M․2015-07-221-2/+2
* | | | | | | | Merge pull request #6292 from atomicdryad/pr-fix_pbs_titlesSergey M.2015-07-221-6/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | less clunky if statementfnord2015-07-191-2/+2
| * | | | | | | | pbs: fix vague 'Full Episode' titles; prepend name of showfnord2015-07-191-6/+27
* | | | | | | | | [udemy] Handle already-logged-in scenario (Closes #6327)Sergey M․2015-07-221-3/+6
* | | | | | | | | Merge pull request #6303 from jaimeMF/dash_no_liveYen Chi Hsuan2015-07-231-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [YoutubeDL] don't default to 'bestvideo+bestaudio/best' for live videosJaime Marquínez Ferrándiz2015-07-201-1/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'nichdu-lecture2go'Yen Chi Hsuan2015-07-224-2/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [lecture2go] Make optional fields non-fatalYen Chi Hsuan2015-07-221-1/+2
| * | | | | | | | | [lecture2go] Add more metadata fieldsYen Chi Hsuan2015-07-221-2/+13
| * | | | | | | | | [utils] Improve parse_durationYen Chi Hsuan2015-07-222-2/+3
| * | | | | | | | | [lecture2go] Update _TESTYen Chi Hsuan2015-07-221-4/+4
| * | | | | | | | | [lecture2go] Support more formatsYen Chi Hsuan2015-07-221-2/+19
| * | | | | | | | | [lecture2go] Improve some regular expressionsYen Chi Hsuan2015-07-221-3/+3
| * | | | | | | | | Merge branch 'lecture2go' of https://github.com/nichdu/youtube-dl into nichdu...Yen Chi Hsuan2015-07-222-0/+34
|/| | | | | | | | |
| * | | | | | | | | [Lecture2Go] Add new extractorTjark Saul2015-04-172-0/+34
* | | | | | | | | | Credit Zach Bruggeman for the appleconnect extractor (#6190)Jaime Marquínez Ferrándiz2015-07-221-0/+1