Commit Graph

11610 Commits (edfd93518ea0a929dbdd51cc3472bddceaf96514)
 

Author SHA1 Message Date
remitamine 2b14cb566f [utils] fix dfxp2srt text extraction(fixes )
dyn888 b0df5223be Update YoutubeDL.py
Sergey M․ ed7cd1e859 [cbsnews] Remove unused import
remitamine f125d9115b [cbsnews] extract all formats
remitamine a9d5f12fec Merge pull request from remitamine/hls-master-detect
[extractor/common] detect media playlist in _extract_m3u8_formats
remitamine 7f32e5dc35 [extractor/common] detect media playlist in _extract_m3u8_formats
Sergey M․ c3111ab34f [spankbang] Fix title extraction (Closes )
Sergey M․ 9339774af2 [spankbang] Fix formats extraction
Sergey M․ b0d21deda9 [extractor/common] Auto calculate tbr when missing
Philipp Hagemeister fab6f0e65b release 2016.01.27
ping b6c33fd544 [daum.net] Fixes
Sergey M․ fb4b345800 [instagram] Make description optional (Closes )
Sergey M․ af9c2a07ae [cspan] Extract from path when no qualities (Closes )
remitamine ab180fc648 Merge branch 'master' of github.com:rg3/youtube-dl
remitamine 682f8c43b5 [vevo] fallback to youtube video only if vevo video is geo restricted(fixes 8263)(fixes 2874)
Sergey M․ f693213567 [cspan] Fix clip/prog id extraction ()
remitamine 9165d6bab9 [vevo] extract metadata and formats from api if videoinfo is empty
these was fixed by @yan12125 in ff51983e15
i only added some code to extract video metadata and more formats from
api
remitamine 2975fe1a7b [vevo] extract all formats and bypass geo restriction
Sergey M․ de691a498d [facebook:post] Add extractor (Closes )
Sergey M․ 2e6e742c3c [facebook] Add shortcut and reformat _VALID_URL
Yen Chi Hsuan e9bd0f772b Merge pull request from dyn888/master
[youtube] added vcodec/acodec/abr for multiple itags
Yen Chi Hsuan 77f785076f [common] Keep full codec name from m3u8 manifests
See . This is for consistency between YouTube and HLS formats.
Yen Chi Hsuan 94278f7202 [youtube] Prefer info from YouTube than _formats ()
Yen Chi Hsuan a0d8d704df [utils] Reorder items in mimetype2ext alphabetically
Yen Chi Hsuan f6861ec96f [utils] Add more items to mimetype2ext ()
These are used in Youtube formats
Philipp Hagemeister f733b05302 release 2016.01.23
Sergey M․ 6fa73386cb [drtv] Use IETF language tag
Sergey M․ 5ca01bb9e4 [kanalplay] Use IETF language tag
Sergey M․ 1ca59daca9 [options] Clarify language tags
Sergey M․ 594c4d79a5 [svt] Improve subtitles extraction and add test (Closes )
Marian Sigler 1f16b958b1 [SVTPlay] Add subtitle support
Sergey M․ 4c0d13df9b [lovehomeporn] Add extractor
Sergey M․ b2c6528baf [ruleporn] Rework in terms of nuevo (Closes )
Sergey M․ ea17820432 [nuevo] Improve thumbnail extraction
Dankryn 1257b049bc [ruleporn] Add new extractor
Sergey M․ b969813548 Credit @nexAkari for trollvids and nuevo ()
Sergey M․ 10677ece81 [nuevo] Simplify nuevo extractors (Closes )
Andrew "Akari" Alexeyew d570746e45 [nuevo] Generalize nuevo extractor and add support for trollvids
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.
Sergey M․ 4fcd9d147d [arte:cinema] Add extractor
Sergey M․ 9c54ae3387 [arte:future] Make duplicated test matching only
François Charlier 24114fee74 [arte:future] Fix extraction
[arte] Add support for more "Arte Future" uri
Sergey M․ 220ee33f2b [cbsnews] Simplify subtitles extraction and fix test (Closes )
John Assael 4118cc02c1 [cbsnews] Extract subtitles
added test function for CBS News subtitles
Jaime Marquínez Ferrándiz 32d77eeb04 [downloader/common] report_retry: Don't crash when retries is infinite (fixes )
Filippo Valsorda 032f232626 Merge pull request from FiloSottile/filippo/updates
[update] fix (unexploitable) BB'06 vulnerability in rsa_verify
Filippo Valsorda 4d318be195 [update] fix (unexploitable) BB'06 vulnerability in rsa_verify
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.
Yen Chi Hsuan 6b45f9aba2 [iqiyi] Update key (closes )
Sergey M․ 1e10d02fec [hitbox] Skip subscribe only formats (Closes )
Sergey M․ 51290d8457 [youtube] Simplify automatic captions URL check (Closes )
Dimitre Liotev 582f4f834e Fix issue (error when downloading automatic captions)