Browse Source

[academicearth] remove unused imports

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
946135aa2a
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      youtube_dl/extractor/academicearth.py

+ 0
- 5
youtube_dl/extractor/academicearth.py View File

@ -1,11 +1,6 @@
import datetime
import json
import re
from .common import InfoExtractor
from ..utils import (
remove_start,
)
class AcademicEarthCourseIE(InfoExtractor):


Loading…
Cancel
Save