aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-28[cbsnews] Remove unused importSergey M․
2016-01-27[cbsnews] extract all formatsremitamine
2016-01-27Merge pull request #8328 from remitamine/hls-master-detectremitamine
[extractor/common] detect media playlist in _extract_m3u8_formats
2016-01-27[extractor/common] detect media playlist in _extract_m3u8_formatsremitamine
2016-01-27[spankbang] Fix title extraction (Closes #8329)Sergey M․
2016-01-27[spankbang] Fix formats extractionSergey M․
2016-01-27[extractor/common] Auto calculate tbr when missingSergey M․
2016-01-27release 2016.01.272016.01.27Philipp Hagemeister
2016-01-27[daum.net] Fixes #8331ping
2016-01-26[instagram] Make description optional (Closes #8326)Sergey M․
2016-01-26[cspan] Extract from path when no qualities (Closes #8317)Sergey M․
2016-01-26Merge branch 'master' of github.com:rg3/youtube-dlremitamine
2016-01-26[vevo] fallback to youtube video only if vevo video is geo restricted(fixes ↵remitamine
8263)(fixes 2874)
2016-01-26[cspan] Fix clip/prog id extraction (#8317)Sergey M․
2016-01-26[vevo] extract metadata and formats from api if videoinfo is emptyremitamine
these was fixed by @yan12125 in ff51983e1563db08734e43a07d5671a517f99ef6 i only added some code to extract video metadata and more formats from api
2016-01-25[vevo] extract all formats and bypass geo restrictionremitamine
2016-01-25[facebook:post] Add extractor (Closes #8321)Sergey M․
2016-01-25[facebook] Add shortcut and reformat _VALID_URLSergey M․
2016-01-25Merge pull request #8130 from dyn888/masterYen Chi Hsuan
[youtube] added vcodec/acodec/abr for multiple itags
2016-01-25[common] Keep full codec name from m3u8 manifestsYen Chi Hsuan
See #8293. This is for consistency between YouTube and HLS formats.
2016-01-25[youtube] Prefer info from YouTube than _formats (#8293)Yen Chi Hsuan
2016-01-25[utils] Reorder items in mimetype2ext alphabeticallyYen Chi Hsuan
2016-01-25[utils] Add more items to mimetype2ext (#8293)Yen Chi Hsuan
These are used in Youtube formats
2016-01-23release 2016.01.232016.01.23Philipp Hagemeister
2016-01-23[drtv] Use IETF language tagSergey M․
2016-01-23[kanalplay] Use IETF language tagSergey M․
2016-01-23[options] Clarify language tagsSergey M․
2016-01-23[svt] Improve subtitles extraction and add test (Closes #8265)Sergey M․
2016-01-23[SVTPlay] Add subtitle supportMarian Sigler
2016-01-23[lovehomeporn] Add extractorSergey M․
2016-01-23[ruleporn] Rework in terms of nuevo (Closes #8206)Sergey M․
2016-01-23[nuevo] Improve thumbnail extractionSergey M․
2016-01-23[ruleporn] Add new extractorDankryn
2016-01-23Credit @nexAkari for trollvids and nuevo (#7728)Sergey M․
2016-01-23[nuevo] Simplify nuevo extractors (Closes #7728)Sergey M․
2016-01-22[nuevo] Generalize nuevo extractor and add support for trollvidsAndrew "Akari" Alexeyew
Supports only the nuevo player for now (most common). [trollvids] convert duration to an int [trollvids] added a test [trollvids] made flake8 shut up Generalized the Nuevo extractor Affects: anitube, trollvids, trutube [nuevo] Complied with the code comments.
2016-01-22[arte:cinema] Add extractorSergey M․
2016-01-22[arte:future] Make duplicated test matching onlySergey M․
2016-01-22[arte:future] Fix extractionFrançois Charlier
[arte] Add support for more "Arte Future" uri
2016-01-22[cbsnews] Simplify subtitles extraction and fix test (Closes #8295)Sergey M․
2016-01-22[cbsnews] Extract subtitlesJohn Assael
added test function for CBS News subtitles
2016-01-22[downloader/common] report_retry: Don't crash when retries is infinite ↵Jaime Marquínez Ferrándiz
(fixes #8299)
2016-01-21Merge pull request #8142 from FiloSottile/filippo/updatesFilippo Valsorda
[update] fix (unexploitable) BB'06 vulnerability in rsa_verify
2016-01-21[update] fix (unexploitable) BB'06 vulnerability in rsa_verifyFilippo Valsorda
The rsa_verify code was vulnerable to a BB'06 attack, allowing to forge signatures for arbitrary messages if and only if the public key exponent is 3. Since the updates key is hardcoded to 65537, there is no risk for youtube-dl, but I don't want vulnerable code in the wild. The new function adopts a way safer approach of encoding-and-comparing to replace the dangerous parsing code.
2016-01-22[iqiyi] Update key (closes #8292)Yen Chi Hsuan
2016-01-21[hitbox] Skip subscribe only formats (Closes #8217)Sergey M․
2016-01-21[youtube] Simplify automatic captions URL check (Closes #8287)Sergey M․
2016-01-21Fix issue #8109 (error when downloading automatic captions)Dimitre Liotev
2016-01-21[yahoo] Add improve content id regexes (Closes #8290)Sergey M․
2016-01-21Additional regex for yahoo extractorigv