iCertys

Results 22 comments of iCertys

If I send a Postrequest to this ID I get a 500 Internal server error And If I Open the Id With the Browser I get redirect to 680655 And...

Yes but Im searching for a video where the media_type is not 1 And on the redirected video it is 1 Thats my proplem I cant find a video where...

Ok Interesting but i get still error 500. Anyway I do not want to waste all your time. Thank you.

Hi, http://www.crunchyroll.com/jojos-bizarre-adventure/episode-13-wheel-of-fortune-652601 Is an HLS stream. crunchy-xml-decoder only works with flv streams. Unfortunately, no one has yet made a hls downloader.

If you are interested this is the URL of the HLS http://serve.cxcdn.net/s/v/9vuxan8yjjaks8f/m/8d969e75710f3008f6d529581a5e9dc0/jaJP.m3u8 To get the m3u8 you need the following parameter: v= The video id (mybe md5 hash of video...

Change login.py line 20 old: site = session.get('https://www.crunchyroll.com/acct/membership/', headers=headers, verify=True).text new: site = session.get('https://www.crunchyroll.com/acct/membership', headers=headers, verify=True).text

The URL https://www.crunchyroll.com/acct/membership/ isn't working (404) but without the "/" on the end it works (sorry for my bad english) Regards iCerty's

I don't have a Trail Accont so I can't Test this. But there is one thing that you can check. Open your Browser and go to https://www.crunchyroll.com/acct/membership Then view the...

*If the 'reg...

Replace the entire code in login.py with these `import sys import re import requests import pickle from getpass import getpass def getuserstatus(session=''): status = 'Guest' user1 = 'Guest' if session...