From b5298403470347bfba79130c49bb7dca7ee906d8 Mon Sep 17 00:00:00 2001 From: garret Date: Sun, 11 Aug 2024 11:43:12 +0100 Subject: move misc stuff to "misc" folder the tests arent tests really, probably shouldnt give that impression + maybe now they wont get automatically included in the build --- tests/test_randominfo.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 tests/test_randominfo.py (limited to 'tests/test_randominfo.py') 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) -- cgit v1.2.3-70-g09d2