mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Corrected modifiations I made for testing purposes
I deleted some code, that I used for testing purposes. Sorry, for another commit, everyone.
This commit is contained in:
parent
a394706c83
commit
080f1f408c
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import youtube_dl
|
||||
import sys
|
||||
|
||||
sys.argv = ["", "--config-location", "youtube-dl.config", "https://music.youtube.com/playlist?list=PLmq8d_1q7d1Wp4kfF3DUlaWoQK0PM_D76&feature=share"]
|
||||
|
||||
if __name__ == '__main__':
|
||||
youtube_dl.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue