How can I batch download Crunchyroll XML subtitles?Hey All, I was wondering if anyone knows how to download a whole lot of xml subtitles from Crunchyroll at once, I have all of the urls pointing to them and I tryied to wget the url but it gives me an error. Any ideas on how I can download a whole lot of them at once using a script or something. Thanks
|
Re: How can I batch download Crunchyroll XML subtitles?Hello!
I have a script that download all subtitles (all languages) from an episode. You could modify the script to download several links. The script consist in two languages: PHP & Python I'm assuming that you have an apache server installed with PHP extension enabled. If you don't know how to install, google it. TIP: Install XAMPP (good for newbies) I'm also assuming that you have a python interpreter installed. If you don't, get it here: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi 1. Create a PHP page called index.php 2. Code for index.php: Code:
<!DOCTYPE html> 4. Code for parser.php: * Here is the file you need to adjust to your needs. If you can't, ask me, I'll try for you. Code:
<?php 6. Extract at the same root as index.php Example: |--/index.php |--/parser.php |--/crunchy_xml_decoder/--decode.py |--/crunchy_xml_decoder/--setup.py . . . 7. Create a folder called legendas Example: |--/index.php |--/parser.php |--/legendas/ |--/crunchy_xml_decoder/--decode.py |--/crunchy_xml_decoder/--setup.py . . . 8. Open your localhost and enjoy! (ie: http://localhost:80/) Probably the port will be 80 If you need help just ask, I'll try to explain better! |
Re: How can I batch download Crunchyroll XML subtitles?Hi mcgiorda!
First of all, thanks for making this. But I'm having a little problem. I can't seem to download subs in languages other than English, even if the video has more languages available. Like this one http://www.crunchyroll.com/sword-art...-swords-606739 Is there something I'm doing wrong? |
All times are GMT -6. The time now is 02:23 AM. |