Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [funnyordie] fix video url extraction | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Check for both automatic captions and subtitles with options `--write-sub` ↵ | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -6/+15 |
| | | | | and `--write-auto-sub` (fixes #1224) | ||||
* | [youtube] Fix detection of videos with automatic captions | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -1/+5 |
| | |||||
* | [subtitles] Also list the available automatic captions languages with ↵ | Jaime Marquínez Ferrándiz | 2013-09-11 | 2 | -2/+6 |
| | | | | '--list-sub' | ||||
* | [youtube] Support automatic captions with original language different from ↵ | Jaime Marquínez Ferrándiz | 2013-09-11 | 2 | -41/+47 |
| | | | | English (fixes #1225) and download in multiple languages. | ||||
* | Merge branch 'subtitles_rework' (closes PR #1326) | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -86/+133 |
|\ | |||||
| * | [subtitles] Use self._download_webpage for extracting the subtitles | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -18/+11 |
| | | | | | | | | It raises ExtractorError for the same exceptions we have to catch. | ||||
| * | [subtitles] Simplify the extraction of subtitles in subclasses and remove ↵ | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -26/+26 |
| | | | | | | | | | | | | | | NoAutoSubtitlesInfoExtractor Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption Now the default implementation of _request_automatic_caption returns {}. | ||||
| * | [subtitles] rename SubitlesIE to SubtitlesInfoExtractor | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -5/+5 |
| | | | | | | | | Otherwise it can be automatically detected as a IE ready for use. | ||||
| * | [youtube] move subtitles methods from the base extractor to YoutubeIE | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -57/+58 |
| | | |||||
| * | [subtitles] made inheritance hierarchy flat as requested | Ismael Mejia | 2013-09-11 | 2 | -21/+17 |
| | | |||||
| * | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-09-11 | 6 | -10/+143 |
| |\ | |||||
| * \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-09-06 | 33 | -76/+1241 |
| |\ \ | |||||
| * | | | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | 2013-09-06 | 2 | -15/+20 |
| | | | | | | | | | | | | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002 | ||||
| * | | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-28 | 2 | -106/+115 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-23 | 2 | -5/+4 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-22 | 33 | -367/+1271 |
| |\ \ \ \ \ | |||||
| * | | | | | | [subtitles] Improved docs + new class for servers who don't support | Ismael Mejia | 2013-08-08 | 2 | -22/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | auto-caption | ||||
| * | | | | | | [internal] Improved subtitle architecture + (update in | Ismael Mejia | 2013-08-08 | 3 | -144/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | youtube/dailymotion) The structure of subtitles was refined, you only need to implement one method that returns a dictionnary of the available subtitles (lang, url) to support all the subtitle options in a website. I updated the subtitle downloaders for youtube/dailymotion to show how it works. | ||||
| * | | | | | | [dailymotion] Added support for subtitles + new InfoExtractor for | Ismael Mejia | 2013-08-07 | 2 | -6/+141 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten. | ||||
* | | | | | | | [howcast] Do not download from http://www.howcast.com/videos/{video_id} | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -2/+1 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | It takes too much to follow the redirection. | ||||
* | | | | | | [youtube] update algo for length 85 (fixes #1408 and fixes #1406) | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | [francetv] Add an extractor for francetvinfo.fr (closes #1317) | Jaime Marquínez Ferrándiz | 2013-09-10 | 2 | -18/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | It uses the same system as Pluzz, create a base class for both extractors. | ||||
* | | | | | | Wrong property name | Pierre Rudloff | 2013-09-10 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Add an extractor for pluzz.francetv.fr (closes PR #1399) | Pierre Rudloff | 2013-09-10 | 2 | -0/+51 |
| | | | | | | |||||
* | | | | | | Add an extractor for Slideshare (closes #1400) | Jaime Marquínez Ferrándiz | 2013-09-10 | 2 | -0/+48 |
| | | | | | | |||||
* | | | | | | [sohu] add support for my.tv.sohu.com urls (fixes #1398) | Jaime Marquínez Ferrándiz | 2013-09-09 | 1 | -6/+10 |
| | | | | | | |||||
* | | | | | | [youtube] Modify the regex to match ids of length 11 (fixes #1396) | Jaime Marquínez Ferrándiz | 2013-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length. | ||||
* | | | | | | Revert "[youtube] Fix detection of tags from HLS videos." | Jaime Marquínez Ferrándiz | 2013-09-08 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | They have undo the change This reverts commit 0638ad9999e7c374b253d0e13f4e3a20ef0b1171. | ||||
* | | | | | [generic] If the url doesn't specify the protocol, then try to extract ↵ | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | prepending 'http://' | ||||
* | | | | | [daylimotion] accept embed urls (fixes #1386) | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Add an extractor for Metacritic | Jaime Marquínez Ferrándiz | 2013-09-06 | 2 | -0/+56 |
| | | | | | |||||
* | | | | | [youtube] Fix some issues with the detection of playlist/channel urls ↵ | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (reported in #1374) They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor. | ||||
* | | | | | [youtube] Fix detection of feeds urls (fixes #1294) | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos) | ||||
* | | | | | [youtube] Users: download from the api in json to simplify extraction (fixes ↵ | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1358) There could be duplicate videos or other videos if the description have links. | ||||
* | | | | | [youtube] Fix detection of tags from HLS videos. | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Vevo sig changed again, please update for us! Thanks very much! (fixes #1375) | patrickslin | 2013-09-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069) | Jaime Marquínez Ferrándiz | 2013-09-05 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct. | ||||
* | | | | | [youtube] Playlists: extract the videos id from ↵ | Jaime Marquínez Ferrándiz | 2013-09-05 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ['media$group']['yt$videoid'] (fixes #1374) 'media$player' is not defined for private videos. | ||||
* | | | | | [generic] Recognize html5 video in the format '<video src=".+?"' and only ↵ | Jaime Marquínez Ferrándiz | 2013-09-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | unquote the url when extracting the id (fixes #1372) | ||||
* | | | | | Add extractor for tvcast.naver.com (closes #1331) | Jaime Marquínez Ferrándiz | 2013-09-05 | 2 | -0/+74 |
| | | | | | |||||
* | | | | | [daum] Get the video page from a canonical url to extract the full id (fixes ↵ | Jaime Marquínez Ferrándiz | 2013-09-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | #1373) and extract description. | ||||
* | | | | | Add extractor for daum.net (closes #1330) | Jaime Marquínez Ferrándiz | 2013-09-04 | 2 | -0/+72 |
| | | | | | |||||
* | | | | | Merge pull request #1341 from xanadu/master | Philipp Hagemeister | 2013-09-03 | 1 | -7/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | add support for "-f mp4" for YouTube | ||||
| * | | | | | AHLS -> Apple HTTP Live Streaming | Allan Zhou | 2013-09-03 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'upstream/master' | Allan Zhou | 2013-09-03 | 6 | -26/+97 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' | Allan Zhou | 2013-08-30 | 7 | -17/+87 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | add support for "-f mp4" for YouTube | Allan Zhou | 2013-08-30 | 1 | -7/+30 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #1363 from Rudloff/defense | Philipp Hagemeister | 2013-09-03 | 2 | -0/+40 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | defense.gouv.fr | ||||
| * | | | | | | | Suggested by @phihag | Pierre Rudloff | 2013-09-03 | 1 | -6/+8 |
| | | | | | | | |