For the Ages: The Great SpankingTube Archive Project

Welcome to SpankingForum!
Feel free to login or register using the links below.
Please send a message in the shoutbox below for password reset assistance.
Register
No it's still fucking up. After uploading these files above, even if I type in the Gofile address manually it STILL opens with all those files and adds them to anything I try to upload. I don't know a) if I can bulk delete and even if I can if b) that then removes the files from the server? Bloody thing. And I'm having a lot of trouble finding alternatives. What happened to all the old reliables???

If you haven't yet, try closing your browser completely and then restarting it. GoFile tends to assign people a "guest account" that only gets reset when you completely close the browser
 
If you haven't yet, try closing your browser completely and then restarting it. GoFile tends to assign people a "guest account" that only gets reset when you completely close the browser
Thanks. I kind of don't want to shut it down as I have other things going on. But I used a different browser and that worked, for now. We'll see how it goes. Thanks for the help and again thanks so much for the downloader. It just made my job ninety percent easier.
 
Thanks. I kind of don't want to shut it down as I have other things going on. But I used a different browser and that worked, for now. We'll see how it goes. Thanks for the help and again thanks so much for the downloader. It just made my job ninety percent easier.
Of course!

The other thing you could probably try is logging out of the current guest account on Gofile once you are done with it. It should automatically generate a new guest account number, which shouldn't be associated with the old account or any of the files that were added to it!

Top left corner of the page:

You must be registered to view images
 
  • Like
Reactions: Trollheart
I'm not sure if this will help anyone, but maybe it will!

The tool I use for downloading videos is called YT-DLP. It's a command-line tool available for Linux and Windows that's designed for downloading YouTube videos, but can be used for many video sites online.

It is very simple to use. All you do is open a terminal and run this command to download the highest resolution:
Code:
yt-dlp "https://link.to/the-page-with-the.video"

This command checks for which resolutions can be downloaded:
Code:
yt-dlp -F "https://link.to/the-page-with-the.video"

And this command downloads a specific version chosen from the list:
Code:
yt-dlp -f 1080p "https://link.to/the-page-with-the.video"

I bet there are also GUI wrappers available for this tool.
 
Last edited:
The Great
You must be registered to view images

Archive Project



With the current wave of, to use an inappropriate phrase, anti-porn sentiment sweeping the USA, I worry that many ST users will delete their accounts and go offline. Many, it seems, have already done so. I think, then, that we should do our best to download the videos that are online so that we can maintain an offline/P2P archive of them. I would hate, as I think would we all, for these videos to disappear forever into the ether thanks to self-important protectors of morality.


So now that I've figured out how to do this, I'll be downloading the content of as many users as I can, and initially, if I can, I'll upload them, as there are no studios or legal teams involved here. After the links die, you'll be able to get them in my Soulssek share, see more below. I'll also create a Resiliio key for each.

On the Soulseek, for handiness' sake, I'll add each user under their username AND also in a dedicated Spanking Tube master folder which will contain the individual folders, so you'll be able to get them either way.

As Steven Wilson once pointed out, stars die, and so do Gofile links, though the one much more quickly than the other. So please don't bother asking for reups as I won't be doing that. Once the link is gone, it's - oh, what's the word? Tip of my tongue. Oh yeah: gone.

As I do each I'll update the OP.

Note: You probably already realise this, but as my own tastes run to M/f and F/f, I won't be downloading any other type. If you wish to, by all means do so and pass me the links so I can archive them. But otherwise I'll stick with what I likes.

Further note: as I go through these, anyone who talks about "full videos being available at Spanking Library or Clips4Sale" can fuck right off; no point in even checking the ones they have up on their profile.

Currently working on:
You must be registered to view images

NJDom1 (34 videos)

SPANKING TUBE USER CONTENT

Life With Discipline (32 videos) Resilio Key = BBU2NYIYFWP7YRA5DV3TV7KUS4JGKNDPN

Back on Track (121 videos) Resilio key = BURR2AUMTJWUS7FZZUUTOWWNAJJXAXNIO

Heatseeker1 (35 videos) Resilio key = BMOS32FH2V4SHAFHSQT3UN5MF7EHOKZMU

Shittyspanking (6 videos) Resilio key = BLNMQM32TDVZ5IRH62YIT5YU7G4IZUAT6

TFA Spanking (11 videos) Resilio key = B42XNN5OMZQLA4KTR6FLO7PM3EWEO77Z4

Spankmenice (5 videos) - Resilio key = BTN5TJSV6HPBWA6NKRZAAFMXUYSRUAYLK

Spankitit (205 videos) - Resilio key B2XOV33GIBZRAFOCRH7M4X6F324LT42RP

Jule52 (11 videos) _ Resilio key BPV3GVHR5LZIL42XF2IAJZDLZZYCENAML

Topcat599 (4 files) - Resilio key BGBSXF6ETHWHIMGSZ7SNPZ6SAEEOVDVRJ

JKRider (36 videos) - Resilio key B3IEXUB22MIIOI3HO4LR7XERM7CADFNMU
thanks
 
  • Like
Reactions: opopp2
@Xenon Not meaning to sound ungrateful, but I'm finding the program is missing out some videos. In this example, out of 12 shown it only found and therefore downloaded 5. I wonder if you might be able to look into why this may be happening? Thanks.


 
@Xenon Not meaning to sound ungrateful, but I'm finding the program is missing out some videos. In this example, out of 12 shown it only found and therefore downloaded 5. I wonder if you might be able to look into why this may be happening? Thanks.

Ah, you might need to play around with the URL that you use – the app tends to work best on pages that are displaying just the list of videos and nothing else (i.e., no friends lists or things like that).

So as an example, when I used the URL you provided, it returned only 8 results. Using this link, however, got me all 12 results:

I was able to find the link by just clicking on the "Videos" button from the profile page. Give it a shot and let me know if that works on your end.

You must be registered to view images
 
  • Like
Reactions: Trollheart
BTW (and this is a question for everyone), are there any other sites besides SpankingTube that you wish you could more easily download from? It should be pretty straightforward to add more sites to the app, so let me know any I can modify the code accordingly.
 
  • Like
Reactions: Lucas W
I'm not sure if this will help anyone, but maybe it will!

The tool I use for downloading videos is called YT-DLP. It's a command-line tool available for Linux and Windows that's designed for downloading YouTube videos, but can be used for many video sites online.

It is very simple to use. All you do is open a terminal and run this command to download the highest resolution:
Code:
yt-dlp "https://link.to/the-page-with-the.video"

This command checks for which resolutions can be downloaded:
Code:
yt-dlp -F "https://link.to/the-page-with-the.video"

And this command downloads a specific version chosen from the list:
Code:
yt-dlp -f 1080p "https://link.to/the-page-with-the.video"

I bet there are also GUI wrappers available for this tool.
Thank you for this! What a great tool. I didn't know it existed.
 
BTW (and this is a question for everyone), are there any other sites besides SpankingTube that you wish you could more easily download from? It should be pretty straightforward to add more sites to the app, so let me know any I can modify the code accordingly.
Xenon - would you be able to modify it so that when downloading multiple files you can simply choose a download directory for the first video and the rest don't need to be confirmed individually?
 
Xenon - would you be able to modify it so that when downloading multiple files you can simply choose a download directory for the first video and the rest don't need to be confirmed individually?

I think it should already be setup for this! You may need to adjust your browser settings slightly to make it work though – for Chrome, you can click the settings button (right before the start of the URL), and then make sure "Automatic Downloads" is turned on (you may need to reload the page for it to take effect). Firefox I believe has a similar setting.

You must be registered to view images


Let me know if that doesn't solve the issue and I can take a closer look –
 
Yeah it works perfectly for me. I go to the Firefox settings, change the download directory for whichever user I'm downloading, then hit download and all the videos end up in the directory I chose. Great piece of software!

I assume it can only download from free sites, as in, no chane of C4S or Spanking Library etc?
 
I think it should already be setup for this! You may need to adjust your browser settings slightly to make it work though – for Chrome, you can click the settings button (right before the start of the URL), and then make sure "Automatic Downloads" is turned on (you may need to reload the page for it to take effect). Firefox I believe has a similar setting.

You must be registered to view images


Let me know if that doesn't solve the issue and I can take a closer look –
Thanks Xeon - that worked!
 
Okay just so you lot don't think I was sitting around scratching myself, major update on the OP. Here are the uploads in Gofile form. Do NOT ask me to reupload as I won't. Get them here, or go Resilio or to my Soulseek.

Agoodhiding
 
Okay just so you lot don't think I was sitting around scratching myself, major update on the OP. Here are the uploads in Gofile form. Do NOT ask me to reupload as I won't. Get them here, or go Resilio or to my Soulseek.

Agoodhiding
This content is not publicly accessible ... you need to change the accesability
 
  • Like
Reactions: Trollheart

Thread starter

Trollheart

Pillar of Punishment
Joined
Location
Ireland (Dublin)
Gender
Male

Thread Information

Title
For the Ages: The Great SpankingTube Archive Project
Prefix
N/A
Forum
Spanking Videos
Start date
Last reply date
Replies
102

Thread Tags

Tags Tags
Spankingtube