Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces shell script with python version for cross-platform support #123

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

philipmat
Copy link
Owner

fixes #79 and closes #109

  • provides option to only produce the urls: --urls-only / -y
  • option to save urls to a file -save-url=/tmp/discogs.urls
  • directory to save dump files to
% python get_latest_dumps.py ~/Dev/tmp/discogs   

Retrieving http://discogs-data.s3-us-west-2.amazonaws.com/data/2020/discogs_20200901_releases.xml.gz
...100%, 8440 MB, 2468 KB/s, 3501 seconds passed
Retrieving http://discogs-data.s3-us-west-2.amazonaws.com/data/2020/discogs_20200901_masters.xml.gz
...100%, 334 MB, 2511 KB/s, 136 seconds passed
Retrieving http://discogs-data.s3-us-west-2.amazonaws.com/data/2020/discogs_20200901_labels.xml.gz
...100%, 53 MB, 1800 KB/s, 30 seconds passed
Retrieving http://discogs-data.s3-us-west-2.amazonaws.com/data/2020/discogs_20200901_artists.xml.gz
...100%, 319 MB, 2539 KB/s, 128 seconds passed
Retrieving http://discogs-data.s3-us-west-2.amazonaws.com/data/2020/discogs_20200901_CHECKSUM.txt
..2111%, 0 MB, 84096 KB/s, 0 seconds passed

@philipmat philipmat added this to the v2.2 milestone Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get_latest_dumps should put files in a dump-dir Windows support
1 participant