F5F Stay Refreshed Software Operating Systems Download FPC videos using wget efficiently.

Download FPC videos using wget efficiently.

Download FPC videos using wget efficiently.

P
Papyrule
Senior Member
560
09-13-2016, 10:03 AM
#1
You can use wget with an SSH connection to download the videos. Make sure your Plex server is configured to accept remote connections and that you have the necessary permissions.
P
Papyrule
09-13-2016, 10:03 AM #1

You can use wget with an SSH connection to download the videos. Make sure your Plex server is configured to accept remote connections and that you have the necessary permissions.

L
Luctony74
Member
107
09-13-2016, 03:46 PM
#2
It might not be feasible to get a clear explanation. I sense it won't work.
L
Luctony74
09-13-2016, 03:46 PM #2

It might not be feasible to get a clear explanation. I sense it won't work.

Z
Zelda_Boy
Member
114
09-14-2016, 01:46 PM
#3
It is, easily. Automating it is another story (I'm sure there's a way, but it won't be elegant), but you can simply go to a page, copy the link in the download button, paste it into your terminal with your download client of choice, and you're good to go. Filenames would be rather messy without an output option, so I'd use the -O flag (wget link.com/video.mp4 -O filename.mp4) to clean it up.
Z
Zelda_Boy
09-14-2016, 01:46 PM #3

It is, easily. Automating it is another story (I'm sure there's a way, but it won't be elegant), but you can simply go to a page, copy the link in the download button, paste it into your terminal with your download client of choice, and you're good to go. Filenames would be rather messy without an output option, so I'd use the -O flag (wget link.com/video.mp4 -O filename.mp4) to clean it up.

P
PizzaPlaysMC
Junior Member
4
09-15-2016, 04:42 PM
#4
You're about to visit the forum page and then enter the link in the terminal. Why not just click it? Also, it's interesting that it actually functions—there might be ways to work around the requirement of being a PFC member to access videos.
P
PizzaPlaysMC
09-15-2016, 04:42 PM #4

You're about to visit the forum page and then enter the link in the terminal. Why not just click it? Also, it's interesting that it actually functions—there might be ways to work around the requirement of being a PFC member to access videos.

J
jackster770
Member
139
09-16-2016, 12:46 AM
#5
Based on what has been said before, your download count is restricted during specific periods (likely daily). The part after "?wmsAuthSign=" seems to track each download. As for the reason, it might be a server-side component that handles downloads via SSH; the OP noted this approach.
J
jackster770
09-16-2016, 12:46 AM #5

Based on what has been said before, your download count is restricted during specific periods (likely daily). The part after "?wmsAuthSign=" seems to track each download. As for the reason, it might be a server-side component that handles downloads via SSH; the OP noted this approach.

K
kk900314
Junior Member
29
09-24-2016, 11:47 PM
#6
It's a server running Plex, and you don't have any screen connected to it.
K
kk900314
09-24-2016, 11:47 PM #6

It's a server running Plex, and you don't have any screen connected to it.

K
kaomes
Member
151
09-26-2016, 10:58 PM
#7
Sure, I understand. You could manually look through the FPC section index and find a download link, but it might require more work. We’ll likely have the new site with a functional API soon.
K
kaomes
09-26-2016, 10:58 PM #7

Sure, I understand. You could manually look through the FPC section index and find a download link, but it might require more work. We’ll likely have the new site with a functional API soon.

H
Heroteddy
Member
203
09-27-2016, 01:03 AM
#8
I attempted using the RSS feed but received an error pointing to the player URL.
H
Heroteddy
09-27-2016, 01:03 AM #8

I attempted using the RSS feed but received an error pointing to the player URL.

H
Hurdin
Junior Member
4
09-27-2016, 02:12 AM
#9
It’s possible to work with that RSS feed, though the process isn’t straightforward. The links point to a JavaScript-powered player, which makes direct extraction tricky. A rough workaround would involve using a script to handle cookies for authorization, then collecting the URLs and queuing them for download. This approach is less clean than using wget, especially in a scripting language like Python, and could raise concerns with site administrators.
H
Hurdin
09-27-2016, 02:12 AM #9

It’s possible to work with that RSS feed, though the process isn’t straightforward. The links point to a JavaScript-powered player, which makes direct extraction tricky. A rough workaround would involve using a script to handle cookies for authorization, then collecting the URLs and queuing them for download. This approach is less clean than using wget, especially in a scripting language like Python, and could raise concerns with site administrators.