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

Doesn't detect the full length? #39

Open
BrekiTomasson opened this issue Jul 1, 2024 · 2 comments
Open

Doesn't detect the full length? #39

BrekiTomasson opened this issue Jul 1, 2024 · 2 comments

Comments

@BrekiTomasson
Copy link

I just installed this and had to do some manual tweaks to wwe.py with the for statement, etc. And given that I'm running MacOS with python installed via homebrew, I had to run everything in a virtual environment, etc... But I finally got it to work with one weird exception. When I run a command like python3 main.py -k -t https://network.wwe.com/video/67126 --force it only downloads the first couple of seconds of the show. I have to manually set the length using -et to get it to download everything. Surely this is a mistake somewhere, right?

@mighty0n3
Copy link

Is it possible to provide your full wwe.py? I'm having problems using it at all and I'm curious what you've changed

@BrekiTomasson
Copy link
Author

Is it possible to provide your full wwe.py? I'm having problems using it at all and I'm curious what you've changed

Like has been said in other threads, there's a missing space before a "for" statement somewhere around line 145 if I remember correctly. Just check the indentation level and you'll see that one of the lines starts one character early.

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

2 participants