diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-03-23 13:45:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 18:45:27 +0000 |
commit | 3ae182ad89e1427ff7b1684d6a44ff93fa857a0c (patch) | |
tree | fbf2d6e7e7d6b15ea1a102cb39e8b6b2bd8752b5 /yt_dlp/extractor/_extractors.py | |
parent | 5cc0a8fd2e9fec50026fb92170b57993af939e4a (diff) | |
download | hypervideo-pre-3ae182ad89e1427ff7b1684d6a44ff93fa857a0c.tar.lz hypervideo-pre-3ae182ad89e1427ff7b1684d6a44ff93fa857a0c.tar.xz hypervideo-pre-3ae182ad89e1427ff7b1684d6a44ff93fa857a0c.zip |
[extractor/pgatour] Add extractor (#6613)
Closes #6537
Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 6c948e5fc..4a4d38caf 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1393,6 +1393,7 @@ from .periscope import ( PeriscopeIE, PeriscopeUserIE, ) +from .pgatour import PGATourIE from .philharmoniedeparis import PhilharmonieDeParisIE from .phoenix import PhoenixIE from .photobucket import PhotobucketIE |