aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/gamejolt.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/gamejolt.py')
-rw-r--r--hypervideo_dl/extractor/gamejolt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/gamejolt.py b/hypervideo_dl/extractor/gamejolt.py
index 440b832..8ec046b 100644
--- a/hypervideo_dl/extractor/gamejolt.py
+++ b/hypervideo_dl/extractor/gamejolt.py
@@ -48,7 +48,7 @@ class GameJoltBaseIE(InfoExtractor):
post_hash_id, note='Downloading comments list page %d' % page)
if not comments_data.get('comments'):
break
- for comment in traverse_obj(comments_data, (('comments', 'childComments'), ...), expected_type=dict, default=[]):
+ for comment in traverse_obj(comments_data, (('comments', 'childComments'), ...), expected_type=dict):
yield {
'id': comment['id'],
'text': self._parse_content_as_text(