├── .github ├── FUNDING.yml └── img │ └── demo.png ├── .gitignore ├── README.md └── downloader.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/csgo-overwatch-downloader/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/img/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/csgo-overwatch-downloader/HEAD/.github/img/demo.png -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | csgo-overwatch-downloader.code-workspace -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/csgo-overwatch-downloader/HEAD/README.md -------------------------------------------------------------------------------- /downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3urobeat/csgo-overwatch-downloader/HEAD/downloader.py --------------------------------------------------------------------------------