mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
b9107b20b6
This can be overriden using the --force flag, but the output may be a bit disappointing --- only the current state of the HLS playlist is downloaded, and no reload is attempted.
8 lines
169 B
Python
8 lines
169 B
Python
# ex:ts=4:sw=4:sts=4:et
|
|
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
from __future__ import absolute_import
|
|
|
|
class UIException(Exception):
|
|
pass
|