aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | pbs: fix vague 'Full Episode' titles; prepend name of show
| * less clunky if statementfnord2015-07-191-2/+2
| |
| * pbs: fix vague 'Full Episode' titles; prepend name of showfnord2015-07-191-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many videos are given the title 'Full Episode' or 'Episode x', etc; in the info json 'title' is the episode title (for oneshots this is 'Full Episode') while the program name is 'program':{'title'. This changes the title from '(episode title)' to '(program name) - (episode title)' The following urls demonstrate useless titles http://video.pbs.org/video/2365367186/ http://video.pbs.org/video/2365519307/ http://video.pbs.org/video/2365527039/ http://video.pbs.org/video/2365530605/ Before change Full Episode Episode 5 | Preview Season 3 | Episode 4 Preview July 17, 2015 After change To Catch A Comet - Full Episode The Crimson Field - Episode 5 | Preview Last Tango in Halifax - Season 3 | Episode 4 Preview Charlie Rose The Week - July 17, 2015
* | [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 videos
| * | [YoutubeDL] don't default to 'bestvideo+bestaudio/best' for live videosJaime Marquínez Ferrándiz2015-07-201-1/+2
| | | | | | | | | | | | Doesn't work currently.
* | | 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
| | | | | | | | | | | | | | | | Now dots are parsed. For example '87 Min.'
| * | | [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 ↵Yen Chi Hsuan2015-07-222-0/+34
|/| | | | | | | | | | | | | | | nichdu-lecture2go
| * | | [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
| | | |
* | | | [viewster] Strip titlesSergey M․2015-07-221-2/+2
| | | |
* | | | [viewster] Rewrite for new API (Closes #6317)Sergey M․2015-07-221-105/+113
| | | |
* | | | [snagfilms] Don't use '_' as a variable that is usedJaime Marquínez Ferrándiz2015-07-211-1/+1
| | | |
* | | | [snagfilms] Improve m3u8 extraction (Closes #6309)Sergey M․2015-07-211-3/+13
| | | |
* | | | release 2015.07.21Philipp Hagemeister2015-07-212-3/+5
| | | |
* | | | [options] Fix a typo (#6307)Sergey M․2015-07-211-1/+1
| | | |
* | | | Merge pull request #6307 from jwilk/spellingSergey M.2015-07-211-1/+1
|\ \ \ \ | |_|/ / |/| | | README: fix a typo
| * | | README: fix a typoJakub Wilk2015-07-201-1/+1
|/ / /
* | | [youtube] Set 'is_live'Jaime Marquínez Ferrándiz2015-07-201-0/+4
| | |
* | | [youtube] Fix upload_date in testJaime Marquínez Ferrándiz2015-07-201-1/+1
| | |
* | | Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886)Jaime Marquínez Ferrándiz2015-07-203-1/+94
|\ \ \
| * | | [youtube] Add a test for the DASH segment downloaderYen Chi Hsuan2015-06-101-0/+18
| | | |
| * | | [downloader/dash] Add testing facilityYen Chi Hsuan2015-06-101-2/+16
| | | |
| * | | [downloader/dash] Do not pollute ```self```Yen Chi Hsuan2015-06-101-5/+6
| | | |
| * | | [youtube] Fix a TypeError caused by 4da31bd56629054497634d041035e4bd6fcfacbbYen Chi Hsuan2015-06-101-1/+1
| | | |
| * | | [youtube] Fix a FutureWarning from xml.etree.ElementTreeYen Chi Hsuan2015-06-061-1/+1
| | | |
| * | | [downloader/dash] Rename the protocolYen Chi Hsuan2015-06-042-2/+2
| | | | | | | | | | | | | | | | | | | | 'http_dash_segments' looks more like a protocol name than 'dash_segments'
| * | | [downloader/dash] Reorder importsYen Chi Hsuan2015-06-041-2/+3
| | | |
| * | | [YoutubeDL] Change how DashSegmentsFD is selectedYen Chi Hsuan2015-06-043-5/+4
| | | |
| * | | [YoutubeDL] Support DASH manifest downloadingYen Chi Hsuan2015-06-033-0/+60
| | | |
* | | | [tumblr] Improve downloading notesYen Chi Hsuan2015-07-201-1/+2
| | | |
* | | | [tumblr] Delegate to GenericIE for non-tumblr videosYen Chi Hsuan2015-07-201-18/+5
| | | | | | | | | | | | | | | | Fixes #6162
* | | | [extractor/generic] Support vid.me embedsYen Chi Hsuan2015-07-201-0/+6
| | | |
* | | | [twitch:stream] Improve _VALID_URL (Closes #6294)Sergey M․2015-07-201-3/+6
| | | |
* | | | [francetv] Improve _VALID_URLSergey M․2015-07-201-1/+2
| | | |
* | | | [vice] ModernizeSergey M․2015-07-201-5/+3
| | | |
* | | | [vice] Make test only matchingSergey M․2015-07-201-10/+1
| | | |
* | | | [vice] Do not capture unused groups in _VALID_URLSergey M․2015-07-201-1/+1
| | | |
* | | | Merge pull request #6291 from atomicdryad/pr-fixviceSergey M.2015-07-201-13/+27
|\ \ \ \ | | | | | | | | | | fix/support news.vice.com
| * | | | fix/support news.vice.comfnord2015-07-191-13/+27
| | | | |
* | | | | [ard:mediathek] Add test for direct mp4Sergey M․2015-07-201-0/+10
| | | | |