Skip to content

Commit

Permalink
[update]更换测试链接
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Sep 16, 2024
1 parent 811cee6 commit a378f7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public static void video() throws Exception {
* videos视频列表
*/
public static void videos() throws Exception {
String url = "https://www.youtube.com/@RADWIMPS_official/videos";
String url = "https://www.youtube.com/@%E5%A4%A7%E8%80%B3%E6%9C%B5TV/videos";
log.info("videos: {}",url);
String[] args = new String[]{"-f","m4a","-v","--playlist-items","1",url};
base(args);
Expand All @@ -151,7 +151,7 @@ public static void streams() throws Exception {
* playlist
*/
public static void playlist() throws Exception {
String url = "https://www.youtube.com/playlist?list=PLHFlHpPjgk706HnlcMIWvQe8puJDUeai8";
String url = "https://www.youtube.com/playlist?list=PLl7c-EB4E1jEzrX7MELjSoIUYvydNvaR9";
log.info("playlist: {}",url);
String[] args = new String[]{"-f","m4a","-v","--playlist-items","1",url};
base(args);
Expand Down

0 comments on commit a378f7e

Please sign in to comment.