|
@@ -35,7 +35,6 @@ if __name__ == "__main__":
|
|
|
# get_association_title_list_in_multi_threads()
|
|
|
|
|
|
# get each platform
|
|
|
- # platform_list = ["sph", "hksp", "toutiao", "gzh"]
|
|
|
- platform_list = ["toutiao"]
|
|
|
+ platform_list = ["sph", "hksp", "toutiao", "gzh"]
|
|
|
for platform_id in platform_list:
|
|
|
deal_each_platform(platform=platform_id)
|