aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/aenetworks.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-04-01 20:42:19 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2016-04-01 20:42:19 +0200
commit329c1eae54bf71ae8602f79f71570eaf90ef7d2c (patch)
tree00b02cff240d646f3c80cc77c8bdb07d9f95d2b8 /youtube_dl/extractor/aenetworks.py
parent9aaaf8e8e8ae12ed8fbc62461558a4cdb8640ad5 (diff)
downloadyoutube-dl-329c1eae54bf71ae8602f79f71570eaf90ef7d2c.tar.xz
[aenetworks] Make pep8 happy
Diffstat (limited to 'youtube_dl/extractor/aenetworks.py')
-rw-r--r--youtube_dl/extractor/aenetworks.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/aenetworks.py b/youtube_dl/extractor/aenetworks.py
index 3fddaba54..1bbfe2641 100644
--- a/youtube_dl/extractor/aenetworks.py
+++ b/youtube_dl/extractor/aenetworks.py
@@ -75,8 +75,9 @@ class AENetworksIE(InfoExtractor):
info = self._search_json_ld(webpage, video_id, fatal=False)
info.update({
'_type': 'url_transparent',
- 'url': smuggle_url(update_url_query(
- video_url, query), {
+ 'url': smuggle_url(
+ update_url_query(video_url, query),
+ {
'sig': {
'key': 'crazyjava',
'secret': 's3cr3t'},