如何通过API检测不当的YouTube视频

时间:2018-07-08 08:43:30

标签: youtube-api

Youtube返回以下消息: “以下内容已被YouTube社区确定为对某些受众不当或令人反感的内容。”

对于视频:https://www.youtube.com/watch?v=T0NAbh0qm8c

有什么想法如何通过API进行检测吗?

https://www.googleapis.com/youtube/v3/videos?format=5&id=T0NAbh0qm8c&key=...&part=snippet,contentDetails,statistics,status

不会返回任何限制。

position = text.find("€")
price_to_clean = text[(position - 4):(position - 1)]
price = price_to_clean.rpartition(";")[-1]

谢谢。

0 个答案:

没有答案