krypton-byte / tiktok-downloader

Tiktok Downloader/Scraper using requests & bs4
https://tiktok-dl.id
GNU General Public License v3.0
281 stars 82 forks source link

Issue while importing the library #11

Open alejandroperezcosio opened 2 years ago

alejandroperezcosio commented 2 years ago

from tiktok_downloader import snaptik

Traceback (most recent call last):
  File "services/tiktok.py", line 2, in <module>
    from tiktok_downloader import snaptik
  File "/Users/ale/.virtualenvs/scrappy-3.6/lib/python3.6/site-packages/tiktok_downloader/__init__.py", line 1, in <module>
    from .snaptik import snaptik
  File "/Users/ale/.virtualenvs/scrappy-3.6/lib/python3.6/site-packages/tiktok_downloader/snaptik.py", line 8, in <module>
    class snaptik(Session):
  File "/Users/ale/.virtualenvs/scrappy-3.6/lib/python3.6/site-packages/tiktok_downloader/snaptik.py", line 24, in snaptik
    def get_media(self)->list[info_videotiktok]:
TypeError: 'type' object is not subscriptable
krypton-byte commented 2 years ago

use python3.9