aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_randominfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_randominfo.py')
-rwxr-xr-xtests/test_randominfo.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/test_randominfo.py b/tests/test_randominfo.py
deleted file mode 100755
index bd71fdc..0000000
--- a/tests/test_randominfo.py
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env python3
-import unittest
-
-from yt_dlp_plugins.extractor import radiko
-from yt_dlp import YoutubeDL
-
-
-ie = radiko._RadikoBaseIE()
-ydl = YoutubeDL(auto_init=False)
-ie.set_downloader(ydl)
-
-info = ie._generate_random_info()
-print("random device info")
-print(info)