You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: