Automated Crunchyroll Video DownloaderI know how to download crunchyroll videos manually by using ip tables and rtmpsrv and rtmpdump, but that is such a long and boring process since you need to kill rtmpsrv once it gets the parameters and turn off the iptables rule and copy paste the command from rtmpsrv into terminal in order to download the video.
I was wondering if anyone has or could make a script of some kind that asks for user input of the url that they want to download. I was thinking shell script using 'sed' or 'grep' or something like that to get the rtmpdump parameters out. So pretty much this is the process in order of how I do it. Code:
"sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT" |
Re: Automated Crunchyroll Video DownloaderNo need to be so arrogant. You could of just said that their was a better way to do it and point me in the right direction instead of making out like i'm an idiot. The way I described works for me and I have tried other ways but have had no luck with them. So thanks for nothing.
|
Re: Automated Crunchyroll Video DownloaderYou run iptables on a separate user, on the same computer. This way you dont constantly set and unset iptables. If you dont read the README, you deserve what you get.
github.com/svnpenn/rtmpdump/blob/master/README#L158 |
Re: Automated Crunchyroll Video DownloaderOk I read the readme but im still having to turn off the iptables rule to download the video with rtmpdump otherwise it just spits out
Code:
ERROR: RTMP_ReadPacket, failed to read RTMP packet header Code:
jason@Jason-Ubuntu:~$ sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner dump \-j REDIRECT |
Re: Automated Crunchyroll Video DownloaderQuote:
|
Re: Automated Crunchyroll Video DownloaderAlthough it's not entirely automated, there is a batch file that uses rtmpExplorer to download the flv, extracts the video url from the command.bat file it generates and feeds that into the subtitle downloader python script, uses an flv splitter to extract the 264 and aac, then mkvmerge on the video, audio, and subtitles to create a finished mkv file.
Basically takes several free scripts/apps and ties them together with a batch file. Not the most advanced thing in the world, but gets the job done on a Windows PC. Code:
http://www.darkztar.com/forum/showthread.php?219034-Ripping-videos-amp-subtitles-from-Crunchyroll-(noob-friendly) |
All times are GMT -6. The time now is 04:38 AM. |