Tagged articles
25 articles
Page 1 of 1
FunTester
FunTester
Nov 18, 2022 · Backend Development

Master Java Web Crawling: From Data Scraping to Image Storage

This guide walks beginners through building a Java web crawler that fetches bestseller book cover images, covering data scraping, HTML parsing with jsoup or regex, and saving images locally, illustrated step‑by‑step with code examples and a tiered learning roadmap.

Backend DevelopmentImage DownloadJava
0 likes · 5 min read
Master Java Web Crawling: From Data Scraping to Image Storage
Python Programming Learning Circle
Python Programming Learning Circle
Mar 25, 2022 · Fundamentals

Using the you-get Python Library to Download Videos, Images, and Manage Files

This tutorial introduces the you-get Python3 media‑download library, shows how to install it with pip, demonstrates basic commands for downloading videos and images, explains options for specifying output paths, renaming files, viewing video information, and selecting formats, and provides practical code examples.

Image DownloadPythonTutorial
0 likes · 5 min read
Using the you-get Python Library to Download Videos, Images, and Manage Files
Architecture Digest
Architecture Digest
Aug 19, 2021 · Backend Development

Crawling and Downloading Thousands of Images from Sogou Using Java

This article explains how to programmatically fetch and save thousands of images from Sogou by analyzing the XHR request parameters, constructing the appropriate URL, extracting image URLs from the JSON response, and using a multithreaded Java downloader with custom HTTP utilities.

Image DownloadJavaSogou
0 likes · 13 min read
Crawling and Downloading Thousands of Images from Sogou Using Java
Java Captain
Java Captain
Feb 10, 2021 · Backend Development

Java Web Crawler for Downloading Sogou Image Search Results

This article demonstrates how to build a Java-based web crawler that fetches image URLs from Sogou Image Search, parses the JSON response, and downloads thousands of pictures to a local directory using multithreaded processing and custom HTTP utilities.

HTTPImage DownloadJava
0 likes · 19 min read
Java Web Crawler for Downloading Sogou Image Search Results
MaGe Linux Operations
MaGe Linux Operations
Jul 19, 2019 · Backend Development

How to Scrape High‑Resolution Images from ColorHub with Python

Learn a step‑by‑step Python solution to locate, download, and store high‑resolution, royalty‑free images from ColorHub by navigating its three‑tier page structure, generating request headers, parsing HTML with BeautifulSoup, and saving files locally, enabling offline PPT creation without copyright concerns.

AutomationImage DownloadPython
0 likes · 5 min read
How to Scrape High‑Resolution Images from ColorHub with Python
MaGe Linux Operations
MaGe Linux Operations
Dec 12, 2018 · Backend Development

How to Scrape High‑Resolution Images from Huaban with Selenium & XPath

Learn step‑by‑step how to use Python, Selenium, and XPath to crawl Huaban’s dynamic image boards, extract high‑resolution pictures, handle varying DOM structures, and organize the downloads into categorized folders, while also covering environment setup and key code snippets.

AutomationImage DownloadSelenium
0 likes · 6 min read
How to Scrape High‑Resolution Images from Huaban with Selenium & XPath
MaGe Linux Operations
MaGe Linux Operations
Oct 2, 2017 · Backend Development

How to Scrape Game Hero Skins with Python: Step‑by‑Step Guide

This tutorial demonstrates how to use Python to crawl official game websites of League of Legends, Honor of Kings, and Smite, extracting hero skin images by locating hero IDs, constructing image URLs, and downloading the files, providing complete code examples for both direct URL extraction and pattern‑based downloading.

APIImage DownloadPython
0 likes · 12 min read
How to Scrape Game Hero Skins with Python: Step‑by‑Step Guide