summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-167-37/+121
| | | | | | | | | | | | | | | | | | | | | | | | 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 videosSergey M․2015-02-231-2/+3
| |
* | [soundgasm] PEP8Philipp Hagemeister2015-02-231-0/+1
| |
* | [gdcvault] Remove dead codePhilipp Hagemeister2015-02-231-1/+0
| |
* | release 2015.02.23Philipp Hagemeister2015-02-232-2/+6
| |
* | [soundgasm] Remove unused importSergey M․2015-02-231-1/+0
| |
* | Credit @skypher for chirbit and soundgasm:profile (#5032)Sergey M․2015-02-231-0/+1
| |
* | Merge branch 'skypher-chirbit'Sergey M․2015-02-233-1/+116
|\ \
| * | [soundgasm:profile] Fix _VALID_URLSergey M․2015-02-231-1/+1
| | |
| * | [chirbit] Clarify extractors' IE_NAMEsSergey M․2015-02-231-0/+2
| | |
| * | [soundgasm] Clarify extractors' IE_NAMEsSergey M․2015-02-231-0/+2
| | |
| * | [soundgasm:profile] SimplifySergey M․2015-02-231-22/+8
| | |
| * | [chirbit] Simplify and extract profile from RSS (#5032)Sergey M․2015-02-232-65/+53
| | |
| * | Merge branch 'chirbit' of https://github.com/skypher/youtube-dl into ↵Sergey M․2015-02-233-1/+138
|/| | | | | | | | | | | skypher-chirbit
| * | [soundgasm] add profile IE.Leslie P. Polzer2015-02-232-1/+40
| | |
| * | [chirbit] fix profile downloader regex.Leslie P. Polzer2015-02-231-1/+1
| | |
| * | [chirbit] add profile extractor.Leslie P. Polzer2015-02-202-1/+64
| | |
| * | [chirbit] Add new extractor.Leslie P. Polzer2015-02-202-0/+35
| | |
* | | [r7] Add extractor (Closes #4405, closes #5004)Sergey M․2015-02-232-0/+89
| | |
* | | [extractor/common] Fix preference for m3u8 quality selection URLSergey M․2015-02-231-1/+1
| | |
* | | [escapist] Make regexes more robust (Closes #5028)Sergey M․2015-02-221-3/+3
| | |
* | | [appletrailers] Add test (#5027)Sergey M․2015-02-221-2/+5
| | |
* | | [appletrailers] Extend _VALID_URL (Closes #5027)Sergey M․2015-02-221-1/+1
| | |
* | | release 2015.02.21Philipp Hagemeister2015-02-212-1/+2
| | |
* | | [teamcoco] Fix extractionNaglis Jonaitis2015-02-211-25/+24
| | | | | | | | | | | | Also, use a single style of quotes
* | | [gdcvault] Fix rtmp streams (Closes #5024)Sergey M․2015-02-221-2/+7
| | |
* | | [zapiks] Extend _VALID_URL (#5014)Sergey M․2015-02-221-1/+9
| | |
* | | [generic] Add support for Zapiks embeds (#5014)Sergey M․2015-02-221-1/+16
| | |
* | | [zapiks] Add extractor (#5014)Sergey M․2015-02-222-0/+103
| | |
* | | [rtve] Fix the video urlJaime Marquínez Ferrándiz2015-02-211-5/+4
| | | | | | | | | | | | Changing mvod to mvod1 fixes the url, we don't need to add the query.
* | | PEP8: W503Philipp Hagemeister2015-02-2110-34/+36
| | |
* | | [extractor/common] Recognize Indian censorship (#5021)Philipp Hagemeister2015-02-211-0/+10
| | |
* | | [vimeo] Encode password before hash calculationSergey M․2015-02-211-1/+2
| | |
* | | [vimeo] Fix password protected videos (Closes #5001)Sergey M․2015-02-211-0/+5
| | |
* | | Merge pull request #5019 from cyberjacob/masterPhilipp Hagemeister2015-02-201-1/+1
|\ \ \ | | | | | | | | Change example URLs in readme (fixes #5018)
| * | | Change example URLs in readme (fixes #5018y)CyberJacob2015-02-201-1/+1
|/ / /
* | | release 2015.02.20Philipp Hagemeister2015-02-202-1/+2
| | |
* | | [escapist] Fix extraction (fixes #5017)Philipp Hagemeister2015-02-201-4/+3
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-02-204-29/+148
|\ \ \
| * \ \ Merge branch 'minusf-TED_code'Sergey M․2015-02-211-3/+24
| |\ \ \
| | * | | [ted] Improve external video handling and add testSergey M․2015-02-211-7/+24
| | | | |
| | * | | prefer 'code' to 'uri' if presentminusf2015-02-201-1/+5
| |/ / /
| * / / [tv4] Add new extractor (Closes #4839) (Closes #2103)Naglis Jonaitis2015-02-202-0/+101
| |/ /
| * | [blinkx] Fix extractionSergey M․2015-02-201-26/+23
| | |
* | | [imgur] Allow alternative valuesPhilipp Hagemeister2015-02-201-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.3Philipp Hagemeister2015-02-192-1/+4
| |
* | [nationalgeographic] Add extractor (closes #4960)Jaime Marquínez Ferrándiz2015-02-193-1/+42
| |
* | [pornhub] Fix uploader regexSergey M․2015-02-191-1/+1
| |
* | [pornhub] Add support for playlists (Closes #4995)Sergey M․2015-02-192-1/+34
| |
* | [5min] Cover joystiq.com URLs (Closes #4962)Sergey M․2015-02-191-0/+1
| |