Skip to content

neluckoff/HTML-Image-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Парс HTML кода страницы


[RU] Данная программа работает по принципу:

  1. Получает с помощью библиотеки jsoup HTML-код страницы;
  2. Находит в HTML-коде теги img и получает абсолютные ссылки на изображения из атрибута src;
  3. Скачивает изображения в папку images проекта, при этом сохраняя оригинальные названия файлов;
  4. Выводит в консоль список c названиями скачанных файлов.

Если будете использовать код, не забудьте про библиотеку Jsoup (https://jsoup.org/).


[ENG] This program works according to the principle:

  1. Receives the HTML-code of the page using the jsoup library;
  2. Finds img tags in HTML-code and gets absolute links to images from the src attribute;
  3. Downloads images to the images folder of the project, while preserving the original file names;
  4. Prints to the console a list with the names of the downloaded files.

If you use code, don't forget about the Jsoup library (https://jsoup.org/).

About

The program can download all pictures from any site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages