1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 02:43:21 +08:00

Update vshare.py

This commit is contained in:
Sergey M 2017-11-14 22:33:49 +07:00 committed by GitHub
parent d5000890aa
commit 8eb18f90f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,10 @@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..compat import (
compat_chr,
)
from ..utils import (
decode_packed_codes,
)
from ..compat import compat_chr
from ..utils import decode_packed_codes
class VShareIE(InfoExtractor):