justinzm/gopup

新闻联播新闻稿数据提示没有这个接口

Sharkfin-top opened this issue · 1 comments

import gopup as gp
g = gp.pro_api(token = "")
df_index = gp.cctv_news(date="2020-10-02")
print(df_index)

在填写token之后,返回

AttributeError: module 'gopup' has no attribute 'cctv_news'

我也遇到了这个问题,请问您是怎么解决的?