This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
[naver] Remove unused import
Jaime Marquínez Ferrándiz
10 năm trước cách đây
mục cha
06c6efa970
commit
44451f22d5
1 tập tin đã thay đổi
với
0 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
0
1
youtube_dl/extractor/naver.py
+ 0
- 1
youtube_dl/extractor/naver.py
Xem Tập Tin
@@ -10,7 +10,6 @@ from ..compat import (
)
from ..utils import (
ExtractorError,
- clean_html,
)