You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually, After reviewing the python code, I find it just try to find a html node with "dashmpd", but today's youtube player page no longer contains such node anymore. maybe we can get some idea from youtube-dl. that tool works fine so far at least.
I am trying to execute the script using this command line
python3 extract.py https://www.youtube.com/watch?v=2d1VrCvdzbY test.mpd
But I don't seem to get a result or output.
Output:
I have tried to fix this output with some .encode() next to the strings, and this solved at first the problem but it is still not returning an output.
It seems it is not able to find a result at line 69. Maybe the parameter is not called anymore "dashmpd"?
The text was updated successfully, but these errors were encountered: