LICENSE
README.md
setup.py
crawlfish/__init__.py
crawlfish/__main__.py
crawlfish/default_values.py
crawlfish/supported.py
crawlfish.egg-info/PKG-INFO
crawlfish.egg-info/SOURCES.txt
crawlfish.egg-info/dependency_links.txt
crawlfish.egg-info/top_level.txt
crawlfish/crawler/__init__.py
crawlfish/crawler/crawler.py
crawlfish/crawler/download_image.py
crawlfish/crawler/download_static_code_file.py
crawlfish/crawler/download_video.py
crawlfish/crawler/ensure_html_url.py
crawlfish/crawler/ensure_url_format.py
crawlfish/crawler/exceptions.py
crawlfish/crawler/explore_webpage.py
crawlfish/crawler/explore_website.py
crawlfish/crawler/extract_file_info_from_url.py
crawlfish/crawler/extract_html_meta.py
crawlfish/crawler/get_base_url.py
crawlfish/crawler/get_url_parts.py
crawlfish/crawler/save.py
crawlfish/crawler/save_options.py
crawlfish/crawler/url_to_folder_name.py
crawlfish/crawler/webpage_report.py
crawlfish/crawler/website_report.py
crawlfish/crawlfish_utils/__init__.py
crawlfish/crawlfish_utils/check_file.py
crawlfish/crawlfish_utils/check_folder.py
crawlfish/html/__init__.py
crawlfish/html/element_finder.py
crawlfish/html/ensure_soup.py
crawlfish/html/get_element_attribute.py
crawlfish/html/get_element_text.py
crawlfish/html/get_elements_text.py
crawlfish/html/get_first_attr_value.py
crawlfish/html/get_first_text_value.py
crawlfish/http/__init__.py
crawlfish/http/get.py
examples/__init__.py
examples/crawling.py
examples/downloading.py
examples/finding_elements.py
examples/getting_pages.py
examples/list_data_saver.py
examples/urlscrawler.py
tests/__init__.py
tests/test_check_file.py
tests/test_download_image.py
tests/test_download_static_code_file.py
tests/test_download_video.py
tests/test_element_finder.py
tests/test_ensure_html_url.py
tests/test_ensure_url_format.py
tests/test_explore_webpage.py
tests/test_explore_website.py
tests/test_extract_file_info_from_url.py
tests/test_extract_html_meta.py
tests/test_get_base_url.py
tests/test_get_element_text.py
tests/test_get_first_attr_value.py
tests/test_get_first_text_value.py
tests/test_get_url_parts.py
tests/test_http_get.py
tests/test_scraped_data_saver.py
tests/test_soups.py
tests/test_url_to_folder_name.py
tests/test_urls_crawler.py
tests/test_webpage_report.py
tests/test_website_report.py