aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/depositfiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/depositfiles.py')
-rw-r--r--youtube_dl/extractor/depositfiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/depositfiles.py b/youtube_dl/extractor/depositfiles.py
index d43348955..2c9fb5f2e 100644
--- a/youtube_dl/extractor/depositfiles.py
+++ b/youtube_dl/extractor/depositfiles.py
@@ -25,7 +25,7 @@ class DepositFilesIE(InfoExtractor):
url = 'http://depositfiles.com/en/files/' + file_id
# Retrieve file webpage with 'Free download' button pressed
- free_download_indication = { 'gateway_result' : '1' }
+ free_download_indication = {'gateway_result' : '1'}
request = compat_urllib_request.Request(url, compat_urllib_parse.urlencode(free_download_indication))
try:
self.report_download_webpage(file_id)