mirror of https://github.com/devine-dl/devine.git
refactor(Track): Remove unused DRM enum
This commit is contained in:
parent
ba693e214b
commit
ec5bd39c1b
|
@ -18,9 +18,6 @@ from devine.core.utils.subprocess import ffprobe
|
||||||
|
|
||||||
|
|
||||||
class Track:
|
class Track:
|
||||||
class DRM(Enum):
|
|
||||||
pass
|
|
||||||
|
|
||||||
class Descriptor(Enum):
|
class Descriptor(Enum):
|
||||||
URL = 1 # Direct URL, nothing fancy
|
URL = 1 # Direct URL, nothing fancy
|
||||||
M3U = 2 # https://en.wikipedia.org/wiki/M3U (and M3U8)
|
M3U = 2 # https://en.wikipedia.org/wiki/M3U (and M3U8)
|
||||||
|
|
Loading…
Reference in New Issue