mirror of
https://github.com/bellingcat/polyphemus.git
synced 2026-06-12 05:18:31 +03:00
refactored base classes to have structure more similar to snscrape, made scraper 'get' methods return dataclasses or list of dataclasses rather than dicts
This commit is contained in:
@@ -91,7 +91,7 @@ def resources():
|
||||
normalized_name = NORMALIZED_NAME,
|
||||
canonical_url = CANONICAL_URL,
|
||||
full_video_info = FULL_VIDEO_INFO,
|
||||
full_comment_info = {**COMMENT_INFO_LIST[0], **{'likes' : 8, 'dislikes' : 0}},
|
||||
full_comment_info = {**COMMENT_INFO_LIST[0], **{'likes': 8, 'dislikes': 0}},
|
||||
comment_info_list = COMMENT_INFO_LIST,
|
||||
auth_token = get_auth_token())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user