diff options
author | crazymoose77756 <52980616+crazymoose77756@users.noreply.github.com> | 2022-06-26 20:50:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 17:50:06 -0700 |
commit | 962ffcf89c8d935410391fbea3580688aafe76d7 (patch) | |
tree | 407eae3e594fd623cf390a0d604389db86863d79 /yt_dlp/extractor/rokfin.py | |
parent | 8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff) | |
download | hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.lz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.xz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.zip |
[cleanup] Fix some typos (#4194)
Authored by: crazymoose77756
Diffstat (limited to 'yt_dlp/extractor/rokfin.py')
-rw-r--r-- | yt_dlp/extractor/rokfin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/rokfin.py b/yt_dlp/extractor/rokfin.py index 119c5ea3c..fcef325bf 100644 --- a/yt_dlp/extractor/rokfin.py +++ b/yt_dlp/extractor/rokfin.py @@ -110,7 +110,7 @@ class RokfinIE(InfoExtractor): self.raise_login_required('This video is only available to premium users', True, method='cookies') elif scheduled: self.raise_no_formats( - f'Stream is offline; sheduled for {datetime.fromtimestamp(scheduled).strftime("%Y-%m-%d %H:%M:%S")}', + f'Stream is offline; scheduled for {datetime.fromtimestamp(scheduled).strftime("%Y-%m-%d %H:%M:%S")}', video_id=video_id, expected=True) self._sort_formats(formats) |