mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 08:29:57 +01:00
Deprecate test_playlists
This commit is contained in:
parent
e8ee972c6e
commit
266c71f971
@ -1,6 +1,17 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
|
## DEPRECATED FILE!
|
||||||
|
# Add new tests to the extractors themselves, like this:
|
||||||
|
# _TEST = {
|
||||||
|
# 'url': 'http://example.com/playlist/42',
|
||||||
|
# 'playlist_mincount': 99,
|
||||||
|
# 'info_dict': {
|
||||||
|
# 'id': '42',
|
||||||
|
# 'title': 'Playlist number forty-two',
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
# Allow direct execution
|
# Allow direct execution
|
||||||
|
Loading…
Reference in New Issue
Block a user