Kirk van Gorkom

Results 2 comments of Kirk van Gorkom

The issue is in https://github.com/aliparlakci/bulk-downloader-for-reddit/blob/8c293a46843c818bea2c2013db38191867993a14/bdfr/archiver.py#L62 where 7-digit ids cause the archiver to create a PRAW `comment` instead of `submission` I don't know how to fix it cleanly, but a workaround...

The archiver's support for downloading comments without context is causing this, by forcing all 7-digit ids to be treated as comments. If you're okay archiving only full submissions, here's a...