mirror of
https://github.com/qist/tvbox.git
synced 2025-02-02 10:14:50 +08:00
Update drpy.js
This commit is contained in:
parent
8658350f7d
commit
2e86b68a03
@ -1,6 +1,6 @@
|
|||||||
import './lib/util.js';
|
import './lib/util.js';
|
||||||
import cheerio from './lib/cheerio.min.js';
|
import cheerio from 'assets://js/lib/cheerio.min.js';
|
||||||
import './lib/crypto-js.js'
|
import 'assets://js/lib/crypto-js.js'
|
||||||
// import muban from 'https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/模板.js';
|
// import muban from 'https://gitcode.net/qq_32394351/dr_py/-/raw/master/js/模板.js';
|
||||||
|
|
||||||
// const key = 'drpy_zbk';
|
// const key = 'drpy_zbk';
|
||||||
@ -649,8 +649,8 @@ function homeParse(homeObj) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
classes.push({
|
classes.push({
|
||||||
'type_id': url,
|
'type_id': url.trim(),
|
||||||
'type_name': name
|
'type_name': name.trim()
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(`分类列表定位第${idex}个元素正常报错:${e.message}`);
|
console.log(`分类列表定位第${idex}个元素正常报错:${e.message}`);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user