[1] Fix issue #10 not download video [2] Retry if get pin error

This commit is contained in:
limkokhole
2022-11-30 21:23:42 +08:00
parent 9f8f1c1b35
commit 7d540b1c89
2 changed files with 53 additions and 19 deletions

View File

@@ -172,5 +172,5 @@ Download all images/videos from Pinterest user/board/section.
### You can also use another python script to run, e.g.:
import importlib
pin_dl = importlib.import_module('pinterest-downloader')
pin_dl.run_library_main('antonellomiglio/computer', '.', 0, -1, False, False, False, False, False, False, False, False, None, None)
pin_dl.run_library_main('antonellomiglio/computer', '.', 0, -1, False, False, False, False, False, False, False, False, None, None, None)