question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Site support request: voe.sx

See original GitHub issue

Checklist

  • I’m reporting a new site support request
  • I’ve verified that I’m running youtube-dl version 2021.06.06
  • I’ve checked that all provided URLs are alive and playable in a browser
  • I’ve checked that none of provided URLs violate any copyrights
  • I’ve searched the bugtracker for similar site support requests including closed ones

Example URLs

Description

Some videos on VOE are restricted to embed view, but I didn’t find any of that kind by search, that would comply with the beforementioned rules for links. Those urls can be transformed, by simply adding/removing the “/e” in the url which makes them embed. Some videos also are restricted to embed view and restricted to watch by region. That can be bypassed sometimes, when one calls the non-embed video URL once and calls the embed URL afterwards in the same tab. Videos for both special cases, I found using search term “site:voe.sx”, but those videos where either NSFW or they violated copyrights, so if you can’t implement those special cases, because of the lack of safely obtainable information, it wouldn’t be neccessary.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
euclid2021commented, Dec 28, 2021

For me, using the .m3u8 link from the HTML works. Example:

curl https://voe.sx/e/5vit9t9dgwwm | grep m3u8

Gives me: "hls": "https://delivery-node-gaber.voe-network.net/hls/,6oarn4lxvi33cszcrzu5h3zqwglee2gl4c65rxvbaer6rysvfmr2qqmz3f5q,.urlset/master.m3u8",

Now I can just download that link using youtube-dl:

youtube-dl https://delivery-node-gaber.voe-network.net/hls/,6oarn4lxvi33cszcrzu5h3zqwglee2gl4c65rxvbaer6rysvfmrx2w4z3f5q,.urlset/master.m3u8

0reactions
dirkfcommented, Nov 17, 2022

Remember to quote URLs passed to yt-dl, especially if they contain &. Also ensure that the entire URL from the page is passed.

But now, try the updated PR #29616.

$ python -m youtube_dl -F -v 'https://voe.sx/e/5vit9t9dgwwm'
[debug] System config: [u'--prefer-ffmpeg']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-F', u'-v', u'https://voe.sx/e/5vit9t9dgwwm']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2021.12.17
[debug] Git HEAD: 774b346f9
[debug] Python version 2.7.17 (CPython) - Linux-4.4.0-210-generic-i686-with-Ubuntu-16.04-xenial
[debug] exe versions: avconv 4.3, avprobe 4.3, ffmpeg 4.3, ffprobe 4.3
[debug] Proxy map: {}
[voe] 5vit9t9dgwwm: Downloading webpage
[voe] 5vit9t9dgwwm: Downloading m3u8 information
[info] Available formats for 5vit9t9dgwwm:
format code  extension  resolution note
0            mp4        720p       
353          m3u8       640x288     353k , avc1.640029, 23.974fps, mp4a.40.2 (best)
$
Read more comments on GitHub >

github_iconTop Results From Across the Web

Content Delivery Network (CDN) & Video Cloud - VOE.SX
(no support!) Web Site License. As a user of voe.sx, you are granted a non-exclusive, non-transferable, revocable, ...
Read more >
Verification of Enrollment (VOE) Requests - Huntsville ISD
The individual certifying attendance verifies on behalf of the school, program, or institution the following as true and correct by marking the appropriate...
Read more >
Voe down today December, 2022? Voe.sx not working for me ...
Voe.sx website down Today December, 2022? Can't log in? Real-time problems and outages - here you'll see what is going on.
Read more >
Employment Verification > U.S. Department of Defense > Article
You may also request a hard copy RAS be mailed to you by calling the ... For Military Service Verification Under the Civil...
Read more >
VOE.SX API · Apiary
200 OK - the request was successful (some API calls may return 201 instead). ... have further questions, just contact our support (https://voe.sx/contact)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found