Spaces:
Sleeping
Sleeping
CI: deploy Docker/PDM Space
Browse files- .vscode/settings.json +2 -2
- 1.49.1 +104 -0
- 2.0.1+cu121 +19 -0
- pyproject.toml +15 -0
- services/app_service/requirements.txt +13 -3
- services/app_service/resources/cookies/www.youtube.com_cookies (1).txt +8 -8
.vscode/settings.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc8e59fbfc21ebde59881f8d453609aac35ec4897947bfa624bb1acccc55faba
|
| 3 |
+
size 171
|
1.49.1
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Collecting streamlit
|
| 2 |
+
Downloading streamlit-1.51.0-py3-none-any.whl.metadata (9.5 kB)
|
| 3 |
+
Collecting altair!=5.4.0,!=5.4.1,<6,>=4.0 (from streamlit)
|
| 4 |
+
Downloading altair-5.5.0-py3-none-any.whl.metadata (11 kB)
|
| 5 |
+
Requirement already satisfied: blinker<2,>=1.5.0 in c:\users\darre\miniconda3\lib\site-packages (from streamlit) (1.9.0)
|
| 6 |
+
Collecting cachetools<7,>=4.0 (from streamlit)
|
| 7 |
+
Downloading cachetools-6.2.1-py3-none-any.whl.metadata (5.5 kB)
|
| 8 |
+
Requirement already satisfied: click<9,>=7.0 in c:\users\darre\miniconda3\lib\site-packages (from streamlit) (8.1.8)
|
| 9 |
+
Collecting numpy<3,>=1.23 (from streamlit)
|
| 10 |
+
Downloading numpy-2.3.4-cp313-cp313-win_amd64.whl.metadata (60 kB)
|
| 11 |
+
Requirement already satisfied: packaging<26,>=20 in c:\users\darre\miniconda3\lib\site-packages (from streamlit) (25.0)
|
| 12 |
+
Collecting pandas<3,>=1.4.0 (from streamlit)
|
| 13 |
+
Downloading pandas-2.3.3-cp313-cp313-win_amd64.whl.metadata (19 kB)
|
| 14 |
+
Collecting pillow<13,>=7.1.0 (from streamlit)
|
| 15 |
+
Downloading pillow-12.0.0-cp313-cp313-win_amd64.whl.metadata (9.0 kB)
|
| 16 |
+
Collecting protobuf<7,>=3.20 (from streamlit)
|
| 17 |
+
Downloading protobuf-6.33.0-cp310-abi3-win_amd64.whl.metadata (593 bytes)
|
| 18 |
+
Collecting pyarrow<22,>=7.0 (from streamlit)
|
| 19 |
+
Downloading pyarrow-21.0.0-cp313-cp313-win_amd64.whl.metadata (3.4 kB)
|
| 20 |
+
Requirement already satisfied: requests<3,>=2.27 in c:\users\darre\miniconda3\lib\site-packages (from streamlit) (2.32.5)
|
| 21 |
+
Collecting tenacity<10,>=8.1.0 (from streamlit)
|
| 22 |
+
Downloading tenacity-9.1.2-py3-none-any.whl.metadata (1.2 kB)
|
| 23 |
+
Collecting toml<2,>=0.10.1 (from streamlit)
|
| 24 |
+
Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
|
| 25 |
+
Requirement already satisfied: typing-extensions<5,>=4.4.0 in c:\users\darre\miniconda3\lib\site-packages (from streamlit) (4.15.0)
|
| 26 |
+
Collecting watchdog<7,>=2.1.5 (from streamlit)
|
| 27 |
+
Downloading watchdog-6.0.0-py3-none-win_amd64.whl.metadata (44 kB)
|
| 28 |
+
Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit)
|
| 29 |
+
Downloading gitpython-3.1.45-py3-none-any.whl.metadata (13 kB)
|
| 30 |
+
Collecting pydeck<1,>=0.8.0b4 (from streamlit)
|
| 31 |
+
Downloading pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB)
|
| 32 |
+
Collecting tornado!=6.5.0,<7,>=6.0.3 (from streamlit)
|
| 33 |
+
Downloading tornado-6.5.2-cp39-abi3-win_amd64.whl.metadata (2.9 kB)
|
| 34 |
+
Collecting jinja2 (from altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 35 |
+
Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
|
| 36 |
+
Collecting jsonschema>=3.0 (from altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 37 |
+
Downloading jsonschema-4.25.1-py3-none-any.whl.metadata (7.6 kB)
|
| 38 |
+
Collecting narwhals>=1.14.2 (from altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 39 |
+
Downloading narwhals-2.10.0-py3-none-any.whl.metadata (11 kB)
|
| 40 |
+
Requirement already satisfied: colorama in c:\users\darre\miniconda3\lib\site-packages (from click<9,>=7.0->streamlit) (0.4.6)
|
| 41 |
+
Collecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit)
|
| 42 |
+
Downloading gitdb-4.0.12-py3-none-any.whl.metadata (1.2 kB)
|
| 43 |
+
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit)
|
| 44 |
+
Downloading smmap-5.0.2-py3-none-any.whl.metadata (4.3 kB)
|
| 45 |
+
Collecting python-dateutil>=2.8.2 (from pandas<3,>=1.4.0->streamlit)
|
| 46 |
+
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
|
| 47 |
+
Collecting pytz>=2020.1 (from pandas<3,>=1.4.0->streamlit)
|
| 48 |
+
Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
|
| 49 |
+
Collecting tzdata>=2022.7 (from pandas<3,>=1.4.0->streamlit)
|
| 50 |
+
Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB)
|
| 51 |
+
Requirement already satisfied: charset_normalizer<4,>=2 in c:\users\darre\miniconda3\lib\site-packages (from requests<3,>=2.27->streamlit) (3.3.2)
|
| 52 |
+
Requirement already satisfied: idna<4,>=2.5 in c:\users\darre\miniconda3\lib\site-packages (from requests<3,>=2.27->streamlit) (3.7)
|
| 53 |
+
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\darre\miniconda3\lib\site-packages (from requests<3,>=2.27->streamlit) (2.5.0)
|
| 54 |
+
Requirement already satisfied: certifi>=2017.4.17 in c:\users\darre\miniconda3\lib\site-packages (from requests<3,>=2.27->streamlit) (2025.10.5)
|
| 55 |
+
Collecting MarkupSafe>=2.0 (from jinja2->altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 56 |
+
Using cached markupsafe-3.0.3-cp313-cp313-win_amd64.whl.metadata (2.8 kB)
|
| 57 |
+
Collecting attrs>=22.2.0 (from jsonschema>=3.0->altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 58 |
+
Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
|
| 59 |
+
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=3.0->altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 60 |
+
Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB)
|
| 61 |
+
Collecting referencing>=0.28.4 (from jsonschema>=3.0->altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 62 |
+
Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB)
|
| 63 |
+
Collecting rpds-py>=0.7.1 (from jsonschema>=3.0->altair!=5.4.0,!=5.4.1,<6,>=4.0->streamlit)
|
| 64 |
+
Downloading rpds_py-0.28.0-cp313-cp313-win_amd64.whl.metadata (4.2 kB)
|
| 65 |
+
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas<3,>=1.4.0->streamlit)
|
| 66 |
+
Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
|
| 67 |
+
Downloading streamlit-1.51.0-py3-none-any.whl (10.2 MB)
|
| 68 |
+
---------------------------------------- 10.2/10.2 MB 38.4 MB/s 0:00:00
|
| 69 |
+
Downloading altair-5.5.0-py3-none-any.whl (731 kB)
|
| 70 |
+
---------------------------------------- 731.2/731.2 kB 32.8 MB/s 0:00:00
|
| 71 |
+
Downloading cachetools-6.2.1-py3-none-any.whl (11 kB)
|
| 72 |
+
Downloading gitpython-3.1.45-py3-none-any.whl (208 kB)
|
| 73 |
+
Downloading gitdb-4.0.12-py3-none-any.whl (62 kB)
|
| 74 |
+
Downloading numpy-2.3.4-cp313-cp313-win_amd64.whl (12.8 MB)
|
| 75 |
+
---------------------------------------- 12.8/12.8 MB 50.2 MB/s 0:00:00
|
| 76 |
+
Downloading pandas-2.3.3-cp313-cp313-win_amd64.whl (11.0 MB)
|
| 77 |
+
---------------------------------------- 11.0/11.0 MB 49.6 MB/s 0:00:00
|
| 78 |
+
Downloading pillow-12.0.0-cp313-cp313-win_amd64.whl (7.0 MB)
|
| 79 |
+
---------------------------------------- 7.0/7.0 MB 48.1 MB/s 0:00:00
|
| 80 |
+
Downloading protobuf-6.33.0-cp310-abi3-win_amd64.whl (436 kB)
|
| 81 |
+
Downloading pyarrow-21.0.0-cp313-cp313-win_amd64.whl (26.1 MB)
|
| 82 |
+
---------------------------------------- 26.1/26.1 MB 31.9 MB/s 0:00:00
|
| 83 |
+
Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB)
|
| 84 |
+
---------------------------------------- 6.9/6.9 MB 48.7 MB/s 0:00:00
|
| 85 |
+
Downloading smmap-5.0.2-py3-none-any.whl (24 kB)
|
| 86 |
+
Downloading tenacity-9.1.2-py3-none-any.whl (28 kB)
|
| 87 |
+
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
|
| 88 |
+
Downloading tornado-6.5.2-cp39-abi3-win_amd64.whl (445 kB)
|
| 89 |
+
Downloading watchdog-6.0.0-py3-none-win_amd64.whl (79 kB)
|
| 90 |
+
Using cached jinja2-3.1.6-py3-none-any.whl (134 kB)
|
| 91 |
+
Downloading jsonschema-4.25.1-py3-none-any.whl (90 kB)
|
| 92 |
+
Downloading attrs-25.4.0-py3-none-any.whl (67 kB)
|
| 93 |
+
Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB)
|
| 94 |
+
Using cached markupsafe-3.0.3-cp313-cp313-win_amd64.whl (15 kB)
|
| 95 |
+
Downloading narwhals-2.10.0-py3-none-any.whl (418 kB)
|
| 96 |
+
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
|
| 97 |
+
Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
|
| 98 |
+
Downloading referencing-0.37.0-py3-none-any.whl (26 kB)
|
| 99 |
+
Downloading rpds_py-0.28.0-cp313-cp313-win_amd64.whl (227 kB)
|
| 100 |
+
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
|
| 101 |
+
Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB)
|
| 102 |
+
Installing collected packages: pytz, watchdog, tzdata, tornado, toml, tenacity, smmap, six, rpds-py, pyarrow, protobuf, pillow, numpy, narwhals, MarkupSafe, cachetools, attrs, referencing, python-dateutil, jinja2, gitdb, pydeck, pandas, jsonschema-specifications, gitpython, jsonschema, altair, streamlit
|
| 103 |
+
|
| 104 |
+
Successfully installed MarkupSafe-3.0.3 altair-5.5.0 attrs-25.4.0 cachetools-6.2.1 gitdb-4.0.12 gitpython-3.1.45 jinja2-3.1.6 jsonschema-4.25.1 jsonschema-specifications-2025.9.1 narwhals-2.10.0 numpy-2.3.4 pandas-2.3.3 pillow-12.0.0 protobuf-6.33.0 pyarrow-21.0.0 pydeck-0.9.1 python-dateutil-2.9.0.post0 pytz-2025.2 referencing-0.37.0 rpds-py-0.28.0 six-1.17.0 smmap-5.0.2 streamlit-1.51.0 tenacity-9.1.2 toml-0.10.2 tornado-6.5.2 tzdata-2025.2 watchdog-6.0.0
|
2.0.1+cu121
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Collecting torch
|
| 2 |
+
Using cached torch-2.9.0-cp313-cp313-win_amd64.whl.metadata (30 kB)
|
| 3 |
+
Requirement already satisfied: filelock in c:\users\darre\miniconda3\lib\site-packages (from torch) (3.20.0)
|
| 4 |
+
Requirement already satisfied: typing-extensions>=4.10.0 in c:\users\darre\miniconda3\lib\site-packages (from torch) (4.15.0)
|
| 5 |
+
Requirement already satisfied: sympy>=1.13.3 in c:\users\darre\miniconda3\lib\site-packages (from torch) (1.14.0)
|
| 6 |
+
Collecting networkx>=2.5.1 (from torch)
|
| 7 |
+
Using cached networkx-3.5-py3-none-any.whl.metadata (6.3 kB)
|
| 8 |
+
Requirement already satisfied: jinja2 in c:\users\darre\miniconda3\lib\site-packages (from torch) (3.1.6)
|
| 9 |
+
Collecting fsspec>=0.8.5 (from torch)
|
| 10 |
+
Using cached fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB)
|
| 11 |
+
Requirement already satisfied: setuptools in c:\users\darre\miniconda3\lib\site-packages (from torch) (80.9.0)
|
| 12 |
+
Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\users\darre\miniconda3\lib\site-packages (from sympy>=1.13.3->torch) (1.3.0)
|
| 13 |
+
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\darre\miniconda3\lib\site-packages (from jinja2->torch) (3.0.3)
|
| 14 |
+
Using cached torch-2.9.0-cp313-cp313-win_amd64.whl (109.3 MB)
|
| 15 |
+
Using cached fsspec-2025.9.0-py3-none-any.whl (199 kB)
|
| 16 |
+
Using cached networkx-3.5-py3-none-any.whl (2.0 MB)
|
| 17 |
+
Installing collected packages: networkx, fsspec, torch
|
| 18 |
+
|
| 19 |
+
Successfully installed fsspec-2025.9.0 networkx-3.5 torch-2.9.0
|
pyproject.toml
CHANGED
|
@@ -15,6 +15,17 @@ dependencies = [
|
|
| 15 |
"pandas>=2.3.2",
|
| 16 |
"opencv-python>=4.12.0.88",
|
| 17 |
"yt-dlp>=2025.10.22",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
]
|
| 19 |
requires-python = "==3.11.*"
|
| 20 |
readme = "README.md"
|
|
@@ -148,3 +159,7 @@ select = [
|
|
| 148 |
dev = [
|
| 149 |
"ruff>=0.13.1",
|
| 150 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
"pandas>=2.3.2",
|
| 16 |
"opencv-python>=4.12.0.88",
|
| 17 |
"yt-dlp>=2025.10.22",
|
| 18 |
+
"torch>=2.0.1",
|
| 19 |
+
"torchvision>=0.15.2",
|
| 20 |
+
"faster-coco-eval>=1.6.5",
|
| 21 |
+
"PyYAML",
|
| 22 |
+
"tensorboard",
|
| 23 |
+
"scipy",
|
| 24 |
+
"calflops",
|
| 25 |
+
"transformers",
|
| 26 |
+
"wandb>=0.15.0",
|
| 27 |
+
"opencv-python",
|
| 28 |
+
"ultralytics",
|
| 29 |
]
|
| 30 |
requires-python = "==3.11.*"
|
| 31 |
readme = "README.md"
|
|
|
|
| 159 |
dev = [
|
| 160 |
"ruff>=0.13.1",
|
| 161 |
]
|
| 162 |
+
|
| 163 |
+
[build-system]
|
| 164 |
+
requires = ["pdm-backend"]
|
| 165 |
+
build-backend = "pdm.backend"
|
services/app_service/requirements.txt
CHANGED
|
@@ -1,6 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
faster-coco-eval>=1.6.5
|
|
|
|
|
|
|
| 4 |
PyYAML
|
| 5 |
tensorboard
|
| 6 |
scipy
|
|
@@ -8,4 +18,4 @@ calflops
|
|
| 8 |
transformers
|
| 9 |
wandb>=0.15.0
|
| 10 |
opencv-python
|
| 11 |
-
ultralytics
|
|
|
|
| 1 |
+
# Use the PyTorch CUDA 12.4 wheel index *in addition* to PyPI
|
| 2 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
+
|
| 4 |
+
# --- Core PyTorch (CUDA 12.4 builds) ---
|
| 5 |
+
torch==2.6.0+cu124
|
| 6 |
+
torchvision==0.21.0+cu124
|
| 7 |
+
# torchaudio (optional, version must match torch MAJOR.MINOR)
|
| 8 |
+
# torchaudio==2.6.0+cu124
|
| 9 |
+
|
| 10 |
+
# --- Evaluation and metrics ---
|
| 11 |
faster-coco-eval>=1.6.5
|
| 12 |
+
|
| 13 |
+
# --- Core utilities ---
|
| 14 |
PyYAML
|
| 15 |
tensorboard
|
| 16 |
scipy
|
|
|
|
| 18 |
transformers
|
| 19 |
wandb>=0.15.0
|
| 20 |
opencv-python
|
| 21 |
+
ultralytics
|
services/app_service/resources/cookies/www.youtube.com_cookies (1).txt
CHANGED
|
@@ -14,13 +14,13 @@
|
|
| 14 |
.youtube.com TRUE / TRUE 1795860052 __Secure-1PSID g.a0002wgrpcW9K-QNYioDxFejw3GZD9efUs0mRhFq3acAXjra01COElc9yIf8E5lZjcmehkOAoAACgYKATYSARUSFQHGX2MiWlVwx7WCXoMqEpE8OPe6uBoVAUF8yKoNXCEYEM1OaXvtmwgRgVk50076
|
| 15 |
.youtube.com TRUE / TRUE 1795860052 __Secure-3PSID g.a0002wgrpcW9K-QNYioDxFejw3GZD9efUs0mRhFq3acAXjra01COIiAEqiDC2XZPFcs_RH2U7AACgYKAfYSARUSFQHGX2Mi0KLOQQs0Au5u5xYXwmfaBhoVAUF8yKqN132DDK9He9JDLUX1bEz10076
|
| 16 |
.youtube.com TRUE / TRUE 1795860053 LOGIN_INFO AFmmF2swRAIgRKXvUyDr8P18ZQwmyUgxyKGvHjNBMkeIsGSaWm76WDACIG2OvtxNgjffm-ENPsSwdsv6sn1Rv3OLmUXY8uVhCzEF:QUQ3MjNmeWxRMkNvOEtZejh3VEVRRGxlazNMY3hEa0Zhc0dUcl9vTlVFZWtDdk5PX2laWWpvLWE0WngxbW9oYlNQRzFackoxeUpmTkx5SGtsWW9kUXl4eFo1ZUphTVFiYkhlRGxsTksyUUZkRnBBbTNDWWFVLUdlS09QaUVyUU1SVEtVOVNaOElJSFl5X2JPS09TT2JSQkswelFSaW43TVln
|
| 17 |
-
.youtube.com TRUE / FALSE
|
| 18 |
-
.youtube.com TRUE / TRUE
|
| 19 |
-
.youtube.com TRUE / TRUE
|
| 20 |
.youtube.com TRUE / TRUE 0 YSC JNOzy0pmT_0
|
| 21 |
-
.youtube.com TRUE / TRUE
|
| 22 |
-
.youtube.com TRUE / TRUE
|
| 23 |
.youtube.com TRUE / TRUE 1777352393 __Secure-ROLLOUT_TOKEN CMDh2N6P_q_XIBDpoLH5yLyQAxiel4z1kcuQAw%3D%3D
|
| 24 |
-
.youtube.com TRUE / TRUE
|
| 25 |
-
.youtube.com TRUE / TRUE
|
| 26 |
-
.youtube.com TRUE /tv TRUE
|
|
|
|
| 14 |
.youtube.com TRUE / TRUE 1795860052 __Secure-1PSID g.a0002wgrpcW9K-QNYioDxFejw3GZD9efUs0mRhFq3acAXjra01COElc9yIf8E5lZjcmehkOAoAACgYKATYSARUSFQHGX2MiWlVwx7WCXoMqEpE8OPe6uBoVAUF8yKoNXCEYEM1OaXvtmwgRgVk50076
|
| 15 |
.youtube.com TRUE / TRUE 1795860052 __Secure-3PSID g.a0002wgrpcW9K-QNYioDxFejw3GZD9efUs0mRhFq3acAXjra01COIiAEqiDC2XZPFcs_RH2U7AACgYKAfYSARUSFQHGX2Mi0KLOQQs0Au5u5xYXwmfaBhoVAUF8yKqN132DDK9He9JDLUX1bEz10076
|
| 16 |
.youtube.com TRUE / TRUE 1795860053 LOGIN_INFO AFmmF2swRAIgRKXvUyDr8P18ZQwmyUgxyKGvHjNBMkeIsGSaWm76WDACIG2OvtxNgjffm-ENPsSwdsv6sn1Rv3OLmUXY8uVhCzEF:QUQ3MjNmeWxRMkNvOEtZejh3VEVRRGxlazNMY3hEa0Zhc0dUcl9vTlVFZWtDdk5PX2laWWpvLWE0WngxbW9oYlNQRzFackoxeUpmTkx5SGtsWW9kUXl4eFo1ZUphTVFiYkhlRGxsTksyUUZkRnBBbTNDWWFVLUdlS09QaUVyUU1SVEtVOVNaOElJSFl5X2JPS09TT2JSQkswelFSaW43TVln
|
| 17 |
+
.youtube.com TRUE / FALSE 1793362858 SIDCC AKEyXzUlSZeSp7RKqriNHhkOIgP-527L2Qo0mBHL2wR7mo46WBZJVu8HN4fYbim3KWgkcG31TQ
|
| 18 |
+
.youtube.com TRUE / TRUE 1793362858 __Secure-1PSIDCC AKEyXzXH3RkOEy7RH8Ai-ZSNuIFVAKRHHP8pT44YUvUrGwY_me4OPnMOeU_IDbQ72S-5ZbVv
|
| 19 |
+
.youtube.com TRUE / TRUE 1793362858 __Secure-3PSIDCC AKEyXzUpmopZlbBqm7ssqHXKpLbhJu5h2khnLNdnBCGxBHSLDuGwheG-kcYEVh9OHuoiqy4Oew
|
| 20 |
.youtube.com TRUE / TRUE 0 YSC JNOzy0pmT_0
|
| 21 |
+
.youtube.com TRUE / TRUE 1777378858 VISITOR_INFO1_LIVE y1BPxdbbDNs
|
| 22 |
+
.youtube.com TRUE / TRUE 1777378858 VISITOR_PRIVACY_METADATA CgJBVRIEGgAgJw%3D%3D
|
| 23 |
.youtube.com TRUE / TRUE 1777352393 __Secure-ROLLOUT_TOKEN CMDh2N6P_q_XIBDpoLH5yLyQAxiel4z1kcuQAw%3D%3D
|
| 24 |
+
.youtube.com TRUE / TRUE 1824898858 __Secure-YT_TVFAS t=489249&s=2
|
| 25 |
+
.youtube.com TRUE / TRUE 1777378858 DEVICE_INFO ChxOelUyTlRBNE56VXlNek0xTnpBek16QTVOdz09EKqwjcgGGIWu8scG
|
| 26 |
+
.youtube.com TRUE /tv TRUE 1794658858 __Secure-YT_DERP CPjNrY5_
|