1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00
svtplay-dl/bin/svtplay-dl

8 lines
178 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
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__":
2013-03-23 15:02:41 +01:00
svtplay_dl.main()