mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-13 13:58:33 +03:00
fixed Gettr and Bitchute info transformers, added missing or incorrect TelegramTransformer fields, added Telegram mentions to the transformer.
This commit is contained in:
@@ -15,6 +15,7 @@ def test_scrape_etl_gettr(engine, controller, etl_controller, channel_kwargs):
|
||||
channels = [Channel(**channel_kwargs['gettr'])]
|
||||
controller.register_scraper(scraper = GettrScraper())
|
||||
controller.scrape_channels(channels = channels, archive_media = True)
|
||||
controller.scrape_all_channel_info()
|
||||
|
||||
etl_controller.register_transformer(GettrTransformer())
|
||||
etl_controller.transform_all_untransformed()
|
||||
|
||||
Reference in New Issue
Block a user