Commit Graph

12989 Commits (1891ea2d760a49d356a472516db40bad8309ef3c)
 

Author SHA1 Message Date
Sergey M․ b1ea680270
Revert "[bbc] extract more and better qulities from Unified Streaming Platform m3u8 manifests"
This reverts commit 0385aa6199.
Sergey M․ 45550d1039
[comedycentraltv] Add extractor (Closes )
Sergey M․ 7cdfc4c90f
[mtvservices] Strip description
Sergey M․ af21f56f98
[ard] Add support for rbb-online (Closes )
Sergey M․ 1a8f0773b6
[streamable] Fix title extraction and improve (Closes )
Zach Bruggeman 59cc5bd8bf
[streamable] Add extractor
Sergey M․ 49bc16b95e
[nintendo] Improve playlist extraction (Closes )
TRox1972 a2f9ca1e67
[nintendo] Add extractor
Sergey M․ 371ddb14fe
[extractor/generic] Change twitter:player embeds priority to lowest (Closes )
Yen Chi Hsuan 998895dffa
[cloudy] Drop videoraj.to
videoraj.ch is now a shoe-selling website, and videoraj.to domain name
is gone.
Yen Chi Hsuan aadd3ce21f
[cliphunter] Update _TESTS
Yen Chi Hsuan ae7b846203
[cbsnews] Update _TESTS of CBSNewsLiveVideoIE
Yen Chi Hsuan 21ba7d0981
[cbc] Skip geo-restricted test case
Sergey M․ 691fbe7f98
release 2016.07.16
Sergey M․ 2e221ca3a8
[YoutubeDL] Fix incomplete formats check
Sergey M․ 317f7ab634
[YoutubeDL] Fix format selection with filters (Closes )
Yen Chi Hsuan 23495d6a39
Revert "[ffmpeg] Fix embedding subtitles ()"
This reverts commit ccff2c404d.

Fixes .

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  no longer serves
problematic files, so I can't test it. I'll reopen  and wait for
another example so that I can test '-ignore_unknown'.
Remita Amine 224db034ab [syfy] fix extraction(closes )(closes )(closes )
Sergey M․ ad27649be3
[3qsdn] Restrict src JS regex
Sergey M․ 84571be645
[orf:tvthek] Remove test md5
Nehal Patel 7b0d333a7e
Fix unit tests for m3u8 and RTSP extractors that require ffmpeg or mplayer
Remita Amine 342f0c3682 [ninenow] correct test url
Remita Amine 38e0f16a94 [ninenow] Add new extractor(closes )
Remita Amine e910fe2fe4 [brightcove] skip ism manifests
Jaime Marquínez Ferrándiz 233b58dec7 Add extractor for rtve.es/television (fixes )
Jaime Marquínez Ferrándiz c39b2ed990 [rtve] Fix extraction ()
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.
Remita Amine 35ec86689c [bbc] extract only the original Unified Streaming Platform m3u8 manifests
0385aa6199 (commitcomment-18233275)
manifests with higher birate require more time to check formats
Sergey M․ c485959034
release 2016.07.13
Sergey M․ a0560d8ab8
[ellentv] Improve extraction (Closes )
Remita Amine 0385aa6199 [bbc] extract more and better qulities from Unified Streaming Platform m3u8 manifests
Remita Amine 00f4764cb7 [common] extract vbr, abr and fps for Unified Streaming Platform m3u8 manifests
Sergey M․ 51c2cd0b83
[extractors] Add vk:wallpost extractor import
Sergey M․ 5f5a9d6158
[vk] Improve login
Sergey M․ 2d19fb5072
[vk:wallpost] Add extractor
Yen Chi Hsuan 9d865a1af6
[travis] Skip downloading srelay
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)
Remita Amine 41aa44259d [shahid] try to bypass geo restriction and extract more metadata(closes )
Philipp Hagemeister 381ff44756 [devscripts/generate-download] Remove MD5 and SHA1
Sergey M․ 7f29cf545a
[youtube] Add YouTube Red paid video reference test ()
Remita Amine 7d1219f3e0 [tmz] delegate extraction to KalturaIE
Remita Amine f1b4af7d79 [beightcove:new] remove html tags from description
Remita Amine 8a8590a617 [dbtv] delegate extraction to BrightcoveNewIE
Remita Amine 4a7a5e41f7 [tvplay] improve extraction
Yen Chi Hsuan 2a49d01600
[playvid] Update _TESTS
Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100
Yen Chi Hsuan b99af8a51c
[biobiochiletv] Fix extraction and update _TESTS
Yen Chi Hsuan 8e7020daef
[rudo] Add new extractor
Used in biobiochile.tv
Sergey M․ a26bcc61c1
release 2016.07.11
Sergey M․ 5c4dcf8172
[vidzi] Add support for embed URLs (Closes )
Sergey M․ e9fb6a4bbe
[youtube] Relax TFA regexes
Yen Chi Hsuan e2dbcaa1bf
[vuclip] Fix extraction
Yen Chi Hsuan ae01850165
[miomio] Fix _TESTS