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
thanks for doing this! It's greatly helped my Ubooquity look great. I'm not a programmer, so I apologize for not doing this the "correct" way in GitHub, but I didn't want to risk screwing anything up. I hacked on comixology-to-ubooquity.py and worked out a RegEx that gets the full sized images and remove the Comixology Unlimited banner. Can this be added to the script?
The RegEx is '._[A-Z].*?(?=.jpg)'
I changed lines 295 and 296 from
print(' - Downloading logo from: {!r}'.format(publisher_listing.logo_url))
logo_data = get_file(session, publisher_listing.logo_url)
thanks for doing this! It's greatly helped my Ubooquity look great. I'm not a programmer, so I apologize for not doing this the "correct" way in GitHub, but I didn't want to risk screwing anything up. I hacked on comixology-to-ubooquity.py and worked out a RegEx that gets the full sized images and remove the Comixology Unlimited banner. Can this be added to the script?
The RegEx is '._[A-Z].*?(?=.jpg)'
I changed lines 295 and 296 from
to
Lines 308 and 309 from:
and lines 354 and 355 from:
to
I'm sure this can be done a lot more elegantly than what I put together, but this works.
The text was updated successfully, but these errors were encountered: