Commit a169c8c5 authored by mattwright324's avatar mattwright324
Browse files

review changes

parent 6ba27a7e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,9 +29,9 @@ methods:
    api_key:

  playboard_co:
    title: playboard.co
    title: Playboard.co
    enabled: true

  hobune_archive:
    title: hobune.archive
  hobune_stream:
    title: Hobune.stream
    enabled: true
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -301,6 +301,7 @@ class Hobune(YouTubeService):
    """
    Queries Hobune.stream for the video in question.
    """
    name = methods["hobune_stream"]["title"]

    @classmethod
    async def _run(cls, id, session: aiohttp.ClientSession, includeRaw=True):
+0 −11
Original line number Diff line number Diff line
@@ -14,17 +14,6 @@ import asyncache

from snscrape.base import _JSONDataclass as JSONDataclass

def update_cnfig(ya, filmot, version):
    """
    Updates the configuration for the #youtubearchive and Filmot services.

    Check lostmediafinder.config for documentation.
    """

    config.ya = ya
    config.filmot = filmot
    config.config_version = version

T = typing.TypeVar("T", bound="YouTubeService") # pylint: disable=invalid-name
# (this name is fine)