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 work for me #13

Open
bobwatcherx opened this issue Jun 4, 2024 · 2 comments
Open

not work for me #13

bobwatcherx opened this issue Jun 4, 2024 · 2 comments

Comments

@bobwatcherx
Copy link

hi , how to get directlink mp4 because i not download but only get url for watch without ads
can you give example thx

root@boo-HP-Convertible-x360-11-ab1XX:/home/boo/mainan/voe/voe-dl# python3 --version
Python 3.10.12

root@boo-HP-Convertible-x360-11-ab1XX:/home/boo/mainan/voe/voe-dl# python3 dl.py -u https://voe.sx/wro055iql72m
Traceback (most recent call last):
  File "/home/boo/mainan/voe/voe-dl/dl.py", line 114, in <module>
    main()
  File "/home/boo/mainan/voe/voe-dl/dl.py", line 23, in main
    download(URL)
  File "/home/boo/mainan/voe/voe-dl/dl.py", line 58, in download
    slice_start = name_find.index("Watch ") + 6
ValueError: substring not found

@bobwatcherx
Copy link
Author

how to solve this please , can you give example work

@DiyaErics
Copy link

DiyaErics commented Jun 10, 2024

It's a stream, not a file. So you can easily play it with the VLC player with this function.
Copy and past it in your terminal and replace the x in the url.

voe-player() {vlc $(curl -s $(curl -s $1 | grep -Eo "(http|https):https://[a-zA-Z0-9./?=_&,%:-]*" | head -n1) | grep m3u8 | grep -Eo "(http|https):https://[a-zA-Z0-9./?=_&,%:-]*"); }
voe-player https://voe.sx/xxxxx

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