Commit Graph

10014 Commits (5b0aa2c7b15f970026a50388f566a76af710f51b)
 

Author SHA1 Message Date
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
Sergey M. 749b09616d Merge pull request from remitamine/shahid
[shahid] fix api request url and change test ext
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 )
Sergey M. 6e21cc3b67 Merge pull request from alexvong1995/add-missing-tag
Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.
Alex Vong 0391bc8176 Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.
* README.md: Add missing tag.
Sergey M. 3b9264a049 [README.md] Fix typo
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.