Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 04-22-2017, 12:34 PM
PieBeatsCake PieBeatsCake is offline
Junior Member
 
Join Date: Oct 2014
Posts: 9
PieBeatsCake is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


Quote:
Originally Posted by troller12 View Post
Hi,

why dont you use streamlink?So its working to download / watch the movie.Just try this.
Code:
streamlink.exe -ldebug https://www.youtube.com/watch?v=-2lIJUEDJwA best -o video.mp4
Code:
C:\Program Files\Streamlink\bin>streamlink.exe -ldebug https://www.youtube.com/watch?v=-2lIJUEDJwA best -o test.mp4
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=-2lIJUEDJwA
[cli][info] Available streams: audio_webm, audio_mp4, 144p (worst), 240p, 360p,720p (best)
[cli][info] Opening stream: 720p (http)
[cli][debug] Pre-buffering 8192 bytes
[cli][debug] Checking file output
[cli][debug] Writing stream to output
[download][test.mp4] Written 25.8 MB (5s @ 4.7 MB/s)                           
Interrupted! Exiting...
[cli][info] Closing currently open stream...

C:\Program Files\Streamlink\bin>
greetz

I got this message

Code:
[cli][info] Found matching plugin youtube for URL https://www.youtube.com/watch?v=M9lboV5JTDA
error: No playable streams found on this URL: https://www.youtube.com/watch?v=M9lboV5JTDA
I must be doing it wrong.
Reply With Quote
  #12  
Old 04-22-2017, 03:39 PM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


Reply With Quote
  #13  
Old 06-02-2017, 08:31 AM
p1020 p1020 is offline
Junior Member
 
Join Date: Jan 2012
Posts: 22
p1020 is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


thx for post it is helpful
Reply With Quote
  #14  
Old 06-02-2017, 08:32 AM
p1020 p1020 is offline
Junior Member
 
Join Date: Jan 2012
Posts: 22
p1020 is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


very helpful
Reply With Quote
  #15  
Old 06-02-2017, 06:28 PM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


https://github.com/rg3/youtube-dl/issues
Reply With Quote
  #16  
Old 06-03-2017, 01:24 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


Quote:
Originally Posted by SlowNet View Post
This is the video I'd like to download
https://www.youtube.com/watch?v=-2lIJUEDJwA

I have tried rtmpdump, youtube-dl, keepvid.

Nothing is ripping this video. Could someone give me heads up?


Code:
C:\MISC\~>youtube-dl.exe -v -F --no-check-certificate https://www.youtube.com/watch?v=-2lIJUEDJwA
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'https://www.youtube.com/watch?v=-2lIJUEDJwA']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.05.29
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg n3.2.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] -2lIJUEDJwA: Downloading webpage
[youtube] -2lIJUEDJwA: Downloading video info webpage
[youtube] -2lIJUEDJwA: Extracting video information
[youtube] -2lIJUEDJwA: Downloading MPD manifest
[info] Available formats for -2lIJUEDJwA:
format code  extension  resolution note
249          webm       audio only DASH audio   55k , opus @ 50k, 50.15MiB
139          m4a        audio only DASH audio   57k , m4a_dash container, mp4a.40.5@ 48k (22050Hz), 49.67MiB
250          webm       audio only DASH audio   73k , opus @ 70k, 60.15MiB
171          webm       audio only DASH audio   98k , vorbis@128k, 80.47MiB
140          m4a        audio only DASH audio  136k , m4a_dash container, mp4a.40.2@128k (44100Hz), 132.52MiB
251          webm       audio only DASH audio  202k , opus @160k, 133.32MiB
160          mp4        256x144    DASH video  142k , avc1.42c00c, 12fps, video only, 113.58MiB
133          mp4        426x240    DASH video  276k , avc1.4d4015, 25fps, video only, 254.61MiB
134          mp4        640x360    DASH video  619k , avc1.4d401e, 25fps, video only, 385.24MiB
135          mp4        854x480    DASH video 1139k , avc1.4d401e, 25fps, video only, 758.95MiB
136          mp4        1280x720   DASH video 2250k , avc1.4d401f, 25fps, video only, 1.38GiB
17           3gp        176x144    small , mp4v.20.3, mp4a.40.2@ 24k
36           3gp        320x240    small , mp4v.20.3, mp4a.40.2
43           webm       640x360    medium , vp8.0, vorbis@128k
18           mp4        640x360    medium , avc1.42001E, mp4a.40.2@ 96k
22           mp4        1280x720   hd720 , avc1.64001F, mp4a.40.2@192k (best)
Reply With Quote
  #17  
Old 06-03-2017, 01:29 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


Quote:
Originally Posted by SpaRKaR View Post
Also i need to download this.

https://www.youtube.com/v/bZsZup-wuGk

any help?
Code:
C:\MISC\~>youtube-dl.exe -v -F --no-check-certificate https://www.youtube.com/watch?v=bZsZup-wuGk
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'https://www.youtube.com/watch?v=bZsZup-wuGk']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.05.29
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg n3.2.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] bZsZup-wuGk: Downloading webpage
[youtube] g8onfuGs9fU: Downloading webpage
[youtube] g8onfuGs9fU: Downloading video info webpage
[youtube] g8onfuGs9fU: Extracting video information
[youtube] g8onfuGs9fU: Downloading MPD manifest
[info] Available formats for g8onfuGs9fU:
format code  extension  resolution note
139          m4a        audio only DASH audio   50k , m4a_dash container, mp4a.40.5@ 48k (22050Hz), 928.80KiB
140          m4a        audio only DASH audio  130k , m4a_dash container, mp4a.40.2@128k (44100Hz), 2.35MiB
160          mp4        256x144    DASH video  115k , avc1.4d400c, 25fps, video only, 2.03MiB
133          mp4        426x240    DASH video  255k , avc1.4d4015, 25fps, video only, 4.49MiB
134          mp4        640x360    DASH video  605k , avc1.4d401e, 25fps, video only, 7.30MiB
135          mp4        854x480    DASH video 1108k , avc1.4d401e, 25fps, video only, 14.58MiB
212          mp4        854x480    DASH video 1662k , avc1.4d401e, 25fps, video only, 22.57MiB
136          mp4        1280x720   DASH video 2207k , avc1.4d401f, 25fps, video only, 27.64MiB
214          mp4        1280x720   DASH video 3317k , avc1.4d401f, 25fps, video only, 44.96MiB
213          mp4        854x480    DASH video 3328k , avc1.4d401e, 25fps, video only, 46.97MiB
137          mp4        1920x1080  DASH video 4143k , avc1.640028, 25fps, video only, 51.13MiB
215          mp4        1280x720   DASH video 5525k , avc1.4d401f, 25fps, video only, 75.85MiB
216          mp4        1920x1080  DASH video 5606k , avc1.640028, 25fps, video only, 84.09MiB
217          mp4        1920x1080  DASH video 7913k , avc1.640028, 25fps, video only, 120.88MiB
18           mp4        640x360    medium , avc1.42001E, mp4a.40.2@ 96k
22           mp4        1280x720   hd720 , avc1.64001F, mp4a.40.2@192k (best)


Code:
C:\>youtube-dl.exe --no-check-certificate --no-overwrites -v https://www.youtube.com/watch?v=bZsZup-wuGk
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--no-check-certificate', '--no-overwrites', '-v', 'https://www.youtube.com/watch?v=bZsZup-wuGk']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.05.29
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg n3.2.1, ffprobe 3.3.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube] bZsZup-wuGk: Downloading webpage
[youtube] g8onfuGs9fU: Downloading webpage
[youtube] g8onfuGs9fU: Downloading video info webpage
[youtube] g8onfuGs9fU: Extracting video information
[youtube] g8onfuGs9fU: Downloading MPD manifest
[debug] Invoking downloader on 'https://r8---sn-cu-auoz.googlevideo.com/videoplayback?id=83ca277ee1acf5f5&itag=217&source=youtube&requiressl=yes&mn=sn-cu-auoz&mm=31&gcr=gb&ms=au&pl=25&initcwndbps=2202500&ei=NlkyWYeqB9WhWrjft7gO&mv=m&ratebypass=yes&mime=video/mp4&gir=yes&clen=126756453&lmt=1452620719603237&dur=152.440&signature=609F54CA2A3DDCC955D1D4D33D6BFC1FE485A98A.908710639459986E5663E4EF1EE00969E6E141E7&beids=[9466591]&mt=1496471734&key=dg_yt0&ip=86.141.40.116&ipbits=0&expire=1496493462&sparams=ip,ipbits,expire,id,itag,source,requiressl,mn,mm,gcr,ms,pl,initcwndbps,ei,mv,ratebypass,mime,gir,clen,lmt,dur'
[download] Destination: Hate Story 3 - Trailer-g8onfuGs9fU.f217.mp4
[download] 100% of 120.88MiB in 01:03
[debug] Invoking downloader on 'https://r8---sn-cu-auoz.googlevideo.com/videoplayback?id=83ca277ee1acf5f5&itag=140&source=youtube&requiressl=yes&mn=sn-cu-auoz&mm=31&gcr=gb&ms=au&pl=25&initcwndbps=2202500&ei=NlkyWYeqB9WhWrjft7gO&mv=m&ratebypass=yes&mime=audio/mp4&gir=yes&clen=2465743&lmt=1452619410345252&dur=152.508&signature=8CCA5424E4DA9EB4ECC2587036742D0FF11AA800.49DB98189B90F8072C16CDCFCF7C56426FC69C66&beids=[9466591]&mt=1496471734&key=dg_yt0&ip=86.141.40.116&ipbits=0&expire=1496493462&sparams=ip,ipbits,expire,id,itag,source,requiressl,mn,mm,gcr,ms,pl,initcwndbps,ei,mv,ratebypass,mime,gir,clen,lmt,dur'
[download] Destination: Hate Story 3 - Trailer-g8onfuGs9fU.f140.m4a
[download] 100% of 2.35MiB in 00:01
[ffmpeg] Merging formats into "Hate Story 3 - Trailer-g8onfuGs9fU.mp4"
[debug] ffmpeg command line: ffmpeg -y -i 'file:Hate Story 3 - Trailer-g8onfuGs9fU.f217.mp4' -i 'file:Hate Story 3 - Trailer-g8onfuGs9fU.f140.m4a' -c copy -map 0:v:0 -map 1:a:0 'file:Hate Story 3 - Trailer-g8onfuGs9fU.temp.mp4'
Deleting original file Hate Story 3 - Trailer-g8onfuGs9fU.f217.mp4 (pass -k to keep)
Deleting original file Hate Story 3 - Trailer-g8onfuGs9fU.f140.m4a (pass -k to keep)
Reply With Quote
  #18  
Old 06-03-2017, 02:10 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 165
confused.com is on a distinguished road
Default

Re: How to rip youtube copyrighted/protected videos?


Quote:
Originally Posted by p1020 View Post
thx for post it is helpful

Quote:
Originally Posted by p1020 View Post
very helpful

[download] 100% of 120.88MiB in 01:03

http://stream-recorder.com/forum/sho...6&postcount=17
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 03:19 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons