DemonKingSwarn / flix-cli

A high efficient, powerful and fast movie scraper.
GNU General Public License v3.0
128 stars 9 forks source link

Not working with some IDs #2

Closed Prayag2 closed 2 years ago

Prayag2 commented 2 years ago

A lot of movies are working but some aren't. For example, entering the ID of most anime movies on IMDB and some other movies is giving this error:

Hand me the IMDB or, just press nothingness: tt6455162
Traceback (most recent call last):
  File "/home/prayag/Downloads/flix-cli/flix-cli.py", line 61, in <module>
    ).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
synacktraa commented 2 years ago

It can only fetch movies ig, not series and episodes

DemonKingSwarn commented 2 years ago

A lot of movies are working but some aren't. For example, entering the ID of most anime movies on IMDB and some other movies is giving this error:

Hand me the IMDB or, just press nothingness: tt6455162
Traceback (most recent call last):
  File "/home/prayag/Downloads/flix-cli/flix-cli.py", line 61, in <module>
    ).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

it should work now

Prayag2 commented 2 years ago

AWESOME! You just made it like 10x better with the ability to search! Thanks :)