Support for Tennis TV Replays
See original GitHub issueChecklist
- I’m reporting a new site support request
- I’ve verified that I’m running yt-dlp version 2022.03.08.1. (update instructions)
- 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 or contain any DRM to the best of my knowledge
- I’ve searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
- I’ve read about sharing account credentials and am willing to share it if required
Region
Canada
Example URLs
Playlist: https://www.tennistv.com/library/replays
Description
I would like to download an archive of all tennis matches from Tennis TV. Perferable in format /tournament/match.mp4
, /tournament/match2.mp4
, etc. Furthermore, it seems the tournament names for each match are written as some sort of “tag”. Is there a way to extract that and download in my desired format?
Currently, it seems the replays site isn’t supported by yt-dlp. I would really appreciate it if support could be added! Thank you for your time.
Verbose log
yt-dlp https://www.tennistv.com/library/replays --verbose
[debug] Command-line config: ['https://www.tennistv.com/library/replays', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, err utf-8, pref UTF-8
[debug] yt-dlp version 2022.03.08.2 [e491d06d3]
[debug] Python version 3.9.7 (CPython 64bit) - Linux-5.15.15-76051515-generic-x86_64-with-glibc2.31
[debug] exe versions: ffmpeg 4.2.4, ffprobe 4.2.4
[debug] Optional libraries: brotli, Cryptodome, secretstorage, mutagen, sqlite, websockets
[debug] Proxy map: {}
[debug] [generic] Extracting URL: https://www.tennistv.com/library/replays
[generic] replays: Requesting header
WARNING: [generic] Falling back on generic information extractor.
[generic] replays: Downloading webpage
[generic] replays: Extracting information
[debug] Looking for video embeds
ERROR: Unsupported URL: https://www.tennistv.com/library/replays
Traceback (most recent call last):
File "/home/wilsonchan/anaconda3/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1389, in wrapper
return func(self, *args, **kwargs)
File "/home/wilsonchan/anaconda3/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1459, in __extract_info
ie_result = ie.extract(url)
File "/home/wilsonchan/anaconda3/lib/python3.9/site-packages/yt_dlp/extractor/common.py", line 617, in extract
ie_result = self._real_extract(url)
File "/home/wilsonchan/anaconda3/lib/python3.9/site-packages/yt_dlp/extractor/generic.py", line 3998, in _real_extract
raise UnsupportedError(url)
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.tennistv.com/library/replays
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Tennis TV Known Issues
We are working to resolve this and recommend watching replays on another device ... If you are experiencing any other issues please email...
Read more >ATP Tennis Streaming Online - Watch Tennis Live
Official ATP streaming service. Join Tennis TV today and enjoy live tennis in 1080 HD, plus thousands of full match replays and highlights...
Read more >Contact of Tennis TV customer service
Tennis TV has a dedicated phone line for those facing issues with payments or refunds. The subscriptions, once availed, are auto-renewed. If you...
Read more >11:55 AM · Jan 8, 2022
Official ATP streaming service. Join Tennis TV today and enjoy live tennis in 1080 HD, plus thousands of full match replays and highlights...
Read more >The live match has ended. Is there a replay?
Certain matches are shown on the On-Demand section of the Tennis Channel app and website. Tennis Channel Plus plays host in hundreds of ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Individual replays/highlights should be supported once https://github.com/yt-dlp/yt-dlp/pull/2324 is merged.
Apologies for disturbing. I didn’t see that fix happening. Thank you for the update, and take care!