felromo / animetube

smtube inspired anime viewer written in python
Other
8 stars 1 forks source link

trollvid.py #7

Open felromo opened 9 years ago

felromo commented 9 years ago

right now the trollvid.py parser is not working due to how the website functions. its embed.php?file=xxxx does not contain the video but instead contains a link to ././video.php?file=xxxx however when a request is made for this page the web server returns with Unauthorized Access. Unclear as to why, and no work around has been found

RomeuG commented 9 years ago

Try making requests with or without user-agent. You can also try to make requests to that link with http:// in the beginning, or just www., or with none of those. Request responses can be different.

felromo commented 9 years ago

seems like same issue is back with the latest trollvid update