[ivoox] One more ruff style.

This commit is contained in:
J.Luis
2025-03-27 23:40:48 +01:00
parent aa97faf6e4
commit 3a3315a9f2
+1
View File
@@ -2,6 +2,7 @@ import datetime
from .common import InfoExtractor from .common import InfoExtractor
class IvooxIE(InfoExtractor): class IvooxIE(InfoExtractor):
_VALID_URL = ( _VALID_URL = (
r'https?://(?:www\.)?ivoox\.com/.*_rf_(?P<id>[0-9]+)_1\.html', r'https?://(?:www\.)?ivoox\.com/.*_rf_(?P<id>[0-9]+)_1\.html',