Refactor Youtube downloader

This commit is contained in:
Serene-Arc
2021-03-01 14:50:31 +10:00
committed by Ali Parlakci
parent 62d99a9cad
commit ad3aeece07
2 changed files with 12 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ from bulkredditdownloader.site_downloaders.youtube import Youtube
@pytest.mark.online
@pytest.mark.reddit
@pytest.mark.long
@pytest.mark.parametrize(('test_submission_id', 'expected_hash'), (
('ltnoqp', '468136300a106c67f1463a7011a6db4a'),
))