patrickkfkan / patreon-dl

Patreon Downloader
84 stars 6 forks source link

URLs only Download first one #26

Closed vistaMeow closed 2 weeks ago

vistaMeow commented 3 months ago

using 1.7, when send mutiple URLs to CLI, only first one will be downloaded, the await seems not resolved and the process exit after first download finished. Using Node.js v20.9.0

vistaMeow commented 3 months ago

probablly caused by recent Patreon Front end update. after all file of post downloaded, the postsFetcher.hasNext will continue return true and run postsFetcher.next(); but this invoke will not return, this finally of Promise will not be invoke

richbrownio commented 2 weeks ago

Experiencing the same issue of only the first URL in the urls.txt being downloaded when using a list of post_id URLs.

patrickkfkan commented 2 weeks ago

Updated v2.0.0 which should fix this.

Please feel free to re-open this issue if problem still persists.