aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-02-23[YoutubeDL] remove compatiblity with the old subtitles systemJaime Marquínez Ferrándiz
2015-02-23Merge branch 'chirbit' of https://github.com/skypher/youtube-dl into ↵Sergey M․
skypher-chirbit
2015-02-23[soundgasm] add profile IE.Leslie P. Polzer
2015-02-23[chirbit] fix profile downloader regex.Leslie P. Polzer
2015-02-23[airmozilla] Add new extractorDuncan Keall
2015-02-23[r7] Add extractor (Closes #4405, closes #5004)Sergey M․
2015-02-23[extractor/common] Fix preference for m3u8 quality selection URLSergey M․
2015-02-22[escapist] Make regexes more robust (Closes #5028)Sergey M․
2015-02-22[appletrailers] Add test (#5027)Sergey M․
2015-02-22[appletrailers] Extend _VALID_URL (Closes #5027)Sergey M․
2015-02-22[YoutubeDL] only add normal subtitles to the 'requested_subtitles' field if ↵Jaime Marquínez Ferrándiz
'writesubtitles' is True
2015-02-22[ted] Always extract the subtitlesJaime Marquínez Ferrándiz
The required info is already in the webpage
2015-02-22[YoutubeDL] don't set the 'requested_subtitles' without writesubtitles or ↵Jaime Marquínez Ferrándiz
writeautomaticsub
2015-02-21release 2015.02.212015.02.21Philipp Hagemeister
2015-02-21[teamcoco] Fix extractionNaglis Jonaitis
Also, use a single style of quotes
2015-02-22[gdcvault] Fix rtmp streams (Closes #5024)Sergey M․
2015-02-22[zapiks] Extend _VALID_URL (#5014)Sergey M․
2015-02-22[generic] Add support for Zapiks embeds (#5014)Sergey M․
2015-02-22[zapiks] Add extractor (#5014)Sergey M․
2015-02-21[rtve] Fix the video urlJaime Marquínez Ferrándiz
Changing mvod to mvod1 fixes the url, we don't need to add the query.
2015-02-21PEP8: W503Philipp Hagemeister
2015-02-21[extractor/common] Recognize Indian censorship (#5021)Philipp Hagemeister
2015-02-21[vimeo] Encode password before hash calculationSergey M․
2015-02-21[vimeo] Fix password protected videos (Closes #5001)Sergey M․
2015-02-20release 2015.02.202015.02.20Philipp Hagemeister
2015-02-20[escapist] Fix extraction (fixes #5017)Philipp Hagemeister
2015-02-20Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2015-02-21[ted] Improve external video handling and add testSergey M․
2015-02-20prefer 'code' to 'uri' if presentminusf
2015-02-20[chirbit] add profile extractor.Leslie P. Polzer
2015-02-20[tv4] Add new extractor (Closes #4839) (Closes #2103)Naglis Jonaitis
2015-02-20[chirbit] Add new extractor.Leslie P. Polzer
2015-02-20[imgur] Allow alternative valuesPhilipp Hagemeister
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.
2015-02-19Remove the SubtitlesInfoExtractor classJaime Marquínez Ferrándiz
No longer needed
2015-02-20[blinkx] Fix extractionSergey M․
2015-02-19release 2015.02.19.32015.02.19.3Philipp Hagemeister
2015-02-19[nationalgeographic] Add extractor (closes #4960)Jaime Marquínez Ferrándiz
2015-02-19[pornhub] Fix uploader regexSergey M․
2015-02-19[pornhub] Add support for playlists (Closes #4995)Sergey M․
2015-02-19[5min] Cover joystiq.com URLs (Closes #4962)Sergey M․
2015-02-19[bbccouk] Convert to new subtitles systemJaime Marquínez Ferrándiz
I haven't found any video available outside the UK, so I haven't added tests. I have updated how the srt file is build, because (at least for www.bbc.co.uk/programmes/p02j9b69) the subtitles is inside 'span' elements.
2015-02-19[nbc] Use a test video that works outside the USJaime Marquínez Ferrándiz
2015-02-19[theplatform] Convert to new subtitles systemJaime Marquínez Ferrándiz
2015-02-19[cbssports] Add extractor (closes #4996)Jaime Marquínez Ferrándiz
2015-02-19[imgur] SimplifyPhilipp Hagemeister
2015-02-19Merge remote-tracking branch 'jbboehr/imgur-gifv-improvements'Philipp Hagemeister
2015-02-18[imgur] improve error check for non-video URLsJohn Boehr
2015-02-18[imgur] improve regex #4998John Boehr
2015-02-19[theonion] ModernizePhilipp Hagemeister
2015-02-18[imgur] support regular URLJohn Boehr