Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting correct m3u8 info...? #34

Open
mighty0n3 opened this issue Mar 17, 2024 · 10 comments
Open

Not getting correct m3u8 info...? #34

mighty0n3 opened this issue Mar 17, 2024 · 10 comments

Comments

@mighty0n3
Copy link

Me again.. ;)

I tried downloading some old stuff but it seems like that the m3u8 info is incomplete - or maybe I just do something wrong.
Command was python3 main.py -t https://network.wwe.com/video/67248?seasonId=15071

Result is here

Thanks for your assistance

@freyta
Copy link
Owner

freyta commented Mar 22, 2024

I don't have a full subscription, so can you post the output of the m3u8 file it is trying to download?

You can add the code print(index_m3u8_obj.dumps()) to line 141 to assist.

@mighty0n3
Copy link
Author

Sure - here it is

@freyta
Copy link
Owner

freyta commented Mar 23, 2024

Seems to be unavailable. Can you post it again?

@mighty0n3
Copy link
Author

@karlstone93
Copy link

Can you paste the contents of your main.py to pastebin or something like that and drop the link here for me to look at?

@freyta
Copy link
Owner

freyta commented Mar 30, 2024

Sorry for the late reply.
Can you post the total length of the playlist? On line 114 of download_util.py add the line print(total_length) and it should print out how long the video is.

@mighty0n3
Copy link
Author

@freyta
Copy link
Owner

freyta commented Apr 17, 2024

Is this still happening?

@mighty0n3
Copy link
Author

Unfortunately, yes. I also tried several different videos but still the same.

Besides, I newly cloned the repo (just in case I missed changes meanwhile) but there seems to be a problem with wwe.py

Traceback (most recent call last):
File "//WWE-Network-Downloader/main.py", line 3, in
import wwe
File "/
/WWE-Network-Downloader/wwe.py", line 145
for i in chapters:
^
IndentationError: unindent does not match any outer indentation level

@crafciak31
Copy link

Hello, I may have simillar problems as well, and since I'm on Windows instead of Linux, and I'm also an amateur I don't know how much is that my problem, but I have the exact same error as the person above.

C:\WWE-Network-Downloader-master> python main.py -t https://network.wwe.com/video/609920
C:\WWE-Network-Downloader-master\wwe.py:10: SyntaxWarning: invalid escape sequence '\d'
time_matches = re.match("\b(\d{2}):\b(\d{2}):\b(\d{2})", time)
Traceback (most recent call last):
File "C:\WWE-Network-Downloader-master\main.py", line 3, in
import wwe
File "C:\WWE-Network-Downloader-master\wwe.py", line 145
for i in chapters:
^
IndentationError: unindent does not match any outer indentation level

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants