1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 13:44:14 +01:00
svtplay-dl/bin/svtplay-dl

8 lines
180 B
Plaintext
Raw Normal View History

2018-05-20 23:23:16 +02:00
#!/usr/bin/env python3
2013-03-02 21:26:28 +01:00
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
2013-03-23 15:02:41 +01:00
import svtplay_dl
2011-03-19 14:09:31 +01:00
if __name__ == "__main__":
2019-08-25 00:27:31 +02:00
svtplay_dl.main()