yasoob / watchcartoononline-dl

It is a cartoon downloader made in python. Just run this script and type in the url of the cartoons which you want to download from http://www.watchcartoononline.com/
The Unlicense
20 stars 10 forks source link

added user-agent for requests #1

Closed heniotierra closed 8 years ago

heniotierra commented 8 years ago

I was having trouble downloading some videos, the connection timing out, went to investigate why and it turned out that the server was refusing the connection because of the user-agent. This commit fixes that.