VideoHelp Forum
+ Reply to Thread
Results 1 to 16 of 16
Thread
  1. Hi.

    I usually use Internet Download Manager, EagleGet or Bandicam (for screen capture). I tried to download some old videos from abandoned Myspace profiles that are not on youtube. Before it seemed the videos would work. Now there is an advertisement that comes up as a flv video. But not the video. It's the same diamond commercial. I log-in to myspace and the same thing happens. I also tried to fullscreen the player, but the bar at the bottom does not go away.

    Should the RTE RTMPE stream be what I look for? I live in Canada and am not sure if this is part of the problem.

    Here is the link for the main page: https://myspace.com/showtime/videos

    These seem to be trailers of various content and I am unsure who would want to watch all of them, I don't.

    I wanted to get the video for:
    1. 3AM Profile: Vashtie (which doesn't seem to be working)
    2. NAS: Time is Illmatic Trailer
    3. SHO DOCS: Made in America Trailer

    There are other videos on myspace I would like to get, but this page is a general approach.

    Thank you.
    Quote Quote  
  2. Originally Posted by SyncroScales View Post
    Hi.

    I usually use Internet Download Manager, EagleGet or Bandicam (for screen capture). I tried to download some old videos from abandoned Myspace profiles that are not on youtube. Before it seemed the videos would work. Now there is an advertisement that comes up as a flv video. But not the video. It's the same diamond commercial. I log-in to myspace and the same thing happens. I also tried to fullscreen the player, but the bar at the bottom does not go away.

    Should the RTE RTMPE stream be what I look for? I live in Canada and am not sure if this is part of the problem.

    Here is the link for the main page: https://myspace.com/showtime/videos

    These seem to be trailers of various content and I am unsure who would want to watch all of them, I don't.

    I wanted to get the video for:
    1. 3AM Profile: Vashtie (which doesn't seem to be working)
    2. NAS: Time is Illmatic Trailer
    3. SHO DOCS: Made in America Trailer

    There are other videos on myspace I would like to get, but this page is a general approach.

    Thank you.

    hi

    Code:
    youtube-dl "https://myspace.com/showtime/video/3am-profile-vashtie/109801891"
    Code:
    youtube-dl "https://myspace.com/showtime/video/nas-time-is-illmatic-trailer/109608849"
    Code:
    youtube-dl "https://myspace.com/showtime/video/sho-docs-made-in-america-trailer/109566185"
    Quote Quote  
  3. Hi.

    So what should I use?

    Here's the flv video in IDM or EagleGet: https://cdn.vindicosuite.com/Repository/adunit/11550/36eb601c-3531-4081-a380-41fd4f762e34.flv

    36eb601c-3531-4081-a380-41fd4f762e34.flv

    Or this: browser.htm
    Quote Quote  
  4. Originally Posted by SyncroScales View Post
    Hi.

    So what should I use?

    Here's the flv video in IDM or EagleGet: https://cdn.vindicosuite.com/Repository/adunit/11550/36eb601c-3531-4081-a380-41fd4f762e34.flv

    36eb601c-3531-4081-a380-41fd4f762e34.flv

    Or this: browser.htm
    use youtube-dl
    Quote Quote  
  5. Does anyone know why this happens? Is it how the site is setup?

    Is there any other programs? Out of curiosity?
    Quote Quote  
  6. Hi SyncroScales ,

    1) biezom has answered to you . Thanks to him !

    2) I don't understand what you need , because on each post you are asking something more (?) .

    Create a new answer after having tried biezom's solutions .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  7. Where do I place youtube-dl? I downloaded and installed Python 3.4.3. I double click youtube-dl and only a doss window briefly opens. I placed the code into python and get the error "SyntaxError: EOL while scanning string literal".

    Anythiong I am missing?

    Thank you.
    Quote Quote  
  8. Originally Posted by SyncroScales View Post
    Where do I place youtube-dl? I downloaded and installed Python 3.4.3. I double click youtube-dl and only a doss window briefly opens. I placed the code into python and get the error "SyntaxError: EOL while scanning string literal".

    Anythiong I am missing?

    Thank you.
    download https://yt-dl.org/latest/youtube-dl.exe in "C:\Documents and Settings\YOUR_USER\" for example

    open cmd.exe (comand shell)

    go to folder

    Code:
    cd "C:\Documents and Settings\YOUR_USER\"

    and paste the code


    Code:
    youtube-dl "https://myspace.com/showtime/video/3am-profile-vashtie/109801891"
    Quote Quote  
  9. [Myspace] 109801891: Downloading webpage
    [download] Destination: 3AM Profile - Vashtie-109801891.flv
    ERROR: RTMP download detected but "rtmpdump" could not be run. Please install it

    I think I typed it in right.
    Quote Quote  
  10. Originally Posted by SyncroScales View Post
    [Myspace] 109801891: Downloading webpage
    [download] Destination: 3AM Profile - Vashtie-109801891.flv
    ERROR: RTMP download detected but "rtmpdump" could not be run. Please install it

    I think I typed it in right.
    https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
    download and unzip rtmpdump.exe in the same folder of youtube-dl.exe
    Quote Quote  
  11. Thanks for the info.

    I have not use command prompt for a while. It has been a long time since Windows 98 and ME when I use to be in ms-dos mode and cmd prompt often. How do I get it to change to just a drive letter eg: C: or E: ? Once there I should be able to specify the folder and path with something like

    E: (then add) Folder Path/This folder

    and then cmd prompt should look like E:Folder Path/This folder

    ?
    Quote Quote  
  12. Originally Posted by SyncroScales View Post
    Thanks for the info.

    I have not use command prompt for a while. It has been a long time since Windows 98 and ME when I use to be in ms-dos mode and cmd prompt often. How do I get it to change to just a drive letter eg: C: or E: ? Once there I should be able to specify the folder and path with something like

    E: (then add) Folder Path/This folder

    and then cmd prompt should look like E:Folder Path/This folder

    ?
    run cmd.exe
    first
    Code:
    e:
    second
    Code:
    cd E:\FOLDER-PATH\THIS-FOLDER\
    Quote Quote  
  13. Thanks biezom. I was trying that for the drive letter(s) and it didn't work. Just tried again and it worked.

    And I was not using the cd before the rest of the command.
    Quote Quote  
  14. How can I paste the code/web-file/web-page path? I am trying crtl+V and getting a character sign (^V) and an error message " '_' is not recognized as an internal or external command, operable program or batch file."

    I am going to read in Windows Help and Support for command prompt.

    So far youtube-dl has worked. Thanks for the info. Do I ever have to update rtmpdump.exe or youtube-dl.exe? How and where?
    Quote Quote  
  15. Originally Posted by SyncroScales View Post
    How can I paste the code/web-file/web-page path? I am trying crtl+V and getting a character sign (^V) and an error message " '_' is not recognized as an internal or external command, operable program or batch file."

    I am going to read in Windows Help and Support for command prompt.

    So far youtube-dl has worked. Thanks for the info. Do I ever have to update rtmpdump.exe or youtube-dl.exe? How and where?
    to paste
    click right >>> paste

    update youtube-dl
    Code:
    youtube-dl -U
    rtmpdump no command but https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip the last version patched by KSV
    Quote Quote  
  16. Member
    Join Date
    Oct 2024
    Location
    United States
    Search PM
    Hello all. I'm new to this forum but I'm looking for a solution. I'm hoping I can find it here.

    I'm also trying to extract some videos from Myspace, but I understand that since this thread has occurred there have been changes to Myspace videos. I'm not sure if they're all out purged.

    Would any of what's discussed here work on Myspace videos today? Or does anyone know of any other tactics?
    Quote Quote  



Similar Threads

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