1
0

Include hashbang line (#9)

The hashbang allows you to run the script like this:
`./dl.py`
This commit is contained in:
Jelle Besseling 2018-08-14 16:45:17 +02:00 committed by Damien
parent 656dcae1f9
commit 5635dcca27

2
dl.py
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import opml
import feedparser
import youtube_dl