抖音直播链接失败
在抖音的直播里面,url大部分都是12位的。比如https://live.douyin.com/685317364746 是JJ斗地主 输入12位的或者是全部的url链接进去,都会获取room_id失败 print(response)的结果是<Response [200]>
至此,不知道该怎么修改了,有会的大神可以教教我。
This worked for me
tasks.register<JavaExec>("execute") { group = "application" description = "Run the Java application." mainClass.set("org.apache.beam.examples.WordCount") classpath = sourceSets["main"].runtimeClasspath }
tasks.getByName("execute").dependsOn("classes")
This issue has been marked as stale due to 150 days of inactivity. It will be closed in 30 days if no further activity occurs. If you think that’s incorrect or this issue still needs to be addressed, please simply write any comment. If closed, you can reopen the issue at any time. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, you can reopen the issue at any time.