obsei commited on
Commit
6fba749
1 Parent(s): 6c90d6c

Correcting YT config

Browse files
Files changed (1) hide show
  1. config.yaml +2 -2
config.yaml CHANGED
@@ -4,9 +4,9 @@ source:
4
  _help_:
5
  - '`video url` is Youtube video url.'
6
  source:
7
- _target_: obsei.source.YoutubeScrapperSource
8
  config:
9
- _target_: obsei.source.YoutubeScrapperConfig
10
  video_url: "https://www.youtube.com/watch?v=uZfns0JIlFk"
11
  lookup_period: "1Y"
12
  max_comments: 10
 
4
  _help_:
5
  - '`video url` is Youtube video url.'
6
  source:
7
+ _target_: obsei.source.youtube_scrapper.YoutubeScrapperSource
8
  config:
9
+ _target_: obsei.source.youtube_scrapper.YoutubeScrapperConfig
10
  video_url: "https://www.youtube.com/watch?v=uZfns0JIlFk"
11
  lookup_period: "1Y"
12
  max_comments: 10