summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayerNehal Patel2016-07-155-16/+31
|
* [ninenow] correct test urlRemita Amine2016-07-141-1/+1
|
* [ninenow] Add new extractor(closes #5181)Remita Amine2016-07-142-0/+73
|
* [brightcove] skip ism manifestsRemita Amine2016-07-142-4/+8
|
* Add extractor for rtve.es/television (fixes #10076)Jaime Marquínez Ferrándiz2016-07-132-1/+32
|
* [rtve] Fix extraction (#10076)Jaime Marquínez Ferrándiz2016-07-131-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 manifestsRemita Amine2016-07-131-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.13Sergey M․2016-07-133-4/+6
|
* [ellentv] Improve extraction (Closes #10067)Sergey M․2016-07-131-13/+37
|
* [bbc] extract more and better qulities from Unified Streaming Platform m3u8 ↵Remita Amine2016-07-131-22/+27
| | | | manifests
* [common] extract vbr, abr and fps for Unified Streaming Platform m3u8 manifestsRemita Amine2016-07-132-27/+11
|
* [extractors] Add vk:wallpost extractor importSergey M․2016-07-131-0/+1
|
* [vk] Improve loginSergey M․2016-07-131-7/+8
|
* [vk:wallpost] Add extractorSergey M․2016-07-131-48/+175
|
* [travis] Skip downloading srelayYen Chi Hsuan2016-07-132-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 Amine2016-07-121-49/+26
|
* [devscripts/generate-download] Remove MD5 and SHA1Philipp Hagemeister2016-07-121-4/+0
|
* [youtube] Add YouTube Red paid video reference test (#10059)Sergey M․2016-07-121-0/+5
|
* [tmz] delegate extraction to KalturaIERemita Amine2016-07-111-16/+12
|
* [beightcove:new] remove html tags from descriptionRemita Amine2016-07-111-1/+2
|
* [dbtv] delegate extraction to BrightcoveNewIERemita Amine2016-07-111-50/+19
|
* [tvplay] improve extractionRemita Amine2016-07-111-59/+64
|
* [playvid] Update _TESTSYen Chi Hsuan2016-07-111-3/+14
| | | | Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100
* [biobiochiletv] Fix extraction and update _TESTSYen Chi Hsuan2016-07-111-29/+24
|
* [rudo] Add new extractorYen Chi Hsuan2016-07-112-0/+54
| | | | Used in biobiochile.tv
* release 2016.07.11Sergey M․2016-07-113-4/+5
|
* [vidzi] Add support for embed URLs (Closes #10058)Sergey M․2016-07-111-4/+8
|
* [youtube] Relax TFA regexesSergey M․2016-07-111-4/+4
|
* [vuclip] Fix extractionYen Chi Hsuan2016-07-111-28/+15
|
* [miomio] Fix _TESTSYen Chi Hsuan2016-07-111-2/+6
|
* [miomio] Support new 'h5' player (closes #9605)Yen Chi Hsuan2016-07-101-12/+39
| | | | Depends on #8876
* Merge pull request #8876 from remitamine/html5_mediaYen Chi Hsuan2016-07-103-0/+118
|\ | | | | [extractor/common] add helper method to extract html5 media entries
| * [extractor/common] add helper method to extract html5 media entriesremitamine2016-06-261-0/+58
| |
| * [utils] add helper function for parsing codecsremitamine2016-06-262-0/+60
| |
* | Credit @nehalvpatel for roosterteeth (#9864)Sergey M․2016-07-101-0/+1
| |
* | [roosterteeth] Improve (Closes #9864)Sergey M․2016-07-101-43/+79
| |
* | [roosterteeth] Add extractorNehal Patel2016-07-102-0/+113
| |
* | release 2016.07.09.2Sergey M․2016-07-092-4/+4
| |
* | [animeondemand] Fix typoSergey M․2016-07-091-1/+1
| |
* | [lynda] Remove md5 from test (Closes #10047)Sergey M․2016-07-091-1/+1
| |
* | [facebook] Fix typo and break when found video_data (Closes #10048)Sergey M․2016-07-091-1/+3
| |
* | [generic] Add the test. Closes #1638Yen Chi Hsuan2016-07-091-0/+15
| |
* | [vimeo] Recognize non-standard embeds (#1638)Yen Chi Hsuan2016-07-091-0/+5
| |
* | Merge pull request #9288 from reyyed/issue#9063fixYen Chi Hsuan2016-07-091-2/+4
|\ \ | | | | | | [ffmpeg] Fix embedding subtitles (#9063)
| * | [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
| | |