summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [extractor/common] Emphasize geo bypass APIs are experimentalSergey M․2017-02-201-0/+3
|
* [iprima] Improve geo restriction detection and disable geo bypassSergey M․2017-02-201-1/+6
|
* [iprima] ModernizeSergey M․2017-02-201-6/+7
|
* [commonmistakes] Disable UnicodeBOM extractor test for python 3.2Sergey M․2017-02-201-1/+5
|
* [svt] PEP 8Sergey M․2017-02-201-0/+1
|
* [nrk] PEP 8Sergey M․2017-02-201-0/+1
|
* [prosiebensat1] Throw ExtractionError on unsupported page type (closes #12180)Sergey M․2017-02-201-0/+3
|
* [nrk] Update _API_HOST and relax _VALID_URLSergey M․2017-02-201-3/+6
|
* [travis] Run tests in parallelYen Chi Hsuan2017-02-192-4/+11
| | | | | | | | | | | | [test_download] Print test names in case of network errors [test_download] Add comments for nose parameters [test_download] Modify outtmpl to prevent info JSON filename conflicts Thanks @jaimeMF for the idea. [travis] Only download tests should be run in parallel
* [tv4] Bypass geo restriction and improve detectionSergey M․2017-02-191-4/+5
|
* [tv4] Switch to hls3 protocol (closes #12177)Sergey M․2017-02-191-1/+1
|
* [downloader/ism] Honor HTTP headers when downloading fragmentsSergey M․2017-02-191-1/+4
|
* [downloader/dash] Honor HTTP headers when downloading fragmentsSergey M․2017-02-191-1/+4
| | | | For example, https://www.oppetarkiv.se/video/1196142/natten-ar-dagens-mor
* [options] Move geo restriction related options to separate sectionSergey M․2017-02-191-18/+19
|
* Improve geo bypass mechanismSergey M․2017-02-1913-30/+71
| | | | | | * Rename options to preffixly match with --geo-verification-proxy * Introduce _GEO_COUNTRIES for extractors * Implement faking IP right away for sites with known geo restriction
* Rename bypass geo restriction optionsSergey M․2017-02-194-15/+14
|
* Add faked X-Forwarded-For to formats' HTTP headersSergey M․2017-02-192-1/+18
|
* [utils] Make random_ipv4 return unicode stringSergey M․2017-02-191-2/+2
|
* [viki] Improve geo restriction detectionSergey M․2017-02-191-1/+5
|
* [vgtv] Improve geo restriction detectionSergey M․2017-02-191-1/+2
|
* [srgssr] Improve geo restriction detectionSergey M․2017-02-191-2/+6
|
* [vbox7] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-1/+1
|
* [svt] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-1/+2
|
* [pbs] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-4/+5
|
* [ondemandkorea] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-1/+2
|
* [nrk] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-31/+5
|
* [itv] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-0/+3
|
* [go] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-0/+4
|
* [dramafever] Improve geo restriction detection and use geo bypass mechanismSergey M․2017-02-191-2/+3
|
* Add experimental geo restriction bypass mechanismSergey M․2017-02-195-6/+340
| | | | Based on faking X-Forwarded-For HTTP header
* [utils] Introduce YoutubeDLError base class for all youtube-dl exceptionsPierre Mdawar2017-02-191-9/+18
|
* [brightcove:legacy] restrict videoPlayer value(closes #12040)Remita Amine2017-02-181-0/+4
|
* [options] Mention quoted string literals for --match-filterSergey M․2017-02-181-2/+4
|
* [tvn24] Improve extraction (closes #11679)Sergey M․2017-02-181-15/+44
|
* [tvn24] Add extractorJakub Wilk2017-02-182-0/+48
|
* [thisav] Add support for html5 media (closes #11771)Sergey M․2017-02-181-2/+8
|
* [metacafe] Improve (closes #10371)Sergey M․2017-02-181-25/+13
|
* [metacafe] Bypass family filterAlex Monk2017-02-181-1/+14
| | | | If you don't send this user=ffilter: false cookie, it will 301 redirect you to a page asking about it, and then the title check will fail.
* [viceland] improve info extraction and update testRemita Amine2017-02-182-10/+10
|
* release 2017.02.17Sergey M․2017-02-174-7/+7
|
* [ChangeLog] ActualizeSergey M․2017-02-171-0/+5
|
* [options] Add missing spacesSergey M․2017-02-171-5/+5
|
* [heise] Improve (closes #9725)Sergey M․2017-02-171-98/+48
|
* [heise] Support videos embedded in any article.Tobias Gruetzmacher2017-02-171-29/+90
|
* [ellentv] ImproveDéstin Reed2017-02-171-15/+8
|
* [openload] Fix extraction (closes #12002)Sergey M․2017-02-171-7/+4
|
* [openload] Semifix extraction (closes #10408)Vijay Singh2017-02-171-7/+10
| | | | just updated the code. i don't do much python still i tried to convert my code. lemme know if there is any prob with it
* [theplatform] Recognize URLs with whitespaces (closes #12044)Yen Chi Hsuan2017-02-173-3/+11
|
* [einthusan] Relax _VALID_URL (closes #12141, closes #12159)Sergey M․2017-02-171-3/+6
|
* [generic] Try parsing JWPlayer embedded videos (closes #12030)Yen Chi Hsuan2017-02-1616-197/+166
|