Commit Graph

8284 Commits (41db73330835d6e8fe29ce18f869247a739467ce)

Author SHA1 Message Date
remitamine 2949a6cda9 [condenast] fix video info regex
remitamine 882fc9052e [condenast] fix extraction and add support for other sites
Sergey M․ 9b166fc1f8 [iconosquare] Extract comments
Sergey M․ d4364f30bd [iconosquare] Revert title (Closes )
remitamine 857421024d [iconosquare] fix info extraction
atomic83 545a23f11b More title extraction fixing.
remitamine 47024eb564 [hostingbulk] remove extractor
Sergey M․ 9c58885c70 [nhl:news] Add support for iframe embeds (Closes )
Sergey M․ 9fbd4b35a2 [nhl] Add support for embedded URLs
Sergey M․ 05b476a270 [vidme] Prefer non clip (Closes )
Sergey M․ 4395ca2e04 [xhamster] Fix title extraction (Closes )
Yen Chi Hsuan 19f93d906e [iqiyi] Use md5_text for all MD5 calls
Yen Chi Hsuan 57565375c8 [iqiyi] Fix extraction (fixes )
Sergey M․ eb11cbe867 [soundcloud] Update client id (Closes )
Sergey M․ f102819463 [downloader/hls] Pass http headers to downloader
Philipp Hagemeister b942db3dc3 release 2015.09.22
Sergey M․ 78f9fb902b [9gag] Support embed URLs
Sergey M․ d8fef8faac [9gag] Quotes consistency
Sergey M․ 8ea6bd2802 [9gag] Add vimeo test
Sergey M․ c659022b5c [9gag] Modernize
Sergey M․ 8ca2e93e1a [9gag] Relax optional fields
Sergey M․ 5600e214c3 [9gag] Make post view regex more robust
Sergey M․ 6400f8ec0f [9gag] Allow old .tv domain
There are still references to it in webpage's source
Sergey M․ c3a4e2ec40 [9gag] Remove redundant test
Sergey M․ e28c794699 [9gag] Make display_id optional
remitamine da9f180835 [ninegag] remove unnecessary condition
remitamine 6b8ce312e3 [ninegag] extract source url
remitamine de3fc356e1 [ninegag] fix _VALID_URL regex and handle the use of other external providers
Sergey M․ d0fed4ac02 [viewster] Use tuple
Sergey M․ 7ce50a355c [viewster] Add geo restricted tests
Sergey M․ 9612f23399 [viewster] Detect video geo restriction
Sergey M․ cccedc1aa4 [voewster] Detect series geo restriction
Sergey M․ c430802e32 [extractor/common] Add raise_geo_restricted
Sergey M․ cb4e421901 [voewster] Update tests
Sergey M․ 8e97596b7b [viewster] Extract height from bitrate and prefer mp4 videos
remitamine 92085e7099 [viewster] accept https links and fix api_token extraction and extract mp4 video link(fixes )
Sergey M․ c6aa838b51 [youtube:history] Enable exractor
Sergey M․ 9f5e8d16b3 [youtube:history] Disable exractor
Sergey M․ 82c06a40ac Fix typo
Sergey M․ 4423eba49b [nfl] Add support for URLs without id (Closes )
Sergey M․ 5b4c54631a [nfl] Add team domains ()
Sergey M․ 5a1a2e9454 [utils] Fix kwargs on old python 2 (Closes )
Jaime Marquínez Ferrándiz f005f96ea5 [youtube:history] Explain why it has disabled and skip test
Sergey M․ 5e39123b3b [arte:+7] Fix typo
Sergey M․ 393ca8c94d [arte:+7] Look for json vp url in iframe (Closes )
Sergey M․ f817adc468 [youtube:history] Disable extractor until is investigated
Wiped out part of my history as well
Sergey M․ 6c91a5a7f5 [extractor/generic] Fix following redirect in Refresh HTTP header on python 2
remitamine 5de5ab89b4 [shahid] change test ext
remitamine 1d67c96640 [shahid] fix api request url
Sergey M․ d1c694ea4a [bbc] Switch extraction to hq iptv hls (Closes , closes , closes , closes , closes )
Sergey M․ 06368a232a [playwire] Fix test
Jaime Marquínez Ferrándiz 8a7bbd1606 [postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes )
If the filename contains ':' it is interpreted as a protocol.
It also handles filenames starting with '-'.
Sergey M․ 131d05033b [ok] Skip test
Sergey M․ 1806a75415 [ok] Capture error message
Sergey M․ 659ffe204c [divxstage] Remove extractor
DivxStage is offline for quite some time already
Sergey M․ 4647fd8910 [telecinco] Fix typo
Sergey M․ d492dad8f4 [telecinco] Add support for mediaset.es
Sergey M․ 3368d70dce [mitele] Clarify IE_DESC
Sergey M․ 0e1b2566ff [telecinco] Clarify IE_DESC
Sergey M․ 369e60162e [telecinco] Update test
Sergey M․ d5e7657fe2 [telecinco] Add support or cuatro.com
Sergey M․ f84ce1ebaf [mitele] Fix extraction (Closes )
Sergey M․ 12bc242944 [telecinco] Incorporate mitele code
Sergey M․ 88060cce10 [rai] Add support for videos embedded with drawMediaRaiTV (Closes )
Sergey M․ 272e4db5c7 [pornhub] Relax _VALID_URL (Closes )
Philipp Hagemeister 2b3c254678 [youtube:channel] Correct 404 handling
Previously, when we encountered a 404 - such as youtube-dl https://www.youtube.com/ohJeiboh8oorehai - we crashed with a regexp error. Instead, make sure to go on and eventually report a 404.
Philipp Hagemeister 287be8c615 [youtube:truncated_url] Add ?t=
Sometimes found in links - ?t=123&v=ABCD starts the video at position 123.
Philipp Hagemeister 953fed280f [compat] Do not use unicode
If the code ever runs on 3.x, it would fail. Even if it never does, the unicode name confuses Python 3 code analysis tools.
Sergey M․ e2ff3df314 [clubic] Relax _VALID_URL (Closes )
Sergey M․ c246773599 [nowness] Add vimeo test
Sergey M․ 82c18e2a53 [nowness] Simplify
Sergey M․ d5d38d16ae Merge branch 'nowness' of https://github.com/remitamine/youtube-dl into remitamine-nowness
Sergey M․ 2ffe3bc14b [ndr] Rework and cover with tests
Sergey M․ d5867276a9 Merge branch 'master' of github.com:rg3/youtube-dl into remitamine-ndr
Yen Chi Hsuan f665ef8fc5 Merge remote-tracking branch 'upstream/master'
Yen Chi Hsuan b264c21302 [tudou] Use single quotes and compat_str
Yen Chi Hsuan 349b3a2ea0 [tudou] Improve regexs
Yen Chi Hsuan 87813a8570 [tudou] Use _download_xml
Yen Chi Hsuan aab135516b [tudou] Avoid shadowing builtin names
Yen Chi Hsuan 141ba36996 [tudou] Modernize
Yen Chi Hsuan 94e507aea7 [tudou] A more comprehensive _VALID_URL
Sergey M․ 3ebc121293 Merge branch 'ndr' of https://github.com/remitamine/youtube-dl into remitamine-ndr
Yen Chi Hsuan 41ebd6530b [tudou] Add the test case ()
Yen Chi Hsuan 2ec7b7b79b Merge branch 'master' of https://github.com/linhua55/youtube-dl into linhua55-master
Sergey M․ 60ed60353b [openfilm] Remove extractor
OpenFilm has been shut down
Sergey M․ 586f1cc532 [extractor/common] Skip html comment tags (Closes )
Sergey M․ 73eb13dfc7 [extractor/common] Case insensitive inputs extraction
Sergey M․ 1721fef28b [yahoo] Fix test
Sergey M․ 364ca0582e [yahoo] Process query result embedded in webpage
Sergey M․ 133a2b4ac2 [downloader/hls] Properly close stream
Philipp Hagemeister d85187eb74 release 2015.09.09
Sergey M․ cc1ac11017 [vier:videos] Fix extraction with old approach (Closes )
Sergey M․ 482aa3fecc [vidme] Simplify, make more robust, extract more metadata and capture errors (Closes )
Lukáš Lalinský d9c19db340 Extract all vid.me formats
Sergey M. 6c4d243de5 Merge pull request from remitamine/xuite-tests
[xuite] fix test md5
remitamine 7b4137c351 [fktv] fix info extraction
remitamine 1072336249 [washingtonpost] fix test info
remitamine 75bb5c7028 [xuite] fix test md5
remitamine 376e1ad081 [ndr] use utils.qualites
remitamine b58a22b963 [ndr] make NDREmbed and NJoyEmbed _VALID_URL regex unique
Sergey M․ 47004d9579 [crunchyroll] Fix uploader and upload date extraction
Sergey M․ 12810c9cd3 [crunchyroll] Force Accept-Language to any for all requests (Closes )
Sergey M․ 7a459170fa [__init__] Remove musicvault
Sergey M. 3cf0df568a Merge pull request from remitamine/musicvault
[musicvault] remove extractor
remitamine b88ebd472e [musicvault] remove extractor
remitamine 64997815c4 [ndr] add support for embeds
remitamine b1b7d1ffba [wimp] fix tests info
Jaime Marquínez Ferrándiz 4003bd82b0 [youtube:shows] Use https
remitamine 8801255d7d [youtube] fix show extraction (fixes )
Closes )
remitamine 3b18f539a7 [ndr] fix info extraction
Yen Chi Hsuan bc973e06d0 Merge pull request from remitamine/yahoo-tests
[yahoo] change test md5 checksum
remitamine cf33a47df0 [ajazzera] skip test
remitamine daeb0f04cd [yahoo] change test md5 checksum
Sergey M․ 97243fe395 [ceskatelevize] Extract playlists (Closes )
Sergey M․ 9dbdb65abe [techtvmit] Update test
Sergey M․ 9af461de35 [techtvmit] Fix extraction
Sergey M. 4d71e200c6 Merge pull request from remitamine/academicearth
[academicearth] fix test info
Sergey M. 8e0bdabed2 Merge pull request from remitamine/airmozilla
[airmozilla] fix test info
Sergey M․ bca553caac [eagleplatform] Fix extraction
remitamine a2f42a3baf [academicearth] fix test info
remitamine 7465222a9c [airmozilla] fix test info
Sergey M․ e28034c5ac [utils] Comment cookie processing until result from travis and some more testing
Sergey M․ 12bbd32ad0 [kuwo:singer] Skip test
Sergey M․ 266e466ee4 [utils] Simplify cookie processor
Sergey M․ cf83f532ae [niconico] Use encode_dict
Sergey M․ cd019668dc [niconico] Use encode_dict
Sergey M․ 515fc8776f [youtube] Use encode_dict
Sergey M․ c7c0996d8c [gorillavid] Add test for filehoot.com (Closes )
Sergey M․ b3e64671cc [gorillavid] Improve title
Sergey M․ 4abe214499 [gorillavid] Encode fields
Sergey M․ e94cb5ae7e [gorillavid] Add support for filehoot.com
Sergey M․ e213c98df1 [gorillavid] Build correct URL
Sergey M․ 1639282434 [utils] Add encode_dict
Sergey M․ be0e5dbd83 [extractor/common] Extract submit inputs
Sergey M․ ad72917274 [utils] Add issue URL in comment for
Sergey M․ 6a3f4c3f82 [YoutubeDL] Use custom cookie processor
Sergey M․ a6420bf50c [utils] Add cookie processor for cookie correction (Closes )
Sergey M․ eb387896e9 [adultswim] Fix extraction on python 2.6
remitamine f43c163158 [nowness] pass cinematique
remitamine 673bf566fc [nowness] more api abstraction
remitamine f95c5e1218 [nowness] change id variable name
remitamine f33f32f159 [nowness] add api abstration function adn extend _VALID_URL regex
Sergey M․ 8df5ae15d1 [compat] Fix python version check for compat_shlex_split
remitamine 75b399f455 [nowness] fix _VALID_URL regex
felix 12439dd5ec [generic] Capture <audio> tags in addition to <video> tags
Sergey M․ cab792abe5 [options] Use compat_shlex_split
Sergey M․ 8870358b1b [__init__] Use compat_shlex_split
Sergey M․ 51f579b635 [compat] Add compat shlex.split
remitamine c23c3d7d7d [nowness] fix video extraction and add support serie and playlist extraction (fixes )
Sergey M․ 4abf617b9c [YoutubeDL] Ensure bool params always present in downloader