mikf / gallery-dl

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

Imgur and e-hentai problems #1199

Closed wankio closed 3 years ago

wankio commented 3 years ago
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/toJQR8L' https://imgur.com/a/toJQR8L
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/RxJPLgi' https://imgur.com/a/RxJPLgi
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/kMfpR5n' https://imgur.com/a/kMfpR5n
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/DULfdQU' https://imgur.com/a/DULfdQU
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/FQyQCkO' https://imgur.com/a/FQyQCkO
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/6acjTV1' https://imgur.com/a/6acjTV1
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/Q7z6msb' https://imgur.com/a/Q7z6msb
Warning: cookies: not enough values to unpack (expected 7, got 6) None
ERROR: HttpError: ConnectionError: HTTPSConnectionPool(host='e-hentai.org', port=443): Max retries exceeded with url: /s/c26b9ae59d/1232591-1 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x000001F089082A30>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond')) https://e-hentai.org/s/c26b9ae59d/1232591-1
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/JucKhWb' https://imgur.com/a/JucKhWb
ERROR: HttpError: '500 Unknown Error' for 'https://api.imgur.com/post/v1/albums/DFivGHd' https://imgur.com/a/DFivGHd
ER
  1. i can't access e-hentai.org but can exhentai.org so if e-hentai.org can't be reached, can it redirect into exhentai instead?
  2. about imgur, i dont know why it have error 500, maybe gallery-dl overload imgur ?
  3. https://imgur.com/a/rZWzHUZ this gallery have too long folder name , imgur have album[title] so i dont know how to limit character, normal site have {title} so i can put {title[:100]} instead

ERROR: Unable to download data: OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '\\\\?\\Z:\\gallerydl\\r_doujinshi\\imgur\\rZWzHUZ - Inaka Osananajimi wa Hatsujouchuu! ~Muchimuchi Dosukebe Bitch ni Seichou Shita Osananajimi to Namahame Seikatsu~ _ Countryside Childhood Friend in Heat! ~My Plump Childhood Friend Grew up to Be a Perverted Bitch and Have a Life of Raw Sex_~[Mebae Kyoudou]\\' https://imgur.com/a/rZWzHUZ

  1. newground default video download extreme big filesize
https://www.newgrounds.com/portal/view/750547

720p - 35MB
1080 - 58MB
default - 514MB

so does newgrounds have video quality option ? i want to download highest quality but not original quality (extreme high bitrate)

mikf commented 3 years ago

i can't access e-hentai.org but can exhentai.org so if e-hentai.org can't be reached, can it redirect into exhentai instead?

Set exhentai.domain to "exhentai.org" and disable the image limit check (exhentai.limits), which would also need to access e-hentai.org. (your exhentai cookie file seems invalid: Warning: cookies: not enough values to unpack (expected 7, got 6))

about imgur, i dont know why it have error 500, maybe gallery-dl overload imgur ?

Maybe that, or maybe its a temporary error on Imgur's side. Just wait and see, and try again later. (downloading those album works on my machine :tm:)

https://imgur.com/a/rZWzHUZ this gallery have too long folder name , imgur have album[title] so i dont know how to limit character, normal site have {title} so i can put {title[:100]} instead

album[title][:100] You can trim/slice any string (or list) by adding [:100] or similar to it.

newground default video download extreme big filesize

downloader.filesize-max and --filesize-max should help.

wankio commented 3 years ago

oh, it missing } in album[id] , at the moment i'm thought [:100] is not working :D "directory":["imgur","{album[title][:100]} + {album[id]"],