MichaelYochpaz / iSubRip

A Python command-line tool for scraping and downloading subtitles from AppleTV and iTunes movie pages.
MIT License
119 stars 15 forks source link

[Feature Request]: downloading from multiple URLs at once #37

Closed yoavoffek closed 2 years ago

yoavoffek commented 2 years ago

Confirmations

Description

Can support be added so that instead of the syntax "isubrip [itunes/appleTV link]", we could input a path to a txt or even xml file that contains multiple iTunes movie links, so that isubrip will rip the subtitles from all links with one command rather than a separate command for each link?

MichaelYochpaz commented 2 years ago

You can already pass multiple URLs using the command line. For example: isubrip <link1> <link2> <link3>...

yoavoffek commented 2 years ago

I see, will try. Thanks!