Skip to content

Commit

Permalink
Add: Remove the discarded extractors
Browse files Browse the repository at this point in the history
  • Loading branch information
LussacZheng committed Mar 23, 2020
1 parent 59184fe commit d927e73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions dist/file_version_info.sample.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 4, 1403, 0),
prodvers=(2020, 2, 19, 0),
filevers=(0, 4, 1423, 0),
prodvers=(2020, 3, 24, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,11 +31,11 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'Comments', u'Dumb downloader that scrapes the web'),
StringStruct(u'FileDescription', u'Dumb downloader that scrapes the web'),
StringStruct(u'FileVersion', u'0.4.1403'),
StringStruct(u'FileVersion', u'0.4.1423'),
StringStruct(u'OriginalFilename', u'you-get.exe'),
StringStruct(u'LegalCopyright', u'Released on GitHub@LussacZheng/you-get.exe'),
StringStruct(u'ProductName', u'You-Get Unofficial Build Executable for Windows'),
StringStruct(u'ProductVersion', u'UB200219')])
StringStruct(u'ProductVersion', u'UB200324_x64')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
5 changes: 2 additions & 3 deletions repository/_extractors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
from .miomio import *
from .mixcloud import *
from .mtv81 import *
from .musicplayon import *
from .nanagogo import *
from .naver import *
from .netease import *
Expand All @@ -74,7 +73,6 @@
from .twitter import *
from .ucas import *
from .veoh import *
from .videomega import *
from .vimeo import *
from .vine import *
from .vk import *
Expand All @@ -100,7 +98,8 @@
from .qie_video import *
from .qq_egame import *
from .toutiao import *
from .vidto import *
# https://github.com/soimort/you-get/compare/v0.4.1410...v0.4.1423#diff-64007456936a8456d40ebe74263b851b
# from .vidto import *
from .ximalaya import *
from .yizhibo import *

Expand Down

1 comment on commit d927e73

@LussacZheng
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here for details.

Please sign in to comment.