crunchy-xml-decoder icon indicating copy to clipboard operation
crunchy-xml-decoder copied to clipboard

Results 41 crunchy-xml-decoder issues
Sort by recently updated
recently updated
newest added

I've no idea what I'm doing wrong... I have Python and pycrypto installed so I've no idea how to fix it. Here's the error I get when I start the...

Hi everyone! Thanks for your amazing work. The MKV thing is awesome, but I want the uncompressed file(s, if the audio is a sepearte file). Unfortunately, i can't found how...

Hi, I receive this error: ![error](https://cloud.githubusercontent.com/assets/22684451/19213648/4eb7ce26-8d71-11e6-99c8-c98b119bb0ba.jpg)

http://www.mediafire.com/file/ad0t7ozivwdr536/debug.html

I can't seem to install m3u8, which is needed for the newest files. "setup.py" closes as soon as it opens.

I don't know that I'm the only one experiencing this, but I'm only able to download the newest videos for a short amount of time (1-2 days), before I receive...

Running into a script error, tried to download, http://www.crunchyroll.com/yuri-on-ice/episode-1-easy-as-pirozhki-the-grand-prix-final-of-tears-721621 Video failed to download, trying again. (3/3) RTMPDump v2.5 GIT-2012-03-31 (Handshake 10 support by Xeebo) (c) 2010 Andrej Stepanchuk, Howard Chu,...

Hello! i'm trying download: http://www.crunchyroll.com/the-ancient-magus-bride/episode-1-part-1-719987 but i got this error: ![image](https://cloud.githubusercontent.com/assets/5619504/18611247/4f31ebd0-7cf9-11e6-978a-2f033cc38613.png) Does anyone same thing happens to me when you download this video? Regards!

Hi, I don't know if this is a present limitation or not, but some older shows like **http://www.crunchyroll.com/food-wars-shokugeki-no-soma/episode-1-an-endless-wasteland-678161** cannot be downloaded as 1080. Here is the message I am seeing...

add few line in crunchy-xml-decode.py ``` ... import re, urllib2 ... #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#(autocatch)#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# def autocatch(): print 'indicate the url : ' url=raw_input() mykey = urllib2.urlopen(url) take = open("queue_.txt", "w") for text...