xspf2m3u

simple XSPF to M3U conversion
git clone https://git.ce9e.org/xspf2m3u.git

commit
84e9b2f78d41878a4a136056a261173734f31613
parent
5dde63bd24c25aeeb5fff7c638850eb702a4723c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-20 06:17
rm shebang

pointing to python2 and not used anyway

Diffstat

M m3u2xspf.py 2 --
M setup.py 2 --
M xspf2m3u.py 2 --

3 files changed, 0 insertions, 6 deletions


diff --git a/m3u2xspf.py b/m3u2xspf.py

@@ -1,5 +1,3 @@
    1    -1 #!/usr/bin/env python
    2    -1 
    3     1 import os
    4     2 import sys
    5     3 import argparse

diff --git a/setup.py b/setup.py

@@ -1,5 +1,3 @@
    1    -1 #!/usr/bin/env python
    2    -1 
    3     1 import os
    4     2 import re
    5     3 from setuptools import setup

diff --git a/xspf2m3u.py b/xspf2m3u.py

@@ -1,5 +1,3 @@
    1    -1 #!/usr/bin/env python
    2    -1 
    3     1 import os
    4     2 import re
    5     3 import sys