|
@@ -52,7 +52,7 @@ class PublishSingleVideoPoolVideos:
|
|
|
"""
|
|
|
entrance of this class
|
|
|
"""
|
|
|
- platform_list = ["sph", "gzh", "toutiao", "hksp", "sohu"]
|
|
|
+ platform_list = ["sph", "gzh", "toutiao", "hksp", "sohu", "piaoquan"]
|
|
|
for platform in tqdm(platform_list, desc='process each platform'):
|
|
|
task_list = self.get_task_list(platform)
|
|
|
task_id_tuple = tuple([task['id'] for task in task_list])
|