You've already forked flix
14 lines
614 B
Bash
14 lines
614 B
Bash
run flix add flix collection \
|
|
"Arrowverse" \
|
|
"A television franchise that is based on characters that appear in publications by DC Comics."
|
|
|
|
run flix add tmdb show 1412 # Arrow (2012)
|
|
run flix add tmdb show 89247 # Batwoman (2019)
|
|
run flix add tmdb show 71663 # Black Lightning (2018)
|
|
run flix add tmdb show 60735 # The Flash (2014)
|
|
run flix add tmdb show 62688 # Supergirl (2015)
|
|
|
|
run flix add \
|
|
--title "Legends of Tomorrow" \
|
|
tmdb show 62643 # DC's Legends of Tomorrow (2016)
|