implemented deferred media archiving for all scrapers, and implemented tests for them. Refactored archiving methods of Instagram and Gettr scrapers to be able to use default archiving method

This commit is contained in:
Tristan Lee
2022-04-01 01:30:49 -05:00
parent 16aad4ef2c
commit 282f33eff3
26 changed files with 417 additions and 261 deletions

View File

@@ -99,12 +99,12 @@ RUMBLE_CHANNEL_KWARGS = {
'notes': ''}
TELEGRAM_CHANNEL_KWARGS = {
'name': 'USA Freedom Convoy (test)',
'platform_id': -1001799578085,
'name': 'South West Ohio Proud Boys (test)',
'platform_id': -1001276612436,
'category': 'test',
'platform': 'Telegram',
'url': 'https://t.me/usafreedomconvoy2022',
'screenname': 'usafreedomconvoy2022',
'url': 'https://t.me/SouthwestOhioPB',
'screenname': 'SouthwestOhioPB',
'country': 'US',
'influencer': None,
'public': True,