[peertube] add the ability to list channel and update instances list

This commit is contained in:
marius851000 2019-05-29 13:27:37 +02:00
parent 730c0d12a0
commit 40c4835c78
2 changed files with 97 additions and 117 deletions

View File

@ -828,7 +828,10 @@ from .parliamentliveuk import ParliamentLiveUKIE
from .patreon import PatreonIE from .patreon import PatreonIE
from .pbs import PBSIE from .pbs import PBSIE
from .pearvideo import PearVideoIE from .pearvideo import PearVideoIE
from .peertube import PeerTubeIE from .peertube import (
PeerTubeIE,
PeerTubeChannelIE,
)
from .people import PeopleIE from .people import PeopleIE
from .performgroup import PerformGroupIE from .performgroup import PerformGroupIE
from .periscope import ( from .periscope import (

File diff suppressed because one or more lines are too long