├── .gitignore ├── LICENSE ├── README.md ├── fastdl.py └── fastdl_blacklist.txt /.gitignore: -------------------------------------------------------------------------------- 1 | csgo/* 2 | www/* -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAMMACASE/FastdlUpdater/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAMMACASE/FastdlUpdater/HEAD/README.md -------------------------------------------------------------------------------- /fastdl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAMMACASE/FastdlUpdater/HEAD/fastdl.py -------------------------------------------------------------------------------- /fastdl_blacklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GAMMACASE/FastdlUpdater/HEAD/fastdl_blacklist.txt --------------------------------------------------------------------------------