Kethsar / ytarchive

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

Error when i used cookies #94

Closed filipinas13 closed 2 years ago

filipinas13 commented 2 years ago

Hi , sorry for my english , i have this problem when i used cookies.

note: this error did not appear to me, just last week it appeared

C:\WINDOWS\system32>cd ytarchive

C:\Windows\System32\ytarchive>ytarchive.py -c C:\Users\user\Desktop\cookies.txt Enter a youtube livestream URL: https://www.youtube.com/watch?v=PEpFQPKfOUA Traceback (most recent call last): File "C:\Windows\System32\ytarchive\ytarchive.py", line 2257, in main() File "C:\Windows\System32\ytarchive\ytarchive.py", line 1987, in main if not info.gvideo_ddl and not get_video_info(info): File "C:\Windows\System32\ytarchive\ytarchive.py", line 880, in get_video_info vals = get_playable_player_response(info) File "C:\Windows\System32\ytarchive\ytarchive.py", line 648, in get_playable_player_response player_response = get_player_response(info) File "C:\Windows\System32\ytarchive\ytarchive.py", line 526, in get_player_response player_response = json.loads(watch_parser.player_response_text) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json__init__.py", line 346, in loads return _default_decoder.decode(s) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 52930 (char 52929)

Thank you for your attention!!!

Kethsar commented 2 years ago

The Python script has been deprecated since October and is no longer supported. Please grab the newest pre-release from the releases page