Skip to content

A script that tries random URLs on https://mixtape.moe and writes them to a file if it exists

License

Notifications You must be signed in to change notification settings

ve-nt/mixtape.moe-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixtape.moe-scraper

A script that tries random URLs on mixtape.moe and writes them to a file if it exists

for usage try: python3 mixtape_scraper.py -h

Arguments:
  -h                show help message
  -v                verbose output
  -t <threads>      multithreading with <threads> being number of threads
  -p                use rotating proxies
Format Groups:

all - all formats
common - common formats
media - video, audio and pictures
text - text, configs and data
archive - archive files

Examples:

scrape for common formats with 24 threads and proxies
python3 mixtape_scraper.py -t 24 -p common

scrape for all formats with 12 threads
python3 mixtape_scraper.py -t 12 all

scrape for .wav formats with 1 thread
python3 mixtape_scraper.py .wav

About

A script that tries random URLs on https://mixtape.moe and writes them to a file if it exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published