aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/cracked.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/cracked.py')
-rw-r--r--youtube_dl/extractor/cracked.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/cracked.py b/youtube_dl/extractor/cracked.py
index 74b880ffc..cf763ee7e 100644
--- a/youtube_dl/extractor/cracked.py
+++ b/youtube_dl/extractor/cracked.py
@@ -54,7 +54,7 @@ class CrackedIE(InfoExtractor):
return {
'id': video_id,
- 'url':video_url,
+ 'url': video_url,
'title': title,
'description': description,
'timestamp': timestamp,
@@ -62,4 +62,4 @@ class CrackedIE(InfoExtractor):
'comment_count': comment_count,
'height': height,
'width': width,
- } \ No newline at end of file
+ }