Using common for place resolve.
This commit is contained in:
@@ -187,6 +187,7 @@ async function fetchLatest(channel, page = 1) {
|
||||
|
||||
return res.status;
|
||||
}
|
||||
|
||||
async function fetchUpcoming(channel) {
|
||||
const url = `${channel.url}&by=date.desc&early-access=true`;
|
||||
const res = await unprint.get(url, { selectAll: '.video_container' });
|
||||
|
||||
Reference in New Issue
Block a user