[GBNews]Add new extractor for GB News TV channel (#29432)

* Add extractor for GB News TV channel

* Support more GBNews URL formats
Allow alphanumeric and _ in place of `shows`, which redirect to site's preferred URL

* Update for 2024
This commit is contained in:
dirkf
2024-02-22 12:44:00 +00:00
committed by GitHub Actions
parent ec0d1a08ee
commit 6f63e71b9c
2 changed files with 140 additions and 0 deletions

View File

@@ -443,6 +443,7 @@ from .gamespot import GameSpotIE
from .gamestar import GameStarIE
from .gaskrank import GaskrankIE
from .gazeta import GazetaIE
from .gbnews import GBNewsIE
from .gdcvault import GDCVaultIE
from .gedidigital import GediDigitalIE
from .generic import GenericIE