Added debug mode to server and relevant debug configurations

simplified youtubedl download process to speed up the download

queryurl not printed any longer by youtube search service
This commit is contained in:
Isaac Grynsztein
2020-02-14 00:15:55 -05:00
parent 81377a2b38
commit af595d3df8
3 changed files with 85 additions and 59 deletions

View File

@@ -49,7 +49,6 @@ export class YoutubeSearchService {
`maxResults=5`
].join('&')
const queryUrl = `${this.url}?${params}`
console.log(queryUrl)
return this.http.get(queryUrl).map(response => {
return <any>response['items'].map(item => {
return new Result({