使用 Zend 检查 Youtube 上的视频是否未列出
各位, 我需要知道视频是否通过 Zend Framework 查询未列出。 我知道有读取方法 isVideoPrivate() 和写入方法 setVideoPublic() 和 setVideoPrivate() 但找不到有关未列出状态的任何信息。 你能帮助我吗? 谢谢
Dear all,
I need to know if a video is unlisted through a Zend Framework query.
I know there is the read method isVideoPrivate() and the write methods setVideoPublic() and setVideoPrivate() but can't find anything about the unlisted state.
Can you help me?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我也有同样的烦恼。
但是,我可以通过如下方式区分“公开”或“未公开”。
I was troubled at the same point,too.
But, I was able to distinguish "public" or "unlisted" by writing as follows.
也许是这样的?
Maybe something like this?
也许可以尝试类似的方法;
如果您在索引 5 更改为 6 上没有获得正确的数据,
maybe try something like that
if you doesn't get the right data on index 5 change to 6;