lanbogao commited on
Commit
8038202
1 Parent(s): e0ee897

Mark skip webpage due to missing some langes for some videos(l2P5PgL1LfI).

Browse files
Files changed (1) hide show
  1. fetchYoutubeSubtitle.py +1 -1
fetchYoutubeSubtitle.py CHANGED
@@ -135,7 +135,7 @@ async def fetchSubtitlebyType(
135
  "extractor_retries": 0,
136
  "extractor_args": {
137
  "youtube": {
138
- "player_skip": ["webpage", "configs", "initial"], #
139
  "player_client": ["ios"],
140
  "skip": ["hls", "dash"], # don't skip "translated_subs"
141
  }
 
135
  "extractor_retries": 0,
136
  "extractor_args": {
137
  "youtube": {
138
+ "player_skip": ["configs", "initial"], # "webpage",
139
  "player_client": ["ios"],
140
  "skip": ["hls", "dash"], # don't skip "translated_subs"
141
  }