git-annex in
This commit is contained in:
@@ -8,7 +8,7 @@ import hashlib
|
||||
shasums1 = requests.get("https://files.pushshift.io/reddit/comments/sha256sum.txt").text
|
||||
#shasums2 = requests.get("https://files.pushshift.io/reddit/comments/daily/sha256sum.txt").text
|
||||
|
||||
shasums = shasums1 + shasums2
|
||||
shasums = shasums1
|
||||
dumpdir = "/gscratch/comdata/raw_data/reddit_dumps/comments"
|
||||
|
||||
for l in shasums.strip().split('\n'):
|
||||
|
||||
Reference in New Issue
Block a user