Browse Source

Fix the test_all_urls (Import issue)

rtmp_test
Clément DAVID 11 years ago
parent
commit
57bde0d9c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test_all_urls.py

+ 1
- 1
test/test_all_urls.py View File

@ -7,7 +7,7 @@ import unittest
import os
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from youtube_dl.InfoExtractors import YoutubeIE, YoutubePlaylistIE, YoutubeChannelIE
from youtube_dl.InfoExtractors import YoutubeIE, YoutubePlaylistIE, YoutubeChannelIE, JustinTVIE
class TestAllURLsMatching(unittest.TestCase):
def test_youtube_playlist_matching(self):


Loading…
Cancel
Save