1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-01-12 12:05:49 +01:00

[escapist] Fix syntax error

This commit is contained in:
Philipp Hagemeister 2013-11-20 06:55:07 +01:00
parent 100959a6d9
commit 15ff3c831e

View File

@ -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: