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

voe.sx download not working #20

Open
gauravsuman007 opened this issue Aug 28, 2024 · 2 comments
Open

voe.sx download not working #20

gauravsuman007 opened this issue Aug 28, 2024 · 2 comments

Comments

@gauravsuman007
Copy link

When trying to download the following link:
https://voe.sx/e/etuuxebdxme7

I get an error message:
The video title could not be extracted. Invalid link?

dertuxmalwieder pushed a commit that referenced this issue Aug 28, 2024
FossilOrigin-Name: 451d2ae3f97a037a20ae75681e1aba9bb5cb0b71364d872a72f844734d5a5406
@gauravsuman007
Copy link
Author

I just fethched the page: https://voe.sx/e/etuuxebdxme7 using python requests and I got the redirect URL inside the JS script they threw at me

<script>
        if (typeof localStorage !== 'undefined') {
            const permanentToken = localStorage.getItem('permanentToken');
            if (permanentToken) {
                const currentUrl = new URL(window.location.href);
                currentUrl.searchParams.set('permanentToken', permanentToken);
                window.location.href = currentUrl.toString();
            } else {
                window.location.href = 'https://bethshouldercan.com/e/etuuxebdxme7';
            }
        } else {
            window.location.href = 'https://bethshouldercan.com/e/etuuxebdxme7';
        }
    </script>

dertuxmalwieder pushed a commit that referenced this issue Sep 16, 2024
… does not fix the download... ;-) but we're getting there.

FossilOrigin-Name: 0158eba2fa3417493f36d37ca1cd5b03fe8359bb8a7e764f169c54bb6d118083
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