|
@@ -61,7 +61,7 @@ class Publish:
|
|
|
:return:
|
|
|
"""
|
|
|
result = cls.request_post('https://longvideoapi.piaoquantv.com/longvideoapi/crawler/video/send', request_data)
|
|
|
- # Common.logger(log_type).info('publish result: {}'.format(result))
|
|
|
+ Common.logger(log_type).info('publish result: {}'.format(result))
|
|
|
video_id = result["data"]["id"]
|
|
|
# Common.logger(log_type).info('video_id: {}'.format(video_id))
|
|
|
if result['code'] != 0:
|