Skip to content

Commit dbe546b

Browse files
committed
3.0.142
1 parent 196ccaa commit dbe546b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
9999
<details><summary>List all subcommands</summary>
100100

101101
$ library
102-
library (v3.0.141; 104 subcommands)
102+
library (v3.0.142; 104 subcommands)
103103

104104
Create database subcommands:
105105
╭─────────────────┬──────────────────────────────────────────╮

library/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from library.utils import argparse_utils, iterables
66
from library.utils.log_utils import log
77

8-
__version__ = "3.0.141"
8+
__version__ = "3.0.142"
99

1010
progs = {
1111
"Create database subcommands": {

tests/createdb/test_tube_backend.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ def test_get_video_download_environment_error():
2929
),
3030
(
3131
{
32-
'error': [
32+
"error": [
3333
"\x1b[0;31mERROR:\x1b[0m [youtube] x: Private video. Sign in if you've been granted access to this video. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies. Also see https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies for tips on effectively exporting YouTube cookies",
3434
"ERROR: [youtube] x: Private video. Sign in if you've been granted access to this video. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies. Also see https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies for tips on effectively exporting YouTube cookies",
3535
],
36-
'warning': [],
37-
'info': [
38-
'[youtube] Extracting URL: https://youtube.com/watch?v=x',
39-
'[youtube] x: Downloading webpage',
40-
'[youtube] x: Downloading tv client config',
41-
'[youtube] x: Downloading player 7b9b4e02-main',
42-
'[youtube] x: Downloading tv player API JSON',
43-
'[youtube] x: Downloading android sdkless player API JSON',
36+
"warning": [],
37+
"info": [
38+
"[youtube] Extracting URL: https://youtube.com/watch?v=x",
39+
"[youtube] x: Downloading webpage",
40+
"[youtube] x: Downloading tv client config",
41+
"[youtube] x: Downloading player 7b9b4e02-main",
42+
"[youtube] x: Downloading tv player API JSON",
43+
"[youtube] x: Downloading android sdkless player API JSON",
4444
],
4545
},
4646
"\x1b[0;31mERROR:\x1b[0m [youtube] x: Private video. Sign in if you've been granted access to this video. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies. Also see https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies for tips on effectively exporting YouTube cookies;ERROR: [youtube] x: Private video. Sign in if you've been granted access to this video. Use --cookies-from-browser or --cookies for the authentication. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies. Also see https://github.com/yt-dlp/yt-dlp/wiki/Extractors#exporting-youtube-cookies for tips on effectively exporting YouTube cookies",

0 commit comments

Comments
 (0)