hrenfroe / yahoo-groups-backup

A python script to backup the contents of private Yahoo! groups.
The Unlicense
3 stars 4 forks source link

scrape_files does not work correctly #11

Closed beebopkim closed 4 years ago

beebopkim commented 4 years ago

When I tried to do scrape_files, it stored file metadata well, but the actual file content was wrong. The content of every scraped files is exactly same wrong content and same size though I cannot recognize what it is.

hrenfroe commented 4 years ago

It sounds like the scraper is picking up an error instead of file content. Can you share one of the files and/or the group name, if it's public?

hrenfroe commented 4 years ago

You can also try an alternate tool https://github.com/IgnoredAmbience/yahoo-group-archiver and possibly a more up-to-date fork at https://github.com/ArchiveTeam/yahoo-group-archiver . I'm not up to speed on the development process there so it may or may not work for you.

beebopkim commented 4 years ago

Thanks but the group I want to backup is not public.

If I know Python and Selenium well, I would change this backup program by myself, but honestly I do not know it well, so I would try another backup program.

Thank you.