mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
fix: mp4ba URL 错误导致无法获取内容的 Bug (#2893)
This commit is contained in:
@@ -31,7 +31,7 @@ class ParamType {
|
||||
if (!this._url) {
|
||||
switch (this._type) {
|
||||
case ParamType.paramType.type:
|
||||
url = `${baseUrl}/index/index/lists/catid/${this._param}/`;
|
||||
url = `${baseUrl}/index/index/lists/catid/${this._param}.html`;
|
||||
break;
|
||||
case ParamType.paramType.search:
|
||||
url = `${baseUrl}/index.php?m=search&q=${this._param}`;
|
||||
|
||||
Reference in New Issue
Block a user