1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 09:50:05 +02:00

Formatting

This commit is contained in:
A. Sertaç Akkaya 2024-05-29 19:40:53 +03:00
parent 3afcbe99ca
commit 0ffa180960

View File

@ -1,6 +1,10 @@
from .common import InfoExtractor
from .vimeo import VimeoIE
from ..utils import extract_attributes, get_element_html_by_id
from ..utils import (
extract_attributes,
get_element_html_by_id,
)
class LaracastsPlaylistIE(InfoExtractor):
IE_NAME = 'laracasts:series'