.gitignore
LICENSE
README.md
README_kr.md
docker-compose.yml
dockerfile
pyproject.toml
test.sh
.github/workflows/release.yml
srcs/__init__.py
srcs/main.py
srcs/pw_simple_scraper/__init__.py
srcs/pw_simple_scraper/browser.py
srcs/pw_simple_scraper/core.py
srcs/pw_simple_scraper/model.py
srcs/pw_simple_scraper/utils.py
srcs/pw_simple_scraper.egg-info/PKG-INFO
srcs/pw_simple_scraper.egg-info/SOURCES.txt
srcs/pw_simple_scraper.egg-info/dependency_links.txt
srcs/pw_simple_scraper.egg-info/requires.txt
srcs/pw_simple_scraper.egg-info/top_level.txt
srcs/pw_simple_scraper/strategies/__init__.py
srcs/pw_simple_scraper/strategies/mobile.py
srcs/pw_simple_scraper/strategies/proxy.py
srcs/pw_simple_scraper/strategies/stealth.py
tests/conftest.py
tests/test_intergration_site.py
tests/test_unit.py
tests/site/attrs_mixed.html
tests/site/dynamic.html
tests/site/dynamic_href.html
tests/site/dynamic_insert.html
tests/site/empty.html
tests/site/encoding_utf8.html
tests/site/index.html
tests/site/links.html
tests/site/longlist.html
tests/site/nested.html
tests/site/visibility.html