PDA

View Full Version : Downloading Video from Nicktoons.com


GoogleTime
05-10-2015, 07:51 PM
I'm sort of familiar with downloading video from nick.com since I've used scripts similar to the one below that uses ffmpeg with the video IDs entered, but nicktoons.com seems to be built a little differently because URLSnooper has trouble finding an ID that fits into that URL (if there is one).

https://www.reddit.com/r/TheLastAirbender/comments/28peyk/script_to_download_all_the_episodes_from_nick/

Any ideas on how to download video from nicktoons.com?

joejones15
05-10-2015, 08:23 PM
rtmpdumphelper works on "suck" mode

or

rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net:1935/viacomnickstrm" -a "viacomnickstrm" -f "WIN 17,0,0,169" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.10.5.swf" -p "http://nicktoons.nick.com/videos/clip/digimon-fusion-033-full-episode.html" -C B:0 -C S:mp4:gsp.alias/mediabus/nick.com/2015/04/29/05/56/762357/5500906_762357_20150429175641276_384x216_400_m30.m p4 -y "mp4:gsp.alias/mediabus/nick.com/2015/04/29/05/56/762363/5500906_762363_20150429175641276_768x432_1700_m30. mp4" -o "2015-05-10_10-20-34_5500906_762363_20150429175641276_768x432_1700_m 30.flv"


http://i.imgur.com/t7sbc08.png

biezom
05-10-2015, 08:56 PM
hi
720p quality
change in red
rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net:1935/viacomnickstrm" -a "viacomnickstrm" -f "WIN 17,0,0,169" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.10.5.swf" -p "http://nicktoons.nick.com/videos/clip/digimon-fusion-033-full-episode.html" -C B:0 -C S:mp4:gsp.alias/mediabus/nick.com/2015/04/29/05/56/762357/5500906_762357_20150429175641276_1280x720_3500_h32 .mp4 -y "mp4:gsp.alias/mediabus/nick.com/2015/04/29/05/56/762363/5500906_762363_20150429175641276_1280x720_3500_h32 .mp4" -o "2015-05-10_10-20-34_5500906_762363_20150429175641276_1280x720_3500_ h32.flv"

stinkfoot
05-10-2015, 10:02 PM
yes attend of video "digimon-fusion-033-full-episode"

have 5 piece to making whole episodic
piece 3 and piece 5 no having resolution number in name

would give advice of using program but no because open source man yell at me

biezom
05-11-2015, 02:06 AM
ok
http://i59.tinypic.com/xnw39v.png


http://i59.tinypic.com/2elbhb8.png


http://www.nick.com/dynamo/video/data/mediaGen.jhtml?mgid=mgid:cms:video:nicktoons.com:1 301808&block=true&type=network&acceptMethods=fms,hdn1,hds


http://www.nick.com/dynamo/video/data/mediaGen.jhtml?mgid=mgid:cms:video:nicktoons.com:1 301809&block=true&type=network&acceptMethods=fms,hdn1,hds

http://www.nick.com/dynamo/video/data/mediaGen.jhtml?mgid=mgid:cms:video:nicktoons.com:1 301810&block=true&type=network&acceptMethods=fms,hdn1,hds


http://www.nick.com/dynamo/video/data/mediaGen.jhtml?mgid=mgid:cms:video:nicktoons.com:1 301811&block=true&type=network&acceptMethods=fms,hdn1,hds

http://www.nick.com/dynamo/video/data/mediaGen.jhtml?mgid=mgid:cms:video:nicktoons.com:1 301812&block=true&type=network&acceptMethods=fms,hdn1,hds



so
rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2015/04/29/05/56/762357/5500906_762357_20150429175641276_1280x720_3500_h32 .mp4" -o digimon-fusion-033-full-episode-part1.flv

rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2015/04/29/05/56/762363/5500906_762363_20150429175641276_1280x720_3500_h32 .mp4" -o digimon-fusion-033-full-episode-part2.flv

rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2015/04/29/05/56/762364/5500906_762364_20150429175641276.mp4" -o digimon-fusion-033-full-episode-part3.flv

rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2015/04/29/05/56/762365/5500906_762365_20150429175641276_1280x720_3500_h32 .mp4" -o digimon-fusion-033-full-episode-part4.flv

rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net/viacomnickstrm/gsp.alias/mediabus/nick.com/2015/04/29/05/56/762367/5500906_762367_20150429175641276.mp4" -o digimon-fusion-033-full-episode-part5.flv


to join 5 part create digimon-fusion-033-full-episode.txt


file 'C:\path\to\digimon-fusion-033-full-episode-part1.flv'
file 'C:\path\to\digimon-fusion-033-full-episode-part2.flv'
file 'C:\path\to\digimon-fusion-033-full-episode-part3.flv'
file 'C:\path\to\digimon-fusion-033-full-episode-part4.flv'
file 'C:\path\to\digimon-fusion-033-full-episode-part5.flv'


and

ffmpeg -f concat -i "C:\path\to\digimon-fusion-033-full-episode.txt" -c copy "C:\path\to\digimon-fusion-033-full-episode.flv

joejones15
05-11-2015, 08:41 AM
would give advice of using program but no because open source man yell at me

hahaha!!! that guy is crazy

feldego
05-12-2015, 02:20 PM
Or you could just download it
http://viacomnickstrmfs.fplive.net/gsp.alias/mediabus/nick.com/2015/04/29/05/56/762367/5500906_762367_20150429175641276.mp4