Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
352 stars 93 forks source link

Fix Record by User & Link not working #102

Closed pasya1912 closed 1 week ago

pasya1912 commented 6 months ago

This was error due to the request dont have any header so i fix this by adding header to the request and it works.

pasya1912 commented 3 months ago

it's suck that you merge other pull request and not mine. if you dont like my pull atleast give me the reason and reject this. what a bad mainteners

Michele0303 commented 3 months ago

it's suck that you merge other pull request and not mine. if you dont like my pull atleast give me the reason and reject this. what a bad mainteners

The headers are already present here.

https://github.com/Michele0303/tiktok-live-recorder/blob/1d044afcf6f1a7054eec5ca2c1957f68a414249e/httpclient.py#L17

Move the headers to that method and I will accept the pull request.