1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

Apply suggestions from code review

This commit is contained in:
bashonly 2024-05-29 02:35:07 +00:00 committed by GitHub
parent 398bc159f8
commit 214978e133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -978,7 +978,6 @@
LastFMPlaylistIE, LastFMPlaylistIE,
LastFMUserIE, LastFMUserIE,
) )
from .laxarxames import LaXarxaMesIE from .laxarxames import LaXarxaMesIE
from .lbry import ( from .lbry import (
LBRYIE, LBRYIE,

View File

@ -4,7 +4,7 @@
class LaracastsPlaylistIE(InfoExtractor): class LaracastsPlaylistIE(InfoExtractor):
IE_NAME = 'laracasts:series' IE_NAME = 'laracasts:series'
_VALID_URL = r'https?://(?:www\.)?laracasts\.com/series/(?P<series>[^/?#]+)' _VALID_URL = r'https?://(?:www\.)?laracasts\.com/series/(?P<series>[^/?#]+)/?(?:$|[?#])'
_TESTS = [{ _TESTS = [{
'url': 'https://laracasts.com/series/30-days-to-learn-laravel-11', 'url': 'https://laracasts.com/series/30-days-to-learn-laravel-11',
'info_dict': { 'info_dict': {