phantomflix
phantomflix copied to clipboard
Python Netflix API Metadata & Downloader for Windows and Linux
Can cookies be used as proof of user identity? This scheme is identified by the string NETFLIXID.
quando avvio main.py mi ritorna come errore: Starting process... [phantomflix 2023.1.4] Traceback (most recent call last): File "/home/simone/phantomflix-main/main.py", line 20, in asyncio.run(main()) File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run return loop.run_until_complete(main)...
After several tries Ive got an Login Error: [....] \phantomflix-main\phantomflix\netflix.py", line 717, in load_playlist raise LoginError(manifest.get("error", {}).get("display", error)) phantomflix.errors.LoginError: Email or password is incorrect. Did Netflix change something on their...
I changed the userauthdata to header["userauthdata"] = { "scheme": "NETFLIXID", "authdata": { "netflixid": read_data('cookies.txt')['NetflixId'], "securenetflixid": read_data('cookies.txt')['SecureNetflixId'] } } But then I get the error message phantomflix.errors.LoginError: User authentication data does...
Traceback (most recent call last): File "G:\Python\phantomflix-main\main.py", line 1, in from phantomflix import NetflixClient File "G:\Python\phantomflix-main\phantomflix\__init__.py", line 1, in from .netflix import NetflixClient File "G:\Python\phantomflix-main\phantomflix\netflix.py", line 23, in from hyper.contrib...
Traceback (most recent call last): File "D:\phantomflix\main.py", line 22, in asyncio.run(main()) File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "D:\phantomflix\main.py", line...