captaincolonelfox / TeleTok

Telegram bot to download TikTok videos
https://t.me/TeleTockerBot
MIT License
48 stars 48 forks source link

Fix Likee 204 No-Content response #3

Closed captaincolonelfox closed 3 years ago

captaincolonelfox commented 3 years ago

Likee was detecting Heroku environment (probably by IP or something) and returning 204 No-Content response for direct video link Though it was acting normally for full page request. So to prevent this, I added a check if there was a Content, if not - bot will send a direct link itself. In this case, video will be downloaded by telegram correctly