[escapist] Fix syntax error

rtmp_test
Philipp Hagemeister 11 years ago
parent 100959a6d9
commit 15ff3c831e

@ -66,7 +66,6 @@ class EscapistIE(InfoExtractor):
})
_add_format(u'normal', configUrl)
try:
hq_url = (configUrl +
('&hq=1' if '?' in configUrl else configUrl + '?hq=1'))
try:

Loading…
Cancel
Save