It would be nice to have a method that would retrieve the variant issue page, like a method on Issue obj variant_cover field like:
>>> s = locg.issue_info(4090926)
>>> variant0 = s.variant_covers[0].detail()
Haven't thought too hard on this, but it would require modifying Issue Class to take an optional variant id (supplied by the information from from the s.variant_covers[0] url information. Adding this would give the option to get an issue that isn't a thumbnail image, and also expose upc, price, and other issue info.
It would be nice to have a method that would retrieve the variant issue page, like a method on Issue obj variant_cover field like:
Haven't thought too hard on this, but it would require modifying Issue Class to take an optional variant id (supplied by the information from from the
s.variant_covers[0]url information. Adding this would give the option to get an issue that isn't a thumbnail image, and also exposeupc,price, and other issue info.