Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [YoutubeDL] store the subtitles to download in the 'requested_subtitles' field | Jaime Marquínez Ferrándiz | 2015-02-16 | 3 | -8/+7 | |
| | | | | | | | | | | | | | | | We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again. We'll also be able to have a separate field for storing the automatic captions info. | |||||
| * | | [vimeo] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -9/+6 | |
| | | | | | | | | | | | | Removed some tests, the behaviour should be checked in a test for the YoutubeDL class | |||||
| * | | [atresplayer] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -10/+9 | |
| | | | ||||||
| * | | [crunchyroll] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -31/+35 | |
| | | | ||||||
| * | | Improve subtitles support | Jaime Marquínez Ferrándiz | 2015-02-16 | 6 | -25/+109 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best'). For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used. The reasons for this change are: * We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive. * It allows to easily support giving a format preference. * The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible. Currently only the ted extractor has been updated, but the old system still works. | |||||
* | | | [gdcvault] Restore akamai host for rtmp videos | Sergey M․ | 2015-02-23 | 1 | -2/+3 | |
| | | | ||||||
* | | | [soundgasm] PEP8 | Philipp Hagemeister | 2015-02-23 | 1 | -0/+1 | |
| | | | ||||||
* | | | [gdcvault] Remove dead code | Philipp Hagemeister | 2015-02-23 | 1 | -1/+0 | |
| | | | ||||||
* | | | release 2015.02.23 | Philipp Hagemeister | 2015-02-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | [soundgasm] Remove unused import | Sergey M․ | 2015-02-23 | 1 | -1/+0 | |
| | | | ||||||
* | | | [soundgasm:profile] Fix _VALID_URL | Sergey M․ | 2015-02-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | [chirbit] Clarify extractors' IE_NAMEs | Sergey M․ | 2015-02-23 | 1 | -0/+2 | |
| | | | ||||||
* | | | [soundgasm] Clarify extractors' IE_NAMEs | Sergey M․ | 2015-02-23 | 1 | -0/+2 | |
| | | | ||||||
* | | | [soundgasm:profile] Simplify | Sergey M․ | 2015-02-23 | 1 | -22/+8 | |
| | | | ||||||
* | | | [chirbit] Simplify and extract profile from RSS (#5032) | Sergey M․ | 2015-02-23 | 2 | -65/+53 | |
| | | | ||||||
* | | | Merge branch 'chirbit' of https://github.com/skypher/youtube-dl into ↵ | Sergey M․ | 2015-02-23 | 3 | -1/+138 | |
|\ \ \ | | | | | | | | | | | | | skypher-chirbit | |||||
| * | | | [soundgasm] add profile IE. | Leslie P. Polzer | 2015-02-23 | 2 | -1/+40 | |
| | | | | ||||||
| * | | | [chirbit] fix profile downloader regex. | Leslie P. Polzer | 2015-02-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [chirbit] add profile extractor. | Leslie P. Polzer | 2015-02-20 | 2 | -1/+64 | |
| | | | | ||||||
| * | | | [chirbit] Add new extractor. | Leslie P. Polzer | 2015-02-20 | 2 | -0/+35 | |
| | | | | ||||||
* | | | | [r7] Add extractor (Closes #4405, closes #5004) | Sergey M․ | 2015-02-23 | 2 | -0/+89 | |
| | | | | ||||||
* | | | | [extractor/common] Fix preference for m3u8 quality selection URL | Sergey M․ | 2015-02-23 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [escapist] Make regexes more robust (Closes #5028) | Sergey M․ | 2015-02-22 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | [appletrailers] Add test (#5027) | Sergey M․ | 2015-02-22 | 1 | -2/+5 | |
| | | | | ||||||
* | | | | [appletrailers] Extend _VALID_URL (Closes #5027) | Sergey M․ | 2015-02-22 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | release 2015.02.21 | Philipp Hagemeister | 2015-02-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | [teamcoco] Fix extraction | Naglis Jonaitis | 2015-02-21 | 1 | -25/+24 | |
| | | | | | | | | | | | | Also, use a single style of quotes | |||||
* | | | [gdcvault] Fix rtmp streams (Closes #5024) | Sergey M․ | 2015-02-22 | 1 | -2/+7 | |
| | | | ||||||
* | | | [zapiks] Extend _VALID_URL (#5014) | Sergey M․ | 2015-02-22 | 1 | -1/+9 | |
| | | | ||||||
* | | | [generic] Add support for Zapiks embeds (#5014) | Sergey M․ | 2015-02-22 | 1 | -1/+16 | |
| | | | ||||||
* | | | [zapiks] Add extractor (#5014) | Sergey M․ | 2015-02-22 | 2 | -0/+103 | |
| | | | ||||||
* | | | [rtve] Fix the video url | Jaime Marquínez Ferrándiz | 2015-02-21 | 1 | -5/+4 | |
| | | | | | | | | | | | | Changing mvod to mvod1 fixes the url, we don't need to add the query. | |||||
* | | | PEP8: W503 | Philipp Hagemeister | 2015-02-21 | 8 | -28/+30 | |
| | | | ||||||
* | | | [extractor/common] Recognize Indian censorship (#5021) | Philipp Hagemeister | 2015-02-21 | 1 | -0/+10 | |
| | | | ||||||
* | | | [vimeo] Encode password before hash calculation | Sergey M․ | 2015-02-21 | 1 | -1/+2 | |
| | | | ||||||
* | | | [vimeo] Fix password protected videos (Closes #5001) | Sergey M․ | 2015-02-21 | 1 | -0/+5 | |
| | | | ||||||
* | | | release 2015.02.20 | Philipp Hagemeister | 2015-02-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | [escapist] Fix extraction (fixes #5017) | Philipp Hagemeister | 2015-02-20 | 1 | -4/+3 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-02-20 | 4 | -29/+148 | |
|\ \ \ | ||||||
| * | | | [ted] Improve external video handling and add test | Sergey M․ | 2015-02-21 | 1 | -7/+24 | |
| | | | | ||||||
| * | | | prefer 'code' to 'uri' if present | minusf | 2015-02-20 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | [tv4] Add new extractor (Closes #4839) (Closes #2103) | Naglis Jonaitis | 2015-02-20 | 2 | -0/+101 | |
| |/ / | ||||||
| * | | [blinkx] Fix extraction | Sergey M․ | 2015-02-20 | 1 | -26/+23 | |
| | | | ||||||
* | | | [imgur] Allow alternative values | Philipp Hagemeister | 2015-02-20 | 1 | -4/+4 | |
|/ / | | | | | | | | | Every now and then, imgur.com goes crazy and gives us a generic title and description (otherwise it looks all fine though). Simply update the test case to allow for that craziness. | |||||
* | | release 2015.02.19.3 | Philipp Hagemeister | 2015-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | [nationalgeographic] Add extractor (closes #4960) | Jaime Marquínez Ferrándiz | 2015-02-19 | 3 | -1/+42 | |
| | | ||||||
* | | [pornhub] Fix uploader regex | Sergey M․ | 2015-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | [pornhub] Add support for playlists (Closes #4995) | Sergey M․ | 2015-02-19 | 2 | -1/+34 | |
| | | ||||||
* | | [5min] Cover joystiq.com URLs (Closes #4962) | Sergey M․ | 2015-02-19 | 1 | -0/+1 | |
| | | ||||||
* | | [nbc] Use a test video that works outside the US | Jaime Marquínez Ferrándiz | 2015-02-19 | 1 | -4/+4 | |
| | |