VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. First time asking for help...please...someone help

    this is a website basically focus on online education and my college want my help downloading it

    here is the website:
    Code:
    https://www.zenius.net/c/2124/review-turunan-teori
    first i use this method with rtmpdump
    Code:
    https://forum.videohelp.com/threads/311893-How-to-download-flash-video-RTMP-RTMPE-streams-using-free-software
    and i found the rtmps link.. i think it will be easy and almost there.. follow the steps and then i've got an error when i'm trying to download it with rtmpdump

    could someone help me? please give me a solution

    i have tried another streaming record for rtmp video like streamtransport, vmrecorder, orbit downloader, replay media catcher, and many more but nothing worked

    i don't know where went wrong... or please some kind person give me a new way of downloading


    Thanks All
    Quote Quote  
  2. Member Emeritus
    Join Date
    May 2014
    Search PM
    fahr, may you please use the ios-url in the source, with ffmpeg?
    Quote Quote  
  3. Hi fahri378 ,

    I have not been able to catch your link .
    Below an other search ( from https://www.youtube.com/user/ZeniusEduChannel ).

    Code:
    ===== GENERAL PROCESS =====
    
    youtube-dl -F https://www.youtube.com/user/ZeniusEduChannel/videos >list_vid.txt
    => you'll get a file 'list_vid.txt'
    => in witch ( at the moment ) 
    
    ==> are staying 62 names .
    ===> do a search for 'Downloading webpage' to see each one
    
    ==> for each one are indicated differents formats
    ==== example for one ====
    [info] Available formats for TH0mcyA5TWE:
    format code extension resolution  note 
    140         m4a       audio only  DASH audio , audio@128k (worst)
    139         m4a       audio only  DASH audio   49k , audio@ 48k (22050Hz), 1.05MiB
    140         m4a       audio only  DASH audio   97k , audio@128k (44100Hz), 2.10MiB
    141         m4a       audio only  DASH audio  193k , audio@256k (44100Hz), 4.19MiB
    160         mp4       144p        DASH video , video only
    160         mp4       192x144     DASH video   68k , 15fps, video only, 696.20KiB
    133         mp4       240p        DASH video , video only
    133         mp4       320x240     DASH video  130k , 15fps, video only, 1.14MiB
    134         mp4       360p        DASH video , video only
    134         mp4       480x360     DASH video  121k , 15fps, video only, 950.65KiB
    135         mp4       480p        DASH video , video only
    135         mp4       640x480     DASH video  191k , 15fps, video only, 1.46MiB
    17          3gp       176x144     
    36          3gp       320x240     
    5           flv       400x240     
    43          webm      640x360     
    18          mp4       640x360     (best)
    ====
    
    Supposing you are interested by format 135 and 141
    
    You could write in a batch file ; the syntax :
    youtube-dl -f 135+141 https://www.youtube.com/watch?v=TH0mcyA5TWE -o "a-01_intro_to_adverb_clause.mp4"
    
    If no kind of format selected it's always the best choosed ; example :
    youtube-dl https://www.youtube.com/watch?v=TH0mcyA5TWE -o "a-01_intro_to_adverb_clause.mp4"
    ==========================
    Code:
    ===== For Specific PLAYLIST =====
    
    ( from https://www.youtube.com/user/ZeniusEduChannel/playlists )
    
    Matematika SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAFeZtkGA2dQmN7oDOtIoYy2 -o >lst_Matematika.txt
    
    Biologi SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAEjrlP6Wh4ELYmty728dWcI -o >lst_Biologi.txt
    
    Fisika SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAHH8UsnCeuLBmS0iJrkXcSz -o >lst_Fisika.txt
    
    Ekonomi SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAFh5ci0-1eLp83YKWQ-ugll -o >lst_Ekonomi.txt
    
    Sosiologi SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAGxOuUFzFVvJqBLTW1CQFCr -o >lst_Sosiologi.txt
    
    SMP
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAF9loRzsmUcUfE05ziCYOEJ -o >lst_SMP.txt
    
    Kimia SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAHwRamsdrjIX7U_rpd24CDE -o >lst_Kimia.txt
    example => playlist Kimia SMA: Collected 5 video ids (downloading 5 of them)
    
    Bahasa Inggris SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAEYs1FanfGaR7XBPIL9Jiml -o >lst_Bahasa.txt
    
    Intro and Tutorial
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAE74HSU2ODld2vo95D3Yj2y -o >lst_Intro.txt
    
    ==========================
    Cheers .
    Last edited by aazerty; 19th Dec 2014 at 11:26.
    Quote Quote  
  4. Originally Posted by ponens View Post
    fahr, may you please use the ios-url in the source, with ffmpeg?
    Hi ponens,

    Can you explain to me how to use that? I don't understand it. Sorry.. and thank you for the answer

    Originally Posted by aazerty View Post
    Hi fahri378 ,

    I have not been able to catch your link .
    Below an other search ( from https://www.youtube.com/user/ZeniusEduChannel ).

    Code:
    ===== GENERAL PROCESS =====
    
    youtube-dl -F https://www.youtube.com/user/ZeniusEduChannel/videos >list_vid.txt
    => you'll get a file 'list_vid.txt'
    => in witch ( at the moment ) 
    
    ==> are staying 62 names .
    ===> do a search for 'Downloading webpage' to see each one
    
    ==> for each one are indicated differents formats
    ==== example for one ====
    [info] Available formats for TH0mcyA5TWE:
    format code extension resolution  note 
    140         m4a       audio only  DASH audio , audio@128k (worst)
    139         m4a       audio only  DASH audio   49k , audio@ 48k (22050Hz), 1.05MiB
    140         m4a       audio only  DASH audio   97k , audio@128k (44100Hz), 2.10MiB
    141         m4a       audio only  DASH audio  193k , audio@256k (44100Hz), 4.19MiB
    160         mp4       144p        DASH video , video only
    160         mp4       192x144     DASH video   68k , 15fps, video only, 696.20KiB
    133         mp4       240p        DASH video , video only
    133         mp4       320x240     DASH video  130k , 15fps, video only, 1.14MiB
    134         mp4       360p        DASH video , video only
    134         mp4       480x360     DASH video  121k , 15fps, video only, 950.65KiB
    135         mp4       480p        DASH video , video only
    135         mp4       640x480     DASH video  191k , 15fps, video only, 1.46MiB
    17          3gp       176x144     
    36          3gp       320x240     
    5           flv       400x240     
    43          webm      640x360     
    18          mp4       640x360     (best)
    ====
    
    Supposing you are interested by format 135 and 141
    
    You could write in a batch file ; the syntax :
    youtube-dl -f 135+141 https://www.youtube.com/watch?v=TH0mcyA5TWE -o "a-01_intro_to_adverb_clause.mp4"
    
    If no kind of format selected it's always the best choosed ; example :
    youtube-dl https://www.youtube.com/watch?v=TH0mcyA5TWE -o "a-01_intro_to_adverb_clause.mp4"
    ==========================
    Code:
    ===== For Specific PLAYLIST =====
    
    ( from https://www.youtube.com/user/ZeniusEduChannel/playlists )
    
    Matematika SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAFeZtkGA2dQmN7oDOtIoYy2 -o >lst_Matematika.txt
    
    Biologi SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAEjrlP6Wh4ELYmty728dWcI -o >lst_Biologi.txt
    
    Fisika SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAHH8UsnCeuLBmS0iJrkXcSz -o >lst_Fisika.txt
    
    Ekonomi SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAFh5ci0-1eLp83YKWQ-ugll -o >lst_Ekonomi.txt
    
    Sosiologi SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAGxOuUFzFVvJqBLTW1CQFCr -o >lst_Sosiologi.txt
    
    SMP
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAF9loRzsmUcUfE05ziCYOEJ -o >lst_SMP.txt
    
    Kimia SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAHwRamsdrjIX7U_rpd24CDE -o >lst_Kimia.txt
    example => playlist Kimia SMA: Collected 5 video ids (downloading 5 of them)
    
    Bahasa Inggris SMA
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAEYs1FanfGaR7XBPIL9Jiml -o >lst_Bahasa.txt
    
    Intro and Tutorial
    youtube-dl -F https://www.youtube.com/playlist?list=PLOALRnUt6kAE74HSU2ODld2vo95D3Yj2y -o >lst_Intro.txt
    
    ==========================
    Cheers .
    Hi aazerty,

    Thanks mate for the link. But, i want to save video on the website because there's more complete and updated. On the youtube, there's only a few videos.. like demo. By the way, what program did you use to catch that links?

    Any other solution please?
    Quote Quote  
  5. Hi ponens ,

    > ... ios-url in the source
    I have understood your meaning .
    Many thanks !!!

    ====

    Hi fahri378 ,

    What I have done .
    Code:
    ===
    In Firefox :
    _ launch https://www.zenius.net/c/2124/review-turunan-teori
    _ after the video has began put it in 'pause'
    _ <Ctrl U> or go at 'Tools' => 'Web developper' => click on 'Source of the page'
    _ in the new page search for 'data-ios-url'
    _ on your right you'll get the address "https...cz01"
    _ copy it
    ====
    ====
    Open a text editor => paste the previous copy .
    Now you can create a batch file ( like below )
    
    @echo on
    rem https://www.zenius.net/c/2124/review-turunan-teori
    ffmpeg -re -i "https://...cz01" -vcodec copy -acodec copy -f mpegts Z_review-turunan-teori.ts
    pause
    :end
    
    Save the file as 'Z_review-turunan-teori.bat' in the ffmpeg's directory 
    ====
    ====
    Launch 'Z_review-turunan-teori.bat' .
    
    ---- Process ----
    ffmpeg version N-53284-gd0a34ae Copyright (c) 2000-2013 the FFmpeg developers
      built on May 20 2013 01:02:45 with gcc 4.7.3 (GCC)
    .....
    Stream mapping:
      Stream #0:1 -> #0:0 (copy)
      Stream #0:2 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame= 4522 fps= 15 q=-1.0 Lsize=    3506kB time=00:05:01.48 bitrate=  95.3kbits/s
    video:791kB audio:1821kB subtitle:0 global headers:0kB muxing overhead 34.222301%
    ====
    I got 'Z_review-turunan-teori.ts'
    Regards .
    Quote Quote  
  6. Originally Posted by aazerty View Post
    Hi ponens ,

    > ... ios-url in the source
    I have understood your meaning .
    Many thanks !!!

    ====

    Hi fahri378 ,

    What I have done .
    Code:
    ===
    In Firefox :
    _ launch https://www.zenius.net/c/2124/review-turunan-teori
    _ after the video has began put it in 'pause'
    _ <Ctrl U> or go at 'Tools' => 'Web developper' => click on 'Source of the page'
    _ in the new page search for 'data-ios-url'
    _ on your right you'll get the address "https...cz01"
    _ copy it
    ====
    ====
    Open a text editor => paste the previous copy .
    Now you can create a batch file ( like below )
    
    @echo on
    rem https://www.zenius.net/c/2124/review-turunan-teori
    ffmpeg -re -i "https://...cz01" -vcodec copy -acodec copy -f mpegts Z_review-turunan-teori.ts
    pause
    :end
    
    Save the file as 'Z_review-turunan-teori.bat' in the ffmpeg's directory 
    ====
    ====
    Launch 'Z_review-turunan-teori.bat' .
    
    ---- Process ----
    ffmpeg version N-53284-gd0a34ae Copyright (c) 2000-2013 the FFmpeg developers
      built on May 20 2013 01:02:45 with gcc 4.7.3 (GCC)
    .....
    Stream mapping:
      Stream #0:1 -> #0:0 (copy)
      Stream #0:2 -> #0:1 (copy)
    Press [q] to stop, [?] for help
    frame= 4522 fps= 15 q=-1.0 Lsize=    3506kB time=00:05:01.48 bitrate=  95.3kbits/s
    video:791kB audio:1821kB subtitle:0 global headers:0kB muxing overhead 34.222301%
    ====
    I got 'Z_review-turunan-teori.ts'
    Regards .
    Hi aazerty,

    Thanks for your solution. This method is worked for the first video. But, if i switch to another videos(i click this) in the ios-url source i still got the same link as the first video. So, i downloaded the same video again..

    Can you help me how to download the next video? Thank you very much aazerty
    Quote Quote  
  7. Hi fahri378 ,

    See PM .

    Cheers .
    Quote Quote  
  8. Originally Posted by aazerty View Post
    Hi fahri378 ,

    See PM .

    Cheers .
    Hi aazerty,

    Thank you very much for helped me. See my answer please..
    Quote Quote  
  9. Originally Posted by fahri378 View Post
    Originally Posted by aazerty View Post
    Hi fahri378 ,

    See PM .

    Cheers .
    Hi aazerty,

    Thank you very much for helped me. See my answer please..
    in the source page you have <a rel="nofollow" href="/fe-api/0/c/2124/playlist/1032/playlist-item/11526">Konsep 02</a>
    click on the link and you have a new page with the new address for Konsep 02
    Quote Quote  
  10. Member
    Join Date
    Nov 2015
    Location
    Indonesia
    Search Comp PM
    Please Help Me !

    I have done the way that aazerty said, and it worked. but when I did for another video, with "open link in new tab" that didn't work. So, what should I do. Click image for larger version

Name:	Zeniu.png
Views:	355
Size:	45.4 KB
ID:	34424
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!