mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
9 lines
110 B
Python
9 lines
110 B
Python
|
|
|
|
|
|
class TestIE(object):
|
|
IE_NAME = 'Test'
|
|
@classmethod
|
|
def test(cls):
|
|
print("test class")
|