Browse Source

[xtube:user] Fix test

master
Sergey M․ 4 years ago
parent
commit
838f051c4b
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/xtube.py

+ 1
- 1
youtube_dl/extractor/xtube.py View File

@ -164,7 +164,7 @@ class XTubeUserIE(InfoExtractor):
'id': 'greenshowers-4056496',
'age_limit': 18,
},
'playlist_mincount': 155,
'playlist_mincount': 154,
}
def _real_extract(self, url):


Loading…
Cancel
Save