Mozi

Results 112 comments of Mozi

Hi, @henry99a. The live stream on this site appears to be encrypted. That's not AES-128 for HLS or something well-known, so I don't think yt-dlp and FFmpeg can handle it...

> Does it play in browser with DRM disabled? Playable. Tested in DRM-disabled Firefox 123.0.1 on Windows 11. Streams on that site are playable on most browsers and platforms. It's...

> DEBUG: get_hostname(ai-space): ai-space.s3.amazonaws.com It's still AWS S3. Try this: ```console $ s3cmd --host="${S3_HOSTNAME}" --host-bucket='%(bucket)s.'"${S3_HOSTNAME}" ``` While the `S3_HOSTNAME` variable is "\.digitaloceanspaces.com". See [Setting Up s3cmd 2.x with DigitalOcean Spaces...

adfc1c714b73fd6b4f0a4a025f362a2305e7c205 fixed this issue, now the output of "git-diff" looks fine: adfc1c714b73fd6b4f0a4a025f362a2305e7c205 修复了这个问题,现在“git-diff”的输出看起来没问题了: ```console $ git diff --unified=0 -- sfud/src/sfud_sfdp.c diff --git a/sfud/src/sfud_sfdp.c b/sfud/src/sfud_sfdp.c index 0564f12..e19b4ac 100644 --- a/sfud/src/sfud_sfdp.c +++...

> We currently don't have any mechanism to do this. One possible way is to create a custom downloader... OK. I thought about it but didn't implement it. > ......

> Pls avoid force-pushing in future. Dirty commits are fine Oh sorry, I won't do that.

After applying 157ee41b6c03364d6ceafbb76c13d2b1767cabfb , the generated entry in "supportedsites.md" has changed to: - **eplus:inbound**: e+ (イープラス) overseas

@pukkandan , > Note that `UserNotLive` must be raised only if you the URL **may go live** some time in the future. If the URL will never become live again,...

> > Well, how to test the "only_matching" test cases? > > They are covered by the core test suite Thanks, I've found "```./test/test_all_urls.py::TestAllURLsMatching::test_no_duplicates```".

I have a question. I didn't specify the "ext" when calling "```_extract_m3u8_formats()```"; the following code sets an "ext" for the format: https://github.com/yt-dlp/yt-dlp/blob/c73355510629e3eda5a79d4e2876a35316ca6ed2/yt_dlp/extractor/common.py#L2139-L2140 And then use the "ext" in the selected...