How to get urls of all images on a page, edit them and download

13,295

I've written a Google Chrome extension to download files from a list you paste in, or from the URLs of open tabs in a window.

It's called TabSave, available here and open source (see the webstore description).

Zeel's answer seems perfectly fine. There'll be lots of other tutorials on how to get links from a webpage if you give it a quick search online. Chrome extension security settings make it awkward to communicate with the page, but once you have that list of URLs this extension can handle the downloads.

Share:
13,295

Related videos on Youtube

Vasko-Sisko
Author by

Vasko-Sisko

Updated on September 18, 2022

Comments

  • Vasko-Sisko
    Vasko-Sisko almost 2 years

    Here is a task:

    A page has 300 JPEG images with urls like http://example.com/gallery/500px-500px/7496.jpg

    I want to do edit those urls to http://example.com/gallery/1000px-1000px/7496.jpg

    and download in better quality.

    How I achieve the task now: I open a web page and download all images to a folder with any download manager. Then I create a list of the image's names with cd c:\download + dir *.* > list.txt commands and add the url http://example.com/gallery/1000px-1000px/ bore the files' names. After that I download the new urls using any file manager.

    How to make this process of downloading easier and faster? Thanks!

    • Karan
      Karan about 11 years
      Once your download manager has successfully parsed the web page and added all the image links, can't you simply export the list to a text file, search+replace, then import and download?
    • Vasko-Sisko
      Vasko-Sisko about 11 years
      it would be nice; can you suggest such manager? Cause mine doesn't have such features. It would be even nicer to get a Google Chrome extension.
    • Karan
      Karan about 11 years
      You said "I open a web page and download all images to a folder with any download manager", so I thought you already had one which did this. How are you doing it now? Manually copying all 300 links to your DM? Also, which OS are you using?
    • Vasko-Sisko
      Vasko-Sisko about 11 years
      Win 8, I download them with Image Downloader for Chrome, I cannot copy links from it. Ok, Download Master for Chrome allows me to copy all links, I do search and replace in Word. How can I download them again? Download Master doesn't have this feature...I want to use all-in-one.
    • Vasko-Sisko
      Vasko-Sisko about 11 years
      it is in Open requests!!!
    • nerdwaller
      nerdwaller about 11 years
      Why can't you repeat what you did for the 500x500 in the desired size folder? Should your image downloader act the same...? If not, I'd make a python script do it.
    • Ege Özcan
      Ege Özcan about 11 years
      Use DownThemAll with Firefox, here: addons.mozilla.org/en-US/firefox/addon/downthemall