Skip to content

Commit

Permalink
Forgot TikTok and Douyin
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Sep 18, 2024
1 parent c757dd5 commit 1e2010a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datasources/douyin/search_douyin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SearchDouyin(Search):
title = "Import scraped Douyin data" # title displayed in UI
description = "Import Douyin data collected with an external tool such as Zeeschuimer." # description displayed in UI
extension = "ndjson" # extension of result file, used internally and in UI
is_from_extension = True
is_from_zeeschuimer = True

# not available as a processor for existing datasets
accepts = [None]
Expand Down
2 changes: 1 addition & 1 deletion datasources/tiktok/search_tiktok.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SearchTikTok(Search):
title = "Import scraped Tiktok data" # title displayed in UI
description = "Import Tiktok data collected with an external tool such as Zeeschuimer." # description displayed in UI
extension = "ndjson" # extension of result file, used internally and in UI
is_from_extension = True
is_from_zeeschuimer = True

# not available as a processor for existing datasets
accepts = [None]
Expand Down

0 comments on commit 1e2010a

Please sign in to comment.