Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [mtvservices] Strip description | Sergey M․ | 2016-07-17 | 1 | -1/+2 | |
| | ||||||
* | [ard] Add support for rbb-online (Closes #10095) | Sergey M․ | 2016-07-17 | 1 | -1/+1 | |
| | ||||||
* | [streamable] Fix title extraction and improve (Closes #9122) | Sergey M․ | 2016-07-17 | 2 | -13/+36 | |
| | ||||||
* | [streamable] Add extractor | Zach Bruggeman | 2016-07-17 | 1 | -0/+76 | |
| | ||||||
* | [nintendo] Improve playlist extraction (Closes #9986) | Sergey M․ | 2016-07-17 | 1 | -17/+16 | |
| | ||||||
* | [nintendo] Add extractor | TRox1972 | 2016-07-16 | 2 | -0/+48 | |
| | ||||||
* | [extractor/generic] Change twitter:player embeds priority to lowest (Closes ↵ | Sergey M․ | 2016-07-16 | 1 | -5/+26 | |
| | | | | #10090) | |||||
* | [cloudy] Drop videoraj.to | Yen Chi Hsuan | 2016-07-16 | 1 | -31/+17 | |
| | | | | | videoraj.ch is now a shoe-selling website, and videoraj.to domain name is gone. | |||||
* | [cliphunter] Update _TESTS | Yen Chi Hsuan | 2016-07-16 | 1 | -3/+14 | |
| | ||||||
* | [cbsnews] Update _TESTS of CBSNewsLiveVideoIE | Yen Chi Hsuan | 2016-07-16 | 1 | -2/+11 | |
| | ||||||
* | [cbc] Skip geo-restricted test case | Yen Chi Hsuan | 2016-07-16 | 1 | -0/+3 | |
| | ||||||
* | release 2016.07.16 | Sergey M․ | 2016-07-16 | 3 | -4/+6 | |
| | ||||||
* | [YoutubeDL] Fix incomplete formats check | Sergey M․ | 2016-07-16 | 1 | -4/+3 | |
| | ||||||
* | [YoutubeDL] Fix format selection with filters (Closes #10083) | Sergey M․ | 2016-07-16 | 2 | -16/+81 | |
| | ||||||
* | Revert "[ffmpeg] Fix embedding subtitles (#9063)" | Yen Chi Hsuan | 2016-07-15 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ccff2c404d7ea9f5b21ede8ae57bb79feec7eb94. Fixes #10081. The new approach breaks embedding subtitles into video-only or audio-only files. FFMpeg provides a trick: add '?' after the argument of '-map' so that a missing stream is ignored. For example: opts = [ '-map', '0:v?', '-c:v', 'copy', '-map', '0:a?', '-c:a', 'copy', # other options... ] Unfortunately, such a format is not implemented in avconv, either. I guess adding '-ignore_unknown' if self.basename == 'ffmpeg' is the best solution. However, the example mentioned in #9063 no longer serves problematic files, so I can't test it. I'll reopen #9063 and wait for another example so that I can test '-ignore_unknown'. | |||||
* | [syfy] fix extraction(closes #9087)(closes #3820)(closes #2388) | Remita Amine | 2016-07-14 | 1 | -34/+44 | |
| | ||||||
* | [3qsdn] Restrict src JS regex | Sergey M․ | 2016-07-15 | 1 | -2/+2 | |
| | ||||||
* | [orf:tvthek] Remove test md5 | Sergey M․ | 2016-07-15 | 1 | -1/+0 | |
| | ||||||
* | Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer | Nehal Patel | 2016-07-15 | 5 | -16/+31 | |
| | ||||||
* | [ninenow] correct test url | Remita Amine | 2016-07-14 | 1 | -1/+1 | |
| | ||||||
* | [ninenow] Add new extractor(closes #5181) | Remita Amine | 2016-07-14 | 2 | -0/+73 | |
| | ||||||
* | [brightcove] skip ism manifests | Remita Amine | 2016-07-14 | 2 | -4/+8 | |
| | ||||||
* | Add extractor for rtve.es/television (fixes #10076) | Jaime Marquínez Ferrándiz | 2016-07-13 | 2 | -1/+32 | |
| | ||||||
* | [rtve] Fix extraction (#10076) | Jaime Marquínez Ferrándiz | 2016-07-13 | 1 | -3/+1 | |
| | | | | For http://www.rtve.es/alacarta/videos/documentos-tv/documentos-tv-revolucion-del-movil/3069778/ using 'auth/resources' fails, and other URLs seem to work fine. | |||||
* | [bbc] extract only the original Unified Streaming Platform m3u8 manifests | Remita Amine | 2016-07-13 | 1 | -11/+3 | |
| | | | | | https://github.com/rg3/youtube-dl/commit/0385aa6199206e4ba7745efec73be26c5826286a#commitcomment-18233275 manifests with higher birate require more time to check formats | |||||
* | release 2016.07.13 | Sergey M․ | 2016-07-13 | 3 | -4/+6 | |
| | ||||||
* | [ellentv] Improve extraction (Closes #10067) | Sergey M․ | 2016-07-13 | 1 | -13/+37 | |
| | ||||||
* | [bbc] extract more and better qulities from Unified Streaming Platform m3u8 ↵ | Remita Amine | 2016-07-13 | 1 | -22/+27 | |
| | | | | manifests | |||||
* | [common] extract vbr, abr and fps for Unified Streaming Platform m3u8 manifests | Remita Amine | 2016-07-13 | 2 | -27/+11 | |
| | ||||||
* | [extractors] Add vk:wallpost extractor import | Sergey M․ | 2016-07-13 | 1 | -0/+1 | |
| | ||||||
* | [vk] Improve login | Sergey M․ | 2016-07-13 | 1 | -7/+8 | |
| | ||||||
* | [vk:wallpost] Add extractor | Sergey M․ | 2016-07-13 | 1 | -48/+175 | |
| | ||||||
* | [travis] Skip downloading srelay | Yen Chi Hsuan | 2016-07-13 | 2 | -11/+0 | |
| | | | | | | SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425) | |||||
* | [shahid] try to bypass geo restriction and extract more metadata(closes #10062) | Remita Amine | 2016-07-12 | 1 | -49/+26 | |
| | ||||||
* | [devscripts/generate-download] Remove MD5 and SHA1 | Philipp Hagemeister | 2016-07-12 | 1 | -4/+0 | |
| | ||||||
* | [youtube] Add YouTube Red paid video reference test (#10059) | Sergey M․ | 2016-07-12 | 1 | -0/+5 | |
| | ||||||
* | [tmz] delegate extraction to KalturaIE | Remita Amine | 2016-07-11 | 1 | -16/+12 | |
| | ||||||
* | [beightcove:new] remove html tags from description | Remita Amine | 2016-07-11 | 1 | -1/+2 | |
| | ||||||
* | [dbtv] delegate extraction to BrightcoveNewIE | Remita Amine | 2016-07-11 | 1 | -50/+19 | |
| | ||||||
* | [tvplay] improve extraction | Remita Amine | 2016-07-11 | 1 | -59/+64 | |
| | ||||||
* | [playvid] Update _TESTS | Yen Chi Hsuan | 2016-07-11 | 1 | -3/+14 | |
| | | | | Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100 | |||||
* | [biobiochiletv] Fix extraction and update _TESTS | Yen Chi Hsuan | 2016-07-11 | 1 | -29/+24 | |
| | ||||||
* | [rudo] Add new extractor | Yen Chi Hsuan | 2016-07-11 | 2 | -0/+54 | |
| | | | | Used in biobiochile.tv | |||||
* | release 2016.07.11 | Sergey M․ | 2016-07-11 | 3 | -4/+5 | |
| | ||||||
* | [vidzi] Add support for embed URLs (Closes #10058) | Sergey M․ | 2016-07-11 | 1 | -4/+8 | |
| | ||||||
* | [youtube] Relax TFA regexes | Sergey M․ | 2016-07-11 | 1 | -4/+4 | |
| | ||||||
* | [vuclip] Fix extraction | Yen Chi Hsuan | 2016-07-11 | 1 | -28/+15 | |
| | ||||||
* | [miomio] Fix _TESTS | Yen Chi Hsuan | 2016-07-11 | 1 | -2/+6 | |
| | ||||||
* | [miomio] Support new 'h5' player (closes #9605) | Yen Chi Hsuan | 2016-07-10 | 1 | -12/+39 | |
| | | | | Depends on #8876 | |||||
* | Merge pull request #8876 from remitamine/html5_media | Yen Chi Hsuan | 2016-07-10 | 3 | -0/+118 | |
|\ | | | | | [extractor/common] add helper method to extract html5 media entries |