bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
578 stars 60 forks source link

Tiktok-downloader repository missing #39

Closed djhmateer closed 2 years ago

djhmateer commented 2 years ago

The dependant repository:

https://github.com/msramalho/tiktok-downloader

Is not there anymore causing the auto-archiver pipenv update to fail. Even with tiktok-downloader = "*" in the Pipfile (which I know is being worked on).

Causing builds to fail at the moment.

msramalho commented 2 years ago

will be closed when #33 is merged

until then please update the pipfile dependency like this: https://github.com/bellingcat/auto-archiver/pull/33/files#diff-230078d672f10d17463a8a6265cad825b790885898256a3365be90685caac58dR11 and update pip libraries.

djhmateer commented 2 years ago

For my future self...remember to delete Pipfile.lock then pipenv update. I also did a pipenv --clear. This got rid of any cached pointers to the repository name.