mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-26 22:50:58 +03:00
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user