summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * release 2017.03.06Sergey M․2017-03-064-5/+6
| |
| * [ChangeLog] ActualizeSergey M․2017-03-061-0/+14
| |
| * [utils] Process bytestrings in urljoin (closes #12369)Sergey M․2017-03-062-1/+9
| |
| * [drtv] Add geo countries to GeoRestrictedErrorSergey M․2017-03-061-1/+3
| |
| * [drtv:live] Bypass geo restrictionSergey M․2017-03-061-0/+1
| |
| * [addanime] Skip an invalid testYen Chi Hsuan2017-03-061-1/+2
| |
| * [tunepk] Add extractor (closes #12197, closes #12243)Sergey M․2017-03-052-0/+91
| |
| * [extractor/common] Pass arguments to _parse_jwplayer_formats and PEP8Sergey M․2017-03-051-3/+4
| |
| * [extractor/common] Improve height extraction and extract bitrateSergey M․2017-03-051-5/+7
| |
| * [extractor/common] Move jwplayer formats extraction in separate methodSergey M․2017-03-051-50/+56
| |
| * [downloader/external] Add missing import and PEP8Sergey M․2017-03-051-2/+5
| |
| * [external:ffmpeg] In test harness, limit to 10k download sizeJohn Hawkinson2017-03-051-0/+4
| | | | | | | | | | Otherwise, if you screw up a playlist test by including a playlist dictionary key, you'll be there for eons while it downloads all the files before erroring out.
| * release 2017.03.05Sergey M․2017-03-054-5/+7
| |
| * [ChangeLog] ActualizeSergey M․2017-03-051-0/+11
| |
| * [twitch] Use better naming and simplify (closes #11974)Sergey M․2017-03-051-19/+12
| |
| * [twitch] Add basic support for two-factor authenticationXiao Di Guan2017-03-051-33/+48
| |
| * Credit @vierbergenlars for vijf.be (#12304)Sergey M․2017-03-051-0/+1
| |
| * Credit @obilodeau for vrak (#11452)Sergey M․2017-03-051-0/+1
| |
| * Credit @TobiX for #9725Sergey M․2017-03-051-0/+1
| |
| * Credit @p2004a for vodpl (#12122)Sergey M․2017-03-051-0/+1
| |
| * Credit @ThomasChr for #12015 and #12245Sergey M․2017-03-051-0/+1
| |
| * [vier] Add support for vijf.beLars Vierbergen2017-03-051-6/+27
| | | | | | | | vier.be and vijf.be run on the same CMS and are property of the same company, so the same extractor can be used for both of them.
| * [redbulltv] Improve extraction (closes #11948, closes #3919)Sergey M․2017-03-043-51/+107
| |
| * [redbulltv] Add extractorJuanjo Benages2017-03-042-0/+51
| |
| * [douyutv] Switch to the PC API to escape the 5-min limitationYen Chi Hsuan2017-03-042-10/+27
| | | | | | | | | | | | | | | | Thanks @spacemeowx2 for the algo. Ref: https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc Closes #12316
| * [generic] Add support for rutube embedsSergey M․2017-03-042-0/+30
| |
| * [rutube] Relax _VALID_URLSergey M․2017-03-041-1/+4
| |
| * [vrak] Improve and update test (closes #11452)Sergey M․2017-03-031-46/+58
| |
| * [brightcove:new] Add ability to smuggle geo_countries into URLSergey M․2017-03-031-0/+3
| |
| * [vrak] Add extractorOlivier Bilodeau2017-03-032-0/+69
| |
| * [brightcove:new] Raise GeoRestrictedErrorSergey M․2017-03-031-2/+4
| |
| * [go] Relax _VALID_URL (closes #12341)Sergey M․2017-03-031-1/+7
| |
| * [24video] Use original host for requests (closes #12339)Sergey M․2017-03-031-5/+9
| |
| * [ruutu] Disable DASH formats (closes #12322)Sergey M․2017-03-021-0/+3
| | | | | | | | Due to causing out of sync issue
| * release 2017.03.02Sergey M․2017-03-023-5/+5
| |
| * [ChangeLog] ActualizeSergey M․2017-03-021-1/+8
| |
| * [facebook] Fix extraction (closes #12323)Yen Chi Hsuan2017-03-022-1/+7
| | | | | | | | Almost all videos now use the pagelet type 'permalink_video_pagelet'
| * [youtube] Mark errors about rental videos as expectedYen Chi Hsuan2017-03-021-1/+1
| | | | | | | | Closes #12324
| * [adobepass] Add Charter Spectrum (#11465)Yen Chi Hsuan2017-03-021-0/+5
| | | | | | | | Thanks @tv21 for the fix!
| * [utils] Carry long doc stringSergey M․2017-03-011-1/+2
| |
| * [YoutubeDL] Don't sanitize identifiers (closes #12317)Sergey M․2017-03-011-1/+1
| |
| * [npo] Add support for audioSergey M․2017-03-011-2/+14
| |
| * [npo] Improve extraction and update testsSergey M․2017-03-011-205/+197
| |
| * [npo] Adapt to app.php API (closes #12311)Sergey M․2017-03-011-44/+35
| |
| * release 2017.02.28Sergey M․2017-02-284-5/+8
| |
| * [ChangeLog] ActualizeSergey M․2017-02-281-1/+9
| |
* | _find_jwplayer_data() returns dict or NoneRandom User2017-03-253-17/+18
| | | | | | | | | | | | | | | | This simplifies code for callers of `_find_jwplayer_data()` which no longer have to run `_parse_json()` on the return value. It also makes sure that `_find_jwplayer_data()` returns either a `dict` or `None` and nothing else.
* | Add test for JWPlayer where config is passed as variableRandom User2017-03-251-0/+14
|/
* [azmedien:showplaylist] Improve (closes #12160)Sergey M․2017-02-281-16/+8
|
* [azmedien:showplaylist] Add support for all episodes playlistsAlex Seiler2017-02-282-0/+50
|