mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.49k stars 941 forks source link

[integration request / site request] Lofter.com, but code is already written #2294

Open ErikUden opened 2 years ago

ErikUden commented 2 years ago

Hello there! I tested https://github.com/BYJRK/LofterCrawlerV2 today and it perfectly works. It is a simple python script that downloads all lofter content in the highest resolution. It has a good documentation and is overall pretty short. I'd appreciate it if it could be integrated into gallery-dl! Thanks!

0Ha16wA5 commented 10 months ago

Related to #650

13luwish commented 4 months ago

Hello, can you share how you run LofterCrawler? Came across your request while searching for gallery-dl Lofter support


Update: I keep getting this error, would appreciate help:

Traceback (most recent call last): File "C:\Users\Acer\AppData\Roaming\gallery-dl\loftercrawler.py", line 53, in main() File "C:\Users\Acer\AppData\Roaming\gallery-dl\loftercrawler.py", line 41, in main post_infos = gather_post_infos(domain, args.start_page, args.end_page) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Acer\AppData\Roaming\gallery-dl\web_utils.py", line 283, in gather_post_infos end_page = get_end_page_number(domain, start_page, end_page) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Acer\AppData\Roaming\gallery-dl\web_utils.py", line 247, in get_end_page_number raise Exception('the given start page is invalid') Exception: the given start page is invalid