aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2017-03-10release 2017.03.102017.03.10Sergey M․
2017-03-10[extractor/generic] Make title optional for jwplayer embeds (closes #12410)Sergey M․
2017-03-10[wdr] Actualize commentSergey M․
2017-03-10[wdr:maus] Fix extraction and update testsrunningbits
2017-03-09[prosiebensat1] Improve title extraction and add testSergey M․
2017-03-10[prosiebensat1] Improve title extraction (closes #12318)Thomas Christlieb
2017-03-08[dplayit] Relax playback info URL extractionSergey M․
2017-03-08[dplayit] Separate and rewrite extractor and bypass geo restriction (closes ↵Sergey M․
#12393)
2017-03-08[miomio] Fix extractionYen Chi Hsuan
Closes #12291 Closes #12388 Closes #12402
2017-03-08[telequebec] Fix description extraction and update test (closes #12399)Sergey M․
2017-03-08[openload] Fix extractiondenneboomyo
2017-03-07[extractor/generic] Add test for brigthcove UUID-like videoPlayerSergey M․
2017-03-07[brightcove:legacy] Relax videoPlayer validation check (closes #12381)Sergey M․
2017-03-07[twitch] PEP8Yen Chi Hsuan
2017-03-07release 2017.03.072017.03.07Sergey M․
2017-03-06[soundcloud] Update client id (closes #12376)Sergey M․
2017-03-06[__init__] Metadata should be added after conversionYen Chi Hsuan
Fixes #5594
2017-03-06Openload fix extraction (#12357)denneboomyo
* Fix extraction
2017-03-06release 2017.03.062017.03.06Sergey M․
2017-03-06[utils] Process bytestrings in urljoin (closes #12369)Sergey M․
2017-03-06[drtv] Add geo countries to GeoRestrictedErrorSergey M․
2017-03-06[drtv:live] Bypass geo restrictionSergey M․
2017-03-06[addanime] Skip an invalid testYen Chi Hsuan
2017-03-05[tunepk] Add extractor (closes #12197, closes #12243)Sergey M․
2017-03-05[extractor/common] Pass arguments to _parse_jwplayer_formats and PEP8Sergey M․
2017-03-05[extractor/common] Improve height extraction and extract bitrateSergey M․
2017-03-05[extractor/common] Move jwplayer formats extraction in separate methodSergey M․
2017-03-05[downloader/external] Add missing import and PEP8Sergey M․
2017-03-05[external:ffmpeg] In test harness, limit to 10k download sizeJohn Hawkinson
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.
2017-03-05release 2017.03.052017.03.05Sergey M․
2017-03-05[twitch] Use better naming and simplify (closes #11974)Sergey M․
2017-03-05[twitch] Add basic support for two-factor authenticationXiao Di Guan
2017-03-05[vier] Add support for vijf.beLars Vierbergen
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.
2017-03-04[redbulltv] Improve extraction (closes #11948, closes #3919)Sergey M․
2017-03-04[redbulltv] Add extractorJuanjo Benages
2017-03-04[douyutv] Switch to the PC API to escape the 5-min limitationYen Chi Hsuan
Thanks @spacemeowx2 for the algo. Ref: https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc Closes #12316
2017-03-04[generic] Add support for rutube embedsSergey M․
2017-03-04[rutube] Relax _VALID_URLSergey M․
2017-03-03[vrak] Improve and update test (closes #11452)Sergey M․
2017-03-03[brightcove:new] Add ability to smuggle geo_countries into URLSergey M․
2017-03-03[vrak] Add extractorOlivier Bilodeau
2017-03-03[brightcove:new] Raise GeoRestrictedErrorSergey M․
2017-03-03[go] Relax _VALID_URL (closes #12341)Sergey M․
2017-03-03[24video] Use original host for requests (closes #12339)Sergey M․
2017-03-02[ruutu] Disable DASH formats (closes #12322)Sergey M․
Due to causing out of sync issue
2017-03-02release 2017.03.022017.03.02Sergey M․
2017-03-02[facebook] Fix extraction (closes #12323)Yen Chi Hsuan
Almost all videos now use the pagelet type 'permalink_video_pagelet'
2017-03-02[youtube] Mark errors about rental videos as expectedYen Chi Hsuan
Closes #12324
2017-03-02[adobepass] Add Charter Spectrum (#11465)Yen Chi Hsuan
Thanks @tv21 for the fix!
2017-03-01[utils] Carry long doc stringSergey M․