Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-23 | [viki] Fix height (Closes #6333) | Sergey M․ | |
2015-07-23 | [tagesschau] Improve tests | Sergey M․ | |
2015-07-23 | [tagesschau] Add support for audio | Sergey M․ | |
2015-07-23 | Merge branch 'rohieb-patch/enhance-tagesschau-regex' | Sergey M․ | |
2015-07-23 | [tagesschau] Relax _VALID_URL and simplify | Sergey M․ | |
2015-07-23 | Merge branch 'patch/enhance-tagesschau-regex' of ↵ | Sergey M․ | |
https://github.com/rohieb/youtube-dl into rohieb-patch/enhance-tagesschau-regex | |||
2015-07-23 | Credit @nichdu for Lecture2Go extractor | Yen Chi Hsuan | |
2015-07-22 | [pbs] No need to escape colon | Sergey M․ | |
2015-07-22 | [pbs] Clean up title construction rationale | Sergey M․ | |
2015-07-22 | Merge pull request #6292 from atomicdryad/pr-fix_pbs_titles | Sergey M. | |
pbs: fix vague 'Full Episode' titles; prepend name of show | |||
2015-07-22 | [udemy] Handle already-logged-in scenario (Closes #6327) | Sergey M․ | |
2015-07-23 | Merge pull request #6303 from jaimeMF/dash_no_live | Yen Chi Hsuan | |
[YoutubeDL] don't default to 'bestvideo+bestaudio/best' for live videos | |||
2015-07-22 | Merge branch 'nichdu-lecture2go' | Yen Chi Hsuan | |
2015-07-22 | [lecture2go] Make optional fields non-fatal | Yen Chi Hsuan | |
2015-07-22 | [lecture2go] Add more metadata fields | Yen Chi Hsuan | |
2015-07-22 | [utils] Improve parse_duration | Yen Chi Hsuan | |
Now dots are parsed. For example '87 Min.' | |||
2015-07-22 | [lecture2go] Update _TEST | Yen Chi Hsuan | |
2015-07-22 | [lecture2go] Support more formats | Yen Chi Hsuan | |
2015-07-22 | [lecture2go] Improve some regular expressions | Yen Chi Hsuan | |
2015-07-22 | Merge branch 'lecture2go' of https://github.com/nichdu/youtube-dl into ↵ | Yen Chi Hsuan | |
nichdu-lecture2go | |||
2015-07-22 | Credit Zach Bruggeman for the appleconnect extractor (#6190) | Jaime Marquínez Ferrándiz | |
2015-07-22 | [viewster] Strip titles | Sergey M․ | |
2015-07-22 | [viewster] Rewrite for new API (Closes #6317) | Sergey M․ | |
2015-07-21 | [snagfilms] Don't use '_' as a variable that is used | Jaime Marquínez Ferrándiz | |
2015-07-21 | [snagfilms] Improve m3u8 extraction (Closes #6309) | Sergey M․ | |
2015-07-21 | release 2015.07.212015.07.21 | Philipp Hagemeister | |
2015-07-21 | [options] Fix a typo (#6307) | Sergey M․ | |
2015-07-21 | Merge pull request #6307 from jwilk/spelling | Sergey M. | |
README: fix a typo | |||
2015-07-20 | README: fix a typo | Jakub Wilk | |
2015-07-20 | [YoutubeDL] don't default to 'bestvideo+bestaudio/best' for live videos | Jaime Marquínez Ferrándiz | |
Doesn't work currently. | |||
2015-07-20 | [youtube] Set 'is_live' | Jaime Marquínez Ferrándiz | |
2015-07-20 | [youtube] Fix upload_date in test | Jaime Marquínez Ferrándiz | |
2015-07-20 | Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886) | Jaime Marquínez Ferrándiz | |
2015-07-20 | [tumblr] Improve downloading notes | Yen Chi Hsuan | |
2015-07-20 | [tumblr] Delegate to GenericIE for non-tumblr videos | Yen Chi Hsuan | |
Fixes #6162 | |||
2015-07-20 | [extractor/generic] Support vid.me embeds | Yen Chi Hsuan | |
2015-07-20 | [twitch:stream] Improve _VALID_URL (Closes #6294) | Sergey M․ | |
2015-07-20 | [francetv] Improve _VALID_URL | Sergey M․ | |
2015-07-19 | less clunky if statement | fnord | |
2015-07-20 | [vice] Modernize | Sergey M․ | |
2015-07-20 | [vice] Make test only matching | Sergey M․ | |
2015-07-20 | [vice] Do not capture unused groups in _VALID_URL | Sergey M․ | |
2015-07-20 | Merge pull request #6291 from atomicdryad/pr-fixvice | Sergey M. | |
fix/support news.vice.com | |||
2015-07-20 | [ard:mediathek] Add test for direct mp4 | Sergey M․ | |
2015-07-20 | [ard:mediathek] Remove dead test | Sergey M․ | |
2015-07-20 | [ard:mediathek] Add audio test | Sergey M․ | |
2015-07-20 | [sportschau] Reimplement in terms of ard extractor | Sergey M․ | |
2015-07-19 | [ard] Extract all formats | Sergey M․ | |
2015-07-19 | pbs: fix vague 'Full Episode' titles; prepend name of show | fnord | |
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 | |||
2015-07-19 | fix/support news.vice.com | fnord | |