├── .gitignore ├── README.md ├── download.py └── scraper.py /.gitignore: -------------------------------------------------------------------------------- 1 | lynda.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartmanishere/aria2-recursive-scraper/HEAD/README.md -------------------------------------------------------------------------------- /download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartmanishere/aria2-recursive-scraper/HEAD/download.py -------------------------------------------------------------------------------- /scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cartmanishere/aria2-recursive-scraper/HEAD/scraper.py --------------------------------------------------------------------------------