jazz1611
jazz1611
hello @tatsuhiro-t, i just make new build static aria2 with latest your update. but it have error when run `make`. there is log. can you check it? ``` CXX SessionSerializer.lo...
this issues test from your homepage with URL: https://gateway.ipfs.io/ipfs/QmZYFVX7KXCUgqQpF79ouNYPXh8FYv65Nf7Yjy6DUuhShk/master.m3u8  
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field ### Checklist - [X]...
### Checklist - [X] I'm reporting a broken site - [X] I've verified that I'm running yt-dlp version **2022.07.18** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit) - [X] I've checked that...
Hello @tatsuhiro-t , Please add support libtorrent 2.0 to aria2c Changelog: https://github.com/arvidn/libtorrent/releases Regards,
### Description ``` #EXTM3U #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",LANGUAGE="eng",NAME="English",DEFAULT=YES,AUTOSELECT=YES,URI="1080/audio/0.m3u8?token=2651ce7cd8e76feeca55231e8cf8a6c5" #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",LANGUAGE="eng",NAME="English",DEFAULT=NO,AUTOSELECT=YES,URI="1080/audio/1.m3u8?token=2651ce7cd8e76feeca55231e8cf8a6c5" #EXT-X-STREAM-INF:BANDWIDTH=508075,RESOLUTION=720x480,AUDIO="audio" 480.m3u8?token=2651ce7cd8e76feeca55231e8cf8a6c5 #EXT-X-STREAM-INF:BANDWIDTH=880851,RESOLUTION=1280x720,AUDIO="audio" 720.m3u8?token=2651ce7cd8e76feeca55231e8cf8a6c5 #EXT-X-STREAM-INF:BANDWIDTH=1516499,RESOLUTION=1920x1080,AUDIO="audio" 1080.m3u8?token=2651ce7cd8e76feeca55231e8cf8a6c5 ``` ### Reduced test case _No response_ ### Steps to reproduce Hello, the VideoJS not show menu audio...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
### Checklist - [X] I'm reporting a new site support request - [X] I've verified that I'm running yt-dlp version **2022.05.18** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit) - [X] I've...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information * Update new Domain/URL for source file download * Identify with the new...
hello @tatsuhiro-t , do aria2c have support multi `dht-entry-point` and `dht-entry-point6` in setting? example below: ``` dht-entry-point=dht.libtorrent.org:25401 dht-entry-point=router.bittorrent.com:6881 dht-entry-point=router.utorrent.com:6881 dht-entry-point=dht.transmissionbt.com:6881 dht-entry-point=dht.aelitis.com:6881 dht-entry-point6=dht.libtorrent.org:25401 dht-entry-point6=router.bittorrent.com:6881 dht-entry-point6=router.utorrent.com:6881 dht-entry-point6=dht.transmissionbt.com:6881 dht-entry-point6=dht.aelitis.com:6881 ```