1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 02:59:31 +00:00

[rtlnl] Clarify current adaptive -> flash workaround rationale

This commit is contained in:
Sergey M․ 2015-07-06 04:16:56 +06:00
parent 89d42c2c75
commit 0c20ee7d4b

View file

@ -66,6 +66,9 @@ class RtlNlIE(InfoExtractor):
meta = info.get('meta', {})
# Use unencrypted m3u8 streams (See https://github.com/rg3/youtube-dl/issues/4118)
# NB: nowadays, recent ffmpeg and avconv can handle these encrypted streams, so
# this adaptive -> flash workaround is not required in general, but it also
# allows bypassing georestriction therefore is retained for now.
videopath = material['videopath'].replace('/adaptive/', '/flash/')
m3u8_url = meta.get('videohost', 'http://manifest.us.rtl.nl') + videopath