LuoweiZhou / ProcNets-YouCook2

Source code for paper "Towards Automatic Learning of Procedures from Web Instructional Videos"
MIT License
34 stars 12 forks source link

WARNING: The url doesn't specify the protocol, trying with http #4

Closed zjmlovlin closed 5 years ago

zjmlovlin commented 5 years ago

/usr/bin/python2.7 /home/zhangjianming/data/youcook/YouCookII/scripts/download_youcookii_videos.py WARNING: The url doesn't specify the protocol, trying with http [youtube] Ysh60eirChU: Downloading webpage [youtube] Ysh60eirChU: Downloading video info webpage

what is the problem?

natlouis commented 5 years ago

It seems to be just a warning and the videos still download. But the warning goes away when adding http:// or https:// to line 29 in download_youcookii_videos.py.