aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-08-28Merge remote-tracking branch 'rzhxeo/youporn-hd'Philipp Hagemeister
Conflicts: youtube_dl/utils.py
2013-08-28YoupornIE: Clean up extraction of hd videorzhxeo
2013-08-28Allow changes to run under Python 3Philipp Hagemeister
2013-08-28[sohu] Handle encoding, and fix testsPhilipp Hagemeister
2013-08-28Merge remote-tracking branch 'Huarong/master'Philipp Hagemeister
2013-08-28Merge remote-tracking branch 'origin/reuse_ies'Philipp Hagemeister
2013-08-28Add extractors for video.mit.edu and techtv.mit.edu (closes #1327)Jaime Marquínez Ferrándiz
video.mit.edu just embeds the videos from techtv.mit.edu
2013-08-28Remove unused importsPhilipp Hagemeister
2013-08-28[generic] simply use urljoinPhilipp Hagemeister
2013-08-28[generic] Fix URL concatenationPhilipp Hagemeister
When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4 Fixes #1268.
2013-08-28[addanime] add filePhilipp Hagemeister
2013-08-28[youtube] update algo for length 88, thanks to @Ramhack (fixes #1328)Jaime Marquínez Ferrándiz
2013-08-28[cnn] remove debug print call.Jaime Marquínez Ferrándiz
2013-08-28[addanime] improvePhilipp Hagemeister
2013-08-28[appletrailers] Add supportPhilipp Hagemeister
2013-08-28[cnn] Allow more URLsPhilipp Hagemeister
2013-08-27Initial slash in Google+ photos link was removedJeff Smith
2013-08-27Add an extractor for NBC news (closes #1320)Jaime Marquínez Ferrándiz
2013-08-27Add an extractor for CNN (closes #1318)Jaime Marquínez Ferrándiz
2013-08-27[canalc2] Small improvementsPhilipp Hagemeister
2013-08-27Merge remote-tracking branch 'Rudloff/canalc2'Philipp Hagemeister
2013-08-27[hark] get the song info in JSON and extract more information.Jaime Marquínez Ferrándiz
2013-08-27[canalplus] Accept player.canalplus.fr urlsJaime Marquínez Ferrándiz
2013-08-27Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-08-27[trilulilu] Add support for trilulilu.roPhilipp Hagemeister
Fun fact: The ads (not yet supported) are loaded from youtube ;)
2013-08-26Merge pull request #1315 from yasoob/masterJaime Marquínez Ferrándiz
fixed tests for c56 and dailymotion
2013-08-27fixed tests for c56 and dailymotionM.Yasoob Ullah Khalid ☺
2013-08-26Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-08-26[generic] small typoPhilipp Hagemeister
2013-08-26Merge pull request #1231 from yasoob/masterPhilipp Hagemeister
Added an IE for hark.com
2013-08-25Merge pull request #1310 from rzhxeo/rtlnowPhilipp Hagemeister
Add support for http://superrtlnow.de
2013-08-24[generic] add support for relative URLs (Fixes #1308)Philipp Hagemeister
2013-08-24[generic] Support double slash URLs (Fixes #1309)Philipp Hagemeister
2013-08-24[ro220] Add support for 220.roPhilipp Hagemeister
2013-08-24Add SUPER RTL NOW to RTLnow extractorrzhxeo
2013-08-24[youtube] update algo for length 84Jaime Marquínez Ferrándiz
2013-08-23[youtube] update algo for length 86 (fixes #1302)Jaime Marquínez Ferrándiz
2013-08-23Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz
2013-08-23[xhamster] use determine_extJaime Marquínez Ferrándiz
2013-08-23Merge pull request #1301 from rzhxeo/xhamsterJaime Marquínez Ferrándiz
XHamsterIE: Fix video extension and add video description
2013-08-23XHamsterIE: Add video descriptionrzhxeo
2013-08-23XHamsterIE: Fix video extensionrzhxeo
Cut off GET parameter
2013-08-23[youtube] Fix download of subtitles with '--all-subs'Jaime Marquínez Ferrándiz
If _extract_subtitles is called the option 'write subtitles' is always true.
2013-08-23Merge pull request #937 from jaimeMF/subtitles_reworkJaime Marquínez Ferrándiz
Subtitles rework
2013-08-23[youtube] add algo for length 80 and update player infoJaime Marquínez Ferrándiz
2013-08-22[videofyme] Add an additional quality (they change between downloads of the ↵Jaime Marquínez Ferrándiz
info) and update md5 sum of the test video
2013-08-22[youtube] update algo for length 82 (fixes #1296)Jaime Marquínez Ferrándiz
2013-08-22[youtube] fix the order of DASH formatsJaime Marquínez Ferrándiz
2013-08-22Merge pull request #1279 from xanadu/masterJaime Marquínez Ferrándiz
Add YouTube DASH formats to YouTubeIE
2013-08-22lxml is not part of the standard library.Pierre Rudloff