aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2013-12-17[youtube] Do not warn for videos with allow_rating=0Philipp Hagemeister
This fixes #1982 Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
2013-12-17[academicearth] Support playlists (Closes #1976)Philipp Hagemeister
2013-12-16[radiofrance] Fill in test detailsPhilipp Hagemeister
2013-12-16[rtlnow] Fix URL calculation (Closes #1989)Philipp Hagemeister
2013-12-16Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-12-16[academicearth] Add support for courses (#1976)Philipp Hagemeister
2013-12-16[mtv] Add support for urls from the mobile site (fixes #1959)Jaime Marquínez Ferrándiz
2013-12-16_search_regex's "isatty" call fails with Py2exe'sItay Brandes
_search_regex calls the sys.stderr.isatty() function for unix systems. Py2exe uses a custom Stderr() stream which doesn't have an `isatty()` function, leading to it's crash. Fixes easily with checking that it's a unix system first.
2013-12-16[vevo] Add suppor for videoplayer. URLs (#1957)Philipp Hagemeister
2013-12-16Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-12-16Add support for embedded vevo player (Fixes #1957)Philipp Hagemeister
2013-12-16[arte:ddc] Remove testJaime Marquínez Ferrándiz
video seems to expire in 7 days, as arte+7
2013-12-16[radiofrance] Add support (Fixes #1942)Philipp Hagemeister
2013-12-16[facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister
2013-12-16[GenericIE] Add support for embedded blip.tvrzhxeo
2013-12-16[videopremium] Skip testPhilipp Hagemeister
2013-12-16Reorder info_dict documentationPhilipp Hagemeister
2013-12-16[blinkx] Add extractor (Fixes #1972)Philipp Hagemeister
2013-12-16[ndtv] Remove unused importsPhilipp Hagemeister
2013-12-16[mdr] Clean upPhilipp Hagemeister
2013-12-16[mdr] SimplifyPhilipp Hagemeister
2013-12-16Merge remote-tracking branch 'mc2avr/master'Philipp Hagemeister
2013-12-16Merge remote-tracking branch 'dstftw/channel9'Philipp Hagemeister
Conflicts: youtube_dl/extractor/__init__.py
2013-12-16[pornhd] SimplifyPhilipp Hagemeister
2013-12-16Merge remote-tracking branch 'mjorlitzky/master'Philipp Hagemeister
2013-12-16Document duration fieldPhilipp Hagemeister
2013-12-16[youtube] Make duration an integer or NonePhilipp Hagemeister
2013-12-16[cbs] Add extractor (Fixes #1977)Philipp Hagemeister
2013-12-16[theplatform] Fix geographic restriction checkPhilipp Hagemeister
2013-12-16[theplatform] Detect geoblocked contentPhilipp Hagemeister
2013-12-14[daylimotion] Add support for urls from the mobile site (fixes #1953)Jaime Marquínez Ferrándiz
It uses the 'touch' subdomain and adds a '#' before 'video'
2013-12-13Add support for pornhd.com.Michael Orlitzky
2013-12-13[ign] Update one of test video's titleJaime Marquínez Ferrándiz
2013-12-12[daum] Recognize mobile urls (#1952)Jaime Marquínez Ferrándiz
2013-12-12[naver] Recognize mobile urls (fixes #1951)Jaime Marquínez Ferrándiz
2013-12-12[channel9] Fix test description md5dst
2013-12-12[channel9] Missing import in __init__dst
2013-12-12[channel9] Cleanupdst
2013-12-12[channel9] Initial implementation (#1885)dst
2013-12-11[pornhub] Fix URL regexpPhilipp Hagemeister
2013-12-10Use `_download_xml` in more extractorsJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix unused argument of the `_real_extract` methodJaime Marquínez Ferrándiz
2013-12-10[vimeo] Fix the extraction for some 'player' or 'pro' videosJaime Marquínez Ferrándiz
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
2013-12-10[dailymotion] Fix view count extraction and make it non fatal (fixes #1940)Jaime Marquínez Ferrándiz
2013-12-10[dailymotion] Fix uploader extractionJaime Marquínez Ferrándiz
Now it looks directly in the info dictionary
2013-12-10add MDRIEmc2avr
2013-12-10[mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939)Jaime Marquínez Ferrándiz
2013-12-10[soundcloud] Fix the extension for 'downloadable' songsJaime Marquínez Ferrándiz
In this case the 'original_format' field must be used.
2013-12-10[mtv] Fixup incorrectly encoded XML documentsPhilipp Hagemeister
2013-12-10[zdf] Correct order of unknown formats (#1936)Philipp Hagemeister