mahrtayyab / tweety

Twitter Scraper
460 stars 62 forks source link

translate has some bug #181

Closed EsqerYasen closed 4 months ago

EsqerYasen commented 5 months ago

                if (
                    language != "zh"
                    and language != "zxx"
                    and language != "qme"
                    and language != "und"
                ):
                    try:
                        translation = await x.translate_tweet(tweet_id)
``` if not supported lang, will return page was not fount . 
EsqerYasen commented 5 months ago

must confirm language type from filts.py if it support for translate.

mahrtayyab commented 4 months ago

Added