Skip to content

Commit b05fccb

Browse files
author
prosety
committed
FEAT: update getchannelVideos & VideosFromDesc & getVideoDesc to new api
1 parent b2e820d commit b05fccb

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

dist/getChannelVideos.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/getChannelVideos.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/getChannelVideos.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default async function getChannelVideos(id: string, published_after?: Dat
4848
token = ''
4949
}
5050
}
51-
console.log('enf of while')
5251
return videos
5352
} catch(e) {
5453
console.log('cannot get channel videos for id: '+id+', try again')

src/getVideosFromDesc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default async function getVideosFromDesc(yt_id) {
99
try {
1010
let videos: Video[] = []
1111
let desc: any = await getVideoDesc(yt_id)
12-
console.log(desc)
1312
if (desc) {
1413
loop1:
1514
for(let i = 0; i < desc.length; i++) {

0 commit comments

Comments
 (0)