Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.08k stars 87 forks source link

getName() is deprecated #85

Closed u2716 closed 2 years ago

u2716 commented 2 years ago

1070: DeprecationWarning: getName() is deprecated, get the name attribute instead tname = threading.current_thread().getName()

it still downloads fragments and seems working despite the warning.

Kethsar commented 2 years ago

The entire Python script is deprecated in favour of the Go version. It's kept in the repo more of as a just-in-case, or if someone wants to fork and update/maintain it for whatever reason. Guess I should add that to the readme at some point.