PDA

View Full Version : Accessing Subscription Based Content


vinny75
2005-12-19, 18:22
folks

pardon me if this question has been asked before. i was wondering if anyone here has a python script that is capable of accessing a subscription based web content.

i am trying to access a sports broadcast from abroad that allows people to view live games played internationally for a nominal fee. ive seen scripts like ooba accessing online sites that are free. does anyone have something similar wherein i can hardcode the username and password adn access the site and view the content on my television?

thanks
vinny

solexalex
2005-12-20, 00:48
i used clientcookie library for accessing a website that require authentification and cookies...

try to find it on www

if it does not help, ask for my script if it may help you