Skip to content

SimoneFelici/vixsrc-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vixsrc_scraper

Small scraper for VixSrc

Usage

Movie

vixsrc-scraper -t movie -id MOVIE_ID --name "Movie Name" --year 2019

TV

vixsrc-scraper -t tv -id SERIES_ID --name "Series Name" --year 2010 --season 1 -ep 3

Examples

Download episodes 1 to 10 from season 1:

for ep in {1..10}; do vixsrc-scraper -t tv -id SERIES_ID --name "Series Name" --year 2010 --season 1 -ep "$ep"; done

Options

-t, --type       Content type: movie or tv
-id              TMDB ID (https://www.themoviedb.org/)
--name           Output name
--year           Optional output year
--season         Season number, default: 1
-ep              Episode number, default: 1
--audiolang      Optional audio language, ex: (ita, eng)
--sublang        Optional subtitle language

About

Small scraper for VixSrc

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages