【发布时间】:2014-12-02 18:39:20
【问题描述】:
您好,我已经使用您的课程从网站中的 vimeo 视频中获取文件 url,并且该功能停止工作
课程在这里
How can I find download links for vimeo videos?
这是$xPath得到的结果
DOMXPath Object
(
[document] => (object value omitted)
)
这些是我遇到的错误。
警告:DOMDocument::loadHTML():实体中的 DOCTYPE 声明错误,行:/home2/panterae/public_html/wp-2014/wp-content/ 中的第 2 行主题/pantera/functions.php 第 629 行
警告:DOMDocument::loadHTML():标签标题在实体中无效,行:第 629 行 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 中的 119
警告:DOMDocument::loadHTML(): Tag nav 在实体中无效,行:124 在 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 第 629 行
警告:DOMDocument::loadHTML():实体中的标记标题无效,行:/home2 中的 289 /panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 第 629 行
警告:DOMDocument ::loadHTML():实体中的标记时间无效,行:/home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 中的第 299 行629
警告:做MDocument::loadHTML():标签页脚在实体中无效,行:375 in /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 行 629
警告:DOMDocument::loadHTML():标签部分在实体中无效,行:/home2/panterae/public_html/wp- 中的第 378 行2014/wp-content/themes/pantera/functions.php 行 629
警告:DOMDocument::loadHTML(): Tag实体中的部分无效,第 629 行 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 中的第 404 行
警告:DOMDocument::loadHTML():标签部分在实体中无效,行:/home2/panterae/public_html/wp-2014/wp-content/themes/ 中的 430 pantera/functions.php 第 629 行
警告:DOMDocument::loadHTML():标签部分在实体中无效,行:452在 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 行 629
警告: DOMDocument::loadHTML(): 标签除了在实体中无效,第 629 行 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 中的第 470 行
警告:DOMDocument::loadHTML():标签标头在实体中无效,行:/home2/panterae/public_html/wp-2014/wp-content/themes/ 中的 511 pantera/functions.php 第 629 行
警告:DOMDocument::loadHTML():标记在实体中无效,行:557在 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 行 629
警告: DOMDocument::loadHTML(): Tag header 在Entity中无效, line: 558 in /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 在 629 行
警告:DOMDocument::loadHTML():结束标记:实体中的预期 '>',行: 中的 753 /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 上线 629
警告 : DOMDocument::loadHTML(): 意外的结束标签 : Ent 中的 scr ity, line: 753 in /home2/panterae/public_html/wp-2014/wp-content/themes/pantera/functions.php 行 629
你能帮我让它重新工作吗?或者告诉我为什么不再工作?
也许 vimeo 阻止了我的网站 IP ?
谢谢
【问题讨论】: