LICENSE
README.md
pyproject.toml
bdfrx/__init__.py
bdfrx/__main__.py
bdfrx/bdfrx.db
bdfrx/completion.py
bdfrx/configuration.py
bdfrx/connector.py
bdfrx/default_config.cfg
bdfrx/download_filter.py
bdfrx/downloader.py
bdfrx/exceptions.py
bdfrx/file_name_formatter.py
bdfrx/oauth2.py
bdfrx/resource.py
bdfrx/site_authenticator.py
bdfrx.egg-info/PKG-INFO
bdfrx.egg-info/SOURCES.txt
bdfrx.egg-info/dependency_links.txt
bdfrx.egg-info/entry_points.txt
bdfrx.egg-info/requires.txt
bdfrx.egg-info/top_level.txt
bdfrx/site_downloaders/__init__.py
bdfrx/site_downloaders/base_downloader.py
bdfrx/site_downloaders/delay_for_reddit.py
bdfrx/site_downloaders/direct.py
bdfrx/site_downloaders/download_factory.py
bdfrx/site_downloaders/erome.py
bdfrx/site_downloaders/gallery.py
bdfrx/site_downloaders/gfycat.py
bdfrx/site_downloaders/imgur.py
bdfrx/site_downloaders/pornhub.py
bdfrx/site_downloaders/redgifs.py
bdfrx/site_downloaders/self_post.py
bdfrx/site_downloaders/vidble.py
bdfrx/site_downloaders/vreddit.py
bdfrx/site_downloaders/youtube.py
bdfrx/site_downloaders/fallback_downloaders/__init__.py
bdfrx/site_downloaders/fallback_downloaders/fallback_downloader.py
bdfrx/site_downloaders/fallback_downloaders/ytdlp_fallback.py
tests/test_completion.py
tests/test_configuration.py
tests/test_connector.py
tests/test_download_filter.py
tests/test_downloader.py
tests/test_file_name_formatter.py
tests/test_oauth2.py
tests/test_resource.py