Comments for Data Horde https://datahorde.org Join the Horde! Thu, 11 Sep 2025 20:20:52 +0000 hourly 1 https://wordpress.org/?v=6.8.2 Comment on How to recover your Yahoo! Groups from the Internet Archive by Thomas https://datahorde.org/how-to-recover-your-yahoo-groups-from-the-internet-archive/#comment-45738 Thu, 11 Sep 2025 20:20:52 +0000 https://datahorde.org/?p=2293#comment-45738 In reply to KarenV..

The only point of the CSV starting letter step seems to be to confirm the name of your group, in case you misremembered it.

Once you know it exactly, just reach for the regular archive.org search box — on the top right of the page, or in the centre on the front page (though not the Wayback Machine box that’s also on the front page) and get to the part where you type:

subject:”yahoo groups” myCoolGroupName

If your group is archived then that should get you to the unglamorously-named archive, e.g. the one I searched for ended up being in a collection called yahoo-groups-2016-09-24T16-36-18Z-81eae6. Then do the stuff it says above — hit ‘show all’ at the bottom of the download options, and grab the warc.gz file for your group. Then do the stuff above re: opening a WARC archive.

]]>
Comment on How to recover your Yahoo! Groups from the Internet Archive by Les https://datahorde.org/how-to-recover-your-yahoo-groups-from-the-internet-archive/#comment-43891 Sun, 24 Aug 2025 13:58:37 +0000 https://datahorde.org/?p=2293#comment-43891 I just wish to recover all my groups.

]]>
Comment on How to Archive or Scrape MediaFire Files using mf-dl by Anonymous https://datahorde.org/how-to-archive-or-scrape-mediafire-files-using-mf-dl/#comment-43679 Fri, 22 Aug 2025 17:17:32 +0000 https://datahorde.org/?p=2347#comment-43679 am
Hey there! I stumbled across this tool today and realized the download_link_prefix was having issues again, a little help from our new friend GPT and I have a working version now.

Make sure to install Beautifulsoup4 – `pip install beautifulsoup4`

In mfdl.py – Find the ‘find_direct_url’ function and replace it with this:

def find_direct_url(info_url):
rq = requests.get(info_url, headers=HTTP_HEADERS, timeout=TIMEOUT_T)
web_html = rq.text
soup = BeautifulSoup(web_html, ‘html.parser’)

# Find the download link
download_link = soup.find(‘a’, {‘class’: ‘input popsok’, ‘aria-label’: ‘Download file’})
if download_link is None:
return {“success”: 0}

direct_url = download_link[‘href’]

# Find the uploaded location
uploaded_from_tag = soup.find(‘p’, text=re.compile(‘This file was uploaded from ‘))
if uploaded_from_tag is None:
return {“url”: direct_url, “location”: “Unknown”, “success”: 1}

uploaded_from = uploaded_from_tag.text
location = uploaded_from.split(” on “)[0].replace(“This file was uploaded from “, “”)

return {“url”: direct_url, “location”: location, “success”: 1}

This uses BS4 to parse the webpage and look for the href download link we want, avoiding the manual way of just searching for the exact download_link_prefix. I would make a commit or merge, but it seems the 2 maintainers aren’t active on there anymore. Hope this helps anyone using the tool! Everything else in the tutorial (at least for downloading folders) should

]]>
Comment on How to recover your Yahoo! Groups from the Internet Archive by dm game https://datahorde.org/how-to-recover-your-yahoo-groups-from-the-internet-archive/#comment-43655 Fri, 22 Aug 2025 11:55:19 +0000 https://datahorde.org/?p=2293#comment-43655 Thank you for sharing this insightful post! I had completely forgotten about my old Yahoo! Groups and was pleasantly surprised to learn about the Internet Archive’s role in recovering them. Your step-by-step guide makes the process sound so accessible. I can’t wait to try it out and reconnect with some old discussions.

]]>
Comment on Yahoo! Groups Archive Metadata Now Available by Krissy https://datahorde.org/yahoo-groups-archive-metadata-now-available/#comment-40094 Mon, 21 Jul 2025 05:38:45 +0000 https://datahorde.org/?p=1849#comment-40094 I’m looking for the Digimonz yahoo group or the groups owned by DigimonTamerz.

Thank you.

]]>
Comment on How to recover your Yahoo! Groups from the Internet Archive by Ville Saalo https://datahorde.org/how-to-recover-your-yahoo-groups-from-the-internet-archive/#comment-38155 Mon, 07 Jul 2025 20:50:26 +0000 https://datahorde.org/?p=2293#comment-38155 In reply to Simon.

I’d be interested in this info as well! The group I’m looking for is open and its metadata is there, but it’s not in any downloadable archive. 🙁

]]>
Comment on How to recover your Yahoo! Groups from the Internet Archive by Michael https://datahorde.org/how-to-recover-your-yahoo-groups-from-the-internet-archive/#comment-32191 Mon, 07 Apr 2025 19:34:47 +0000 https://datahorde.org/?p=2293#comment-32191 For readers of this article who want to cut to the chase and simply find any existing archive of their former, open (public) Yahoo Group:

1. Simply take this url:
https://archive.org/search?query=subject%3A%22yahoo%20groups%22%20handle
and replace [handle] with the exact name of their former group, as found in the group’s old Yahoo web address. If the official Yahoo Group was located at yahoo.com/groups/abrahamlincolnofficial or groups.yahoo.com/neo/groups/abrahamlincolnofficial, then the group handle was “abrahamlincolnofficial”. Former group owners and admins would hopefully remember the handle.

2. If there is a search result with the Yahoo logo, then click on the result. If there is no result and you are certain of the handle,

3. Click on “Web Archive GZ” to download the compressed archive of your group.

4. Choose decompression tools to extract and display the archive.

]]>
Comment on How to recover your Yahoo! Groups from the Internet Archive by Michael https://datahorde.org/how-to-recover-your-yahoo-groups-from-the-internet-archive/#comment-32189 Mon, 07 Apr 2025 18:52:18 +0000 https://datahorde.org/?p=2293#comment-32189 Once you navigate the initial maze to find an open group’s WARC file, it appears that anyone with some Python coding skills can convert the archive back into a readable Yahoo Group, either as a website or as a Markdown or e-book document collection.

I will join the tech team that seems to be working on this.

https://yahoogroups.dreamwidth.org/profile

]]>
Comment on Thousands of Classic Winamp Skins on the Internet Archive! by Atav https://datahorde.org/thousands-of-classic-winamp-skins-on-the-internet-archive/#comment-31611 Fri, 21 Mar 2025 18:32:39 +0000 https://datahorde.org/?p=2571#comment-31611 It really whips the llama’s…

]]>
Comment on Pot of Greed: The Demise of Daum Tvpot (다음 TV팟) by YTmp3 https://datahorde.org/daum-tvpot-%eb%8b%a4%ec%9d%8c-tv%ed%8c%9f/#comment-31169 Mon, 10 Mar 2025 18:04:03 +0000 https://datahorde.org/?p=893#comment-31169 This post really captures the significance of Daum Tvpot in the streaming landscape. It’s fascinating to see how it shaped user content consumption and the impact of its demise. I’d love to hear more thoughts on what this means for similar platforms moving forward!

]]>