summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2016.01.27 2016.01.27Philipp Hagemeister2016-01-272-1/+2
|
* [instagram] Make description optional (Closes #8326)Sergey M․2016-01-261-2/+14
|
* [cspan] Extract from path when no qualities (Closes #8317)Sergey M․2016-01-261-0/+7
|
* Merge branch 'master' of github.com:rg3/youtube-dlremitamine2016-01-261-5/+10
|\
| * [cspan] Fix clip/prog id extraction (#8317)Sergey M․2016-01-261-5/+10
| |
* | [vevo] fallback to youtube video only if vevo video is geo restricted(fixes ↵remitamine2016-01-261-57/+36
|/ | | | 8263)(fixes 2874)
* [vevo] extract metadata and formats from api if videoinfo is emptyremitamine2016-01-261-49/+140
| | | | | | these was fixed by @yan12125 in ff51983e1563db08734e43a07d5671a517f99ef6 i only added some code to extract video metadata and more formats from api
* [vevo] extract all formats and bypass geo restrictionremitamine2016-01-251-133/+103
|
* [facebook:post] Add extractor (Closes #8321)Sergey M․2016-01-252-1/+34
|
* [facebook] Add shortcut and reformat _VALID_URLSergey M․2016-01-251-9/+20
|
* Merge pull request #8130 from dyn888/masterYen Chi Hsuan2016-01-251-62/+62
|\ | | | | [youtube] added vcodec/acodec/abr for multiple itags
| * [youtube] added vcodec/acodec/abr for multiple itagsdyn8882016-01-031-62/+62
| | | | | | Should make downloading with filters more precise and easier, ie. bestvideo[vcodec=h264]. By default a lot of codecs are specified as avc1.xxxxxx and unique for each format, which makes them unusable for bestvideo selection.
* | [common] Keep full codec name from m3u8 manifestsYen Chi Hsuan2016-01-251-2/+2
| | | | | | | | See #8293. This is for consistency between YouTube and HLS formats.
* | [youtube] Prefer info from YouTube than _formats (#8293)Yen Chi Hsuan2016-01-251-10/+18
| |
* | [utils] Reorder items in mimetype2ext alphabeticallyYen Chi Hsuan2016-01-251-3/+3
| |
* | [utils] Add more items to mimetype2ext (#8293)Yen Chi Hsuan2016-01-251-0/+2
| | | | | | | | These are used in Youtube formats
* | release 2016.01.23 2016.01.23Philipp Hagemeister2016-01-233-5/+14
| |
* | [drtv] Use IETF language tagSergey M․2016-01-231-1/+1
| |
* | [kanalplay] Use IETF language tagSergey M․2016-01-231-1/+1
| |
* | [options] Clarify language tagsSergey M․2016-01-231-1/+1
| |
* | [svt] Improve subtitles extraction and add test (Closes #8265)Sergey M․2016-01-231-24/+19
| |
* | [SVTPlay] Add subtitle supportMarian Sigler2016-01-231-0/+7
| |
* | [lovehomeporn] Add extractorSergey M․2016-01-232-0/+38
| |
* | [ruleporn] Rework in terms of nuevo (Closes #8206)Sergey M․2016-01-232-14/+27
| |
* | [nuevo] Improve thumbnail extractionSergey M․2016-01-231-1/+1
| |
* | [ruleporn] Add new extractorDankryn2016-01-232-0/+32
| |
* | Credit @nexAkari for trollvids and nuevo (#7728)Sergey M․2016-01-231-0/+1
| |
* | [nuevo] Simplify nuevo extractors (Closes #7728)Sergey M․2016-01-234-61/+41
| |
* | [nuevo] Generalize nuevo extractor and add support for trollvidsAndrew "Akari" Alexeyew2016-01-225-46/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | [arte:cinema] Add extractorSergey M․2016-01-222-0/+18
| |
* | [arte:future] Make duplicated test matching onlySergey M․2016-01-221-17/+10
| |
* | [arte:future] Fix extractionFrançois Charlier2016-01-221-18/+19
| | | | | | | | [arte] Add support for more "Arte Future" uri
* | [cbsnews] Simplify subtitles extraction and fix test (Closes #8295)Sergey M․2016-01-221-23/+10
| |
* | [cbsnews] Extract subtitlesJohn Assael2016-01-221-0/+26
| | | | | | | | added test function for CBS News subtitles
* | [downloader/common] report_retry: Don't crash when retries is infinite ↵Jaime Marquínez Ferrándiz2016-01-221-1/+1
| | | | | | | | (fixes #8299)
* | Merge pull request #8142 from FiloSottile/filippo/updatesFilippo Valsorda2016-01-213-24/+72
|\ \ | | | | | | [update] fix (unexploitable) BB'06 vulnerability in rsa_verify
| * | [update] fix (unexploitable) BB'06 vulnerability in rsa_verifyFilippo Valsorda2016-01-213-24/+72
|/ / | | | | | | | | | | | | | | | | | | 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.
* | [iqiyi] Update key (closes #8292)Yen Chi Hsuan2016-01-221-2/+2
| |
* | [hitbox] Skip subscribe only formats (Closes #8217)Sergey M․2016-01-211-0/+3
| |
* | [youtube] Simplify automatic captions URL check (Closes #8287)Sergey M․2016-01-211-2/+2
| |
* | Fix issue #8109 (error when downloading automatic captions)Dimitre Liotev2016-01-211-0/+3
| |
* | [yahoo] Add improve content id regexes (Closes #8290)Sergey M․2016-01-211-1/+2
| |
* | Additional regex for yahoo extractorigv2016-01-211-0/+1
| |
* | [vimeo] 'ext' must be a string, not a tuple (fixes #8288)Jaime Marquínez Ferrándiz2016-01-211-1/+1
| | | | | | | | There was an ',' at the end of the line.
* | [tube8] PEP 8Sergey M․2016-01-201-1/+1
| |
* | [OraTV] update extractorCeruleanSky2016-01-201-6/+3
| | | | | | | | | | | | | | | | | | | | | | "current" is now "video" "hls_stream" is now hls_stream without quotes video_id is now id duration for current video is not present(for other videos it is) modified regex to find hls_stream variable to work reguardless of whether it is quoted or not. [ora] Improve (Closes #8273)
* | [tube8] Extract duration and modernizeSergey M․2016-01-201-29/+27
| |
* | [tube8] Fix extraction and extract all formats (Closes #8281)Sergey M․2016-01-201-11/+23
| |
* | Credit @FounderSG for WeiqiTV and LetvCloud (#7994)Yen Chi Hsuan2016-01-201-0/+1
| | | | | | | | [ci skip]
* | [downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with ↵Jaime Marquínez Ferrándiz2016-01-191-1/+10
| | | | | | | | | | | | 'Ctrl+C' (#8252) Otherwise the mp4 file can't be played.