Commit graph

6 commits

Author SHA1 Message Date
imnyang
c0499819be 브라우저 헤더 설정을 개선하고 사용자 에이전트를 업데이트했습니다. 2025-06-07 00:05:46 +09:00
imnyang
b879cafe1b HTML 도메인 카운터 추가 및 최종 결과 출력 개선 2025-06-07 00:03:15 +09:00
imnyang
905a1bee6d user agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0 2025-06-07 00:01:52 +09:00
imnyang
603531a0c0 너무 빠르니까 레이트리밋 걸리는거 같아요요 2025-06-06 23:57:19 +09:00
imnyang
e6fb9d65d6 temp 2025-06-06 23:51:13 +09:00
imnyang
351af7ba78 Implement HTML domain checker in Rust and add PowerShell script for chunked execution
- Added a Rust program that reads a list of domains from "domains.txt", checks if they return HTML content, and writes valid domains to "domains-filtered.txt".
- Introduced a PowerShell script to execute a Python script in chunks, allowing for processing of specified line ranges from the domain list.
2025-06-06 23:47:59 +09:00