aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ffmpeg] Fix embedding subtitles (#9063)Wang Jun Tham2016-04-241-2/+4
| | | | | | | | | | | | | | | Changed command line parameters for ffmpeg when embedding subtitles. Changed to ‘-map 0:v -c:v copy -map 0:a -c:a copy’
* | | release 2016.07.09.1Sergey M․2016-07-092-4/+4
| | |
* | | [srmediathek] extend _VALID_URL(closes #9373)Remita Amine2016-07-091-2/+4
| | |
* | | [ard] fix f4m extraction and skip tests with 404 errorsRemita Amine2016-07-091-4/+12
| | |
* | | [youtube:user] Preserve user/c path segmentSergey M․2016-07-091-3/+22
| | |
* | | [extractor/generic] Properly comment out a testSergey M․2016-07-091-17/+17
| | |
* | | release 2016.07.09Sergey M․2016-07-093-4/+5
| | |
* | | [animeondemand] Pass num for episode based videosSergey M․2016-07-091-4/+4
| | |
* | | [options] Rollback old behavior for configuratio files' encodingSergey M․2016-07-091-1/+5
| | | | | | | | | | | | Until agreed with some solution
* | | [animeondemand] Add support for full length films (Closes #10031)Sergey M․2016-07-091-40/+68
| | |
* | | [flipagram] Improve extraction (Closes #9898)Sergey M․2016-07-091-61/+73
| | |
* | | [extractor/generic] Detect schema.org/VideoObject embedsSergey M․2016-07-091-0/+30
| | |
* | | [extractor/common] Add expected_type in json ld routinesSergey M․2016-07-091-3/+7
| | |
* | | [extractor/common] Extract more metadata for VideoObject in _json_ldSergey M․2016-07-091-2/+9
| | |
* | | [extractor/common] Introduce filesize metafield for thumbnailsSergey M․2016-07-091-0/+1
| | |
* | | [flipagram] Add extractorDéstin Reed2016-07-093-0/+111
| | |
* | | [mgtv] pass geo verification headers for api requestRemita Amine2016-07-081-1/+2
| | |
* | | [facebook] Fix invalid video being extracted (Closes #9851)Sergey M․2016-07-091-4/+15
| | |
* | | [le] extract http formatsRemita Amine2016-07-081-45/+90
| | |
* | | Merge branch 'JakubAdamWieczorek-polskie-radio'Yen Chi Hsuan2016-07-081-0/+4
|\ \ \
| * | | [polskieradio] Fix regex in _TESTSYen Chi Hsuan2016-07-081-1/+1
| | | |
| * | | Merge branch 'polskie-radio' of ↵Yen Chi Hsuan2016-07-081-0/+4
|/| | | | | | | | | | | | | | | https://github.com/JakubAdamWieczorek/youtube-dl into JakubAdamWieczorek-polskie-radio
| * | | [polskieradio] Add thumbnails.Jakub Adam Wieczorek2016-07-081-0/+4
| | | |
* | | | [nick] support nickjr.com (closes #7542)Yen Chi Hsuan2016-07-081-1/+4
| | | |
* | | | [lynda] Fix testSergey M․2016-07-081-1/+1
| | | |
* | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2016-07-072-8/+48
|\ \ \ \
| * | | | [compat] Fix test_cmdline_umlauts on Python 2.6Yen Chi Hsuan2016-07-071-2/+5
| | | | | | | | | | | | | | | | | | | | The original statement raises uncaught UnicodeWarning on Python 2.6
| * | | | [tweakers] fix info extraction(closes #9516)Remita Amine2016-07-071-6/+43
| | | | |
* | | | | [options] Do not decode Unicode on Python 2.xPhilipp Hagemeister2016-07-071-2/+2
|/ / / / | | | | | | | | | | | | | | | | The configuration file contents are being returned as unicode now, so decoding them is no longer necessary. (Run python2 with -3 to see the warning before this commit)
* | | | document comments in configuration file (fixes #10024)Philipp Hagemeister2016-07-071-0/+1
| | | |
* | | | [compat] Fix compat_shlex_split for non-ASCII inputYen Chi Hsuan2016-07-072-3/+6
|/ / / | | | | | | | | | Closes #9871
* | | [radiocanada] extract more formatsRemita Amine2016-07-071-7/+22
| | |
* | | Merge pull request #9597 from remitamine/toutvremitamine2016-07-072-59/+29
|\ \ \ | | | | | | | | [toutv] fix info extraction(closes #1792)(closes #2082)
| * | | [toutv] fix info extraction(closes #1792)(closes #2082)remitamine2016-07-072-59/+29
|/ / /
* | | [telecinco] fix info extractionRemita Amine2016-07-062-109/+91
| | |
* | | release 2016.07.07Sergey M․2016-07-073-4/+7
| | |
* | | [kamcord] Add extractor (Closes #10001)Sergey M․2016-07-072-0/+72
| | |
* | | [daum.net] Fix extraction for specific examplesYen Chi Hsuan2016-07-071-5/+15
| | | | | | | | | | | | Closes #9972
* | | [brightcove:legacy] Support 'playlistTabs' and skip a dead testYen Chi Hsuan2016-07-071-5/+21
| | | | | | | | | | | | Closes #9965
* | | [francetv] Recognize more Dailymotion embedded videosYen Chi Hsuan2016-07-063-8/+39
| | | | | | | | | | | | Closes #9955
* | | [onet] Add MD5 checksumYen Chi Hsuan2016-07-061-0/+1
| | |
* | | [amp] Fix a typoYen Chi Hsuan2016-07-061-1/+1
| | |
* | | [Onet,ClipRs] Add new extractor for onet.tv and use it for clip.rsYen Chi Hsuan2016-07-063-66/+184
| | | | | | | | | | | | Closes #9950
* | | [utils] Add get_element_by_classYen Chi Hsuan2016-07-062-2/+19
| | | | | | | | | | | | For #9950
* | | use mimetype2ext to determine manifest ext in multiple extractorsRemita Amine2016-07-066-22/+32
| | |
* | | [utils] add mimetypes to determine manifest ext(m3u8, f4m, mpd)Remita Amine2016-07-061-0/+7
| | |
* | | [metacafe] fix info extraction(closes #8539)(closes #3253)Remita Amine2016-07-061-30/+60
| | |
* | | [spiegel:article] update test(closes #10018)Remita Amine2016-07-061-0/+1
| | |
* | | release 2016.07.06Sergey M․2016-07-063-4/+5
| | |
* | | [prosiebensat1] Make downloading urls JSON non fatalSergey M․2016-07-061-1/+3
| | |