Commit Graph

1059 Commits (f09828b4e175997adce92f6ccecdcc30bb8060b6)

Author SHA1 Message Date
Philipp Hagemeister 46374a56b2 [youtube] Do not warn for videos with allow_rating=0
This fixes 
Test video: http://www.youtube.com/watch?v=gi2uH3YxohU
Philipp Hagemeister ec98946ef9 [academicearth] Support playlists (Closes )
Philipp Hagemeister fa77b742ac [radiofrance] Fill in test details
Philipp Hagemeister 8b4e274610 [rtlnow] Fix URL calculation (Closes )
Philipp Hagemeister 88bb52ee18 Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister d90df974c3 [academicearth] Add support for courses ()
Jaime Marquínez Ferrándiz 5c541b2cb7 [mtv] Add support for urls from the mobile site (fixes )
Itay Brandes 87a28127d2 _search_regex's "isatty" call fails with Py2exe's
_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.
Philipp Hagemeister ebce53b3d8 [vevo] Add suppor for videoplayer. URLs ()
Philipp Hagemeister ff07a05575 Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister f25571ffbf Add support for embedded vevo player (Fixes )
Jaime Marquínez Ferrándiz f7a6892572 [arte:ddc] Remove test
video seems to expire in 7 days, as arte+7
Philipp Hagemeister 0e2a436dce [radiofrance] Add support (Fixes )
Philipp Hagemeister 8c8e3eec79 [facebook] Recognize #! URLs (Fixes )
rzhxeo ee3e63e477 [GenericIE] Add support for embedded blip.tv
Philipp Hagemeister 780603027f [videopremium] Skip test
Philipp Hagemeister d67b0b1596 Reorder info_dict documentation
Philipp Hagemeister d7dda16888 [blinkx] Add extractor (Fixes )
Philipp Hagemeister d66152a898 [ndtv] Remove unused imports
Philipp Hagemeister 8c5f0c9fbc [mdr] Clean up
Philipp Hagemeister 09dacfa57f [mdr] Simplify
Philipp Hagemeister b2ae513586 Merge remote-tracking branch 'mc2avr/master'
Philipp Hagemeister e4a0489f6e Merge remote-tracking branch 'dstftw/channel9'
Conflicts:
	youtube_dl/extractor/__init__.py
Philipp Hagemeister 6f5dcd4eee [pornhd] Simplify
Philipp Hagemeister 1bb2fc98e0 Merge remote-tracking branch 'mjorlitzky/master'
Philipp Hagemeister c0ba0f4859 Document duration field
Philipp Hagemeister b466b7029d [youtube] Make duration an integer or None
Philipp Hagemeister fa3ae234e0 [cbs] Add extractor (Fixes )
Philipp Hagemeister 48462108f3 [theplatform] Fix geographic restriction check
Philipp Hagemeister f8b56e95b8 [theplatform] Detect geoblocked content
Jaime Marquínez Ferrándiz 9ee859b683 [daylimotion] Add support for urls from the mobile site (fixes )
It uses the 'touch' subdomain and adds a '#' before 'video'
Michael Orlitzky 8e05c870b4 Add support for pornhd.com.
Jaime Marquínez Ferrándiz 5d574e143f [ign] Update one of test video's title
Jaime Marquínez Ferrándiz 7a563df90a [daum] Recognize mobile urls ()
Jaime Marquínez Ferrándiz 24b173fa5c [naver] Recognize mobile urls (fixes )
dst 9b17ba0fa5 [channel9] Fix test description md5
dst 211f555d4c [channel9] Missing import in __init__
dst 4d2ebb6bd7 [channel9] Cleanup
dst df53747436 [channel9] Initial implementation ()
Philipp Hagemeister 00381b4ccb [pornhub] Fix URL regexp
Jaime Marquínez Ferrándiz 1825836235 Use `_download_xml` in more extractors
Jaime Marquínez Ferrándiz a0088bdf93 [vimeo] Fix unused argument of the `_real_extract` method
Jaime Marquínez Ferrándiz 48ad51b243 [vimeo] Fix the extraction for some 'player' or 'pro' videos
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c
Jaime Marquínez Ferrándiz 5458b4cefb [dailymotion] Fix view count extraction and make it non fatal (fixes )
Jaime Marquínez Ferrándiz 7c86cd5ab1 [dailymotion] Fix uploader extraction
Now it looks directly in the info dictionary
mc2avr df1d7da2af add MDRIE
Jaime Marquínez Ferrándiz cbfc470228 [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes )
Jaime Marquínez Ferrándiz f67ca84d4a [soundcloud] Fix the extension for 'downloadable' songs
In this case the 'original_format' field must be used.
Philipp Hagemeister e2b38da931 [mtv] Fixup incorrectly encoded XML documents
Philipp Hagemeister 5a3ea17c94 [zdf] Correct order of unknown formats ()