projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713afa7
)
[rtbf] fix extraction for python 3.2 and older
author
Remita Amine
<remitamine@gmail.com>
Mon, 18 Jun 2018 18:08:54 +0000
(19:08 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 18 Jun 2018 18:10:43 +0000
(19:10 +0100)
youtube_dl/extractor/rtbf.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/rtbf.py
b/youtube_dl/extractor/rtbf.py
index acff9766acb275dde443a250e5c8bd1dddbccfda..3b0f3080b1a236e9db62eed75dd126d581d15291 100644
(file)
--- a/
youtube_dl/extractor/rtbf.py
+++ b/
youtube_dl/extractor/rtbf.py
@@
-99,7
+99,7
@@
class RTBFIE(InfoExtractor):
http_url = data.get('url')
if formats and http_url and re.search(height_re, http_url):
http_url = fix_url(http_url)
- for m3u8_f in formats
.copy()
:
+ for m3u8_f in formats
[:]
:
height = m3u8_f.get('height')
if not height:
continue