more examples
This commit is contained in:
@@ -71,6 +71,14 @@ Download all images/videos from Pinterest user/board/section.
|
|||||||
$ python3 pinterest-downloader.py https://www.pinterest.com/Foodrecipessmith/food-recipes/ -es # Exclude sections
|
$ python3 pinterest-downloader.py https://www.pinterest.com/Foodrecipessmith/food-recipes/ -es # Exclude sections
|
||||||
$ python3 pinterest-downloader.py https://www.pinterest.com/Foodrecipessmith/food-recipes/ -ps 'socks4://123.123.123.123:12345' -p 'socks4://123.123.123.123:12345' # set proxies
|
$ python3 pinterest-downloader.py https://www.pinterest.com/Foodrecipessmith/food-recipes/ -ps 'socks4://123.123.123.123:12345' -p 'socks4://123.123.123.123:12345' # set proxies
|
||||||
$ pin https://www.pinterest.com/antonellomiglio/computer/ # make alias/function in ~/.bash_aliases(or any shell startup script) to easier type
|
$ pin https://www.pinterest.com/antonellomiglio/computer/ # make alias/function in ~/.bash_aliases(or any shell startup script) to easier type
|
||||||
|
$ pin https://www.pinterest.com/Foodrecipessmith/ # Download all boards by username
|
||||||
|
$ pin https://www.pinterest.com/Foodrecipessmith/food-recipes/ # Download all sections and images of boards
|
||||||
|
$ pin https://www.pinterest.com/Foodrecipessmith/food-recipes/condiments/ # Download all images of section
|
||||||
|
$ pin https://www.pinterest.com/pin/819444094683773705/ # Download specific pin
|
||||||
|
$ pin Foodrecipessmith # Download by username with shortform instead of link
|
||||||
|
$ pin Foodrecipessmith/food-recipes # Download boards with shortform instead of link
|
||||||
|
$ pin Foodrecipessmith/food-recipes/condiments # Download section with shortform instead of link
|
||||||
|
$ pin pin/819444094683773705 # Download pin with shortform instead of link
|
||||||
|
|
||||||
### Example Output:
|
### Example Output:
|
||||||
xb@dnxb:~/Downloads/pinterest/pinterest-downloader$ python3 pinterest-downloader.py -d comp https://www.pinterest.com/antonellomiglio/computer/
|
xb@dnxb:~/Downloads/pinterest/pinterest-downloader$ python3 pinterest-downloader.py -d comp https://www.pinterest.com/antonellomiglio/computer/
|
||||||
|
|||||||
Reference in New Issue
Block a user