VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 17 of 17
Thread
  1. I want to be able to watch videos from funimation.com, but my internet is to slow. If I could download all the videos it would end all my troubles. I know there was a thread about this before, but the funimation player has comptlely changed and there wasent really an answer on that thread anyway. Any help would be greatly appreciated.
    Quote Quote  
  2. login
    Quote Quote  
  3. Originally Posted by chapun67 View Post
    login
    That does help me download the videos though does it.
    Quote Quote  
  4. this site use hulu ???
    Quote Quote  
  5. Only for some videos not all unfortunately.
    Quote Quote  
  6. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    https://www.youtube.com/watch?v=_cCVDD4tqKQ

    This worked perfect for me but, I had to make the output file a .avi file.
    Quote Quote  
  7. Member WazaKrash's Avatar
    Join Date
    Jan 2015
    Location
    in Europe
    Search Comp PM
    Cool, I was going to help you but you were able to find the solution by yourself.
    I hope that it will help others who have the same request ^^
    Quote Quote  
  8. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    I'm still uncertain why it will only save as an .avi container. The video clearly shows a successful .mkv conversion. Any input on this matter is greatly appreciated.
    Quote Quote  
  9. Hi Jodensai ,

    Use youtube-dl .
    With -F you can find all streams able inside the link .
    With -f you can select what you need .
    => -f 18 => mp4 640x360 (vid+Aud)
    => -f 247+171 => webm (vid+Aud)
    => nothing ( no -f ) => mp4 (best)

    Code:
    ====
    youtube-dl -F https://www.youtube.com/watch?v=_cCVDD4tqKQ
    
    [youtube] _cCVDD4tqKQ: Downloading webpage
    [youtube] _cCVDD4tqKQ: Extracting video information
    [info] Available formats for _cCVDD4tqKQ:
    
    format.......code.......extension...............resolution.........note
    171          webm       audio only DASH audio , audio@128k
    140          m4a        audio only DASH audio , m4a_dash container, aac  @128k
    160          mp4        144p       DASH video , video only
    242          webm       240p       DASH video , video only
    133          mp4        240p       DASH video , video only
    243          webm       360p       DASH video , video only
    134          mp4        360p       DASH video , video only
    244          webm       480p       DASH video , video only
    135          mp4        480p       DASH video , video only
    247          webm       720p       DASH video , video only
    136          mp4        720p       DASH video , video only
    17           3gp        176x144
    36           3gp        320x240
    5            flv        400x240
    43           webm       640x360
    18           mp4        640x360
    22           mp4        1280x720   (best)
    ====
    youtube-dl -f 18 https://www.youtube.com/watch?v=_cCVDD4tqKQ -o cCVDD4tqKQ.mp4
    
    [youtube] _cCVDD4tqKQ: Downloading webpage
    [youtube] _cCVDD4tqKQ: Extracting video information
    [youtube] _cCVDD4tqKQ: Downloading DASH manifest
    [download] Destination: cCVDD4tqKQ.mp4
    [download] 100% of 17.77MiB in 01:43
    ====
    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  10. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    Unsupported URL error everytime.
    Quote Quote  
  11. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    Originally Posted by aazerty View Post
    Hi Jodensai ,

    Use youtube-dl .
    With -F you can find all streams able inside the link .
    With -f you can select what you need .
    => -f 18 => mp4 640x360 (vid+Aud)
    => -f 247+171 => webm (vid+Aud)
    => nothing ( no -f ) => mp4 (best)

    Code:
    ====
    youtube-dl -F https://www.youtube.com/watch?v=_cCVDD4tqKQ
    
    [youtube] _cCVDD4tqKQ: Downloading webpage
    [youtube] _cCVDD4tqKQ: Extracting video information
    [info] Available formats for _cCVDD4tqKQ:
    
    format.......code.......extension...............resolution.........note
    171          webm       audio only DASH audio , audio@128k
    140          m4a        audio only DASH audio , m4a_dash container, aac  @128k
    160          mp4        144p       DASH video , video only
    242          webm       240p       DASH video , video only
    133          mp4        240p       DASH video , video only
    243          webm       360p       DASH video , video only
    134          mp4        360p       DASH video , video only
    244          webm       480p       DASH video , video only
    135          mp4        480p       DASH video , video only
    247          webm       720p       DASH video , video only
    136          mp4        720p       DASH video , video only
    17           3gp        176x144
    36           3gp        320x240
    5            flv        400x240
    43           webm       640x360
    18           mp4        640x360
    22           mp4        1280x720   (best)
    ====
    youtube-dl -f 18 https://www.youtube.com/watch?v=_cCVDD4tqKQ -o cCVDD4tqKQ.mp4
    
    [youtube] _cCVDD4tqKQ: Downloading webpage
    [youtube] _cCVDD4tqKQ: Extracting video information
    [youtube] _cCVDD4tqKQ: Downloading DASH manifest
    [download] Destination: cCVDD4tqKQ.mp4
    [download] 100% of 17.77MiB in 01:43
    ====
    Cheers .
    Unsupported URL error everytime.
    Quote Quote  
  12. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by Jodensai View Post
    Unsupported URL error everytime.
    Funimation gives a mp4 url to video in the page source, if a mobile user agent is used. It isn't necessary to use hls (m3u8).

    You haven't provided the webpage of a video (or example video) on funimation.
    Quote Quote  
  13. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    Originally Posted by ponens View Post
    Originally Posted by Jodensai View Post
    Unsupported URL error everytime.
    Funimation gives a mp4 url to video in the page source, if a mobile user agent is used. It isn't necessary to use hls (m3u8).

    You haven't provided the webpage of a video (or example video) on funimation.
    I'm able to get the url using the page source. I don't know anything about mobile user agents. I'm just saying that the youtube-dl program that was suggested does not work for funimation m3u8 with authentication token like ffmpeg does. Unless I did something wrong.
    Last edited by Jodensai; 12th Apr 2015 at 19:45.
    Quote Quote  
  14. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by Jodensai View Post
    I'm able to get the url using the page source.
    Did you change the user agent? You still refuse to provide an example video url at funimation.com.

    Originally Posted by Jodensai View Post
    I'm just saying that the youtube-dl program that was suggested does not work for funimation. Unless I did something wrong.
    Ok, I understand that you're just saying that.

    aazerty mistook the youtube link that you provided as the video that you wanted to download, rather than a video about the video that you wanted to download.

    He suggested youtube-dl because the url you provided was a url to a youtube video.

    He probably made this error because you've never provided the actual url (or an example) of the video you want to download at funimation.com.

    Originally Posted by Jodensai View Post
    I'm still uncertain why it will only save as an .avi container. The video clearly shows a successful .mkv conversion. Any input on this matter is greatly appreciated.
    If you get the direct mp4 link, rather than the m3u8 link, you'll be able to save the video in the original container (mp4) and not have to change the container to mkv or avi.
    Last edited by ponens; 12th Apr 2015 at 19:37.
    Quote Quote  
  15. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    Originally Posted by ponens View Post
    Originally Posted by Jodensai View Post
    I'm able to get the url using the page source.
    Did you change the user agent? You still refuse to provide an example video url at funimation.com.

    Originally Posted by Jodensai View Post
    I'm just saying that the youtube-dl program that was suggested does not work for funimation. Unless I did something wrong.
    Ok, I understand that you're just saying that.

    aazerty mistook the youtube link that you provided as the video that you wanted to download, rather than a video about the video that you wanted to download.

    He suggested youtube-dl because the url you provided was a url to a youtube video.

    He probably made this error because you've never provided the actual url (or an example) of the video you want to download at funimation.com.

    Originally Posted by Jodensai View Post
    I'm still uncertain why it will only save as an .avi container. The video clearly shows a successful .mkv conversion. Any input on this matter is greatly appreciated.
    If you get the direct mp4 link, rather than the m3u8 link, you'll be able to save the video in the original container (mp4) and not have to change the container to mkv or avi.
    Thank you very much! I switched to an android user agent and got the direct mp4 link then added the authentication token. I proceeded to use ffmpeg as normal and now I got an mp4 instead of .avi. You have been very helpful and patient and I appreciate it. I think I need to learn to be more patient and read more carefully.
    Quote Quote  
  16. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by Jodensai View Post
    Thank you very much! I switched to an android user agent and got the direct mp4 link then added the authentication token. I proceeded to use ffmpeg as normal and now I got an mp4 instead of .avi. You have been very helpful and patient and I appreciate it. I think I need to learn to be more patient and read more carefully.
    Often 720p can be had by editing whatever mp4 url is found, if it is not already 720p...

    found url...
    -480- original value K.mp4

    change to...
    -480-2500K.mp4

    Sometimes 1080p available too.

    If you use ffmpeg to download mp4, it changes the container. For original file, save with browser or other direct method.
    Quote Quote  
  17. Member
    Join Date
    Aug 2012
    Location
    United States of America
    Search Comp PM
    Originally Posted by ponens View Post
    Originally Posted by Jodensai View Post
    Thank you very much! I switched to an android user agent and got the direct mp4 link then added the authentication token. I proceeded to use ffmpeg as normal and now I got an mp4 instead of .avi. You have been very helpful and patient and I appreciate it. I think I need to learn to be more patient and read more carefully.
    Often 720p can be had by editing whatever mp4 url is found, if it is not already 720p...

    found url...
    -480- original value K.mp4

    change to...
    -480-2500K.mp4

    Sometimes 1080p available too.

    If you use ffmpeg to download mp4, it changes the container. For original file, save with browser or other direct method.
    That is good to know. Thank you.
    Last edited by Jodensai; 12th Apr 2015 at 23:52.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!