Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | [youtube] Don't use the DASH manifest from 'get_video_info' if ↵ | Jaime Marquínez Ferrándiz | 2015-07-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'use_cipher_signature' is True (#5118) Currently they give a 403 Forbidden error. | |||||
* | | | | | [tagesschau] Remove unused import | Jaime Marquínez Ferrándiz | 2015-07-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [prosiebensat1] Modernize | Sergey M․ | 2015-07-23 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | [prosiebensat1] Recognize DRM protected videos (#6334) | Sergey M․ | 2015-07-23 | 1 | -3/+7 | |
| | | | | | ||||||
* | | | | | [viki] Fix height (Closes #6333) | Sergey M․ | 2015-07-23 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [tagesschau] Improve tests | Sergey M․ | 2015-07-23 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [tagesschau] Add support for audio | Sergey M․ | 2015-07-23 | 1 | -13/+24 | |
| | | | | | ||||||
* | | | | | Merge branch 'rohieb-patch/enhance-tagesschau-regex' | Sergey M․ | 2015-07-23 | 1 | -4/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | [tagesschau] Relax _VALID_URL and simplify | Sergey M․ | 2015-07-23 | 1 | -45/+17 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'patch/enhance-tagesschau-regex' of ↵ | Sergey M․ | 2015-07-23 | 1 | -3/+55 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/rohieb/youtube-dl into rohieb-patch/enhance-tagesschau-regex | |||||
| * | | | | | [tagesschau] set description=None for empty descriptions | Roland Hieber | 2015-07-19 | 1 | -9/+6 | |
| | | | | | | ||||||
| * | | | | | [tagesschau] add support for Bericht aus Berlin videos | Roland Hieber | 2015-07-19 | 1 | -1/+11 | |
| | | | | | | ||||||
| * | | | | | [tagesschau] add support for more video types | Roland Hieber | 2015-07-19 | 1 | -5/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found that currently only tagesschau videos are played. There are some more shows hosted on tagesschau.de (see [0] for example) which are easily playable by adjusting the regex. So this patch adds support for: * tagesthemen * tagesschau vor 20 Jahren * tagesschau (mit Gebärdensprache) * nachtmagazin Note that some videos don't provide a description, so in order for the tests to succeed, an ExtractorError needs to get caught. [0]: http://www.tagesschau.de/multimedia/video/videoarchiv2~_date-20150714.html | |||||
* | | | | | | Credit @nichdu for Lecture2Go extractor | Yen Chi Hsuan | 2015-07-23 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | [pbs] No need to escape colon | Sergey M․ | 2015-07-22 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [pbs] Clean up title construction rationale | Sergey M․ | 2015-07-22 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #6292 from atomicdryad/pr-fix_pbs_titles | Sergey M. | 2015-07-22 | 1 | -6/+27 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | pbs: fix vague 'Full Episode' titles; prepend name of show | |||||
| * | | | | | | less clunky if statement | fnord | 2015-07-19 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | pbs: fix vague 'Full Episode' titles; prepend name of show | fnord | 2015-07-19 | 1 | -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-22 | 1 | -3/+6 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #6303 from jaimeMF/dash_no_live | Yen Chi Hsuan | 2015-07-23 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [YoutubeDL] don't default to 'bestvideo+bestaudio/best' for live videos | |||||
| * | | | | | | | [YoutubeDL] don't default to 'bestvideo+bestaudio/best' for live videos | Jaime Marquínez Ferrándiz | 2015-07-20 | 1 | -1/+2 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | Doesn't work currently. | |||||
* | | | | | | | Merge branch 'nichdu-lecture2go' | Yen Chi Hsuan | 2015-07-22 | 4 | -2/+66 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [lecture2go] Make optional fields non-fatal | Yen Chi Hsuan | 2015-07-22 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | [lecture2go] Add more metadata fields | Yen Chi Hsuan | 2015-07-22 | 1 | -2/+13 | |
| | | | | | | | | ||||||
| * | | | | | | | [utils] Improve parse_duration | Yen Chi Hsuan | 2015-07-22 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now dots are parsed. For example '87 Min.' | |||||
| * | | | | | | | [lecture2go] Update _TEST | Yen Chi Hsuan | 2015-07-22 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | [lecture2go] Support more formats | Yen Chi Hsuan | 2015-07-22 | 1 | -2/+19 | |
| | | | | | | | | ||||||
| * | | | | | | | [lecture2go] Improve some regular expressions | Yen Chi Hsuan | 2015-07-22 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'lecture2go' of https://github.com/nichdu/youtube-dl into ↵ | Yen Chi Hsuan | 2015-07-22 | 2 | -0/+34 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nichdu-lecture2go | |||||
| * | | | | | | | [Lecture2Go] Add new extractor | Tjark Saul | 2015-04-17 | 2 | -0/+34 | |
| | | | | | | | | ||||||
* | | | | | | | | Credit Zach Bruggeman for the appleconnect extractor (#6190) | Jaime Marquínez Ferrándiz | 2015-07-22 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | [viewster] Strip titles | Sergey M․ | 2015-07-22 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | [viewster] Rewrite for new API (Closes #6317) | Sergey M․ | 2015-07-22 | 1 | -105/+113 | |
| | | | | | | | | ||||||
* | | | | | | | | [snagfilms] Don't use '_' as a variable that is used | Jaime Marquínez Ferrándiz | 2015-07-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | [snagfilms] Improve m3u8 extraction (Closes #6309) | Sergey M․ | 2015-07-21 | 1 | -3/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | release 2015.07.21 | Philipp Hagemeister | 2015-07-21 | 2 | -3/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | [options] Fix a typo (#6307) | Sergey M․ | 2015-07-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #6307 from jwilk/spelling | Sergey M. | 2015-07-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | README: fix a typo | |||||
| * | | | | | | | README: fix a typo | Jakub Wilk | 2015-07-20 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | [youtube] Set 'is_live' | Jaime Marquínez Ferrándiz | 2015-07-20 | 1 | -0/+4 | |
| | | | | | | | ||||||
* | | | | | | | [youtube] Fix upload_date in test | Jaime Marquínez Ferrándiz | 2015-07-20 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'yan12125/download-dash-segments' (#5886) | Jaime Marquínez Ferrándiz | 2015-07-20 | 3 | -1/+94 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [youtube] Add a test for the DASH segment downloader | Yen Chi Hsuan | 2015-06-10 | 1 | -0/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | [downloader/dash] Add testing facility | Yen Chi Hsuan | 2015-06-10 | 1 | -2/+16 | |
| | | | | | | | | ||||||
| * | | | | | | | [downloader/dash] Do not pollute ```self``` | Yen Chi Hsuan | 2015-06-10 | 1 | -5/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | [youtube] Fix a TypeError caused by 4da31bd56629054497634d041035e4bd6fcfacbb | Yen Chi Hsuan | 2015-06-10 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | [youtube] Fix a FutureWarning from xml.etree.ElementTree | Yen Chi Hsuan | 2015-06-06 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | [downloader/dash] Rename the protocol | Yen Chi Hsuan | 2015-06-04 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'http_dash_segments' looks more like a protocol name than 'dash_segments' | |||||
| * | | | | | | | [downloader/dash] Reorder imports | Yen Chi Hsuan | 2015-06-04 | 1 | -2/+3 | |
| | | | | | | | |