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

[Tver] Can`t download Fuji TV video #28767

Closed
5 tasks done
kun153 opened this issue Apr 16, 2021 · 2 comments · Fixed by #28849
Closed
5 tasks done

[Tver] Can`t download Fuji TV video #28767

kun153 opened this issue Apr 16, 2021 · 2 comments · Fixed by #28849

Comments

@kun153
Copy link

kun153 commented Apr 16, 2021

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.04.07
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', 'best', 'https://tver.jp/corner/f0072083', '-o', 'D:\\video\\download\\a.mp4', '-v']
[debug] Encodings: locale cp932, fs mbcs, out cp932, pref cp932
[debug] youtube-dl version 2021.04.07
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg 4.2, ffprobe 4.2
[debug] Proxy map: {}
[TVer] Downloading JSON metadata
[TVer] f0072083: Downloading JSON metadata
[FujiTVFODPlus7] 6191645753001: Downloading m3u8 information
ERROR: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

TVer is Japanese video site. Some TV stations are on this site posting a video.

I can no longer download videos from a TV station called Fuji TV. I think the cause is a specification change. it become the same as any other TV station. (https://tver.jp/info/notice/3137.html)
Can you please support a new specification.
Thanks.

@Lesmiscore
Copy link
Contributor

Lesmiscore commented Apr 16, 2021

With a modified youtube-dl, which never redirects to FujiTVFODPlus7IE, that worked. It seems Fuji has stopped using it.

$ python3 -m youtube_dl https://tver.jp/corner/f0072083
[TVer] Downloading JSON metadata
[TVer] f0072083: Downloading JSON metadata
[brightcove:new] ref:2613810025_20210415: Downloading JSON metadata
[brightcove:new] ref:2613810025_20210415: Downloading m3u8 information
[brightcove:new] ref:2613810025_20210415: Downloading m3u8 information
[brightcove:new] ref:2613810025_20210415: Downloading m3u8 information
[brightcove:new] ref:2613810025_20210415: Downloading m3u8 information
[brightcove:new] ref:2613810025_20210415: Downloading MPD manifest
[brightcove:new] ref:2613810025_20210415: Downloading MPD manifest
WARNING: Requested formats are incompatible for merge and will be merged into mkv.
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 264
[download] Destination: 千鳥のクセがスゴいネタGP クセスゴシンガーたちが新曲披露!-ref -2613810025_20210415.fhls-3175-1.mp4
[download]   0.4% of ~647.61MiB at  7.93MiB/s ETA 01:43 (1 fragments of 264)^C
ERROR: Interrupted by user
diff --git a/youtube_dl/extractor/tver.py b/youtube_dl/extractor/tver.py
index a54f49319..cf3d2731d 100644
--- a/youtube_dl/extractor/tver.py
+++ b/youtube_dl/extractor/tver.py
@@ -51,7 +51,7 @@ class TVerIE(InfoExtractor):
             'episode_number': int_or_none(try_get(main, lambda x: x['ext']['episode_number'])),
         }
 
-        if service == 'cx':
+        if service == 'cx' and False:
             title = main['title']
             subtitle = strip_or_none(main.get('subtitle'))
             if subtitle:

P.S. if you know any other TVer video from フジテレビ FujiTV, let me know so that I can test it

@moyai
Copy link

moyai commented Apr 23, 2021

Who can fix the issue and merge into master?

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

Successfully merging a pull request may close this issue.

3 participants