• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Request: saving poster images (amazon prime)

Kamala

Well-Known Member
Thread Starter
Joined
Oct 1, 2020
Messages
76
Likes
12
would be nice if i could just save the poster image straight in the app,instead of copying the url link for the picture ...
but it is not always available in the documentary description page ...
(well,they are..but then i have to do it manually and open the same page in my web-browser to get the links with developer tools...)
but the most important thing for me is....
once you click on download link... you do see another poster (the small one,aka the cover) for the video,with it's description ....
but there,you can not copy the link of the picture by right-clicking your mouse...
so would be nice if there was an option in the settings, to choose yes/no for... "download all poster images (IF AVAILABLE..) for the video?"
thank you. :)
 
Last edited:
That's actually a good one! I'd love to see this happen myself, on top of that invididual episode thumbnails for TV episodes would be nice too.
 
That's actually a good one! I'd love to see this happen myself, on top of that invididual episode thumbnails for TV episodes would be nice too.

yup, coz atleast on amazon... once you click download in the main page... it shows you the small poster (usually with the name of the video/episode) for that episode/video..
 
This is how I save them in FireFox:
1. Right click on the small poster and select "Inspect Element."
2. Once the code box appears at the bottom of the screen and the poster and its corresponding code are highlighted in blue, right click on the blue code area and select copy > Outer HTML.
3. Open a new browser tab, and paste the copied material in the address line. You should have something like this:
Code:
<img src="https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY218_.jpg" class="s-image" alt="One Night 999" srcset="https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY218_.jpg 1x, https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY327_QL65_.jpg 1.5x, https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY436_QL65_.jpg 2x, https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY545_QL65_.jpg 2.5x, https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY654_QL65_.jpg 3x" data-image-index="0" data-image-load="" data-image-latency="s-product-image" data-image-source-density="1">
4. Near the end of that string, you will see a URL for a 3x size of the poster, e.g.,
Code:
https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY654_QL65_.jpg 3x
5. delete everything else and then edit so you get rid of the "3x" as well: [URL='https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY654_QL65_.jpg']
Code:
https://m.media-amazon.com/images/I/71w0bJojGtL._AC_UY654_QL65_.jpg

6. Go to the URL! You will have the largest size poster that Amazon can give.

I know this is a bit of work, but it is reliable. You can edit everything in notepad as well. Don't forget to close the code dialog box once you have copied the pertinent code.[/URL]
 
Last edited:
I know it's not what you requested (and I also like to have this option), but I now use tinyMediaManager to rename and add a movieposter (and more) to my title.
 
Radiah code your links‹

Sent from my Pixel 3 XL using Tapatalk
 
Just the poster or episode thumbnails too?

Sent from my Pixel 3 XL using Tapatalk
 
Back
Top