mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 00:02:17 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4db7a74e1a | ||
|
|
5f2c4476ad | ||
|
|
adc563eb6b | ||
|
|
1c67d18cd2 | ||
|
|
67c4b25d22 | ||
|
|
70e73c7d97 | ||
|
|
4acef31c99 |
52
Changelog.md
52
Changelog.md
@@ -1,3 +1,55 @@
|
|||||||
|
# 2.0.0.0
|
||||||
|
|
||||||
|
- Added
|
||||||
|
- **Instagram**
|
||||||
|
- Filter by site
|
||||||
|
- Group for regular channels in the main window
|
||||||
|
- Ability to change user/collection path
|
||||||
|
- Imgur albums downloading
|
||||||
|
- NSFW Imgur content bypass (requires 'CilentID')
|
||||||
|
- Special user folder
|
||||||
|
- Remove user while keeping data
|
||||||
|
- Disabled overriding user preferences when creating a new user if it already exists in the destination (in case of deleting a user with saving data).
|
||||||
|
- **Saved Reddit posts downloading**
|
||||||
|
- Fixed
|
||||||
|
- Suspended profiles do not change status if the profile is no longer suspended
|
||||||
|
- Limited download for Twitter not implemented
|
||||||
|
|
||||||
|
# 1.0.1.0
|
||||||
|
|
||||||
|
- Added
|
||||||
|
- Extended site settings
|
||||||
|
- Non-existend users will be marked in red
|
||||||
|
- Suspended users' profiles will be marked in yellow
|
||||||
|
- Automatically disable 'Ready for download' if user does not exist.
|
||||||
|
- Ability to disable MD5 check when downloading regular (added to the main window) channels
|
||||||
|
- Ability to create a user from a channel with the default option 'Ready to download' (setting in the 'Settings')
|
||||||
|
- Ability to change default 'Temporary' parameter on create a user from a channel (setting in the 'Settings')
|
||||||
|
- Advanced defaults for each site (download images, download videos and temporary)
|
||||||
|
- By checking the 'Temporary' checkbox in the user creation form, the 'Ready for download' checkbox became unchecked
|
||||||
|
- Automatically disable 'Ready for download' if profile does not exists or has been deleted
|
||||||
|
- Change
|
||||||
|
- Removed extended twitter invalid credentials error and replaced with a simple line in the log
|
||||||
|
- Redesigned settings form
|
||||||
|
- Fixed
|
||||||
|
- In some cases, the image of the channel post is not copied to the user's folder
|
||||||
|
- Users in the main window are not refreshed if new users are added by a list that includes banned and/or unrecognized users.
|
||||||
|
- Minor bugs
|
||||||
|
|
||||||
|
# 1.0.0.4
|
||||||
|
|
||||||
|
- Added
|
||||||
|
- Full channels support (you can now add channel (subreddit) for standard download)
|
||||||
|
- ```Ready for download``` now available for collections and can be changed for multiple user
|
||||||
|
- Fixed
|
||||||
|
- Images hosted on Imgur won't download
|
||||||
|
|
||||||
|
# 1.0.0.3
|
||||||
|
|
||||||
|
- Fixed
|
||||||
|
- Custom "Download videos" option is not saved
|
||||||
|
- The "Download all" button is not activated after changing modes
|
||||||
|
|
||||||
# 1.0.0.2
|
# 1.0.0.2
|
||||||
|
|
||||||
- Added
|
- Added
|
||||||
|
|||||||
674
LICENSE
Normal file
674
LICENSE
Normal file
@@ -0,0 +1,674 @@
|
|||||||
|
GNU GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The GNU General Public License is a free, copyleft license for
|
||||||
|
software and other kinds of works.
|
||||||
|
|
||||||
|
The licenses for most software and other practical works are designed
|
||||||
|
to take away your freedom to share and change the works. By contrast,
|
||||||
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
|
share and change all versions of a program--to make sure it remains free
|
||||||
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom, not
|
||||||
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
|
have the freedom to distribute copies of free software (and charge for
|
||||||
|
them if you wish), that you receive source code or can get it if you
|
||||||
|
want it, that you can change the software or use pieces of it in new
|
||||||
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to prevent others from denying you
|
||||||
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
|
For example, if you distribute copies of such a program, whether
|
||||||
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
|
or can get the source code. And you must show them these terms so they
|
||||||
|
know their rights.
|
||||||
|
|
||||||
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
|
|
||||||
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
|
that there is no warranty for this free software. For both users' and
|
||||||
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
|
changed, so that their problems will not be attributed erroneously to
|
||||||
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow.
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
0. Definitions.
|
||||||
|
|
||||||
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
|
works, such as semiconductor masks.
|
||||||
|
|
||||||
|
"The Program" refers to any copyrightable work licensed under this
|
||||||
|
License. Each licensee is addressed as "you". "Licensees" and
|
||||||
|
"recipients" may be individuals or organizations.
|
||||||
|
|
||||||
|
To "modify" a work means to copy from or adapt all or part of the work
|
||||||
|
in a fashion requiring copyright permission, other than the making of an
|
||||||
|
exact copy. The resulting work is called a "modified version" of the
|
||||||
|
earlier work or a work "based on" the earlier work.
|
||||||
|
|
||||||
|
A "covered work" means either the unmodified Program or a work based
|
||||||
|
on the Program.
|
||||||
|
|
||||||
|
To "propagate" a work means to do anything with it that, without
|
||||||
|
permission, would make you directly or secondarily liable for
|
||||||
|
infringement under applicable copyright law, except executing it on a
|
||||||
|
computer or modifying a private copy. Propagation includes copying,
|
||||||
|
distribution (with or without modification), making available to the
|
||||||
|
public, and in some countries other activities as well.
|
||||||
|
|
||||||
|
To "convey" a work means any kind of propagation that enables other
|
||||||
|
parties to make or receive copies. Mere interaction with a user through
|
||||||
|
a computer network, with no transfer of a copy, is not conveying.
|
||||||
|
|
||||||
|
An interactive user interface displays "Appropriate Legal Notices"
|
||||||
|
to the extent that it includes a convenient and prominently visible
|
||||||
|
feature that (1) displays an appropriate copyright notice, and (2)
|
||||||
|
tells the user that there is no warranty for the work (except to the
|
||||||
|
extent that warranties are provided), that licensees may convey the
|
||||||
|
work under this License, and how to view a copy of this License. If
|
||||||
|
the interface presents a list of user commands or options, such as a
|
||||||
|
menu, a prominent item in the list meets this criterion.
|
||||||
|
|
||||||
|
1. Source Code.
|
||||||
|
|
||||||
|
The "source code" for a work means the preferred form of the work
|
||||||
|
for making modifications to it. "Object code" means any non-source
|
||||||
|
form of a work.
|
||||||
|
|
||||||
|
A "Standard Interface" means an interface that either is an official
|
||||||
|
standard defined by a recognized standards body, or, in the case of
|
||||||
|
interfaces specified for a particular programming language, one that
|
||||||
|
is widely used among developers working in that language.
|
||||||
|
|
||||||
|
The "System Libraries" of an executable work include anything, other
|
||||||
|
than the work as a whole, that (a) is included in the normal form of
|
||||||
|
packaging a Major Component, but which is not part of that Major
|
||||||
|
Component, and (b) serves only to enable use of the work with that
|
||||||
|
Major Component, or to implement a Standard Interface for which an
|
||||||
|
implementation is available to the public in source code form. A
|
||||||
|
"Major Component", in this context, means a major essential component
|
||||||
|
(kernel, window system, and so on) of the specific operating system
|
||||||
|
(if any) on which the executable work runs, or a compiler used to
|
||||||
|
produce the work, or an object code interpreter used to run it.
|
||||||
|
|
||||||
|
The "Corresponding Source" for a work in object code form means all
|
||||||
|
the source code needed to generate, install, and (for an executable
|
||||||
|
work) run the object code and to modify the work, including scripts to
|
||||||
|
control those activities. However, it does not include the work's
|
||||||
|
System Libraries, or general-purpose tools or generally available free
|
||||||
|
programs which are used unmodified in performing those activities but
|
||||||
|
which are not part of the work. For example, Corresponding Source
|
||||||
|
includes interface definition files associated with source files for
|
||||||
|
the work, and the source code for shared libraries and dynamically
|
||||||
|
linked subprograms that the work is specifically designed to require,
|
||||||
|
such as by intimate data communication or control flow between those
|
||||||
|
subprograms and other parts of the work.
|
||||||
|
|
||||||
|
The Corresponding Source need not include anything that users
|
||||||
|
can regenerate automatically from other parts of the Corresponding
|
||||||
|
Source.
|
||||||
|
|
||||||
|
The Corresponding Source for a work in source code form is that
|
||||||
|
same work.
|
||||||
|
|
||||||
|
2. Basic Permissions.
|
||||||
|
|
||||||
|
All rights granted under this License are granted for the term of
|
||||||
|
copyright on the Program, and are irrevocable provided the stated
|
||||||
|
conditions are met. This License explicitly affirms your unlimited
|
||||||
|
permission to run the unmodified Program. The output from running a
|
||||||
|
covered work is covered by this License only if the output, given its
|
||||||
|
content, constitutes a covered work. This License acknowledges your
|
||||||
|
rights of fair use or other equivalent, as provided by copyright law.
|
||||||
|
|
||||||
|
You may make, run and propagate covered works that you do not
|
||||||
|
convey, without conditions so long as your license otherwise remains
|
||||||
|
in force. You may convey covered works to others for the sole purpose
|
||||||
|
of having them make modifications exclusively for you, or provide you
|
||||||
|
with facilities for running those works, provided that you comply with
|
||||||
|
the terms of this License in conveying all material for which you do
|
||||||
|
not control copyright. Those thus making or running the covered works
|
||||||
|
for you must do so exclusively on your behalf, under your direction
|
||||||
|
and control, on terms that prohibit them from making any copies of
|
||||||
|
your copyrighted material outside their relationship with you.
|
||||||
|
|
||||||
|
Conveying under any other circumstances is permitted solely under
|
||||||
|
the conditions stated below. Sublicensing is not allowed; section 10
|
||||||
|
makes it unnecessary.
|
||||||
|
|
||||||
|
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||||
|
|
||||||
|
No covered work shall be deemed part of an effective technological
|
||||||
|
measure under any applicable law fulfilling obligations under article
|
||||||
|
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||||
|
similar laws prohibiting or restricting circumvention of such
|
||||||
|
measures.
|
||||||
|
|
||||||
|
When you convey a covered work, you waive any legal power to forbid
|
||||||
|
circumvention of technological measures to the extent such circumvention
|
||||||
|
is effected by exercising rights under this License with respect to
|
||||||
|
the covered work, and you disclaim any intention to limit operation or
|
||||||
|
modification of the work as a means of enforcing, against the work's
|
||||||
|
users, your or third parties' legal rights to forbid circumvention of
|
||||||
|
technological measures.
|
||||||
|
|
||||||
|
4. Conveying Verbatim Copies.
|
||||||
|
|
||||||
|
You may convey verbatim copies of the Program's source code as you
|
||||||
|
receive it, in any medium, provided that you conspicuously and
|
||||||
|
appropriately publish on each copy an appropriate copyright notice;
|
||||||
|
keep intact all notices stating that this License and any
|
||||||
|
non-permissive terms added in accord with section 7 apply to the code;
|
||||||
|
keep intact all notices of the absence of any warranty; and give all
|
||||||
|
recipients a copy of this License along with the Program.
|
||||||
|
|
||||||
|
You may charge any price or no price for each copy that you convey,
|
||||||
|
and you may offer support or warranty protection for a fee.
|
||||||
|
|
||||||
|
5. Conveying Modified Source Versions.
|
||||||
|
|
||||||
|
You may convey a work based on the Program, or the modifications to
|
||||||
|
produce it from the Program, in the form of source code under the
|
||||||
|
terms of section 4, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The work must carry prominent notices stating that you modified
|
||||||
|
it, and giving a relevant date.
|
||||||
|
|
||||||
|
b) The work must carry prominent notices stating that it is
|
||||||
|
released under this License and any conditions added under section
|
||||||
|
7. This requirement modifies the requirement in section 4 to
|
||||||
|
"keep intact all notices".
|
||||||
|
|
||||||
|
c) You must license the entire work, as a whole, under this
|
||||||
|
License to anyone who comes into possession of a copy. This
|
||||||
|
License will therefore apply, along with any applicable section 7
|
||||||
|
additional terms, to the whole of the work, and all its parts,
|
||||||
|
regardless of how they are packaged. This License gives no
|
||||||
|
permission to license the work in any other way, but it does not
|
||||||
|
invalidate such permission if you have separately received it.
|
||||||
|
|
||||||
|
d) If the work has interactive user interfaces, each must display
|
||||||
|
Appropriate Legal Notices; however, if the Program has interactive
|
||||||
|
interfaces that do not display Appropriate Legal Notices, your
|
||||||
|
work need not make them do so.
|
||||||
|
|
||||||
|
A compilation of a covered work with other separate and independent
|
||||||
|
works, which are not by their nature extensions of the covered work,
|
||||||
|
and which are not combined with it such as to form a larger program,
|
||||||
|
in or on a volume of a storage or distribution medium, is called an
|
||||||
|
"aggregate" if the compilation and its resulting copyright are not
|
||||||
|
used to limit the access or legal rights of the compilation's users
|
||||||
|
beyond what the individual works permit. Inclusion of a covered work
|
||||||
|
in an aggregate does not cause this License to apply to the other
|
||||||
|
parts of the aggregate.
|
||||||
|
|
||||||
|
6. Conveying Non-Source Forms.
|
||||||
|
|
||||||
|
You may convey a covered work in object code form under the terms
|
||||||
|
of sections 4 and 5, provided that you also convey the
|
||||||
|
machine-readable Corresponding Source under the terms of this License,
|
||||||
|
in one of these ways:
|
||||||
|
|
||||||
|
a) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by the
|
||||||
|
Corresponding Source fixed on a durable physical medium
|
||||||
|
customarily used for software interchange.
|
||||||
|
|
||||||
|
b) Convey the object code in, or embodied in, a physical product
|
||||||
|
(including a physical distribution medium), accompanied by a
|
||||||
|
written offer, valid for at least three years and valid for as
|
||||||
|
long as you offer spare parts or customer support for that product
|
||||||
|
model, to give anyone who possesses the object code either (1) a
|
||||||
|
copy of the Corresponding Source for all the software in the
|
||||||
|
product that is covered by this License, on a durable physical
|
||||||
|
medium customarily used for software interchange, for a price no
|
||||||
|
more than your reasonable cost of physically performing this
|
||||||
|
conveying of source, or (2) access to copy the
|
||||||
|
Corresponding Source from a network server at no charge.
|
||||||
|
|
||||||
|
c) Convey individual copies of the object code with a copy of the
|
||||||
|
written offer to provide the Corresponding Source. This
|
||||||
|
alternative is allowed only occasionally and noncommercially, and
|
||||||
|
only if you received the object code with such an offer, in accord
|
||||||
|
with subsection 6b.
|
||||||
|
|
||||||
|
d) Convey the object code by offering access from a designated
|
||||||
|
place (gratis or for a charge), and offer equivalent access to the
|
||||||
|
Corresponding Source in the same way through the same place at no
|
||||||
|
further charge. You need not require recipients to copy the
|
||||||
|
Corresponding Source along with the object code. If the place to
|
||||||
|
copy the object code is a network server, the Corresponding Source
|
||||||
|
may be on a different server (operated by you or a third party)
|
||||||
|
that supports equivalent copying facilities, provided you maintain
|
||||||
|
clear directions next to the object code saying where to find the
|
||||||
|
Corresponding Source. Regardless of what server hosts the
|
||||||
|
Corresponding Source, you remain obligated to ensure that it is
|
||||||
|
available for as long as needed to satisfy these requirements.
|
||||||
|
|
||||||
|
e) Convey the object code using peer-to-peer transmission, provided
|
||||||
|
you inform other peers where the object code and Corresponding
|
||||||
|
Source of the work are being offered to the general public at no
|
||||||
|
charge under subsection 6d.
|
||||||
|
|
||||||
|
A separable portion of the object code, whose source code is excluded
|
||||||
|
from the Corresponding Source as a System Library, need not be
|
||||||
|
included in conveying the object code work.
|
||||||
|
|
||||||
|
A "User Product" is either (1) a "consumer product", which means any
|
||||||
|
tangible personal property which is normally used for personal, family,
|
||||||
|
or household purposes, or (2) anything designed or sold for incorporation
|
||||||
|
into a dwelling. In determining whether a product is a consumer product,
|
||||||
|
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||||
|
product received by a particular user, "normally used" refers to a
|
||||||
|
typical or common use of that class of product, regardless of the status
|
||||||
|
of the particular user or of the way in which the particular user
|
||||||
|
actually uses, or expects or is expected to use, the product. A product
|
||||||
|
is a consumer product regardless of whether the product has substantial
|
||||||
|
commercial, industrial or non-consumer uses, unless such uses represent
|
||||||
|
the only significant mode of use of the product.
|
||||||
|
|
||||||
|
"Installation Information" for a User Product means any methods,
|
||||||
|
procedures, authorization keys, or other information required to install
|
||||||
|
and execute modified versions of a covered work in that User Product from
|
||||||
|
a modified version of its Corresponding Source. The information must
|
||||||
|
suffice to ensure that the continued functioning of the modified object
|
||||||
|
code is in no case prevented or interfered with solely because
|
||||||
|
modification has been made.
|
||||||
|
|
||||||
|
If you convey an object code work under this section in, or with, or
|
||||||
|
specifically for use in, a User Product, and the conveying occurs as
|
||||||
|
part of a transaction in which the right of possession and use of the
|
||||||
|
User Product is transferred to the recipient in perpetuity or for a
|
||||||
|
fixed term (regardless of how the transaction is characterized), the
|
||||||
|
Corresponding Source conveyed under this section must be accompanied
|
||||||
|
by the Installation Information. But this requirement does not apply
|
||||||
|
if neither you nor any third party retains the ability to install
|
||||||
|
modified object code on the User Product (for example, the work has
|
||||||
|
been installed in ROM).
|
||||||
|
|
||||||
|
The requirement to provide Installation Information does not include a
|
||||||
|
requirement to continue to provide support service, warranty, or updates
|
||||||
|
for a work that has been modified or installed by the recipient, or for
|
||||||
|
the User Product in which it has been modified or installed. Access to a
|
||||||
|
network may be denied when the modification itself materially and
|
||||||
|
adversely affects the operation of the network or violates the rules and
|
||||||
|
protocols for communication across the network.
|
||||||
|
|
||||||
|
Corresponding Source conveyed, and Installation Information provided,
|
||||||
|
in accord with this section must be in a format that is publicly
|
||||||
|
documented (and with an implementation available to the public in
|
||||||
|
source code form), and must require no special password or key for
|
||||||
|
unpacking, reading or copying.
|
||||||
|
|
||||||
|
7. Additional Terms.
|
||||||
|
|
||||||
|
"Additional permissions" are terms that supplement the terms of this
|
||||||
|
License by making exceptions from one or more of its conditions.
|
||||||
|
Additional permissions that are applicable to the entire Program shall
|
||||||
|
be treated as though they were included in this License, to the extent
|
||||||
|
that they are valid under applicable law. If additional permissions
|
||||||
|
apply only to part of the Program, that part may be used separately
|
||||||
|
under those permissions, but the entire Program remains governed by
|
||||||
|
this License without regard to the additional permissions.
|
||||||
|
|
||||||
|
When you convey a copy of a covered work, you may at your option
|
||||||
|
remove any additional permissions from that copy, or from any part of
|
||||||
|
it. (Additional permissions may be written to require their own
|
||||||
|
removal in certain cases when you modify the work.) You may place
|
||||||
|
additional permissions on material, added by you to a covered work,
|
||||||
|
for which you have or can give appropriate copyright permission.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, for material you
|
||||||
|
add to a covered work, you may (if authorized by the copyright holders of
|
||||||
|
that material) supplement the terms of this License with terms:
|
||||||
|
|
||||||
|
a) Disclaiming warranty or limiting liability differently from the
|
||||||
|
terms of sections 15 and 16 of this License; or
|
||||||
|
|
||||||
|
b) Requiring preservation of specified reasonable legal notices or
|
||||||
|
author attributions in that material or in the Appropriate Legal
|
||||||
|
Notices displayed by works containing it; or
|
||||||
|
|
||||||
|
c) Prohibiting misrepresentation of the origin of that material, or
|
||||||
|
requiring that modified versions of such material be marked in
|
||||||
|
reasonable ways as different from the original version; or
|
||||||
|
|
||||||
|
d) Limiting the use for publicity purposes of names of licensors or
|
||||||
|
authors of the material; or
|
||||||
|
|
||||||
|
e) Declining to grant rights under trademark law for use of some
|
||||||
|
trade names, trademarks, or service marks; or
|
||||||
|
|
||||||
|
f) Requiring indemnification of licensors and authors of that
|
||||||
|
material by anyone who conveys the material (or modified versions of
|
||||||
|
it) with contractual assumptions of liability to the recipient, for
|
||||||
|
any liability that these contractual assumptions directly impose on
|
||||||
|
those licensors and authors.
|
||||||
|
|
||||||
|
All other non-permissive additional terms are considered "further
|
||||||
|
restrictions" within the meaning of section 10. If the Program as you
|
||||||
|
received it, or any part of it, contains a notice stating that it is
|
||||||
|
governed by this License along with a term that is a further
|
||||||
|
restriction, you may remove that term. If a license document contains
|
||||||
|
a further restriction but permits relicensing or conveying under this
|
||||||
|
License, you may add to a covered work material governed by the terms
|
||||||
|
of that license document, provided that the further restriction does
|
||||||
|
not survive such relicensing or conveying.
|
||||||
|
|
||||||
|
If you add terms to a covered work in accord with this section, you
|
||||||
|
must place, in the relevant source files, a statement of the
|
||||||
|
additional terms that apply to those files, or a notice indicating
|
||||||
|
where to find the applicable terms.
|
||||||
|
|
||||||
|
Additional terms, permissive or non-permissive, may be stated in the
|
||||||
|
form of a separately written license, or stated as exceptions;
|
||||||
|
the above requirements apply either way.
|
||||||
|
|
||||||
|
8. Termination.
|
||||||
|
|
||||||
|
You may not propagate or modify a covered work except as expressly
|
||||||
|
provided under this License. Any attempt otherwise to propagate or
|
||||||
|
modify it is void, and will automatically terminate your rights under
|
||||||
|
this License (including any patent licenses granted under the third
|
||||||
|
paragraph of section 11).
|
||||||
|
|
||||||
|
However, if you cease all violation of this License, then your
|
||||||
|
license from a particular copyright holder is reinstated (a)
|
||||||
|
provisionally, unless and until the copyright holder explicitly and
|
||||||
|
finally terminates your license, and (b) permanently, if the copyright
|
||||||
|
holder fails to notify you of the violation by some reasonable means
|
||||||
|
prior to 60 days after the cessation.
|
||||||
|
|
||||||
|
Moreover, your license from a particular copyright holder is
|
||||||
|
reinstated permanently if the copyright holder notifies you of the
|
||||||
|
violation by some reasonable means, this is the first time you have
|
||||||
|
received notice of violation of this License (for any work) from that
|
||||||
|
copyright holder, and you cure the violation prior to 30 days after
|
||||||
|
your receipt of the notice.
|
||||||
|
|
||||||
|
Termination of your rights under this section does not terminate the
|
||||||
|
licenses of parties who have received copies or rights from you under
|
||||||
|
this License. If your rights have been terminated and not permanently
|
||||||
|
reinstated, you do not qualify to receive new licenses for the same
|
||||||
|
material under section 10.
|
||||||
|
|
||||||
|
9. Acceptance Not Required for Having Copies.
|
||||||
|
|
||||||
|
You are not required to accept this License in order to receive or
|
||||||
|
run a copy of the Program. Ancillary propagation of a covered work
|
||||||
|
occurring solely as a consequence of using peer-to-peer transmission
|
||||||
|
to receive a copy likewise does not require acceptance. However,
|
||||||
|
nothing other than this License grants you permission to propagate or
|
||||||
|
modify any covered work. These actions infringe copyright if you do
|
||||||
|
not accept this License. Therefore, by modifying or propagating a
|
||||||
|
covered work, you indicate your acceptance of this License to do so.
|
||||||
|
|
||||||
|
10. Automatic Licensing of Downstream Recipients.
|
||||||
|
|
||||||
|
Each time you convey a covered work, the recipient automatically
|
||||||
|
receives a license from the original licensors, to run, modify and
|
||||||
|
propagate that work, subject to this License. You are not responsible
|
||||||
|
for enforcing compliance by third parties with this License.
|
||||||
|
|
||||||
|
An "entity transaction" is a transaction transferring control of an
|
||||||
|
organization, or substantially all assets of one, or subdividing an
|
||||||
|
organization, or merging organizations. If propagation of a covered
|
||||||
|
work results from an entity transaction, each party to that
|
||||||
|
transaction who receives a copy of the work also receives whatever
|
||||||
|
licenses to the work the party's predecessor in interest had or could
|
||||||
|
give under the previous paragraph, plus a right to possession of the
|
||||||
|
Corresponding Source of the work from the predecessor in interest, if
|
||||||
|
the predecessor has it or can get it with reasonable efforts.
|
||||||
|
|
||||||
|
You may not impose any further restrictions on the exercise of the
|
||||||
|
rights granted or affirmed under this License. For example, you may
|
||||||
|
not impose a license fee, royalty, or other charge for exercise of
|
||||||
|
rights granted under this License, and you may not initiate litigation
|
||||||
|
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||||
|
any patent claim is infringed by making, using, selling, offering for
|
||||||
|
sale, or importing the Program or any portion of it.
|
||||||
|
|
||||||
|
11. Patents.
|
||||||
|
|
||||||
|
A "contributor" is a copyright holder who authorizes use under this
|
||||||
|
License of the Program or a work on which the Program is based. The
|
||||||
|
work thus licensed is called the contributor's "contributor version".
|
||||||
|
|
||||||
|
A contributor's "essential patent claims" are all patent claims
|
||||||
|
owned or controlled by the contributor, whether already acquired or
|
||||||
|
hereafter acquired, that would be infringed by some manner, permitted
|
||||||
|
by this License, of making, using, or selling its contributor version,
|
||||||
|
but do not include claims that would be infringed only as a
|
||||||
|
consequence of further modification of the contributor version. For
|
||||||
|
purposes of this definition, "control" includes the right to grant
|
||||||
|
patent sublicenses in a manner consistent with the requirements of
|
||||||
|
this License.
|
||||||
|
|
||||||
|
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||||
|
patent license under the contributor's essential patent claims, to
|
||||||
|
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||||
|
propagate the contents of its contributor version.
|
||||||
|
|
||||||
|
In the following three paragraphs, a "patent license" is any express
|
||||||
|
agreement or commitment, however denominated, not to enforce a patent
|
||||||
|
(such as an express permission to practice a patent or covenant not to
|
||||||
|
sue for patent infringement). To "grant" such a patent license to a
|
||||||
|
party means to make such an agreement or commitment not to enforce a
|
||||||
|
patent against the party.
|
||||||
|
|
||||||
|
If you convey a covered work, knowingly relying on a patent license,
|
||||||
|
and the Corresponding Source of the work is not available for anyone
|
||||||
|
to copy, free of charge and under the terms of this License, through a
|
||||||
|
publicly available network server or other readily accessible means,
|
||||||
|
then you must either (1) cause the Corresponding Source to be so
|
||||||
|
available, or (2) arrange to deprive yourself of the benefit of the
|
||||||
|
patent license for this particular work, or (3) arrange, in a manner
|
||||||
|
consistent with the requirements of this License, to extend the patent
|
||||||
|
license to downstream recipients. "Knowingly relying" means you have
|
||||||
|
actual knowledge that, but for the patent license, your conveying the
|
||||||
|
covered work in a country, or your recipient's use of the covered work
|
||||||
|
in a country, would infringe one or more identifiable patents in that
|
||||||
|
country that you have reason to believe are valid.
|
||||||
|
|
||||||
|
If, pursuant to or in connection with a single transaction or
|
||||||
|
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||||
|
covered work, and grant a patent license to some of the parties
|
||||||
|
receiving the covered work authorizing them to use, propagate, modify
|
||||||
|
or convey a specific copy of the covered work, then the patent license
|
||||||
|
you grant is automatically extended to all recipients of the covered
|
||||||
|
work and works based on it.
|
||||||
|
|
||||||
|
A patent license is "discriminatory" if it does not include within
|
||||||
|
the scope of its coverage, prohibits the exercise of, or is
|
||||||
|
conditioned on the non-exercise of one or more of the rights that are
|
||||||
|
specifically granted under this License. You may not convey a covered
|
||||||
|
work if you are a party to an arrangement with a third party that is
|
||||||
|
in the business of distributing software, under which you make payment
|
||||||
|
to the third party based on the extent of your activity of conveying
|
||||||
|
the work, and under which the third party grants, to any of the
|
||||||
|
parties who would receive the covered work from you, a discriminatory
|
||||||
|
patent license (a) in connection with copies of the covered work
|
||||||
|
conveyed by you (or copies made from those copies), or (b) primarily
|
||||||
|
for and in connection with specific products or compilations that
|
||||||
|
contain the covered work, unless you entered into that arrangement,
|
||||||
|
or that patent license was granted, prior to 28 March 2007.
|
||||||
|
|
||||||
|
Nothing in this License shall be construed as excluding or limiting
|
||||||
|
any implied license or other defenses to infringement that may
|
||||||
|
otherwise be available to you under applicable patent law.
|
||||||
|
|
||||||
|
12. No Surrender of Others' Freedom.
|
||||||
|
|
||||||
|
If conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot convey a
|
||||||
|
covered work so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you may
|
||||||
|
not convey it at all. For example, if you agree to terms that obligate you
|
||||||
|
to collect a royalty for further conveying from those to whom you convey
|
||||||
|
the Program, the only way you could satisfy both those terms and this
|
||||||
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
|
Notwithstanding any other provision of this License, you have
|
||||||
|
permission to link or combine any covered work with a work licensed
|
||||||
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
|
combined work, and to convey the resulting work. The terms of this
|
||||||
|
License will continue to apply to the part which is the covered work,
|
||||||
|
but the special requirements of the GNU Affero General Public License,
|
||||||
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
|
the GNU General Public License from time to time. Such new versions will
|
||||||
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
|
address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Program specifies that a certain numbered version of the GNU General
|
||||||
|
Public License "or any later version" applies to it, you have the
|
||||||
|
option of following the terms and conditions either of that numbered
|
||||||
|
version or of any later version published by the Free Software
|
||||||
|
Foundation. If the Program does not specify a version number of the
|
||||||
|
GNU General Public License, you may choose any version ever published
|
||||||
|
by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Program specifies that a proxy can decide which future
|
||||||
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
|
public statement of acceptance of a version permanently authorizes you
|
||||||
|
to choose that version for the Program.
|
||||||
|
|
||||||
|
Later license versions may give you additional or different
|
||||||
|
permissions. However, no additional obligations are imposed on any
|
||||||
|
author or copyright holder as a result of your choosing to follow a
|
||||||
|
later version.
|
||||||
|
|
||||||
|
15. Disclaimer of Warranty.
|
||||||
|
|
||||||
|
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||||
|
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||||
|
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||||
|
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||||
|
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||||
|
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. Limitation of Liability.
|
||||||
|
|
||||||
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||||
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||||
|
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||||
|
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||||
|
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||||
|
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||||
|
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||||
|
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGES.
|
||||||
|
|
||||||
|
17. Interpretation of Sections 15 and 16.
|
||||||
|
|
||||||
|
If the disclaimer of warranty and limitation of liability provided
|
||||||
|
above cannot be given local legal effect according to their terms,
|
||||||
|
reviewing courts shall apply local law that most closely approximates
|
||||||
|
an absolute waiver of all civil liability in connection with the
|
||||||
|
Program, unless a warranty or assumption of liability accompanies a
|
||||||
|
copy of the Program in return for a fee.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Programs
|
||||||
|
|
||||||
|
If you develop a new program, and you want it to be of the greatest
|
||||||
|
possible use to the public, the best way to achieve this is to make it
|
||||||
|
free software which everyone can redistribute and change under these terms.
|
||||||
|
|
||||||
|
To do so, attach the following notices to the program. It is safest
|
||||||
|
to attach them to the start of each source file to most effectively
|
||||||
|
state the exclusion of warranty; and each file should have at least
|
||||||
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
If the program does terminal interaction, make it output a short
|
||||||
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
|
<program> Copyright (C) <year> <name of author>
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
|
<https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||||
45
README.md
45
README.md
@@ -1,60 +1,73 @@
|
|||||||
# Social networks crawler
|
# Social networks crawler
|
||||||
|
|
||||||
Program for downloading photo and video from Reddit and Twitter
|
Program for downloading photo and video from Reddit, Twitter and Instagram
|
||||||
|
|
||||||
Enjoying the tool? Considering adding to my coffee fund :)
|
Do you like this program? Consider adding to my coffee fund by making a donation to show your support. :)
|
||||||
|
|
||||||
[](https://ko-fi.com/andyprogram)
|
[](https://ko-fi.com/andyprogram)
|
||||||
|
|
||||||
# What can program do:
|
# What can program do:
|
||||||
- Download pictures and videos from users' profiles:
|
- Download pictures and videos from users' profiles and subreddits:
|
||||||
- Reddit images;
|
- Reddit images;
|
||||||
- Reddit galleries of images;
|
- Reddit galleries of images;
|
||||||
- Redgifs hosted videos (https://www.redgifs.com/);
|
- Redgifs hosted videos (https://www.redgifs.com/);
|
||||||
- Reddit hosted videos (downloading Reddit hosted video is going through ffmpeg);
|
- Reddit hosted videos (downloading Reddit hosted video is going through ffmpeg);
|
||||||
- Twitter images;
|
- Twitter images and videos;
|
||||||
- Twitter videos.
|
- Instagram images and videos.
|
||||||
- Parse channel and view data.
|
- Parse [channel and view data](https://github.com/AAndyProgram/SCrawler/wiki/Channels).
|
||||||
|
- Download [saved Reddit posts](https://github.com/AAndyProgram/SCrawler/wiki/Home#saved-posts).
|
||||||
- Add users from parsed channel.
|
- Add users from parsed channel.
|
||||||
- Labeling users.
|
- Labeling users.
|
||||||
- Filter exists users by label or group.
|
- Filter exists users by label or group.
|
||||||
|
- Selection of media types you want to download (images only, videos only, both)
|
||||||
|
|
||||||
# How does it works:
|
# How does it works:
|
||||||
|
|
||||||
## Reddit
|
## Reddit
|
||||||
|
|
||||||
The program parsing all user's posts, gathering pictures' MD5 hash and compare with existing for remove duplicates. Then media will be downloaded.
|
The program parses all user posts, obtain MD5 images hash and compares them with existing ones to remove duplicates. Then the media will be downloaded.
|
||||||
|
|
||||||
## Twitter
|
## Twitter and Instagram
|
||||||
|
|
||||||
The program parsing all user's posts and compare file names with existing for remove duplicates. Then media will be downloaded.
|
The program parses all user posts and compares file names with existing ones to remove duplicates. Then the media will be downloaded.
|
||||||
|
|
||||||
|
You can read about Instagram restrictions [here](https://github.com/AAndyProgram/SCrawler/wiki/Settings#instagram-limits)
|
||||||
|
|
||||||
# Requirements:
|
# Requirements:
|
||||||
|
|
||||||
- Windows 7, 8, 9, 10, 11 with NET Framework 4.6.1 or higher
|
- Windows 7, 8, 9, 10, 11 with NET Framework 4.6.1 or higher
|
||||||
- Authorization cookies and tokens for Twitter (if you want to download data from Twitter)
|
- Authorization cookies and tokens for Twitter (if you want to download data from Twitter)
|
||||||
- ffmpeg library for download Reddit hosted videos (you can download it from the [official repo](https://github.com/GyanD/codexffmpeg/releases/tag/2021-01-12-git-ca21cb1e36) or [from my first release](https://github.com/AAndyProgram/SCrawler/releases/download/1.0.0.0/ffmpeg.zip))
|
- Authorization cookies Instagram (if you want to download data from Instagram)
|
||||||
|
- ffmpeg library for downloading videos hosted on Reddit (you can download it from the [official repo](https://github.com/GyanD/codexffmpeg/releases/tag/2021-01-12-git-ca21cb1e36) or [from my first release](https://github.com/AAndyProgram/SCrawler/releases/download/1.0.0.0/ffmpeg.zip))
|
||||||
- Don't put program in the ```Program Files``` system folder (this is portable program and program settings are stored in the program folder)
|
- Don't put program in the ```Program Files``` system folder (this is portable program and program settings are stored in the program folder)
|
||||||
- Just unpack program archive in any folder you want, copy ```ffmpeg.exe``` into and enjoy. :-)
|
- Just unzip the program archive to any folder, copy the file ```ffmpeg.exe``` into it and enjoy. :)
|
||||||
|
|
||||||
|
# Updating
|
||||||
|
|
||||||
|
Just download [latest](https://github.com/AAndyProgram/SCrawler/releases/latest) version and unpack it into the program folder. Before starting a new version, I recommend making a backup copy of the program settings folder.
|
||||||
|
|
||||||
# Settings and usage
|
# Settings and usage
|
||||||
|
|
||||||
The program has an intuitive interface.
|
The program has an intuitive interface.
|
||||||
|
|
||||||
Just add user profile and press ```Start downloading``` button.
|
Just add a user profile and click the ```Start downloading``` button.
|
||||||
|
|
||||||
Users can be added by patterns:
|
You can add users by patterns:
|
||||||
|
- https://www.instagram.com/SomeUserName
|
||||||
- https://twitter.com/SomeUserName
|
- https://twitter.com/SomeUserName
|
||||||
- https://reddit.com/user/SomeUserName
|
- https://reddit.com/user/SomeUserName
|
||||||
|
- https://reddit.com/r/SomeSubredditName
|
||||||
- u/SomeUserName
|
- u/SomeUserName
|
||||||
- SomeUserName (in this case you must to choose user site)
|
- r/SomeSubredditName
|
||||||
|
- SomeUserName (in this case, you need to select the user's site)
|
||||||
|
- SomeSubredditName
|
||||||
|
|
||||||
More about users adding [here](https://github.com/AAndyProgram/SCrawler/wiki/Users)
|
Read more about adding users and subreddits [here](https://github.com/AAndyProgram/SCrawler/wiki/Users)
|
||||||
|
|
||||||
**Full guide you can find [here](https://github.com/AAndyProgram/SCrawler/wiki)**
|
**Full guide you can find [here](https://github.com/AAndyProgram/SCrawler/wiki)**
|
||||||
|
|
||||||
## Using program as just video downloader
|
## Using program as just video downloader
|
||||||
|
|
||||||
Create a shortcut for the program. Open shortcut properties. On the ```Shortcut``` tab in ```Target``` field just add ```v``` at the end through the space.
|
Create a shortcut for the program. Open shortcut properties. In the ```Shortcut``` tab, in the ```Target``` field, just add the letter ```v``` at the end across the space.
|
||||||
|
|
||||||
Example: ```D:\Programs\SCrawler\SCrawler.exe v```
|
Example: ```D:\Programs\SCrawler\SCrawler.exe v```
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
Changelog.md = Changelog.md
|
Changelog.md = Changelog.md
|
||||||
|
Info\InstaAlgo.txt = Info\InstaAlgo.txt
|
||||||
|
Info\InstagramInfo.txt = Info\InstagramInfo.txt
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
Info\RedditUrlsInfo.txt = Info\RedditUrlsInfo.txt
|
Info\RedditUrlsInfo.txt = Info\RedditUrlsInfo.txt
|
||||||
ToDo.txt = ToDo.txt
|
ToDo.txt = ToDo.txt
|
||||||
|
|||||||
126
SCrawler/.editorconfig
Normal file
126
SCrawler/.editorconfig
Normal file
@@ -0,0 +1,126 @@
|
|||||||
|
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
|
||||||
|
###############################
|
||||||
|
# Core EditorConfig Options #
|
||||||
|
###############################
|
||||||
|
root = true
|
||||||
|
# All files
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
# Code files
|
||||||
|
[*.{cs,csx,vb,vbx}]
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = false
|
||||||
|
charset = utf-8-bom
|
||||||
|
###############################
|
||||||
|
# .NET Coding Conventions #
|
||||||
|
###############################
|
||||||
|
[*.{cs,vb}]
|
||||||
|
# Organize usings
|
||||||
|
dotnet_sort_system_directives_first = true
|
||||||
|
# this. preferences
|
||||||
|
dotnet_style_qualification_for_field = false:silent
|
||||||
|
dotnet_style_qualification_for_property = false:silent
|
||||||
|
dotnet_style_qualification_for_method = false:silent
|
||||||
|
dotnet_style_qualification_for_event = false:silent
|
||||||
|
# Language keywords vs BCL types preferences
|
||||||
|
dotnet_style_predefined_type_for_locals_parameters_members = true:silent
|
||||||
|
dotnet_style_predefined_type_for_member_access = true:silent
|
||||||
|
# Parentheses preferences
|
||||||
|
dotnet_style_parentheses_in_arithmetic_binary_operators = always_for_clarity:silent
|
||||||
|
dotnet_style_parentheses_in_relational_binary_operators = always_for_clarity:silent
|
||||||
|
dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:silent
|
||||||
|
dotnet_style_parentheses_in_other_operators = never_if_unnecessary:silent
|
||||||
|
# Modifier preferences
|
||||||
|
dotnet_style_require_accessibility_modifiers = for_non_interface_members:silent
|
||||||
|
dotnet_style_readonly_field = true:suggestion
|
||||||
|
# Expression-level preferences
|
||||||
|
dotnet_style_object_initializer = true:suggestion
|
||||||
|
dotnet_style_collection_initializer = true:suggestion
|
||||||
|
dotnet_style_explicit_tuple_names = true:suggestion
|
||||||
|
dotnet_style_null_propagation = true:suggestion
|
||||||
|
dotnet_style_coalesce_expression = true:suggestion
|
||||||
|
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:silent
|
||||||
|
dotnet_style_prefer_inferred_tuple_names = true:suggestion
|
||||||
|
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
|
||||||
|
dotnet_style_prefer_auto_properties = true:silent
|
||||||
|
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
|
||||||
|
dotnet_style_prefer_conditional_expression_over_return = true:silent
|
||||||
|
###############################
|
||||||
|
# Naming Conventions #
|
||||||
|
###############################
|
||||||
|
# Style Definitions
|
||||||
|
dotnet_naming_style.pascal_case_style.capitalization = pascal_case
|
||||||
|
# Use PascalCase for constant fields
|
||||||
|
dotnet_naming_rule.constant_fields_should_be_pascal_case.severity = suggestion
|
||||||
|
dotnet_naming_rule.constant_fields_should_be_pascal_case.symbols = constant_fields
|
||||||
|
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
|
||||||
|
dotnet_naming_symbols.constant_fields.applicable_kinds = field
|
||||||
|
dotnet_naming_symbols.constant_fields.applicable_accessibilities = *
|
||||||
|
dotnet_naming_symbols.constant_fields.required_modifiers = const
|
||||||
|
###############################
|
||||||
|
# C# Coding Conventions #
|
||||||
|
###############################
|
||||||
|
[*.cs]
|
||||||
|
# var preferences
|
||||||
|
csharp_style_var_for_built_in_types = true:silent
|
||||||
|
csharp_style_var_when_type_is_apparent = true:silent
|
||||||
|
csharp_style_var_elsewhere = true:silent
|
||||||
|
# Expression-bodied members
|
||||||
|
csharp_style_expression_bodied_methods = false:silent
|
||||||
|
csharp_style_expression_bodied_constructors = false:silent
|
||||||
|
csharp_style_expression_bodied_operators = false:silent
|
||||||
|
csharp_style_expression_bodied_properties = true:silent
|
||||||
|
csharp_style_expression_bodied_indexers = true:silent
|
||||||
|
csharp_style_expression_bodied_accessors = true:silent
|
||||||
|
# Pattern matching preferences
|
||||||
|
csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion
|
||||||
|
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
|
||||||
|
# Null-checking preferences
|
||||||
|
csharp_style_throw_expression = true:suggestion
|
||||||
|
csharp_style_conditional_delegate_call = true:suggestion
|
||||||
|
# Modifier preferences
|
||||||
|
csharp_preferred_modifier_order = public,private,protected,internal,static,extern,new,virtual,abstract,sealed,override,readonly,unsafe,volatile,async:suggestion
|
||||||
|
# Expression-level preferences
|
||||||
|
csharp_prefer_braces = true:silent
|
||||||
|
csharp_style_deconstructed_variable_declaration = true:suggestion
|
||||||
|
csharp_prefer_simple_default_expression = true:suggestion
|
||||||
|
csharp_style_pattern_local_over_anonymous_function = true:suggestion
|
||||||
|
csharp_style_inlined_variable_declaration = true:suggestion
|
||||||
|
###############################
|
||||||
|
# C# Formatting Rules #
|
||||||
|
###############################
|
||||||
|
# New line preferences
|
||||||
|
csharp_new_line_before_open_brace = all
|
||||||
|
csharp_new_line_before_else = true
|
||||||
|
csharp_new_line_before_catch = true
|
||||||
|
csharp_new_line_before_finally = false
|
||||||
|
csharp_new_line_before_members_in_object_initializers = true
|
||||||
|
csharp_new_line_before_members_in_anonymous_types = true
|
||||||
|
csharp_new_line_between_query_expression_clauses = true
|
||||||
|
# Indentation preferences
|
||||||
|
csharp_indent_case_contents = true
|
||||||
|
csharp_indent_switch_labels = true
|
||||||
|
csharp_indent_labels = flush_left
|
||||||
|
# Space preferences
|
||||||
|
csharp_space_after_cast = false
|
||||||
|
csharp_space_after_keywords_in_control_flow_statements = true
|
||||||
|
csharp_space_between_method_call_parameter_list_parentheses = false
|
||||||
|
csharp_space_between_method_declaration_parameter_list_parentheses = false
|
||||||
|
csharp_space_between_parentheses = false
|
||||||
|
csharp_space_before_colon_in_inheritance_clause = true
|
||||||
|
csharp_space_after_colon_in_inheritance_clause = true
|
||||||
|
csharp_space_around_binary_operators = before_and_after
|
||||||
|
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
|
||||||
|
csharp_space_between_method_call_name_and_opening_parenthesis = false
|
||||||
|
csharp_space_between_method_call_empty_parameter_list_parentheses = false
|
||||||
|
# Wrapping preferences
|
||||||
|
csharp_preserve_single_line_statements = true
|
||||||
|
csharp_preserve_single_line_blocks = true
|
||||||
|
insert_final_newline=false
|
||||||
|
###############################
|
||||||
|
# VB Coding Conventions #
|
||||||
|
###############################
|
||||||
|
[*.vb]
|
||||||
|
# Modifier preferences
|
||||||
|
visual_basic_preferred_modifier_order = Partial,Default,Private,Protected,Public,Friend,NotOverridable,Overridable,MustOverride,Overloads,Overrides,MustInherit,NotInheritable,Static,Shared,Shadows,ReadOnly,WriteOnly,Dim,Const,WithEvents,Widening,Narrowing,Custom,Async:suggestion
|
||||||
|
file_header_template = Copyright (C) 2022 Andy\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see <https://www.gnu.org/licenses/>
|
||||||
13
SCrawler/API/Base/Declarations.vb
Normal file
13
SCrawler/API/Base/Declarations.vb
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Namespace API.Base
|
||||||
|
Friend Module Declarations
|
||||||
|
Friend ReadOnly LNC As New ListAddParams(LAP.NotContainsOnly)
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Tools
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools
|
||||||
Imports PersonalUtilities.Functions.XML
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports PersonalUtilities.Functions.XML.Base
|
Imports PersonalUtilities.Functions.XML.Base
|
||||||
Namespace API.Base
|
Namespace API.Base
|
||||||
@@ -17,8 +25,47 @@ Namespace API.Base
|
|||||||
_Path.Value = NewFile
|
_Path.Value = NewFile
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
Friend ReadOnly Property InstaHash As XMLValue(Of String)
|
||||||
|
Friend ReadOnly Property InstaHashUpdateRequired As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property InstagramDownloadingErrorDate As XMLValue(Of Date)
|
||||||
|
Friend Property InstagramLastApplyingValue As Integer? = Nothing
|
||||||
|
Friend ReadOnly Property InstagramReadyForDownload As Boolean
|
||||||
|
Get
|
||||||
|
With InstagramDownloadingErrorDate
|
||||||
|
If .ValueF.Exists Then
|
||||||
|
Return .ValueF.Value.AddMinutes(If(InstagramLastApplyingValue, 10)) < Now
|
||||||
|
Else
|
||||||
|
Return True
|
||||||
|
End If
|
||||||
|
End With
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Friend Property InstagramTooManyRequestsReadyForCatch As Boolean = True
|
||||||
|
Friend Sub InstagramTooManyRequests(ByVal Catched As Boolean)
|
||||||
|
With InstagramDownloadingErrorDate
|
||||||
|
If Catched Then
|
||||||
|
If Not .ValueF.Exists Then
|
||||||
|
.Value = Now
|
||||||
|
If InstagramTooManyRequestsReadyForCatch Then
|
||||||
|
InstagramLastApplyingValue = If(InstagramLastApplyingValue, 0) + 10
|
||||||
|
InstagramTooManyRequestsReadyForCatch = False
|
||||||
|
MyMainLOG = $"Instagram downloading error: too many requests. Try again after {If(InstagramLastApplyingValue, 10)} minutes..."
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
.ValueF = Nothing
|
||||||
|
InstagramLastApplyingValue = Nothing
|
||||||
|
End If
|
||||||
|
End With
|
||||||
|
End Sub
|
||||||
|
Friend ReadOnly Property Temporary As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property DownloadImages As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property DownloadVideos As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property GetUserMediaOnly As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property SavedPostsUserName As XMLValue(Of String)
|
||||||
Private ReadOnly SettingsFile As SFile
|
Private ReadOnly SettingsFile As SFile
|
||||||
Friend Sub New(ByVal s As Sites, ByRef _XML As XmlFile, ByVal GlobalPath As SFile)
|
Friend Sub New(ByVal s As Sites, ByRef _XML As XmlFile, ByVal GlobalPath As SFile,
|
||||||
|
ByRef _Temp As XMLValue(Of Boolean), ByRef _Imgs As XMLValue(Of Boolean), ByRef _Vids As XMLValue(Of Boolean))
|
||||||
Site = s
|
Site = s
|
||||||
SettingsFile = $"{SettingsFolderName}\Responser_{s}.xml"
|
SettingsFile = $"{SettingsFolderName}\Responser_{s}.xml"
|
||||||
Responser = New WEB.Response(SettingsFile)
|
Responser = New WEB.Response(SettingsFile)
|
||||||
@@ -26,37 +73,112 @@ Namespace API.Base
|
|||||||
If SettingsFile.Exists Then
|
If SettingsFile.Exists Then
|
||||||
Responser.LoadSettings()
|
Responser.LoadSettings()
|
||||||
Else
|
Else
|
||||||
If Site = Sites.Twitter Then
|
Select Case Site
|
||||||
With Responser
|
Case Sites.Twitter
|
||||||
.ContentType = "application/json"
|
With Responser
|
||||||
.Accept = "*/*"
|
.ContentType = "application/json"
|
||||||
.CookiesDomain = "twitter.com"
|
.Accept = "*/*"
|
||||||
.Decoders.Add(SymbolsConverter.Converters.Unicode)
|
.CookiesDomain = "twitter.com"
|
||||||
With .Headers
|
.Decoders.Add(SymbolsConverter.Converters.Unicode)
|
||||||
.Add("sec-ch-ua", " Not;A Brand" & Chr(34) & ";v=" & Chr(34) & "99" & Chr(34) & ", " & Chr(34) &
|
With .Headers
|
||||||
"Google Chrome" & Chr(34) & ";v=" & Chr(34) & "91" & Chr(34) & ", " & Chr(34) & "Chromium" &
|
.Add("sec-ch-ua", " Not;A Brand" & Chr(34) & ";v=" & Chr(34) & "99" & Chr(34) & ", " & Chr(34) &
|
||||||
Chr(34) & ";v=" & Chr(34) & "91" & Chr(34))
|
"Google Chrome" & Chr(34) & ";v=" & Chr(34) & "91" & Chr(34) & ", " & Chr(34) & "Chromium" &
|
||||||
.Add("sec-ch-ua-mobile", "?0")
|
Chr(34) & ";v=" & Chr(34) & "91" & Chr(34))
|
||||||
.Add("sec-fetch-dest", "empty")
|
.Add("sec-ch-ua-mobile", "?0")
|
||||||
.Add("sec-fetch-mode", "cors")
|
.Add("sec-fetch-dest", "empty")
|
||||||
.Add("sec-fetch-site", "same-origin")
|
.Add("sec-fetch-mode", "cors")
|
||||||
.Add(Header_Twitter_Token, String.Empty)
|
.Add("sec-fetch-site", "same-origin")
|
||||||
.Add("x-twitter-active-user", "yes")
|
.Add(Header_Twitter_Token, String.Empty)
|
||||||
.Add("x-twitter-auth-type", "OAuth2Session")
|
.Add("x-twitter-active-user", "yes")
|
||||||
.Add(Header_Twitter_Authorization, String.Empty)
|
.Add("x-twitter-auth-type", "OAuth2Session")
|
||||||
|
.Add(Header_Twitter_Authorization, String.Empty)
|
||||||
|
End With
|
||||||
End With
|
End With
|
||||||
End With
|
Case Sites.Reddit
|
||||||
ElseIf Site = Sites.Reddit Then
|
Responser.CookiesDomain = "reddit.com"
|
||||||
Responser.CookiesDomain = "reddit.com"
|
Responser.Decoders.Add(SymbolsConverter.Converters.Unicode)
|
||||||
Responser.Decoders.Add(SymbolsConverter.Converters.Unicode)
|
Case Sites.Instagram : Responser.CookiesDomain = "instagram.com"
|
||||||
End If
|
End Select
|
||||||
Responser.SaveSettings()
|
Responser.SaveSettings()
|
||||||
End If
|
End If
|
||||||
_Path = New XMLValue(Of SFile)("Path", SFile.GetPath($"{GlobalPath.PathWithSeparator}{Site}"), _XML, {Site.ToString}, XMLValue(Of SFile).ToFilePath)
|
|
||||||
|
Dim n() As String = {SettingsCLS.Name_Node_Sites, Site.ToString}
|
||||||
|
_Path = New XMLValue(Of SFile)("Path", SFile.GetPath($"{GlobalPath.PathWithSeparator}{Site}"), _XML, n, XMLValue(Of SFile).ToFilePath)
|
||||||
|
_Path.ReplaceByValue("Path", {Site.ToString})
|
||||||
|
_XML.Remove(Site.ToString)
|
||||||
|
|
||||||
|
Temporary = New XMLValue(Of Boolean)
|
||||||
|
Temporary.SetExtended("Temporary", False, _XML, n)
|
||||||
|
Temporary.SetDefault(_Temp)
|
||||||
|
|
||||||
|
DownloadImages = New XMLValue(Of Boolean)
|
||||||
|
DownloadImages.SetExtended("DownloadImages", True, _XML, n)
|
||||||
|
DownloadImages.SetDefault(_Imgs)
|
||||||
|
|
||||||
|
DownloadVideos = New XMLValue(Of Boolean)
|
||||||
|
DownloadVideos.SetExtended("DownloadVideos", True, _XML, n)
|
||||||
|
DownloadVideos.SetDefault(_Vids)
|
||||||
|
|
||||||
|
If Site = Sites.Twitter Then
|
||||||
|
GetUserMediaOnly = New XMLValue(Of Boolean)("GetUserMediaOnly", True, _XML, n)
|
||||||
|
GetUserMediaOnly.ReplaceByValue("TwitterDefaultGetUserMedia", n)
|
||||||
|
Else
|
||||||
|
GetUserMediaOnly = New XMLValue(Of Boolean)
|
||||||
|
End If
|
||||||
|
|
||||||
|
If Site = Sites.Instagram Then
|
||||||
|
InstaHash = New XMLValue(Of String)("InstaHash", String.Empty, _XML, n)
|
||||||
|
InstaHashUpdateRequired = New XMLValue(Of Boolean)("InstaHashUpdateRequired", True, _XML, n)
|
||||||
|
If (InstaHash.IsEmptyString Or InstaHashUpdateRequired) And Responser.Cookies.ListExists Then GatherInstaHash()
|
||||||
|
InstagramDownloadingErrorDate = New XMLValue(Of Date) With {.ToStringFunction = Function(ss, vv) AConvert(Of String)(vv, Nothing)}
|
||||||
|
InstagramDownloadingErrorDate.SetExtended("InstagramDownloadingErrorDate", Now.AddYears(-10), _XML, n)
|
||||||
|
Else
|
||||||
|
InstaHash = New XMLValue(Of String)
|
||||||
|
InstaHashUpdateRequired = New XMLValue(Of Boolean)
|
||||||
|
End If
|
||||||
|
If Site = Sites.Reddit Then
|
||||||
|
SavedPostsUserName = New XMLValue(Of String)("SavedPostsUserName", String.Empty, _XML, n)
|
||||||
|
Else
|
||||||
|
SavedPostsUserName = New XMLValue(Of String)
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub Update()
|
Friend Sub Update()
|
||||||
Responser.SaveSettings()
|
Responser.SaveSettings()
|
||||||
End Sub
|
End Sub
|
||||||
|
Friend Function GatherInstaHash() As Boolean
|
||||||
|
Try
|
||||||
|
Dim rs As New RegexStructure("=" & Chr(34) & "([^" & Chr(34) & "]+?ConsumerLibCommons[^" & Chr(34) & "]+?.js)" & Chr(34), 1) With {
|
||||||
|
.UseTimeOut = True,
|
||||||
|
.MatchTimeOutSeconds = 10
|
||||||
|
}
|
||||||
|
Dim r$ = Responser.GetResponse("https://instagram.com",, EDP.ThrowException)
|
||||||
|
If Not r.IsEmptyString Then
|
||||||
|
Dim hStr$ = RegexReplace(r, rs)
|
||||||
|
If Not hStr.IsEmptyString Then
|
||||||
|
Do While Left(hStr, 1) = "/" : hStr = Right(hStr, hStr.Length - 1) : Loop
|
||||||
|
hStr = $"https://instagram.com/{hStr}"
|
||||||
|
r = Responser.GetResponse(hStr,, EDP.ThrowException)
|
||||||
|
If Not r.IsEmptyString Then
|
||||||
|
rs = New RegexStructure("generatePaginationActionCreators.+?.profilePosts.byUserId.get.+?queryId:.([\d\w\S]+?)" & Chr(34), 1) With {
|
||||||
|
.UseTimeOut = True,
|
||||||
|
.MatchTimeOutSeconds = 10
|
||||||
|
}
|
||||||
|
Dim h$ = RegexReplace(r, rs)
|
||||||
|
If Not h.IsEmptyString Then
|
||||||
|
InstaHash.Value = h
|
||||||
|
InstaHashUpdateRequired.Value = False
|
||||||
|
Return True
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Return False
|
||||||
|
Catch ex As Exception
|
||||||
|
InstaHashUpdateRequired.Value = True
|
||||||
|
InstaHash.Value = String.Empty
|
||||||
|
Return ErrorsDescriber.Execute(EDP.SendInLog + EDP.ReturnValue, ex, "[SiteSettings.GaterInstaHash]", False)
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
#Region "IDisposable Support"
|
#Region "IDisposable Support"
|
||||||
Private disposedValue As Boolean = False
|
Private disposedValue As Boolean = False
|
||||||
Protected Overridable Overloads Sub Dispose(ByVal disposing As Boolean)
|
Protected Overridable Overloads Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Namespace API.Base
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Namespace API.Base
|
||||||
Friend Module Structures
|
Friend Module Structures
|
||||||
Friend Structure UserMedia : Implements IEquatable(Of UserMedia)
|
Friend Structure UserMedia : Implements IEquatable(Of UserMedia)
|
||||||
Friend Enum Types As Integer
|
Friend Enum Types As Integer
|
||||||
@@ -49,7 +57,6 @@
|
|||||||
''' <summary>Post ID</summary>
|
''' <summary>Post ID</summary>
|
||||||
Friend ID As String
|
Friend ID As String
|
||||||
Friend [Date] As Date?
|
Friend [Date] As Date?
|
||||||
Friend Title As String
|
|
||||||
#Region "Channel compatible fields"
|
#Region "Channel compatible fields"
|
||||||
Friend UserID As String
|
Friend UserID As String
|
||||||
Friend CachedFile As SFile
|
Friend CachedFile As SFile
|
||||||
|
|||||||
@@ -1,13 +1,21 @@
|
|||||||
Imports PersonalUtilities.Functions.XML
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports System.IO
|
Imports System.IO
|
||||||
Imports System.Threading
|
Imports System.Threading
|
||||||
Imports UState = SCrawler.API.Base.UserMedia.States
|
Imports UState = SCrawler.API.Base.UserMedia.States
|
||||||
Namespace API.Base
|
Namespace API.Base
|
||||||
Friend MustInherit Class UserDataBase : Implements IUserData
|
Friend MustInherit Class UserDataBase : Implements IUserData
|
||||||
Friend Const UserFileAppender As String = "User"
|
Friend Const UserFileAppender As String = "User"
|
||||||
Friend Event OnPictureUpdated As IUserData.OnPictureUpdatedEventHandler Implements IUserData.OnPictureUpdated
|
Friend Event OnUserUpdated As IUserData.OnUserUpdatedEventHandler Implements IUserData.OnUserUpdated
|
||||||
Protected Sub Raise_OnPictureUpdated()
|
Protected Sub Raise_OnUserUpdated()
|
||||||
RaiseEvent OnPictureUpdated(Me)
|
RaiseEvent OnUserUpdated(Me)
|
||||||
End Sub
|
End Sub
|
||||||
#Region "Collection buttons"
|
#Region "Collection buttons"
|
||||||
Friend WithEvents BTT_CONTEXT_DOWN As ToolStripMenuItem
|
Friend WithEvents BTT_CONTEXT_DOWN As ToolStripMenuItem
|
||||||
@@ -33,7 +41,10 @@ Namespace API.Base
|
|||||||
#End Region
|
#End Region
|
||||||
#Region "XML Declarations"
|
#Region "XML Declarations"
|
||||||
Private Const Name_Site As String = "Site"
|
Private Const Name_Site As String = "Site"
|
||||||
|
Private Const Name_IsChannel As String = "IsChannel"
|
||||||
Private Const Name_UserName As String = "UserName"
|
Private Const Name_UserName As String = "UserName"
|
||||||
|
Private Const Name_UserExists As String = "UserExists"
|
||||||
|
Private Const Name_UserSuspended As String = "UserSuspended"
|
||||||
Private Const Name_FriendlyName As String = "FriendlyName"
|
Private Const Name_FriendlyName As String = "FriendlyName"
|
||||||
Private Const Name_UserID As String = "UserID"
|
Private Const Name_UserID As String = "UserID"
|
||||||
Private Const Name_Description As String = "Description"
|
Private Const Name_Description As String = "Description"
|
||||||
@@ -67,6 +78,11 @@ Namespace API.Base
|
|||||||
#Region "Declarations"
|
#Region "Declarations"
|
||||||
Friend MustOverride Property Site As Sites Implements IContentProvider.Site
|
Friend MustOverride Property Site As Sites Implements IContentProvider.Site
|
||||||
Friend User As UserInfo
|
Friend User As UserInfo
|
||||||
|
Friend Property IsSavedPosts As Boolean
|
||||||
|
Protected Const NonExistendUserHelp As String = "404"
|
||||||
|
Protected Const SuspendedUserHelp As String = "403"
|
||||||
|
Friend Overridable Property UserExists As Boolean = True Implements IUserData.Exists
|
||||||
|
Friend Overridable Property UserSuspended As Boolean = False Implements IUserData.Suspended
|
||||||
Friend Overridable Property Name As String Implements IContentProvider.Name
|
Friend Overridable Property Name As String Implements IContentProvider.Name
|
||||||
Get
|
Get
|
||||||
Return User.Name
|
Return User.Name
|
||||||
@@ -131,7 +147,7 @@ Namespace API.Base
|
|||||||
Protected Function GetNullPicture(ByVal MaxHeigh As XML.Base.XMLValue(Of Integer)) As Bitmap
|
Protected Function GetNullPicture(ByVal MaxHeigh As XML.Base.XMLValue(Of Integer)) As Bitmap
|
||||||
Return New Bitmap(CInt(DivideWithZeroChecking(MaxHeigh.Value, 100) * 75), MaxHeigh.Value)
|
Return New Bitmap(CInt(DivideWithZeroChecking(MaxHeigh.Value, 100) * 75), MaxHeigh.Value)
|
||||||
End Function
|
End Function
|
||||||
Private Function GetPicture(Optional ByVal ReturnNullImageOnNothing As Boolean = True) As Image
|
Protected Function GetPicture(Optional ByVal ReturnNullImageOnNothing As Boolean = True) As Image
|
||||||
Dim f As SFile = Nothing
|
Dim f As SFile = Nothing
|
||||||
Dim p As UserImage = Nothing
|
Dim p As UserImage = Nothing
|
||||||
Dim DelPath As Boolean = True
|
Dim DelPath As Boolean = True
|
||||||
@@ -234,7 +250,7 @@ BlockNullPicture:
|
|||||||
#Region "Downloading params"
|
#Region "Downloading params"
|
||||||
Protected _DataLoaded As Boolean = False
|
Protected _DataLoaded As Boolean = False
|
||||||
Protected _DataParsed As Boolean = False
|
Protected _DataParsed As Boolean = False
|
||||||
Friend Property ReadyForDownload As Boolean = True Implements IUserData.ReadyForDownload
|
Friend Overridable Property ReadyForDownload As Boolean = True Implements IUserData.ReadyForDownload
|
||||||
Friend Property DownloadImages As Boolean = True Implements IUserData.DownloadImages
|
Friend Property DownloadImages As Boolean = True Implements IUserData.DownloadImages
|
||||||
Friend Property DownloadVideos As Boolean = True Implements IUserData.DownloadVideos
|
Friend Property DownloadVideos As Boolean = True Implements IUserData.DownloadVideos
|
||||||
#End Region
|
#End Region
|
||||||
@@ -314,17 +330,16 @@ BlockNullPicture:
|
|||||||
Dim luv$ = String.Empty
|
Dim luv$ = String.Empty
|
||||||
If LastUpdated.HasValue Then luv = $"{LastUpdated.Value.ToStringDate(ADateTime.Formats.BaseDateTime)}: "
|
If LastUpdated.HasValue Then luv = $"{LastUpdated.Value.ToStringDate(ADateTime.Formats.BaseDateTime)}: "
|
||||||
Return $"{luv}{Name} [{Site}]{IIf(HasError, " (with errors)", String.Empty)}: P - {_DownloadedPicturesTotal}; V - {_DownloadedVideosTotal}" &
|
Return $"{luv}{Name} [{Site}]{IIf(HasError, " (with errors)", String.Empty)}: P - {_DownloadedPicturesTotal}; V - {_DownloadedVideosTotal}" &
|
||||||
$" (P - {_CountPictures}; V - {_CountVideo})"
|
$" (P - {_CountPictures}; V - {_CountVideo})"
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
#End Region
|
#End Region
|
||||||
Protected ReadOnly LNC As New ListAddParams(LAP.NotContainsOnly)
|
|
||||||
#End Region
|
#End Region
|
||||||
#Region "LVI"
|
#Region "LVI"
|
||||||
Friend ReadOnly Property LVIKey As String Implements IUserData.LVIKey
|
Friend ReadOnly Property LVIKey As String Implements IUserData.LVIKey
|
||||||
Get
|
Get
|
||||||
If Not _IsCollection Then
|
If Not _IsCollection Then
|
||||||
Return $"{IIf(Site = Sites.Reddit, "R", "T")}_{Name}"
|
Return $"{Interaction.Switch(Site = Sites.Reddit, "R", Site = Sites.Twitter, "T", Site = Sites.Instagram, "I")}_{Name}"
|
||||||
Else
|
Else
|
||||||
Return $"CCCC_{CollectionName}"
|
Return $"CCCC_{CollectionName}"
|
||||||
End If
|
End If
|
||||||
@@ -346,14 +361,18 @@ BlockNullPicture:
|
|||||||
End Function
|
End Function
|
||||||
Friend Overridable ReadOnly Property FitToAddParams As Boolean Implements IUserData.FitToAddParams
|
Friend Overridable ReadOnly Property FitToAddParams As Boolean Implements IUserData.FitToAddParams
|
||||||
Get
|
Get
|
||||||
Select Case Settings.ShowingMode.Value
|
If Settings.SelectedSites.Count = 0 OrElse Settings.SelectedSites.Contains(Site) Then
|
||||||
Case ShowingModes.Regular : Return Not Temporary And Not Favorite
|
Select Case Settings.ShowingMode.Value
|
||||||
Case ShowingModes.Temporary : Return Temporary
|
Case ShowingModes.Regular : Return Not Temporary And Not Favorite
|
||||||
Case ShowingModes.Favorite : Return Favorite
|
Case ShowingModes.Temporary : Return Temporary
|
||||||
Case ShowingModes.Labels : Return Settings.Labels.CurrentSelection.ListContains(Labels)
|
Case ShowingModes.Favorite : Return Favorite
|
||||||
Case ShowingModes.NoLabels : Return Labels.Count = 0
|
Case ShowingModes.Labels : Return Settings.Labels.CurrentSelection.ListContains(Labels)
|
||||||
Case Else : Return True
|
Case ShowingModes.NoLabels : Return Labels.Count = 0
|
||||||
End Select
|
Case Else : Return True
|
||||||
|
End Select
|
||||||
|
Else
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
Friend Function GetLVIGroup(ByVal Destination As ListView) As ListViewGroup Implements IUserData.GetLVIGroup
|
Friend Function GetLVIGroup(ByVal Destination As ListView) As ListViewGroup Implements IUserData.GetLVIGroup
|
||||||
@@ -368,7 +387,7 @@ BlockNullPicture:
|
|||||||
Return Destination.Groups.Item(LabelsKeeper.NoLabeledName)
|
Return Destination.Groups.Item(LabelsKeeper.NoLabeledName)
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
Return Destination.Groups.Item(GetLviGroupName(Site, Temporary, Favorite, IsCollection))
|
Return Destination.Groups.Item(GetLviGroupName(Site, Temporary, Favorite, IsCollection, IsChannel))
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
Return Destination.Groups.Item(LabelsKeeper.NoLabeledName)
|
Return Destination.Groups.Item(LabelsKeeper.NoLabeledName)
|
||||||
@@ -409,8 +428,14 @@ BlockNullPicture:
|
|||||||
''' <exception cref="ArgumentOutOfRangeException"></exception>
|
''' <exception cref="ArgumentOutOfRangeException"></exception>
|
||||||
Friend Overloads Shared Function GetInstance(ByVal u As UserInfo, Optional ByVal _LoadUserInformation As Boolean = True) As IUserData
|
Friend Overloads Shared Function GetInstance(ByVal u As UserInfo, Optional ByVal _LoadUserInformation As Boolean = True) As IUserData
|
||||||
Select Case u.Site
|
Select Case u.Site
|
||||||
Case Sites.Reddit : Return New Reddit.UserData(u, _LoadUserInformation)
|
Case Sites.Reddit
|
||||||
|
If u.IsChannel Then
|
||||||
|
Return New Reddit.Channel(u, _LoadUserInformation)
|
||||||
|
Else
|
||||||
|
Return New Reddit.UserData(u, _LoadUserInformation)
|
||||||
|
End If
|
||||||
Case Sites.Twitter : Return New Twitter.UserData(u, _LoadUserInformation)
|
Case Sites.Twitter : Return New Twitter.UserData(u, _LoadUserInformation)
|
||||||
|
Case Sites.Instagram : Return New Instagram.UserData(u, _LoadUserInformation)
|
||||||
Case Else : Throw New ArgumentOutOfRangeException("Site", $"Site [{u.Site}] information does not recognized by loader")
|
Case Else : Throw New ArgumentOutOfRangeException("Site", $"Site [{u.Site}] information does not recognized by loader")
|
||||||
End Select
|
End Select
|
||||||
End Function
|
End Function
|
||||||
@@ -422,10 +447,11 @@ BlockNullPicture:
|
|||||||
If MyFile.Exists Then
|
If MyFile.Exists Then
|
||||||
FileExists = True
|
FileExists = True
|
||||||
Using x As New XmlFile(MyFile) With {.XmlReadOnly = True}
|
Using x As New XmlFile(MyFile) With {.XmlReadOnly = True}
|
||||||
x.DefaultsLoading(False)
|
|
||||||
User.Site = Site
|
User.Site = Site
|
||||||
Site = x.Value(Name_Site).FromXML(Of Integer)(0)
|
Site = x.Value(Name_Site).FromXML(Of Integer)(0)
|
||||||
User.Name = x.Value(Name_UserName)
|
User.Name = x.Value(Name_UserName)
|
||||||
|
UserExists = x.Value(Name_UserExists).FromXML(Of Boolean)(True)
|
||||||
|
UserSuspended = x.Value(Name_UserSuspended).FromXML(Of Boolean)(False)
|
||||||
ID = x.Value(Name_UserID)
|
ID = x.Value(Name_UserID)
|
||||||
FriendlyName = x.Value(Name_FriendlyName)
|
FriendlyName = x.Value(Name_FriendlyName)
|
||||||
UserDescription = x.Value(Name_Description)
|
UserDescription = x.Value(Name_Description)
|
||||||
@@ -436,7 +462,7 @@ BlockNullPicture:
|
|||||||
SeparateVideoFolder = AConvert(Of Boolean)(x.Value(Name_SeparateVideoFolder), Nothing)
|
SeparateVideoFolder = AConvert(Of Boolean)(x.Value(Name_SeparateVideoFolder), Nothing)
|
||||||
ReadyForDownload = x.Value(Name_ReadyForDownload).FromXML(Of Boolean)(True)
|
ReadyForDownload = x.Value(Name_ReadyForDownload).FromXML(Of Boolean)(True)
|
||||||
DownloadImages = x.Value(Name_DownloadImages).FromXML(Of Boolean)(True)
|
DownloadImages = x.Value(Name_DownloadImages).FromXML(Of Boolean)(True)
|
||||||
DownloadedVideos = x.Value(Name_DownloadVideos).FromXML(Of Boolean)(True)
|
DownloadVideos = x.Value(Name_DownloadVideos).FromXML(Of Boolean)(True)
|
||||||
_CountVideo = x.Value(Name_VideoCount).FromXML(Of Integer)(0)
|
_CountVideo = x.Value(Name_VideoCount).FromXML(Of Integer)(0)
|
||||||
_CountPictures = x.Value(Name_PicturesCount).FromXML(Of Integer)(0)
|
_CountPictures = x.Value(Name_PicturesCount).FromXML(Of Integer)(0)
|
||||||
LastUpdated = AConvert(Of Date)(x.Value(Name_LastUpdated), ADateTime.Formats.BaseDateTime, Nothing)
|
LastUpdated = AConvert(Of Date)(x.Value(Name_LastUpdated), ADateTime.Formats.BaseDateTime, Nothing)
|
||||||
@@ -456,6 +482,8 @@ BlockNullPicture:
|
|||||||
Using x As New XmlFile With {.Name = "User"}
|
Using x As New XmlFile With {.Name = "User"}
|
||||||
x.Add(Name_Site, CInt(Site))
|
x.Add(Name_Site, CInt(Site))
|
||||||
x.Add(Name_UserName, User.Name)
|
x.Add(Name_UserName, User.Name)
|
||||||
|
x.Add(Name_UserExists, UserExists.BoolToInteger)
|
||||||
|
x.Add(Name_UserSuspended, UserSuspended.BoolToInteger)
|
||||||
x.Add(Name_UserID, ID)
|
x.Add(Name_UserID, ID)
|
||||||
x.Add(Name_FriendlyName, FriendlyName)
|
x.Add(Name_FriendlyName, FriendlyName)
|
||||||
x.Add(Name_Description, UserDescription)
|
x.Add(Name_Description, UserDescription)
|
||||||
@@ -480,7 +508,7 @@ BlockNullPicture:
|
|||||||
|
|
||||||
x.Save(MyFile)
|
x.Save(MyFile)
|
||||||
End Using
|
End Using
|
||||||
Settings.UpdateUsersList(User)
|
If Not IsSavedPosts Then Settings.UpdateUsersList(User)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LogError(ex, "user information saving error")
|
LogError(ex, "user information saving error")
|
||||||
End Try
|
End Try
|
||||||
@@ -494,9 +522,8 @@ BlockNullPicture:
|
|||||||
Private Overloads Sub LoadContentInformation(ByRef _CLIST As List(Of UserMedia), ByVal f As SFile)
|
Private Overloads Sub LoadContentInformation(ByRef _CLIST As List(Of UserMedia), ByVal f As SFile)
|
||||||
Try
|
Try
|
||||||
If Not f.Exists Then Exit Sub
|
If Not f.Exists Then Exit Sub
|
||||||
Using x As New XmlFile(f, ProtectionLevels.All, False) With {.XmlReadOnly = True, .AllowSameNames = True}
|
Using x As New XmlFile(f, Protector.Modes.All, False) With {.XmlReadOnly = True, .AllowSameNames = True}
|
||||||
x.LoadData()
|
x.LoadData()
|
||||||
x.DefaultsLoading(False)
|
|
||||||
If x.Count > 0 Then
|
If x.Count > 0 Then
|
||||||
Dim fs$ = MyFile.CutPath.PathWithSeparator
|
Dim fs$ = MyFile.CutPath.PathWithSeparator
|
||||||
Dim gfn As Func(Of String, String) = Function(ByVal Input As String) As String
|
Dim gfn As Func(Of String, String) = Function(ByVal Input As String) As String
|
||||||
@@ -560,9 +587,10 @@ BlockNullPicture:
|
|||||||
Try
|
Try
|
||||||
Dim URL$ = String.Empty
|
Dim URL$ = String.Empty
|
||||||
Select Case Site
|
Select Case Site
|
||||||
Case Sites.Reddit : URL = $"https://www.reddit.com/user/{Name}/"
|
Case Sites.Reddit : URL = $"https://www.reddit.com/{IIf(IsChannel, "r", "user")}/{Name}/"
|
||||||
Case Sites.Twitter : URL = $"https://twitter.com/{Name}"
|
Case Sites.Twitter : URL = $"https://twitter.com/{Name}"
|
||||||
Case Else : MsgBoxE($"Site [{Site}] opening does not implemented", MsgBoxStyle.Exclamation)
|
Case Sites.Instagram : URL = $"https://www.instagram.com/{Name}/"
|
||||||
|
Case Else : MsgBoxE($"Site [{Site}] opening not implemented", MsgBoxStyle.Exclamation)
|
||||||
End Select
|
End Select
|
||||||
If Not URL.IsEmptyString Then Process.Start(URL)
|
If Not URL.IsEmptyString Then Process.Start(URL)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -575,11 +603,19 @@ BlockNullPicture:
|
|||||||
#End Region
|
#End Region
|
||||||
#Region "Download functions and options"
|
#Region "Download functions and options"
|
||||||
Friend Overridable Property DownloadTopCount As Integer? = Nothing Implements IUserData.DownloadTopCount
|
Friend Overridable Property DownloadTopCount As Integer? = Nothing Implements IUserData.DownloadTopCount
|
||||||
|
Protected Responser As PersonalUtilities.Tools.WEB.Response
|
||||||
Friend Overridable Sub DownloadData(ByVal Token As CancellationToken) Implements IContentProvider.DownloadData
|
Friend Overridable Sub DownloadData(ByVal Token As CancellationToken) Implements IContentProvider.DownloadData
|
||||||
Dim Canceled As Boolean = False
|
Dim Canceled As Boolean = False
|
||||||
Try
|
Try
|
||||||
UpdateDataFiles()
|
UpdateDataFiles()
|
||||||
|
If Not Responser Is Nothing Then Responser.Dispose()
|
||||||
|
Responser = New PersonalUtilities.Tools.WEB.Response
|
||||||
|
Responser.Copy(Settings(Site).Responser)
|
||||||
Dim UpPic As Boolean = Settings.ViewModeIsPicture AndAlso GetPicture(False) Is Nothing
|
Dim UpPic As Boolean = Settings.ViewModeIsPicture AndAlso GetPicture(False) Is Nothing
|
||||||
|
Dim sEnvir() As Boolean = {UserExists, UserSuspended}
|
||||||
|
Dim EnvirChanged As Func(Of Boolean) = Function() Not sEnvir(0) = UserExists Or Not sEnvir(1) = UserSuspended
|
||||||
|
UserExists = True
|
||||||
|
UserSuspended = False
|
||||||
_DownloadedPicturesSession = 0
|
_DownloadedPicturesSession = 0
|
||||||
_DownloadedVideosSession = 0
|
_DownloadedVideosSession = 0
|
||||||
_TempMediaList.Clear()
|
_TempMediaList.Clear()
|
||||||
@@ -597,7 +633,7 @@ BlockNullPicture:
|
|||||||
If _TempMediaList.Count > 0 Then
|
If _TempMediaList.Count > 0 Then
|
||||||
If Not DownloadImages Then _TempMediaList.RemoveAll(Function(m) m.Type = UserMedia.Types.GIF Or m.Type = UserMedia.Types.Picture)
|
If Not DownloadImages Then _TempMediaList.RemoveAll(Function(m) m.Type = UserMedia.Types.GIF Or m.Type = UserMedia.Types.Picture)
|
||||||
If Not DownloadVideos Then _TempMediaList.RemoveAll(Function(m) m.Type = UserMedia.Types.Video Or
|
If Not DownloadVideos Then _TempMediaList.RemoveAll(Function(m) m.Type = UserMedia.Types.Video Or
|
||||||
m.Type = UserMedia.Types.VideoPre Or m.Type = UserMedia.Types.m3u8)
|
m.Type = UserMedia.Types.VideoPre Or m.Type = UserMedia.Types.m3u8)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
ReparseVideo(Token)
|
ReparseVideo(Token)
|
||||||
@@ -609,7 +645,7 @@ BlockNullPicture:
|
|||||||
_ContentList.ListAddList(_ContentNew.Where(Function(c) c.State = UState.Downloaded), LNC)
|
_ContentList.ListAddList(_ContentNew.Where(Function(c) c.State = UState.Downloaded), LNC)
|
||||||
_CountPictures = _ContentList.LongCount(Function(c) c.Type = UserMedia.Types.Picture)
|
_CountPictures = _ContentList.LongCount(Function(c) c.Type = UserMedia.Types.Picture)
|
||||||
_CountVideo = _ContentList.LongCount(Function(c) c.Type = UserMedia.Types.Video)
|
_CountVideo = _ContentList.LongCount(Function(c) c.Type = UserMedia.Types.Video)
|
||||||
If DownloadedPictures + DownloadedVideos > 0 Then
|
If DownloadedPictures + DownloadedVideos > 0 Or EnvirChanged.Invoke Then
|
||||||
If __SaveData Then
|
If __SaveData Then
|
||||||
LastUpdated = Now
|
LastUpdated = Now
|
||||||
If Labels.Contains(LabelsKeeper.NoParsedUser) Then Labels.Remove(LabelsKeeper.NoParsedUser)
|
If Labels.Contains(LabelsKeeper.NoParsedUser) Then Labels.Remove(LabelsKeeper.NoParsedUser)
|
||||||
@@ -620,12 +656,13 @@ BlockNullPicture:
|
|||||||
_ContentList.Clear()
|
_ContentList.Clear()
|
||||||
CreatedByChannel = False
|
CreatedByChannel = False
|
||||||
End If
|
End If
|
||||||
|
If Not UserExists Then ReadyForDownload = False
|
||||||
UpdateUserInformation()
|
UpdateUserInformation()
|
||||||
End If
|
End If
|
||||||
ThrowIfDisposed()
|
ThrowIfDisposed()
|
||||||
_DownloadedPicturesTotal += _DownloadedPicturesSession
|
_DownloadedPicturesTotal += _DownloadedPicturesSession
|
||||||
_DownloadedVideosTotal += _DownloadedVideosSession
|
_DownloadedVideosTotal += _DownloadedVideosSession
|
||||||
If UpPic Then Raise_OnPictureUpdated()
|
If UpPic Or EnvirChanged.Invoke Then Raise_OnUserUpdated()
|
||||||
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
MyMainLOG = $"{Site} - {Name}: downloading canceled"
|
MyMainLOG = $"{Site} - {Name}: downloading canceled"
|
||||||
Canceled = True
|
Canceled = True
|
||||||
@@ -635,12 +672,13 @@ BlockNullPicture:
|
|||||||
LogError(ex, "downloading data error")
|
LogError(ex, "downloading data error")
|
||||||
HasError = True
|
HasError = True
|
||||||
Finally
|
Finally
|
||||||
|
If Not Responser Is Nothing Then Responser.Dispose() : Responser = Nothing
|
||||||
If Not Canceled Then _DataParsed = True ': LastUpdated = Now
|
If Not Canceled Then _DataParsed = True ': LastUpdated = Now
|
||||||
_ContentNew.Clear()
|
_ContentNew.Clear()
|
||||||
DownloadTopCount = Nothing
|
DownloadTopCount = Nothing
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub UpdateDataFiles()
|
Protected Sub UpdateDataFiles()
|
||||||
If Not User.File.IsEmptyString Then
|
If Not User.File.IsEmptyString Then
|
||||||
MyFileData = User.File
|
MyFileData = User.File
|
||||||
MyFileData.Name &= "_Data"
|
MyFileData.Name &= "_Data"
|
||||||
@@ -680,32 +718,38 @@ BlockNullPicture:
|
|||||||
#End Region
|
#End Region
|
||||||
#Region "Delete, Move, Merge"
|
#Region "Delete, Move, Merge"
|
||||||
Friend Overridable Function Delete() As Integer Implements IUserData.Delete
|
Friend Overridable Function Delete() As Integer Implements IUserData.Delete
|
||||||
|
Return DeleteF(Me)
|
||||||
|
End Function
|
||||||
|
Friend Function DeleteF(ByVal Instance As IUserData) As Integer
|
||||||
Dim f As SFile = SFile.GetPath(MyFile.CutPath.Path)
|
Dim f As SFile = SFile.GetPath(MyFile.CutPath.Path)
|
||||||
If f.Exists(SFO.Path, False) AndAlso f.Delete(SFO.Path, False, False) Then
|
If f.Exists(SFO.Path, False) AndAlso (User.Merged OrElse f.Delete(SFO.Path, False, False)) Then
|
||||||
ImageHandler(Me, False)
|
ImageHandler(Me, False)
|
||||||
Settings.UsersList.Remove(User)
|
Settings.UsersList.Remove(User)
|
||||||
Settings.UpdateUsersList()
|
Settings.UpdateUsersList()
|
||||||
Settings.Users.Remove(Me)
|
Settings.Users.Remove(Instance)
|
||||||
Downloader.UserRemove(Me)
|
Downloader.UserRemove(Instance)
|
||||||
Dispose(True)
|
Dispose(True)
|
||||||
Return 1
|
Return 1
|
||||||
Else
|
Else
|
||||||
Return 0
|
Return 0
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
Friend Overridable Function MoveFiles(ByVal __CollectionName As String, ByVal _MergeData As Boolean) As Boolean Implements IUserData.MoveFiles
|
Friend Overridable Function MoveFiles(ByVal __CollectionName As String) As Boolean Implements IUserData.MoveFiles
|
||||||
|
Return MoveFilesF(Me, __CollectionName)
|
||||||
|
End Function
|
||||||
|
Friend Function MoveFilesF(ByRef Instance As IUserData, ByVal __CollectionName As String) As Boolean
|
||||||
Dim UserBefore As UserInfo = User
|
Dim UserBefore As UserInfo = User
|
||||||
Dim Removed As Boolean = True
|
Dim Removed As Boolean = True
|
||||||
Dim _TurnBack As Boolean = False
|
Dim _TurnBack As Boolean = False
|
||||||
Try
|
Try
|
||||||
Dim f As SFile
|
Dim f As SFile
|
||||||
If IncludedInCollection Then
|
If IncludedInCollection Then
|
||||||
Settings.Users.Add(Me)
|
Settings.Users.Add(Instance)
|
||||||
Removed = False
|
Removed = False
|
||||||
User.CollectionName = String.Empty
|
User.CollectionName = String.Empty
|
||||||
User.IncludedInCollection = False
|
User.IncludedInCollection = False
|
||||||
Else
|
Else
|
||||||
Settings.Users.Remove(Me)
|
Settings.Users.Remove(Instance)
|
||||||
Removed = True
|
Removed = True
|
||||||
User.CollectionName = __CollectionName
|
User.CollectionName = __CollectionName
|
||||||
User.IncludedInCollection = True
|
User.IncludedInCollection = True
|
||||||
@@ -720,7 +764,7 @@ BlockNullPicture:
|
|||||||
"Destination directory is not empty!"}, MsgBoxStyle.Exclamation,,, {"Delete", "Cancel"}) = 1 Then
|
"Destination directory is not empty!"}, MsgBoxStyle.Exclamation,,, {"Delete", "Cancel"}) = 1 Then
|
||||||
MsgBoxE("Operation canceled", MsgBoxStyle.Exclamation)
|
MsgBoxE("Operation canceled", MsgBoxStyle.Exclamation)
|
||||||
User = UserBefore
|
User = UserBefore
|
||||||
If Removed Then Settings.Users.Add(Me) Else Settings.Users.Remove(Me)
|
If Removed Then Settings.Users.Add(Instance) Else Settings.Users.Remove(Instance)
|
||||||
_TurnBack = False
|
_TurnBack = False
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
@@ -736,7 +780,7 @@ BlockNullPicture:
|
|||||||
ErrorsDescriber.Execute(EDP.LogMessageValue, ex, "Files moving error")
|
ErrorsDescriber.Execute(EDP.LogMessageValue, ex, "Files moving error")
|
||||||
User = UserBefore
|
User = UserBefore
|
||||||
If _TurnBack Then
|
If _TurnBack Then
|
||||||
If Removed Then Settings.Users.Add(Me) Else Settings.Users.Remove(Me)
|
If Removed Then Settings.Users.Add(Instance) Else Settings.Users.Remove(Instance)
|
||||||
End If
|
End If
|
||||||
Return False
|
Return False
|
||||||
End Try
|
End Try
|
||||||
@@ -783,6 +827,8 @@ BlockNullPicture:
|
|||||||
End If
|
End If
|
||||||
UpdateUserInformation()
|
UpdateUserInformation()
|
||||||
End If
|
End If
|
||||||
|
Catch ioex As InvalidOperationException When ioex.HelpLink = 1
|
||||||
|
MsgBoxE(ioex.Message, vbCritical)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LogError(ex, "[UserDataBase.MergeData]")
|
LogError(ex, "[UserDataBase.MergeData]")
|
||||||
End Try
|
End Try
|
||||||
@@ -872,15 +918,23 @@ BlockNullPicture:
|
|||||||
Return OutValue
|
Return OutValue
|
||||||
End Function
|
End Function
|
||||||
Friend Overridable Function CompareTo(ByVal Obj As Object) As Integer Implements IComparable.CompareTo
|
Friend Overridable Function CompareTo(ByVal Obj As Object) As Integer Implements IComparable.CompareTo
|
||||||
Return CompareTo(DirectCast(Obj, UserDataBase))
|
If TypeOf Obj Is Reddit.Channel Then
|
||||||
|
Return CompareTo(DirectCast(DirectCast(Obj, Reddit.Channel).Instance, UserDataBase))
|
||||||
|
Else
|
||||||
|
Return CompareTo(DirectCast(Obj, UserDataBase))
|
||||||
|
End If
|
||||||
End Function
|
End Function
|
||||||
#End Region
|
#End Region
|
||||||
#Region "IEquatable Support"
|
#Region "IEquatable Support"
|
||||||
Friend Overridable Overloads Function Equals(ByVal Other As UserDataBase) As Boolean Implements IEquatable(Of UserDataBase).Equals
|
Friend Overridable Overloads Function Equals(ByVal Other As UserDataBase) As Boolean Implements IEquatable(Of UserDataBase).Equals
|
||||||
Return Site = Other.Site And Name = Other.Name
|
Return Site = Other.Site And Name = Other.Name And IsSavedPosts = Other.IsSavedPosts
|
||||||
End Function
|
End Function
|
||||||
Public Overrides Function Equals(ByVal Obj As Object) As Boolean
|
Public Overrides Function Equals(ByVal Obj As Object) As Boolean
|
||||||
Return Equals(DirectCast(Obj, UserDataBase))
|
If TypeOf Obj Is Reddit.Channel Then
|
||||||
|
Return Equals(DirectCast(DirectCast(Obj, Reddit.Channel).Instance, UserDataBase))
|
||||||
|
Else
|
||||||
|
Return Equals(DirectCast(Obj, UserDataBase))
|
||||||
|
End If
|
||||||
End Function
|
End Function
|
||||||
#End Region
|
#End Region
|
||||||
#Region "IDisposable Support"
|
#Region "IDisposable Support"
|
||||||
@@ -897,6 +951,7 @@ BlockNullPicture:
|
|||||||
_ContentNew.Clear()
|
_ContentNew.Clear()
|
||||||
_TempMediaList.Clear()
|
_TempMediaList.Clear()
|
||||||
_TempPostsList.Clear()
|
_TempPostsList.Clear()
|
||||||
|
If Not Responser Is Nothing Then Responser.Dispose()
|
||||||
If Not BTT_CONTEXT_DOWN Is Nothing Then BTT_CONTEXT_DOWN.Dispose()
|
If Not BTT_CONTEXT_DOWN Is Nothing Then BTT_CONTEXT_DOWN.Dispose()
|
||||||
If Not BTT_CONTEXT_EDIT Is Nothing Then BTT_CONTEXT_EDIT.Dispose()
|
If Not BTT_CONTEXT_EDIT Is Nothing Then BTT_CONTEXT_EDIT.Dispose()
|
||||||
If Not BTT_CONTEXT_DELETE Is Nothing Then BTT_CONTEXT_DELETE.Dispose()
|
If Not BTT_CONTEXT_DELETE Is Nothing Then BTT_CONTEXT_DELETE.Dispose()
|
||||||
@@ -929,7 +984,7 @@ BlockNullPicture:
|
|||||||
Sub DownloadData(ByVal Token As CancellationToken)
|
Sub DownloadData(ByVal Token As CancellationToken)
|
||||||
End Interface
|
End Interface
|
||||||
Friend Interface IUserData : Inherits IContentProvider, IComparable(Of UserDataBase), IComparable, IEquatable(Of UserDataBase), IDisposable
|
Friend Interface IUserData : Inherits IContentProvider, IComparable(Of UserDataBase), IComparable, IEquatable(Of UserDataBase), IDisposable
|
||||||
Event OnPictureUpdated(ByVal User As IUserData)
|
Event OnUserUpdated(ByVal User As IUserData)
|
||||||
Property ParseUserMediaOnly As Boolean
|
Property ParseUserMediaOnly As Boolean
|
||||||
#Region "Images"
|
#Region "Images"
|
||||||
Function GetPicture() As Image
|
Function GetPicture() As Image
|
||||||
@@ -942,6 +997,8 @@ BlockNullPicture:
|
|||||||
ReadOnly Property Labels As List(Of String)
|
ReadOnly Property Labels As List(Of String)
|
||||||
#End Region
|
#End Region
|
||||||
ReadOnly Property IsChannel As Boolean
|
ReadOnly Property IsChannel As Boolean
|
||||||
|
Property Exists As Boolean
|
||||||
|
Property Suspended As Boolean
|
||||||
Property ReadyForDownload As Boolean
|
Property ReadyForDownload As Boolean
|
||||||
Property [File] As SFile
|
Property [File] As SFile
|
||||||
Property FileExists As Boolean
|
Property FileExists As Boolean
|
||||||
@@ -966,7 +1023,7 @@ BlockNullPicture:
|
|||||||
''' 3 - Collection splitted
|
''' 3 - Collection splitted
|
||||||
''' </summary>
|
''' </summary>
|
||||||
Function Delete() As Integer
|
Function Delete() As Integer
|
||||||
Function MoveFiles(ByVal CollectionName As String, ByVal MergeData As Boolean) As Boolean
|
Function MoveFiles(ByVal CollectionName As String) As Boolean
|
||||||
Sub OpenFolder()
|
Sub OpenFolder()
|
||||||
ReadOnly Property Self As IUserData
|
ReadOnly Property Self As IUserData
|
||||||
Property DownloadTopCount As Integer?
|
Property DownloadTopCount As Integer?
|
||||||
|
|||||||
69
SCrawler/API/Imgur/Envir.vb
Normal file
69
SCrawler/API/Imgur/Envir.vb
Normal file
@@ -0,0 +1,69 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML
|
||||||
|
Imports PersonalUtilities.Tools.WebDocuments.JSON
|
||||||
|
Imports System.Net
|
||||||
|
Imports SCrawler.API.Imgur.Declarations
|
||||||
|
Namespace API.Imgur.Declarations
|
||||||
|
Friend Module Imgur_Declarations
|
||||||
|
Friend ReadOnly PostRegex As New RegexStructure("/([\w\d]+?)(|\.[\w]{0,4})\Z", 1)
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
|
Namespace API.Imgur
|
||||||
|
Friend NotInheritable Class Envir
|
||||||
|
Private Sub New()
|
||||||
|
End Sub
|
||||||
|
Friend Shared Function GetGallery(ByVal URL As String) As List(Of String)
|
||||||
|
Try
|
||||||
|
If Not Settings.ImgurClientID.IsEmptyString And Not URL.IsEmptyString Then
|
||||||
|
Dim __url$ = RegexReplace(URL, PostRegex)
|
||||||
|
If Not __url.IsEmptyString Then
|
||||||
|
__url = $"https://api.imgur.com/post/v1/albums/{__url}?client_id={Settings.ImgurClientID.Value}&include=media"
|
||||||
|
Using w As New WebClient
|
||||||
|
Dim r$ = w.DownloadString(__url)
|
||||||
|
If Not r.IsEmptyString Then
|
||||||
|
Using j As EContainer = JsonDocument.Parse(r).XmlIfNothing
|
||||||
|
If j.Contains("media") Then
|
||||||
|
Dim UrlsList As New List(Of String)
|
||||||
|
Dim tmpUrl$
|
||||||
|
For Each m As EContainer In j("media")
|
||||||
|
tmpUrl = m.Value("url")
|
||||||
|
If Not tmpUrl.IsEmptyString Then UrlsList.ListAddValue(tmpUrl, Base.LNC)
|
||||||
|
Next
|
||||||
|
Return UrlsList
|
||||||
|
End If
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Return Nothing
|
||||||
|
Catch ex As Exception
|
||||||
|
Return ErrorsDescriber.Execute(EDP.ReturnValue + EDP.SendInLog, ex, $"[API.Imgur.Envir.GetGallery({URL})]", Nothing)
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
Friend Shared Function GetImage(ByVal URL As String) As String
|
||||||
|
Try
|
||||||
|
If Not Settings.ImgurClientID.IsEmptyString And Not URL.IsEmptyString Then
|
||||||
|
Dim __url$ = RegexReplace(URL, PostRegex)
|
||||||
|
If Not __url.IsEmptyString Then
|
||||||
|
__url = $"https://api.imgur.com/3/image/{__url}?client_id={Settings.ImgurClientID.Value}&include=media"
|
||||||
|
Using w As New WebClient
|
||||||
|
Dim r$ = w.DownloadString(__url)
|
||||||
|
If Not r.IsEmptyString Then Return JsonDocument.Parse(r).XmlIfNothing.Value({"data"}, "link")
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Return String.Empty
|
||||||
|
Catch ex As Exception
|
||||||
|
Return ErrorsDescriber.Execute(EDP.ReturnValue + EDP.SendInLog, ex, $"[API.Imgur.Envir.GetImage({URL})]", String.Empty)
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
23
SCrawler/API/Instagram/Declarations.vb
Normal file
23
SCrawler/API/Instagram/Declarations.vb
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Namespace API.Instagram
|
||||||
|
Friend Module Declarations
|
||||||
|
Friend ReadOnly FilesPattern As New RegexStructure("[^\./]+?\.\w+", True, False, 2,,,, String.Empty, EDP.ReturnValue)
|
||||||
|
Friend ReadOnly Property DateProvider As New JsonDate
|
||||||
|
Friend Class JsonDate : Implements ICustomProvider
|
||||||
|
Friend Function Convert(ByVal Value As Object, ByVal DestinationType As Type, ByVal Provider As IFormatProvider,
|
||||||
|
Optional ByVal NothingArg As Object = Nothing, Optional ByVal e As ErrorsDescriber = Nothing) As Object Implements ICustomProvider.Convert
|
||||||
|
Return ADateTime.ParseUnicode(Value)
|
||||||
|
End Function
|
||||||
|
Private Function GetFormat(ByVal FormatType As Type) As Object Implements IFormatProvider.GetFormat
|
||||||
|
Throw New NotImplementedException("GetFormat is not available in this context")
|
||||||
|
End Function
|
||||||
|
End Class
|
||||||
|
End Module
|
||||||
|
End Namespace
|
||||||
241
SCrawler/API/Instagram/UserData.vb
Normal file
241
SCrawler/API/Instagram/UserData.vb
Normal file
@@ -0,0 +1,241 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML
|
||||||
|
Imports PersonalUtilities.Tools.WebDocuments.JSON
|
||||||
|
Imports SCrawler.API.Base
|
||||||
|
Imports System.Threading
|
||||||
|
Imports System.Net
|
||||||
|
Imports UStates = SCrawler.API.Base.UserMedia.States
|
||||||
|
Imports UTypes = SCrawler.API.Base.UserMedia.Types
|
||||||
|
Namespace API.Instagram
|
||||||
|
Friend Class UserData : Inherits UserDataBase
|
||||||
|
Friend Overrides Property Site As Sites = Sites.Instagram
|
||||||
|
''' <summary>Video downloader initializer</summary>
|
||||||
|
Private Sub New()
|
||||||
|
End Sub
|
||||||
|
''' <summary>Default initializer</summary>
|
||||||
|
Friend Sub New(ByVal u As UserInfo, Optional ByVal _LoadUserInformation As Boolean = True)
|
||||||
|
User = u
|
||||||
|
If _LoadUserInformation Then LoadUserInformation()
|
||||||
|
End Sub
|
||||||
|
Protected Overrides Sub DownloadDataF(ByVal Token As CancellationToken)
|
||||||
|
DownloadData(String.Empty, Token)
|
||||||
|
End Sub
|
||||||
|
Private _InstaHash As String = String.Empty
|
||||||
|
Private Overloads Sub DownloadData(ByVal Cursor As String, ByVal Token As CancellationToken)
|
||||||
|
Dim URL$ = String.Empty
|
||||||
|
Try
|
||||||
|
Dim n As EContainer, nn As EContainer, node As EContainer
|
||||||
|
Dim HasNextPage As Boolean = False
|
||||||
|
Dim EndCursor$ = String.Empty
|
||||||
|
Dim PostID$ = String.Empty, PostDate$ = String.Empty
|
||||||
|
|
||||||
|
'Check environment
|
||||||
|
If Cursor.IsEmptyString And _InstaHash.IsEmptyString Then _InstaHash = Settings(Sites.Instagram).InstaHash
|
||||||
|
If _InstaHash.IsEmptyString Then Throw New ArgumentNullException("InstHash", "Query hash is null")
|
||||||
|
If ID.IsEmptyString Then GetUserId()
|
||||||
|
If ID.IsEmptyString Then Throw New ArgumentException("User ID is not detected", "ID")
|
||||||
|
|
||||||
|
'Create query
|
||||||
|
Dim vars$ = "{""id"":" & ID & ",""first"":12,""after"":""" & Cursor & """}"
|
||||||
|
vars = SymbolsConverter.ASCII.EncodeSymbolsOnly(vars)
|
||||||
|
URL = $"https://www.instagram.com/graphql/query/?query_hash={_InstaHash}&variables={vars}"
|
||||||
|
|
||||||
|
'Get response
|
||||||
|
Dim r$ = Responser.GetResponse(URL,, EDP.ThrowException)
|
||||||
|
Settings(Sites.Instagram).InstagramTooManyRequests(False)
|
||||||
|
ThrowAny(Token)
|
||||||
|
|
||||||
|
'Data
|
||||||
|
If Not r.IsEmptyString Then
|
||||||
|
Using j As EContainer = JsonDocument.Parse(r).XmlIfNothing
|
||||||
|
n = j.ItemF({"data", "user", 0}).XmlIfNothing
|
||||||
|
If n.Count > 0 Then
|
||||||
|
If n.Contains("page_info") Then
|
||||||
|
With n("page_info")
|
||||||
|
HasNextPage = .Value("has_next_page").FromXML(Of Boolean)(False)
|
||||||
|
EndCursor = .Value("end_cursor")
|
||||||
|
End With
|
||||||
|
End If
|
||||||
|
n = n("edges").XmlIfNothing
|
||||||
|
If n.Count > 0 Then
|
||||||
|
For Each nn In n
|
||||||
|
ThrowAny(Token)
|
||||||
|
node = nn(0).XmlIfNothing
|
||||||
|
|
||||||
|
PostID = node.Value("id")
|
||||||
|
If Not PostID.IsEmptyString And _TempPostsList.Contains(PostID) Then Exit Sub
|
||||||
|
_TempPostsList.Add(PostID)
|
||||||
|
PostDate = node.Value("taken_at_timestamp")
|
||||||
|
|
||||||
|
ObtainMedia(node, PostID, PostDate)
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
If j.Value("status") = "ok" AndAlso j({"data", "user"}).XmlIfNothing.Count = 0 AndAlso _TempMediaList.Count = 0 Then
|
||||||
|
Settings(Sites.Instagram).InstaHashUpdateRequired.Value = True
|
||||||
|
UserExists = False
|
||||||
|
Exit Sub
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
If HasNextPage And Not EndCursor.IsEmptyString Then DownloadData(EndCursor, Token)
|
||||||
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
|
Catch dex As ObjectDisposedException When Disposed
|
||||||
|
Catch ex As Exception
|
||||||
|
If Responser.StatusCode = HttpStatusCode.NotFound Then
|
||||||
|
UserExists = False
|
||||||
|
ElseIf Responser.StatusCode = HttpStatusCode.BadRequest Then
|
||||||
|
MyMainLOG = "Instagram credentials have expired"
|
||||||
|
Settings(Sites.Instagram).InstaHashUpdateRequired.Value = True
|
||||||
|
ElseIf Responser.StatusCode = 429 Then
|
||||||
|
Settings(Sites.Instagram).InstagramTooManyRequests(True)
|
||||||
|
Else
|
||||||
|
Settings(Sites.Instagram).InstaHashUpdateRequired.Value = True
|
||||||
|
LogError(ex, $"data downloading error [{URL}]")
|
||||||
|
End If
|
||||||
|
HasError = True
|
||||||
|
Finally
|
||||||
|
_InstaHash = String.Empty
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Private Sub ObtainMedia(ByVal node As EContainer, ByVal PostID As String, ByVal PostDate As String)
|
||||||
|
Dim CreateMedia As Action(Of EContainer) =
|
||||||
|
Sub(ByVal e As EContainer)
|
||||||
|
Dim t As UTypes = If(e.Value("is_video").FromXML(Of Boolean)(False), UTypes.Video, UTypes.Picture)
|
||||||
|
Dim tmpValue$
|
||||||
|
If t = UTypes.Picture Then
|
||||||
|
tmpValue = e.Value("display_url")
|
||||||
|
Else
|
||||||
|
tmpValue = e.Value("video_url")
|
||||||
|
End If
|
||||||
|
If Not tmpValue.IsEmptyString Then _TempMediaList.ListAddValue(MediaFromData(t, tmpValue, PostID, PostDate), LNC)
|
||||||
|
End Sub
|
||||||
|
If node.Contains({"edge_sidecar_to_children", "edges"}) Then
|
||||||
|
For Each edge As EContainer In node({"edge_sidecar_to_children", "edges"}) : CreateMedia(edge("node").XmlIfNothing) : Next
|
||||||
|
Else
|
||||||
|
CreateMedia(node)
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub GetUserId()
|
||||||
|
Try
|
||||||
|
Dim r$ = Responser.GetResponse($"https://www.instagram.com/{Name}/?__a=1",, EDP.ThrowException)
|
||||||
|
If Not r.IsEmptyString Then
|
||||||
|
Using j As EContainer = JsonDocument.Parse(r).XmlIfNothing
|
||||||
|
ID = j({"graphql", "user"}, "id").XmlIfNothingValue
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
If Responser.StatusCode = HttpStatusCode.NotFound Or Responser.StatusCode = HttpStatusCode.BadRequest Then
|
||||||
|
Throw ex
|
||||||
|
Else
|
||||||
|
LogError(ex, "get instagram user id")
|
||||||
|
End If
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Protected Overrides Sub ReparseVideo(ByVal Token As CancellationToken)
|
||||||
|
End Sub
|
||||||
|
Protected Overrides Sub DownloadContent(ByVal Token As CancellationToken)
|
||||||
|
Try
|
||||||
|
Dim i%
|
||||||
|
Dim dCount% = 0, dTotal% = 0
|
||||||
|
ThrowAny(Token)
|
||||||
|
If _ContentNew.Count > 0 Then
|
||||||
|
_ContentNew.RemoveAll(Function(c) c.URL.IsEmptyString)
|
||||||
|
If _ContentNew.Count > 0 Then
|
||||||
|
MyFile.Exists(SFO.Path)
|
||||||
|
Dim MyDir$ = MyFile.CutPath.PathNoSeparator
|
||||||
|
Dim vsf As Boolean = SeparateVideoFolderF
|
||||||
|
Dim f As SFile
|
||||||
|
Dim v As UserMedia
|
||||||
|
Using w As New WebClient
|
||||||
|
If vsf Then SFileShares.SFileExists($"{MyDir}\Video\", SFO.Path)
|
||||||
|
MainProgress.TotalCount += _ContentNew.Count
|
||||||
|
For i = 0 To _ContentNew.Count - 1
|
||||||
|
ThrowAny(Token)
|
||||||
|
v = _ContentNew(i)
|
||||||
|
v.State = UStates.Tried
|
||||||
|
If v.File.IsEmptyString Then
|
||||||
|
f = v.URL
|
||||||
|
Else
|
||||||
|
f = v.File
|
||||||
|
End If
|
||||||
|
f.Separator = "\"
|
||||||
|
f.Path = MyDir
|
||||||
|
|
||||||
|
If v.URL_BASE.IsEmptyString Then v.URL_BASE = v.URL
|
||||||
|
|
||||||
|
If Not v.File.IsEmptyString AndAlso Not v.URL_BASE.IsEmptyString Then
|
||||||
|
Try
|
||||||
|
If v.Type = UTypes.Video And vsf Then f.Path = $"{f.PathWithSeparator}Video"
|
||||||
|
w.DownloadFile(v.URL_BASE, f.ToString)
|
||||||
|
Select Case v.Type
|
||||||
|
Case UTypes.Video : DownloadedVideos += 1 : _CountVideo += 1
|
||||||
|
Case UTypes.Picture : DownloadedPictures += 1 : _CountPictures += 1
|
||||||
|
End Select
|
||||||
|
v.File = ChangeFileNameByProvider(f, v)
|
||||||
|
v.State = UStates.Downloaded
|
||||||
|
Catch wex As Exception
|
||||||
|
ErrorDownloading(f, v.URL_BASE)
|
||||||
|
End Try
|
||||||
|
Else
|
||||||
|
v.State = UStates.Skipped
|
||||||
|
End If
|
||||||
|
_ContentNew(i) = v
|
||||||
|
If DownloadTopCount.HasValue AndAlso dCount >= DownloadTopCount.Value Then
|
||||||
|
MainProgress.Perform(_ContentNew.Count - dTotal)
|
||||||
|
Exit Sub
|
||||||
|
Else
|
||||||
|
dTotal += 1
|
||||||
|
MainProgress.Perform()
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
|
Catch dex As ObjectDisposedException When Disposed
|
||||||
|
Catch ex As Exception
|
||||||
|
LogError(ex, "content downloading error")
|
||||||
|
HasError = True
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Private Shared Function MediaFromData(ByVal t As UTypes, ByVal _URL As String, ByVal PostID As String, ByVal PostDate As String) As UserMedia
|
||||||
|
_URL = LinkFormatterSecure(RegexReplace(_URL.Replace("\", String.Empty), LinkPattern))
|
||||||
|
Dim m As New UserMedia(_URL, t) With {.Post = New UserPost With {.ID = PostID}}
|
||||||
|
If Not m.URL.IsEmptyString Then m.File = CStr(RegexReplace(m.URL, FilesPattern))
|
||||||
|
If Not PostDate.IsEmptyString Then m.Post.Date = AConvert(Of Date)(PostDate, Declarations.DateProvider, Nothing) Else m.Post.Date = Nothing
|
||||||
|
Return m
|
||||||
|
End Function
|
||||||
|
Friend Shared Function GetVideoInfo(ByVal URL As String) As IEnumerable(Of UserMedia)
|
||||||
|
Try
|
||||||
|
If Not URL.IsEmptyString AndAlso URL.Contains("instagram.com") Then
|
||||||
|
Do While Right(URL, 1) = "/" : URL = Left(URL, URL.Length - 1) : Loop
|
||||||
|
URL = $"{URL}/?__a=1"
|
||||||
|
Using t As New UserData
|
||||||
|
t.Responser = New PersonalUtilities.Tools.WEB.Response
|
||||||
|
t.Responser.Copy(Settings(Sites.Instagram).Responser)
|
||||||
|
Dim r$ = t.Responser.GetResponse(URL,, EDP.ThrowException)
|
||||||
|
If Not r.IsEmptyString Then
|
||||||
|
Using j As EContainer = JsonDocument.Parse(r).XmlIfNothing
|
||||||
|
Dim node As EContainer = j({"graphql", "shortcode_media"}).XmlIfNothing
|
||||||
|
If node.Count > 0 Then t.ObtainMedia(node, String.Empty, String.Empty)
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
If t._TempMediaList.Count > 0 Then Return ListAddList(Nothing, t._TempMediaList)
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
|
Return Nothing
|
||||||
|
Catch ex As Exception
|
||||||
|
Return ErrorsDescriber.Execute(EDP.ShowMainMsg + EDP.SendInLog, ex, "Instagram standalone downloader: fetch media error")
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
@@ -1,10 +1,19 @@
|
|||||||
Imports PersonalUtilities.Tools
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
Imports PersonalUtilities.Functions.XML
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
|
Imports System.Threading
|
||||||
Namespace API.Reddit
|
Namespace API.Reddit
|
||||||
Friend Class Channel : Implements ICollection(Of UserPost), IEquatable(Of Channel), IComparable(Of Channel),
|
Friend Class Channel : Implements ICollection(Of UserPost), IEquatable(Of Channel), IComparable(Of Channel),
|
||||||
IRangeSwitcherContainer(Of UserPost), ILoaderSaver, IMyEnumerator(Of UserPost), IChannelLimits, IDisposable
|
IRangeSwitcherContainer(Of UserPost), ILoaderSaver, IMyEnumerator(Of UserPost), IChannelLimits, IUserData, IDisposable
|
||||||
#Region "XML Nodes' Names"
|
#Region "XML Nodes' Names"
|
||||||
Private Const Name_Name As String = "Name"
|
Private Const Name_Name As String = "Name"
|
||||||
Private Const Name_ID As String = "ID"
|
Private Const Name_ID As String = "ID"
|
||||||
@@ -12,8 +21,251 @@ Namespace API.Reddit
|
|||||||
Private Const Name_PostsNode As String = "Posts"
|
Private Const Name_PostsNode As String = "Posts"
|
||||||
#End Region
|
#End Region
|
||||||
Friend Const DefaultDownloadLimitCount As Integer = 1000
|
Friend Const DefaultDownloadLimitCount As Integer = 1000
|
||||||
Friend Property Name As String = String.Empty
|
#Region "IUserData Support"
|
||||||
Friend Property ID As String = String.Empty
|
Private Event OnUserUpdated As IUserData.OnUserUpdatedEventHandler Implements IUserData.OnUserUpdated
|
||||||
|
Friend Property Instance As IUserData
|
||||||
|
Private Property IUserData_ParseUserMediaOnly As Boolean = False Implements IUserData.ParseUserMediaOnly
|
||||||
|
Private Property IUserData_Exists As Boolean Implements IUserData.Exists
|
||||||
|
Get
|
||||||
|
Return Instance.Exists
|
||||||
|
End Get
|
||||||
|
Set(ByVal e As Boolean)
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_Suspended As Boolean Implements IUserData.Suspended
|
||||||
|
Get
|
||||||
|
Return Instance.Suspended
|
||||||
|
End Get
|
||||||
|
Set(ByVal s As Boolean)
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_IsCollection As Boolean Implements IUserData.IsCollection
|
||||||
|
Get
|
||||||
|
Return Instance.IsCollection
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_CollectionName As String Implements IUserData.CollectionName
|
||||||
|
Get
|
||||||
|
Return Instance.CollectionName
|
||||||
|
End Get
|
||||||
|
Set(ByVal NewName As String)
|
||||||
|
Instance.CollectionName = NewName
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_IncludedInCollection As Boolean Implements IUserData.IncludedInCollection
|
||||||
|
Get
|
||||||
|
Return Instance.IncludedInCollection
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_Labels As List(Of String) Implements IUserData.Labels
|
||||||
|
Get
|
||||||
|
Return Instance.Labels
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_IsChannel As Boolean = True Implements IUserData.IsChannel
|
||||||
|
Private Property IUserData_ReadyForDownload As Boolean Implements IUserData.ReadyForDownload
|
||||||
|
Get
|
||||||
|
Return Instance.ReadyForDownload
|
||||||
|
End Get
|
||||||
|
Set(ByVal IsReady As Boolean)
|
||||||
|
Instance.ReadyForDownload = IsReady
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_File As SFile Implements IUserData.File
|
||||||
|
Get
|
||||||
|
Return Instance.File
|
||||||
|
End Get
|
||||||
|
Set(ByVal NewFile As SFile)
|
||||||
|
Instance.File = NewFile
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_FileExists As Boolean Implements IUserData.FileExists
|
||||||
|
Get
|
||||||
|
Return Instance.FileExists
|
||||||
|
End Get
|
||||||
|
Set(ByVal IsExists As Boolean)
|
||||||
|
Instance.FileExists = IsExists
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_DownloadedPictures As Integer Implements IUserData.DownloadedPictures
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadedPictures
|
||||||
|
End Get
|
||||||
|
Set(ByVal c As Integer)
|
||||||
|
Instance.DownloadedPictures = c
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_DownloadedVideos As Integer Implements IUserData.DownloadedVideos
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadedVideos
|
||||||
|
End Get
|
||||||
|
Set(ByVal c As Integer)
|
||||||
|
Instance.DownloadedVideos = c
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_DownloadedTotal(Optional Total As Boolean = True) As Integer Implements IUserData.DownloadedTotal
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadedTotal
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_DownloadedInformation As String Implements IUserData.DownloadedInformation
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadedInformation
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_HasError As Boolean Implements IUserData.HasError
|
||||||
|
Get
|
||||||
|
Return Instance.HasError
|
||||||
|
End Get
|
||||||
|
Set(ByVal e As Boolean)
|
||||||
|
Instance.HasError = e
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_FitToAddParams As Boolean Implements IUserData.FitToAddParams
|
||||||
|
Get
|
||||||
|
Return Instance.FitToAddParams
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_LVIKey As String Implements IUserData.LVIKey
|
||||||
|
Get
|
||||||
|
Return Instance.LVIKey
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_LVIIndex As Integer Implements IUserData.LVIIndex
|
||||||
|
Get
|
||||||
|
Return Instance.LVIIndex
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_DownloadImages As Boolean Implements IUserData.DownloadImages
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadImages
|
||||||
|
End Get
|
||||||
|
Set(ByVal d As Boolean)
|
||||||
|
Instance.DownloadImages = d
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_DownloadVideos As Boolean Implements IUserData.DownloadVideos
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadVideos
|
||||||
|
End Get
|
||||||
|
Set(ByVal d As Boolean)
|
||||||
|
Instance.DownloadVideos = d
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private ReadOnly Property IUserData_Self As IUserData Implements IUserData.Self
|
||||||
|
Get
|
||||||
|
Return Instance
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_DownloadTopCount As Integer? Implements IUserData.DownloadTopCount
|
||||||
|
Get
|
||||||
|
Return Instance.DownloadTopCount
|
||||||
|
End Get
|
||||||
|
Set(ByVal c As Integer?)
|
||||||
|
Instance.DownloadTopCount = c
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Friend Property Site As Sites = Sites.Reddit Implements IContentProvider.Site
|
||||||
|
Private Property IUserData_FriendlyName As String Implements IContentProvider.FriendlyName
|
||||||
|
Get
|
||||||
|
Return Instance.FriendlyName
|
||||||
|
End Get
|
||||||
|
Set(ByVal NewName As String)
|
||||||
|
Instance.FriendlyName = NewName
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_Description As String Implements IContentProvider.Description
|
||||||
|
Get
|
||||||
|
Return Instance.Description
|
||||||
|
End Get
|
||||||
|
Set(ByVal d As String)
|
||||||
|
Instance.Description = d
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_Favorite As Boolean Implements IContentProvider.Favorite
|
||||||
|
Get
|
||||||
|
Return Instance.Favorite
|
||||||
|
End Get
|
||||||
|
Set(ByVal f As Boolean)
|
||||||
|
Instance.Favorite = f
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Property IUserData_Temporary As Boolean Implements IContentProvider.Temporary
|
||||||
|
Get
|
||||||
|
Return Instance.Temporary
|
||||||
|
End Get
|
||||||
|
Set(ByVal t As Boolean)
|
||||||
|
Instance.Temporary = t
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private Sub IUserData_SetPicture(ByVal f As SFile) Implements IUserData.SetPicture
|
||||||
|
Instance.SetPicture(f)
|
||||||
|
End Sub
|
||||||
|
Private Sub IUserData_LoadUserInformation() Implements IUserData.LoadUserInformation
|
||||||
|
Instance.LoadUserInformation()
|
||||||
|
End Sub
|
||||||
|
Private Sub IUserData_UpdateUserInformation() Implements IUserData.UpdateUserInformation
|
||||||
|
Instance.UpdateUserInformation()
|
||||||
|
End Sub
|
||||||
|
Private Sub IUserData_OpenFolder() Implements IUserData.OpenFolder
|
||||||
|
Instance.OpenFolder()
|
||||||
|
End Sub
|
||||||
|
Private Sub IUserData_OpenSite() Implements IContentProvider.OpenSite
|
||||||
|
Instance.OpenSite()
|
||||||
|
End Sub
|
||||||
|
Private Sub IUserData_DownloadData(ByVal Token As CancellationToken) Implements IContentProvider.DownloadData
|
||||||
|
DownloadData(Token, False, Nothing)
|
||||||
|
End Sub
|
||||||
|
Private Function IUserData_GetPicture() As Image Implements IUserData.GetPicture
|
||||||
|
Return Instance.GetPicture()
|
||||||
|
End Function
|
||||||
|
Private Function IUserData_GetLVI(ByVal Destination As ListView) As ListViewItem Implements IUserData.GetLVI
|
||||||
|
Return Instance.GetLVI(Destination)
|
||||||
|
End Function
|
||||||
|
Private Function IUserData_GetLVIGroup(ByVal Destination As ListView) As ListViewGroup Implements IUserData.GetLVIGroup
|
||||||
|
Return Instance.GetLVIGroup(Destination)
|
||||||
|
End Function
|
||||||
|
Private Function IUserData_Delete() As Integer Implements IUserData.Delete
|
||||||
|
Return DirectCast(Instance, UserDataBase).DeleteF(Me)
|
||||||
|
End Function
|
||||||
|
Private Function IUserData_MoveFiles(ByVal CollectionName As String) As Boolean Implements IUserData.MoveFiles
|
||||||
|
Return DirectCast(Instance, UserDataBase).MoveFilesF(Me, CollectionName)
|
||||||
|
End Function
|
||||||
|
#End Region
|
||||||
|
Private _Name As String = String.Empty
|
||||||
|
Friend Property Name As String Implements IUserData.Name
|
||||||
|
Get
|
||||||
|
If IsRegularChannel Then
|
||||||
|
Return Instance.Name
|
||||||
|
Else
|
||||||
|
Return _Name
|
||||||
|
End If
|
||||||
|
End Get
|
||||||
|
Set(ByVal NewName As String)
|
||||||
|
If IsRegularChannel Then
|
||||||
|
Instance.Name = NewName
|
||||||
|
Else
|
||||||
|
_Name = NewName
|
||||||
|
End If
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Private _ID As String = String.Empty
|
||||||
|
Friend Property ID As String Implements IUserData.ID
|
||||||
|
Get
|
||||||
|
If IsRegularChannel Then
|
||||||
|
Return Instance.ID
|
||||||
|
Else
|
||||||
|
Return _ID
|
||||||
|
End If
|
||||||
|
End Get
|
||||||
|
Set(ByVal NewID As String)
|
||||||
|
If IsRegularChannel Then
|
||||||
|
Instance.ID = NewID
|
||||||
|
Else
|
||||||
|
_ID = NewID
|
||||||
|
End If
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
Friend ReadOnly Property CUser As UserInfo
|
Friend ReadOnly Property CUser As UserInfo
|
||||||
Get
|
Get
|
||||||
Return New UserInfo(Me)
|
Return New UserInfo(Me)
|
||||||
@@ -122,6 +374,7 @@ Namespace API.Reddit
|
|||||||
End Sub
|
End Sub
|
||||||
Friend Property AutoGetLimits As Boolean = True Implements IChannelLimits.AutoGetLimits
|
Friend Property AutoGetLimits As Boolean = True Implements IChannelLimits.AutoGetLimits
|
||||||
#End Region
|
#End Region
|
||||||
|
Friend ReadOnly IsRegularChannel As Boolean = False
|
||||||
Friend Sub New()
|
Friend Sub New()
|
||||||
Posts = New List(Of UserPost)
|
Posts = New List(Of UserPost)
|
||||||
PostsLatest = New List(Of UserPost)
|
PostsLatest = New List(Of UserPost)
|
||||||
@@ -131,9 +384,19 @@ Namespace API.Reddit
|
|||||||
Me.New
|
Me.New
|
||||||
LoadData(f, False)
|
LoadData(f, False)
|
||||||
End Sub
|
End Sub
|
||||||
|
Friend Sub New(ByVal u As UserInfo, Optional ByVal _LoadUserInformation As Boolean = True)
|
||||||
|
Me.New
|
||||||
|
Instance = New UserData(u, _LoadUserInformation) With {.SaveToCache = False, .SkipExistsUsers = False, .ChannelInfo = Me}
|
||||||
|
AutoGetLimits = True
|
||||||
|
DirectCast(Instance, UserData).SetLimit(Me)
|
||||||
|
IsRegularChannel = True
|
||||||
|
End Sub
|
||||||
Public Shared Widening Operator CType(ByVal f As SFile) As Channel
|
Public Shared Widening Operator CType(ByVal f As SFile) As Channel
|
||||||
Return New Channel(f)
|
Return New Channel(f)
|
||||||
End Operator
|
End Operator
|
||||||
|
Public Shared Widening Operator CType(ByVal c As Channel) As UserDataBase
|
||||||
|
Return DirectCast(c.Instance, UserDataBase)
|
||||||
|
End Operator
|
||||||
Public Overrides Function ToString() As String
|
Public Overrides Function ToString() As String
|
||||||
If Not Name.IsEmptyString Then
|
If Not Name.IsEmptyString Then
|
||||||
Return Name
|
Return Name
|
||||||
@@ -144,23 +407,26 @@ Namespace API.Reddit
|
|||||||
Friend Sub Delete()
|
Friend Sub Delete()
|
||||||
If File.Exists Then File.Delete()
|
If File.Exists Then File.Delete()
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub DownloadData(ByVal Token As Threading.CancellationToken, Optional ByVal SkipExists As Boolean = True,
|
Friend Sub DownloadData(ByVal Token As CancellationToken, Optional ByVal SkipExists As Boolean = True,
|
||||||
Optional ByVal p As MyProgress = Nothing)
|
Optional ByVal p As MyProgress = Nothing)
|
||||||
Try
|
Try
|
||||||
_Downloading = True
|
_Downloading = True
|
||||||
Using d As New UserData(CUser, False, False) With {
|
If Not Instance Is Nothing Then
|
||||||
.Progress = p,
|
Instance.DownloadData(Token)
|
||||||
.SaveToCache = True,
|
Else
|
||||||
.SkipExistsUsers = SkipExists,
|
Using d As New UserData(CUser, False, False) With {
|
||||||
.ChannelInfo = Me
|
.Progress = p,
|
||||||
}
|
.SaveToCache = True,
|
||||||
d.SetLimit(Me)
|
.SkipExistsUsers = SkipExists,
|
||||||
d.DownloadData(Token)
|
.ChannelInfo = Me
|
||||||
Posts.ListAddList(d.GetNewChannelPosts(), LAP.NotContainsOnly)
|
}
|
||||||
Posts.Sort()
|
d.SetLimit(Me)
|
||||||
LatestParsedDate = If(Posts.FirstOrDefault(Function(pp) pp.Date.HasValue).Date, LatestParsedDate)
|
d.DownloadData(Token)
|
||||||
Token.ThrowIfCancellationRequested()
|
Posts.ListAddList(d.GetNewChannelPosts(), LAP.NotContainsOnly)
|
||||||
End Using
|
Posts.Sort()
|
||||||
|
LatestParsedDate = If(Posts.FirstOrDefault(Function(pp) pp.Date.HasValue).Date, LatestParsedDate)
|
||||||
|
End Using
|
||||||
|
End If
|
||||||
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
Finally
|
Finally
|
||||||
_Downloading = False
|
_Downloading = False
|
||||||
@@ -201,26 +467,50 @@ Namespace API.Reddit
|
|||||||
Friend Overloads Function Equals(ByVal Other As Channel) As Boolean Implements IEquatable(Of Channel).Equals
|
Friend Overloads Function Equals(ByVal Other As Channel) As Boolean Implements IEquatable(Of Channel).Equals
|
||||||
Return ID = Other.ID
|
Return ID = Other.ID
|
||||||
End Function
|
End Function
|
||||||
Public Overloads Overrides Function Equals(ByVal Obj As Object) As Boolean
|
Private Overloads Function Equals(ByVal Other As UserDataBase) As Boolean Implements IEquatable(Of UserDataBase).Equals
|
||||||
If Not Obj Is Nothing Then
|
If Not Instance Is Nothing Then
|
||||||
If TypeOf Obj Is String Then
|
Return Instance.Equals(Other)
|
||||||
Return ID = CStr(Obj)
|
|
||||||
Else
|
|
||||||
Return Equals(DirectCast(Obj, Channel))
|
|
||||||
End If
|
|
||||||
Else
|
Else
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
Public Overloads Overrides Function Equals(ByVal Obj As Object) As Boolean
|
||||||
|
If Not Obj Is Nothing Then
|
||||||
|
If TypeOf Obj Is String Then
|
||||||
|
Return ID = CStr(Obj)
|
||||||
|
ElseIf TypeOf Obj Is Channel Then
|
||||||
|
Return Equals(DirectCast(Obj, Channel))
|
||||||
|
ElseIf TypeOf Obj Is UserDataBase Then
|
||||||
|
Return Equals(DirectCast(Obj, UserDataBase))
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
Return False
|
||||||
|
End Function
|
||||||
#End Region
|
#End Region
|
||||||
#Region "IComparable Support"
|
#Region "IComparable Support"
|
||||||
Friend Function CompareTo(ByVal Other As Channel) As Integer Implements IComparable(Of Channel).CompareTo
|
Friend Overloads Function CompareTo(ByVal Other As Channel) As Integer Implements IComparable(Of Channel).CompareTo
|
||||||
If Not Name.IsEmptyString And Not Other.Name.IsEmptyString Then
|
If Not Name.IsEmptyString And Not Other.Name.IsEmptyString Then
|
||||||
Return Name.CompareTo(Other.Name)
|
Return Name.CompareTo(Other.Name)
|
||||||
Else
|
Else
|
||||||
Return ID.CompareTo(Other.ID)
|
Return ID.CompareTo(Other.ID)
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
Private Overloads Function CompareTo(ByVal Other As UserDataBase) As Integer Implements IComparable(Of UserDataBase).CompareTo
|
||||||
|
If Not Instance Is Nothing Then
|
||||||
|
Return Instance.CompareTo(Other)
|
||||||
|
Else
|
||||||
|
Return 0
|
||||||
|
End If
|
||||||
|
End Function
|
||||||
|
Private Overloads Function CompareTo(ByVal Obj As Object) As Integer Implements IComparable.CompareTo
|
||||||
|
If TypeOf Obj Is Channel Then
|
||||||
|
Return CompareTo(DirectCast(Obj, Channel))
|
||||||
|
ElseIf TypeOf Obj Is UserDataBase And Not Instance Is Nothing Then
|
||||||
|
Return Instance.CompareTo(Obj)
|
||||||
|
Else
|
||||||
|
Return 0
|
||||||
|
End If
|
||||||
|
End Function
|
||||||
#End Region
|
#End Region
|
||||||
#Region "ILoaderSaver Support"
|
#Region "ILoaderSaver Support"
|
||||||
Friend Overloads Function LoadData(Optional ByVal f As SFile = Nothing, Optional ByVal e As ErrorsDescriber = Nothing) As Boolean Implements ILoaderSaver.Load
|
Friend Overloads Function LoadData(Optional ByVal f As SFile = Nothing, Optional ByVal e As ErrorsDescriber = Nothing) As Boolean Implements ILoaderSaver.Load
|
||||||
@@ -228,9 +518,8 @@ Namespace API.Reddit
|
|||||||
End Function
|
End Function
|
||||||
Friend Overloads Function LoadData(ByVal f As SFile, ByVal PartialLoad As Boolean, Optional ByVal e As ErrorsDescriber = Nothing) As Boolean
|
Friend Overloads Function LoadData(ByVal f As SFile, ByVal PartialLoad As Boolean, Optional ByVal e As ErrorsDescriber = Nothing) As Boolean
|
||||||
If f.Exists Then
|
If f.Exists Then
|
||||||
Using x As New XmlFile(f, ProtectionLevels.All, False) With {.XmlReadOnly = True, .AllowSameNames = True}
|
Using x As New XmlFile(f, Protector.Modes.All, False) With {.XmlReadOnly = True, .AllowSameNames = True}
|
||||||
x.LoadData()
|
x.LoadData()
|
||||||
x.DefaultsLoading(False)
|
|
||||||
If x.Count > 0 Then
|
If x.Count > 0 Then
|
||||||
Dim XMLDateProvider As New ADateTime(ADateTime.Formats.BaseDateTime)
|
Dim XMLDateProvider As New ADateTime(ADateTime.Formats.BaseDateTime)
|
||||||
Name = x.Value(Name_Name)
|
Name = x.Value(Name_Name)
|
||||||
@@ -251,7 +540,6 @@ Namespace API.Reddit
|
|||||||
Friend Overloads Function Save(Optional ByVal f As SFile = Nothing, Optional ByVal e As ErrorsDescriber = Nothing) As Boolean Implements ILoaderSaver.Save
|
Friend Overloads Function Save(Optional ByVal f As SFile = Nothing, Optional ByVal e As ErrorsDescriber = Nothing) As Boolean Implements ILoaderSaver.Save
|
||||||
Dim XMLDateProvider As New ADateTime(ADateTime.Formats.BaseDateTime)
|
Dim XMLDateProvider As New ADateTime(ADateTime.Formats.BaseDateTime)
|
||||||
Using x As New XmlFile With {.AllowSameNames = True, .Name = "Channel"}
|
Using x As New XmlFile With {.AllowSameNames = True, .Name = "Channel"}
|
||||||
x.DefaultsLoading(False)
|
|
||||||
x.Add(Name_Name, Name)
|
x.Add(Name_Name, Name)
|
||||||
x.Add(Name_ID, ID)
|
x.Add(Name_ID, ID)
|
||||||
If Posts.Count > 0 Or PostsLatest.Count > 0 Then
|
If Posts.Count > 0 Or PostsLatest.Count > 0 Then
|
||||||
@@ -280,12 +568,18 @@ Namespace API.Reddit
|
|||||||
#End Region
|
#End Region
|
||||||
#Region "IDisposable Support"
|
#Region "IDisposable Support"
|
||||||
Private disposedValue As Boolean = False
|
Private disposedValue As Boolean = False
|
||||||
|
Friend ReadOnly Property Disposed As Boolean Implements IUserData.Disposed
|
||||||
|
Get
|
||||||
|
Return disposedValue
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
Protected Overridable Overloads Sub Dispose(ByVal disposing As Boolean)
|
Protected Overridable Overloads Sub Dispose(ByVal disposing As Boolean)
|
||||||
If Not disposedValue Then
|
If Not disposedValue Then
|
||||||
If disposing Then
|
If disposing Then
|
||||||
Posts.Clear()
|
Posts.Clear()
|
||||||
PostsLatest.Clear()
|
PostsLatest.Clear()
|
||||||
Range.Dispose()
|
Range.Dispose()
|
||||||
|
If Not Instance Is Nothing Then Instance.Dispose()
|
||||||
If CachePath.Exists(SFO.Path, False) Then CachePath.Delete(SFO.Path, False, False, EDP.SendInLog)
|
If CachePath.Exists(SFO.Path, False) Then CachePath.Delete(SFO.Path, False, False, EDP.SendInLog)
|
||||||
End If
|
End If
|
||||||
disposedValue = True
|
disposedValue = True
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Tools
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
Imports System.Threading
|
Imports System.Threading
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Functions.XML.Base
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML.Base
|
||||||
Namespace API.Reddit
|
Namespace API.Reddit
|
||||||
Friend Module Declarations
|
Friend Module Declarations
|
||||||
Friend ReadOnly JsonNodesJson() As NodeParams = {New NodeParams("posts", True, True, True, True, 3)}
|
Friend ReadOnly JsonNodesJson() As NodeParams = {New NodeParams("posts", True, True, True, True, 3)}
|
||||||
@@ -16,7 +24,7 @@ Namespace API.Reddit
|
|||||||
Return ADateTime.ParseUnicodeJS(Value, NothingArg, e)
|
Return ADateTime.ParseUnicodeJS(Value, NothingArg, e)
|
||||||
End Function
|
End Function
|
||||||
Private Function GetFormat(ByVal FormatType As Type) As Object Implements IFormatProvider.GetFormat
|
Private Function GetFormat(ByVal FormatType As Type) As Object Implements IFormatProvider.GetFormat
|
||||||
Throw New NotImplementedException("GetFormat does not available in this context")
|
Throw New NotImplementedException("GetFormat is not available in this context")
|
||||||
End Function
|
End Function
|
||||||
End Class
|
End Class
|
||||||
Friend Class JsonDateChannel : Implements ICustomProvider
|
Friend Class JsonDateChannel : Implements ICustomProvider
|
||||||
@@ -26,7 +34,7 @@ Namespace API.Reddit
|
|||||||
Return ADateTime.ParseUnicode(AConvert(Of Integer)(Value, EUR_PROVIDER, Value), NothingArg, e)
|
Return ADateTime.ParseUnicode(AConvert(Of Integer)(Value, EUR_PROVIDER, Value), NothingArg, e)
|
||||||
End Function
|
End Function
|
||||||
Private Function GetFormat(ByVal FormatType As Type) As Object Implements IFormatProvider.GetFormat
|
Private Function GetFormat(ByVal FormatType As Type) As Object Implements IFormatProvider.GetFormat
|
||||||
Throw New NotImplementedException("GetFormat does not available in this context")
|
Throw New NotImplementedException("GetFormat is not available in this context")
|
||||||
End Function
|
End Function
|
||||||
End Class
|
End Class
|
||||||
End Module
|
End Module
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports System.Net
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.Net
|
||||||
Imports SCrawler.API.Reddit.M3U8_Declarations
|
Imports SCrawler.API.Reddit.M3U8_Declarations
|
||||||
Imports PersonalUtilities.Tools.WEB
|
Imports PersonalUtilities.Tools.WEB
|
||||||
Namespace API.Reddit.M3U8_Declarations
|
Namespace API.Reddit.M3U8_Declarations
|
||||||
|
|||||||
39
SCrawler/API/Reddit/ProfileSaved.vb
Normal file
39
SCrawler/API/Reddit/ProfileSaved.vb
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports SCrawler.API.Base
|
||||||
|
Namespace API.Reddit
|
||||||
|
Friend NotInheritable Class ProfileSaved
|
||||||
|
Private Sub New()
|
||||||
|
End Sub
|
||||||
|
Friend Shared Sub Download(ByRef Toolbar As StatusStrip, ByRef PR As ToolStripProgressBar)
|
||||||
|
Try
|
||||||
|
Dim Bar = New PersonalUtilities.Forms.Toolbars.MyProgress(Toolbar, PR, Nothing)
|
||||||
|
Dim u As New UserInfo(Settings(Sites.Reddit).SavedPostsUserName.Value, Sites.Reddit) With {
|
||||||
|
.IsChannel = True,
|
||||||
|
.SpecialPath = $"{Settings(Sites.Reddit).Path.PathWithSeparator}\!Saved\"
|
||||||
|
}
|
||||||
|
u.UpdateUserFile()
|
||||||
|
Using user As IUserData = UserDataBase.GetInstance(u)
|
||||||
|
DirectCast(user.Self, UserDataBase).IsSavedPosts = True
|
||||||
|
Bar.Enabled = True
|
||||||
|
DirectCast(user.Self, UserData).Progress = Bar
|
||||||
|
If Not user.FileExists Then user.UpdateUserInformation()
|
||||||
|
user.DownloadData(Nothing)
|
||||||
|
Dim m As New MMessage("Reddit saved posts download complete", "Saved posts downloading", {"OK", "Open folder"})
|
||||||
|
m.Text.StringAppendLine($"Downloaded images: {user.DownloadedPictures}")
|
||||||
|
m.Text.StringAppendLine($"Downloaded videos: {user.DownloadedVideos}")
|
||||||
|
If MsgBoxE(m) = 1 Then u.File.CutPath.Open(SFO.Path)
|
||||||
|
Bar.Enabled = False
|
||||||
|
End Using
|
||||||
|
Catch ex As Exception
|
||||||
|
ErrorsDescriber.Execute(EDP.SendInLog, ex, "[API.Reddit.ProfileSaved.Download]")
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Functions.XML
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
Imports PersonalUtilities.Tools.ImageRenderer
|
Imports PersonalUtilities.Tools.ImageRenderer
|
||||||
Imports PersonalUtilities.Tools.WebDocuments.JSON
|
Imports PersonalUtilities.Tools.WebDocuments.JSON
|
||||||
@@ -54,6 +62,8 @@ Namespace API.Reddit
|
|||||||
#Region "Initializers"
|
#Region "Initializers"
|
||||||
''' <summary>Video downloader initializer</summary>
|
''' <summary>Video downloader initializer</summary>
|
||||||
Private Sub New()
|
Private Sub New()
|
||||||
|
ChannelPostsNames = New List(Of String)
|
||||||
|
_ExistsUsersNames = New List(Of String)
|
||||||
End Sub
|
End Sub
|
||||||
''' <summary>Default initializer</summary>
|
''' <summary>Default initializer</summary>
|
||||||
Friend Sub New(ByVal u As UserInfo, Optional ByVal _LoadUserInformation As Boolean = True, Optional ByVal InvokeImageHandler As Boolean = True)
|
Friend Sub New(ByVal u As UserInfo, Optional ByVal _LoadUserInformation As Boolean = True, Optional ByVal InvokeImageHandler As Boolean = True)
|
||||||
@@ -66,7 +76,10 @@ Namespace API.Reddit
|
|||||||
#End Region
|
#End Region
|
||||||
#Region "Download Overrides"
|
#Region "Download Overrides"
|
||||||
Friend Overrides Sub DownloadData(ByVal Token As CancellationToken)
|
Friend Overrides Sub DownloadData(ByVal Token As CancellationToken)
|
||||||
If IsChannel Then
|
If IsChannel AndAlso Not ChannelInfo.IsRegularChannel Then
|
||||||
|
If Not Responser Is Nothing Then Responser.Dispose()
|
||||||
|
Responser = New PersonalUtilities.Tools.WEB.Response
|
||||||
|
Responser.Copy(Settings(Sites.Reddit).Responser)
|
||||||
ChannelPostsNames.ListAddList(ChannelInfo.PostsAll.Select(Function(p) p.ID), LNC)
|
ChannelPostsNames.ListAddList(ChannelInfo.PostsAll.Select(Function(p) p.ID), LNC)
|
||||||
If SkipExistsUsers Then _ExistsUsersNames.ListAddList(Settings.UsersList.Select(Function(p) p.Name), LNC)
|
If SkipExistsUsers Then _ExistsUsersNames.ListAddList(Settings.UsersList.Select(Function(p) p.Name), LNC)
|
||||||
DownloadDataF(Token)
|
DownloadDataF(Token)
|
||||||
@@ -80,7 +93,18 @@ Namespace API.Reddit
|
|||||||
Protected Overrides Sub DownloadDataF(ByVal Token As CancellationToken)
|
Protected Overrides Sub DownloadDataF(ByVal Token As CancellationToken)
|
||||||
_TotalPostsDownloaded = 0
|
_TotalPostsDownloaded = 0
|
||||||
If IsChannel Then
|
If IsChannel Then
|
||||||
|
If ChannelInfo.IsRegularChannel Then
|
||||||
|
ChannelPostsNames.ListAddList(_TempPostsList, LNC)
|
||||||
|
If ChannelPostsNames.Count > 0 Then
|
||||||
|
DownloadLimitCount = Nothing
|
||||||
|
With _ContentList.Where(Function(c) c.Post.Date.HasValue)
|
||||||
|
If .Count > 0 Then DownloadLimitDate = .Max(Function(p) p.Post.Date.Value).AddMinutes(-10)
|
||||||
|
End With
|
||||||
|
End If
|
||||||
|
If DownloadTopCount.HasValue Then DownloadLimitCount = DownloadTopCount
|
||||||
|
End If
|
||||||
DownloadDataChannel(String.Empty, Token)
|
DownloadDataChannel(String.Empty, Token)
|
||||||
|
If ChannelInfo.IsRegularChannel Then _TempPostsList.ListAddList(_TempMediaList.Select(Function(m) m.Post.ID), LNC)
|
||||||
Else
|
Else
|
||||||
DownloadDataUser(String.Empty, Token)
|
DownloadDataUser(String.Empty, Token)
|
||||||
End If
|
End If
|
||||||
@@ -92,7 +116,7 @@ Namespace API.Reddit
|
|||||||
Dim URL$ = String.Empty
|
Dim URL$ = String.Empty
|
||||||
Try
|
Try
|
||||||
Dim PostID$ = String.Empty
|
Dim PostID$ = String.Empty
|
||||||
Dim PostDate$, PostTitle$
|
Dim PostDate$
|
||||||
Dim n As EContainer, nn As EContainer, s As EContainer
|
Dim n As EContainer, nn As EContainer, s As EContainer
|
||||||
Dim NewPostDetected As Boolean = False
|
Dim NewPostDetected As Boolean = False
|
||||||
Dim ExistsDetected As Boolean = False
|
Dim ExistsDetected As Boolean = False
|
||||||
@@ -124,30 +148,29 @@ Namespace API.Reddit
|
|||||||
ExistsDetected = True
|
ExistsDetected = True
|
||||||
Continue For
|
Continue For
|
||||||
End If
|
End If
|
||||||
PostTitle = nn.Value("title")
|
|
||||||
|
|
||||||
If CheckNode(nn) Then
|
If CheckNode(nn) Then
|
||||||
_ItemsBefore = _TempMediaList.Count
|
_ItemsBefore = _TempMediaList.Count
|
||||||
added = True
|
added = True
|
||||||
s = nn.ItemF({"source", "url"})
|
s = nn.ItemF({"source", "url"})
|
||||||
If s.XmlIfNothingValue("/").Contains("redgifs.com") Then
|
If s.XmlIfNothingValue("/").Contains("redgifs.com") Then
|
||||||
_TempMediaList.ListAddValue(MediaFromData(UTypes.VideoPre, s.Value, PostID, PostDate,, IsChannel, PostTitle), LNC)
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.VideoPre, s.Value, PostID, PostDate,, IsChannel), LNC)
|
||||||
Else
|
ElseIf Not CreateImgurMedia(s.XmlIfNothingValue, PostID, PostDate,, IsChannel) Then
|
||||||
s = nn.ItemF({"media"}).XmlIfNothing
|
s = nn.ItemF({"media"}).XmlIfNothing
|
||||||
__ItemType = s("type").XmlIfNothingValue
|
__ItemType = s("type").XmlIfNothingValue
|
||||||
Select Case __ItemType
|
Select Case __ItemType
|
||||||
Case "gallery" : If Not DownloadGallery(s, PostID, PostDate,,, PostTitle) Then added = False
|
Case "gallery" : If Not DownloadGallery(s, PostID, PostDate) Then added = False
|
||||||
Case "image", "gifvideo"
|
Case "image", "gifvideo"
|
||||||
If s.Contains("content") Then
|
If s.Contains("content") Then
|
||||||
_TempMediaList.ListAddValue(MediaFromData(UPicType(__ItemType), s.Value("content"),
|
_TempMediaList.ListAddValue(MediaFromData(UPicType(__ItemType), s.Value("content"),
|
||||||
PostID, PostDate,, IsChannel, PostTitle), LNC)
|
PostID, PostDate,, IsChannel), LNC)
|
||||||
Else
|
Else
|
||||||
added = False
|
added = False
|
||||||
End If
|
End If
|
||||||
Case "video"
|
Case "video"
|
||||||
If Settings.UseM3U8 AndAlso s("hlsUrl").XmlIfNothingValue("/").ToLower.Contains("m3u8") Then
|
If Settings.UseM3U8 AndAlso s("hlsUrl").XmlIfNothingValue("/").ToLower.Contains("m3u8") Then
|
||||||
_TempMediaList.ListAddValue(MediaFromData(UTypes.m3u8, s.Value("hlsUrl"),
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.m3u8, s.Value("hlsUrl"),
|
||||||
PostID, PostDate,, IsChannel, PostTitle), LNC)
|
PostID, PostDate,, IsChannel), LNC)
|
||||||
Else
|
Else
|
||||||
added = False
|
added = False
|
||||||
End If
|
End If
|
||||||
@@ -167,7 +190,7 @@ Namespace API.Reddit
|
|||||||
End Select
|
End Select
|
||||||
End With
|
End With
|
||||||
If Not tmpType = UTypes.Undefined Then
|
If Not tmpType = UTypes.Undefined Then
|
||||||
_TempMediaList.ListAddValue(MediaFromData(tmpType, s.Value, PostID, PostDate,, IsChannel, PostTitle), LNC)
|
_TempMediaList.ListAddValue(MediaFromData(tmpType, s.Value, PostID, PostDate,, IsChannel), LNC)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@@ -183,8 +206,14 @@ Namespace API.Reddit
|
|||||||
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
Catch dex As ObjectDisposedException When Disposed
|
Catch dex As ObjectDisposedException When Disposed
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LogError(ex, $"data downloading error [{URL}]")
|
If ex.HelpLink = NonExistendUserHelp Then
|
||||||
HasError = True
|
UserExists = False
|
||||||
|
ElseIf ex.HelpLink = SuspendedUserHelp Then
|
||||||
|
UserSuspended = True
|
||||||
|
Else
|
||||||
|
LogError(ex, $"data downloading error [{URL}]")
|
||||||
|
HasError = True
|
||||||
|
End If
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub DownloadDataChannel(ByVal POST As String, ByVal Token As CancellationToken)
|
Private Sub DownloadDataChannel(ByVal POST As String, ByVal Token As CancellationToken)
|
||||||
@@ -198,7 +227,12 @@ Namespace API.Reddit
|
|||||||
Dim eCount As Predicate(Of EContainer) = Function(e) e.Count > 0
|
Dim eCount As Predicate(Of EContainer) = Function(e) e.Count > 0
|
||||||
Dim lDate As Date?
|
Dim lDate As Date?
|
||||||
|
|
||||||
URL = $"https://reddit.com/r/{Name}/new.json?allow_quarantined=true&allow_over18=1&include=identity&after={POST}&dist=25&sort=new&t=all&layout=classic"
|
If IsSavedPosts Then
|
||||||
|
URL = $"https://www.reddit.com/user/{Name}/saved.json?after={POST}"
|
||||||
|
Else
|
||||||
|
URL = $"https://reddit.com/r/{Name}/new.json?allow_quarantined=true&allow_over18=1&include=identity&after={POST}&dist=25&sort=new&t=all&layout=classic"
|
||||||
|
End If
|
||||||
|
|
||||||
ThrowAny(Token)
|
ThrowAny(Token)
|
||||||
Dim r$ = GetSiteResponse(URL)
|
Dim r$ = GetSiteResponse(URL)
|
||||||
If Not r.IsEmptyString Then
|
If Not r.IsEmptyString Then
|
||||||
@@ -242,6 +276,8 @@ Namespace API.Reddit
|
|||||||
_TempMediaList.ListAddValue(MediaFromData(UTypes.VideoPre, tmpUrl, PostID, PostDate, _UserID, IsChannel), LNC)
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.VideoPre, tmpUrl, PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
_TotalPostsDownloaded += 1
|
_TotalPostsDownloaded += 1
|
||||||
End If
|
End If
|
||||||
|
ElseIf CreateImgurMedia(tmpUrl, PostID, PostDate, _UserID, IsChannel) Then
|
||||||
|
_TotalPostsDownloaded += 1
|
||||||
ElseIf s.Item("media_metadata").XmlIfNothing.Count > 0 Then
|
ElseIf s.Item("media_metadata").XmlIfNothing.Count > 0 Then
|
||||||
DownloadGallery(s, PostID, PostDate, _UserID, SaveToCache)
|
DownloadGallery(s, PostID, PostDate, _UserID, SaveToCache)
|
||||||
_TotalPostsDownloaded += 1
|
_TotalPostsDownloaded += 1
|
||||||
@@ -263,15 +299,57 @@ Namespace API.Reddit
|
|||||||
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
Catch dex As ObjectDisposedException When Disposed
|
Catch dex As ObjectDisposedException When Disposed
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LogError(ex, $"channel data downloading error [{URL}]")
|
If ex.HelpLink = NonExistendUserHelp Then
|
||||||
HasError = True
|
UserExists = False
|
||||||
|
ElseIf ex.HelpLink = SuspendedUserHelp Then
|
||||||
|
UserSuspended = True
|
||||||
|
Else
|
||||||
|
LogError(ex, $"channel data downloading error [{URL}]")
|
||||||
|
HasError = True
|
||||||
|
End If
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
#End Region
|
#End Region
|
||||||
#Region "Download Base Functions"
|
#Region "Download Base Functions"
|
||||||
|
Private Function ImgurPicture(ByVal Source As EContainer, ByVal Value As String) As String
|
||||||
|
Try
|
||||||
|
Dim e As EContainer = Source({"source", "url"}).XmlIfNothing
|
||||||
|
If Not e.IsEmptyString AndAlso e.Value.ToLower.Contains("imgur") Then
|
||||||
|
Return e.Value
|
||||||
|
Else
|
||||||
|
Return Value
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
LogError(ex, "[ImgurPicture]")
|
||||||
|
Return Value
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
Private Function CreateImgurMedia(ByVal _URL As String, ByVal PostID As String, ByVal PostDate As String,
|
||||||
|
Optional ByVal _UserID As String = "", Optional ByVal IsChannel As Boolean = False) As Boolean
|
||||||
|
If Not _URL.IsEmptyString AndAlso _URL.Contains("imgur") Then
|
||||||
|
If _URL.StringContains({".jpg", ".png", ".jpeg"}) Then
|
||||||
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.Picture, _URL, PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
|
ElseIf _URL.Contains(".gifv") Then
|
||||||
|
If SaveToCache Then
|
||||||
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.Picture, _URL.Replace(".gifv", ".gif"),
|
||||||
|
PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
|
Else
|
||||||
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.Video, _URL.Replace(".gifv", ".mp4"),
|
||||||
|
PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
|
End If
|
||||||
|
ElseIf _URL.Contains(".gif") Then
|
||||||
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.GIF, _URL, PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
|
Else
|
||||||
|
If Not TryFile(_URL) Then _URL &= ".jpg"
|
||||||
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.Picture, _URL, PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
|
End If
|
||||||
|
Return True
|
||||||
|
Else
|
||||||
|
Return False
|
||||||
|
End If
|
||||||
|
End Function
|
||||||
Private Function DownloadGallery(ByVal w As EContainer, ByVal PostID As String, ByVal PostDate As String,
|
Private Function DownloadGallery(ByVal w As EContainer, ByVal PostID As String, ByVal PostDate As String,
|
||||||
Optional ByVal _UserID As String = Nothing, Optional ByVal FirstOnly As Boolean = False,
|
Optional ByVal _UserID As String = Nothing, Optional ByVal FirstOnly As Boolean = False) As Boolean
|
||||||
Optional ByVal Title As String = Nothing) As Boolean
|
|
||||||
Try
|
Try
|
||||||
Dim added As Boolean = False
|
Dim added As Boolean = False
|
||||||
Dim cn$ = IIf(IsChannel, "media_metadata", "mediaMetadata")
|
Dim cn$ = IIf(IsChannel, "media_metadata", "mediaMetadata")
|
||||||
@@ -280,7 +358,7 @@ Namespace API.Reddit
|
|||||||
For Each n As EContainer In w(cn)
|
For Each n As EContainer In w(cn)
|
||||||
t = n.ItemF({"s", "u"})
|
t = n.ItemF({"s", "u"})
|
||||||
If Not t Is Nothing AndAlso Not t.Value.IsEmptyString Then
|
If Not t Is Nothing AndAlso Not t.Value.IsEmptyString Then
|
||||||
_TempMediaList.ListAddValue(MediaFromData(UTypes.Picture, t.Value, PostID, PostDate, _UserID, IsChannel, Title), LNC)
|
_TempMediaList.ListAddValue(MediaFromData(UTypes.Picture, t.Value, PostID, PostDate, _UserID, IsChannel), LNC)
|
||||||
added = True
|
added = True
|
||||||
If FirstOnly Then Exit For
|
If FirstOnly Then Exit For
|
||||||
End If
|
End If
|
||||||
@@ -323,13 +401,15 @@ Namespace API.Reddit
|
|||||||
LogError(ex, "video reparsing error")
|
LogError(ex, "video reparsing error")
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Friend Shared Function GetVideoInfo(ByVal URL As String) As UserMedia
|
Friend Shared Function GetVideoInfo(ByVal URL As String) As IEnumerable(Of UserMedia)
|
||||||
Try
|
Try
|
||||||
If Not URL.IsEmptyString AndAlso URL.Contains("redgifs") Then
|
If Not URL.IsEmptyString AndAlso URL.Contains("redgifs") Then
|
||||||
Using r As New UserData
|
Using r As New UserData
|
||||||
r._TempMediaList.Add(MediaFromData(UTypes.VideoPre, URL, String.Empty, String.Empty,, False))
|
r._TempMediaList.Add(MediaFromData(UTypes.VideoPre, URL, String.Empty, String.Empty,, False))
|
||||||
|
r.Responser = New PersonalUtilities.Tools.WEB.Response
|
||||||
|
r.Responser.Copy(Settings(Sites.Reddit).Responser)
|
||||||
r.ReparseVideo(Nothing)
|
r.ReparseVideo(Nothing)
|
||||||
If r._TempMediaList.ListExists Then Return r._TempMediaList(0)
|
If r._TempMediaList.ListExists Then Return {r._TempMediaList(0)}
|
||||||
End Using
|
End Using
|
||||||
End If
|
End If
|
||||||
Return Nothing
|
Return Nothing
|
||||||
@@ -340,20 +420,18 @@ Namespace API.Reddit
|
|||||||
#End Region
|
#End Region
|
||||||
#Region "Structure creator"
|
#Region "Structure creator"
|
||||||
Protected Shared Function MediaFromData(ByVal t As UTypes, ByVal _URL As String, ByVal PostID As String, ByVal PostDate As String,
|
Protected Shared Function MediaFromData(ByVal t As UTypes, ByVal _URL As String, ByVal PostID As String, ByVal PostDate As String,
|
||||||
Optional ByVal _UserID As String = "", Optional ByVal IsChannel As Boolean = False,
|
Optional ByVal _UserID As String = "", Optional ByVal IsChannel As Boolean = False) As UserMedia
|
||||||
Optional ByVal Title As String = Nothing) As UserMedia
|
|
||||||
If _URL.IsEmptyString And t = UTypes.Picture Then Return Nothing
|
If _URL.IsEmptyString And t = UTypes.Picture Then Return Nothing
|
||||||
_URL = LinkFormatterSecure(RegexReplace(_URL.Replace("\", String.Empty), LinkPattern))
|
_URL = LinkFormatterSecure(RegexReplace(_URL.Replace("\", String.Empty), LinkPattern))
|
||||||
Dim m As New UserMedia(_URL, t) With {.Post = New UserPost With {.ID = PostID, .UserID = _UserID}}
|
Dim m As New UserMedia(_URL, t) With {.Post = New UserPost With {.ID = PostID, .UserID = _UserID}}
|
||||||
If t = UTypes.Picture Or t = UTypes.GIF Then m.File = UrlToFile(m.URL) Else m.File = Nothing
|
If t = UTypes.Picture Or t = UTypes.GIF Then m.File = UrlToFile(m.URL) Else m.File = Nothing
|
||||||
If m.URL.Contains("preview") Then m.URL = $"https://i.redd.it/{m.File.File}"
|
If m.URL.Contains("preview") Then m.URL = $"https://i.redd.it/{m.File.File}"
|
||||||
If Not PostDate.IsEmptyString Then m.Post.Date = AConvert(Of Date)(PostDate, If(IsChannel, DateProviderChannel, DateProvider), Nothing) Else m.Post.Date = Nothing
|
If Not PostDate.IsEmptyString Then m.Post.Date = AConvert(Of Date)(PostDate, If(IsChannel, DateProviderChannel, DateProvider), Nothing) Else m.Post.Date = Nothing
|
||||||
If Not Title.IsEmptyString Then m.Post.Title = Title
|
|
||||||
Return m
|
Return m
|
||||||
End Function
|
End Function
|
||||||
Private Function TryFile(ByVal URL As String) As Boolean
|
Private Function TryFile(ByVal URL As String) As Boolean
|
||||||
Try
|
Try
|
||||||
If Not URL.IsEmptyString AndAlso URL.Contains(".jpg") Then
|
If Not URL.IsEmptyString AndAlso URL.StringContains({".jpg", ".png", ".jpeg"}) Then
|
||||||
Dim f As SFile = CStr(RegexReplace(URL, FilesPattern))
|
Dim f As SFile = CStr(RegexReplace(URL, FilesPattern))
|
||||||
Return Not f.IsEmptyString And Not f.File.IsEmptyString
|
Return Not f.IsEmptyString And Not f.File.IsEmptyString
|
||||||
End If
|
End If
|
||||||
@@ -387,12 +465,23 @@ Namespace API.Reddit
|
|||||||
Dim v As UserMedia
|
Dim v As UserMedia
|
||||||
Dim cached As Boolean = IsChannel And SaveToCache
|
Dim cached As Boolean = IsChannel And SaveToCache
|
||||||
Dim vsf As Boolean = SeparateVideoFolderF
|
Dim vsf As Boolean = SeparateVideoFolderF
|
||||||
Dim ImgFormat As Imaging.ImageFormat
|
Dim UseMD5 As Boolean = Not IsChannel Or (Not cached And Settings.ChannelsRegularCheckMD5)
|
||||||
Dim bDP As New ErrorsDescriber(EDP.None)
|
Dim bDP As New ErrorsDescriber(EDP.None)
|
||||||
|
Dim ImgurUrls As New List(Of String)
|
||||||
|
Dim TryBytes As Func(Of String, Imaging.ImageFormat, String) =
|
||||||
|
Function(ByVal __URL As String, ByVal ImgFormat As Imaging.ImageFormat) As String
|
||||||
|
Try
|
||||||
|
Return ByteArrayToString(GetMD5(SFile.GetBytesFromNet(__URL, bDP), ImgFormat))
|
||||||
|
Catch hash_ex As Exception
|
||||||
|
Return String.Empty
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
Dim MD5BS As Func(Of String, UTypes,
|
Dim MD5BS As Func(Of String, UTypes,
|
||||||
SFile, Boolean, String) = Function(ByVal __URL As String, ByVal __MT As UTypes,
|
SFile, Boolean, String) = Function(ByVal __URL As String, ByVal __MT As UTypes,
|
||||||
ByVal __File As SFile, ByVal __IsBase As Boolean) As String
|
ByVal __File As SFile, ByVal __IsBase As Boolean) As String
|
||||||
Try
|
Try
|
||||||
|
ImgurUrls.Clear()
|
||||||
|
Dim ImgFormat As Imaging.ImageFormat
|
||||||
If __MT = UTypes.GIF Then
|
If __MT = UTypes.GIF Then
|
||||||
ImgFormat = Imaging.ImageFormat.Gif
|
ImgFormat = Imaging.ImageFormat.Gif
|
||||||
ElseIf __IsBase Then
|
ElseIf __IsBase Then
|
||||||
@@ -400,7 +489,27 @@ Namespace API.Reddit
|
|||||||
Else
|
Else
|
||||||
ImgFormat = GetImageFormat(__File)
|
ImgFormat = GetImageFormat(__File)
|
||||||
End If
|
End If
|
||||||
Return ByteArrayToString(GetMD5(SFile.GetBytesFromNet(__URL, bDP), ImgFormat))
|
|
||||||
|
Dim tmpBytes$ = TryBytes(__URL, ImgFormat)
|
||||||
|
If tmpBytes.IsEmptyString And Not __MT = UTypes.GIF Then
|
||||||
|
ImgFormat = Imaging.ImageFormat.Png
|
||||||
|
tmpBytes = TryBytes(__URL, ImgFormat)
|
||||||
|
If Not tmpBytes.IsEmptyString Then Return tmpBytes
|
||||||
|
Else
|
||||||
|
Return tmpBytes
|
||||||
|
End If
|
||||||
|
|
||||||
|
If tmpBytes.IsEmptyString And Not __MT = UTypes.GIF And __URL.Contains("imgur.com") Then
|
||||||
|
For c% = 0 To 1
|
||||||
|
If c = 0 Then
|
||||||
|
ImgurUrls.ListAddList(Imgur.Envir.GetGallery(__URL))
|
||||||
|
Else
|
||||||
|
ImgurUrls.ListAddValue(Imgur.Envir.GetImage(__URL))
|
||||||
|
End If
|
||||||
|
If ImgurUrls.Count > 0 Then Exit For
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
Return tmpBytes
|
||||||
Catch hash_ex As Exception
|
Catch hash_ex As Exception
|
||||||
Return String.Empty
|
Return String.Empty
|
||||||
End Try
|
End Try
|
||||||
@@ -420,43 +529,59 @@ Namespace API.Reddit
|
|||||||
End If
|
End If
|
||||||
f.Separator = "\"
|
f.Separator = "\"
|
||||||
m = String.Empty
|
m = String.Empty
|
||||||
If (v.Type = UTypes.Picture Or v.Type = UTypes.GIF) And Not cached Then
|
If (v.Type = UTypes.Picture Or v.Type = UTypes.GIF) And UseMD5 Then
|
||||||
m = MD5BS(v.URL, v.Type, f, False)
|
m = MD5BS(v.URL, v.Type, f, False)
|
||||||
If m.IsEmptyString AndAlso Not v.URL_BASE.IsEmptyString AndAlso Not v.URL_BASE = v.URL Then
|
If ImgurUrls.Count = 0 AndAlso m.IsEmptyString AndAlso Not v.URL_BASE.IsEmptyString AndAlso Not v.URL_BASE = v.URL Then
|
||||||
m = MD5BS(v.URL_BASE, v.Type, f, True)
|
m = MD5BS(v.URL_BASE, v.Type, f, True)
|
||||||
If Not m.IsEmptyString Then v.URL = v.URL_BASE
|
If Not m.IsEmptyString Then v.URL = v.URL_BASE
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If (Not m.IsEmptyString AndAlso Not HashList.Contains(m)) Or Not (v.Type = UTypes.Picture Or
|
If (Not m.IsEmptyString AndAlso Not HashList.Contains(m)) Or Not (v.Type = UTypes.Picture Or
|
||||||
v.Type = UTypes.GIF) Or cached Then
|
v.Type = UTypes.GIF) Or Not UseMD5 Or ImgurUrls.Count > 0 Then
|
||||||
If Not cached Then HashList.Add(m)
|
Do
|
||||||
v.MD5 = m
|
If Not cached And Not m.IsEmptyString Then HashList.Add(m)
|
||||||
f.Path = MyDir
|
v.MD5 = m
|
||||||
Try
|
If ImgurUrls.Count > 0 Then
|
||||||
If (v.Type = UTypes.Video Or v.Type = UTypes.m3u8) And vsf Then f.Path = $"{f.PathWithSeparator}Video"
|
If ImgurUrls(0).IsEmptyString Then ImgurUrls.RemoveAt(0) : Continue Do
|
||||||
If v.Type = UTypes.m3u8 Then
|
f = UrlToFile(ImgurUrls(0))
|
||||||
f = M3U8.Download(v.URL, f)
|
If f.Extension.IsEmptyString Then f.Extension = "gif"
|
||||||
Else
|
If f.Name.IsEmptyString Then
|
||||||
w.DownloadFile(v.URL, f.ToString)
|
f.Path = MyDir
|
||||||
End If
|
f.Name = $"ImgurImg_{v.File.Name}"
|
||||||
If Not v.Type = UTypes.m3u8 Or Not f.IsEmptyString Then
|
f = SFile.Indexed_IndexFile(f,,, EDP.ReturnValue)
|
||||||
Select Case v.Type
|
|
||||||
Case UTypes.Picture : DownloadedPictures += 1 : _CountPictures += 1
|
|
||||||
Case UTypes.Video, UTypes.m3u8 : DownloadedVideos += 1 : _CountVideo += 1
|
|
||||||
End Select
|
|
||||||
If Not IsChannel Or Not SaveToCache Then
|
|
||||||
v.File = ChangeFileNameByProvider(f, v)
|
|
||||||
Else
|
|
||||||
v.File = f
|
|
||||||
End If
|
End If
|
||||||
v.Post.CachedFile = f
|
|
||||||
v.State = UStates.Downloaded
|
|
||||||
dCount += 1
|
|
||||||
End If
|
End If
|
||||||
Catch wex As Exception
|
f.Path = MyDir
|
||||||
If Not IsChannel Then ErrorDownloading(f, v.URL)
|
Try
|
||||||
End Try
|
If (v.Type = UTypes.Video Or v.Type = UTypes.m3u8 Or (ImgurUrls.Count > 0 AndAlso f.Extension = "mp4")) And
|
||||||
|
vsf Then f.Path = $"{f.PathWithSeparator}Video"
|
||||||
|
If v.Type = UTypes.m3u8 Then
|
||||||
|
f = M3U8.Download(v.URL, f)
|
||||||
|
ElseIf ImgurUrls.Count > 0 Then
|
||||||
|
w.DownloadFile(ImgurUrls(0), f.ToString)
|
||||||
|
Else
|
||||||
|
w.DownloadFile(v.URL, f.ToString)
|
||||||
|
End If
|
||||||
|
If Not v.Type = UTypes.m3u8 Or Not f.IsEmptyString Then
|
||||||
|
Select Case v.Type
|
||||||
|
Case UTypes.Picture : DownloadedPictures += 1 : _CountPictures += 1
|
||||||
|
Case UTypes.Video, UTypes.m3u8 : DownloadedVideos += 1 : _CountVideo += 1
|
||||||
|
End Select
|
||||||
|
If Not IsChannel Or Not SaveToCache Then
|
||||||
|
v.File = ChangeFileNameByProvider(f, v)
|
||||||
|
Else
|
||||||
|
v.File = f
|
||||||
|
End If
|
||||||
|
v.Post.CachedFile = f
|
||||||
|
v.State = UStates.Downloaded
|
||||||
|
dCount += 1
|
||||||
|
End If
|
||||||
|
Catch wex As Exception
|
||||||
|
If Not IsChannel Then ErrorDownloading(f, v.URL)
|
||||||
|
End Try
|
||||||
|
If ImgurUrls.Count > 0 Then ImgurUrls.RemoveAt(0)
|
||||||
|
Loop While ImgurUrls.Count > 0
|
||||||
Else
|
Else
|
||||||
v.State = UStates.Skipped
|
v.State = UStates.Skipped
|
||||||
End If
|
End If
|
||||||
@@ -482,15 +607,20 @@ Namespace API.Reddit
|
|||||||
End Sub
|
End Sub
|
||||||
Protected Function GetSiteResponse(ByVal URL As String, Optional ByVal e As ErrorsDescriber = Nothing) As String
|
Protected Function GetSiteResponse(ByVal URL As String, Optional ByVal e As ErrorsDescriber = Nothing) As String
|
||||||
Try
|
Try
|
||||||
Return Settings.Site(Sites.Reddit).Responser.GetResponse(URL,, EDP.ThrowException)
|
Return Responser.GetResponse(URL,, EDP.ThrowException)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
HasError = True
|
HasError = True
|
||||||
Dim OptText$ = String.Empty
|
Dim OptText$ = String.Empty
|
||||||
If Not e.Exists Then
|
If Not e.Exists Then
|
||||||
Dim ee As EDP = EDP.SendInLog
|
Dim ee As EDP = EDP.SendInLog
|
||||||
If Settings.Site(Sites.Reddit).Responser.StatusCode = HttpStatusCode.NotFound Then
|
If Responser.StatusCode = HttpStatusCode.NotFound Then
|
||||||
ee += EDP.ThrowException
|
ee = EDP.ThrowException
|
||||||
OptText = ": USER NOT FOUND"
|
OptText = ": USER NOT FOUND"
|
||||||
|
ex.HelpLink = NonExistendUserHelp
|
||||||
|
ElseIf Responser.StatusCode = HttpStatusCode.Forbidden Then
|
||||||
|
ee = EDP.ThrowException
|
||||||
|
OptText = ": USER PROFILE SUSPENDED"
|
||||||
|
ex.HelpLink = SuspendedUserHelp
|
||||||
Else
|
Else
|
||||||
ee += EDP.ReturnValue
|
ee += EDP.ReturnValue
|
||||||
End If
|
End If
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Functions.XML.Base
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML.Base
|
||||||
Namespace API.Twitter
|
Namespace API.Twitter
|
||||||
Friend Module Declarations
|
Friend Module Declarations
|
||||||
Friend DateProvider As New ADateTime(ADateTime.Formats.BaseDateTime)
|
Friend DateProvider As New ADateTime(ADateTime.Formats.BaseDateTime)
|
||||||
|
|||||||
@@ -1,4 +1,13 @@
|
|||||||
Imports PersonalUtilities.Tools.WebDocuments.JSON
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools.WEB
|
||||||
|
Imports PersonalUtilities.Tools.WebDocuments.JSON
|
||||||
Imports PersonalUtilities.Functions.XML
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports System.Net
|
Imports System.Net
|
||||||
Imports System.Threading
|
Imports System.Threading
|
||||||
@@ -47,7 +56,7 @@ Namespace API.Twitter
|
|||||||
Dim URL$ = String.Empty
|
Dim URL$ = String.Empty
|
||||||
Try
|
Try
|
||||||
Dim PostID$ = String.Empty
|
Dim PostID$ = String.Empty
|
||||||
Dim PostDate$, PostTitle$
|
Dim PostDate$
|
||||||
Dim m As EContainer, nn As EContainer, s As EContainer
|
Dim m As EContainer, nn As EContainer, s As EContainer
|
||||||
Dim NewPostDetected As Boolean = False
|
Dim NewPostDetected As Boolean = False
|
||||||
Dim ExistsDetected As Boolean = False
|
Dim ExistsDetected As Boolean = False
|
||||||
@@ -59,7 +68,7 @@ Namespace API.Twitter
|
|||||||
If Not POST.IsEmptyString Then URL &= $"&max_id={POST}"
|
If Not POST.IsEmptyString Then URL &= $"&max_id={POST}"
|
||||||
|
|
||||||
ThrowAny(Token)
|
ThrowAny(Token)
|
||||||
Dim r$ = Settings.Site(Sites.Twitter).Responser.GetResponse(URL,, EDP.ThrowException)
|
Dim r$ = Responser.GetResponse(URL,, EDP.ThrowException)
|
||||||
If Not r.IsEmptyString Then
|
If Not r.IsEmptyString Then
|
||||||
Using w As EContainer = JsonDocument.Parse(r)
|
Using w As EContainer = JsonDocument.Parse(r)
|
||||||
If Not w Is Nothing AndAlso w.Count > 0 Then
|
If Not w Is Nothing AndAlso w.Count > 0 Then
|
||||||
@@ -83,18 +92,17 @@ Namespace API.Twitter
|
|||||||
ExistsDetected = True
|
ExistsDetected = True
|
||||||
Continue For
|
Continue For
|
||||||
End If
|
End If
|
||||||
PostTitle = nn.Value("full_text")
|
|
||||||
|
|
||||||
If Not ParseUserMediaOnly OrElse (Not nn.Contains("retweeted_status") OrElse
|
If Not ParseUserMediaOnly OrElse (Not nn.Contains("retweeted_status") OrElse
|
||||||
(Not ID.IsEmptyString AndAlso UID(nn("retweeted_status")) = ID)) Then
|
(Not ID.IsEmptyString AndAlso UID(nn("retweeted_status")) = ID)) Then
|
||||||
If Not CheckVideoNode(nn, PostID, PostDate, PostTitle) Then
|
If Not CheckVideoNode(nn, PostID, PostDate) Then
|
||||||
s = nn.ItemF({"extended_entities", "media"})
|
s = nn.ItemF({"extended_entities", "media"})
|
||||||
If s Is Nothing OrElse s.Count = 0 Then s = nn.ItemF({"retweeted_status", "extended_entities", "media"})
|
If s Is Nothing OrElse s.Count = 0 Then s = nn.ItemF({"retweeted_status", "extended_entities", "media"})
|
||||||
If Not s Is Nothing AndAlso s.Count > 0 Then
|
If Not s Is Nothing AndAlso s.Count > 0 Then
|
||||||
For Each m In s
|
For Each m In s
|
||||||
If m.Count > 0 AndAlso m.Contains("media_url") Then
|
If m.Count > 0 AndAlso m.Contains("media_url") Then
|
||||||
_TempMediaList.ListAddValue(MediaFromData(m("media_url").Value,
|
_TempMediaList.ListAddValue(MediaFromData(m("media_url").Value,
|
||||||
PostID, PostDate, GetPictureOption(m), PostTitle), LNC)
|
PostID, PostDate, GetPictureOption(m)), LNC)
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
End If
|
End If
|
||||||
@@ -110,22 +118,30 @@ Namespace API.Twitter
|
|||||||
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
Catch oex As OperationCanceledException When Token.IsCancellationRequested
|
||||||
Catch dex As ObjectDisposedException When Disposed
|
Catch dex As ObjectDisposedException When Disposed
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LogError(ex, $"data downloading error [{URL}]")
|
If Responser.StatusCode = HttpStatusCode.NotFound Then
|
||||||
HasError = True
|
UserExists = False
|
||||||
|
ElseIf Responser.StatusCode = HttpStatusCode.Unauthorized Then
|
||||||
|
UserSuspended = True
|
||||||
|
ElseIf Responser.StatusCode = HttpStatusCode.BadRequest Then
|
||||||
|
MyMainLOG = "Twitter has invalid credentials"
|
||||||
|
Else
|
||||||
|
LogError(ex, $"data downloading error [{URL}]")
|
||||||
|
HasError = True
|
||||||
|
End If
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Friend Shared Function GetVideoInfo(ByVal URL As String) As UserMedia
|
Friend Shared Function GetVideoInfo(ByVal URL As String) As IEnumerable(Of UserMedia)
|
||||||
Try
|
Try
|
||||||
If URL.Contains("twitter") Then
|
If URL.Contains("twitter") Then
|
||||||
Dim PostID$ = RegexReplace(URL, New RegexStructure("(?<=/)\d+", True, False,,,,, String.Empty))
|
Dim PostID$ = RegexReplace(URL, New RegexStructure("(?<=/)\d+", True, False,,,,, String.Empty))
|
||||||
If Not PostID.IsEmptyString Then
|
If Not PostID.IsEmptyString Then
|
||||||
Dim r$ = Settings.Site(Sites.Twitter).Responser.GetResponse($"https://api.twitter.com/1.1/statuses/show.json?id={PostID}",,
|
Dim r$ = DirectCast(Settings(Sites.Twitter).Responser.Copy(), Response).
|
||||||
EDP.ReturnValue)
|
GetResponse($"https://api.twitter.com/1.1/statuses/show.json?id={PostID}",, EDP.ReturnValue)
|
||||||
If Not r.IsEmptyString Then
|
If Not r.IsEmptyString Then
|
||||||
Using j As EContainer = JsonDocument.Parse(r)
|
Using j As EContainer = JsonDocument.Parse(r)
|
||||||
If j.ListExists Then
|
If j.ListExists Then
|
||||||
Dim u$ = GetVideoNodeURL(j)
|
Dim u$ = GetVideoNodeURL(j)
|
||||||
If Not u.IsEmptyString Then Return MediaFromData(u, PostID, String.Empty)
|
If Not u.IsEmptyString Then Return {MediaFromData(u, PostID, String.Empty)}
|
||||||
End If
|
End If
|
||||||
End Using
|
End Using
|
||||||
End If
|
End If
|
||||||
@@ -159,10 +175,10 @@ Namespace API.Twitter
|
|||||||
End Function
|
End Function
|
||||||
#End Region
|
#End Region
|
||||||
#Region "Video options"
|
#Region "Video options"
|
||||||
Private Function CheckVideoNode(ByVal w As EContainer, ByVal PostID As String, ByVal PostDate As String, ByVal Title As String) As Boolean
|
Private Function CheckVideoNode(ByVal w As EContainer, ByVal PostID As String, ByVal PostDate As String) As Boolean
|
||||||
Try
|
Try
|
||||||
Dim URL$ = GetVideoNodeURL(w)
|
Dim URL$ = GetVideoNodeURL(w)
|
||||||
If Not URL.IsEmptyString Then _TempMediaList.ListAddValue(MediaFromData(URL, PostID, PostDate,, Title), LNC) : Return True
|
If Not URL.IsEmptyString Then _TempMediaList.ListAddValue(MediaFromData(URL, PostID, PostDate), LNC) : Return True
|
||||||
Return False
|
Return False
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
LogError(ex, "[CheckVideoNode]")
|
LogError(ex, "[CheckVideoNode]")
|
||||||
@@ -194,7 +210,7 @@ Namespace API.Twitter
|
|||||||
End Sub
|
End Sub
|
||||||
#End Region
|
#End Region
|
||||||
Private Shared Function MediaFromData(ByVal _URL As String, ByVal PostID As String, ByVal PostDate As String,
|
Private Shared Function MediaFromData(ByVal _URL As String, ByVal PostID As String, ByVal PostDate As String,
|
||||||
Optional ByVal _PictureOption As String = "", Optional ByVal Title As String = Nothing) As UserMedia
|
Optional ByVal _PictureOption As String = "") As UserMedia
|
||||||
_URL = LinkFormatterSecure(RegexReplace(_URL.Replace("\", String.Empty), LinkPattern))
|
_URL = LinkFormatterSecure(RegexReplace(_URL.Replace("\", String.Empty), LinkPattern))
|
||||||
Dim m As New UserMedia(_URL) With {.PictureOption = _PictureOption, .Post = New UserPost With {.ID = PostID}}
|
Dim m As New UserMedia(_URL) With {.PictureOption = _PictureOption, .Post = New UserPost With {.ID = PostID}}
|
||||||
If Not m.URL.IsEmptyString Then m.File = CStr(RegexReplace(m.URL, FilesPattern))
|
If Not m.URL.IsEmptyString Then m.File = CStr(RegexReplace(m.URL, FilesPattern))
|
||||||
@@ -202,19 +218,19 @@ Namespace API.Twitter
|
|||||||
m.URL_BASE = $"{m.URL.Replace($".{m.File.Extension}", String.Empty)}?format={m.File.Extension}&name={m.PictureOption}"
|
m.URL_BASE = $"{m.URL.Replace($".{m.File.Extension}", String.Empty)}?format={m.File.Extension}&name={m.PictureOption}"
|
||||||
End If
|
End If
|
||||||
If Not PostDate.IsEmptyString Then m.Post.Date = AConvert(Of Date)(PostDate, Declarations.DateProvider, Nothing) Else m.Post.Date = Nothing
|
If Not PostDate.IsEmptyString Then m.Post.Date = AConvert(Of Date)(PostDate, Declarations.DateProvider, Nothing) Else m.Post.Date = Nothing
|
||||||
If Not Title.IsEmptyString Then m.Post.Title = Title
|
|
||||||
Return m
|
Return m
|
||||||
End Function
|
End Function
|
||||||
#End Region
|
#End Region
|
||||||
Protected Overrides Sub DownloadContent(ByVal Token As CancellationToken)
|
Protected Overrides Sub DownloadContent(ByVal Token As CancellationToken)
|
||||||
Try
|
Try
|
||||||
Dim i%
|
Dim i%
|
||||||
|
Dim dCount% = 0, dTotal% = 0
|
||||||
ThrowAny(Token)
|
ThrowAny(Token)
|
||||||
If _ContentNew.Count > 0 Then
|
If _ContentNew.Count > 0 Then
|
||||||
_ContentNew.RemoveAll(Function(c) c.URL.IsEmptyString)
|
_ContentNew.RemoveAll(Function(c) c.URL.IsEmptyString)
|
||||||
If _ContentNew.Count > 0 Then
|
If _ContentNew.Count > 0 Then
|
||||||
MyFile.Exists(SFO.Path)
|
MyFile.Exists(SFO.Path)
|
||||||
Dim MyDir$ = MyFile.CutPath.Path
|
Dim MyDir$ = MyFile.CutPath.PathNoSeparator
|
||||||
Dim vsf As Boolean = SeparateVideoFolderF
|
Dim vsf As Boolean = SeparateVideoFolderF
|
||||||
Dim f As SFile
|
Dim f As SFile
|
||||||
Dim v As UserMedia
|
Dim v As UserMedia
|
||||||
@@ -245,6 +261,7 @@ Namespace API.Twitter
|
|||||||
End Select
|
End Select
|
||||||
v.File = ChangeFileNameByProvider(f, v)
|
v.File = ChangeFileNameByProvider(f, v)
|
||||||
v.State = UStates.Downloaded
|
v.State = UStates.Downloaded
|
||||||
|
dCount += 1
|
||||||
Catch wex As Exception
|
Catch wex As Exception
|
||||||
ErrorDownloading(f, v.URL_BASE)
|
ErrorDownloading(f, v.URL_BASE)
|
||||||
End Try
|
End Try
|
||||||
@@ -252,7 +269,13 @@ Namespace API.Twitter
|
|||||||
v.State = UStates.Skipped
|
v.State = UStates.Skipped
|
||||||
End If
|
End If
|
||||||
_ContentNew(i) = v
|
_ContentNew(i) = v
|
||||||
MainProgress.Perform()
|
If DownloadTopCount.HasValue AndAlso dCount >= DownloadTopCount.Value Then
|
||||||
|
MainProgress.Perform(_ContentNew.Count - dTotal)
|
||||||
|
Exit Sub
|
||||||
|
Else
|
||||||
|
dTotal += 1
|
||||||
|
MainProgress.Perform()
|
||||||
|
End If
|
||||||
Next
|
Next
|
||||||
End Using
|
End Using
|
||||||
End If
|
End If
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Tools
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools
|
||||||
Imports System.Threading
|
Imports System.Threading
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
Namespace API
|
Namespace API
|
||||||
@@ -28,6 +36,20 @@ Namespace API
|
|||||||
CollectionName = NewCollectionName
|
CollectionName = NewCollectionName
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
Friend Overrides Property UserExists As Boolean
|
||||||
|
Get
|
||||||
|
Return Count > 0 AndAlso Collections.Exists(Function(c) c.Exists)
|
||||||
|
End Get
|
||||||
|
Set(ByVal e As Boolean)
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
Friend Overrides Property UserSuspended As Boolean
|
||||||
|
Get
|
||||||
|
Return Count > 0 AndAlso Collections.LongCount(Function(c) c.Suspended) = Count
|
||||||
|
End Get
|
||||||
|
Set(ByVal s As Boolean)
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
Friend Overrides Sub ChangeCollectionName(ByVal NewName As String, ByVal UpdateSettings As Boolean)
|
Friend Overrides Sub ChangeCollectionName(ByVal NewName As String, ByVal UpdateSettings As Boolean)
|
||||||
_CollectionName = NewName
|
_CollectionName = NewName
|
||||||
If Count > 0 Then Collections.ForEach(Sub(c) c.CollectionName = NewName)
|
If Count > 0 Then Collections.ForEach(Sub(c) c.CollectionName = NewName)
|
||||||
@@ -98,7 +120,7 @@ Namespace API
|
|||||||
Friend Overrides Property DataMerging As Boolean
|
Friend Overrides Property DataMerging As Boolean
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
Return DirectCast(Collections(0), UserDataBase).DataMerging
|
Return DirectCast(Collections(0).Self, UserDataBase).DataMerging
|
||||||
Else
|
Else
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
@@ -142,6 +164,14 @@ Namespace API
|
|||||||
UpdateUserInformation()
|
UpdateUserInformation()
|
||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
Friend Overrides Property ReadyForDownload As Boolean
|
||||||
|
Get
|
||||||
|
Return Count > 0 AndAlso Collections(0).ReadyForDownload
|
||||||
|
End Get
|
||||||
|
Set(ByVal IsReady As Boolean)
|
||||||
|
If Count > 0 Then Collections.ForEach(Sub(c) c.ReadyForDownload = IsReady)
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
Friend Overrides ReadOnly Property Labels As List(Of String)
|
Friend Overrides ReadOnly Property Labels As List(Of String)
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
@@ -153,15 +183,15 @@ Namespace API
|
|||||||
End Property
|
End Property
|
||||||
Friend Overrides Function GetUserInformation() As String
|
Friend Overrides Function GetUserInformation() As String
|
||||||
Dim OutStr$ = String.Empty
|
Dim OutStr$ = String.Empty
|
||||||
If Count > 0 Then Collections.ForEach(Sub(c) OutStr.StringAppendLine(DirectCast(c, UserDataBase).GetUserInformation(), $"{vbCrLf}{vbCrLf}"))
|
If Count > 0 Then Collections.ForEach(Sub(c) OutStr.StringAppendLine(DirectCast(c.Self, UserDataBase).GetUserInformation(), $"{vbCrLf}{vbCrLf}"))
|
||||||
Return OutStr
|
Return OutStr
|
||||||
End Function
|
End Function
|
||||||
Friend Overrides Property LastUpdated As Date?
|
Friend Overrides Property LastUpdated As Date?
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
With If((From c In Collections
|
With If((From c In Collections
|
||||||
Where DirectCast(c, UserDataBase).LastUpdated.HasValue
|
Where DirectCast(c.Self, UserDataBase).LastUpdated.HasValue
|
||||||
Select DirectCast(c, UserDataBase).LastUpdated.Value).ToList, New List(Of Date))
|
Select DirectCast(c.Self, UserDataBase).LastUpdated.Value).ToList, New List(Of Date))
|
||||||
If .Count > 0 Then Return .Max
|
If .Count > 0 Then Return .Max
|
||||||
End With
|
End With
|
||||||
End If
|
End If
|
||||||
@@ -179,7 +209,7 @@ Namespace API
|
|||||||
Friend ReadOnly Property ContextDown As ToolStripMenuItem()
|
Friend ReadOnly Property ContextDown As ToolStripMenuItem()
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
Return Collections.Select(Function(c) DirectCast(c, UserDataBase).BTT_CONTEXT_DOWN).ToArray
|
Return Collections.Select(Function(c) DirectCast(c.Self, UserDataBase).BTT_CONTEXT_DOWN).ToArray
|
||||||
Else
|
Else
|
||||||
Return New ToolStripMenuItem() {}
|
Return New ToolStripMenuItem() {}
|
||||||
End If
|
End If
|
||||||
@@ -188,7 +218,7 @@ Namespace API
|
|||||||
Friend ReadOnly Property ContextEdit As ToolStripMenuItem()
|
Friend ReadOnly Property ContextEdit As ToolStripMenuItem()
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
Return Collections.Select(Function(c) DirectCast(c, UserDataBase).BTT_CONTEXT_EDIT).ToArray
|
Return Collections.Select(Function(c) DirectCast(c.Self, UserDataBase).BTT_CONTEXT_EDIT).ToArray
|
||||||
Else
|
Else
|
||||||
Return New ToolStripMenuItem() {}
|
Return New ToolStripMenuItem() {}
|
||||||
End If
|
End If
|
||||||
@@ -197,7 +227,7 @@ Namespace API
|
|||||||
Friend ReadOnly Property ContextDelete As ToolStripMenuItem()
|
Friend ReadOnly Property ContextDelete As ToolStripMenuItem()
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
Return Collections.Select(Function(c) DirectCast(c, UserDataBase).BTT_CONTEXT_DELETE).ToArray
|
Return Collections.Select(Function(c) DirectCast(c.Self, UserDataBase).BTT_CONTEXT_DELETE).ToArray
|
||||||
Else
|
Else
|
||||||
Return New ToolStripMenuItem() {}
|
Return New ToolStripMenuItem() {}
|
||||||
End If
|
End If
|
||||||
@@ -206,7 +236,7 @@ Namespace API
|
|||||||
Friend ReadOnly Property ContextPath As ToolStripMenuItem()
|
Friend ReadOnly Property ContextPath As ToolStripMenuItem()
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
Return Collections.Select(Function(c) DirectCast(c, UserDataBase).BTT_CONTEXT_OPEN_PATH).ToArray
|
Return Collections.Select(Function(c) DirectCast(c.Self, UserDataBase).BTT_CONTEXT_OPEN_PATH).ToArray
|
||||||
Else
|
Else
|
||||||
Return New ToolStripMenuItem() {}
|
Return New ToolStripMenuItem() {}
|
||||||
End If
|
End If
|
||||||
@@ -215,7 +245,7 @@ Namespace API
|
|||||||
Friend ReadOnly Property ContextSite As ToolStripMenuItem()
|
Friend ReadOnly Property ContextSite As ToolStripMenuItem()
|
||||||
Get
|
Get
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
Return Collections.Select(Function(c) DirectCast(c, UserDataBase).BTT_CONTEXT_OPEN_SITE).ToArray
|
Return Collections.Select(Function(c) DirectCast(c.Self, UserDataBase).BTT_CONTEXT_OPEN_SITE).ToArray
|
||||||
Else
|
Else
|
||||||
Return New ToolStripMenuItem() {}
|
Return New ToolStripMenuItem() {}
|
||||||
End If
|
End If
|
||||||
@@ -239,7 +269,7 @@ Namespace API
|
|||||||
If Count > 0 Then Collections.ForEach(Sub(c) c.UpdateUserInformation())
|
If Count > 0 Then Collections.ForEach(Sub(c) c.UpdateUserInformation())
|
||||||
End Sub
|
End Sub
|
||||||
Friend Overrides Sub LoadContentInformation()
|
Friend Overrides Sub LoadContentInformation()
|
||||||
If Count > 0 Then Collections.ForEach(Sub(c) DirectCast(c, UserDataBase).LoadContentInformation())
|
If Count > 0 Then Collections.ForEach(Sub(c) DirectCast(c.Self, UserDataBase).LoadContentInformation())
|
||||||
End Sub
|
End Sub
|
||||||
Friend Overrides Property DownloadTopCount As Integer?
|
Friend Overrides Property DownloadTopCount As Integer?
|
||||||
Get
|
Get
|
||||||
@@ -262,8 +292,8 @@ Namespace API
|
|||||||
End Sub
|
End Sub
|
||||||
Protected Overrides Sub DownloadContent(ByVal Token As CancellationToken)
|
Protected Overrides Sub DownloadContent(ByVal Token As CancellationToken)
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub User_OnPictureUpdated(ByVal User As IUserData)
|
Private Sub User_OnUserUpdated(ByVal User As IUserData)
|
||||||
Raise_OnPictureUpdated()
|
Raise_OnUserUpdated()
|
||||||
End Sub
|
End Sub
|
||||||
Friend Overrides Sub OpenSite()
|
Friend Overrides Sub OpenSite()
|
||||||
If Count > 0 Then Collections(0).OpenSite()
|
If Count > 0 Then Collections(0).OpenSite()
|
||||||
@@ -288,8 +318,8 @@ Namespace API
|
|||||||
''' <exception cref="InvalidOperationException"></exception>
|
''' <exception cref="InvalidOperationException"></exception>
|
||||||
Friend Overloads Sub Add(ByVal _Item As IUserData) Implements ICollection(Of IUserData).Add
|
Friend Overloads Sub Add(ByVal _Item As IUserData) Implements ICollection(Of IUserData).Add
|
||||||
With _Item
|
With _Item
|
||||||
Dim m As Boolean = DataMerging
|
If .MoveFiles(CollectionName) Then
|
||||||
If .MoveFiles(CollectionName, m) Then
|
If DataMerging Then DirectCast(.Self, UserDataBase).MergeData()
|
||||||
Collections.Add(_Item)
|
Collections.Add(_Item)
|
||||||
With Collections.Last
|
With Collections.Last
|
||||||
If Collections.Count - 1 > 0 Then
|
If Collections.Count - 1 > 0 Then
|
||||||
@@ -298,7 +328,7 @@ Namespace API
|
|||||||
.UpdateUserInformation()
|
.UpdateUserInformation()
|
||||||
End If
|
End If
|
||||||
ImageHandler(_Item, False)
|
ImageHandler(_Item, False)
|
||||||
AddHandler .OnPictureUpdated, AddressOf User_OnPictureUpdated
|
AddHandler .Self.OnUserUpdated, AddressOf User_OnUserUpdated
|
||||||
DirectCast(.Self, UserDataBase).CreateButtons(Count - 1)
|
DirectCast(.Self, UserDataBase).CreateButtons(Count - 1)
|
||||||
End With
|
End With
|
||||||
Else
|
Else
|
||||||
@@ -313,18 +343,18 @@ Namespace API
|
|||||||
Case Sites.Twitter : Collections.Add(New Twitter.UserData(u, _LoadData))
|
Case Sites.Twitter : Collections.Add(New Twitter.UserData(u, _LoadData))
|
||||||
Case Else : Exit Sub
|
Case Else : Exit Sub
|
||||||
End Select
|
End Select
|
||||||
With DirectCast(Collections(Count - 1), UserDataBase)
|
With DirectCast(Collections.Last.Self, UserDataBase)
|
||||||
.CreateButtons(Count - 1)
|
.CreateButtons(Count - 1)
|
||||||
AddHandler .BTT_CONTEXT_DELETE.Click, AddressOf BTT_CONTEXT_DELETE_Click
|
AddHandler .BTT_CONTEXT_DELETE.Click, AddressOf BTT_CONTEXT_DELETE_Click
|
||||||
End With
|
End With
|
||||||
AddHandler Collections(Count - 1).OnPictureUpdated, AddressOf User_OnPictureUpdated
|
AddHandler Collections.Last.OnUserUpdated, AddressOf User_OnUserUpdated
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub AddRange(ByVal _Items As IEnumerable(Of IUserData))
|
Friend Sub AddRange(ByVal _Items As IEnumerable(Of IUserData))
|
||||||
If Not _Items Is Nothing AndAlso _Items.Count > 0 Then
|
If Not _Items Is Nothing AndAlso _Items.Count > 0 Then
|
||||||
For i% = 0 To _Items.Count - 1 : Add(_Items(i)) : Next
|
For i% = 0 To _Items.Count - 1 : Add(_Items(i)) : Next
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Friend Overrides Function MoveFiles(ByVal __CollectionName As String, ByVal _MergeData As Boolean) As Boolean
|
Friend Overrides Function MoveFiles(ByVal __CollectionName As String) As Boolean
|
||||||
Throw New NotImplementedException("Files moving does not available if collection context")
|
Throw New NotImplementedException("Files moving does not available if collection context")
|
||||||
End Function
|
End Function
|
||||||
Friend Overloads Sub MergeData(ByVal Merging As Boolean)
|
Friend Overloads Sub MergeData(ByVal Merging As Boolean)
|
||||||
@@ -334,7 +364,7 @@ Namespace API
|
|||||||
MsgBoxE($"Collection [{CollectionName}] data already merged")
|
MsgBoxE($"Collection [{CollectionName}] data already merged")
|
||||||
Else
|
Else
|
||||||
If Collections.Count > 1 Then
|
If Collections.Count > 1 Then
|
||||||
Collections.ForEach(Sub(c) DirectCast(c, UserDataBase).MergeData())
|
Collections.ForEach(Sub(c) DirectCast(c.Self, UserDataBase).MergeData())
|
||||||
MsgBoxE($"Collection [{CollectionName}] data merged")
|
MsgBoxE($"Collection [{CollectionName}] data merged")
|
||||||
Else
|
Else
|
||||||
MsgBoxE($"Collection [{CollectionName}] contains only one user profile" & vbCr &
|
MsgBoxE($"Collection [{CollectionName}] contains only one user profile" & vbCr &
|
||||||
@@ -367,21 +397,24 @@ Namespace API
|
|||||||
"Operation canceled", MsgBoxStyle.Critical)
|
"Operation canceled", MsgBoxStyle.Critical)
|
||||||
Return False
|
Return False
|
||||||
Else
|
Else
|
||||||
DirectCast(_Item, UserDataBase).MoveFiles(String.Empty, False)
|
DirectCast(_Item.Self, UserDataBase).MoveFiles(String.Empty)
|
||||||
ImageHandler(_Item)
|
ImageHandler(_Item)
|
||||||
Return Collections.Remove(_Item)
|
Return Collections.Remove(_Item)
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
Friend Overrides Function Delete() As Integer
|
Friend Overrides Function Delete() As Integer
|
||||||
If Count > 0 Then
|
If Count > 0 Then
|
||||||
|
Dim f As SFile
|
||||||
If MsgBoxE({$"Collection may contain data{vbCr}Do you really want to delete collection and all of it files?", "Collection deleting"},
|
If MsgBoxE({$"Collection may contain data{vbCr}Do you really want to delete collection and all of it files?", "Collection deleting"},
|
||||||
MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
MsgBoxStyle.Exclamation + MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
||||||
|
f = Collections(0).File.CutPath(IIf(DataMerging, 1, 2)).PathWithSeparator
|
||||||
Settings.Users.Remove(Me)
|
Settings.Users.Remove(Me)
|
||||||
Collections.ForEach(Sub(c) c.Delete())
|
Collections.ForEach(Sub(c) c.Delete())
|
||||||
Downloader.UserRemove(Me)
|
Downloader.UserRemove(Me)
|
||||||
ImageHandler(Me, False)
|
ImageHandler(Me, False)
|
||||||
Collections.ListClearDispose
|
Collections.ListClearDispose
|
||||||
Dispose(False)
|
Dispose(False)
|
||||||
|
If f.Exists(SFO.Path, False) Then f.Delete(SFO.Path, True, False, EDP.SendInLog)
|
||||||
Return 2
|
Return 2
|
||||||
Else
|
Else
|
||||||
If DataMerging Then
|
If DataMerging Then
|
||||||
@@ -390,10 +423,10 @@ Namespace API
|
|||||||
End If
|
End If
|
||||||
If MsgBoxE({$"Do you want to delete collection only?{vbCr}Users will not be deleted", "Collection deleting"},
|
If MsgBoxE({$"Do you want to delete collection only?{vbCr}Users will not be deleted", "Collection deleting"},
|
||||||
MsgBoxStyle.Question + MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
MsgBoxStyle.Question + MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
||||||
Dim f As SFile = Collections(0).File.CutPath(2)
|
f = Collections(0).File.CutPath(2)
|
||||||
Settings.Users.Remove(Me)
|
Settings.Users.Remove(Me)
|
||||||
Collections.ForEach(Sub(c)
|
Collections.ForEach(Sub(c)
|
||||||
c.MoveFiles(String.Empty, False)
|
c.MoveFiles(String.Empty)
|
||||||
ImageHandler(c)
|
ImageHandler(c)
|
||||||
End Sub)
|
End Sub)
|
||||||
Collections.Clear()
|
Collections.Clear()
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Forms
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Forms
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
Imports PersonalUtilities.Forms.Controls
|
Imports PersonalUtilities.Forms.Controls
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
@@ -416,7 +424,11 @@ Friend Class ChannelViewForm : Implements IChannelLimits
|
|||||||
If Not Settings.UsersList.Contains(.ElementAt(i)) Then
|
If Not Settings.UsersList.Contains(.ElementAt(i)) Then
|
||||||
f = PendingUsers(i).File
|
f = PendingUsers(i).File
|
||||||
Settings.UpdateUsersList(.ElementAt(i))
|
Settings.UpdateUsersList(.ElementAt(i))
|
||||||
Settings.Users.Add(New UserData(.ElementAt(i), False) With {.Temporary = True, .CreatedByChannel = True})
|
Settings.Users.Add(New UserData(.ElementAt(i), False) With {
|
||||||
|
.Temporary = Settings.ChannelsDefaultTemporary,
|
||||||
|
.CreatedByChannel = True,
|
||||||
|
.ReadyForDownload = Settings.ChannelsDefaultReadyForDownload
|
||||||
|
})
|
||||||
With Settings.Users.Last
|
With Settings.Users.Last
|
||||||
.Labels.Add(CannelsLabelName)
|
.Labels.Add(CannelsLabelName)
|
||||||
.UpdateUserInformation()
|
.UpdateUserInformation()
|
||||||
@@ -560,6 +572,7 @@ Friend Class ChannelViewForm : Implements IChannelLimits
|
|||||||
End Sub
|
End Sub
|
||||||
Private Sub ChangeComboIndex(ByVal Appender As Integer)
|
Private Sub ChangeComboIndex(ByVal Appender As Integer)
|
||||||
Try
|
Try
|
||||||
|
AppendPendingUsers()
|
||||||
Dim _ComboUpEnabled As Boolean = False
|
Dim _ComboUpEnabled As Boolean = False
|
||||||
Dim _ComboDownEnabled As Boolean = False
|
Dim _ComboDownEnabled As Boolean = False
|
||||||
If CMB_CHANNELS.Count > 0 Then
|
If CMB_CHANNELS.Count > 0 Then
|
||||||
|
|||||||
BIN
SCrawler/Content/Icons/InstagramIcon.ico
Normal file
BIN
SCrawler/Content/Icons/InstagramIcon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
SCrawler/Content/Icons/SettingsIcon.ico
Normal file
BIN
SCrawler/Content/Icons/SettingsIcon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 147 KiB |
BIN
SCrawler/Content/Pictures/BookmarkBlack_16.png
Normal file
BIN
SCrawler/Content/Pictures/BookmarkBlack_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
SCrawler/Content/Pictures/InstagramPic76.png
Normal file
BIN
SCrawler/Content/Pictures/InstagramPic76.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
BIN
SCrawler/Content/Pictures/SettingsPic_16.bmp
Normal file
BIN
SCrawler/Content/Pictures/SettingsPic_16.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 824 B |
BIN
SCrawler/Content/Pictures/TwitterPic400.png
Normal file
BIN
SCrawler/Content/Pictures/TwitterPic400.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
@@ -1,4 +1,12 @@
|
|||||||
Imports System.ComponentModel
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.ComponentModel
|
||||||
Imports PersonalUtilities.Forms
|
Imports PersonalUtilities.Forms
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
Friend Class DownloadedInfoForm
|
Friend Class DownloadedInfoForm
|
||||||
@@ -54,8 +62,8 @@ Friend Class DownloadedInfoForm
|
|||||||
End Sub
|
End Sub
|
||||||
Private Class UsersDateOrder : Implements IComparer(Of IUserData)
|
Private Class UsersDateOrder : Implements IComparer(Of IUserData)
|
||||||
Friend Function Compare(ByVal x As IUserData, ByVal y As IUserData) As Integer Implements IComparer(Of IUserData).Compare
|
Friend Function Compare(ByVal x As IUserData, ByVal y As IUserData) As Integer Implements IComparer(Of IUserData).Compare
|
||||||
Dim xv& = If(DirectCast(x, UserDataBase).LastUpdated.HasValue, DirectCast(x, UserDataBase).LastUpdated.Value.Ticks, 0)
|
Dim xv& = If(DirectCast(x.Self, UserDataBase).LastUpdated.HasValue, DirectCast(x.Self, UserDataBase).LastUpdated.Value.Ticks, 0)
|
||||||
Dim yv& = If(DirectCast(y, UserDataBase).LastUpdated.HasValue, DirectCast(y, UserDataBase).LastUpdated.Value.Ticks, 0)
|
Dim yv& = If(DirectCast(y.Self, UserDataBase).LastUpdated.HasValue, DirectCast(y.Self, UserDataBase).LastUpdated.Value.Ticks, 0)
|
||||||
Return xv.CompareTo(yv) * -1
|
Return xv.CompareTo(yv) * -1
|
||||||
End Function
|
End Function
|
||||||
End Class
|
End Class
|
||||||
@@ -114,7 +122,7 @@ Friend Class DownloadedInfoForm
|
|||||||
Private Sub LIST_DOWN_MouseDoubleClick(sender As Object, e As MouseEventArgs) Handles LIST_DOWN.MouseDoubleClick
|
Private Sub LIST_DOWN_MouseDoubleClick(sender As Object, e As MouseEventArgs) Handles LIST_DOWN.MouseDoubleClick
|
||||||
Try
|
Try
|
||||||
If _LatestSelected >= 0 AndAlso _LatestSelected <= _TempUsersList.Count - 1 AndAlso
|
If _LatestSelected >= 0 AndAlso _LatestSelected <= _TempUsersList.Count - 1 AndAlso
|
||||||
Not DirectCast(_TempUsersList(_LatestSelected), UserDataBase).Disposed Then _TempUsersList(_LatestSelected).OpenFolder()
|
Not DirectCast(_TempUsersList(_LatestSelected).Self, UserDataBase).Disposed Then _TempUsersList(_LatestSelected).OpenFolder()
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports System.ComponentModel
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.ComponentModel
|
||||||
Imports PersonalUtilities.Forms
|
Imports PersonalUtilities.Forms
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
|
|||||||
903
SCrawler/Editors/GlobalSettingsForm.Designer.vb
generated
903
SCrawler/Editors/GlobalSettingsForm.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,30 @@
|
|||||||
Imports PersonalUtilities.Forms
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Forms
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
Namespace Editors
|
Namespace Editors
|
||||||
Friend Class GlobalSettingsForm : Implements IOkCancelToolbar
|
Friend Class GlobalSettingsForm : Implements IOkCancelToolbar
|
||||||
Private ReadOnly MyDefs As DefaultFormProps(Of FieldsChecker)
|
Private ReadOnly MyDefs As DefaultFormProps(Of FieldsChecker)
|
||||||
|
Private Class SavedPostsChecker : Implements ICustomProvider
|
||||||
|
Private Function Convert(ByVal Value As Object, ByVal DestinationType As Type, ByVal Provider As IFormatProvider,
|
||||||
|
Optional ByVal NothingArg As Object = Nothing, Optional ByVal e As ErrorsDescriber = Nothing) As Object Implements ICustomProvider.Convert
|
||||||
|
If Not ACheck(Value) OrElse CStr(Value).Contains("/") Then
|
||||||
|
Return Nothing
|
||||||
|
Else
|
||||||
|
Return Value
|
||||||
|
End If
|
||||||
|
End Function
|
||||||
|
Private Function GetFormat(ByVal FormatType As Type) As Object Implements IFormatProvider.GetFormat
|
||||||
|
Throw New NotImplementedException()
|
||||||
|
End Function
|
||||||
|
End Class
|
||||||
Friend Sub New()
|
Friend Sub New()
|
||||||
InitializeComponent()
|
InitializeComponent()
|
||||||
MyDefs = New DefaultFormProps(Of FieldsChecker)
|
MyDefs = New DefaultFormProps(Of FieldsChecker)
|
||||||
@@ -15,23 +36,28 @@ Namespace Editors
|
|||||||
.AddOkCancelToolbar()
|
.AddOkCancelToolbar()
|
||||||
.DelegateClosingChecker()
|
.DelegateClosingChecker()
|
||||||
With Settings
|
With Settings
|
||||||
|
'Basis
|
||||||
TXT_GLOBAL_PATH.Text = .GlobalPath.Value
|
TXT_GLOBAL_PATH.Text = .GlobalPath.Value
|
||||||
TXT_IMAGE_LARGE.Value = .MaxLargeImageHeigh.Value
|
TXT_IMAGE_LARGE.Value = .MaxLargeImageHeigh.Value
|
||||||
TXT_IMAGE_SMALL.Value = .MaxSmallImageHeigh.Value
|
TXT_IMAGE_SMALL.Value = .MaxSmallImageHeigh.Value
|
||||||
TXT_COLLECTIONS_PATH.Text = .CollectionsPath
|
TXT_COLLECTIONS_PATH.Text = .CollectionsPath
|
||||||
|
TXT_MAX_JOBS_USERS.Value = .MaxUsersJobsCount.Value
|
||||||
|
TXT_MAX_JOBS_CHANNELS.Value = .ChannelsMaxJobsCount.Value
|
||||||
|
CH_CHECK_VER_START.Checked = .CheckUpdatesAtStart
|
||||||
|
TXT_IMGUR_CLIENT_ID.Text = .ImgurClientID
|
||||||
|
'Defaults
|
||||||
CH_SEPARATE_VIDEO_FOLDER.Checked = .SeparateVideoFolder.Value
|
CH_SEPARATE_VIDEO_FOLDER.Checked = .SeparateVideoFolder.Value
|
||||||
CH_DEF_TEMP.Checked = .DefaultTemporary
|
CH_DEF_TEMP.Checked = .DefaultTemporary
|
||||||
CH_DOWN_IMAGES.Checked = .DefaultDownloadImages
|
CH_DOWN_IMAGES.Checked = .DefaultDownloadImages
|
||||||
CH_DOWN_VIDEOS.Checked = .DefaultDownloadVideos
|
CH_DOWN_VIDEOS.Checked = .DefaultDownloadVideos
|
||||||
TXT_CHANNELS_COLUMNS.Value = .ChannelsImagesColumns.Value
|
'Channels
|
||||||
TXT_CHANNELS_ROWS.Value = .ChannelsImagesRows.Value
|
TXT_CHANNELS_ROWS.Value = .ChannelsImagesRows.Value
|
||||||
|
TXT_CHANNELS_COLUMNS.Value = .ChannelsImagesColumns.Value
|
||||||
TXT_CHANNEL_USER_POST_LIMIT.Value = .FromChannelDownloadTop.Value
|
TXT_CHANNEL_USER_POST_LIMIT.Value = .FromChannelDownloadTop.Value
|
||||||
TXT_CHANNEL_USER_POST_LIMIT.Checked = .FromChannelDownloadTopUse.Value
|
TXT_CHANNEL_USER_POST_LIMIT.Checked = .FromChannelDownloadTopUse.Value
|
||||||
CH_COPY_CHANNEL_USER_IMAGE.Checked = .FromChannelCopyImageToUser
|
CH_COPY_CHANNEL_USER_IMAGE.Checked = .FromChannelCopyImageToUser
|
||||||
CH_CHECK_VER_START.Checked = .CheckUpdatesAtStart
|
CH_CHANNELS_USERS_TEMP.Checked = .ChannelsDefaultTemporary
|
||||||
TXT_MAX_JOBS_USERS.Value = .MaxUsersJobsCount.Value
|
'Channels filenames
|
||||||
TXT_MAX_JOBS_CHANNELS.Value = .ChannelsMaxJobsCount.Value
|
|
||||||
|
|
||||||
CH_FILE_NAME_CHANGE.Checked = .FileReplaceNameByDate Or .FileAddDateToFileName Or .FileAddTimeToFileName
|
CH_FILE_NAME_CHANGE.Checked = .FileReplaceNameByDate Or .FileAddDateToFileName Or .FileAddTimeToFileName
|
||||||
OPT_FILE_NAME_REPLACE.Checked = .FileReplaceNameByDate
|
OPT_FILE_NAME_REPLACE.Checked = .FileReplaceNameByDate
|
||||||
OPT_FILE_NAME_ADD_DATE.Checked = Not .FileReplaceNameByDate
|
OPT_FILE_NAME_ADD_DATE.Checked = Not .FileReplaceNameByDate
|
||||||
@@ -39,11 +65,32 @@ Namespace Editors
|
|||||||
CH_FILE_TIME.Checked = .FileAddTimeToFileName
|
CH_FILE_TIME.Checked = .FileAddTimeToFileName
|
||||||
OPT_FILE_DATE_START.Checked = Not .FileDateTimePositionEnd
|
OPT_FILE_DATE_START.Checked = Not .FileDateTimePositionEnd
|
||||||
OPT_FILE_DATE_END.Checked = .FileDateTimePositionEnd
|
OPT_FILE_DATE_END.Checked = .FileDateTimePositionEnd
|
||||||
|
'Reddit
|
||||||
|
With .Site(Sites.Reddit)
|
||||||
|
SetChecker(CH_REDDIT_TEMP, .Temporary)
|
||||||
|
SetChecker(CH_REDDIT_DOWN_IMG, .DownloadImages)
|
||||||
|
SetChecker(CH_REDDIT_DOWN_VID, .DownloadVideos)
|
||||||
|
TXT_REDDIT_SAVED_POSTS_USER.Text = .SavedPostsUserName
|
||||||
|
End With
|
||||||
|
'Twitter
|
||||||
|
With .Site(Sites.Twitter)
|
||||||
|
SetChecker(CH_TWITTER_TEMP, .Temporary)
|
||||||
|
SetChecker(CH_TWITTER_DOWN_IMG, .DownloadImages)
|
||||||
|
SetChecker(CH_TWITTER_DOWN_VID, .DownloadVideos)
|
||||||
|
CH_TWITTER_USER_MEDIA.Checked = .GetUserMediaOnly
|
||||||
|
End With
|
||||||
|
'Instagram
|
||||||
|
With .Site(Sites.Instagram)
|
||||||
|
SetChecker(CH_INSTA_TEMP, .Temporary)
|
||||||
|
SetChecker(CH_INSTA_DOWN_IMG, .DownloadImages)
|
||||||
|
SetChecker(CH_INSTA_DOWN_VID, .DownloadVideos)
|
||||||
|
End With
|
||||||
End With
|
End With
|
||||||
.MyFieldsChecker = New FieldsChecker
|
.MyFieldsChecker = New FieldsChecker
|
||||||
With .MyFieldsChecker
|
With .MyFieldsChecker
|
||||||
.AddControl(Of String)(TXT_GLOBAL_PATH, TXT_GLOBAL_PATH.CaptionText)
|
.AddControl(Of String)(TXT_GLOBAL_PATH, TXT_GLOBAL_PATH.CaptionText)
|
||||||
.AddControl(Of String)(TXT_COLLECTIONS_PATH, TXT_COLLECTIONS_PATH.CaptionText)
|
.AddControl(Of String)(TXT_COLLECTIONS_PATH, TXT_COLLECTIONS_PATH.CaptionText)
|
||||||
|
.AddControl(Of String)(TXT_REDDIT_SAVED_POSTS_USER, TXT_REDDIT_SAVED_POSTS_USER.CaptionText, True, New SavedPostsChecker)
|
||||||
.EndLoaderOperations()
|
.EndLoaderOperations()
|
||||||
End With
|
End With
|
||||||
.AppendDetectors()
|
.AppendDetectors()
|
||||||
@@ -54,6 +101,20 @@ Namespace Editors
|
|||||||
MyDefs.InvokeLoaderError(ex)
|
MyDefs.InvokeLoaderError(ex)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Sub SetChecker(ByRef CH As CheckBox, ByVal Prop As XML.Base.XMLValue(Of Boolean))
|
||||||
|
If Prop.ValueF.Exists Then
|
||||||
|
CH.Checked = Prop.Value
|
||||||
|
Else
|
||||||
|
CH.CheckState = CheckState.Indeterminate
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub SetPropByChecker(ByRef Prop As XML.Base.XMLValue(Of Boolean), ByRef CH As CheckBox)
|
||||||
|
Select Case CH.CheckState
|
||||||
|
Case CheckState.Checked : Prop.Value = True
|
||||||
|
Case CheckState.Unchecked : Prop.Value = False
|
||||||
|
Case CheckState.Indeterminate : Prop.ValueF = Nothing
|
||||||
|
End Select
|
||||||
|
End Sub
|
||||||
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
||||||
If MyDefs.MyFieldsChecker.AllParamsOK Then
|
If MyDefs.MyFieldsChecker.AllParamsOK Then
|
||||||
With Settings
|
With Settings
|
||||||
@@ -85,21 +146,27 @@ Namespace Editors
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
.BeginUpdate()
|
.BeginUpdate()
|
||||||
|
'Basis
|
||||||
.GlobalPath.Value = TXT_GLOBAL_PATH.Text
|
.GlobalPath.Value = TXT_GLOBAL_PATH.Text
|
||||||
.MaxLargeImageHeigh.Value = CInt(TXT_IMAGE_LARGE.Value)
|
.MaxLargeImageHeigh.Value = CInt(TXT_IMAGE_LARGE.Value)
|
||||||
.MaxSmallImageHeigh.Value = CInt(TXT_IMAGE_SMALL.Value)
|
.MaxSmallImageHeigh.Value = CInt(TXT_IMAGE_SMALL.Value)
|
||||||
.SeparateVideoFolder.Value = CH_SEPARATE_VIDEO_FOLDER.Checked
|
|
||||||
.CollectionsPath.Value = TXT_COLLECTIONS_PATH.Text
|
.CollectionsPath.Value = TXT_COLLECTIONS_PATH.Text
|
||||||
|
.MaxUsersJobsCount.Value = CInt(TXT_MAX_JOBS_USERS.Value)
|
||||||
|
.ChannelsMaxJobsCount.Value = TXT_MAX_JOBS_CHANNELS.Value
|
||||||
|
.CheckUpdatesAtStart.Value = CH_CHECK_VER_START.Checked
|
||||||
|
.ImgurClientID.Value = TXT_IMGUR_CLIENT_ID.Text
|
||||||
|
'Defaults
|
||||||
|
.SeparateVideoFolder.Value = CH_SEPARATE_VIDEO_FOLDER.Checked
|
||||||
.DefaultTemporary.Value = CH_DEF_TEMP.Checked
|
.DefaultTemporary.Value = CH_DEF_TEMP.Checked
|
||||||
.DefaultDownloadImages.Value = CH_DOWN_IMAGES.Checked
|
.DefaultDownloadImages.Value = CH_DOWN_IMAGES.Checked
|
||||||
.DefaultDownloadVideos.Value = CH_DOWN_VIDEOS.Checked
|
.DefaultDownloadVideos.Value = CH_DOWN_VIDEOS.Checked
|
||||||
|
'Channels
|
||||||
.ChannelsImagesRows.Value = CInt(TXT_CHANNELS_ROWS.Value)
|
.ChannelsImagesRows.Value = CInt(TXT_CHANNELS_ROWS.Value)
|
||||||
.ChannelsImagesColumns.Value = CInt(TXT_CHANNELS_COLUMNS.Value)
|
.ChannelsImagesColumns.Value = CInt(TXT_CHANNELS_COLUMNS.Value)
|
||||||
.FromChannelDownloadTopUse.Value = TXT_CHANNEL_USER_POST_LIMIT.Checked
|
|
||||||
.FromChannelDownloadTop.Value = CInt(TXT_CHANNEL_USER_POST_LIMIT.Value)
|
.FromChannelDownloadTop.Value = CInt(TXT_CHANNEL_USER_POST_LIMIT.Value)
|
||||||
|
.FromChannelDownloadTopUse.Value = TXT_CHANNEL_USER_POST_LIMIT.Checked
|
||||||
.FromChannelCopyImageToUser.Value = CH_COPY_CHANNEL_USER_IMAGE.Checked
|
.FromChannelCopyImageToUser.Value = CH_COPY_CHANNEL_USER_IMAGE.Checked
|
||||||
.CheckUpdatesAtStart.Value = CH_CHECK_VER_START.Checked
|
.ChannelsDefaultTemporary.Value = CH_CHANNELS_USERS_TEMP.Checked
|
||||||
.MaxUsersJobsCount.Value = CInt(TXT_MAX_JOBS_USERS.Value)
|
|
||||||
|
|
||||||
If CH_FILE_NAME_CHANGE.Checked Then
|
If CH_FILE_NAME_CHANGE.Checked Then
|
||||||
.FileReplaceNameByDate.Value = OPT_FILE_NAME_REPLACE.Checked
|
.FileReplaceNameByDate.Value = OPT_FILE_NAME_REPLACE.Checked
|
||||||
@@ -111,6 +178,26 @@ Namespace Editors
|
|||||||
.FileAddTimeToFileName.Value = False
|
.FileAddTimeToFileName.Value = False
|
||||||
.FileReplaceNameByDate.Value = False
|
.FileReplaceNameByDate.Value = False
|
||||||
End If
|
End If
|
||||||
|
'Reddit
|
||||||
|
With .Site(Sites.Reddit)
|
||||||
|
SetPropByChecker(.Temporary, CH_REDDIT_TEMP)
|
||||||
|
SetPropByChecker(.DownloadImages, CH_REDDIT_DOWN_IMG)
|
||||||
|
SetPropByChecker(.DownloadVideos, CH_REDDIT_DOWN_VID)
|
||||||
|
.SavedPostsUserName.Value = TXT_REDDIT_SAVED_POSTS_USER.Text
|
||||||
|
End With
|
||||||
|
'Twitter
|
||||||
|
With .Site(Sites.Twitter)
|
||||||
|
SetPropByChecker(.Temporary, CH_TWITTER_TEMP)
|
||||||
|
SetPropByChecker(.DownloadImages, CH_TWITTER_DOWN_IMG)
|
||||||
|
SetPropByChecker(.DownloadVideos, CH_TWITTER_DOWN_VID)
|
||||||
|
.GetUserMediaOnly.Value = CH_TWITTER_USER_MEDIA.Checked
|
||||||
|
End With
|
||||||
|
'Instagram
|
||||||
|
With .Site(Sites.Instagram)
|
||||||
|
SetPropByChecker(.Temporary, CH_INSTA_TEMP)
|
||||||
|
SetPropByChecker(.DownloadImages, CH_INSTA_DOWN_IMG)
|
||||||
|
SetPropByChecker(.DownloadVideos, CH_INSTA_DOWN_VID)
|
||||||
|
End With
|
||||||
|
|
||||||
.EndUpdate()
|
.EndUpdate()
|
||||||
End With
|
End With
|
||||||
@@ -132,13 +219,13 @@ Namespace Editors
|
|||||||
Private Sub TXT_MAX_JOBS_CHANNELS_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_MAX_JOBS_CHANNELS.ActionOnButtonClick
|
Private Sub TXT_MAX_JOBS_CHANNELS_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_MAX_JOBS_CHANNELS.ActionOnButtonClick
|
||||||
If Sender.DefaultButton = ActionButton.DefaultButtons.Refresh Then TXT_MAX_JOBS_CHANNELS.Value = SettingsCLS.DefaultMaxDownloadingTasks
|
If Sender.DefaultButton = ActionButton.DefaultButtons.Refresh Then TXT_MAX_JOBS_CHANNELS.Value = SettingsCLS.DefaultMaxDownloadingTasks
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub CH_FILE_NAME_CHANGE_CheckedChanged(sender As Object, e As EventArgs) Handles CH_FILE_NAME_CHANGE.CheckedChanged
|
Private Sub CH_FILE_NAME_CHANGE_CheckedChanged(sender As Object, e As EventArgs)
|
||||||
ChangeFileNameChangersEnabling()
|
ChangeFileNameChangersEnabling()
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub OPT_FILE_NAME_REPLACE_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_FILE_NAME_REPLACE.CheckedChanged
|
Private Sub OPT_FILE_NAME_REPLACE_CheckedChanged(sender As Object, e As EventArgs)
|
||||||
ChangePositionControlsEnabling()
|
ChangePositionControlsEnabling()
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub OPT_FILE_NAME_ADD_DATE_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_FILE_NAME_ADD_DATE.CheckedChanged
|
Private Sub OPT_FILE_NAME_ADD_DATE_CheckedChanged(sender As Object, e As EventArgs)
|
||||||
ChangePositionControlsEnabling()
|
ChangePositionControlsEnabling()
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub ChangePositionControlsEnabling()
|
Private Sub ChangePositionControlsEnabling()
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Forms
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Forms
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
Imports PersonalUtilities.Forms.Controls
|
Imports PersonalUtilities.Forms.Controls
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
|
|||||||
134
SCrawler/Editors/RedditEditorForm.Designer.vb
generated
134
SCrawler/Editors/RedditEditorForm.Designer.vb
generated
@@ -1,134 +0,0 @@
|
|||||||
Namespace Editors
|
|
||||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
||||||
Partial Friend Class RedditEditorForm : Inherits System.Windows.Forms.Form
|
|
||||||
<System.Diagnostics.DebuggerNonUserCode()>
|
|
||||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
||||||
Try
|
|
||||||
If disposing AndAlso components IsNot Nothing Then
|
|
||||||
components.Dispose()
|
|
||||||
End If
|
|
||||||
Finally
|
|
||||||
MyBase.Dispose(disposing)
|
|
||||||
End Try
|
|
||||||
End Sub
|
|
||||||
Private components As System.ComponentModel.IContainer
|
|
||||||
<System.Diagnostics.DebuggerStepThrough()>
|
|
||||||
Private Sub InitializeComponent()
|
|
||||||
Dim TP_MAIN As System.Windows.Forms.TableLayoutPanel
|
|
||||||
Dim ActionButton1 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
|
||||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RedditEditorForm))
|
|
||||||
Dim ActionButton2 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
|
||||||
Dim ActionButton3 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
|
||||||
Dim ActionButton4 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
|
||||||
Me.TXT_PATH = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
|
||||||
Me.TXT_COOKIES = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
|
||||||
Me.CONTAINER_MAIN = New System.Windows.Forms.ToolStripContainer()
|
|
||||||
TP_MAIN = New System.Windows.Forms.TableLayoutPanel()
|
|
||||||
TP_MAIN.SuspendLayout()
|
|
||||||
CType(Me.TXT_PATH, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
CType(Me.TXT_COOKIES, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
Me.CONTAINER_MAIN.ContentPanel.SuspendLayout()
|
|
||||||
Me.CONTAINER_MAIN.SuspendLayout()
|
|
||||||
Me.SuspendLayout()
|
|
||||||
'
|
|
||||||
'TP_MAIN
|
|
||||||
'
|
|
||||||
TP_MAIN.ColumnCount = 1
|
|
||||||
TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
|
||||||
TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
|
|
||||||
TP_MAIN.Controls.Add(Me.TXT_PATH, 0, 0)
|
|
||||||
TP_MAIN.Controls.Add(Me.TXT_COOKIES, 0, 1)
|
|
||||||
TP_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
TP_MAIN.Location = New System.Drawing.Point(0, 0)
|
|
||||||
TP_MAIN.Name = "TP_MAIN"
|
|
||||||
TP_MAIN.RowCount = 2
|
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
|
||||||
TP_MAIN.Size = New System.Drawing.Size(524, 80)
|
|
||||||
TP_MAIN.TabIndex = 0
|
|
||||||
'
|
|
||||||
'TXT_PATH
|
|
||||||
'
|
|
||||||
ActionButton1.BackgroundImage = CType(resources.GetObject("ActionButton1.BackgroundImage"), System.Drawing.Image)
|
|
||||||
ActionButton1.Index = 0
|
|
||||||
ActionButton1.Name = "BTT_OPEN"
|
|
||||||
ActionButton2.BackgroundImage = CType(resources.GetObject("ActionButton2.BackgroundImage"), System.Drawing.Image)
|
|
||||||
ActionButton2.Index = 1
|
|
||||||
ActionButton2.Name = "BTT_CLEAR"
|
|
||||||
Me.TXT_PATH.Buttons.Add(ActionButton1)
|
|
||||||
Me.TXT_PATH.Buttons.Add(ActionButton2)
|
|
||||||
Me.TXT_PATH.CaptionText = "Path"
|
|
||||||
Me.TXT_PATH.CaptionToolTipEnabled = True
|
|
||||||
Me.TXT_PATH.CaptionToolTipText = "Specific path to store Reddit files"
|
|
||||||
Me.TXT_PATH.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.TXT_PATH.Location = New System.Drawing.Point(3, 3)
|
|
||||||
Me.TXT_PATH.Name = "TXT_PATH"
|
|
||||||
Me.TXT_PATH.Size = New System.Drawing.Size(518, 22)
|
|
||||||
Me.TXT_PATH.TabIndex = 0
|
|
||||||
'
|
|
||||||
'TXT_COOKIES
|
|
||||||
'
|
|
||||||
ActionButton3.BackgroundImage = CType(resources.GetObject("ActionButton3.BackgroundImage"), System.Drawing.Image)
|
|
||||||
ActionButton3.Index = 0
|
|
||||||
ActionButton3.Name = "BTT_EDIT"
|
|
||||||
ActionButton4.BackgroundImage = CType(resources.GetObject("ActionButton4.BackgroundImage"), System.Drawing.Image)
|
|
||||||
ActionButton4.Index = 1
|
|
||||||
ActionButton4.Name = "BTT_CLEAR"
|
|
||||||
Me.TXT_COOKIES.Buttons.Add(ActionButton3)
|
|
||||||
Me.TXT_COOKIES.Buttons.Add(ActionButton4)
|
|
||||||
Me.TXT_COOKIES.CaptionText = "Cookies"
|
|
||||||
Me.TXT_COOKIES.ClearTextByButtonClear = False
|
|
||||||
Me.TXT_COOKIES.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.TXT_COOKIES.Location = New System.Drawing.Point(3, 43)
|
|
||||||
Me.TXT_COOKIES.Name = "TXT_COOKIES"
|
|
||||||
Me.TXT_COOKIES.Size = New System.Drawing.Size(518, 22)
|
|
||||||
Me.TXT_COOKIES.TabIndex = 1
|
|
||||||
Me.TXT_COOKIES.TextBoxReadOnly = True
|
|
||||||
'
|
|
||||||
'CONTAINER_MAIN
|
|
||||||
'
|
|
||||||
'
|
|
||||||
'CONTAINER_MAIN.ContentPanel
|
|
||||||
'
|
|
||||||
Me.CONTAINER_MAIN.ContentPanel.Controls.Add(TP_MAIN)
|
|
||||||
Me.CONTAINER_MAIN.ContentPanel.Size = New System.Drawing.Size(524, 80)
|
|
||||||
Me.CONTAINER_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.CONTAINER_MAIN.LeftToolStripPanelVisible = False
|
|
||||||
Me.CONTAINER_MAIN.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.CONTAINER_MAIN.Name = "CONTAINER_MAIN"
|
|
||||||
Me.CONTAINER_MAIN.RightToolStripPanelVisible = False
|
|
||||||
Me.CONTAINER_MAIN.Size = New System.Drawing.Size(524, 80)
|
|
||||||
Me.CONTAINER_MAIN.TabIndex = 0
|
|
||||||
Me.CONTAINER_MAIN.TopToolStripPanelVisible = False
|
|
||||||
'
|
|
||||||
'RedditEditorForm
|
|
||||||
'
|
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
||||||
Me.ClientSize = New System.Drawing.Size(524, 80)
|
|
||||||
Me.Controls.Add(Me.CONTAINER_MAIN)
|
|
||||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
||||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
||||||
Me.KeyPreview = True
|
|
||||||
Me.MaximizeBox = False
|
|
||||||
Me.MaximumSize = New System.Drawing.Size(540, 119)
|
|
||||||
Me.MinimizeBox = False
|
|
||||||
Me.MinimumSize = New System.Drawing.Size(540, 119)
|
|
||||||
Me.Name = "RedditEditorForm"
|
|
||||||
Me.ShowInTaskbar = False
|
|
||||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|
||||||
Me.Text = "Reddit"
|
|
||||||
TP_MAIN.ResumeLayout(False)
|
|
||||||
CType(Me.TXT_PATH, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
CType(Me.TXT_COOKIES, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.CONTAINER_MAIN.ContentPanel.ResumeLayout(False)
|
|
||||||
Me.CONTAINER_MAIN.ResumeLayout(False)
|
|
||||||
Me.CONTAINER_MAIN.PerformLayout()
|
|
||||||
Me.ResumeLayout(False)
|
|
||||||
|
|
||||||
End Sub
|
|
||||||
Private WithEvents CONTAINER_MAIN As ToolStripContainer
|
|
||||||
Private WithEvents TXT_PATH As PersonalUtilities.Forms.Controls.TextBoxExtended
|
|
||||||
Private WithEvents TXT_COOKIES As PersonalUtilities.Forms.Controls.TextBoxExtended
|
|
||||||
End Class
|
|
||||||
End Namespace
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,68 +0,0 @@
|
|||||||
Imports PersonalUtilities.Forms
|
|
||||||
Imports PersonalUtilities.Forms.Controls
|
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
|
||||||
Imports PersonalUtilities.Tools.WEB
|
|
||||||
Namespace Editors
|
|
||||||
Friend Class RedditEditorForm : Implements IOkCancelToolbar
|
|
||||||
Private ReadOnly MyDefs As DefaultFormProps
|
|
||||||
Friend Sub New()
|
|
||||||
InitializeComponent()
|
|
||||||
MyDefs = New DefaultFormProps
|
|
||||||
End Sub
|
|
||||||
Private Sub RedditEditorForm_Load(sender As Object, e As EventArgs) Handles Me.Load
|
|
||||||
Try
|
|
||||||
With MyDefs
|
|
||||||
.MyViewInitialize(Me, Settings.Design, True)
|
|
||||||
.AddOkCancelToolbar()
|
|
||||||
.DelegateClosingChecker()
|
|
||||||
With Settings.Site(Sites.Reddit)
|
|
||||||
TXT_PATH.Text = .Path
|
|
||||||
If .Responser.Cookies Is Nothing Then .Responser.Cookies = New CookieKeeper(.Responser.CookiesDomain)
|
|
||||||
End With
|
|
||||||
SetCookieText()
|
|
||||||
TextBoxExtended.SetFalseDetector(Me, True, AddressOf .Detector)
|
|
||||||
.EndLoaderOperations()
|
|
||||||
End With
|
|
||||||
Catch ex As Exception
|
|
||||||
MyDefs.InvokeLoaderError(ex)
|
|
||||||
End Try
|
|
||||||
End Sub
|
|
||||||
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
|
||||||
With Settings.Site(Sites.Reddit)
|
|
||||||
If TXT_PATH.IsEmptyString Then .Path = Nothing Else .Path = TXT_PATH.Text
|
|
||||||
.Update()
|
|
||||||
End With
|
|
||||||
MyDefs.CloseForm()
|
|
||||||
End Sub
|
|
||||||
Private Sub ToolbarBttCancel() Implements IOkCancelToolbar.ToolbarBttCancel
|
|
||||||
MyDefs.CloseForm(DialogResult.Cancel)
|
|
||||||
End Sub
|
|
||||||
Private Sub TXT_PATH_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_PATH.ActionOnButtonClick
|
|
||||||
If Sender.DefaultButton = ActionButton.DefaultButtons.Open Then
|
|
||||||
Dim f As SFile = SFile.SelectPath(Settings.Site(Sites.Reddit).Path)
|
|
||||||
If Not f.IsEmptyString Then TXT_PATH.Text = f
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
Private Sub TXT_COOKIES_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_COOKIES.ActionOnButtonClick
|
|
||||||
If Sender.DefaultButton = ActionButton.DefaultButtons.Edit Then
|
|
||||||
Using f As New CookieListForm(Settings.Site(Sites.Reddit).Responser.Cookies) : f.ShowDialog() : End Using
|
|
||||||
SetCookieText()
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
Private Sub TXT_COOKIES_ActionOnButtonClearClick() Handles TXT_COOKIES.ActionOnButtonClearClick
|
|
||||||
With Settings.Site(Sites.Reddit).Responser
|
|
||||||
If Not .Cookies Is Nothing Then .Cookies.Dispose()
|
|
||||||
.Cookies = New CookieKeeper(.CookiesDomain)
|
|
||||||
End With
|
|
||||||
SetCookieText()
|
|
||||||
End Sub
|
|
||||||
Private Sub SetCookieText()
|
|
||||||
Dim c% = 0
|
|
||||||
With Settings.Site(Sites.Reddit).Responser
|
|
||||||
If Not .Cookies Is Nothing Then c = .Cookies.Count
|
|
||||||
End With
|
|
||||||
TXT_COOKIES.Text = $"{c} cookies"
|
|
||||||
End Sub
|
|
||||||
End Class
|
|
||||||
End Namespace
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
Namespace Editors
|
Namespace Editors
|
||||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||||
Partial Friend Class TwitterEditorForm : Inherits System.Windows.Forms.Form
|
Partial Friend Class SiteEditorForm : Inherits System.Windows.Forms.Form
|
||||||
<System.Diagnostics.DebuggerNonUserCode()>
|
<System.Diagnostics.DebuggerNonUserCode()>
|
||||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
Try
|
Try
|
||||||
@@ -14,21 +14,20 @@
|
|||||||
Private components As System.ComponentModel.IContainer
|
Private components As System.ComponentModel.IContainer
|
||||||
<System.Diagnostics.DebuggerStepThrough()>
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
Dim TP_MAIN As System.Windows.Forms.TableLayoutPanel
|
|
||||||
Dim ActionButton1 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton1 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(TwitterEditorForm))
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SiteEditorForm))
|
||||||
Dim ActionButton2 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton2 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim ActionButton3 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton3 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim ActionButton4 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton4 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim ActionButton5 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton5 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim ActionButton6 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton6 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
|
Me.TP_MAIN = New System.Windows.Forms.TableLayoutPanel()
|
||||||
Me.TXT_PATH = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
Me.TXT_PATH = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.TXT_COOKIES = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
Me.TXT_COOKIES = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.TXT_TOKEN = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
Me.TXT_TOKEN = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.TXT_AUTH = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
Me.TXT_AUTH = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.CONTAINER_MAIN = New System.Windows.Forms.ToolStripContainer()
|
Me.CONTAINER_MAIN = New System.Windows.Forms.ToolStripContainer()
|
||||||
TP_MAIN = New System.Windows.Forms.TableLayoutPanel()
|
Me.TP_MAIN.SuspendLayout()
|
||||||
TP_MAIN.SuspendLayout()
|
|
||||||
CType(Me.TXT_PATH, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.TXT_PATH, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.TXT_COOKIES, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.TXT_COOKIES, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.TXT_TOKEN, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.TXT_TOKEN, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
@@ -39,23 +38,23 @@
|
|||||||
'
|
'
|
||||||
'TP_MAIN
|
'TP_MAIN
|
||||||
'
|
'
|
||||||
TP_MAIN.ColumnCount = 1
|
Me.TP_MAIN.ColumnCount = 1
|
||||||
TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
Me.TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
|
Me.TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
|
||||||
TP_MAIN.Controls.Add(Me.TXT_PATH, 0, 0)
|
Me.TP_MAIN.Controls.Add(Me.TXT_PATH, 0, 0)
|
||||||
TP_MAIN.Controls.Add(Me.TXT_COOKIES, 0, 1)
|
Me.TP_MAIN.Controls.Add(Me.TXT_COOKIES, 0, 1)
|
||||||
TP_MAIN.Controls.Add(Me.TXT_TOKEN, 0, 2)
|
Me.TP_MAIN.Controls.Add(Me.TXT_TOKEN, 0, 2)
|
||||||
TP_MAIN.Controls.Add(Me.TXT_AUTH, 0, 3)
|
Me.TP_MAIN.Controls.Add(Me.TXT_AUTH, 0, 3)
|
||||||
TP_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TP_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
TP_MAIN.Location = New System.Drawing.Point(0, 0)
|
Me.TP_MAIN.Location = New System.Drawing.Point(0, 0)
|
||||||
TP_MAIN.Name = "TP_MAIN"
|
Me.TP_MAIN.Name = "TP_MAIN"
|
||||||
TP_MAIN.RowCount = 4
|
Me.TP_MAIN.RowCount = 4
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
Me.TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
Me.TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
Me.TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
Me.TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
TP_MAIN.Size = New System.Drawing.Size(544, 107)
|
Me.TP_MAIN.Size = New System.Drawing.Size(544, 132)
|
||||||
TP_MAIN.TabIndex = 0
|
Me.TP_MAIN.TabIndex = 0
|
||||||
'
|
'
|
||||||
'TXT_PATH
|
'TXT_PATH
|
||||||
'
|
'
|
||||||
@@ -89,7 +88,7 @@
|
|||||||
Me.TXT_COOKIES.CaptionText = "Cookies"
|
Me.TXT_COOKIES.CaptionText = "Cookies"
|
||||||
Me.TXT_COOKIES.ClearTextByButtonClear = False
|
Me.TXT_COOKIES.ClearTextByButtonClear = False
|
||||||
Me.TXT_COOKIES.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TXT_COOKIES.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TXT_COOKIES.Location = New System.Drawing.Point(3, 29)
|
Me.TXT_COOKIES.Location = New System.Drawing.Point(3, 36)
|
||||||
Me.TXT_COOKIES.Name = "TXT_COOKIES"
|
Me.TXT_COOKIES.Name = "TXT_COOKIES"
|
||||||
Me.TXT_COOKIES.Size = New System.Drawing.Size(538, 22)
|
Me.TXT_COOKIES.Size = New System.Drawing.Size(538, 22)
|
||||||
Me.TXT_COOKIES.TabIndex = 1
|
Me.TXT_COOKIES.TabIndex = 1
|
||||||
@@ -105,7 +104,7 @@
|
|||||||
Me.TXT_TOKEN.CaptionToolTipEnabled = True
|
Me.TXT_TOKEN.CaptionToolTipEnabled = True
|
||||||
Me.TXT_TOKEN.CaptionToolTipText = "Set token from [x-csrf-token] response header"
|
Me.TXT_TOKEN.CaptionToolTipText = "Set token from [x-csrf-token] response header"
|
||||||
Me.TXT_TOKEN.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TXT_TOKEN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TXT_TOKEN.Location = New System.Drawing.Point(3, 55)
|
Me.TXT_TOKEN.Location = New System.Drawing.Point(3, 69)
|
||||||
Me.TXT_TOKEN.Name = "TXT_TOKEN"
|
Me.TXT_TOKEN.Name = "TXT_TOKEN"
|
||||||
Me.TXT_TOKEN.Size = New System.Drawing.Size(538, 22)
|
Me.TXT_TOKEN.Size = New System.Drawing.Size(538, 22)
|
||||||
Me.TXT_TOKEN.TabIndex = 2
|
Me.TXT_TOKEN.TabIndex = 2
|
||||||
@@ -121,7 +120,7 @@
|
|||||||
Me.TXT_AUTH.CaptionToolTipText = "Set authorization from [authorization] response header. This field must start fro" &
|
Me.TXT_AUTH.CaptionToolTipText = "Set authorization from [authorization] response header. This field must start fro" &
|
||||||
"m [Bearer] key word"
|
"m [Bearer] key word"
|
||||||
Me.TXT_AUTH.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TXT_AUTH.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TXT_AUTH.Location = New System.Drawing.Point(3, 81)
|
Me.TXT_AUTH.Location = New System.Drawing.Point(3, 102)
|
||||||
Me.TXT_AUTH.Name = "TXT_AUTH"
|
Me.TXT_AUTH.Name = "TXT_AUTH"
|
||||||
Me.TXT_AUTH.Size = New System.Drawing.Size(538, 22)
|
Me.TXT_AUTH.Size = New System.Drawing.Size(538, 22)
|
||||||
Me.TXT_AUTH.TabIndex = 3
|
Me.TXT_AUTH.TabIndex = 3
|
||||||
@@ -131,8 +130,8 @@
|
|||||||
'
|
'
|
||||||
'CONTAINER_MAIN.ContentPanel
|
'CONTAINER_MAIN.ContentPanel
|
||||||
'
|
'
|
||||||
Me.CONTAINER_MAIN.ContentPanel.Controls.Add(TP_MAIN)
|
Me.CONTAINER_MAIN.ContentPanel.Controls.Add(Me.TP_MAIN)
|
||||||
Me.CONTAINER_MAIN.ContentPanel.Size = New System.Drawing.Size(544, 107)
|
Me.CONTAINER_MAIN.ContentPanel.Size = New System.Drawing.Size(544, 132)
|
||||||
Me.CONTAINER_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CONTAINER_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CONTAINER_MAIN.LeftToolStripPanelVisible = False
|
Me.CONTAINER_MAIN.LeftToolStripPanelVisible = False
|
||||||
Me.CONTAINER_MAIN.Location = New System.Drawing.Point(0, 0)
|
Me.CONTAINER_MAIN.Location = New System.Drawing.Point(0, 0)
|
||||||
@@ -142,24 +141,23 @@
|
|||||||
Me.CONTAINER_MAIN.TabIndex = 0
|
Me.CONTAINER_MAIN.TabIndex = 0
|
||||||
Me.CONTAINER_MAIN.TopToolStripPanelVisible = False
|
Me.CONTAINER_MAIN.TopToolStripPanelVisible = False
|
||||||
'
|
'
|
||||||
'TwitterEditorForm
|
'SiteEditorForm
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.ClientSize = New System.Drawing.Size(544, 132)
|
Me.ClientSize = New System.Drawing.Size(544, 132)
|
||||||
Me.Controls.Add(Me.CONTAINER_MAIN)
|
Me.Controls.Add(Me.CONTAINER_MAIN)
|
||||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
||||||
Me.KeyPreview = True
|
Me.KeyPreview = True
|
||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MaximumSize = New System.Drawing.Size(560, 171)
|
Me.MaximumSize = New System.Drawing.Size(560, 171)
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.MinimumSize = New System.Drawing.Size(560, 171)
|
Me.MinimumSize = New System.Drawing.Size(560, 171)
|
||||||
Me.Name = "TwitterEditorForm"
|
Me.Name = "SiteEditorForm"
|
||||||
Me.ShowInTaskbar = False
|
Me.ShowInTaskbar = False
|
||||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
Me.Text = "Twitter"
|
Me.Text = "Site"
|
||||||
TP_MAIN.ResumeLayout(False)
|
Me.TP_MAIN.ResumeLayout(False)
|
||||||
CType(Me.TXT_PATH, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.TXT_PATH, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.TXT_COOKIES, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.TXT_COOKIES, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.TXT_TOKEN, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.TXT_TOKEN, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
@@ -176,5 +174,6 @@
|
|||||||
Private WithEvents TXT_COOKIES As PersonalUtilities.Forms.Controls.TextBoxExtended
|
Private WithEvents TXT_COOKIES As PersonalUtilities.Forms.Controls.TextBoxExtended
|
||||||
Private WithEvents TXT_TOKEN As PersonalUtilities.Forms.Controls.TextBoxExtended
|
Private WithEvents TXT_TOKEN As PersonalUtilities.Forms.Controls.TextBoxExtended
|
||||||
Private WithEvents TXT_AUTH As PersonalUtilities.Forms.Controls.TextBoxExtended
|
Private WithEvents TXT_AUTH As PersonalUtilities.Forms.Controls.TextBoxExtended
|
||||||
|
Private WithEvents TP_MAIN As TableLayoutPanel
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
@@ -117,9 +117,6 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<metadata name="TP_MAIN.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
||||||
<value>False</value>
|
|
||||||
</metadata>
|
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="ActionButton1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="ActionButton1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -220,19 +217,6 @@
|
|||||||
xAAADsQBlSsOGwAAAIZJREFUOE+1j10KwCAMgz2b755xl/IsvnaL2K20UfbDAmEako+ZROSTafjE12Go
|
xAAADsQBlSsOGwAAAIZJREFUOE+1j10KwCAMgz2b755xl/IsvnaL2K20UfbDAmEako+ZROSTafjE12Go
|
||||||
tbbB43rK5xSAQq1VYFtmeQBoqZTSreVZvgTknM8yyyjA/qodsDF9gspD2Bj6B+DH+NqzhQQAG+POMnSX
|
tbbB43rK5xSAQq1VYFtmeQBoqZTSreVZvgTknM8yyyjA/qodsDF9gspD2Bj6B+DH+NqzhQQAG+POMnSX
|
||||||
AFuc5QFgn6ClHh5iOQVAKNixyucB8NY0vG9JOzzyhrdq5IRgAAAAAElFTkSuQmCC
|
AFuc5QFgn6ClHh5iOQVAKNixyucB8NY0vG9JOzzyhrdq5IRgAAAAAElFTkSuQmCC
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
AAABAAEAICAAAAEAIADLAQAAFgAAAIlQTkcNChoKAAAADUlIRFIAAAAgAAAAIAgGAAAAc3p69AAAAZJJ
|
|
||||||
REFUeAFiGDZgFMguBPBazwB6BEAUx2PbttHFqmJ2sW1UsbrY6NLFrmL2sW3jbMz9z1rNqvh9wry3QnQ5
|
|
||||||
LMRdRCAez7AVDQ1+3w2lc9+UwXwP4W3wFGIiBhPQANNxDScKDhgDwWIX4XXxCWIjDekQ/EKjgkP2QJCO
|
|
||||||
DcoCRyAKbzAY07Ewd8hRSAHnUMtBeA0kQxQSIXiM6rmD9kKK+I7pKGlRYAzEhQeoX3DQWIiJJ5iFSgYF
|
|
||||||
5kCUHqFy0UHl8QViIQ6nsAjdUBujIUrXzVbncKRCFFIgSheMwtdiClaqh+odNiqwDxKSFWarX0LS16hA
|
|
||||||
SdyHBCwa5c12wk74DwnQMbszW1c8gwRksF2B2uiIdfgL8dETlLQr0CLAw3CM06vblgDCL2kur6VxAuKT
|
|
||||||
CDTT3mSUxDx8hHiQipGqcIMi3XEPopSO6V7DR+ApRCkJU9yElkEvrPVwPniLXprQgbiNLx4PwXjsQGW3
|
|
||||||
9/TTcQfpEIVf2KLa023KtMJSHMMj/IEgFf/xEhexGQNQJmMMQxmMAgBkarVAZoTAyQAAAABJRU5ErkJg
|
|
||||||
gg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
141
SCrawler/Editors/SiteEditorForm.vb
Normal file
141
SCrawler/Editors/SiteEditorForm.vb
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Forms
|
||||||
|
Imports PersonalUtilities.Forms.Controls
|
||||||
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
|
Imports PersonalUtilities.Tools.WEB
|
||||||
|
Namespace Editors
|
||||||
|
Friend Class SiteEditorForm : Implements IOkCancelToolbar
|
||||||
|
Private ReadOnly MyDefs As DefaultFormProps(Of FieldsChecker)
|
||||||
|
Private ReadOnly MySite As Sites
|
||||||
|
Friend Sub New(ByVal s As Sites)
|
||||||
|
InitializeComponent()
|
||||||
|
MySite = s
|
||||||
|
MyDefs = New DefaultFormProps(Of FieldsChecker)
|
||||||
|
End Sub
|
||||||
|
Private Sub SiteEditorForm_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||||
|
Try
|
||||||
|
With MyDefs
|
||||||
|
.MyViewInitialize(Me, Settings.Design, True)
|
||||||
|
.AddOkCancelToolbar()
|
||||||
|
.DelegateClosingChecker()
|
||||||
|
Select Case MySite
|
||||||
|
Case Sites.Reddit : Icon = My.Resources.RedditIcon
|
||||||
|
Case Sites.Twitter : Icon = My.Resources.TwitterIcon
|
||||||
|
Case Sites.Instagram : Icon = My.Resources.InstagramIcon
|
||||||
|
Case Else : ShowIcon = False
|
||||||
|
End Select
|
||||||
|
Text = MySite.ToString
|
||||||
|
|
||||||
|
With Settings(MySite)
|
||||||
|
TXT_PATH.Text = .Path
|
||||||
|
With .Responser
|
||||||
|
If .Cookies Is Nothing Then .Cookies = New CookieKeeper(.CookiesDomain)
|
||||||
|
SetCookieText()
|
||||||
|
If MySite = Sites.Twitter Then
|
||||||
|
TXT_TOKEN.Text = .Headers(API.Base.SiteSettings.Header_Twitter_Token)
|
||||||
|
TXT_AUTH.Text = .Headers(API.Base.SiteSettings.Header_Twitter_Authorization)
|
||||||
|
End If
|
||||||
|
End With
|
||||||
|
If MySite = Sites.Instagram Then TXT_TOKEN.Text = .InstaHash
|
||||||
|
End With
|
||||||
|
|
||||||
|
If Not MySite = Sites.Twitter Then
|
||||||
|
Dim p As PaddingE = PaddingE.GetOf({TP_MAIN})
|
||||||
|
Dim s As New Size(Size.Width, Size.Height - p.Vertical - TXT_AUTH.NeededHeight)
|
||||||
|
TXT_AUTH.Visible = False
|
||||||
|
If Not MySite = Sites.Instagram Then
|
||||||
|
s.Height -= (p.Vertical + TXT_TOKEN.NeededHeight)
|
||||||
|
TXT_TOKEN.Visible = False
|
||||||
|
Else
|
||||||
|
TXT_TOKEN.CaptionText = "Hash"
|
||||||
|
TXT_TOKEN.CaptionToolTipText = "Instagram session hash"
|
||||||
|
TXT_TOKEN.Buttons.Clear()
|
||||||
|
TXT_TOKEN.Buttons.AddRange({ActionButton.DefaultButtons.Refresh, ActionButton.DefaultButtons.Clear})
|
||||||
|
End If
|
||||||
|
With TP_MAIN
|
||||||
|
If Not MySite = Sites.Instagram Then .RowStyles(2).Height = 0
|
||||||
|
.RowStyles(3).Height = 0
|
||||||
|
End With
|
||||||
|
MinimumSize = s
|
||||||
|
Size = s
|
||||||
|
MaximumSize = s
|
||||||
|
End If
|
||||||
|
|
||||||
|
.MyFieldsChecker = New FieldsChecker
|
||||||
|
With .MyFieldsChecker
|
||||||
|
If MySite = Sites.Twitter Then
|
||||||
|
.AddControl(Of String)(TXT_TOKEN, TXT_TOKEN.CaptionText)
|
||||||
|
.AddControl(Of String)(TXT_AUTH, TXT_AUTH.CaptionText)
|
||||||
|
End If
|
||||||
|
.EndLoaderOperations()
|
||||||
|
End With
|
||||||
|
TextBoxExtended.SetFalseDetector(Me, True, AddressOf .Detector)
|
||||||
|
.EndLoaderOperations()
|
||||||
|
End With
|
||||||
|
Catch ex As Exception
|
||||||
|
MyDefs.InvokeLoaderError(ex)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
||||||
|
If MyDefs.MyFieldsChecker.AllParamsOK Then
|
||||||
|
With Settings(MySite)
|
||||||
|
If TXT_PATH.IsEmptyString Then .Path = Nothing Else .Path = TXT_PATH.Text
|
||||||
|
Select Case MySite
|
||||||
|
Case Sites.Twitter
|
||||||
|
With .Responser
|
||||||
|
.Headers(API.Base.SiteSettings.Header_Twitter_Token) = TXT_TOKEN.Text
|
||||||
|
.Headers(API.Base.SiteSettings.Header_Twitter_Authorization) = TXT_AUTH.Text
|
||||||
|
End With
|
||||||
|
Case Sites.Instagram
|
||||||
|
.InstaHash.Value = TXT_TOKEN.Text
|
||||||
|
End Select
|
||||||
|
.Update()
|
||||||
|
End With
|
||||||
|
MyDefs.CloseForm()
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub ToolbarBttCancel() Implements IOkCancelToolbar.ToolbarBttCancel
|
||||||
|
MyDefs.CloseForm(DialogResult.Cancel)
|
||||||
|
End Sub
|
||||||
|
Private Sub TXT_TOKEN_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_TOKEN.ActionOnButtonClick
|
||||||
|
If Sender.DefaultButton = ActionButton.DefaultButtons.Refresh Then
|
||||||
|
With Settings(Sites.Instagram)
|
||||||
|
If .GatherInstaHash() Then
|
||||||
|
.InstaHashUpdateRequired.Value = Not .InstaHash.IsEmptyString
|
||||||
|
TXT_TOKEN.Text = .InstaHash
|
||||||
|
End If
|
||||||
|
End With
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub TXT_PATH_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_PATH.ActionOnButtonClick
|
||||||
|
If Sender.DefaultButton = ActionButton.DefaultButtons.Open Then
|
||||||
|
Dim f As SFile = SFile.SelectPath(Settings(MySite).Path)
|
||||||
|
If Not f.IsEmptyString Then TXT_PATH.Text = f
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub TXT_COOKIES_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_COOKIES.ActionOnButtonClick
|
||||||
|
If Sender.DefaultButton = ActionButton.DefaultButtons.Edit Then
|
||||||
|
Using f As New CookieListForm(Settings(MySite).Responser.Cookies) With {.MyDesignXML = Settings.Design} : f.ShowDialog() : End Using
|
||||||
|
SetCookieText()
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Private Sub TXT_COOKIES_ActionOnButtonClearClick() Handles TXT_COOKIES.ActionOnButtonClearClick
|
||||||
|
With Settings(MySite).Responser
|
||||||
|
If Not .Cookies Is Nothing Then .Cookies.Dispose()
|
||||||
|
.Cookies = New CookieKeeper(.CookiesDomain)
|
||||||
|
End With
|
||||||
|
SetCookieText()
|
||||||
|
End Sub
|
||||||
|
Private Sub SetCookieText()
|
||||||
|
TXT_COOKIES.Text = $"{If(Settings(MySite).Responser.Cookies?.Count, 0)} cookies"
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
107
SCrawler/Editors/SiteSelectionForm.Designer.vb
generated
Normal file
107
SCrawler/Editors/SiteSelectionForm.Designer.vb
generated
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Namespace Editors
|
||||||
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||||
|
Partial Friend Class SiteSelectionForm : Inherits System.Windows.Forms.Form
|
||||||
|
<System.Diagnostics.DebuggerNonUserCode()>
|
||||||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||||
|
Try
|
||||||
|
If disposing AndAlso components IsNot Nothing Then
|
||||||
|
components.Dispose()
|
||||||
|
End If
|
||||||
|
Finally
|
||||||
|
MyBase.Dispose(disposing)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Private components As System.ComponentModel.IContainer
|
||||||
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
|
Private Sub InitializeComponent()
|
||||||
|
Dim CONTAINER_MAIN As System.Windows.Forms.ToolStripContainer
|
||||||
|
Dim ActionButton1 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SiteSelectionForm))
|
||||||
|
Dim ListColumn1 As PersonalUtilities.Forms.Controls.Base.ListColumn = New PersonalUtilities.Forms.Controls.Base.ListColumn()
|
||||||
|
Dim ListColumn2 As PersonalUtilities.Forms.Controls.Base.ListColumn = New PersonalUtilities.Forms.Controls.Base.ListColumn()
|
||||||
|
Me.CMB_SITES = New PersonalUtilities.Forms.Controls.ComboBoxExtended()
|
||||||
|
CONTAINER_MAIN = New System.Windows.Forms.ToolStripContainer()
|
||||||
|
CONTAINER_MAIN.ContentPanel.SuspendLayout()
|
||||||
|
CONTAINER_MAIN.SuspendLayout()
|
||||||
|
CType(Me.CMB_SITES, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
Me.SuspendLayout()
|
||||||
|
'
|
||||||
|
'CONTAINER_MAIN
|
||||||
|
'
|
||||||
|
'
|
||||||
|
'CONTAINER_MAIN.ContentPanel
|
||||||
|
'
|
||||||
|
CONTAINER_MAIN.ContentPanel.Controls.Add(Me.CMB_SITES)
|
||||||
|
CONTAINER_MAIN.ContentPanel.Size = New System.Drawing.Size(284, 276)
|
||||||
|
CONTAINER_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
CONTAINER_MAIN.LeftToolStripPanelVisible = False
|
||||||
|
CONTAINER_MAIN.Location = New System.Drawing.Point(0, 0)
|
||||||
|
CONTAINER_MAIN.Name = "CONTAINER_MAIN"
|
||||||
|
CONTAINER_MAIN.RightToolStripPanelVisible = False
|
||||||
|
CONTAINER_MAIN.Size = New System.Drawing.Size(284, 276)
|
||||||
|
CONTAINER_MAIN.TabIndex = 0
|
||||||
|
CONTAINER_MAIN.TopToolStripPanelVisible = False
|
||||||
|
'
|
||||||
|
'CMB_SITES
|
||||||
|
'
|
||||||
|
ActionButton1.BackgroundImage = CType(resources.GetObject("ActionButton1.BackgroundImage"), System.Drawing.Image)
|
||||||
|
ActionButton1.Index = 0
|
||||||
|
ActionButton1.Name = "BTT_COMBOBOX_ARROW"
|
||||||
|
ActionButton1.Visible = False
|
||||||
|
Me.CMB_SITES.Buttons.Add(ActionButton1)
|
||||||
|
ListColumn1.DisplayMember = True
|
||||||
|
ListColumn1.Name = "COL_DISPLAY"
|
||||||
|
ListColumn1.Text = "Site"
|
||||||
|
ListColumn1.Width = -1
|
||||||
|
ListColumn2.Name = "COL_VALUE"
|
||||||
|
ListColumn2.Text = "Value"
|
||||||
|
ListColumn2.ValueMember = True
|
||||||
|
ListColumn2.Visible = False
|
||||||
|
Me.CMB_SITES.Columns.Add(ListColumn1)
|
||||||
|
Me.CMB_SITES.Columns.Add(ListColumn2)
|
||||||
|
Me.CMB_SITES.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.CMB_SITES.ListCheckBoxes = True
|
||||||
|
Me.CMB_SITES.ListDropDownStyle = PersonalUtilities.Forms.Controls.ComboBoxExtended.ListMode.Simple
|
||||||
|
Me.CMB_SITES.ListGridVisible = True
|
||||||
|
Me.CMB_SITES.ListMultiSelect = True
|
||||||
|
Me.CMB_SITES.Location = New System.Drawing.Point(0, 0)
|
||||||
|
Me.CMB_SITES.Name = "CMB_SITES"
|
||||||
|
Me.CMB_SITES.Size = New System.Drawing.Size(286, 277)
|
||||||
|
Me.CMB_SITES.TabIndex = 0
|
||||||
|
'
|
||||||
|
'SiteSelectionForm
|
||||||
|
'
|
||||||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.ClientSize = New System.Drawing.Size(284, 276)
|
||||||
|
Me.Controls.Add(CONTAINER_MAIN)
|
||||||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||||||
|
Me.KeyPreview = True
|
||||||
|
Me.MaximizeBox = False
|
||||||
|
Me.MaximumSize = New System.Drawing.Size(300, 315)
|
||||||
|
Me.MinimizeBox = False
|
||||||
|
Me.MinimumSize = New System.Drawing.Size(300, 315)
|
||||||
|
Me.Name = "SiteSelectionForm"
|
||||||
|
Me.ShowIcon = False
|
||||||
|
Me.ShowInTaskbar = False
|
||||||
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
|
Me.Text = "Select Site"
|
||||||
|
CONTAINER_MAIN.ContentPanel.ResumeLayout(False)
|
||||||
|
CONTAINER_MAIN.ResumeLayout(False)
|
||||||
|
CONTAINER_MAIN.PerformLayout()
|
||||||
|
CType(Me.CMB_SITES, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
Me.ResumeLayout(False)
|
||||||
|
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private WithEvents CMB_SITES As PersonalUtilities.Forms.Controls.ComboBoxExtended
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
214
SCrawler/Editors/SiteSelectionForm.resx
Normal file
214
SCrawler/Editors/SiteSelectionForm.resx
Normal file
@@ -0,0 +1,214 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="CONTAINER_MAIN.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="ActionButton1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABGdBTUEAALGPC/xhBQAAE65JREFUeF7t
|
||||||
|
3X2sJWddB/DdLi2lQG2hdOHuvfM887J7Cxca4ELTQMDWKigIFpBAEAgi9g+CJpJo9Q8NJhgBiYZIYspL
|
||||||
|
GlAKCkhEC4KgQlsLQkqhKi/lrYWWlxaw3dLddrerz/Q89+7dc2fbfTn3npf5fJJv2rS758z85nnOzJz5
|
||||||
|
nZktAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMK3O3r79wVUIz65jfGNVxI/VIX69CvGO9M//a9P+e8o3B/8v
|
||||||
|
vKn9s+3fyX8dAJgmaWd+fl3E96Wd/E9XdvZHkfbvXNa+Rn45AGCS3bvjj/E/h3box5OrmxjPyy8PAEyS
|
||||||
|
XXO7zqhCeH/HDnwUOdCE+J6zdux4eH47YIrEGE8uy/Ls9Bnx/LooL0oH9b9Th/I1TVG+rCqKC+q6Xsh/
|
||||||
|
FJgmO8vy6WknfdPQTnsjckMdwlPy2wITLO3wF6si/lGas1ekuXvX0Fzuyg9S3psOCl6qDwimQB3ji9Ok
|
||||||
|
3btmEm907kpnEa/Mbw9Mlq1pB/6cdHZ/ZcfcPZrcXoXyrVVVFfl1gUmSdsS/libqPUMTd5NSvjktwrbB
|
||||||
|
kgDjVi1UT26K+Nnu+XrMuaud60uPWHpIfhtg3JqyfEaanHcPTdZNTRPCPy4uLj40LxIwBudt2fKAtOP/
|
||||||
|
0zQnN+5koIg3tpca81sC49J+LZcm5a3rJulYEq6LSV40YBOFEB6V5uFV6+flRiTsSwf9r81vDYzBCSO4
|
||||||
|
vjfq/KAuiqfm5QM2QRPjuWnubUbz71DCn6W33zpYCmDT1EX5m92Tcuy5q47xFXkxgQ3UduqnOXfn0Bzc
|
||||||
|
xJSvz4sCbIb2pzlp8v1w/WScnKSzkjekRT1hsMTAKC0vL5/Ydud3zb1NT1FelBcL2GiDm3d0TMTJy0ea
|
||||||
|
pjk1LzYwAu3NvtLc+uTQXBtn7tYYCJtja/vQno5JOJFpQrzWb4hhNJoQnpjm1Q3D82wCcnNRFKfnxQQ2
|
||||||
|
Qttk1zH5JjzhFmcIcHzyzb6O5aFem5J0sP/OvKjARmg7b7sm3xRkT3vDorwawJHb1t6Ep2NOTVoOtDch
|
||||||
|
yssMjFr6IPh8x8SbnsT4lrQamgPhCMzPzz+sifHjnXNpMnN5XnRglJaWlk5KE2z/0ISbxnzQQ0bgvlXz
|
||||||
|
1ePSXPnG0NyZ+DRF8Zi8CsCo7Azh0V0TbkrzRc2B0G3wIJ9429CcmZLce4MgYJTyff87JtzU5uayLM/J
|
||||||
|
qwcM7vD5+jQ3DgzNlWnKDXldgFFJZwW/2jHZpj1727uZ5VWE3mofqJXmw4eG5sdUpqqqXXm1gFGoQnhJ
|
||||||
|
12SbgRxoYvzjtIruK04vxRjPSvPgK0PzYmqTPqtemVcNGIU6xgu7JtusJH1ovH9ubu6UvLrQC2ncPyuN
|
||||||
|
/58Mz4fpTvnmvHrAKJQL5dO6J9ssJXxucWFhLq8yzLKtaUf5h2ncb9zz+8eUKsYP53UERmHX/PyOrsk2
|
||||||
|
g7nJDUWYZUuPWHpIE8oPdIz92UiMn86rCoxIOmOYta8KD5uftk2Peb1hZtTzdVOHcF3HmJ+ZVCF+Ia8u
|
||||||
|
MCppcl0+PNlmOG1zYPtYYc2BzIQ0np+ZxvWPh8b5LObqvMrAqEzRo4BHmctijCfnEsBUqkP5u2ksz8Kd
|
||||||
|
PI8g5SfyagOj0jbIpQk2c01DR5Brmh3NfC4DTI324LWO8V0dY3pm48mAsEGm7OEgo0sRb9wZ4+NzGWDi
|
||||||
|
lWUZ0ti9Zt1YnvUU8fdyCYBRmsFbAh9xqhDvqEN4Xi4FTKz8s93vD4/hPiSdpJyXywCMWPtrgKuGJ12P
|
||||||
|
ck/6gPmDXAuYOHVR/lY6UN3XMXb7kDv17MAGqhaqJ6WJ1sdegDUJ726a5oG5JDB2917vL+Kl3eO1N/lQ
|
||||||
|
LgewUdIO8E0dk69vubosy+25JDA2bYNuFeJnOsZovxLjhbkkwEZZXl4+0QfOvfl2Ogg4O5cFNl1dFE9N
|
||||||
|
4/B7Q+Oyj7mh/VzKZQE2UtM0j6iL+LWOidizhN3OPBiHuigvSmPwrvVjsn9pQnh1LguwGQa3Fo3fHp6M
|
||||||
|
Pcw97c1WcllgQy0tLZ2UDr7/qmMc9jJNiF/WkwNjMHhQ0GzfX/yIU8RLfRCxkdq+kzTfrugcf/3MgZ1l
|
||||||
|
+fRcHmCztU8Yq2P8h47J2cdcpTmQjdCE8IQ0vnzjdkjKP8nlAcZoWxXin3dP0n4l1eGb9UL92FwXOG51
|
||||||
|
Ub48ja09w2Otz2nvTJpKs21QIWDs0lnKb6TJqTEphN3NQvncXBY4VtvSju4N3WOs17l6cXHxoblGwKRo
|
||||||
|
r8mlHeAtHZO2b9mfDohem8sCR2XX3K4z0hj65NCYklSTGONpuUzApNlVFFWaqP81NHF7mvD2tnM7lwbu
|
||||||
|
V/vwqTR2vrV+LPU7VSjf4ff+MAU0B65NeWVd12fm0sBhpTnzosHDp7rGUV8T9lVFvDiXCJgSrmEezDea
|
||||||
|
onhMrgsM25rmyuvSODkwNG56nvZyYvi5XCNg2mgOXM3tVVH9ci4L3KtpmlN9W7Y+VYhfiEkuEzCt8n3L
|
||||||
|
fzA8yXuY/b7OZEVZlovt3ew6xknf8965ublTcpmAaac5cG3C2zQ09Vv7bVAaC/+7fmz0Og6QYVZpDlyT
|
||||||
|
GD/dPlgpl4b+2Nru5NIYuGfdmOhxmhB/VBblL+QaATNKc+DBfH1nCI/OdWHGtTewSdv874fGgIT4xfYb
|
||||||
|
wlwmYNZpDlzNbVUIz85lYUblJ2i6BDacGP/u7O3bH5zLBPSF5sDV7K+L+Nu5LMyYtJP7xbSNfzy0zfue
|
||||||
|
A+03gak8WwdVAnpHc+CaxHiJ5sCZsnK9f/+6bd3v3JZ2/r+SawT0mebAg0kfjB93v/Pp136t3X693bWN
|
||||||
|
e56v6nsBhmkOXE24Ph0EnJXrwpSp63qhDuXnu7dtn1P+U1VVP5PLBHAozYGDtD+LchvU6TN4Iqa+lqGs
|
||||||
|
XO8/YVAlgMPQHLiSsC+dNb0ml4UJVxflRWm73b1+O/Y5YXcVwvNziQDun+bANYnxkvO2bHlALg0TJsZ4
|
||||||
|
cl3ESzu3Xa8Trm+KYimXCeDIaQ48mKqIH9McOHl2zc/vaIr42a5t1vN8tCiK03OZAI6J5sCVFPFr7QNk
|
||||||
|
cl0Ys3yp6nvrtlO/s3K9f9ugSgDHSXPgILk58PxcFsYkX+93J8s1qUK8oynKF+YSAYyO5sCVhH3pgOjV
|
||||||
|
uSxsoqZpHpjq//bu7dLjFPHGND+Xc5kARk9z4JrE+JZUEl+1bpLFhYW5VPf/WLcd5N/ruj4zlwlg42gO
|
||||||
|
PCQfdXOVjdeE8MRU6xuGai9uXw2MgebA1YTrFkMoc10YsaYoX5rqfOf6uvc6e9LO/xW5RACbT3Pgam5N
|
||||||
|
B0Q/m8vCCLT3XnCQ2ZXwnWqhenIuE8D4aA5czV3OykZj19yuM1I9PzlUXwnhirIst+cyAYyf5sA1GTQH
|
||||||
|
uu/6MdoZ4+NTHb+1rq59j+v9wKTSHHhIPtI0zam5NByhNH5enGr306Fa9j1720ttuUQAE0tz4Epi/FJM
|
||||||
|
cl24b8ZNd25KdTk31whg8mkOXEm4pX1EbS4LHebn5x+WdnIf765fr3NVCOFRuUwA00Nz4Gr21kX58lwW
|
||||||
|
1qjmq8el+nxjqF4S4yVLS0sn5TIBTB/NgWuiOfAQTVE+J9XltnV16nXCvqqIF+cSAUw3zYGH5INnb9/+
|
||||||
|
4Fyavtra7uRSLe4Zqk3f88MmxvNyjQBmhiavg/liVVVFrkuvLC4uPjSt/4eG6iEhXlOWZchlApg9mgNX
|
||||||
|
c3P6wD8nl6UXqvlqZ1rv/xmqQ+/ThPJv5ufnH5TLBDC7NAeuZm97n/tclplWhfCstL4/GVr/nsf1fqCH
|
||||||
|
NAeu5kB7aSSVZFabA13v786tVVFckGsE0C+aAw8mnSG/f25u7pRcmpnQbt8mlB/oWt8+pwnxWk+PBNAc
|
||||||
|
uJoqxC/MSnNgs7BQ1yFc17WePc97Z+1AD+C4aA5czU3T/qjXdED3zLQePx5ar75nf77ev3VQJQBWaQ5c
|
||||||
|
zZ4qhJfkskyVuigvapvbOtapt2lC/FFTls/IJQKgi+bA1aw0B07FGWOM8eQ6xnd1rEe/E+OX2jGdywTA
|
||||||
|
fdEcuCYx/u2kXzNudjTz6az/c53L3+NUMX7YI6EBjp7mwIO5pt3J5rpMlHKhfFpavu8PLW/fM+s/7QTY
|
||||||
|
eJoDV/PduiiWc1kmwuB6f7x7aDn7ntvrGC/MJQLgeGgOHKQK8Y46hOflsoxN0zQPbEJ8Z9cy9jxf3RnC
|
||||||
|
o3OZABgFzYGrab9efl0qyViaAxcXFubSgchnOpar77k8xnhaLhMAo6Q5cE2K+L7NfoBMHcJT0nvfvG5Z
|
||||||
|
+h3X+wE2iebAg7m6LMvtuS4bKl/v14txSMLuKoQX5BIBsBk0B64kfCfV4om5LCN33pYtD3DA1ZVwfb1Q
|
||||||
|
PzaXCYDNpDlwJWH3RnSe75rbdUZ6/X9b/369z0eLojg9lwmAcdAcuJqV5sCRaEJ4QnrNbw+9R9+zcr1/
|
||||||
|
26BKAIyV5sBDcll7W95cmmPSPocgvc6dQ6/b9+xpivJluUQATBDNgQdz1TE2B6phV4p446TdhAmAIens
|
||||||
|
9ZXpQ1tz4KA58Am5LPfrrB07Hp7+zr90v1Z/UxXxU3Vdn5nLBMAk0xy4krC7WSifm8tyWGVZnl2F+M3u
|
||||||
|
1+hxYrxkeXn5xFwmAKaB5sDV7E9nsRfnsqyTdnIvGtxiuPPv9jV7Ul1ekUsEwLTRHHgwVSjfsbS0dFIu
|
||||||
|
TWtr+6uB9P8ODP/Znue7ZVmek2sEwBTT2Laa8sr2enb7jHoHRl0JV8QYH5nHDQCzwJ0DV/P1tKO7vuO/
|
||||||
|
9zpVKN/qej/AjNIcKB3Z24TyVXmIADCrNAfKmtzUxHhuHhoAzDrNgZJyVQjhUXlIANAjmgN7m/Du471d
|
||||||
|
MgBTzp0D+5Sw777uiQBAz2gO7EPCLSnn500OAAOaA2c615RlGfKmBoBDaQ6cvTQhvmd+fv5BeRMDwGFp
|
||||||
|
DpyJuN4PwDHQHDjVubUqigvypgSAo6M5cPrShHjtYghl3oQAcGw0B05Rivi+ubm5U/KmA4Djozlw4rM/
|
||||||
|
X+/fOthiADA6mgMnME2IP2rK8hl5GwHAxtAcOFH5SozxrLxpAGBjaQ4cf6oYP9w0zal5kwDA5tAcOLYc
|
||||||
|
aC/FpE1wwmBLAMAm0xy46bk91fvCXH4AGCvNgZuRIn6tKYrH5JoDwGTQHLihuTzGeFouNQBMFs2BI4/r
|
||||||
|
/QBMB82Bo0rYXYXwglxWAJh8mgOPN+H6eqF+bC4nAEwVzYHHkiL+c1EUp+caAsB00hx4FInxLalk2waV
|
||||||
|
A4AppznwfrOnLsqX53IBwOzQHHiYFPHGaqF6Ui4TAMwezYGHpirip+q6PjOXBwBmmubANjFesry8fGKu
|
||||||
|
CQD0Q4+bA/dWMf56LgMA9E8PmwO/W5blOXn1AaC/+tMcWF4ZY3xkXm0AYOabA2O8ZGlp6aS8ugDAGrPY
|
||||||
|
HLi3CeWr8voBAIczQ82BN6UDmnPzagEA92f6mwPLz1dVVeTVAQCO1LQ2B1Yh/PX8/PyD8moAAEdrupoD
|
||||||
|
w76qiBfnRQcAjtMUNAeGW1LOz8sLAIzKBDcHXlOWZciLCQCM2gQ2B142Nzd3Sl48AGCjTEhz4H7X+wFg
|
||||||
|
k425OfDWqqh+Pi8KALDJtqWDgDemHfKBoR30hqUJ8dqY5PcHAMalKcrnpJ3z94Z31qNO+/t+1/sBYIKk
|
||||||
|
k/LT6hD+Mu2oR/4rgXTW/+X02r+U3woAmDTtz/GaIv5F2nH/ZHhHfpS5J+Vf01n/S9LLbhu8OgAw0dpb
|
||||||
|
8TYL5XPTmfvb0o78v/MOvWtHvybtzXzKT1Qx/n5d1wv5pQCAaXXvAUFRLLXd+3WMFzZF+cKUl7X/rIri
|
||||||
|
gsWFhbn8RwEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||||
|
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6LEtW/4flgYiLD1qeX0A
|
||||||
|
AAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
68
SCrawler/Editors/SiteSelectionForm.vb
Normal file
68
SCrawler/Editors/SiteSelectionForm.vb
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Forms
|
||||||
|
Imports PersonalUtilities.Forms.Toolbars
|
||||||
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
|
Namespace Editors
|
||||||
|
Friend Class SiteSelectionForm : Implements IOkCancelToolbar
|
||||||
|
Private ReadOnly MyDefs As DefaultFormProps
|
||||||
|
Friend ReadOnly Property SelectedSites As List(Of Sites)
|
||||||
|
Friend Sub New(ByVal s As List(Of Sites))
|
||||||
|
InitializeComponent()
|
||||||
|
SelectedSites.ListAddList(s)
|
||||||
|
If SelectedSites Is Nothing Then SelectedSites = New List(Of Sites)
|
||||||
|
MyDefs = New DefaultFormProps
|
||||||
|
End Sub
|
||||||
|
Private Sub SiteSelectionForm_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||||
|
With MyDefs
|
||||||
|
.MyViewInitialize(Me, Settings.Design, True)
|
||||||
|
.DelegateClosingChecker()
|
||||||
|
.AddOkCancelToolbar()
|
||||||
|
CMB_SITES.BeginUpdate()
|
||||||
|
CMB_SITES.Items.AddRange({New ListItem({Sites.Reddit.ToString, CInt(Sites.Reddit)}),
|
||||||
|
New ListItem({Sites.Twitter.ToString, CInt(Sites.Twitter)}),
|
||||||
|
New ListItem({Sites.Instagram.ToString, CInt(Sites.Instagram)})})
|
||||||
|
Dim l As New List(Of Integer)
|
||||||
|
If SelectedSites.Count > 0 Then
|
||||||
|
If SelectedSites.Contains(Sites.Reddit) Then l.Add(0)
|
||||||
|
If SelectedSites.Contains(Sites.Twitter) Then l.Add(1)
|
||||||
|
If SelectedSites.Contains(Sites.Instagram) Then l.Add(2)
|
||||||
|
End If
|
||||||
|
CMB_SITES.EndUpdate()
|
||||||
|
If l.Count > 0 Then CMB_SITES.ListCheckedIndexes = l : l.Clear()
|
||||||
|
.EndLoaderOperations()
|
||||||
|
.MyOkCancel.EnableOK = True
|
||||||
|
End With
|
||||||
|
End Sub
|
||||||
|
Private Sub SiteSelectionForm_Disposed(sender As Object, e As EventArgs) Handles Me.Disposed
|
||||||
|
SelectedSites.Clear()
|
||||||
|
End Sub
|
||||||
|
Public Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
||||||
|
Try
|
||||||
|
SelectedSites.Clear()
|
||||||
|
Dim l As List(Of Integer) = CMB_SITES.ListCheckedIndexes
|
||||||
|
If l.ListExists Then
|
||||||
|
For Each i% In l
|
||||||
|
Select Case i
|
||||||
|
Case 0 : SelectedSites.Add(Sites.Reddit)
|
||||||
|
Case 1 : SelectedSites.Add(Sites.Twitter)
|
||||||
|
Case 2 : SelectedSites.Add(Sites.Instagram)
|
||||||
|
End Select
|
||||||
|
Next
|
||||||
|
End If
|
||||||
|
MyDefs.CloseForm()
|
||||||
|
Catch ex As Exception
|
||||||
|
ErrorsDescriber.Execute(EDP.LogMessageValue, ex)
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
Public Sub ToolbarBttCancel() Implements IOkCancelToolbar.ToolbarBttCancel
|
||||||
|
MyDefs.CloseForm(DialogResult.Cancel)
|
||||||
|
End Sub
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
@@ -1,84 +0,0 @@
|
|||||||
Imports PersonalUtilities.Forms
|
|
||||||
Imports PersonalUtilities.Forms.Controls
|
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
|
||||||
Imports PersonalUtilities.Forms.Toolbars
|
|
||||||
Imports PersonalUtilities.Tools.WEB
|
|
||||||
Namespace Editors
|
|
||||||
Friend Class TwitterEditorForm : Implements IOkCancelToolbar
|
|
||||||
Private ReadOnly MyDefs As DefaultFormProps(Of FieldsChecker)
|
|
||||||
Friend Sub New()
|
|
||||||
InitializeComponent()
|
|
||||||
MyDefs = New DefaultFormProps(Of FieldsChecker)
|
|
||||||
End Sub
|
|
||||||
Private Sub TwitterEditorForm_Load(sender As Object, e As EventArgs) Handles Me.Load
|
|
||||||
Try
|
|
||||||
With MyDefs
|
|
||||||
.MyViewInitialize(Me, Settings.Design, True)
|
|
||||||
.AddOkCancelToolbar()
|
|
||||||
.DelegateClosingChecker()
|
|
||||||
With Settings.Site(Sites.Twitter)
|
|
||||||
TXT_PATH.Text = .Path
|
|
||||||
With .Responser
|
|
||||||
If .Cookies Is Nothing Then .Cookies = New CookieKeeper(.CookiesDomain)
|
|
||||||
SetCookieText()
|
|
||||||
TXT_TOKEN.Text = .Headers(API.Base.SiteSettings.Header_Twitter_Token)
|
|
||||||
TXT_AUTH.Text = .Headers(API.Base.SiteSettings.Header_Twitter_Authorization)
|
|
||||||
End With
|
|
||||||
End With
|
|
||||||
.MyFieldsChecker = New FieldsChecker
|
|
||||||
With .MyFieldsChecker
|
|
||||||
.AddControl(Of String)(TXT_TOKEN, TXT_TOKEN.CaptionText)
|
|
||||||
.AddControl(Of String)(TXT_AUTH, TXT_AUTH.CaptionText)
|
|
||||||
.EndLoaderOperations()
|
|
||||||
End With
|
|
||||||
TextBoxExtended.SetFalseDetector(Me, True, AddressOf .Detector)
|
|
||||||
.EndLoaderOperations()
|
|
||||||
End With
|
|
||||||
Catch ex As Exception
|
|
||||||
MyDefs.InvokeLoaderError(ex)
|
|
||||||
End Try
|
|
||||||
End Sub
|
|
||||||
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
|
||||||
If MyDefs.MyFieldsChecker.AllParamsOK Then
|
|
||||||
With Settings.Site(Sites.Twitter)
|
|
||||||
If TXT_PATH.IsEmptyString Then .Path = Nothing Else .Path = TXT_PATH.Text
|
|
||||||
With .Responser
|
|
||||||
.Headers(API.Base.SiteSettings.Header_Twitter_Token) = TXT_TOKEN.Text
|
|
||||||
.Headers(API.Base.SiteSettings.Header_Twitter_Authorization) = TXT_AUTH.Text
|
|
||||||
End With
|
|
||||||
.Update()
|
|
||||||
End With
|
|
||||||
MyDefs.CloseForm()
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
Private Sub ToolbarBttCancel() Implements IOkCancelToolbar.ToolbarBttCancel
|
|
||||||
MyDefs.CloseForm(DialogResult.Cancel)
|
|
||||||
End Sub
|
|
||||||
Private Sub TXT_PATH_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_PATH.ActionOnButtonClick
|
|
||||||
If Sender.DefaultButton = ActionButton.DefaultButtons.Open Then
|
|
||||||
Dim f As SFile = SFile.SelectPath(Settings.Site(Sites.Twitter).Path)
|
|
||||||
If Not f.IsEmptyString Then TXT_PATH.Text = f
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
Private Sub TXT_COOKIES_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_COOKIES.ActionOnButtonClick
|
|
||||||
If Sender.DefaultButton = ActionButton.DefaultButtons.Edit Then
|
|
||||||
Using f As New CookieListForm(Settings.Site(Sites.Twitter).Responser.Cookies) : f.ShowDialog() : End Using
|
|
||||||
SetCookieText()
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
Private Sub TXT_COOKIES_ActionOnButtonClearClick() Handles TXT_COOKIES.ActionOnButtonClearClick
|
|
||||||
With Settings.Site(Sites.Twitter).Responser
|
|
||||||
If Not .Cookies Is Nothing Then .Cookies.Dispose()
|
|
||||||
.Cookies = New CookieKeeper(.CookiesDomain)
|
|
||||||
End With
|
|
||||||
SetCookieText()
|
|
||||||
End Sub
|
|
||||||
Private Sub SetCookieText()
|
|
||||||
Dim c% = 0
|
|
||||||
With Settings.Site(Sites.Twitter).Responser
|
|
||||||
If Not .Cookies Is Nothing Then c = .Cookies.Count
|
|
||||||
End With
|
|
||||||
TXT_COOKIES.Text = $"{c} cookies"
|
|
||||||
End Sub
|
|
||||||
End Class
|
|
||||||
End Namespace
|
|
||||||
155
SCrawler/Editors/UserCreatorForm.Designer.vb
generated
155
SCrawler/Editors/UserCreatorForm.Designer.vb
generated
@@ -24,10 +24,14 @@
|
|||||||
Dim ActionButton2 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton2 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim ActionButton3 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
Dim ActionButton3 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim TP_DOWN_OPTIONS As System.Windows.Forms.TableLayoutPanel
|
Dim TP_DOWN_OPTIONS As System.Windows.Forms.TableLayoutPanel
|
||||||
|
Dim ActionButton4 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
|
Dim ActionButton5 As PersonalUtilities.Forms.Controls.Base.ActionButton = New PersonalUtilities.Forms.Controls.Base.ActionButton()
|
||||||
Dim TT_MAIN As System.Windows.Forms.ToolTip
|
Dim TT_MAIN As System.Windows.Forms.ToolTip
|
||||||
Me.TXT_USER = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
Me.TXT_USER = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.OPT_REDDIT = New System.Windows.Forms.RadioButton()
|
Me.OPT_REDDIT = New System.Windows.Forms.RadioButton()
|
||||||
Me.OPT_TWITTER = New System.Windows.Forms.RadioButton()
|
Me.OPT_TWITTER = New System.Windows.Forms.RadioButton()
|
||||||
|
Me.CH_IS_CHANNEL = New System.Windows.Forms.CheckBox()
|
||||||
|
Me.OPT_INSTAGRAM = New System.Windows.Forms.RadioButton()
|
||||||
Me.CH_TEMP = New System.Windows.Forms.CheckBox()
|
Me.CH_TEMP = New System.Windows.Forms.CheckBox()
|
||||||
Me.CH_FAV = New System.Windows.Forms.CheckBox()
|
Me.CH_FAV = New System.Windows.Forms.CheckBox()
|
||||||
Me.CH_PARSE_USER_MEDIA = New System.Windows.Forms.CheckBox()
|
Me.CH_PARSE_USER_MEDIA = New System.Windows.Forms.CheckBox()
|
||||||
@@ -40,6 +44,7 @@
|
|||||||
Me.TXT_LABELS = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
Me.TXT_LABELS = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.CH_DOWN_IMAGES = New System.Windows.Forms.CheckBox()
|
Me.CH_DOWN_IMAGES = New System.Windows.Forms.CheckBox()
|
||||||
Me.CH_DOWN_VIDEOS = New System.Windows.Forms.CheckBox()
|
Me.CH_DOWN_VIDEOS = New System.Windows.Forms.CheckBox()
|
||||||
|
Me.TXT_SPEC_FOLDER = New PersonalUtilities.Forms.Controls.TextBoxExtended()
|
||||||
Me.CONTAINER_MAIN = New System.Windows.Forms.ToolStripContainer()
|
Me.CONTAINER_MAIN = New System.Windows.Forms.ToolStripContainer()
|
||||||
TP_MAIN = New System.Windows.Forms.TableLayoutPanel()
|
TP_MAIN = New System.Windows.Forms.TableLayoutPanel()
|
||||||
TP_SITE = New System.Windows.Forms.TableLayoutPanel()
|
TP_SITE = New System.Windows.Forms.TableLayoutPanel()
|
||||||
@@ -57,6 +62,7 @@
|
|||||||
Me.TP_ADD_BY_LIST.SuspendLayout()
|
Me.TP_ADD_BY_LIST.SuspendLayout()
|
||||||
CType(Me.TXT_LABELS, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.TXT_LABELS, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
TP_DOWN_OPTIONS.SuspendLayout()
|
TP_DOWN_OPTIONS.SuspendLayout()
|
||||||
|
CType(Me.TXT_SPEC_FOLDER, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.CONTAINER_MAIN.ContentPanel.SuspendLayout()
|
Me.CONTAINER_MAIN.ContentPanel.SuspendLayout()
|
||||||
Me.CONTAINER_MAIN.SuspendLayout()
|
Me.CONTAINER_MAIN.SuspendLayout()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
@@ -67,18 +73,20 @@
|
|||||||
TP_MAIN.ColumnCount = 1
|
TP_MAIN.ColumnCount = 1
|
||||||
TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
TP_MAIN.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
TP_MAIN.Controls.Add(Me.TXT_USER, 0, 0)
|
TP_MAIN.Controls.Add(Me.TXT_USER, 0, 0)
|
||||||
TP_MAIN.Controls.Add(TP_SITE, 0, 2)
|
TP_MAIN.Controls.Add(TP_SITE, 0, 3)
|
||||||
TP_MAIN.Controls.Add(TP_PARAMS, 0, 3)
|
TP_MAIN.Controls.Add(TP_PARAMS, 0, 4)
|
||||||
TP_MAIN.Controls.Add(TP_OTHER, 0, 5)
|
TP_MAIN.Controls.Add(TP_OTHER, 0, 6)
|
||||||
TP_MAIN.Controls.Add(Me.TXT_DESCR, 0, 8)
|
TP_MAIN.Controls.Add(Me.TXT_DESCR, 0, 9)
|
||||||
TP_MAIN.Controls.Add(Me.TXT_USER_FRIENDLY, 0, 1)
|
TP_MAIN.Controls.Add(Me.TXT_USER_FRIENDLY, 0, 1)
|
||||||
TP_MAIN.Controls.Add(Me.TP_ADD_BY_LIST, 0, 6)
|
TP_MAIN.Controls.Add(Me.TP_ADD_BY_LIST, 0, 7)
|
||||||
TP_MAIN.Controls.Add(Me.TXT_LABELS, 0, 7)
|
TP_MAIN.Controls.Add(Me.TXT_LABELS, 0, 8)
|
||||||
TP_MAIN.Controls.Add(TP_DOWN_OPTIONS, 0, 4)
|
TP_MAIN.Controls.Add(TP_DOWN_OPTIONS, 0, 5)
|
||||||
|
TP_MAIN.Controls.Add(Me.TXT_SPEC_FOLDER, 0, 2)
|
||||||
TP_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
TP_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
TP_MAIN.Location = New System.Drawing.Point(0, 0)
|
TP_MAIN.Location = New System.Drawing.Point(0, 0)
|
||||||
TP_MAIN.Name = "TP_MAIN"
|
TP_MAIN.Name = "TP_MAIN"
|
||||||
TP_MAIN.RowCount = 9
|
TP_MAIN.RowCount = 10
|
||||||
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28.0!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28.0!))
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28.0!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28.0!))
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28.0!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66708!))
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66708!))
|
||||||
@@ -88,7 +96,7 @@
|
|||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66542!))
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66542!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667!))
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667!))
|
||||||
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150.0!))
|
TP_MAIN.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 150.0!))
|
||||||
TP_MAIN.Size = New System.Drawing.Size(454, 378)
|
TP_MAIN.Size = New System.Drawing.Size(454, 431)
|
||||||
TP_MAIN.TabIndex = 0
|
TP_MAIN.TabIndex = 0
|
||||||
'
|
'
|
||||||
'TXT_USER
|
'TXT_USER
|
||||||
@@ -105,20 +113,23 @@
|
|||||||
'TP_SITE
|
'TP_SITE
|
||||||
'
|
'
|
||||||
TP_SITE.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
|
TP_SITE.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
|
||||||
TP_SITE.ColumnCount = 2
|
TP_SITE.ColumnCount = 4
|
||||||
TP_SITE.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
TP_SITE.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
TP_SITE.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
TP_SITE.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
|
TP_SITE.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
|
TP_SITE.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
|
||||||
TP_SITE.Controls.Add(Me.OPT_REDDIT, 0, 0)
|
TP_SITE.Controls.Add(Me.OPT_REDDIT, 0, 0)
|
||||||
TP_SITE.Controls.Add(Me.OPT_TWITTER, 1, 0)
|
TP_SITE.Controls.Add(Me.OPT_TWITTER, 2, 0)
|
||||||
|
TP_SITE.Controls.Add(Me.CH_IS_CHANNEL, 1, 0)
|
||||||
|
TP_SITE.Controls.Add(Me.OPT_INSTAGRAM, 3, 0)
|
||||||
TP_SITE.Dock = System.Windows.Forms.DockStyle.Fill
|
TP_SITE.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
TP_SITE.Location = New System.Drawing.Point(1, 59)
|
TP_SITE.Location = New System.Drawing.Point(1, 88)
|
||||||
TP_SITE.Margin = New System.Windows.Forms.Padding(0)
|
TP_SITE.Margin = New System.Windows.Forms.Padding(0)
|
||||||
TP_SITE.Name = "TP_SITE"
|
TP_SITE.Name = "TP_SITE"
|
||||||
TP_SITE.RowCount = 1
|
TP_SITE.RowCount = 1
|
||||||
TP_SITE.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
TP_SITE.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
TP_SITE.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
TP_SITE.Size = New System.Drawing.Size(452, 31)
|
||||||
TP_SITE.Size = New System.Drawing.Size(452, 27)
|
TP_SITE.TabIndex = 3
|
||||||
TP_SITE.TabIndex = 2
|
|
||||||
'
|
'
|
||||||
'OPT_REDDIT
|
'OPT_REDDIT
|
||||||
'
|
'
|
||||||
@@ -126,7 +137,7 @@
|
|||||||
Me.OPT_REDDIT.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.OPT_REDDIT.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.OPT_REDDIT.Location = New System.Drawing.Point(4, 4)
|
Me.OPT_REDDIT.Location = New System.Drawing.Point(4, 4)
|
||||||
Me.OPT_REDDIT.Name = "OPT_REDDIT"
|
Me.OPT_REDDIT.Name = "OPT_REDDIT"
|
||||||
Me.OPT_REDDIT.Size = New System.Drawing.Size(218, 19)
|
Me.OPT_REDDIT.Size = New System.Drawing.Size(105, 23)
|
||||||
Me.OPT_REDDIT.TabIndex = 0
|
Me.OPT_REDDIT.TabIndex = 0
|
||||||
Me.OPT_REDDIT.TabStop = True
|
Me.OPT_REDDIT.TabStop = True
|
||||||
Me.OPT_REDDIT.Text = "Reddit"
|
Me.OPT_REDDIT.Text = "Reddit"
|
||||||
@@ -136,14 +147,37 @@
|
|||||||
'
|
'
|
||||||
Me.OPT_TWITTER.AutoSize = True
|
Me.OPT_TWITTER.AutoSize = True
|
||||||
Me.OPT_TWITTER.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.OPT_TWITTER.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.OPT_TWITTER.Location = New System.Drawing.Point(229, 4)
|
Me.OPT_TWITTER.Location = New System.Drawing.Point(228, 4)
|
||||||
Me.OPT_TWITTER.Name = "OPT_TWITTER"
|
Me.OPT_TWITTER.Name = "OPT_TWITTER"
|
||||||
Me.OPT_TWITTER.Size = New System.Drawing.Size(219, 19)
|
Me.OPT_TWITTER.Size = New System.Drawing.Size(105, 23)
|
||||||
Me.OPT_TWITTER.TabIndex = 1
|
Me.OPT_TWITTER.TabIndex = 1
|
||||||
Me.OPT_TWITTER.TabStop = True
|
Me.OPT_TWITTER.TabStop = True
|
||||||
Me.OPT_TWITTER.Text = "Twitter"
|
Me.OPT_TWITTER.Text = "Twitter"
|
||||||
Me.OPT_TWITTER.UseVisualStyleBackColor = True
|
Me.OPT_TWITTER.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'CH_IS_CHANNEL
|
||||||
|
'
|
||||||
|
Me.CH_IS_CHANNEL.AutoSize = True
|
||||||
|
Me.CH_IS_CHANNEL.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.CH_IS_CHANNEL.Location = New System.Drawing.Point(116, 4)
|
||||||
|
Me.CH_IS_CHANNEL.Name = "CH_IS_CHANNEL"
|
||||||
|
Me.CH_IS_CHANNEL.Size = New System.Drawing.Size(105, 23)
|
||||||
|
Me.CH_IS_CHANNEL.TabIndex = 2
|
||||||
|
Me.CH_IS_CHANNEL.Text = "Channel"
|
||||||
|
Me.CH_IS_CHANNEL.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
|
'OPT_INSTAGRAM
|
||||||
|
'
|
||||||
|
Me.OPT_INSTAGRAM.AutoSize = True
|
||||||
|
Me.OPT_INSTAGRAM.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.OPT_INSTAGRAM.Location = New System.Drawing.Point(340, 4)
|
||||||
|
Me.OPT_INSTAGRAM.Name = "OPT_INSTAGRAM"
|
||||||
|
Me.OPT_INSTAGRAM.Size = New System.Drawing.Size(108, 23)
|
||||||
|
Me.OPT_INSTAGRAM.TabIndex = 3
|
||||||
|
Me.OPT_INSTAGRAM.TabStop = True
|
||||||
|
Me.OPT_INSTAGRAM.Text = "Instagram"
|
||||||
|
Me.OPT_INSTAGRAM.UseVisualStyleBackColor = True
|
||||||
|
'
|
||||||
'TP_PARAMS
|
'TP_PARAMS
|
||||||
'
|
'
|
||||||
TP_PARAMS.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
|
TP_PARAMS.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
|
||||||
@@ -153,14 +187,14 @@
|
|||||||
TP_PARAMS.Controls.Add(Me.CH_TEMP, 0, 0)
|
TP_PARAMS.Controls.Add(Me.CH_TEMP, 0, 0)
|
||||||
TP_PARAMS.Controls.Add(Me.CH_FAV, 1, 0)
|
TP_PARAMS.Controls.Add(Me.CH_FAV, 1, 0)
|
||||||
TP_PARAMS.Dock = System.Windows.Forms.DockStyle.Fill
|
TP_PARAMS.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
TP_PARAMS.Location = New System.Drawing.Point(1, 87)
|
TP_PARAMS.Location = New System.Drawing.Point(1, 120)
|
||||||
TP_PARAMS.Margin = New System.Windows.Forms.Padding(0)
|
TP_PARAMS.Margin = New System.Windows.Forms.Padding(0)
|
||||||
TP_PARAMS.Name = "TP_PARAMS"
|
TP_PARAMS.Name = "TP_PARAMS"
|
||||||
TP_PARAMS.RowCount = 1
|
TP_PARAMS.RowCount = 1
|
||||||
TP_PARAMS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
TP_PARAMS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
TP_PARAMS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
TP_PARAMS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
||||||
TP_PARAMS.Size = New System.Drawing.Size(452, 27)
|
TP_PARAMS.Size = New System.Drawing.Size(452, 31)
|
||||||
TP_PARAMS.TabIndex = 3
|
TP_PARAMS.TabIndex = 4
|
||||||
'
|
'
|
||||||
'CH_TEMP
|
'CH_TEMP
|
||||||
'
|
'
|
||||||
@@ -168,7 +202,7 @@
|
|||||||
Me.CH_TEMP.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_TEMP.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_TEMP.Location = New System.Drawing.Point(4, 4)
|
Me.CH_TEMP.Location = New System.Drawing.Point(4, 4)
|
||||||
Me.CH_TEMP.Name = "CH_TEMP"
|
Me.CH_TEMP.Name = "CH_TEMP"
|
||||||
Me.CH_TEMP.Size = New System.Drawing.Size(218, 19)
|
Me.CH_TEMP.Size = New System.Drawing.Size(218, 23)
|
||||||
Me.CH_TEMP.TabIndex = 0
|
Me.CH_TEMP.TabIndex = 0
|
||||||
Me.CH_TEMP.Text = "Temporary"
|
Me.CH_TEMP.Text = "Temporary"
|
||||||
Me.CH_TEMP.UseVisualStyleBackColor = True
|
Me.CH_TEMP.UseVisualStyleBackColor = True
|
||||||
@@ -179,7 +213,7 @@
|
|||||||
Me.CH_FAV.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_FAV.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_FAV.Location = New System.Drawing.Point(229, 4)
|
Me.CH_FAV.Location = New System.Drawing.Point(229, 4)
|
||||||
Me.CH_FAV.Name = "CH_FAV"
|
Me.CH_FAV.Name = "CH_FAV"
|
||||||
Me.CH_FAV.Size = New System.Drawing.Size(219, 19)
|
Me.CH_FAV.Size = New System.Drawing.Size(219, 23)
|
||||||
Me.CH_FAV.TabIndex = 1
|
Me.CH_FAV.TabIndex = 1
|
||||||
Me.CH_FAV.Text = "Favorite"
|
Me.CH_FAV.Text = "Favorite"
|
||||||
Me.CH_FAV.UseVisualStyleBackColor = True
|
Me.CH_FAV.UseVisualStyleBackColor = True
|
||||||
@@ -193,14 +227,14 @@
|
|||||||
TP_OTHER.Controls.Add(Me.CH_PARSE_USER_MEDIA, 1, 0)
|
TP_OTHER.Controls.Add(Me.CH_PARSE_USER_MEDIA, 1, 0)
|
||||||
TP_OTHER.Controls.Add(Me.CH_READY_FOR_DOWN, 0, 0)
|
TP_OTHER.Controls.Add(Me.CH_READY_FOR_DOWN, 0, 0)
|
||||||
TP_OTHER.Dock = System.Windows.Forms.DockStyle.Fill
|
TP_OTHER.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
TP_OTHER.Location = New System.Drawing.Point(1, 143)
|
TP_OTHER.Location = New System.Drawing.Point(1, 184)
|
||||||
TP_OTHER.Margin = New System.Windows.Forms.Padding(0)
|
TP_OTHER.Margin = New System.Windows.Forms.Padding(0)
|
||||||
TP_OTHER.Name = "TP_OTHER"
|
TP_OTHER.Name = "TP_OTHER"
|
||||||
TP_OTHER.RowCount = 1
|
TP_OTHER.RowCount = 1
|
||||||
TP_OTHER.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
TP_OTHER.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
TP_OTHER.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
TP_OTHER.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
||||||
TP_OTHER.Size = New System.Drawing.Size(452, 27)
|
TP_OTHER.Size = New System.Drawing.Size(452, 31)
|
||||||
TP_OTHER.TabIndex = 5
|
TP_OTHER.TabIndex = 6
|
||||||
'
|
'
|
||||||
'CH_PARSE_USER_MEDIA
|
'CH_PARSE_USER_MEDIA
|
||||||
'
|
'
|
||||||
@@ -208,7 +242,7 @@
|
|||||||
Me.CH_PARSE_USER_MEDIA.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_PARSE_USER_MEDIA.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_PARSE_USER_MEDIA.Location = New System.Drawing.Point(229, 4)
|
Me.CH_PARSE_USER_MEDIA.Location = New System.Drawing.Point(229, 4)
|
||||||
Me.CH_PARSE_USER_MEDIA.Name = "CH_PARSE_USER_MEDIA"
|
Me.CH_PARSE_USER_MEDIA.Name = "CH_PARSE_USER_MEDIA"
|
||||||
Me.CH_PARSE_USER_MEDIA.Size = New System.Drawing.Size(219, 19)
|
Me.CH_PARSE_USER_MEDIA.Size = New System.Drawing.Size(219, 23)
|
||||||
Me.CH_PARSE_USER_MEDIA.TabIndex = 0
|
Me.CH_PARSE_USER_MEDIA.TabIndex = 0
|
||||||
Me.CH_PARSE_USER_MEDIA.Text = "Get user media only"
|
Me.CH_PARSE_USER_MEDIA.Text = "Get user media only"
|
||||||
TT_MAIN.SetToolTip(Me.CH_PARSE_USER_MEDIA, "For twitter only!" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "If checked then user media only will be downloaded." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Otherwise" &
|
TT_MAIN.SetToolTip(Me.CH_PARSE_USER_MEDIA, "For twitter only!" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "If checked then user media only will be downloaded." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Otherwise" &
|
||||||
@@ -221,7 +255,7 @@
|
|||||||
Me.CH_READY_FOR_DOWN.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_READY_FOR_DOWN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_READY_FOR_DOWN.Location = New System.Drawing.Point(4, 4)
|
Me.CH_READY_FOR_DOWN.Location = New System.Drawing.Point(4, 4)
|
||||||
Me.CH_READY_FOR_DOWN.Name = "CH_READY_FOR_DOWN"
|
Me.CH_READY_FOR_DOWN.Name = "CH_READY_FOR_DOWN"
|
||||||
Me.CH_READY_FOR_DOWN.Size = New System.Drawing.Size(218, 19)
|
Me.CH_READY_FOR_DOWN.Size = New System.Drawing.Size(218, 23)
|
||||||
Me.CH_READY_FOR_DOWN.TabIndex = 1
|
Me.CH_READY_FOR_DOWN.TabIndex = 1
|
||||||
Me.CH_READY_FOR_DOWN.Text = "Ready for download"
|
Me.CH_READY_FOR_DOWN.Text = "Ready for download"
|
||||||
TT_MAIN.SetToolTip(Me.CH_READY_FOR_DOWN, "Can be downloaded by [Download All]")
|
TT_MAIN.SetToolTip(Me.CH_READY_FOR_DOWN, "Can be downloaded by [Download All]")
|
||||||
@@ -240,11 +274,11 @@
|
|||||||
Me.TXT_DESCR.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TXT_DESCR.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TXT_DESCR.GroupBoxed = True
|
Me.TXT_DESCR.GroupBoxed = True
|
||||||
Me.TXT_DESCR.GroupBoxText = "Description"
|
Me.TXT_DESCR.GroupBoxText = "Description"
|
||||||
Me.TXT_DESCR.Location = New System.Drawing.Point(4, 229)
|
Me.TXT_DESCR.Location = New System.Drawing.Point(4, 282)
|
||||||
Me.TXT_DESCR.Multiline = True
|
Me.TXT_DESCR.Multiline = True
|
||||||
Me.TXT_DESCR.Name = "TXT_DESCR"
|
Me.TXT_DESCR.Name = "TXT_DESCR"
|
||||||
Me.TXT_DESCR.Size = New System.Drawing.Size(446, 145)
|
Me.TXT_DESCR.Size = New System.Drawing.Size(446, 145)
|
||||||
Me.TXT_DESCR.TabIndex = 8
|
Me.TXT_DESCR.TabIndex = 9
|
||||||
'
|
'
|
||||||
'TXT_USER_FRIENDLY
|
'TXT_USER_FRIENDLY
|
||||||
'
|
'
|
||||||
@@ -265,13 +299,13 @@
|
|||||||
Me.TP_ADD_BY_LIST.Controls.Add(Me.CH_ADD_BY_LIST, 0, 0)
|
Me.TP_ADD_BY_LIST.Controls.Add(Me.CH_ADD_BY_LIST, 0, 0)
|
||||||
Me.TP_ADD_BY_LIST.Controls.Add(Me.CH_AUTO_DETECT_SITE, 1, 0)
|
Me.TP_ADD_BY_LIST.Controls.Add(Me.CH_AUTO_DETECT_SITE, 1, 0)
|
||||||
Me.TP_ADD_BY_LIST.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TP_ADD_BY_LIST.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TP_ADD_BY_LIST.Location = New System.Drawing.Point(1, 171)
|
Me.TP_ADD_BY_LIST.Location = New System.Drawing.Point(1, 216)
|
||||||
Me.TP_ADD_BY_LIST.Margin = New System.Windows.Forms.Padding(0)
|
Me.TP_ADD_BY_LIST.Margin = New System.Windows.Forms.Padding(0)
|
||||||
Me.TP_ADD_BY_LIST.Name = "TP_ADD_BY_LIST"
|
Me.TP_ADD_BY_LIST.Name = "TP_ADD_BY_LIST"
|
||||||
Me.TP_ADD_BY_LIST.RowCount = 1
|
Me.TP_ADD_BY_LIST.RowCount = 1
|
||||||
Me.TP_ADD_BY_LIST.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
Me.TP_ADD_BY_LIST.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
Me.TP_ADD_BY_LIST.Size = New System.Drawing.Size(452, 26)
|
Me.TP_ADD_BY_LIST.Size = New System.Drawing.Size(452, 30)
|
||||||
Me.TP_ADD_BY_LIST.TabIndex = 6
|
Me.TP_ADD_BY_LIST.TabIndex = 7
|
||||||
'
|
'
|
||||||
'CH_ADD_BY_LIST
|
'CH_ADD_BY_LIST
|
||||||
'
|
'
|
||||||
@@ -279,7 +313,7 @@
|
|||||||
Me.CH_ADD_BY_LIST.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_ADD_BY_LIST.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_ADD_BY_LIST.Location = New System.Drawing.Point(4, 4)
|
Me.CH_ADD_BY_LIST.Location = New System.Drawing.Point(4, 4)
|
||||||
Me.CH_ADD_BY_LIST.Name = "CH_ADD_BY_LIST"
|
Me.CH_ADD_BY_LIST.Name = "CH_ADD_BY_LIST"
|
||||||
Me.CH_ADD_BY_LIST.Size = New System.Drawing.Size(218, 18)
|
Me.CH_ADD_BY_LIST.Size = New System.Drawing.Size(218, 22)
|
||||||
Me.CH_ADD_BY_LIST.TabIndex = 0
|
Me.CH_ADD_BY_LIST.TabIndex = 0
|
||||||
Me.CH_ADD_BY_LIST.Text = "Add by list"
|
Me.CH_ADD_BY_LIST.Text = "Add by list"
|
||||||
Me.CH_ADD_BY_LIST.UseVisualStyleBackColor = True
|
Me.CH_ADD_BY_LIST.UseVisualStyleBackColor = True
|
||||||
@@ -290,7 +324,7 @@
|
|||||||
Me.CH_AUTO_DETECT_SITE.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_AUTO_DETECT_SITE.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_AUTO_DETECT_SITE.Location = New System.Drawing.Point(229, 4)
|
Me.CH_AUTO_DETECT_SITE.Location = New System.Drawing.Point(229, 4)
|
||||||
Me.CH_AUTO_DETECT_SITE.Name = "CH_AUTO_DETECT_SITE"
|
Me.CH_AUTO_DETECT_SITE.Name = "CH_AUTO_DETECT_SITE"
|
||||||
Me.CH_AUTO_DETECT_SITE.Size = New System.Drawing.Size(219, 18)
|
Me.CH_AUTO_DETECT_SITE.Size = New System.Drawing.Size(219, 22)
|
||||||
Me.CH_AUTO_DETECT_SITE.TabIndex = 1
|
Me.CH_AUTO_DETECT_SITE.TabIndex = 1
|
||||||
Me.CH_AUTO_DETECT_SITE.Text = "Auto detect site"
|
Me.CH_AUTO_DETECT_SITE.Text = "Auto detect site"
|
||||||
Me.CH_AUTO_DETECT_SITE.UseVisualStyleBackColor = True
|
Me.CH_AUTO_DETECT_SITE.UseVisualStyleBackColor = True
|
||||||
@@ -308,10 +342,10 @@
|
|||||||
Me.TXT_LABELS.CaptionText = "Labels"
|
Me.TXT_LABELS.CaptionText = "Labels"
|
||||||
Me.TXT_LABELS.CaptionWidth = 50.0R
|
Me.TXT_LABELS.CaptionWidth = 50.0R
|
||||||
Me.TXT_LABELS.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.TXT_LABELS.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.TXT_LABELS.Location = New System.Drawing.Point(4, 201)
|
Me.TXT_LABELS.Location = New System.Drawing.Point(4, 250)
|
||||||
Me.TXT_LABELS.Name = "TXT_LABELS"
|
Me.TXT_LABELS.Name = "TXT_LABELS"
|
||||||
Me.TXT_LABELS.Size = New System.Drawing.Size(446, 22)
|
Me.TXT_LABELS.Size = New System.Drawing.Size(446, 22)
|
||||||
Me.TXT_LABELS.TabIndex = 7
|
Me.TXT_LABELS.TabIndex = 8
|
||||||
Me.TXT_LABELS.TextBoxReadOnly = True
|
Me.TXT_LABELS.TextBoxReadOnly = True
|
||||||
'
|
'
|
||||||
'TP_DOWN_OPTIONS
|
'TP_DOWN_OPTIONS
|
||||||
@@ -323,14 +357,14 @@
|
|||||||
TP_DOWN_OPTIONS.Controls.Add(Me.CH_DOWN_IMAGES, 0, 0)
|
TP_DOWN_OPTIONS.Controls.Add(Me.CH_DOWN_IMAGES, 0, 0)
|
||||||
TP_DOWN_OPTIONS.Controls.Add(Me.CH_DOWN_VIDEOS, 1, 0)
|
TP_DOWN_OPTIONS.Controls.Add(Me.CH_DOWN_VIDEOS, 1, 0)
|
||||||
TP_DOWN_OPTIONS.Dock = System.Windows.Forms.DockStyle.Fill
|
TP_DOWN_OPTIONS.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
TP_DOWN_OPTIONS.Location = New System.Drawing.Point(1, 115)
|
TP_DOWN_OPTIONS.Location = New System.Drawing.Point(1, 152)
|
||||||
TP_DOWN_OPTIONS.Margin = New System.Windows.Forms.Padding(0)
|
TP_DOWN_OPTIONS.Margin = New System.Windows.Forms.Padding(0)
|
||||||
TP_DOWN_OPTIONS.Name = "TP_DOWN_OPTIONS"
|
TP_DOWN_OPTIONS.Name = "TP_DOWN_OPTIONS"
|
||||||
TP_DOWN_OPTIONS.RowCount = 1
|
TP_DOWN_OPTIONS.RowCount = 1
|
||||||
TP_DOWN_OPTIONS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
TP_DOWN_OPTIONS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||||
TP_DOWN_OPTIONS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
TP_DOWN_OPTIONS.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30.0!))
|
||||||
TP_DOWN_OPTIONS.Size = New System.Drawing.Size(452, 27)
|
TP_DOWN_OPTIONS.Size = New System.Drawing.Size(452, 31)
|
||||||
TP_DOWN_OPTIONS.TabIndex = 4
|
TP_DOWN_OPTIONS.TabIndex = 5
|
||||||
'
|
'
|
||||||
'CH_DOWN_IMAGES
|
'CH_DOWN_IMAGES
|
||||||
'
|
'
|
||||||
@@ -338,7 +372,7 @@
|
|||||||
Me.CH_DOWN_IMAGES.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_DOWN_IMAGES.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_DOWN_IMAGES.Location = New System.Drawing.Point(4, 4)
|
Me.CH_DOWN_IMAGES.Location = New System.Drawing.Point(4, 4)
|
||||||
Me.CH_DOWN_IMAGES.Name = "CH_DOWN_IMAGES"
|
Me.CH_DOWN_IMAGES.Name = "CH_DOWN_IMAGES"
|
||||||
Me.CH_DOWN_IMAGES.Size = New System.Drawing.Size(218, 19)
|
Me.CH_DOWN_IMAGES.Size = New System.Drawing.Size(218, 23)
|
||||||
Me.CH_DOWN_IMAGES.TabIndex = 0
|
Me.CH_DOWN_IMAGES.TabIndex = 0
|
||||||
Me.CH_DOWN_IMAGES.Text = "Download Images"
|
Me.CH_DOWN_IMAGES.Text = "Download Images"
|
||||||
Me.CH_DOWN_IMAGES.UseVisualStyleBackColor = True
|
Me.CH_DOWN_IMAGES.UseVisualStyleBackColor = True
|
||||||
@@ -349,24 +383,43 @@
|
|||||||
Me.CH_DOWN_VIDEOS.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CH_DOWN_VIDEOS.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CH_DOWN_VIDEOS.Location = New System.Drawing.Point(229, 4)
|
Me.CH_DOWN_VIDEOS.Location = New System.Drawing.Point(229, 4)
|
||||||
Me.CH_DOWN_VIDEOS.Name = "CH_DOWN_VIDEOS"
|
Me.CH_DOWN_VIDEOS.Name = "CH_DOWN_VIDEOS"
|
||||||
Me.CH_DOWN_VIDEOS.Size = New System.Drawing.Size(219, 19)
|
Me.CH_DOWN_VIDEOS.Size = New System.Drawing.Size(219, 23)
|
||||||
Me.CH_DOWN_VIDEOS.TabIndex = 1
|
Me.CH_DOWN_VIDEOS.TabIndex = 1
|
||||||
Me.CH_DOWN_VIDEOS.Text = "Download videos"
|
Me.CH_DOWN_VIDEOS.Text = "Download videos"
|
||||||
Me.CH_DOWN_VIDEOS.UseVisualStyleBackColor = True
|
Me.CH_DOWN_VIDEOS.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
|
'TXT_SPEC_FOLDER
|
||||||
|
'
|
||||||
|
ActionButton4.BackgroundImage = CType(resources.GetObject("ActionButton4.BackgroundImage"), System.Drawing.Image)
|
||||||
|
ActionButton4.Index = 0
|
||||||
|
ActionButton4.Name = "BTT_OPEN"
|
||||||
|
ActionButton4.ToolTipText = "Select a new path in the folder selection dialog"
|
||||||
|
ActionButton5.BackgroundImage = CType(resources.GetObject("ActionButton5.BackgroundImage"), System.Drawing.Image)
|
||||||
|
ActionButton5.Index = 1
|
||||||
|
ActionButton5.Name = "BTT_CLEAR"
|
||||||
|
ActionButton5.ToolTipText = "Clear"
|
||||||
|
Me.TXT_SPEC_FOLDER.Buttons.Add(ActionButton4)
|
||||||
|
Me.TXT_SPEC_FOLDER.Buttons.Add(ActionButton5)
|
||||||
|
Me.TXT_SPEC_FOLDER.CaptionText = "Special path"
|
||||||
|
Me.TXT_SPEC_FOLDER.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
|
Me.TXT_SPEC_FOLDER.Location = New System.Drawing.Point(4, 62)
|
||||||
|
Me.TXT_SPEC_FOLDER.Name = "TXT_SPEC_FOLDER"
|
||||||
|
Me.TXT_SPEC_FOLDER.Size = New System.Drawing.Size(446, 22)
|
||||||
|
Me.TXT_SPEC_FOLDER.TabIndex = 2
|
||||||
|
'
|
||||||
'CONTAINER_MAIN
|
'CONTAINER_MAIN
|
||||||
'
|
'
|
||||||
'
|
'
|
||||||
'CONTAINER_MAIN.ContentPanel
|
'CONTAINER_MAIN.ContentPanel
|
||||||
'
|
'
|
||||||
Me.CONTAINER_MAIN.ContentPanel.Controls.Add(TP_MAIN)
|
Me.CONTAINER_MAIN.ContentPanel.Controls.Add(TP_MAIN)
|
||||||
Me.CONTAINER_MAIN.ContentPanel.Size = New System.Drawing.Size(454, 378)
|
Me.CONTAINER_MAIN.ContentPanel.Size = New System.Drawing.Size(454, 431)
|
||||||
Me.CONTAINER_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
Me.CONTAINER_MAIN.Dock = System.Windows.Forms.DockStyle.Fill
|
||||||
Me.CONTAINER_MAIN.LeftToolStripPanelVisible = False
|
Me.CONTAINER_MAIN.LeftToolStripPanelVisible = False
|
||||||
Me.CONTAINER_MAIN.Location = New System.Drawing.Point(0, 0)
|
Me.CONTAINER_MAIN.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.CONTAINER_MAIN.Name = "CONTAINER_MAIN"
|
Me.CONTAINER_MAIN.Name = "CONTAINER_MAIN"
|
||||||
Me.CONTAINER_MAIN.RightToolStripPanelVisible = False
|
Me.CONTAINER_MAIN.RightToolStripPanelVisible = False
|
||||||
Me.CONTAINER_MAIN.Size = New System.Drawing.Size(454, 403)
|
Me.CONTAINER_MAIN.Size = New System.Drawing.Size(454, 431)
|
||||||
Me.CONTAINER_MAIN.TabIndex = 0
|
Me.CONTAINER_MAIN.TabIndex = 0
|
||||||
Me.CONTAINER_MAIN.TopToolStripPanelVisible = False
|
Me.CONTAINER_MAIN.TopToolStripPanelVisible = False
|
||||||
'
|
'
|
||||||
@@ -374,15 +427,15 @@
|
|||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.ClientSize = New System.Drawing.Size(454, 403)
|
Me.ClientSize = New System.Drawing.Size(454, 431)
|
||||||
Me.Controls.Add(Me.CONTAINER_MAIN)
|
Me.Controls.Add(Me.CONTAINER_MAIN)
|
||||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||||
Me.KeyPreview = True
|
Me.KeyPreview = True
|
||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MaximumSize = New System.Drawing.Size(470, 442)
|
Me.MaximumSize = New System.Drawing.Size(470, 470)
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.MinimumSize = New System.Drawing.Size(470, 442)
|
Me.MinimumSize = New System.Drawing.Size(470, 470)
|
||||||
Me.Name = "UserCreatorForm"
|
Me.Name = "UserCreatorForm"
|
||||||
Me.ShowInTaskbar = False
|
Me.ShowInTaskbar = False
|
||||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||||
@@ -402,6 +455,7 @@
|
|||||||
CType(Me.TXT_LABELS, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.TXT_LABELS, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
TP_DOWN_OPTIONS.ResumeLayout(False)
|
TP_DOWN_OPTIONS.ResumeLayout(False)
|
||||||
TP_DOWN_OPTIONS.PerformLayout()
|
TP_DOWN_OPTIONS.PerformLayout()
|
||||||
|
CType(Me.TXT_SPEC_FOLDER, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.CONTAINER_MAIN.ContentPanel.ResumeLayout(False)
|
Me.CONTAINER_MAIN.ContentPanel.ResumeLayout(False)
|
||||||
Me.CONTAINER_MAIN.ResumeLayout(False)
|
Me.CONTAINER_MAIN.ResumeLayout(False)
|
||||||
Me.CONTAINER_MAIN.PerformLayout()
|
Me.CONTAINER_MAIN.PerformLayout()
|
||||||
@@ -425,5 +479,8 @@
|
|||||||
Private WithEvents TXT_LABELS As PersonalUtilities.Forms.Controls.TextBoxExtended
|
Private WithEvents TXT_LABELS As PersonalUtilities.Forms.Controls.TextBoxExtended
|
||||||
Private WithEvents CH_DOWN_IMAGES As CheckBox
|
Private WithEvents CH_DOWN_IMAGES As CheckBox
|
||||||
Private WithEvents CH_DOWN_VIDEOS As CheckBox
|
Private WithEvents CH_DOWN_VIDEOS As CheckBox
|
||||||
|
Private WithEvents CH_IS_CHANNEL As CheckBox
|
||||||
|
Private WithEvents OPT_INSTAGRAM As RadioButton
|
||||||
|
Private WithEvents TXT_SPEC_FOLDER As PersonalUtilities.Forms.Controls.TextBoxExtended
|
||||||
End Class
|
End Class
|
||||||
End Namespace
|
End Namespace
|
||||||
@@ -166,6 +166,25 @@
|
|||||||
<metadata name="TP_DOWN_OPTIONS.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="TP_DOWN_OPTIONS.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="ActionButton4.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
wwAADsMBx2+oZAAAAR5JREFUOE+VkjFqwzAUhn2D9iShRyi+QhYbGujg3ZATZPKYdC6FQhPwlAMkg3dP
|
||||||
|
WQwhyWIyJIUW5NqyPb7oCVtIlhVTwYf8nv7/t2zJagel9KmqKsIACYL9RjI8UHz5zshougZr/AEvbxEP
|
||||||
|
aZCDBY3VslixaJvX3wzkkDiOwbZtDRGA5vdNAg+TL27qgmt5XkBG/gTdAG7Gt+3PP9oOaEGFCVEC6rp+
|
||||||
|
5g9MfM/c5e4OsEZMZkQEtGL5H2DdZ5JRArDwPA+iKII0TfkC9vroC9j5vq8JTWw3WzWgLMtZGIaa0MR8
|
||||||
|
vlAD8PYlSaIJTTiOowY0p0Bc19XEJo6HE59FAPuMzyAINKGJ1XLFZxHALtMrnkBXOIQIIIQ8YvF/KrgB
|
||||||
|
cMaRN0UdBBkAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="ActionButton5.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
xAAADsQBlSsOGwAAAIZJREFUOE+1j10KwCAMgz2b755xl/IsvnaL2K20UfbDAmEako+ZROSTafjE12Go
|
||||||
|
tbbB43rK5xSAQq1VYFtmeQBoqZTSreVZvgTknM8yyyjA/qodsDF9gspD2Bj6B+DH+NqzhQQAG+POMnSX
|
||||||
|
AFuc5QFgn6ClHh5iOQVAKNixyucB8NY0vG9JOzzyhrdq5IRgAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAABAAkAMDAQAAAAAABoBgAAlgAAACAgEAAAAAAA6AIAAP4GAAAQEBAAAAAAACgBAADmCQAAMDAAAAEA
|
AAABAAkAMDAQAAAAAABoBgAAlgAAACAgEAAAAAAA6AIAAP4GAAAQEBAAAAAAACgBAADmCQAAMDAAAAEA
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports System.ComponentModel
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.ComponentModel
|
||||||
Imports PersonalUtilities.Forms
|
Imports PersonalUtilities.Forms
|
||||||
Imports PersonalUtilities.Forms.Controls
|
Imports PersonalUtilities.Forms.Controls
|
||||||
Imports PersonalUtilities.Forms.Controls.Base
|
Imports PersonalUtilities.Forms.Controls.Base
|
||||||
@@ -58,21 +66,34 @@ Namespace Editors
|
|||||||
Return TXT_USER_FRIENDLY.Text
|
Return TXT_USER_FRIENDLY.Text
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
Private ReadOnly _SpecPathPattern As New RegexStructure("\w:\\.*", True, False,,,,, String.Empty, EDP.ReturnValue)
|
||||||
|
Private ReadOnly Property SpecialPath(ByVal s As Sites) As SFile
|
||||||
|
Get
|
||||||
|
If TXT_SPEC_FOLDER.IsEmptyString Then
|
||||||
|
Return Nothing
|
||||||
|
Else
|
||||||
|
If Not CStr(RegexReplace(TXT_SPEC_FOLDER.Text, _SpecPathPattern)).IsEmptyString Then
|
||||||
|
Return $"{TXT_SPEC_FOLDER.Text}\"
|
||||||
|
Else
|
||||||
|
Return $"{Settings(s).Path.PathWithSeparator}{TXT_SPEC_FOLDER.Text}\"
|
||||||
|
End If
|
||||||
|
|
||||||
|
End If
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
Friend ReadOnly Property UserLabels As List(Of String)
|
Friend ReadOnly Property UserLabels As List(Of String)
|
||||||
|
''' <summary>Create new user</summary>
|
||||||
Friend Sub New()
|
Friend Sub New()
|
||||||
InitializeComponent()
|
InitializeComponent()
|
||||||
UserLabels = New List(Of String)
|
UserLabels = New List(Of String)
|
||||||
MyDef = New DefaultFormProps(Of FieldsChecker)
|
MyDef = New DefaultFormProps(Of FieldsChecker)
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub New(ByVal _User As UserInfo)
|
''' <summary>Edit exist user</summary>
|
||||||
Me.New
|
|
||||||
User = _User
|
|
||||||
End Sub
|
|
||||||
Friend Sub New(ByVal _Instance As IUserData)
|
Friend Sub New(ByVal _Instance As IUserData)
|
||||||
Me.New
|
Me.New
|
||||||
If Not _Instance Is Nothing Then
|
If Not _Instance Is Nothing Then
|
||||||
UserInstance = _Instance
|
UserInstance = _Instance
|
||||||
User = DirectCast(UserInstance, UserDataBase).User
|
User = DirectCast(UserInstance.Self, UserDataBase).User
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub UserCreatorForm_Load(sender As Object, e As EventArgs) Handles Me.Load
|
Private Sub UserCreatorForm_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||||
@@ -80,9 +101,11 @@ Namespace Editors
|
|||||||
With MyDef
|
With MyDef
|
||||||
.MyViewInitialize(Me, Settings.Design, True)
|
.MyViewInitialize(Me, Settings.Design, True)
|
||||||
.AddOkCancelToolbar()
|
.AddOkCancelToolbar()
|
||||||
|
CH_AUTO_DETECT_SITE.Enabled = False
|
||||||
If User.Name.IsEmptyString Then
|
If User.Name.IsEmptyString Then
|
||||||
OPT_REDDIT.Checked = False
|
OPT_REDDIT.Checked = False
|
||||||
OPT_TWITTER.Checked = False
|
OPT_TWITTER.Checked = False
|
||||||
|
OPT_INSTAGRAM.Checked = False
|
||||||
CH_PARSE_USER_MEDIA.Enabled = False
|
CH_PARSE_USER_MEDIA.Enabled = False
|
||||||
CH_READY_FOR_DOWN.Checked = True
|
CH_READY_FOR_DOWN.Checked = True
|
||||||
CH_TEMP.Checked = Settings.DefaultTemporary
|
CH_TEMP.Checked = Settings.DefaultTemporary
|
||||||
@@ -91,14 +114,22 @@ Namespace Editors
|
|||||||
Else
|
Else
|
||||||
TP_ADD_BY_LIST.Enabled = False
|
TP_ADD_BY_LIST.Enabled = False
|
||||||
TXT_USER.Text = User.Name
|
TXT_USER.Text = User.Name
|
||||||
|
TXT_SPEC_FOLDER.Text = User.SpecialPath
|
||||||
Select Case User.Site
|
Select Case User.Site
|
||||||
Case Sites.Reddit : OPT_REDDIT.Checked = True : CH_PARSE_USER_MEDIA.Enabled = False
|
Case Sites.Reddit : OPT_REDDIT.Checked = True : CH_PARSE_USER_MEDIA.Enabled = False
|
||||||
Case Sites.Twitter : OPT_TWITTER.Checked = True
|
Case Sites.Twitter : OPT_TWITTER.Checked = True
|
||||||
|
Case Sites.Instagram : OPT_INSTAGRAM.Checked = True
|
||||||
End Select
|
End Select
|
||||||
OPT_REDDIT.Enabled = False
|
OPT_REDDIT.Enabled = False
|
||||||
OPT_TWITTER.Enabled = False
|
OPT_TWITTER.Enabled = False
|
||||||
|
OPT_INSTAGRAM.Enabled = False
|
||||||
|
CH_IS_CHANNEL.Checked = User.IsChannel
|
||||||
|
CH_IS_CHANNEL.Enabled = False
|
||||||
If Not UserInstance Is Nothing Then
|
If Not UserInstance Is Nothing Then
|
||||||
TXT_USER.Enabled = False
|
TXT_USER.Enabled = False
|
||||||
|
TXT_SPEC_FOLDER.TextBoxReadOnly = True
|
||||||
|
TXT_SPEC_FOLDER.Buttons.Clear()
|
||||||
|
TXT_SPEC_FOLDER.Buttons.UpdateButtonsPositions()
|
||||||
With UserInstance
|
With UserInstance
|
||||||
TXT_USER_FRIENDLY.Text = .FriendlyName
|
TXT_USER_FRIENDLY.Text = .FriendlyName
|
||||||
CH_FAV.Checked = .Favorite
|
CH_FAV.Checked = .Favorite
|
||||||
@@ -106,13 +137,15 @@ Namespace Editors
|
|||||||
CH_PARSE_USER_MEDIA.Checked = .ParseUserMediaOnly
|
CH_PARSE_USER_MEDIA.Checked = .ParseUserMediaOnly
|
||||||
CH_READY_FOR_DOWN.Checked = .ReadyForDownload
|
CH_READY_FOR_DOWN.Checked = .ReadyForDownload
|
||||||
CH_DOWN_IMAGES.Checked = .DownloadImages
|
CH_DOWN_IMAGES.Checked = .DownloadImages
|
||||||
CH_DOWN_VIDEOS.Checked = .DownloadedVideos
|
CH_DOWN_VIDEOS.Checked = .DownloadVideos
|
||||||
TXT_DESCR.Text = .Description
|
TXT_DESCR.Text = .Description
|
||||||
UserLabels.ListAddList(.Labels)
|
UserLabels.ListAddList(.Labels)
|
||||||
If UserLabels.ListExists Then TXT_LABELS.Text = UserLabels.ListToString
|
If UserLabels.ListExists Then TXT_LABELS.Text = UserLabels.ListToString
|
||||||
End With
|
End With
|
||||||
|
CH_ADD_BY_LIST.Enabled = False
|
||||||
Else
|
Else
|
||||||
CH_READY_FOR_DOWN.Checked = Settings.DefaultTemporary
|
CH_TEMP.Checked = Settings.DefaultTemporary
|
||||||
|
CH_READY_FOR_DOWN.Checked = Not Settings.DefaultTemporary
|
||||||
CH_DOWN_IMAGES.Checked = Settings.DefaultDownloadImages
|
CH_DOWN_IMAGES.Checked = Settings.DefaultDownloadImages
|
||||||
CH_DOWN_VIDEOS.Checked = Settings.DefaultDownloadVideos
|
CH_DOWN_VIDEOS.Checked = Settings.DefaultDownloadVideos
|
||||||
End If
|
End If
|
||||||
@@ -120,6 +153,7 @@ Namespace Editors
|
|||||||
.MyFieldsChecker = New FieldsChecker
|
.MyFieldsChecker = New FieldsChecker
|
||||||
.MyFieldsChecker.AddControl(Of String)(TXT_USER, TXT_USER.CaptionText)
|
.MyFieldsChecker.AddControl(Of String)(TXT_USER, TXT_USER.CaptionText)
|
||||||
.MyFieldsChecker.EndLoaderOperations()
|
.MyFieldsChecker.EndLoaderOperations()
|
||||||
|
SetParamsBySite()
|
||||||
.AppendDetectors()
|
.AppendDetectors()
|
||||||
.EndLoaderOperations()
|
.EndLoaderOperations()
|
||||||
End With
|
End With
|
||||||
@@ -135,25 +169,35 @@ Namespace Editors
|
|||||||
e.Cancel = True
|
e.Cancel = True
|
||||||
Else
|
Else
|
||||||
MyDef.Dispose()
|
MyDef.Dispose()
|
||||||
If Not DialogResult = DialogResult.OK And Not DialogResult = DialogResult.Cancel And StartIndex >= 0 Then DialogResult = DialogResult.OK
|
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub UserCreatorForm_Disposed(sender As Object, e As EventArgs) Handles Me.Disposed
|
Private Sub UserCreatorForm_Disposed(sender As Object, e As EventArgs) Handles Me.Disposed
|
||||||
UserLabels.Clear()
|
UserLabels.Clear()
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Function GetSiteByCheckers() As Sites
|
||||||
|
Select Case True
|
||||||
|
Case OPT_REDDIT.Checked : Return Sites.Reddit
|
||||||
|
Case OPT_TWITTER.Checked : Return Sites.Twitter
|
||||||
|
Case OPT_INSTAGRAM.Checked : Return Sites.Instagram
|
||||||
|
Case Else : Return Sites.Undefined
|
||||||
|
End Select
|
||||||
|
End Function
|
||||||
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
Private Sub ToolbarBttOK() Implements IOkCancelToolbar.ToolbarBttOK
|
||||||
If Not CH_ADD_BY_LIST.Checked Then
|
If Not CH_ADD_BY_LIST.Checked Then
|
||||||
If MyDef.MyFieldsChecker.AllParamsOK Then
|
If MyDef.MyFieldsChecker.AllParamsOK Then
|
||||||
If OPT_REDDIT.Checked Or OPT_TWITTER.Checked Then
|
Dim s As Sites = GetSiteByCheckers()
|
||||||
|
If Not s = Sites.Undefined Then
|
||||||
Dim tmpUser As UserInfo = User.Clone
|
Dim tmpUser As UserInfo = User.Clone
|
||||||
With tmpUser
|
With tmpUser
|
||||||
.Name = TXT_USER.Text
|
.Name = TXT_USER.Text
|
||||||
.Site = IIf(OPT_REDDIT.Checked, Sites.Reddit, Sites.Twitter)
|
.SpecialPath = SpecialPath(s)
|
||||||
|
.Site = s
|
||||||
|
.IsChannel = CH_IS_CHANNEL.Checked
|
||||||
.UpdateUserFile()
|
.UpdateUserFile()
|
||||||
End With
|
End With
|
||||||
User = tmpUser
|
User = tmpUser
|
||||||
If Not UserInstance Is Nothing Then
|
If Not UserInstance Is Nothing Then
|
||||||
With DirectCast(UserInstance, UserDataBase)
|
With DirectCast(UserInstance.Self, UserDataBase)
|
||||||
.User = User
|
.User = User
|
||||||
.FriendlyName = TXT_USER_FRIENDLY.Text
|
.FriendlyName = TXT_USER_FRIENDLY.Text
|
||||||
.Favorite = CH_FAV.Checked
|
.Favorite = CH_FAV.Checked
|
||||||
@@ -192,72 +236,93 @@ CloseForm:
|
|||||||
Private ReadOnly TwitterRegEx As New RegexStructure("[htps:/]{7,8}.*?twitter.com/([^/]+)", 1)
|
Private ReadOnly TwitterRegEx As New RegexStructure("[htps:/]{7,8}.*?twitter.com/([^/]+)", 1)
|
||||||
Private ReadOnly RedditRegEx1 As New RegexStructure("[htps:/]{7,8}.*?reddit.com/user/([^/]+)", 1)
|
Private ReadOnly RedditRegEx1 As New RegexStructure("[htps:/]{7,8}.*?reddit.com/user/([^/]+)", 1)
|
||||||
Private ReadOnly RedditRegEx2 As New RegexStructure(".?u/([^/]+)", 1)
|
Private ReadOnly RedditRegEx2 As New RegexStructure(".?u/([^/]+)", 1)
|
||||||
|
Private ReadOnly RedditChannelRegEx1 As New RegexStructure("[htps:/]{7,8}.*?reddit.com/r/([^/]+)", 1)
|
||||||
|
Private ReadOnly RedditChannelRegEx2 As New RegexStructure(".?r/([^/]+)", 1)
|
||||||
|
Private ReadOnly InstagramRegEx As New RegexStructure("[htps:/]{7,8}.*?instagram.com/([^/]+)", 1)
|
||||||
Private _TextChangeInvoked As Boolean = False
|
Private _TextChangeInvoked As Boolean = False
|
||||||
Private Sub TXT_USER_ActionOnTextChange() Handles TXT_USER.ActionOnTextChange
|
Private Sub TXT_USER_ActionOnTextChange() Handles TXT_USER.ActionOnTextChange
|
||||||
Try
|
Try
|
||||||
If Not _TextChangeInvoked Then
|
If Not _TextChangeInvoked Then
|
||||||
_TextChangeInvoked = True
|
_TextChangeInvoked = True
|
||||||
If Not CH_ADD_BY_LIST.Checked Then
|
If Not CH_ADD_BY_LIST.Checked Then
|
||||||
Select Case GetSiteByText(TXT_USER.Text)
|
Dim s() As Object = GetSiteByText(TXT_USER.Text)
|
||||||
|
Select Case s(0)
|
||||||
Case Sites.Twitter : OPT_TWITTER.Checked = True
|
Case Sites.Twitter : OPT_TWITTER.Checked = True
|
||||||
Case Sites.Reddit : OPT_REDDIT.Checked = True
|
Case Sites.Reddit : OPT_REDDIT.Checked = True
|
||||||
Case Else : OPT_TWITTER.Checked = False : OPT_REDDIT.Checked = False
|
Case Sites.Instagram : OPT_INSTAGRAM.Checked = True
|
||||||
|
Case Else : OPT_TWITTER.Checked = False : OPT_REDDIT.Checked = False : OPT_INSTAGRAM.Checked = False
|
||||||
End Select
|
End Select
|
||||||
|
CH_IS_CHANNEL.Checked = CBool(s(1))
|
||||||
End If
|
End If
|
||||||
MyDef.Detector()
|
|
||||||
_TextChangeInvoked = False
|
_TextChangeInvoked = False
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Private Function GetSiteByText(ByRef TXT As String) As Sites
|
Private Function GetSiteByText(ByRef TXT As String) As Object()
|
||||||
If Not TXT.IsEmptyString AndAlso TXT.Length > 8 Then
|
If Not TXT.IsEmptyString AndAlso TXT.Length > 8 Then
|
||||||
Dim s$ = RegexReplace(TXT, TwitterRegEx)
|
If CheckRegex(TXT, TwitterRegEx) Then
|
||||||
If Not s.IsEmptyString Then
|
Return {Sites.Twitter, False}
|
||||||
TXT = s
|
ElseIf CheckRegex(TXT, RedditRegEx1) OrElse CheckRegex(TXT, RedditRegEx2) Then
|
||||||
Return Sites.Twitter
|
Return {Sites.Reddit, False}
|
||||||
Else
|
ElseIf CheckRegex(TXT, RedditChannelRegEx1) OrElse CheckRegex(TXT, RedditChannelRegEx2) Then
|
||||||
s = RegexReplace(TXT, RedditRegEx1)
|
Return {Sites.Reddit, True}
|
||||||
If Not s.IsEmptyString Then
|
ElseIf CheckRegex(TXT, InstagramRegEx) Then
|
||||||
TXT = s
|
Return {Sites.Instagram, False}
|
||||||
Return Sites.Reddit
|
|
||||||
Else
|
|
||||||
s = RegexReplace(TXT, RedditRegEx2)
|
|
||||||
If Not s.IsEmptyString Then
|
|
||||||
TXT = s
|
|
||||||
Return Sites.Reddit
|
|
||||||
End If
|
|
||||||
End If
|
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Return Sites.Undefined
|
Return {Sites.Undefined, False}
|
||||||
|
End Function
|
||||||
|
Private Function CheckRegex(ByRef TXT As String, ByVal r As RegexStructure) As Boolean
|
||||||
|
Dim s$ = RegexReplace(TXT, r)
|
||||||
|
If Not s.IsEmptyString Then TXT = s : Return True Else Return False
|
||||||
End Function
|
End Function
|
||||||
Private Sub OPT_REDDIT_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_REDDIT.CheckedChanged
|
Private Sub OPT_REDDIT_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_REDDIT.CheckedChanged
|
||||||
MyDef.Detector()
|
If OPT_REDDIT.Checked Then CH_IS_CHANNEL.Enabled = True : SetParamsBySite()
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub OPT_TWITTER_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_TWITTER.CheckedChanged
|
Private Sub OPT_TWITTER_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_TWITTER.CheckedChanged
|
||||||
MyDef.Detector()
|
If OPT_TWITTER.Checked Then CH_IS_CHANNEL.Checked = False : CH_IS_CHANNEL.Enabled = False : SetParamsBySite()
|
||||||
CH_PARSE_USER_MEDIA.Enabled = OPT_TWITTER.Checked
|
End Sub
|
||||||
|
Private Sub OPT_INSTAGRAM_CheckedChanged(sender As Object, e As EventArgs) Handles OPT_INSTAGRAM.CheckedChanged
|
||||||
|
If OPT_INSTAGRAM.Checked Then CH_IS_CHANNEL.Checked = False : CH_IS_CHANNEL.Enabled = False : SetParamsBySite()
|
||||||
|
End Sub
|
||||||
|
Private Sub TXT_SPEC_FOLDER_ActionOnButtonClick(ByVal Sender As ActionButton) Handles TXT_SPEC_FOLDER.ActionOnButtonClick
|
||||||
|
If Sender.DefaultButton = ActionButton.DefaultButtons.Open Then
|
||||||
|
Dim f As SFile = Nothing
|
||||||
|
If Not TXT_SPEC_FOLDER.Text.IsEmptyString Then f = $"{TXT_SPEC_FOLDER.Text}\"
|
||||||
|
f = SFile.SelectPath(f, True)
|
||||||
|
If Not f.IsEmptyString Then TXT_SPEC_FOLDER.Text = f.PathWithSeparator
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub CH_TEMP_CheckedChanged(sender As Object, e As EventArgs) Handles CH_TEMP.CheckedChanged
|
Private Sub CH_TEMP_CheckedChanged(sender As Object, e As EventArgs) Handles CH_TEMP.CheckedChanged
|
||||||
If CH_TEMP.Checked Then CH_FAV.Checked = False
|
If CH_TEMP.Checked Then CH_FAV.Checked = False : CH_READY_FOR_DOWN.Checked = False
|
||||||
MyDef.Detector()
|
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub CH_FAV_CheckedChanged(sender As Object, e As EventArgs) Handles CH_FAV.CheckedChanged
|
Private Sub CH_FAV_CheckedChanged(sender As Object, e As EventArgs) Handles CH_FAV.CheckedChanged
|
||||||
If CH_FAV.Checked Then CH_TEMP.Checked = False
|
If CH_FAV.Checked Then CH_TEMP.Checked = False
|
||||||
MyDef.Detector()
|
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub CH_READY_FOR_DOWN_CheckedChanged(sender As Object, e As EventArgs) Handles CH_READY_FOR_DOWN.CheckedChanged
|
Private Sub SetParamsBySite()
|
||||||
MyDef.Detector()
|
Dim s As Sites = GetSiteByCheckers()
|
||||||
End Sub
|
If Not s = Sites.Undefined Then
|
||||||
Private Sub CH_PARSE_USER_MADIA_CheckedChanged(sender As Object, e As EventArgs) Handles CH_PARSE_USER_MEDIA.CheckedChanged
|
With Settings(s)
|
||||||
MyDef.Detector()
|
CH_TEMP.Checked = .Temporary
|
||||||
|
CH_DOWN_IMAGES.Checked = .DownloadImages
|
||||||
|
CH_DOWN_VIDEOS.Checked = .DownloadVideos
|
||||||
|
CH_PARSE_USER_MEDIA.Checked = s = Sites.Twitter AndAlso .GetUserMediaOnly.Value
|
||||||
|
CH_PARSE_USER_MEDIA.Enabled = s = Sites.Twitter
|
||||||
|
CH_READY_FOR_DOWN.Checked = Not CH_TEMP.Checked
|
||||||
|
End With
|
||||||
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub CH_ADD_BY_LIST_CheckedChanged(sender As Object, e As EventArgs) Handles CH_ADD_BY_LIST.CheckedChanged
|
Private Sub CH_ADD_BY_LIST_CheckedChanged(sender As Object, e As EventArgs) Handles CH_ADD_BY_LIST.CheckedChanged
|
||||||
If CH_ADD_BY_LIST.Checked Then
|
If CH_ADD_BY_LIST.Checked Then
|
||||||
TXT_DESCR.GroupBoxText = "Users list"
|
TXT_DESCR.GroupBoxText = "Users list"
|
||||||
|
CH_AUTO_DETECT_SITE.Enabled = True
|
||||||
|
CH_PARSE_USER_MEDIA.Enabled = True
|
||||||
Else
|
Else
|
||||||
TXT_DESCR.GroupBoxText = "Description"
|
TXT_DESCR.GroupBoxText = "Description"
|
||||||
|
CH_AUTO_DETECT_SITE.Checked = False
|
||||||
|
CH_AUTO_DETECT_SITE.Enabled = False
|
||||||
|
SetParamsBySite()
|
||||||
End If
|
End If
|
||||||
TXT_USER.Enabled = Not CH_ADD_BY_LIST.Checked
|
TXT_USER.Enabled = Not CH_ADD_BY_LIST.Checked
|
||||||
TXT_USER_FRIENDLY.Enabled = Not CH_ADD_BY_LIST.Checked
|
TXT_USER_FRIENDLY.Enabled = Not CH_ADD_BY_LIST.Checked
|
||||||
@@ -265,6 +330,8 @@ CloseForm:
|
|||||||
Private Sub CH_AUTO_DETECT_SITE_CheckedChanged(sender As Object, e As EventArgs) Handles CH_AUTO_DETECT_SITE.CheckedChanged
|
Private Sub CH_AUTO_DETECT_SITE_CheckedChanged(sender As Object, e As EventArgs) Handles CH_AUTO_DETECT_SITE.CheckedChanged
|
||||||
OPT_REDDIT.Enabled = Not CH_AUTO_DETECT_SITE.Checked
|
OPT_REDDIT.Enabled = Not CH_AUTO_DETECT_SITE.Checked
|
||||||
OPT_TWITTER.Enabled = Not CH_AUTO_DETECT_SITE.Checked
|
OPT_TWITTER.Enabled = Not CH_AUTO_DETECT_SITE.Checked
|
||||||
|
OPT_INSTAGRAM.Enabled = Not CH_AUTO_DETECT_SITE.Checked
|
||||||
|
CH_IS_CHANNEL.Enabled = Not CH_AUTO_DETECT_SITE.Checked
|
||||||
End Sub
|
End Sub
|
||||||
Private Function CreateUsersByList() As Boolean
|
Private Function CreateUsersByList() As Boolean
|
||||||
Try
|
Try
|
||||||
@@ -277,23 +344,25 @@ CloseForm:
|
|||||||
Dim BannedUsers() As String = Nothing
|
Dim BannedUsers() As String = Nothing
|
||||||
Dim uu$
|
Dim uu$
|
||||||
Dim tmpUser As UserInfo
|
Dim tmpUser As UserInfo
|
||||||
Dim s As Sites
|
Dim s As Sites = GetSiteByCheckers()
|
||||||
|
Dim sObj() As Object
|
||||||
|
Dim _IsChannel As Boolean = CH_IS_CHANNEL.Checked
|
||||||
Dim Added% = 0
|
Dim Added% = 0
|
||||||
Dim Skipped% = 0
|
Dim Skipped% = 0
|
||||||
Dim uid%
|
Dim uid%
|
||||||
|
Dim sf As Func(Of Sites, String) = Function(__s) SpecialPath(__s).PathWithSeparator
|
||||||
Select Case True
|
Dim __sf As Func(Of String, Sites, SFile) = Function(Input, __s) IIf(sf(__s).IsEmptyString, Nothing, New SFile($"{sf(__s)}{Input}\"))
|
||||||
Case OPT_REDDIT.Checked : s = Sites.Reddit
|
|
||||||
Case OPT_TWITTER.Checked : s = Sites.Twitter
|
|
||||||
Case Else : s = Sites.Undefined
|
|
||||||
End Select
|
|
||||||
|
|
||||||
For i% = 0 To u.Count - 1
|
For i% = 0 To u.Count - 1
|
||||||
uu = u(i)
|
uu = u(i)
|
||||||
If CH_AUTO_DETECT_SITE.Checked Then s = GetSiteByText(uu)
|
If CH_AUTO_DETECT_SITE.Checked Then
|
||||||
|
sObj = GetSiteByText(uu)
|
||||||
|
s = sObj(0)
|
||||||
|
_IsChannel = CBool(sObj(1))
|
||||||
|
End If
|
||||||
|
|
||||||
If Not s = Sites.Undefined Then
|
If Not s = Sites.Undefined Then
|
||||||
tmpUser = New UserInfo(uu, s)
|
tmpUser = New UserInfo(uu, s,,, __sf(uu, s)) With {.IsChannel = _IsChannel}
|
||||||
uid = -1
|
uid = -1
|
||||||
If Settings.UsersList.Count > 0 Then uid = Settings.UsersList.IndexOf(tmpUser)
|
If Settings.UsersList.Count > 0 Then uid = Settings.UsersList.IndexOf(tmpUser)
|
||||||
If uid < 0 And Not UsersForCreate.Contains(tmpUser) Then
|
If uid < 0 And Not UsersForCreate.Contains(tmpUser) Then
|
||||||
@@ -344,6 +413,7 @@ CloseForm:
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
MsgBoxE(m)
|
MsgBoxE(m)
|
||||||
|
If Added > 0 Then MyDef.ChangesDetected = False
|
||||||
Return Added > 0 And Not BannedUsers.ListExists And NonIdentified.Count = 0
|
Return Added > 0 And Not BannedUsers.ListExists And NonIdentified.Count = 0
|
||||||
Else
|
Else
|
||||||
MsgBoxE("No one user can not recognized", MsgBoxStyle.Exclamation)
|
MsgBoxE("No one user can not recognized", MsgBoxStyle.Exclamation)
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Tools
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools
|
||||||
Friend Class LabelsKeeper : Implements ICollection(Of String), IMyEnumerator(Of String), IDisposable
|
Friend Class LabelsKeeper : Implements ICollection(Of String), IMyEnumerator(Of String), IDisposable
|
||||||
Friend Event NewLabelAdded()
|
Friend Event NewLabelAdded()
|
||||||
Friend Const NoLabeledName As String = "No Label"
|
Friend Const NoLabeledName As String = "No Label"
|
||||||
|
|||||||
266
SCrawler/MainFrame.Designer.vb
generated
266
SCrawler/MainFrame.Designer.vb
generated
@@ -27,7 +27,6 @@ Partial Class MainFrame
|
|||||||
Dim SEP_2 As System.Windows.Forms.ToolStripSeparator
|
Dim SEP_2 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim CONTEXT_SEP_1 As System.Windows.Forms.ToolStripSeparator
|
Dim CONTEXT_SEP_1 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim MENU_SETTINGS As System.Windows.Forms.ToolStripDropDownButton
|
Dim MENU_SETTINGS As System.Windows.Forms.ToolStripDropDownButton
|
||||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainFrame))
|
|
||||||
Dim MENU_SETTINGS_SEP_1 As System.Windows.Forms.ToolStripSeparator
|
Dim MENU_SETTINGS_SEP_1 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim SEP_3 As System.Windows.Forms.ToolStripSeparator
|
Dim SEP_3 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim CONTEXT_SEP_2 As System.Windows.Forms.ToolStripSeparator
|
Dim CONTEXT_SEP_2 As System.Windows.Forms.ToolStripSeparator
|
||||||
@@ -36,9 +35,12 @@ Partial Class MainFrame
|
|||||||
Dim CONTEXT_SEP_5 As System.Windows.Forms.ToolStripSeparator
|
Dim CONTEXT_SEP_5 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim SEP_4 As System.Windows.Forms.ToolStripSeparator
|
Dim SEP_4 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim MENU_VIEW_SEP_1 As System.Windows.Forms.ToolStripSeparator
|
Dim MENU_VIEW_SEP_1 As System.Windows.Forms.ToolStripSeparator
|
||||||
|
Dim MENU_VIEW_SEP_3 As System.Windows.Forms.ToolStripSeparator
|
||||||
Dim MENU_VIEW_SEP_2 As System.Windows.Forms.ToolStripSeparator
|
Dim MENU_VIEW_SEP_2 As System.Windows.Forms.ToolStripSeparator
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MainFrame))
|
||||||
Me.BTT_SETTINGS_REDDIT = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_SETTINGS_REDDIT = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_SETTINGS_TWITTER = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_SETTINGS_TWITTER = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.BTT_SETTINGS_INSTAGRAM = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_SETTINGS = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_SETTINGS = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.Toolbar_TOP = New System.Windows.Forms.ToolStrip()
|
Me.Toolbar_TOP = New System.Windows.Forms.ToolStrip()
|
||||||
Me.BTT_ADD_USER = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_ADD_USER = New System.Windows.Forms.ToolStripButton()
|
||||||
@@ -47,6 +49,7 @@ Partial Class MainFrame
|
|||||||
Me.BTT_REFRESH = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_REFRESH = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.BTT_SHOW_INFO = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_SHOW_INFO = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.BTT_CHANNELS = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_CHANNELS = New System.Windows.Forms.ToolStripButton()
|
||||||
|
Me.BTT_DOWN_SAVED = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.BTT_DOWN_SELECTED = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_DOWN_SELECTED = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.BTT_DOWN_ALL = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_DOWN_ALL = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.BTT_DOWN_VIDEO = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_DOWN_VIDEO = New System.Windows.Forms.ToolStripButton()
|
||||||
@@ -55,6 +58,8 @@ Partial Class MainFrame
|
|||||||
Me.BTT_VIEW_LARGE = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_VIEW_LARGE = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_VIEW_SMALL = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_VIEW_SMALL = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_VIEW_LIST = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_VIEW_LIST = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.BTT_SITE_ALL = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.BTT_SITE_SPECIFIC = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_SHOW_ALL = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_SHOW_ALL = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_SHOW_REGULAR = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_SHOW_REGULAR = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_SHOW_TEMP = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_SHOW_TEMP = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
@@ -65,24 +70,27 @@ Partial Class MainFrame
|
|||||||
Me.BTT_LOG = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_LOG = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.BTT_VERSION_INFO = New System.Windows.Forms.ToolStripButton()
|
Me.BTT_VERSION_INFO = New System.Windows.Forms.ToolStripButton()
|
||||||
Me.Toolbar_BOTTOM = New System.Windows.Forms.StatusStrip()
|
Me.Toolbar_BOTTOM = New System.Windows.Forms.StatusStrip()
|
||||||
|
Me.PR_SAVED = New System.Windows.Forms.ToolStripProgressBar()
|
||||||
Me.PR_MAIN = New System.Windows.Forms.ToolStripProgressBar()
|
Me.PR_MAIN = New System.Windows.Forms.ToolStripProgressBar()
|
||||||
Me.LBL_JOBS_COUNT = New System.Windows.Forms.ToolStripStatusLabel()
|
Me.LBL_JOBS_COUNT = New System.Windows.Forms.ToolStripStatusLabel()
|
||||||
Me.LBL_STATUS = New System.Windows.Forms.ToolStripStatusLabel()
|
Me.LBL_STATUS = New System.Windows.Forms.ToolStripStatusLabel()
|
||||||
Me.LIST_PROFILES = New System.Windows.Forms.ListView()
|
Me.LIST_PROFILES = New System.Windows.Forms.ListView()
|
||||||
Me.USER_CONTEXT = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
Me.USER_CONTEXT = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||||
Me.BTT_CONTEXT_DOWN = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_DOWN = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.BTT_CONTEXT_DOWN_LIMITED = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_EDIT = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_EDIT = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_DELETE = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_DELETE = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_FAV = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_FAV = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_TEMP = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_TEMP = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.BTT_CONTEXT_READY = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_GROUPS = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_GROUPS = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_ADD_TO_COL = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_ADD_TO_COL = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_COL_MERGE = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_COL_MERGE = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.BTT_CONTEXT_CHANGE_FOLDER = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CHANGE_IMAGE = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CHANGE_IMAGE = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_OPEN_PATH = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_OPEN_PATH = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_OPEN_SITE = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_OPEN_SITE = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_INFO = New System.Windows.Forms.ToolStripMenuItem()
|
Me.BTT_CONTEXT_INFO = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
SEP_1 = New System.Windows.Forms.ToolStripSeparator()
|
SEP_1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
SEP_2 = New System.Windows.Forms.ToolStripSeparator()
|
SEP_2 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
CONTEXT_SEP_1 = New System.Windows.Forms.ToolStripSeparator()
|
CONTEXT_SEP_1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
@@ -95,6 +103,7 @@ Partial Class MainFrame
|
|||||||
CONTEXT_SEP_5 = New System.Windows.Forms.ToolStripSeparator()
|
CONTEXT_SEP_5 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
SEP_4 = New System.Windows.Forms.ToolStripSeparator()
|
SEP_4 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
MENU_VIEW_SEP_1 = New System.Windows.Forms.ToolStripSeparator()
|
MENU_VIEW_SEP_1 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
|
MENU_VIEW_SEP_3 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
MENU_VIEW_SEP_2 = New System.Windows.Forms.ToolStripSeparator()
|
MENU_VIEW_SEP_2 = New System.Windows.Forms.ToolStripSeparator()
|
||||||
Me.Toolbar_TOP.SuspendLayout()
|
Me.Toolbar_TOP.SuspendLayout()
|
||||||
Me.Toolbar_BOTTOM.SuspendLayout()
|
Me.Toolbar_BOTTOM.SuspendLayout()
|
||||||
@@ -114,14 +123,12 @@ Partial Class MainFrame
|
|||||||
'CONTEXT_SEP_1
|
'CONTEXT_SEP_1
|
||||||
'
|
'
|
||||||
CONTEXT_SEP_1.Name = "CONTEXT_SEP_1"
|
CONTEXT_SEP_1.Name = "CONTEXT_SEP_1"
|
||||||
CONTEXT_SEP_1.Size = New System.Drawing.Size(192, 6)
|
CONTEXT_SEP_1.Size = New System.Drawing.Size(218, 6)
|
||||||
'
|
'
|
||||||
'MENU_SETTINGS
|
'MENU_SETTINGS
|
||||||
'
|
'
|
||||||
MENU_SETTINGS.AutoToolTip = False
|
MENU_SETTINGS.AutoToolTip = False
|
||||||
MENU_SETTINGS.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
MENU_SETTINGS.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTT_SETTINGS_REDDIT, Me.BTT_SETTINGS_TWITTER, Me.BTT_SETTINGS_INSTAGRAM, MENU_SETTINGS_SEP_1, Me.BTT_SETTINGS})
|
||||||
MENU_SETTINGS.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTT_SETTINGS_REDDIT, Me.BTT_SETTINGS_TWITTER, MENU_SETTINGS_SEP_1, Me.BTT_SETTINGS})
|
|
||||||
MENU_SETTINGS.Image = CType(resources.GetObject("MENU_SETTINGS.Image"), System.Drawing.Image)
|
|
||||||
MENU_SETTINGS.ImageTransparentColor = System.Drawing.Color.Magenta
|
MENU_SETTINGS.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
MENU_SETTINGS.Name = "MENU_SETTINGS"
|
MENU_SETTINGS.Name = "MENU_SETTINGS"
|
||||||
MENU_SETTINGS.Size = New System.Drawing.Size(62, 22)
|
MENU_SETTINGS.Size = New System.Drawing.Size(62, 22)
|
||||||
@@ -129,25 +136,35 @@ Partial Class MainFrame
|
|||||||
'
|
'
|
||||||
'BTT_SETTINGS_REDDIT
|
'BTT_SETTINGS_REDDIT
|
||||||
'
|
'
|
||||||
|
Me.BTT_SETTINGS_REDDIT.Image = Global.SCrawler.My.Resources.Resources.RedditPic512
|
||||||
Me.BTT_SETTINGS_REDDIT.Name = "BTT_SETTINGS_REDDIT"
|
Me.BTT_SETTINGS_REDDIT.Name = "BTT_SETTINGS_REDDIT"
|
||||||
Me.BTT_SETTINGS_REDDIT.Size = New System.Drawing.Size(116, 22)
|
Me.BTT_SETTINGS_REDDIT.Size = New System.Drawing.Size(127, 22)
|
||||||
Me.BTT_SETTINGS_REDDIT.Text = "Reddit"
|
Me.BTT_SETTINGS_REDDIT.Text = "Reddit"
|
||||||
'
|
'
|
||||||
'BTT_SETTINGS_TWITTER
|
'BTT_SETTINGS_TWITTER
|
||||||
'
|
'
|
||||||
|
Me.BTT_SETTINGS_TWITTER.Image = Global.SCrawler.My.Resources.Resources.TwitterPic400
|
||||||
Me.BTT_SETTINGS_TWITTER.Name = "BTT_SETTINGS_TWITTER"
|
Me.BTT_SETTINGS_TWITTER.Name = "BTT_SETTINGS_TWITTER"
|
||||||
Me.BTT_SETTINGS_TWITTER.Size = New System.Drawing.Size(116, 22)
|
Me.BTT_SETTINGS_TWITTER.Size = New System.Drawing.Size(127, 22)
|
||||||
Me.BTT_SETTINGS_TWITTER.Text = "Twitter"
|
Me.BTT_SETTINGS_TWITTER.Text = "Twitter"
|
||||||
'
|
'
|
||||||
|
'BTT_SETTINGS_INSTAGRAM
|
||||||
|
'
|
||||||
|
Me.BTT_SETTINGS_INSTAGRAM.Image = Global.SCrawler.My.Resources.Resources.InstagramPic76
|
||||||
|
Me.BTT_SETTINGS_INSTAGRAM.Name = "BTT_SETTINGS_INSTAGRAM"
|
||||||
|
Me.BTT_SETTINGS_INSTAGRAM.Size = New System.Drawing.Size(127, 22)
|
||||||
|
Me.BTT_SETTINGS_INSTAGRAM.Text = "Instagram"
|
||||||
|
'
|
||||||
'MENU_SETTINGS_SEP_1
|
'MENU_SETTINGS_SEP_1
|
||||||
'
|
'
|
||||||
MENU_SETTINGS_SEP_1.Name = "MENU_SETTINGS_SEP_1"
|
MENU_SETTINGS_SEP_1.Name = "MENU_SETTINGS_SEP_1"
|
||||||
MENU_SETTINGS_SEP_1.Size = New System.Drawing.Size(113, 6)
|
MENU_SETTINGS_SEP_1.Size = New System.Drawing.Size(124, 6)
|
||||||
'
|
'
|
||||||
'BTT_SETTINGS
|
'BTT_SETTINGS
|
||||||
'
|
'
|
||||||
|
Me.BTT_SETTINGS.Image = Global.SCrawler.My.Resources.Resources.SettingsPic_16
|
||||||
Me.BTT_SETTINGS.Name = "BTT_SETTINGS"
|
Me.BTT_SETTINGS.Name = "BTT_SETTINGS"
|
||||||
Me.BTT_SETTINGS.Size = New System.Drawing.Size(116, 22)
|
Me.BTT_SETTINGS.Size = New System.Drawing.Size(127, 22)
|
||||||
Me.BTT_SETTINGS.Text = "Settings"
|
Me.BTT_SETTINGS.Text = "Settings"
|
||||||
'
|
'
|
||||||
'SEP_3
|
'SEP_3
|
||||||
@@ -158,22 +175,22 @@ Partial Class MainFrame
|
|||||||
'CONTEXT_SEP_2
|
'CONTEXT_SEP_2
|
||||||
'
|
'
|
||||||
CONTEXT_SEP_2.Name = "CONTEXT_SEP_2"
|
CONTEXT_SEP_2.Name = "CONTEXT_SEP_2"
|
||||||
CONTEXT_SEP_2.Size = New System.Drawing.Size(192, 6)
|
CONTEXT_SEP_2.Size = New System.Drawing.Size(218, 6)
|
||||||
'
|
'
|
||||||
'CONTEXT_SEP_3
|
'CONTEXT_SEP_3
|
||||||
'
|
'
|
||||||
CONTEXT_SEP_3.Name = "CONTEXT_SEP_3"
|
CONTEXT_SEP_3.Name = "CONTEXT_SEP_3"
|
||||||
CONTEXT_SEP_3.Size = New System.Drawing.Size(192, 6)
|
CONTEXT_SEP_3.Size = New System.Drawing.Size(218, 6)
|
||||||
'
|
'
|
||||||
'CONTEXT_SEP_4
|
'CONTEXT_SEP_4
|
||||||
'
|
'
|
||||||
CONTEXT_SEP_4.Name = "CONTEXT_SEP_4"
|
CONTEXT_SEP_4.Name = "CONTEXT_SEP_4"
|
||||||
CONTEXT_SEP_4.Size = New System.Drawing.Size(192, 6)
|
CONTEXT_SEP_4.Size = New System.Drawing.Size(218, 6)
|
||||||
'
|
'
|
||||||
'CONTEXT_SEP_5
|
'CONTEXT_SEP_5
|
||||||
'
|
'
|
||||||
CONTEXT_SEP_5.Name = "CONTEXT_SEP_5"
|
CONTEXT_SEP_5.Name = "CONTEXT_SEP_5"
|
||||||
CONTEXT_SEP_5.Size = New System.Drawing.Size(192, 6)
|
CONTEXT_SEP_5.Size = New System.Drawing.Size(218, 6)
|
||||||
'
|
'
|
||||||
'SEP_4
|
'SEP_4
|
||||||
'
|
'
|
||||||
@@ -185,6 +202,11 @@ Partial Class MainFrame
|
|||||||
MENU_VIEW_SEP_1.Name = "MENU_VIEW_SEP_1"
|
MENU_VIEW_SEP_1.Name = "MENU_VIEW_SEP_1"
|
||||||
MENU_VIEW_SEP_1.Size = New System.Drawing.Size(141, 6)
|
MENU_VIEW_SEP_1.Size = New System.Drawing.Size(141, 6)
|
||||||
'
|
'
|
||||||
|
'MENU_VIEW_SEP_3
|
||||||
|
'
|
||||||
|
MENU_VIEW_SEP_3.Name = "MENU_VIEW_SEP_3"
|
||||||
|
MENU_VIEW_SEP_3.Size = New System.Drawing.Size(141, 6)
|
||||||
|
'
|
||||||
'MENU_VIEW_SEP_2
|
'MENU_VIEW_SEP_2
|
||||||
'
|
'
|
||||||
MENU_VIEW_SEP_2.Name = "MENU_VIEW_SEP_2"
|
MENU_VIEW_SEP_2.Name = "MENU_VIEW_SEP_2"
|
||||||
@@ -193,7 +215,7 @@ Partial Class MainFrame
|
|||||||
'Toolbar_TOP
|
'Toolbar_TOP
|
||||||
'
|
'
|
||||||
Me.Toolbar_TOP.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
Me.Toolbar_TOP.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||||
Me.Toolbar_TOP.Items.AddRange(New System.Windows.Forms.ToolStripItem() {MENU_SETTINGS, SEP_1, Me.BTT_ADD_USER, Me.BTT_EDIT_USER, Me.BTT_DELETE_USER, Me.BTT_REFRESH, Me.BTT_SHOW_INFO, Me.BTT_CHANNELS, SEP_2, Me.BTT_DOWN_SELECTED, Me.BTT_DOWN_ALL, Me.BTT_DOWN_VIDEO, Me.BTT_DOWN_STOP, SEP_3, Me.MENU_VIEW, SEP_4, Me.BTT_LOG, Me.BTT_VERSION_INFO})
|
Me.Toolbar_TOP.Items.AddRange(New System.Windows.Forms.ToolStripItem() {MENU_SETTINGS, SEP_1, Me.BTT_ADD_USER, Me.BTT_EDIT_USER, Me.BTT_DELETE_USER, Me.BTT_REFRESH, Me.BTT_SHOW_INFO, Me.BTT_CHANNELS, Me.BTT_DOWN_SAVED, SEP_2, Me.BTT_DOWN_SELECTED, Me.BTT_DOWN_ALL, Me.BTT_DOWN_VIDEO, Me.BTT_DOWN_STOP, SEP_3, Me.MENU_VIEW, SEP_4, Me.BTT_LOG, Me.BTT_VERSION_INFO})
|
||||||
Me.Toolbar_TOP.Location = New System.Drawing.Point(0, 0)
|
Me.Toolbar_TOP.Location = New System.Drawing.Point(0, 0)
|
||||||
Me.Toolbar_TOP.Name = "Toolbar_TOP"
|
Me.Toolbar_TOP.Name = "Toolbar_TOP"
|
||||||
Me.Toolbar_TOP.Size = New System.Drawing.Size(934, 25)
|
Me.Toolbar_TOP.Size = New System.Drawing.Size(934, 25)
|
||||||
@@ -246,12 +268,22 @@ Partial Class MainFrame
|
|||||||
'
|
'
|
||||||
'BTT_CHANNELS
|
'BTT_CHANNELS
|
||||||
'
|
'
|
||||||
|
Me.BTT_CHANNELS.AutoToolTip = False
|
||||||
Me.BTT_CHANNELS.Image = Global.SCrawler.My.Resources.Resources.RedditPic512
|
Me.BTT_CHANNELS.Image = Global.SCrawler.My.Resources.Resources.RedditPic512
|
||||||
Me.BTT_CHANNELS.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.BTT_CHANNELS.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.BTT_CHANNELS.Name = "BTT_CHANNELS"
|
Me.BTT_CHANNELS.Name = "BTT_CHANNELS"
|
||||||
Me.BTT_CHANNELS.Size = New System.Drawing.Size(76, 22)
|
Me.BTT_CHANNELS.Size = New System.Drawing.Size(76, 22)
|
||||||
Me.BTT_CHANNELS.Text = "Channels"
|
Me.BTT_CHANNELS.Text = "Channels"
|
||||||
'
|
'
|
||||||
|
'BTT_DOWN_SAVED
|
||||||
|
'
|
||||||
|
Me.BTT_DOWN_SAVED.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||||
|
Me.BTT_DOWN_SAVED.Image = Global.SCrawler.My.Resources.Resources.BookmarkBlack_16
|
||||||
|
Me.BTT_DOWN_SAVED.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
|
Me.BTT_DOWN_SAVED.Name = "BTT_DOWN_SAVED"
|
||||||
|
Me.BTT_DOWN_SAVED.Size = New System.Drawing.Size(23, 22)
|
||||||
|
Me.BTT_DOWN_SAVED.ToolTipText = "Download Reddit saved posts"
|
||||||
|
'
|
||||||
'BTT_DOWN_SELECTED
|
'BTT_DOWN_SELECTED
|
||||||
'
|
'
|
||||||
Me.BTT_DOWN_SELECTED.Image = Global.SCrawler.My.Resources.Resources.StartPic_01_Green_16
|
Me.BTT_DOWN_SELECTED.Image = Global.SCrawler.My.Resources.Resources.StartPic_01_Green_16
|
||||||
@@ -294,11 +326,11 @@ Partial Class MainFrame
|
|||||||
'
|
'
|
||||||
Me.MENU_VIEW.AutoToolTip = False
|
Me.MENU_VIEW.AutoToolTip = False
|
||||||
Me.MENU_VIEW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
Me.MENU_VIEW.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
||||||
Me.MENU_VIEW.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTT_VIEW_LARGE, Me.BTT_VIEW_SMALL, Me.BTT_VIEW_LIST, MENU_VIEW_SEP_1, Me.BTT_SHOW_ALL, Me.BTT_SHOW_REGULAR, Me.BTT_SHOW_TEMP, Me.BTT_SHOW_FAV, Me.BTT_SHOW_LABELS, Me.BTT_SHOW_NO_LABELS, MENU_VIEW_SEP_2, Me.BTT_SELECT_LABELS})
|
Me.MENU_VIEW.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTT_VIEW_LARGE, Me.BTT_VIEW_SMALL, Me.BTT_VIEW_LIST, MENU_VIEW_SEP_1, Me.BTT_SITE_ALL, Me.BTT_SITE_SPECIFIC, MENU_VIEW_SEP_2, Me.BTT_SHOW_ALL, Me.BTT_SHOW_REGULAR, Me.BTT_SHOW_TEMP, Me.BTT_SHOW_FAV, Me.BTT_SHOW_LABELS, Me.BTT_SHOW_NO_LABELS, MENU_VIEW_SEP_3, Me.BTT_SELECT_LABELS})
|
||||||
Me.MENU_VIEW.Image = CType(resources.GetObject("MENU_VIEW.Image"), System.Drawing.Image)
|
Me.MENU_VIEW.Image = CType(resources.GetObject("MENU_VIEW.Image"), System.Drawing.Image)
|
||||||
Me.MENU_VIEW.ImageTransparentColor = System.Drawing.Color.Magenta
|
Me.MENU_VIEW.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||||
Me.MENU_VIEW.Name = "MENU_VIEW"
|
Me.MENU_VIEW.Name = "MENU_VIEW"
|
||||||
Me.MENU_VIEW.Size = New System.Drawing.Size(45, 22)
|
Me.MENU_VIEW.Size = New System.Drawing.Size(45, 19)
|
||||||
Me.MENU_VIEW.Text = "View"
|
Me.MENU_VIEW.Text = "View"
|
||||||
'
|
'
|
||||||
'BTT_VIEW_LARGE
|
'BTT_VIEW_LARGE
|
||||||
@@ -319,6 +351,18 @@ Partial Class MainFrame
|
|||||||
Me.BTT_VIEW_LIST.Size = New System.Drawing.Size(144, 22)
|
Me.BTT_VIEW_LIST.Size = New System.Drawing.Size(144, 22)
|
||||||
Me.BTT_VIEW_LIST.Text = "List"
|
Me.BTT_VIEW_LIST.Text = "List"
|
||||||
'
|
'
|
||||||
|
'BTT_SITE_ALL
|
||||||
|
'
|
||||||
|
Me.BTT_SITE_ALL.Name = "BTT_SITE_ALL"
|
||||||
|
Me.BTT_SITE_ALL.Size = New System.Drawing.Size(144, 22)
|
||||||
|
Me.BTT_SITE_ALL.Text = "All"
|
||||||
|
'
|
||||||
|
'BTT_SITE_SPECIFIC
|
||||||
|
'
|
||||||
|
Me.BTT_SITE_SPECIFIC.Name = "BTT_SITE_SPECIFIC"
|
||||||
|
Me.BTT_SITE_SPECIFIC.Size = New System.Drawing.Size(144, 22)
|
||||||
|
Me.BTT_SITE_SPECIFIC.Text = "Specific sites"
|
||||||
|
'
|
||||||
'BTT_SHOW_ALL
|
'BTT_SHOW_ALL
|
||||||
'
|
'
|
||||||
Me.BTT_SHOW_ALL.Name = "BTT_SHOW_ALL"
|
Me.BTT_SHOW_ALL.Name = "BTT_SHOW_ALL"
|
||||||
@@ -384,12 +428,17 @@ Partial Class MainFrame
|
|||||||
'
|
'
|
||||||
'Toolbar_BOTTOM
|
'Toolbar_BOTTOM
|
||||||
'
|
'
|
||||||
Me.Toolbar_BOTTOM.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PR_MAIN, Me.LBL_JOBS_COUNT, Me.LBL_STATUS})
|
Me.Toolbar_BOTTOM.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PR_SAVED, Me.PR_MAIN, Me.LBL_JOBS_COUNT, Me.LBL_STATUS})
|
||||||
Me.Toolbar_BOTTOM.Location = New System.Drawing.Point(0, 439)
|
Me.Toolbar_BOTTOM.Location = New System.Drawing.Point(0, 439)
|
||||||
Me.Toolbar_BOTTOM.Name = "Toolbar_BOTTOM"
|
Me.Toolbar_BOTTOM.Name = "Toolbar_BOTTOM"
|
||||||
Me.Toolbar_BOTTOM.Size = New System.Drawing.Size(934, 22)
|
Me.Toolbar_BOTTOM.Size = New System.Drawing.Size(934, 22)
|
||||||
Me.Toolbar_BOTTOM.TabIndex = 2
|
Me.Toolbar_BOTTOM.TabIndex = 2
|
||||||
Me.Toolbar_BOTTOM.Text = "StatusStrip1"
|
'
|
||||||
|
'PR_SAVED
|
||||||
|
'
|
||||||
|
Me.PR_SAVED.Name = "PR_SAVED"
|
||||||
|
Me.PR_SAVED.Size = New System.Drawing.Size(100, 16)
|
||||||
|
Me.PR_SAVED.Visible = False
|
||||||
'
|
'
|
||||||
'PR_MAIN
|
'PR_MAIN
|
||||||
'
|
'
|
||||||
@@ -422,101 +471,115 @@ Partial Class MainFrame
|
|||||||
'
|
'
|
||||||
'USER_CONTEXT
|
'USER_CONTEXT
|
||||||
'
|
'
|
||||||
Me.USER_CONTEXT.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTT_CONTEXT_DOWN, Me.BTT_CONTEXT_DOWN_LIMITED, Me.BTT_CONTEXT_EDIT, Me.BTT_CONTEXT_DELETE, CONTEXT_SEP_1, Me.BTT_CONTEXT_FAV, Me.BTT_CONTEXT_TEMP, Me.BTT_CONTEXT_GROUPS, Me.BTT_CONTEXT_ADD_TO_COL, Me.BTT_CONTEXT_COL_MERGE, CONTEXT_SEP_2, Me.BTT_CHANGE_IMAGE, CONTEXT_SEP_3, Me.BTT_CONTEXT_OPEN_PATH, CONTEXT_SEP_4, Me.BTT_CONTEXT_OPEN_SITE, CONTEXT_SEP_5, Me.BTT_CONTEXT_INFO})
|
Me.USER_CONTEXT.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BTT_CONTEXT_DOWN, Me.BTT_CONTEXT_DOWN_LIMITED, Me.BTT_CONTEXT_EDIT, Me.BTT_CONTEXT_DELETE, CONTEXT_SEP_1, Me.BTT_CONTEXT_FAV, Me.BTT_CONTEXT_TEMP, Me.BTT_CONTEXT_READY, Me.BTT_CONTEXT_GROUPS, Me.BTT_CONTEXT_ADD_TO_COL, Me.BTT_CONTEXT_COL_MERGE, Me.BTT_CONTEXT_CHANGE_FOLDER, CONTEXT_SEP_2, Me.BTT_CHANGE_IMAGE, CONTEXT_SEP_3, Me.BTT_CONTEXT_OPEN_PATH, CONTEXT_SEP_4, Me.BTT_CONTEXT_OPEN_SITE, CONTEXT_SEP_5, Me.BTT_CONTEXT_INFO})
|
||||||
Me.USER_CONTEXT.Name = "USER_CONTEXT"
|
Me.USER_CONTEXT.Name = "USER_CONTEXT"
|
||||||
Me.USER_CONTEXT.Size = New System.Drawing.Size(196, 342)
|
Me.USER_CONTEXT.Size = New System.Drawing.Size(222, 364)
|
||||||
'
|
'
|
||||||
'BTT_CONTEXT_DOWN
|
'BTT_CONTEXT_DOWN
|
||||||
'
|
'
|
||||||
Me.BTT_CONTEXT_DOWN.Image = Global.SCrawler.My.Resources.Resources.StartPic_01_Green_16
|
Me.BTT_CONTEXT_DOWN.Image = Global.SCrawler.My.Resources.Resources.StartPic_01_Green_16
|
||||||
Me.BTT_CONTEXT_DOWN.Name = "BTT_CONTEXT_DOWN"
|
Me.BTT_CONTEXT_DOWN.Name = "BTT_CONTEXT_DOWN"
|
||||||
Me.BTT_CONTEXT_DOWN.Size = New System.Drawing.Size(195, 22)
|
Me.BTT_CONTEXT_DOWN.Size = New System.Drawing.Size(221, 22)
|
||||||
Me.BTT_CONTEXT_DOWN.Text = "Download data"
|
Me.BTT_CONTEXT_DOWN.Text = "Download data"
|
||||||
'
|
'
|
||||||
'BTT_CONTEXT_EDIT
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_EDIT.Image = Global.SCrawler.My.Resources.Resources.PencilPic_01_16
|
|
||||||
Me.BTT_CONTEXT_EDIT.Name = "BTT_CONTEXT_EDIT"
|
|
||||||
Me.BTT_CONTEXT_EDIT.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_EDIT.Text = "Edit user information"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_DELETE
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_DELETE.Image = Global.SCrawler.My.Resources.Resources.Delete
|
|
||||||
Me.BTT_CONTEXT_DELETE.Name = "BTT_CONTEXT_DELETE"
|
|
||||||
Me.BTT_CONTEXT_DELETE.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_DELETE.Text = "Delete user / collection"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_FAV
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_FAV.Image = Global.SCrawler.My.Resources.Resources.StarPic_24
|
|
||||||
Me.BTT_CONTEXT_FAV.Name = "BTT_CONTEXT_FAV"
|
|
||||||
Me.BTT_CONTEXT_FAV.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_FAV.Text = "Change favorite"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_TEMP
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_TEMP.Image = CType(resources.GetObject("BTT_CONTEXT_TEMP.Image"), System.Drawing.Image)
|
|
||||||
Me.BTT_CONTEXT_TEMP.Name = "BTT_CONTEXT_TEMP"
|
|
||||||
Me.BTT_CONTEXT_TEMP.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_TEMP.Text = "Change temporary"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_GROUPS
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_GROUPS.Name = "BTT_CONTEXT_GROUPS"
|
|
||||||
Me.BTT_CONTEXT_GROUPS.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_GROUPS.Text = "Change labels"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_ADD_TO_COL
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_ADD_TO_COL.Image = Global.SCrawler.My.Resources.Resources.DBPic_32
|
|
||||||
Me.BTT_CONTEXT_ADD_TO_COL.Name = "BTT_CONTEXT_ADD_TO_COL"
|
|
||||||
Me.BTT_CONTEXT_ADD_TO_COL.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_ADD_TO_COL.Text = "Add to collection"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_COL_MERGE
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_COL_MERGE.Name = "BTT_CONTEXT_COL_MERGE"
|
|
||||||
Me.BTT_CONTEXT_COL_MERGE.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_COL_MERGE.Text = "Merge collection files"
|
|
||||||
'
|
|
||||||
'BTT_CHANGE_IMAGE
|
|
||||||
'
|
|
||||||
Me.BTT_CHANGE_IMAGE.Image = Global.SCrawler.My.Resources.Resources.PicturePic_32
|
|
||||||
Me.BTT_CHANGE_IMAGE.Name = "BTT_CHANGE_IMAGE"
|
|
||||||
Me.BTT_CHANGE_IMAGE.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CHANGE_IMAGE.Text = "Change image"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_OPEN_PATH
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_OPEN_PATH.Image = Global.SCrawler.My.Resources.Resources.Folder_32
|
|
||||||
Me.BTT_CONTEXT_OPEN_PATH.Name = "BTT_CONTEXT_OPEN_PATH"
|
|
||||||
Me.BTT_CONTEXT_OPEN_PATH.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_OPEN_PATH.Text = "Open contains folder"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_OPEN_SITE
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_OPEN_SITE.Image = Global.SCrawler.My.Resources.Resources.GlobeBlue_32
|
|
||||||
Me.BTT_CONTEXT_OPEN_SITE.Name = "BTT_CONTEXT_OPEN_SITE"
|
|
||||||
Me.BTT_CONTEXT_OPEN_SITE.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_OPEN_SITE.Text = "Open site"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_INFO
|
|
||||||
'
|
|
||||||
Me.BTT_CONTEXT_INFO.Image = Global.SCrawler.My.Resources.Resources.InfoPic_32
|
|
||||||
Me.BTT_CONTEXT_INFO.Name = "BTT_CONTEXT_INFO"
|
|
||||||
Me.BTT_CONTEXT_INFO.Size = New System.Drawing.Size(195, 22)
|
|
||||||
Me.BTT_CONTEXT_INFO.Text = "Information"
|
|
||||||
'
|
|
||||||
'BTT_CONTEXT_DOWN_LIMITED
|
'BTT_CONTEXT_DOWN_LIMITED
|
||||||
'
|
'
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED.AutoToolTip = True
|
Me.BTT_CONTEXT_DOWN_LIMITED.AutoToolTip = True
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED.Image = Global.SCrawler.My.Resources.Resources.StartPic_01_Green_16
|
Me.BTT_CONTEXT_DOWN_LIMITED.Image = Global.SCrawler.My.Resources.Resources.StartPic_01_Green_16
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED.Name = "BTT_CONTEXT_DOWN_LIMITED"
|
Me.BTT_CONTEXT_DOWN_LIMITED.Name = "BTT_CONTEXT_DOWN_LIMITED"
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED.Size = New System.Drawing.Size(195, 22)
|
Me.BTT_CONTEXT_DOWN_LIMITED.Size = New System.Drawing.Size(221, 22)
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED.Text = "Download data limited"
|
Me.BTT_CONTEXT_DOWN_LIMITED.Text = "Download data limited"
|
||||||
Me.BTT_CONTEXT_DOWN_LIMITED.ToolTipText = "Download top ... posts"
|
Me.BTT_CONTEXT_DOWN_LIMITED.ToolTipText = "Download top ... posts"
|
||||||
'
|
'
|
||||||
|
'BTT_CONTEXT_EDIT
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_EDIT.Image = Global.SCrawler.My.Resources.Resources.PencilPic_01_16
|
||||||
|
Me.BTT_CONTEXT_EDIT.Name = "BTT_CONTEXT_EDIT"
|
||||||
|
Me.BTT_CONTEXT_EDIT.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_EDIT.Text = "Edit user information"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_DELETE
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_DELETE.Image = Global.SCrawler.My.Resources.Resources.Delete
|
||||||
|
Me.BTT_CONTEXT_DELETE.Name = "BTT_CONTEXT_DELETE"
|
||||||
|
Me.BTT_CONTEXT_DELETE.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_DELETE.Text = "Delete user / collection"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_FAV
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_FAV.Image = Global.SCrawler.My.Resources.Resources.StarPic_24
|
||||||
|
Me.BTT_CONTEXT_FAV.Name = "BTT_CONTEXT_FAV"
|
||||||
|
Me.BTT_CONTEXT_FAV.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_FAV.Text = "Change favorite"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_TEMP
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_TEMP.Image = CType(resources.GetObject("BTT_CONTEXT_TEMP.Image"), System.Drawing.Image)
|
||||||
|
Me.BTT_CONTEXT_TEMP.Name = "BTT_CONTEXT_TEMP"
|
||||||
|
Me.BTT_CONTEXT_TEMP.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_TEMP.Text = "Change temporary"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_READY
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_READY.Name = "BTT_CONTEXT_READY"
|
||||||
|
Me.BTT_CONTEXT_READY.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_READY.Text = "Change ready for download"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_GROUPS
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_GROUPS.Name = "BTT_CONTEXT_GROUPS"
|
||||||
|
Me.BTT_CONTEXT_GROUPS.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_GROUPS.Text = "Change labels"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_ADD_TO_COL
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_ADD_TO_COL.Image = Global.SCrawler.My.Resources.Resources.DBPic_32
|
||||||
|
Me.BTT_CONTEXT_ADD_TO_COL.Name = "BTT_CONTEXT_ADD_TO_COL"
|
||||||
|
Me.BTT_CONTEXT_ADD_TO_COL.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_ADD_TO_COL.Text = "Add to collection"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_COL_MERGE
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_COL_MERGE.Name = "BTT_CONTEXT_COL_MERGE"
|
||||||
|
Me.BTT_CONTEXT_COL_MERGE.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_COL_MERGE.Text = "Merge collection files"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_CHANGE_FOLDER
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_CHANGE_FOLDER.AutoToolTip = True
|
||||||
|
Me.BTT_CONTEXT_CHANGE_FOLDER.Name = "BTT_CONTEXT_CHANGE_FOLDER"
|
||||||
|
Me.BTT_CONTEXT_CHANGE_FOLDER.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_CHANGE_FOLDER.Text = "Change folder"
|
||||||
|
Me.BTT_CONTEXT_CHANGE_FOLDER.ToolTipText = "Change user data folder"
|
||||||
|
'
|
||||||
|
'BTT_CHANGE_IMAGE
|
||||||
|
'
|
||||||
|
Me.BTT_CHANGE_IMAGE.Image = Global.SCrawler.My.Resources.Resources.PicturePic_32
|
||||||
|
Me.BTT_CHANGE_IMAGE.Name = "BTT_CHANGE_IMAGE"
|
||||||
|
Me.BTT_CHANGE_IMAGE.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CHANGE_IMAGE.Text = "Change image"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_OPEN_PATH
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_OPEN_PATH.Image = Global.SCrawler.My.Resources.Resources.Folder_32
|
||||||
|
Me.BTT_CONTEXT_OPEN_PATH.Name = "BTT_CONTEXT_OPEN_PATH"
|
||||||
|
Me.BTT_CONTEXT_OPEN_PATH.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_OPEN_PATH.Text = "Open contains folder"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_OPEN_SITE
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_OPEN_SITE.Image = Global.SCrawler.My.Resources.Resources.GlobeBlue_32
|
||||||
|
Me.BTT_CONTEXT_OPEN_SITE.Name = "BTT_CONTEXT_OPEN_SITE"
|
||||||
|
Me.BTT_CONTEXT_OPEN_SITE.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_OPEN_SITE.Text = "Open site"
|
||||||
|
'
|
||||||
|
'BTT_CONTEXT_INFO
|
||||||
|
'
|
||||||
|
Me.BTT_CONTEXT_INFO.Image = Global.SCrawler.My.Resources.Resources.InfoPic_32
|
||||||
|
Me.BTT_CONTEXT_INFO.Name = "BTT_CONTEXT_INFO"
|
||||||
|
Me.BTT_CONTEXT_INFO.Size = New System.Drawing.Size(221, 22)
|
||||||
|
Me.BTT_CONTEXT_INFO.Text = "Information"
|
||||||
|
'
|
||||||
'MainFrame
|
'MainFrame
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
@@ -586,4 +649,11 @@ Partial Class MainFrame
|
|||||||
Private WithEvents BTT_CONTEXT_GROUPS As ToolStripMenuItem
|
Private WithEvents BTT_CONTEXT_GROUPS As ToolStripMenuItem
|
||||||
Private WithEvents BTT_VERSION_INFO As ToolStripButton
|
Private WithEvents BTT_VERSION_INFO As ToolStripButton
|
||||||
Private WithEvents BTT_CONTEXT_DOWN_LIMITED As ToolStripMenuItem
|
Private WithEvents BTT_CONTEXT_DOWN_LIMITED As ToolStripMenuItem
|
||||||
|
Private WithEvents BTT_CONTEXT_READY As ToolStripMenuItem
|
||||||
|
Private WithEvents BTT_SETTINGS_INSTAGRAM As ToolStripMenuItem
|
||||||
|
Private WithEvents BTT_SITE_ALL As ToolStripMenuItem
|
||||||
|
Private WithEvents BTT_SITE_SPECIFIC As ToolStripMenuItem
|
||||||
|
Private WithEvents BTT_CONTEXT_CHANGE_FOLDER As ToolStripMenuItem
|
||||||
|
Private WithEvents PR_SAVED As ToolStripProgressBar
|
||||||
|
Private WithEvents BTT_DOWN_SAVED As ToolStripButton
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
@@ -132,22 +132,6 @@
|
|||||||
<metadata name="MENU_SETTINGS_SEP_1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="MENU_SETTINGS_SEP_1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
||||||
<data name="MENU_SETTINGS.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
|
||||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
|
||||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
|
||||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
|
||||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
|
||||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
|
||||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
|
||||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
|
||||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
|
||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<metadata name="SEP_3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="SEP_3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -169,12 +153,16 @@
|
|||||||
<metadata name="MENU_VIEW_SEP_1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="MENU_VIEW_SEP_1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="MENU_VIEW_SEP_3.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="MENU_VIEW_SEP_2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="MENU_VIEW_SEP_2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="Toolbar_TOP.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="Toolbar_TOP.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>132, 17</value>
|
<value>132, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="BTT_DOWN_VIDEO.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="BTT_DOWN_VIDEO.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports System.ComponentModel
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.ComponentModel
|
||||||
Imports System.Globalization
|
Imports System.Globalization
|
||||||
Imports System.Threading
|
Imports System.Threading
|
||||||
Imports PersonalUtilities.Forms
|
Imports PersonalUtilities.Forms
|
||||||
@@ -38,19 +46,30 @@ Public Class MainFrame
|
|||||||
MainProgress = New Toolbars.MyProgress(Toolbar_BOTTOM, PR_MAIN, LBL_STATUS) With {.DropCurrentProgressOnTotalChange = False}
|
MainProgress = New Toolbars.MyProgress(Toolbar_BOTTOM, PR_MAIN, LBL_STATUS) With {.DropCurrentProgressOnTotalChange = False}
|
||||||
Dim gk$
|
Dim gk$
|
||||||
With LIST_PROFILES.Groups
|
With LIST_PROFILES.Groups
|
||||||
gk = GetLviGroupName(Sites.Undefined, False, False, True)
|
'Collections
|
||||||
|
gk = GetLviGroupName(Sites.Undefined, False, True, True, False)
|
||||||
.Add(New ListViewGroup(gk, gk))
|
.Add(New ListViewGroup(gk, gk))
|
||||||
gk = GetLviGroupName(Sites.Undefined, False, True, True)
|
gk = GetLviGroupName(Sites.Undefined, False, False, True, False)
|
||||||
.Add(New ListViewGroup(gk, gk))
|
.Add(New ListViewGroup(gk, gk))
|
||||||
gk = GetLviGroupName(Sites.Undefined, True, False, True)
|
gk = GetLviGroupName(Sites.Undefined, True, False, True, False)
|
||||||
.Add(New ListViewGroup(gk, gk))
|
.Add(New ListViewGroup(gk, gk))
|
||||||
For Each s In {Sites.Reddit, Sites.Twitter}
|
'Channels
|
||||||
gk = GetLviGroupName(s, False, True, False)
|
gk = GetLviGroupName(Sites.Undefined, False, True, False, True)
|
||||||
.Add(New ListViewGroup(gk, gk))
|
.Add(New ListViewGroup(gk, gk))
|
||||||
gk = GetLviGroupName(s, False, False, False)
|
gk = GetLviGroupName(Sites.Undefined, False, False, False, True)
|
||||||
.Add(New ListViewGroup(gk, gk))
|
.Add(New ListViewGroup(gk, gk))
|
||||||
gk = GetLviGroupName(s, True, False, False)
|
gk = GetLviGroupName(Sites.Undefined, True, False, False, True)
|
||||||
.Add(New ListViewGroup(gk, gk))
|
.Add(New ListViewGroup(gk, gk))
|
||||||
|
'Sites
|
||||||
|
For Each s As Sites In [Enum].GetValues(GetType(Sites))
|
||||||
|
If Not s = Sites.Undefined Then
|
||||||
|
gk = GetLviGroupName(s, False, True, False, False)
|
||||||
|
.Add(New ListViewGroup(gk, gk))
|
||||||
|
gk = GetLviGroupName(s, False, False, False, False)
|
||||||
|
.Add(New ListViewGroup(gk, gk))
|
||||||
|
gk = GetLviGroupName(s, True, False, False, False)
|
||||||
|
.Add(New ListViewGroup(gk, gk))
|
||||||
|
End If
|
||||||
Next
|
Next
|
||||||
If Settings.Labels.Count > 0 Then Settings.Labels.ToList.ForEach(Sub(l) .Add(New ListViewGroup(l, l)))
|
If Settings.Labels.Count > 0 Then Settings.Labels.ToList.ForEach(Sub(l) .Add(New ListViewGroup(l, l)))
|
||||||
.Add(Settings.Labels.NoLabel)
|
.Add(Settings.Labels.NoLabel)
|
||||||
@@ -64,6 +83,8 @@ Public Class MainFrame
|
|||||||
UpdateLabelsGroups()
|
UpdateLabelsGroups()
|
||||||
SetShowButtonsCheckers(Settings.ShowingMode.Value)
|
SetShowButtonsCheckers(Settings.ShowingMode.Value)
|
||||||
CheckVersion(False)
|
CheckVersion(False)
|
||||||
|
BTT_SITE_ALL.Checked = Settings.SelectedSites.Count = 0
|
||||||
|
BTT_SITE_SPECIFIC.Checked = Settings.SelectedSites.Count > 0
|
||||||
_UFinit = False
|
_UFinit = False
|
||||||
GoTo EndFunction
|
GoTo EndFunction
|
||||||
FormClosingInvoker:
|
FormClosingInvoker:
|
||||||
@@ -81,12 +102,13 @@ EndFunction:
|
|||||||
"Downloading in progress"},
|
"Downloading in progress"},
|
||||||
MsgBoxStyle.Exclamation,,,
|
MsgBoxStyle.Exclamation,,,
|
||||||
{"Stop downloading and close", "Cancel"}) = 0 Then
|
{"Stop downloading and close", "Cancel"}) = 0 Then
|
||||||
If Downloader.Working Then _CloseInvoked = True : Downloader.Stop()
|
If Downloader.Working Then _CloseInvoked = True : Downloader.Stop() : Downloader.DownloadSavedPostsStop()
|
||||||
|
If Downloader.SavedPostsDownloading Then _CloseInvoked = True : Downloader.DownloadSavedPostsStop()
|
||||||
If ChannelsWorking.Invoke Then _CloseInvoked = True : MyChannels.Stop(False)
|
If ChannelsWorking.Invoke Then _CloseInvoked = True : MyChannels.Stop(False)
|
||||||
If _CloseInvoked Then
|
If _CloseInvoked Then
|
||||||
e.Cancel = True
|
e.Cancel = True
|
||||||
Await Task.Run(Sub()
|
Await Task.Run(Sub()
|
||||||
While Downloader.Working Or ChannelsWorking.Invoke : Thread.Sleep(500) : End While
|
While Downloader.Working Or ChannelsWorking.Invoke Or Downloader.SavedPostsDownloading : Thread.Sleep(500) : End While
|
||||||
End Sub)
|
End Sub)
|
||||||
End If
|
End If
|
||||||
Downloader.Dispose()
|
Downloader.Dispose()
|
||||||
@@ -162,6 +184,17 @@ CloseResume:
|
|||||||
Case View.SmallIcon : .SmallImageList.Images.Add(User.LVIKey, User.GetPicture())
|
Case View.SmallIcon : .SmallImageList.Images.Add(User.LVIKey, User.GetPicture())
|
||||||
End Select
|
End Select
|
||||||
.Items.Add(User.GetLVI(LIST_PROFILES))
|
.Items.Add(User.GetLVI(LIST_PROFILES))
|
||||||
|
If Not User.Exists Then
|
||||||
|
With .Items(.Items.Count - 1)
|
||||||
|
.BackColor = ColorBttDeleteBack
|
||||||
|
.ForeColor = ColorBttDeleteFore
|
||||||
|
End With
|
||||||
|
ElseIf User.Suspended Then
|
||||||
|
With .Items(.Items.Count - 1)
|
||||||
|
.BackColor = ColorBttEditBack
|
||||||
|
.ForeColor = ColorBttEditFore
|
||||||
|
End With
|
||||||
|
End If
|
||||||
End With
|
End With
|
||||||
End Sub
|
End Sub
|
||||||
Else
|
Else
|
||||||
@@ -180,6 +213,16 @@ CloseResume:
|
|||||||
End Select
|
End Select
|
||||||
.Items(i).Text = User.ToString
|
.Items(i).Text = User.ToString
|
||||||
.Items(i).Group = User.GetLVIGroup(LIST_PROFILES)
|
.Items(i).Group = User.GetLVIGroup(LIST_PROFILES)
|
||||||
|
If Not User.Exists Then
|
||||||
|
.Items(i).BackColor = ColorBttDeleteBack
|
||||||
|
.Items(i).ForeColor = ColorBttDeleteFore
|
||||||
|
ElseIf User.Suspended Then
|
||||||
|
.Items(i).BackColor = ColorBttEditBack
|
||||||
|
.Items(i).ForeColor = ColorBttEditFore
|
||||||
|
Else
|
||||||
|
.Items(i).BackColor = SystemColors.Window
|
||||||
|
.Items(i).ForeColor = SystemColors.WindowText
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
End With
|
End With
|
||||||
End Sub
|
End Sub
|
||||||
@@ -211,10 +254,13 @@ CloseResume:
|
|||||||
#Region "Toolbar buttons"
|
#Region "Toolbar buttons"
|
||||||
#Region "Settings"
|
#Region "Settings"
|
||||||
Private Sub BTT_SETTINGS_REDDIT_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS_REDDIT.Click
|
Private Sub BTT_SETTINGS_REDDIT_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS_REDDIT.Click
|
||||||
Using f As New RedditEditorForm : f.ShowDialog() : End Using
|
Using f As New SiteEditorForm(Sites.Reddit) : f.ShowDialog() : End Using
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub BTT_SETTINGS_TWITTER_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS_TWITTER.Click
|
Private Sub BTT_SETTINGS_TWITTER_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS_TWITTER.Click
|
||||||
Using f As New TwitterEditorForm : f.ShowDialog() : End Using
|
Using f As New SiteEditorForm(Sites.Twitter) : f.ShowDialog() : End Using
|
||||||
|
End Sub
|
||||||
|
Private Sub BTT_SETTINGS_INSTAGRAM_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS_INSTAGRAM.Click
|
||||||
|
Using f As New SiteEditorForm(Sites.Instagram) : f.ShowDialog() : End Using
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub BTT_SETTINGS_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS.Click
|
Private Sub BTT_SETTINGS_Click(sender As Object, e As EventArgs) Handles BTT_SETTINGS.Click
|
||||||
Dim mhl% = Settings.MaxLargeImageHeigh.Value
|
Dim mhl% = Settings.MaxLargeImageHeigh.Value
|
||||||
@@ -231,7 +277,7 @@ CloseResume:
|
|||||||
Private Sub BTT_ADD_USER_Click(sender As Object, e As EventArgs) Handles BTT_ADD_USER.Click
|
Private Sub BTT_ADD_USER_Click(sender As Object, e As EventArgs) Handles BTT_ADD_USER.Click
|
||||||
Using f As New UserCreatorForm
|
Using f As New UserCreatorForm
|
||||||
f.ShowDialog()
|
f.ShowDialog()
|
||||||
If f.DialogResult = DialogResult.OK Then
|
If f.DialogResult = DialogResult.OK Or f.StartIndex >= 0 Then
|
||||||
Dim i%
|
Dim i%
|
||||||
If f.StartIndex >= 0 Then
|
If f.StartIndex >= 0 Then
|
||||||
OnUsersAddedHandler(f.StartIndex)
|
OnUsersAddedHandler(f.StartIndex)
|
||||||
@@ -241,19 +287,21 @@ CloseResume:
|
|||||||
If Not UserBanned(f.User.Name) Then
|
If Not UserBanned(f.User.Name) Then
|
||||||
Settings.UpdateUsersList(f.User)
|
Settings.UpdateUsersList(f.User)
|
||||||
Settings.Users.Add(UserDataBase.GetInstance(f.User))
|
Settings.Users.Add(UserDataBase.GetInstance(f.User))
|
||||||
With Settings.Users(Settings.Users.Count - 1)
|
With Settings.Users.Last
|
||||||
.Favorite = f.UserFavorite
|
If Not .FileExists Then
|
||||||
.Temporary = f.UserTemporary
|
.Favorite = f.UserFavorite
|
||||||
.ParseUserMediaOnly = f.UserMediaOnly
|
.Temporary = f.UserTemporary
|
||||||
.ReadyForDownload = f.UserReady
|
.ParseUserMediaOnly = f.UserMediaOnly
|
||||||
.DownloadImages = f.DownloadImages
|
.ReadyForDownload = f.UserReady
|
||||||
.DownloadVideos = f.DownloadVideos
|
.DownloadImages = f.DownloadImages
|
||||||
.FriendlyName = f.UserFriendly
|
.DownloadVideos = f.DownloadVideos
|
||||||
.Description = f.UserDescr
|
.FriendlyName = f.UserFriendly
|
||||||
.Labels.ListAddList(f.UserLabels, LAP.ClearBeforeAdd, LAP.NotContainsOnly)
|
.Description = f.UserDescr
|
||||||
.UpdateUserInformation()
|
.Self.Labels.ListAddList(f.UserLabels, LAP.ClearBeforeAdd, LAP.NotContainsOnly)
|
||||||
|
.UpdateUserInformation()
|
||||||
|
End If
|
||||||
End With
|
End With
|
||||||
UserListUpdate(Settings.Users(Settings.Users.Count - 1), True)
|
UserListUpdate(Settings.Users.Last, True)
|
||||||
i = LIST_PROFILES.Items.IndexOfKey(Settings.Users(Settings.Users.Count - 1).LVIKey)
|
i = LIST_PROFILES.Items.IndexOfKey(Settings.Users(Settings.Users.Count - 1).LVIKey)
|
||||||
If i >= 0 Then
|
If i >= 0 Then
|
||||||
LIST_PROFILES.SelectedIndices.Clear()
|
LIST_PROFILES.SelectedIndices.Clear()
|
||||||
@@ -311,6 +359,9 @@ CloseResume:
|
|||||||
End If
|
End If
|
||||||
If MyChannels.Visible Then MyChannels.BringToFront() Else MyChannels.Show()
|
If MyChannels.Visible Then MyChannels.BringToFront() Else MyChannels.Show()
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Sub BTT_DOWN_SAVED_Click(sender As Object, e As EventArgs) Handles BTT_DOWN_SAVED.Click
|
||||||
|
Downloader.DownloadSavedPostsStart(Toolbar_BOTTOM, PR_SAVED)
|
||||||
|
End Sub
|
||||||
#End Region
|
#End Region
|
||||||
#Region "Download"
|
#Region "Download"
|
||||||
Private Sub BTT_DOWN_SELECTED_Click(sender As Object, e As EventArgs) Handles BTT_DOWN_SELECTED.Click
|
Private Sub BTT_DOWN_SELECTED_Click(sender As Object, e As EventArgs) Handles BTT_DOWN_SELECTED.Click
|
||||||
@@ -359,6 +410,25 @@ CloseResume:
|
|||||||
BTT_VIEW_LIST.Checked = List
|
BTT_VIEW_LIST.Checked = List
|
||||||
End Sub
|
End Sub
|
||||||
#End Region
|
#End Region
|
||||||
|
#Region "View Site"
|
||||||
|
Private Sub BTT_SITE_ALL_Click(sender As Object, e As EventArgs) Handles BTT_SITE_ALL.Click
|
||||||
|
Settings.SelectedSites = Nothing
|
||||||
|
If Not BTT_SITE_ALL.Checked Then Settings.SelectedSites = Nothing : RefillList()
|
||||||
|
BTT_SITE_ALL.Checked = True
|
||||||
|
BTT_SITE_SPECIFIC.Checked = False
|
||||||
|
End Sub
|
||||||
|
Private Sub BTT_SITE_SPECIFIC_Click(sender As Object, e As EventArgs) Handles BTT_SITE_SPECIFIC.Click
|
||||||
|
Using f As New SiteSelectionForm(Settings.SelectedSites)
|
||||||
|
f.ShowDialog()
|
||||||
|
If f.DialogResult = DialogResult.OK Then
|
||||||
|
Settings.SelectedSites = f.SelectedSites
|
||||||
|
BTT_SITE_SPECIFIC.Checked = Settings.SelectedSites.Count > 0
|
||||||
|
BTT_SITE_ALL.Checked = Settings.SelectedSites.Count = 0
|
||||||
|
RefillList()
|
||||||
|
End If
|
||||||
|
End Using
|
||||||
|
End Sub
|
||||||
|
#End Region
|
||||||
#Region "Labels"
|
#Region "Labels"
|
||||||
Private Sub BTT_SHOW_ALL_Click(sender As Object, e As EventArgs) Handles BTT_SHOW_ALL.Click
|
Private Sub BTT_SHOW_ALL_Click(sender As Object, e As EventArgs) Handles BTT_SHOW_ALL.Click
|
||||||
SetShowButtonsCheckers(ShowingModes.All)
|
SetShowButtonsCheckers(ShowingModes.All)
|
||||||
@@ -405,7 +475,7 @@ CloseResume:
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Settings.ShowingMode.Value = m
|
Settings.ShowingMode.Value = m
|
||||||
If Not m = ShowingModes.All Then BTT_DOWN_ALL.Enabled = False
|
BTT_DOWN_ALL.Enabled = m = ShowingModes.All
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub BTT_SELECT_LABELS_Click(sender As Object, e As EventArgs) Handles BTT_SELECT_LABELS.Click
|
Private Sub BTT_SELECT_LABELS_Click(sender As Object, e As EventArgs) Handles BTT_SELECT_LABELS.Click
|
||||||
OpenLabelsForm()
|
OpenLabelsForm()
|
||||||
@@ -485,6 +555,16 @@ CloseResume:
|
|||||||
End Sub)
|
End Sub)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Sub BTT_CONTEXT_READY_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_READY.Click
|
||||||
|
Dim users As List(Of IUserData) = GetSelectedUserArray()
|
||||||
|
If AskForMassReplace(users, "Ready for download") Then
|
||||||
|
Dim r As Boolean = MsgBoxE({"What state do you want to set for selected users", "Select ready state"}, vbQuestion,,, {"Not Ready", "Ready"}).Index
|
||||||
|
users.ForEach(Sub(u)
|
||||||
|
u.ReadyForDownload = r
|
||||||
|
u.UpdateUserInformation()
|
||||||
|
End Sub)
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
Private Sub BTT_CONTEXT_GROUPS_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_GROUPS.Click
|
Private Sub BTT_CONTEXT_GROUPS_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_GROUPS.Click
|
||||||
Try
|
Try
|
||||||
Dim users As List(Of IUserData) = GetSelectedUserArray()
|
Dim users As List(Of IUserData) = GetSelectedUserArray()
|
||||||
@@ -502,7 +582,7 @@ CloseResume:
|
|||||||
If .Count > 0 Then .Collections.ForEach(Sub(uu) uu.Labels.ListAddList(f.LabelsList, lp))
|
If .Count > 0 Then .Collections.ForEach(Sub(uu) uu.Labels.ListAddList(f.LabelsList, lp))
|
||||||
End With
|
End With
|
||||||
Else
|
Else
|
||||||
u.Labels.ListAddList(f.LabelsList, lp)
|
u.Self.Labels.ListAddList(f.LabelsList, lp)
|
||||||
End If
|
End If
|
||||||
u.UpdateUserInformation()
|
u.UpdateUserInformation()
|
||||||
End Sub)
|
End Sub)
|
||||||
@@ -592,6 +672,86 @@ CloseResume:
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Sub BTT_CONTEXT_CHANGE_FOLDER_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_CHANGE_FOLDER.Click
|
||||||
|
Try
|
||||||
|
Dim users As List(Of IUserData) = GetSelectedUserArray()
|
||||||
|
If users.ListExists Then
|
||||||
|
If users.Count = 1 Then
|
||||||
|
Dim CutOption% = 1
|
||||||
|
Dim _IsCollection As Boolean = False
|
||||||
|
With users(0)
|
||||||
|
If .IsCollection Then
|
||||||
|
_IsCollection = True
|
||||||
|
With DirectCast(.Self, UserDataBind)
|
||||||
|
If .Count = 0 Then
|
||||||
|
Throw New ArgumentOutOfRangeException("Collection", "Collection is empty")
|
||||||
|
Else
|
||||||
|
With DirectCast(.Collections(0).Self, UserDataBase)
|
||||||
|
If Not .User.Merged Then CutOption = 2
|
||||||
|
End With
|
||||||
|
End If
|
||||||
|
End With
|
||||||
|
End If
|
||||||
|
End With
|
||||||
|
|
||||||
|
Dim CurrDir As SFile = users(0).File.CutPath(CutOption)
|
||||||
|
Dim NewDest As SFile = SFile.GetPath(InputBoxE($"Enter a new destination for user [{users(0)}]", "Change user folder", CurrDir.Path))
|
||||||
|
If Not NewDest.IsEmptyString Then
|
||||||
|
If MsgBoxE({$"You are changing the user's [{users(0)}] destination" & vbCr &
|
||||||
|
$"Current destination: {CurrDir.PathNoSeparator}" & vbCr &
|
||||||
|
$"New destination: {NewDest.Path}",
|
||||||
|
"Changing user destination"}, MsgBoxStyle.Exclamation,,, {"Confirm", "Cancel"}) = 0 Then
|
||||||
|
If Not NewDest.IsEmptyString AndAlso
|
||||||
|
(Not NewDest.Exists(SFO.Path, False) OrElse
|
||||||
|
(
|
||||||
|
SFile.GetFiles(NewDest,, IO.SearchOption.AllDirectories, EDP.ThrowException).ListIfNothing.Count = 0 AndAlso
|
||||||
|
NewDest.Delete(SFO.Path, False, False, EDP.ThrowException) AndAlso
|
||||||
|
Not NewDest.Exists(SFO.Path, False)
|
||||||
|
)
|
||||||
|
) Then
|
||||||
|
NewDest.CutPath.Exists(SFO.Path)
|
||||||
|
IO.Directory.Move(CurrDir.Path, NewDest.Path)
|
||||||
|
Dim ApplyChanges As Action(Of IUserData) = Sub(ByVal __user As IUserData)
|
||||||
|
With DirectCast(__user.Self, UserDataBase)
|
||||||
|
Dim u As UserInfo = .User.Clone
|
||||||
|
Settings.UsersList.Remove(u)
|
||||||
|
Dim d As SFile = Nothing
|
||||||
|
If _IsCollection Then d = SFile.GetPath($"{NewDest.PathWithSeparator}{u.File.PathFolders(1).LastOrDefault}")
|
||||||
|
If d.IsEmptyString Then d = NewDest
|
||||||
|
u.SpecialPath = d.PathWithSeparator
|
||||||
|
u.UpdateUserFile()
|
||||||
|
Settings.UpdateUsersList(u)
|
||||||
|
.User = u.Clone
|
||||||
|
.UpdateUserInformation()
|
||||||
|
End With
|
||||||
|
End Sub
|
||||||
|
If users(0).IsCollection Then
|
||||||
|
With DirectCast(users(0), UserDataBind)
|
||||||
|
For Each user In .Collections : ApplyChanges(user) : Next
|
||||||
|
End With
|
||||||
|
Else
|
||||||
|
ApplyChanges(users(0))
|
||||||
|
End If
|
||||||
|
MsgBoxE($"User data has been moved")
|
||||||
|
Else
|
||||||
|
MsgBoxE($"Unable to move user data to new destination [{NewDest}]{vbCr}Operation canceled", MsgBoxStyle.Critical)
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
MsgBoxE("Operation canceled")
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
MsgBoxE("You have not entered a new destination" & vbCr & "Operation canceled", MsgBoxStyle.Exclamation)
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
MsgBoxE("You have selected multiple users. You can change the folder only for one user!", MsgBoxStyle.Critical)
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
MsgBoxE("No one user selected", MsgBoxStyle.Exclamation)
|
||||||
|
End If
|
||||||
|
Catch ex As Exception
|
||||||
|
ErrorsDescriber.Execute(EDP.ShowAllMsg, ex, "Error while moving user")
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
Private Sub BTT_CONTEXT_OPEN_PATH_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_OPEN_PATH.Click
|
Private Sub BTT_CONTEXT_OPEN_PATH_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_OPEN_PATH.Click
|
||||||
OpenFolder()
|
OpenFolder()
|
||||||
End Sub
|
End Sub
|
||||||
@@ -601,7 +761,7 @@ CloseResume:
|
|||||||
End Sub
|
End Sub
|
||||||
Private Sub BTT_CONTEXT_INFO_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_INFO.Click
|
Private Sub BTT_CONTEXT_INFO_Click(sender As Object, e As EventArgs) Handles BTT_CONTEXT_INFO.Click
|
||||||
Dim user As IUserData = GetSelectedUser()
|
Dim user As IUserData = GetSelectedUser()
|
||||||
If Not user Is Nothing Then MsgBoxE(DirectCast(user, UserDataBase).GetUserInformation())
|
If Not user Is Nothing Then MsgBoxE(DirectCast(user.Self, UserDataBase).GetUserInformation())
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub USER_CONTEXT_VisibleChanged(sender As Object, e As EventArgs) Handles USER_CONTEXT.VisibleChanged
|
Private Sub USER_CONTEXT_VisibleChanged(sender As Object, e As EventArgs) Handles USER_CONTEXT.VisibleChanged
|
||||||
Try
|
Try
|
||||||
@@ -690,7 +850,7 @@ CloseResume:
|
|||||||
On Error Resume Next
|
On Error Resume Next
|
||||||
If user.IsCollection Then
|
If user.IsCollection Then
|
||||||
If USER_CONTEXT.Visible Then USER_CONTEXT.Hide()
|
If USER_CONTEXT.Visible Then USER_CONTEXT.Hide()
|
||||||
MsgBoxE("This is collection!{vbNewLine}Edit collections does not allowed!", vbExclamation)
|
MsgBoxE($"This is collection!{vbNewLine}Edit collections does not allowed!", vbExclamation)
|
||||||
Else
|
Else
|
||||||
Using f As New UserCreatorForm(user)
|
Using f As New UserCreatorForm(user)
|
||||||
f.ShowDialog()
|
f.ShowDialog()
|
||||||
@@ -706,26 +866,51 @@ CloseResume:
|
|||||||
If USER_CONTEXT.Visible Then USER_CONTEXT.Hide()
|
If USER_CONTEXT.Visible Then USER_CONTEXT.Hide()
|
||||||
Dim ugn As Func(Of IUserData, String) = Function(u) $"{IIf(u.IsCollection, "Collection", "User")}: {u.Name}"
|
Dim ugn As Func(Of IUserData, String) = Function(u) $"{IIf(u.IsCollection, "Collection", "User")}: {u.Name}"
|
||||||
Dim m As New MMessage(users.Select(ugn).ListToString(, vbNewLine), "Users deleting",
|
Dim m As New MMessage(users.Select(ugn).ListToString(, vbNewLine), "Users deleting",
|
||||||
{New Messaging.MsgBoxButton("Delete and ban") With {.ToolTip = "Users will be deleted and added to the blacklist"},
|
{New Messaging.MsgBoxButton("Delete and ban") With {.ToolTip = "Users and their data will be deleted and added to the blacklist"},
|
||||||
|
New Messaging.MsgBoxButton("Delete user only and ban") With {
|
||||||
|
.ToolTip = "Users will be deleted and added to the blacklist (user data will not be deleted)"},
|
||||||
New Messaging.MsgBoxButton("Delete and ban with reason") With {
|
New Messaging.MsgBoxButton("Delete and ban with reason") With {
|
||||||
.ToolTip = "Users will be deleted and added to the blacklist with set a reason to delete"},
|
.ToolTip = "Users and their data will be deleted and added to the blacklist with set a reason to delete"},
|
||||||
"Delete", "Cancel"}, MsgBoxStyle.Exclamation) With {.ButtonsPerRow = 2}
|
New Messaging.MsgBoxButton("Delete user only and ban with reason") With {
|
||||||
|
.ToolTip = "Users will be deleted and added to the blacklist with set a reason to delete (user data will not be deleted)"},
|
||||||
|
New Messaging.MsgBoxButton("Delete") With {.ToolTip = "Delete users and their data"},
|
||||||
|
New Messaging.MsgBoxButton("Delete user only") With {.ToolTip = "Delete users but keep data"}, "Cancel"},
|
||||||
|
MsgBoxStyle.Exclamation) With {.ButtonsPerRow = 2, .ButtonsPlacing = MMessage.ButtonsPlacings.StartToEnd}
|
||||||
m.Text = $"The following users ({users.Count}) will be deleted:{vbNewLine}{m.Text}"
|
m.Text = $"The following users ({users.Count}) will be deleted:{vbNewLine}{m.Text}"
|
||||||
Dim result% = MsgBoxE(m)
|
Dim result% = MsgBoxE(m)
|
||||||
If result < 3 Then
|
If result < 6 Then
|
||||||
Dim removedUsers As New List(Of String)
|
Dim removedUsers As New List(Of String)
|
||||||
|
Dim keepData As Boolean = Not (result Mod 2) = 0
|
||||||
|
Dim banUser As Boolean = result < 4
|
||||||
|
Dim setReason As Boolean = banUser And result > 1
|
||||||
Dim leftUsers As New List(Of String)
|
Dim leftUsers As New List(Of String)
|
||||||
Dim l As New ListAddParams(LAP.NotContainsOnly)
|
Dim l As New ListAddParams(LAP.NotContainsOnly)
|
||||||
Dim b As Boolean = False
|
Dim b As Boolean = False
|
||||||
Dim reason$ = String.Empty
|
Dim reason$ = String.Empty
|
||||||
If result = 1 Then reason = InputBoxE("Enter a deletion reason:", "Deletion reason")
|
If setReason Then reason = InputBoxE("Enter a deletion reason:", "Deletion reason")
|
||||||
For Each user In users
|
For Each user In users
|
||||||
If user.Delete > 0 Then
|
If keepData Then
|
||||||
If result < 2 Then Settings.BlackList.ListAddValue(New UserBan(user.Name, reason), l) : b = True
|
If banUser Then Settings.BlackList.ListAddValue(New UserBan(user.Name, reason), l) : b = True
|
||||||
|
If user.IsCollection Then
|
||||||
|
With DirectCast(user, UserDataBind)
|
||||||
|
If .Count > 0 Then .Collections.ForEach(Sub(c) Settings.UsersList.Remove(DirectCast(c.Self, UserDataBase).User))
|
||||||
|
End With
|
||||||
|
Else
|
||||||
|
Settings.UsersList.Remove(DirectCast(user.Self, UserDataBase).User)
|
||||||
|
End If
|
||||||
|
Settings.Users.Remove(user)
|
||||||
|
Settings.UpdateUsersList()
|
||||||
RemoveUserFromList(user)
|
RemoveUserFromList(user)
|
||||||
removedUsers.Add(ugn(user))
|
removedUsers.Add(ugn(user))
|
||||||
|
user.Dispose()
|
||||||
Else
|
Else
|
||||||
leftUsers.Add(ugn(user))
|
If user.Delete > 0 Then
|
||||||
|
If banUser Then Settings.BlackList.ListAddValue(New UserBan(user.Name, reason), l) : b = True
|
||||||
|
RemoveUserFromList(user)
|
||||||
|
removedUsers.Add(ugn(user))
|
||||||
|
Else
|
||||||
|
leftUsers.Add(ugn(user))
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
m = New MMessage(String.Empty, "Users deleting")
|
m = New MMessage(String.Empty, "Users deleting")
|
||||||
@@ -800,7 +985,7 @@ ResumeDownloadingOperation:
|
|||||||
If Not user Is Nothing Then user.OpenFolder()
|
If Not user Is Nothing Then user.OpenFolder()
|
||||||
End Sub
|
End Sub
|
||||||
#End Region
|
#End Region
|
||||||
Friend Sub User_OnPictureUpdated(ByVal User As IUserData)
|
Friend Sub User_OnUserUpdated(ByVal User As IUserData)
|
||||||
UserListUpdate(User, False)
|
UserListUpdate(User, False)
|
||||||
End Sub
|
End Sub
|
||||||
Private _LogVisible As Boolean = False
|
Private _LogVisible As Boolean = False
|
||||||
|
|||||||
@@ -1,15 +1,24 @@
|
|||||||
Imports PersonalUtilities.Functions.XML
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports SCrawler.API
|
Imports SCrawler.API
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
Friend Module MainMod
|
Friend Module MainMod
|
||||||
Friend Settings As SettingsCLS
|
Friend Settings As SettingsCLS
|
||||||
Friend Const SettingsFolderName As String = "Settings"
|
Friend Const SettingsFolderName As String = "Settings"
|
||||||
Friend ReadOnly LinkPattern As New RegexStructure("[htps:]{0,6}[/]{0,2}(.+)", 1)
|
Friend ReadOnly LinkPattern As New RegexStructure("[htps:]{0,6}[/]{0,2}(.+)", 1)
|
||||||
Friend ReadOnly FilesPattern As New RegexStructure("[^\./]+?\.\w+", True, False, 1)
|
Friend ReadOnly FilesPattern As New RegexStructure("[^\./]+?\.\w+", True, False, 1,,,, String.Empty, EDP.ReturnValue)
|
||||||
Friend Const LVI_TempOption As String = "Temp"
|
Friend Const LVI_TempOption As String = "Temp"
|
||||||
Friend Const LVI_FavOption As String = "Favorite"
|
Friend Const LVI_FavOption As String = "Favorite"
|
||||||
Friend Const CannelsLabelName As String = "Channels"
|
Friend Const CannelsLabelName As String = "Channels"
|
||||||
Friend Const LVI_CollectionOption As String = "Collection"
|
Friend Const LVI_CollectionOption As String = "Collection"
|
||||||
|
Friend Const LVI_ChannelOption As String = "Channel"
|
||||||
Friend Enum ViewModes As Integer
|
Friend Enum ViewModes As Integer
|
||||||
IconLarge = 0
|
IconLarge = 0
|
||||||
IconSmall = 2
|
IconSmall = 2
|
||||||
@@ -39,7 +48,8 @@ Friend Module MainMod
|
|||||||
End Class
|
End Class
|
||||||
#End Region
|
#End Region
|
||||||
Friend Property MainProgress As PersonalUtilities.Forms.Toolbars.MyProgress
|
Friend Property MainProgress As PersonalUtilities.Forms.Toolbars.MyProgress
|
||||||
Friend Function GetLviGroupName(ByVal Site As Sites, ByVal Temp As Boolean, ByVal Fav As Boolean, ByVal IsCollection As Boolean) As String
|
Friend Function GetLviGroupName(ByVal Site As Sites, ByVal Temp As Boolean, ByVal Fav As Boolean,
|
||||||
|
ByVal IsCollection As Boolean, ByVal IsChannel As Boolean) As String
|
||||||
Dim Opt$ = String.Empty
|
Dim Opt$ = String.Empty
|
||||||
If Temp Then
|
If Temp Then
|
||||||
Opt = LVI_TempOption
|
Opt = LVI_TempOption
|
||||||
@@ -49,6 +59,8 @@ Friend Module MainMod
|
|||||||
If Not Opt.IsEmptyString Then Opt = $" ({Opt})"
|
If Not Opt.IsEmptyString Then Opt = $" ({Opt})"
|
||||||
If IsCollection Then
|
If IsCollection Then
|
||||||
Return $"{LVI_CollectionOption}{Opt}"
|
Return $"{LVI_CollectionOption}{Opt}"
|
||||||
|
ElseIf IsChannel Then
|
||||||
|
Return $"{LVI_ChannelOption}{Opt}"
|
||||||
Else
|
Else
|
||||||
Return $"{Site}{Opt}"
|
Return $"{Site}{Opt}"
|
||||||
End If
|
End If
|
||||||
@@ -57,32 +69,37 @@ Friend Module MainMod
|
|||||||
Undefined = 0
|
Undefined = 0
|
||||||
Reddit = 1
|
Reddit = 1
|
||||||
Twitter = 2
|
Twitter = 2
|
||||||
|
Instagram = 3
|
||||||
End Enum
|
End Enum
|
||||||
Friend Structure UserInfo : Implements IComparable(Of UserInfo), IEquatable(Of UserInfo), ICloneable
|
Friend Structure UserInfo : Implements IComparable(Of UserInfo), IEquatable(Of UserInfo), ICloneable
|
||||||
Friend Const Name_Site As String = "Site"
|
Friend Const Name_Site As String = "Site"
|
||||||
Friend Const Name_Collection As String = "Collection"
|
Friend Const Name_Collection As String = "Collection"
|
||||||
Friend Const Name_Merged As String = "Merged"
|
Friend Const Name_Merged As String = "Merged"
|
||||||
Friend Const Name_IsChannel As String = "IsChannel"
|
Friend Const Name_IsChannel As String = "IsChannel"
|
||||||
|
Friend Const Name_SpecialPath As String = "SpecialPath"
|
||||||
Friend Name As String
|
Friend Name As String
|
||||||
Friend Site As Sites
|
Friend Site As Sites
|
||||||
Friend File As SFile
|
Friend File As SFile
|
||||||
|
Friend SpecialPath As SFile
|
||||||
Friend Merged As Boolean
|
Friend Merged As Boolean
|
||||||
Friend IncludedInCollection As Boolean
|
Friend IncludedInCollection As Boolean
|
||||||
Friend CollectionName As String
|
Friend CollectionName As String
|
||||||
Friend IsChannel As Boolean
|
Friend IsChannel As Boolean
|
||||||
Friend Sub New(ByVal _Name As String, ByVal s As Sites, Optional ByVal Collection As String = Nothing,
|
Friend Sub New(ByVal _Name As String, ByVal s As Sites, Optional ByVal Collection As String = Nothing,
|
||||||
Optional ByVal _Merged As Boolean = False)
|
Optional ByVal _Merged As Boolean = False, Optional ByVal _SpecialPath As SFile = Nothing)
|
||||||
Name = _Name
|
Name = _Name
|
||||||
Site = s
|
Site = s
|
||||||
IncludedInCollection = Not Collection.IsEmptyString
|
IncludedInCollection = Not Collection.IsEmptyString
|
||||||
CollectionName = Collection
|
CollectionName = Collection
|
||||||
Merged = _Merged
|
Merged = _Merged
|
||||||
|
SpecialPath = _SpecialPath
|
||||||
UpdateUserFile()
|
UpdateUserFile()
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub New(ByVal x As EContainer)
|
Friend Sub New(ByVal x As EContainer)
|
||||||
Me.New(x.Value,
|
Me.New(x.Value,
|
||||||
x.Attribute(Name_Site).Value.FromXML(Of Integer)(CInt(Sites.Undefined)),
|
x.Attribute(Name_Site).Value.FromXML(Of Integer)(CInt(Sites.Undefined)),
|
||||||
x.Attribute(Name_Collection).Value, x.Attribute(Name_Merged).Value.FromXML(Of Boolean)(False))
|
x.Attribute(Name_Collection).Value, x.Attribute(Name_Merged).Value.FromXML(Of Boolean)(False),
|
||||||
|
SFile.GetPath(x.Attribute(Name_SpecialPath).Value))
|
||||||
IsChannel = x.Attribute(Name_IsChannel).Value.FromXML(Of Boolean)(False)
|
IsChannel = x.Attribute(Name_IsChannel).Value.FromXML(Of Boolean)(False)
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub New(ByVal c As Reddit.Channel)
|
Friend Sub New(ByVal c As Reddit.Channel)
|
||||||
@@ -115,13 +132,15 @@ Friend Module MainMod
|
|||||||
}
|
}
|
||||||
End Sub
|
End Sub
|
||||||
Private Function GetFilePathByParams() As String
|
Private Function GetFilePathByParams() As String
|
||||||
If Merged And IncludedInCollection Then
|
If Not SpecialPath.IsEmptyString Then
|
||||||
|
Return $"{SpecialPath.PathWithSeparator}{SettingsFolderName}"
|
||||||
|
ElseIf Merged And IncludedInCollection Then
|
||||||
Return $"{Settings.CollectionsPathF.PathNoSeparator}\{CollectionName}\{SettingsFolderName}"
|
Return $"{Settings.CollectionsPathF.PathNoSeparator}\{CollectionName}\{SettingsFolderName}"
|
||||||
Else
|
Else
|
||||||
If IncludedInCollection Then
|
If IncludedInCollection Then
|
||||||
Return $"{Settings.CollectionsPathF.PathNoSeparator}\{CollectionName}\{Site}_{Name}\{SettingsFolderName}"
|
Return $"{Settings.CollectionsPathF.PathNoSeparator}\{CollectionName}\{Site}_{Name}\{SettingsFolderName}"
|
||||||
Else
|
Else
|
||||||
Return $"{Settings.Site(Site).Path.PathNoSeparator}\{Name}\{SettingsFolderName}"
|
Return $"{Settings(Site).Path.PathNoSeparator}\{Name}\{SettingsFolderName}"
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
@@ -129,7 +148,8 @@ Friend Module MainMod
|
|||||||
Return New EContainer("User", Name, {New EAttribute(Name_Site, CInt(Site)),
|
Return New EContainer("User", Name, {New EAttribute(Name_Site, CInt(Site)),
|
||||||
New EAttribute(Name_Collection, CollectionName),
|
New EAttribute(Name_Collection, CollectionName),
|
||||||
New EAttribute(Name_Merged, Merged.BoolToInteger),
|
New EAttribute(Name_Merged, Merged.BoolToInteger),
|
||||||
New EAttribute(Name_IsChannel, IsChannel.BoolToInteger)})
|
New EAttribute(Name_IsChannel, IsChannel.BoolToInteger),
|
||||||
|
New EAttribute(Name_SpecialPath, SpecialPath.PathWithSeparator)})
|
||||||
End Function
|
End Function
|
||||||
Friend Function CompareTo(ByVal Other As UserInfo) As Integer Implements IComparable(Of UserInfo).CompareTo
|
Friend Function CompareTo(ByVal Other As UserInfo) As Integer Implements IComparable(Of UserInfo).CompareTo
|
||||||
If Site = Other.Site Then
|
If Site = Other.Site Then
|
||||||
@@ -149,9 +169,11 @@ Friend Module MainMod
|
|||||||
.Name = Name,
|
.Name = Name,
|
||||||
.Site = Site,
|
.Site = Site,
|
||||||
.File = File,
|
.File = File,
|
||||||
|
.SpecialPath = SpecialPath,
|
||||||
.Merged = Merged,
|
.Merged = Merged,
|
||||||
.IncludedInCollection = IncludedInCollection,
|
.IncludedInCollection = IncludedInCollection,
|
||||||
.CollectionName = CollectionName
|
.CollectionName = CollectionName,
|
||||||
|
.IsChannel = IsChannel
|
||||||
}
|
}
|
||||||
End Function
|
End Function
|
||||||
End Structure
|
End Structure
|
||||||
@@ -163,9 +185,9 @@ Friend Module MainMod
|
|||||||
Friend Sub ImageHandler(ByVal User As IUserData, ByVal Add As Boolean)
|
Friend Sub ImageHandler(ByVal User As IUserData, ByVal Add As Boolean)
|
||||||
Try
|
Try
|
||||||
If Add Then
|
If Add Then
|
||||||
AddHandler User.OnPictureUpdated, AddressOf MainFrame.User_OnPictureUpdated
|
AddHandler User.Self.OnUserUpdated, AddressOf MainFrame.User_OnUserUpdated
|
||||||
Else
|
Else
|
||||||
RemoveHandler User.OnPictureUpdated, AddressOf MainFrame.User_OnPictureUpdated
|
RemoveHandler User.Self.OnUserUpdated, AddressOf MainFrame.User_OnUserUpdated
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
End Try
|
End Try
|
||||||
@@ -199,62 +221,88 @@ Friend Module MainMod
|
|||||||
Friend Function DownloadVideoByURL(ByVal URL As String, ByVal AskForPath As Boolean, ByVal Silent As Boolean) As Boolean
|
Friend Function DownloadVideoByURL(ByVal URL As String, ByVal AskForPath As Boolean, ByVal Silent As Boolean) As Boolean
|
||||||
Dim e As New ErrorsDescriber(Not Silent, Not Silent, True, False)
|
Dim e As New ErrorsDescriber(Not Silent, Not Silent, True, False)
|
||||||
Try
|
Try
|
||||||
|
Dim Result As Boolean = False
|
||||||
If Not URL.IsEmptyString Then
|
If Not URL.IsEmptyString Then
|
||||||
Dim u As UserMedia = Nothing
|
Dim um As IEnumerable(Of UserMedia) = Nothing
|
||||||
|
Dim site As Sites
|
||||||
If URL.Contains("twitter") Then
|
If URL.Contains("twitter") Then
|
||||||
u = Twitter.UserData.GetVideoInfo(URL)
|
um = Twitter.UserData.GetVideoInfo(URL)
|
||||||
|
site = Sites.Twitter
|
||||||
ElseIf URL.Contains("redgifs") Then
|
ElseIf URL.Contains("redgifs") Then
|
||||||
u = Reddit.UserData.GetVideoInfo(URL)
|
um = Reddit.UserData.GetVideoInfo(URL)
|
||||||
|
site = Sites.Reddit
|
||||||
|
ElseIf URL.Contains("instagram.com") Then
|
||||||
|
um = Instagram.UserData.GetVideoInfo(URL)
|
||||||
|
site = Sites.Instagram
|
||||||
Else
|
Else
|
||||||
MsgBoxE("Site of video URL does not recognized" & vbCr & "Operation canceled", MsgBoxStyle.Exclamation, e)
|
MsgBoxE("Site of video URL does not recognized" & vbCr & "Operation canceled", MsgBoxStyle.Exclamation, e)
|
||||||
Return False
|
Return False
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If Not u.URL.IsEmptyString Or Not u.URL_BASE.IsEmptyString Then
|
If um.ListExists Then
|
||||||
Dim f As SFile = u.File
|
Dim f As SFile, ff As SFile
|
||||||
If f.Name.IsEmptyString Then f.Name = $"video_{u.Post.ID}"
|
For Each u As UserMedia In um
|
||||||
If f.Extension.IsEmptyString Then f.Extension = "mp4"
|
If Not u.URL.IsEmptyString Or Not u.URL_BASE.IsEmptyString Then
|
||||||
If Not Settings.LatestSavingPath.IsEmptyString And
|
f = u.File
|
||||||
Settings.LatestSavingPath.Value.Exists(SFO.Path, False) Then f.Path = Settings.LatestSavingPath.Value
|
If f.Name.IsEmptyString Then f.Name = $"video_{u.Post.ID}"
|
||||||
If AskForPath OrElse Not f.Exists(SFO.Path, False) Then
|
If f.Extension.IsEmptyString Then f.Extension = "mp4"
|
||||||
|
If Not Settings.LatestSavingPath.IsEmptyString And
|
||||||
|
Settings.LatestSavingPath.Value.Exists(SFO.Path, False) Then f.Path = Settings.LatestSavingPath.Value
|
||||||
|
If AskForPath OrElse Not f.Exists(SFO.Path, False) Then
|
||||||
#Disable Warning BC40000
|
#Disable Warning BC40000
|
||||||
f = SFile.SaveAs(f, "Video file destination", True, "mp4", "Video|*.mp4|All files|*.*", EDP.ReturnValue)
|
If site = Sites.Instagram Then
|
||||||
#Enable Warning
|
ff = SFile.SaveAs(f, "Instagram files destination",,,, EDP.ReturnValue)
|
||||||
End If
|
If Not ff.IsEmptyString Then
|
||||||
If Not f.IsEmptyString Then
|
f.Path = ff.Path
|
||||||
Settings.LatestSavingPath.Value = f.PathWithSeparator
|
Else
|
||||||
Dim dURL$
|
f = Nothing
|
||||||
Dim FileDownloaded As Boolean = False
|
End If
|
||||||
Using w As New Net.WebClient
|
Else
|
||||||
For i% = 0 To 1
|
f = SFile.SaveAs(f, "Video file destination", True, "mp4", "Video|*.mp4|All files|*.*", EDP.ReturnValue)
|
||||||
If i = 0 Then dURL = u.URL Else dURL = u.URL_BASE
|
|
||||||
If Not dURL.IsEmptyString Then
|
|
||||||
Try
|
|
||||||
w.DownloadFile(dURL, f)
|
|
||||||
FileDownloaded = True
|
|
||||||
Exit For
|
|
||||||
Catch wex As Exception
|
|
||||||
ErrorsDescriber.Execute(EDP.SendInLog, wex, "DownloadVideoByURL")
|
|
||||||
End Try
|
|
||||||
End If
|
End If
|
||||||
Next
|
#Enable Warning
|
||||||
End Using
|
AskForPath = False
|
||||||
If FileDownloaded Then
|
End If
|
||||||
MsgBoxE($"File downloaded to [{f}]",, e)
|
If Not f.IsEmptyString Then
|
||||||
Return True
|
Settings.LatestSavingPath.Value = f.PathWithSeparator
|
||||||
|
Dim dURL$
|
||||||
|
Dim FileDownloaded As Boolean = False
|
||||||
|
Using w As New Net.WebClient
|
||||||
|
For i% = 0 To 1
|
||||||
|
If i = 0 Then dURL = u.URL Else dURL = u.URL_BASE
|
||||||
|
If Not dURL.IsEmptyString Then
|
||||||
|
Try
|
||||||
|
w.DownloadFile(dURL, f)
|
||||||
|
FileDownloaded = True
|
||||||
|
Exit For
|
||||||
|
Catch wex As Exception
|
||||||
|
ErrorsDescriber.Execute(EDP.SendInLog, wex, "DownloadVideoByURL")
|
||||||
|
End Try
|
||||||
|
End If
|
||||||
|
Next
|
||||||
|
End Using
|
||||||
|
If FileDownloaded Then
|
||||||
|
If um.Count = 1 Then
|
||||||
|
MsgBoxE($"File downloaded to [{f}]",, e)
|
||||||
|
Return True
|
||||||
|
Else
|
||||||
|
Result = True
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
If um.Count = 1 Then MsgBoxE("File does not downloaded", MsgBoxStyle.Critical, e)
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
If um.Count = 1 Then MsgBoxE("File destination does not pointed" & vbCr & "Operation canceled",, e)
|
||||||
|
End If
|
||||||
Else
|
Else
|
||||||
MsgBoxE("File does not downloaded", MsgBoxStyle.Critical, e)
|
If um.Count = 1 Then MsgBoxE("File URL does not found!", MsgBoxStyle.Critical, e)
|
||||||
End If
|
End If
|
||||||
Else
|
Next
|
||||||
MsgBoxE("File destination does not pointed" & vbCr & "Operation canceled",, e)
|
|
||||||
End If
|
|
||||||
Else
|
|
||||||
MsgBoxE("File URL does not found!", MsgBoxStyle.Critical, e)
|
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
MsgBoxE("URL is empty", MsgBoxStyle.Exclamation, e)
|
MsgBoxE("URL is empty", MsgBoxStyle.Exclamation, e)
|
||||||
End If
|
End If
|
||||||
Return False
|
Return Result
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
Return ErrorsDescriber.Execute(e, ex, "Downloading video by URL error", False)
|
Return ErrorsDescriber.Execute(e, ex, "Downloading video by URL error", False)
|
||||||
End Try
|
End Try
|
||||||
|
|||||||
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' by using the '*' as shown below:
|
' by using the '*' as shown below:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("1.0.0.2")>
|
<Assembly: AssemblyVersion("2.0.0.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.2")>
|
<Assembly: AssemblyFileVersion("2.0.0.0")>
|
||||||
<Assembly: NeutralResourcesLanguage("en")>
|
<Assembly: NeutralResourcesLanguage("en")>
|
||||||
|
|||||||
50
SCrawler/My Project/Resources.Designer.vb
generated
50
SCrawler/My Project/Resources.Designer.vb
generated
@@ -60,6 +60,16 @@ Namespace My.Resources
|
|||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property BookmarkBlack_16() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("BookmarkBlack_16", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -110,6 +120,26 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property InstagramIcon() As System.Drawing.Icon
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("InstagramIcon", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Icon)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property InstagramPic76() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("InstagramPic76", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -210,6 +240,16 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property SettingsPic_16() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("SettingsPic_16", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@@ -239,5 +279,15 @@ Namespace My.Resources
|
|||||||
Return CType(obj,System.Drawing.Icon)
|
Return CType(obj,System.Drawing.Icon)
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
'''</summary>
|
||||||
|
Friend ReadOnly Property TwitterPic400() As System.Drawing.Bitmap
|
||||||
|
Get
|
||||||
|
Dim obj As Object = ResourceManager.GetObject("TwitterPic400", resourceCulture)
|
||||||
|
Return CType(obj,System.Drawing.Bitmap)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
End Module
|
End Module
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|||||||
@@ -118,17 +118,14 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="GlobeBlue_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Content\Pictures\GlobeBlue_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="StarPic_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="StarPic_24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\StarPic_24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\StarPic_24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PrevPIC2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="PrevPIC2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\PrevPIC2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\PrevPIC2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PicturePic_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="PencilPic_01_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\PicturePic_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\PencilPic_01_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NextPIC2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="NextPIC2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\NextPIC2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\NextPIC2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
@@ -136,40 +133,58 @@
|
|||||||
<data name="Folder_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Folder_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\Folder_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\Folder_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PencilPic_01_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="TwitterPic400" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\PencilPic_01_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\TwitterPic400.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PlusPIC" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="PlusPIC" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\PlusPIC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\PlusPIC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="TwitterIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Icons\TwitterIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="SettingsPic_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Pictures\SettingsPic_16.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="Delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\Delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\Delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="InfoPic_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="InfoPic_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\InfoPic_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\InfoPic_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="InstagramIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Icons\InstagramIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="GlobeBlue_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Pictures\GlobeBlue_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="PicturePic_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Pictures\PicturePic_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="Refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Refresh" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\Refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\Refresh.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="DBPic_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Content\Pictures\DBPic_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="RedditIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="RedditIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Icons\RedditIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Icons\RedditIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="InstagramPic76" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Pictures\InstagramPic76.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="Rainbow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Rainbow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Icons\Rainbow.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Icons\Rainbow.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Pin_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Pin_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\Pin_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\Pin_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="StartPic_01_Green_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Content\Pictures\StartPic_01_Green_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="RedditPic512" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="RedditPic512" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Pictures\RedditPic512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\RedditPic512.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="TwitterIcon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="DBPic_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Content\Icons\TwitterIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Content\Pictures\DBPic_32.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="StartPic_01_Green_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Pictures\StartPic_01_Green_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="BookmarkBlack_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Content\Pictures\BookmarkBlack_16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||||
<Deterministic>true</Deterministic>
|
<Deterministic>true</Deterministic>
|
||||||
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
<PublishUrl>publish\</PublishUrl>
|
<PublishUrl>publish\</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Disk</InstallFrom>
|
<InstallFrom>Disk</InstallFrom>
|
||||||
@@ -26,7 +27,6 @@
|
|||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -133,13 +133,18 @@
|
|||||||
<Import Include="System.Threading.Tasks" />
|
<Import Include="System.Threading.Tasks" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="API\Base\Declarations.vb" />
|
||||||
<Compile Include="API\Base\SiteSettings.vb" />
|
<Compile Include="API\Base\SiteSettings.vb" />
|
||||||
<Compile Include="API\Base\Structures.vb" />
|
<Compile Include="API\Base\Structures.vb" />
|
||||||
<Compile Include="API\Base\UserDataBase.vb" />
|
<Compile Include="API\Base\UserDataBase.vb" />
|
||||||
|
<Compile Include="API\Imgur\Envir.vb" />
|
||||||
|
<Compile Include="API\Instagram\Declarations.vb" />
|
||||||
|
<Compile Include="API\Instagram\UserData.vb" />
|
||||||
<Compile Include="API\Reddit\Channel.vb" />
|
<Compile Include="API\Reddit\Channel.vb" />
|
||||||
<Compile Include="API\Reddit\ChannelsCollection.vb" />
|
<Compile Include="API\Reddit\ChannelsCollection.vb" />
|
||||||
<Compile Include="API\Reddit\Declarations.vb" />
|
<Compile Include="API\Reddit\Declarations.vb" />
|
||||||
<Compile Include="API\Reddit\M3U8.vb" />
|
<Compile Include="API\Reddit\M3U8.vb" />
|
||||||
|
<Compile Include="API\Reddit\ProfileSaved.vb" />
|
||||||
<Compile Include="API\Reddit\UserData.vb" />
|
<Compile Include="API\Reddit\UserData.vb" />
|
||||||
<Compile Include="API\Twitter\Declarations.vb" />
|
<Compile Include="API\Twitter\Declarations.vb" />
|
||||||
<Compile Include="API\Twitter\UserData.vb" />
|
<Compile Include="API\Twitter\UserData.vb" />
|
||||||
@@ -174,16 +179,16 @@
|
|||||||
<Compile Include="Editors\LabelsForm.vb">
|
<Compile Include="Editors\LabelsForm.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Editors\RedditEditorForm.Designer.vb">
|
<Compile Include="Editors\SiteSelectionForm.Designer.vb">
|
||||||
<DependentUpon>RedditEditorForm.vb</DependentUpon>
|
<DependentUpon>SiteSelectionForm.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Editors\RedditEditorForm.vb">
|
<Compile Include="Editors\SiteSelectionForm.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Editors\TwitterEditorForm.Designer.vb">
|
<Compile Include="Editors\SiteEditorForm.Designer.vb">
|
||||||
<DependentUpon>TwitterEditorForm.vb</DependentUpon>
|
<DependentUpon>SiteEditorForm.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Editors\TwitterEditorForm.vb">
|
<Compile Include="Editors\SiteEditorForm.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Editors\UserCreatorForm.Designer.vb">
|
<Compile Include="Editors\UserCreatorForm.Designer.vb">
|
||||||
@@ -244,11 +249,11 @@
|
|||||||
<EmbeddedResource Include="Editors\LabelsForm.resx">
|
<EmbeddedResource Include="Editors\LabelsForm.resx">
|
||||||
<DependentUpon>LabelsForm.vb</DependentUpon>
|
<DependentUpon>LabelsForm.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Editors\RedditEditorForm.resx">
|
<EmbeddedResource Include="Editors\SiteSelectionForm.resx">
|
||||||
<DependentUpon>RedditEditorForm.vb</DependentUpon>
|
<DependentUpon>SiteSelectionForm.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Editors\TwitterEditorForm.resx">
|
<EmbeddedResource Include="Editors\SiteEditorForm.resx">
|
||||||
<DependentUpon>TwitterEditorForm.vb</DependentUpon>
|
<DependentUpon>SiteEditorForm.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Editors\UserCreatorForm.resx">
|
<EmbeddedResource Include="Editors\UserCreatorForm.resx">
|
||||||
<DependentUpon>UserCreatorForm.vb</DependentUpon>
|
<DependentUpon>UserCreatorForm.vb</DependentUpon>
|
||||||
@@ -267,6 +272,7 @@
|
|||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include=".editorconfig" />
|
||||||
<None Include="My Project\app.manifest" />
|
<None Include="My Project\app.manifest" />
|
||||||
<None Include="My Project\Application.myapp">
|
<None Include="My Project\Application.myapp">
|
||||||
<Generator>MyApplicationCodeGenerator</Generator>
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||||||
@@ -286,6 +292,11 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="Content\Icons\InstagramIcon.ico" />
|
||||||
|
<None Include="Content\Pictures\SettingsPic_16.bmp" />
|
||||||
|
<None Include="Content\Pictures\TwitterPic400.png" />
|
||||||
|
<None Include="Content\Pictures\InstagramPic76.png" />
|
||||||
|
<None Include="Content\Pictures\BookmarkBlack_16.png" />
|
||||||
<Content Include="ffmpeg.exe">
|
<Content Include="ffmpeg.exe">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
@@ -1,9 +1,19 @@
|
|||||||
Imports PersonalUtilities.Functions.XML
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Functions.XML
|
||||||
Imports PersonalUtilities.Functions.XML.Base
|
Imports PersonalUtilities.Functions.XML.Base
|
||||||
Imports SCrawler.API
|
Imports SCrawler.API
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
Friend Class SettingsCLS : Implements IDisposable
|
Friend Class SettingsCLS : Implements IDisposable
|
||||||
Friend Const DefaultMaxDownloadingTasks As Integer = 5
|
Friend Const DefaultMaxDownloadingTasks As Integer = 5
|
||||||
|
Friend Const Name_Node_Sites As String = "Sites"
|
||||||
|
Private Const SitesValuesSeparator As String = ","
|
||||||
Friend ReadOnly Design As XmlFile
|
Friend ReadOnly Design As XmlFile
|
||||||
Private ReadOnly MyXML As XmlFile
|
Private ReadOnly MyXML As XmlFile
|
||||||
Friend ReadOnly OS64 As Boolean
|
Friend ReadOnly OS64 As Boolean
|
||||||
@@ -27,8 +37,7 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
FfmpegFile = "ffmpeg.exe"
|
FfmpegFile = "ffmpeg.exe"
|
||||||
FfmpegExists = FfmpegFile.Exists
|
FfmpegExists = FfmpegFile.Exists
|
||||||
If OS64 And Not FfmpegExists Then MsgBoxE("[ffmpeg.exe] is missing", vbExclamation)
|
If OS64 And Not FfmpegExists Then MsgBoxE("[ffmpeg.exe] is missing", vbExclamation)
|
||||||
Design = New XmlFile("Settings\Design.xml")
|
Design = New XmlFile("Settings\Design.xml", Protector.Modes.All)
|
||||||
Design.DefaultsLoading(False)
|
|
||||||
MyXML = New XmlFile(Nothing) With {.AutoUpdateFile = True}
|
MyXML = New XmlFile(Nothing) With {.AutoUpdateFile = True}
|
||||||
Users = New List(Of IUserData)
|
Users = New List(Of IUserData)
|
||||||
UsersList = New List(Of UserInfo)
|
UsersList = New List(Of UserInfo)
|
||||||
@@ -36,24 +45,25 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
|
|
||||||
GlobalPath = New XMLValue(Of SFile)("GlobalPath", New SFile($"{SFile.GetPath(Application.StartupPath).PathWithSeparator}Data\"), MyXML,,
|
GlobalPath = New XMLValue(Of SFile)("GlobalPath", New SFile($"{SFile.GetPath(Application.StartupPath).PathWithSeparator}Data\"), MyXML,,
|
||||||
XMLValue(Of SFile).ToFilePath)
|
XMLValue(Of SFile).ToFilePath)
|
||||||
MySites = New Dictionary(Of Sites, SiteSettings) From {
|
|
||||||
{Sites.Reddit, New SiteSettings(Sites.Reddit, MyXML, GlobalPath.Value)},
|
|
||||||
{Sites.Twitter, New SiteSettings(Sites.Twitter, MyXML, GlobalPath.Value)}
|
|
||||||
}
|
|
||||||
MySites(Sites.Reddit).Responser.Decoders.Add(SymbolsConverter.Converters.Unicode)
|
|
||||||
|
|
||||||
SeparateVideoFolder = New XMLValue(Of Boolean)("SeparateVideoFolder", True, MyXML)
|
SeparateVideoFolder = New XMLValue(Of Boolean)("SeparateVideoFolder", True, MyXML)
|
||||||
CollectionsPath = New XMLValue(Of String)("CollectionsPath", "Collections", MyXML)
|
CollectionsPath = New XMLValue(Of String)("CollectionsPath", "Collections", MyXML)
|
||||||
MaxUsersJobsCount = New XMLValue(Of Integer)("MaxUsersJobsCount", DefaultMaxDownloadingTasks, MyXML)
|
|
||||||
|
|
||||||
DefaultTemporary = New XMLValue(Of Boolean)("DefaultTemporary", False, MyXML)
|
Dim n() As String = {"Defaults"}
|
||||||
DefaultDownloadImages = New XMLValue(Of Boolean)("DefaultDownloadImages", True, MyXML)
|
DefaultTemporary = New XMLValue(Of Boolean)("Temporary", False, MyXML, n)
|
||||||
DefaultDownloadVideos = New XMLValue(Of Boolean)("DefaultDownloadVideos", True, MyXML)
|
DefaultTemporary.ReplaceByValue("DefaultTemporary")
|
||||||
|
DefaultDownloadImages = New XMLValue(Of Boolean)("DownloadImages", True, MyXML, n)
|
||||||
|
DefaultDownloadImages.ReplaceByValue("DefaultDownloadImages")
|
||||||
|
DefaultDownloadVideos = New XMLValue(Of Boolean)("DownloadVideos", True, MyXML, n)
|
||||||
|
DefaultDownloadVideos.ReplaceByValue("DefaultDownloadVideos")
|
||||||
|
ChangeReadyForDownOnTempChange = New XMLValue(Of Boolean)("ChangeReadyForDownOnTempChange", True, MyXML, n)
|
||||||
|
|
||||||
FileAddDateToFileName = New XMLValue(Of Boolean)("FileAddDateToFileName", False, MyXML) With {.OnChangeFunction = AddressOf ChangeDateProvider}
|
MySites = New Dictionary(Of Sites, SiteSettings) From {
|
||||||
FileAddTimeToFileName = New XMLValue(Of Boolean)("FileAddTimeToFileName", False, MyXML) With {.OnChangeFunction = AddressOf ChangeDateProvider}
|
{Sites.Reddit, New SiteSettings(Sites.Reddit, MyXML, GlobalPath.Value, DefaultTemporary, DefaultDownloadImages, DefaultDownloadVideos)},
|
||||||
FileDateTimePositionEnd = New XMLValue(Of Boolean)("FileDateTimePositionEnd", True, MyXML) With {.OnChangeFunction = AddressOf ChangeDateProvider}
|
{Sites.Twitter, New SiteSettings(Sites.Twitter, MyXML, GlobalPath.Value, DefaultTemporary, DefaultDownloadImages, DefaultDownloadVideos)},
|
||||||
FileReplaceNameByDate = New XMLValue(Of Boolean)("FileReplaceNameByDate", False, MyXML)
|
{Sites.Instagram, New SiteSettings(Sites.Instagram, MyXML, GlobalPath.Value, DefaultTemporary, DefaultDownloadImages, DefaultDownloadVideos)}
|
||||||
|
}
|
||||||
|
MySites(Sites.Reddit).Responser.Decoders.Add(SymbolsConverter.Converters.Unicode)
|
||||||
|
|
||||||
MaxLargeImageHeigh = New XMLValue(Of Integer)("MaxLargeImageHeigh", 150, MyXML)
|
MaxLargeImageHeigh = New XMLValue(Of Integer)("MaxLargeImageHeigh", 150, MyXML)
|
||||||
MaxSmallImageHeigh = New XMLValue(Of Integer)("MaxSmallImageHeigh", 15, MyXML)
|
MaxSmallImageHeigh = New XMLValue(Of Integer)("MaxSmallImageHeigh", 15, MyXML)
|
||||||
@@ -65,26 +75,59 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
LatestSelectedLabels = New XMLValue(Of String)("LatestSelectedLabels",, MyXML)
|
LatestSelectedLabels = New XMLValue(Of String)("LatestSelectedLabels",, MyXML)
|
||||||
LatestSelectedChannel = New XMLValue(Of String)("LatestSelectedChannel",, MyXML)
|
LatestSelectedChannel = New XMLValue(Of String)("LatestSelectedChannel",, MyXML)
|
||||||
|
|
||||||
ChannelsImagesRows = New XMLValue(Of Integer)("ChannelsImagesRows", 2, MyXML)
|
XMLSelectedSites = New XMLValue(Of String)("SelectedSites", String.Empty, MyXML, {Name_Node_Sites})
|
||||||
ChannelsImagesColumns = New XMLValue(Of Integer)("ChannelsImagesColumns", 5, MyXML)
|
If Not XMLSelectedSites.IsEmptyString Then
|
||||||
ChannelsHideExistsUser = New XMLValue(Of Boolean)("ChannelsHideExistsUser", True, MyXML)
|
_SelectedSites = XMLSelectedSites.Value.StringToList(Of Sites)(SitesValuesSeparator)
|
||||||
ChannelsMaxJobsCount = New XMLValue(Of Integer)("ChannelsMaxJobsCount", DefaultMaxDownloadingTasks, MyXML)
|
End If
|
||||||
FromChannelDownloadTop = New XMLValue(Of Integer)("FromChannelDownloadTop", 10, MyXML)
|
If _SelectedSites Is Nothing Then _SelectedSites = New List(Of Sites)
|
||||||
FromChannelDownloadTopUse = New XMLValue(Of Boolean)("FromChannelDownloadTopUse", False, MyXML)
|
|
||||||
FromChannelCopyImageToUser = New XMLValue(Of Boolean)("FromChannelCopyImageToUser", True, MyXML)
|
ImgurClientID = New XMLValue(Of String)("ImgurClientID", String.Empty, MyXML, {Name_Node_Sites})
|
||||||
|
|
||||||
|
n = {Name_Node_Sites, "Channels"}
|
||||||
|
ChannelsDefaultReadyForDownload = New XMLValue(Of Boolean)("ChannelsDefaultReadyForDownload", False, MyXML, n)
|
||||||
|
ChannelsDefaultTemporary = New XMLValue(Of Boolean)("ChannelsDefaultTemporary", True, MyXML, n)
|
||||||
|
ChannelsRegularCheckMD5 = New XMLValue(Of Boolean)("ChannelsRegularCheckMD5", False, MyXML, n)
|
||||||
|
ChannelsImagesRows = New XMLValue(Of Integer)("ImagesRows", 2, MyXML, n)
|
||||||
|
ChannelsImagesRows.ReplaceByValue("ChannelsImagesRows")
|
||||||
|
ChannelsImagesColumns = New XMLValue(Of Integer)("ImagesColumns", 5, MyXML, n)
|
||||||
|
ChannelsImagesColumns.ReplaceByValue("ChannelsImagesColumns")
|
||||||
|
ChannelsHideExistsUser = New XMLValue(Of Boolean)("HideExistsUser", True, MyXML, n)
|
||||||
|
ChannelsHideExistsUser.ReplaceByValue("ChannelsHideExistsUser")
|
||||||
|
ChannelsMaxJobsCount = New XMLValue(Of Integer)("MaxJobsCount", DefaultMaxDownloadingTasks, MyXML, n)
|
||||||
|
ChannelsMaxJobsCount.ReplaceByValue("ChannelsMaxJobsCount")
|
||||||
|
|
||||||
|
n = {"Users"}
|
||||||
|
FromChannelDownloadTop = New XMLValue(Of Integer)("FromChannelDownloadTop", 10, MyXML, n)
|
||||||
|
FromChannelDownloadTop.ReplaceByValue("FromChannelDownloadTop")
|
||||||
|
FromChannelDownloadTopUse = New XMLValue(Of Boolean)("FromChannelDownloadTopUse", False, MyXML, n)
|
||||||
|
FromChannelDownloadTopUse.ReplaceByValue("FromChannelDownloadTopUse")
|
||||||
|
FromChannelCopyImageToUser = New XMLValue(Of Boolean)("FromChannelCopyImageToUser", True, MyXML, n)
|
||||||
|
FromChannelCopyImageToUser.ReplaceByValue("FromChannelCopyImageToUser")
|
||||||
|
|
||||||
|
n = {"Users", "FileName"}
|
||||||
|
MaxUsersJobsCount = New XMLValue(Of Integer)("MaxJobsCount", DefaultMaxDownloadingTasks, MyXML, n)
|
||||||
|
MaxUsersJobsCount.ReplaceByValue("MaxUsersJobsCount")
|
||||||
|
FileAddDateToFileName = New XMLValue(Of Boolean)("FileAddDateToFileName", False, MyXML, n) With {.OnChangeFunction = AddressOf ChangeDateProvider}
|
||||||
|
FileAddDateToFileName.ReplaceByValue("FileAddDateToFileName")
|
||||||
|
FileAddTimeToFileName = New XMLValue(Of Boolean)("FileAddTimeToFileName", False, MyXML, n) With {.OnChangeFunction = AddressOf ChangeDateProvider}
|
||||||
|
FileAddTimeToFileName.ReplaceByValue("FileAddTimeToFileName")
|
||||||
|
FileDateTimePositionEnd = New XMLValue(Of Boolean)("FileDateTimePositionEnd", True, MyXML, n) With {.OnChangeFunction = AddressOf ChangeDateProvider}
|
||||||
|
FileDateTimePositionEnd.ReplaceByValue("FileDateTimePositionEnd")
|
||||||
|
FileReplaceNameByDate = New XMLValue(Of Boolean)("FileReplaceNameByDate", False, MyXML, n)
|
||||||
|
FileReplaceNameByDate.ReplaceByValue("FileReplaceNameByDate")
|
||||||
|
|
||||||
CheckUpdatesAtStart = New XMLValue(Of Boolean)("CheckUpdatesAtStart", True, MyXML)
|
CheckUpdatesAtStart = New XMLValue(Of Boolean)("CheckUpdatesAtStart", True, MyXML)
|
||||||
ShowNewVersionNotification = New XMLValue(Of Boolean)("ShowNewVersionNotification", True, MyXML)
|
ShowNewVersionNotification = New XMLValue(Of Boolean)("ShowNewVersionNotification", True, MyXML)
|
||||||
LatestVersion = New XMLValue(Of String)("LatestVersion", String.Empty, MyXML)
|
LatestVersion = New XMLValue(Of String)("LatestVersion", String.Empty, MyXML)
|
||||||
|
|
||||||
MyXML.DefaultsLoading(False)
|
If MyXML.ChangesDetected Then MyXML.Sort() : MyXML.UpdateData()
|
||||||
If MyXML.ChangesDetected Then MyXML.UpdateData()
|
|
||||||
Labels = New LabelsKeeper
|
Labels = New LabelsKeeper
|
||||||
If Not LatestSelectedLabels.IsEmptyString Then Labels.CurrentSelection.ListAddList(LatestSelectedLabels.Value.StringToList(Of String, List(Of String))("|"))
|
If Not LatestSelectedLabels.IsEmptyString Then Labels.CurrentSelection.ListAddList(LatestSelectedLabels.Value.StringToList(Of String, List(Of String))("|"))
|
||||||
If BlackListFile.Exists Then
|
If BlackListFile.Exists Then
|
||||||
BlackList.ListAddList(IO.File.ReadAllLines(BlackListFile), LAP.NotContainsOnly)
|
BlackList.ListAddList(IO.File.ReadAllLines(BlackListFile), LAP.NotContainsOnly)
|
||||||
If BlackList.Count > 0 Then BlackList.RemoveAll(Function(b) Not b.Exists)
|
If BlackList.Count > 0 Then BlackList.RemoveAll(Function(b) Not b.Exists)
|
||||||
End If
|
End If
|
||||||
|
_UpdatesSuspended = False
|
||||||
ChangeDateProvider(Nothing, Nothing, Nothing)
|
ChangeDateProvider(Nothing, Nothing, Nothing)
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub ChangeDateProvider(ByVal Sender As Object, ByVal Name As String, ByVal Value As Object)
|
Private Sub ChangeDateProvider(ByVal Sender As Object, ByVal Name As String, ByVal Value As Object)
|
||||||
@@ -100,23 +143,31 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
Try
|
Try
|
||||||
Users.Clear()
|
Users.Clear()
|
||||||
If UsersSettingsFile.Exists Then
|
If UsersSettingsFile.Exists Then
|
||||||
Using x As New XmlFile(UsersSettingsFile, ProtectionLevels.All, False) With {.AllowSameNames = True}
|
Using x As New XmlFile(UsersSettingsFile, Protector.Modes.All, False) With {.AllowSameNames = True}
|
||||||
x.LoadData()
|
x.LoadData()
|
||||||
x.DefaultsLoading(False)
|
|
||||||
If x.Count > 0 Then x.ForEach(Sub(xx) UsersList.Add(xx))
|
If x.Count > 0 Then x.ForEach(Sub(xx) UsersList.Add(xx))
|
||||||
End Using
|
End Using
|
||||||
Dim PNC As Func(Of UserInfo, Boolean) = Function(u) Not u.IncludedInCollection
|
Dim PNC As Func(Of UserInfo, Boolean) = Function(u) Not u.IncludedInCollection
|
||||||
|
Dim NeedUpdate As Boolean = False
|
||||||
If UsersList.Count > 0 Then
|
If UsersList.Count > 0 Then
|
||||||
Dim cUsers As List(Of UserInfo) = UsersList.Where(Function(u) u.IncludedInCollection).ToList
|
Dim cUsers As List(Of UserInfo) = UsersList.Where(Function(u) u.IncludedInCollection).ToList
|
||||||
If cUsers.ListExists Then
|
If cUsers.ListExists Then
|
||||||
Dim d As New Dictionary(Of SFile, List(Of UserInfo))
|
Dim d As New Dictionary(Of SFile, List(Of UserInfo))
|
||||||
cUsers = cUsers.ListForEachCopy(Of List(Of UserInfo))(Function(ByVal f As UserInfo, ByVal f_indx As Integer) As UserInfo
|
cUsers = cUsers.ListForEachCopy(Of List(Of UserInfo))(Function(ByVal f As UserInfo, ByVal f_indx As Integer) As UserInfo
|
||||||
If Not d.ContainsKey(f.File.CutPath(2).Path) Then
|
Dim m% = IIf(f.Merged, 1, 2)
|
||||||
d.Add(f.File.CutPath(2).Path, New List(Of UserInfo) From {f})
|
If SFile.GetPath(f.File.CutPath(m - 1).Path).Exists(SFO.Path, False) Then
|
||||||
|
Dim fp As SFile = SFile.GetPath(f.File.CutPath(m).Path)
|
||||||
|
If Not d.ContainsKey(fp) Then
|
||||||
|
d.Add(fp, New List(Of UserInfo) From {f})
|
||||||
|
Else
|
||||||
|
d(f.File.CutPath(m).Path).Add(f)
|
||||||
|
End If
|
||||||
|
Return f
|
||||||
Else
|
Else
|
||||||
d(f.File.CutPath(2).Path).Add(f)
|
NeedUpdate = True
|
||||||
|
UsersList.Remove(f)
|
||||||
|
Return Nothing
|
||||||
End If
|
End If
|
||||||
Return f
|
|
||||||
End Function, True)
|
End Function, True)
|
||||||
Dim v%
|
Dim v%
|
||||||
If d.Count > 0 Then
|
If d.Count > 0 Then
|
||||||
@@ -138,8 +189,8 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
t.Clear()
|
t.Clear()
|
||||||
Dim du As List(Of UserInfo) = (From u As IUserData In Users
|
Dim du As List(Of UserInfo) = (From u As IUserData In Users
|
||||||
Where Not u.IsCollection AndAlso Not u.FileExists
|
Where Not u.IsCollection AndAlso Not u.FileExists
|
||||||
Select DirectCast(u, UserDataBase).User).ToList
|
Select DirectCast(u.Self, UserDataBase).User).ToList
|
||||||
If Not du Is Nothing AndAlso du.Count > 0 Then du.ForEach(Sub(u) UsersList.Remove(u)) : du.Clear()
|
If du.ListExists Then du.ForEach(Sub(u) UsersList.Remove(u)) : du.Clear()
|
||||||
Users.ListDisposeRemoveAll(Function(ByVal u As IUserData) As Boolean
|
Users.ListDisposeRemoveAll(Function(ByVal u As IUserData) As Boolean
|
||||||
If u.IsCollection Then
|
If u.IsCollection Then
|
||||||
With DirectCast(u, UserDataBind)
|
With DirectCast(u, UserDataBind)
|
||||||
@@ -158,6 +209,7 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
End If
|
End If
|
||||||
End Function)
|
End Function)
|
||||||
End If
|
End If
|
||||||
|
If NeedUpdate Then UpdateUsersList()
|
||||||
End If
|
End If
|
||||||
If Users.Count > 0 Then
|
If Users.Count > 0 Then
|
||||||
Labels.ToList.ListAddList(Users.SelectMany(Function(u) u.Labels), LAP.NotContainsOnly)
|
Labels.ToList.ListAddList(Users.SelectMany(Function(u) u.Labels), LAP.NotContainsOnly)
|
||||||
@@ -166,6 +218,12 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
Private _UserListUpdateRequired As Boolean = False
|
||||||
|
Friend ReadOnly Property UserListUpdateRequired As Boolean
|
||||||
|
Get
|
||||||
|
Return _UserListUpdateRequired
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
Friend Overloads Sub UpdateUsersList(ByVal u As UserInfo)
|
Friend Overloads Sub UpdateUsersList(ByVal u As UserInfo)
|
||||||
Dim i% = UsersList.IndexOf(u)
|
Dim i% = UsersList.IndexOf(u)
|
||||||
If i >= 0 Then
|
If i >= 0 Then
|
||||||
@@ -176,13 +234,17 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
UpdateUsersList()
|
UpdateUsersList()
|
||||||
End Sub
|
End Sub
|
||||||
Friend Overloads Sub UpdateUsersList()
|
Friend Overloads Sub UpdateUsersList()
|
||||||
If UsersList.Count > 0 Then
|
Try
|
||||||
Using x As New XmlFile With {.AllowSameNames = True, .Name = "Users"}
|
If UsersList.Count > 0 Then
|
||||||
x.DefaultsLoading(False)
|
Using x As New XmlFile With {.AllowSameNames = True, .Name = "Users"}
|
||||||
UsersList.ForEach(Sub(u) x.Add(u.GetContainer()))
|
UsersList.ForEach(Sub(u) x.Add(u.GetContainer()))
|
||||||
x.Save(UsersSettingsFile)
|
x.Save(UsersSettingsFile)
|
||||||
End Using
|
End Using
|
||||||
End If
|
End If
|
||||||
|
_UserListUpdateRequired = False
|
||||||
|
Catch ex As Exception
|
||||||
|
_UserListUpdateRequired = True
|
||||||
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Friend Sub UpdateBlackList()
|
Friend Sub UpdateBlackList()
|
||||||
If BlackList.Count > 0 Then
|
If BlackList.Count > 0 Then
|
||||||
@@ -210,7 +272,7 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
Friend Overloads Function UserExists(ByVal _User As UserInfo) As Boolean
|
Friend Overloads Function UserExists(ByVal _User As UserInfo) As Boolean
|
||||||
Return UserExists(_User.Site, _User.Name)
|
Return UserExists(_User.Site, _User.Name)
|
||||||
End Function
|
End Function
|
||||||
Private _UpdatesSuspended As Boolean = False
|
Private _UpdatesSuspended As Boolean = True
|
||||||
Friend Sub BeginUpdate()
|
Friend Sub BeginUpdate()
|
||||||
MyXML.BeginUpdate()
|
MyXML.BeginUpdate()
|
||||||
_UpdatesSuspended = True
|
_UpdatesSuspended = True
|
||||||
@@ -221,7 +283,7 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
_UpdatesSuspended = False
|
_UpdatesSuspended = False
|
||||||
ChangeDateProvider(Nothing, Nothing, Nothing)
|
ChangeDateProvider(Nothing, Nothing, Nothing)
|
||||||
End Sub
|
End Sub
|
||||||
Friend ReadOnly Property Site(ByVal s As Sites) As SiteSettings
|
Default Friend ReadOnly Property Site(ByVal s As Sites) As SiteSettings
|
||||||
Get
|
Get
|
||||||
Return MySites(s)
|
Return MySites(s)
|
||||||
End Get
|
End Get
|
||||||
@@ -239,17 +301,24 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
Friend ReadOnly Property MaxUsersJobsCount As XMLValue(Of Integer)
|
Friend ReadOnly Property MaxUsersJobsCount As XMLValue(Of Integer)
|
||||||
|
Friend ReadOnly Property ImgurClientID As XMLValue(Of String)
|
||||||
#Region "Defaults"
|
#Region "Defaults"
|
||||||
Friend ReadOnly Property DefaultTemporary As XMLValue(Of Boolean)
|
Friend ReadOnly Property DefaultTemporary As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property DefaultDownloadImages As XMLValue(Of Boolean)
|
Friend ReadOnly Property DefaultDownloadImages As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property DefaultDownloadVideos As XMLValue(Of Boolean)
|
Friend ReadOnly Property DefaultDownloadVideos As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property ChangeReadyForDownOnTempChange As XMLValue(Of Boolean)
|
||||||
#End Region
|
#End Region
|
||||||
#Region "Additional info"
|
#Region "User data"
|
||||||
|
Friend ReadOnly Property FromChannelDownloadTop As XMLValue(Of Integer)
|
||||||
|
Friend ReadOnly Property FromChannelDownloadTopUse As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property FromChannelCopyImageToUser As XMLValue(Of Boolean)
|
||||||
|
#Region "File naming"
|
||||||
Friend ReadOnly Property FileAddDateToFileName As XMLValue(Of Boolean)
|
Friend ReadOnly Property FileAddDateToFileName As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property FileAddTimeToFileName As XMLValue(Of Boolean)
|
Friend ReadOnly Property FileAddTimeToFileName As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property FileDateTimePositionEnd As XMLValue(Of Boolean)
|
Friend ReadOnly Property FileDateTimePositionEnd As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property FileReplaceNameByDate As XMLValue(Of Boolean)
|
Friend ReadOnly Property FileReplaceNameByDate As XMLValue(Of Boolean)
|
||||||
#End Region
|
#End Region
|
||||||
|
#End Region
|
||||||
#Region "View"
|
#Region "View"
|
||||||
Friend ReadOnly Property MaxLargeImageHeigh As XMLValue(Of Integer)
|
Friend ReadOnly Property MaxLargeImageHeigh As XMLValue(Of Integer)
|
||||||
Friend ReadOnly Property MaxSmallImageHeigh As XMLValue(Of Integer)
|
Friend ReadOnly Property MaxSmallImageHeigh As XMLValue(Of Integer)
|
||||||
@@ -264,6 +333,22 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
Friend ReadOnly Property ShowingMode As XMLValue(Of Integer)
|
Friend ReadOnly Property ShowingMode As XMLValue(Of Integer)
|
||||||
|
Private ReadOnly Property XMLSelectedSites As XMLValue(Of String)
|
||||||
|
Private ReadOnly _SelectedSites As List(Of Sites)
|
||||||
|
Friend Property SelectedSites As List(Of Sites)
|
||||||
|
Get
|
||||||
|
Return _SelectedSites
|
||||||
|
End Get
|
||||||
|
Set(ByVal s As List(Of Sites))
|
||||||
|
_SelectedSites.Clear()
|
||||||
|
If s.ListExists Then
|
||||||
|
_SelectedSites.ListAddList(s)
|
||||||
|
XMLSelectedSites.Value = ListAddList(Of Integer, Sites)(Nothing, s).ListToString(, SitesValuesSeparator)
|
||||||
|
Else
|
||||||
|
XMLSelectedSites.Value = String.Empty
|
||||||
|
End If
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
#End Region
|
#End Region
|
||||||
#Region "Latest values"
|
#Region "Latest values"
|
||||||
Friend ReadOnly Property LatestSavingPath As XMLValue(Of SFile)
|
Friend ReadOnly Property LatestSavingPath As XMLValue(Of SFile)
|
||||||
@@ -271,13 +356,13 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
Friend ReadOnly Property LatestSelectedChannel As XMLValue(Of String)
|
Friend ReadOnly Property LatestSelectedChannel As XMLValue(Of String)
|
||||||
#End Region
|
#End Region
|
||||||
#Region "Channels properties"
|
#Region "Channels properties"
|
||||||
|
Friend ReadOnly Property ChannelsDefaultReadyForDownload As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property ChannelsDefaultTemporary As XMLValue(Of Boolean)
|
||||||
|
Friend ReadOnly Property ChannelsRegularCheckMD5 As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property ChannelsImagesRows As XMLValue(Of Integer)
|
Friend ReadOnly Property ChannelsImagesRows As XMLValue(Of Integer)
|
||||||
Friend ReadOnly Property ChannelsImagesColumns As XMLValue(Of Integer)
|
Friend ReadOnly Property ChannelsImagesColumns As XMLValue(Of Integer)
|
||||||
Friend ReadOnly Property ChannelsHideExistsUser As XMLValue(Of Boolean)
|
Friend ReadOnly Property ChannelsHideExistsUser As XMLValue(Of Boolean)
|
||||||
Friend ReadOnly Property ChannelsMaxJobsCount As XMLValue(Of Integer)
|
Friend ReadOnly Property ChannelsMaxJobsCount As XMLValue(Of Integer)
|
||||||
Friend ReadOnly Property FromChannelDownloadTop As XMLValue(Of Integer)
|
|
||||||
Friend ReadOnly Property FromChannelDownloadTopUse As XMLValue(Of Boolean)
|
|
||||||
Friend ReadOnly Property FromChannelCopyImageToUser As XMLValue(Of Boolean)
|
|
||||||
#End Region
|
#End Region
|
||||||
#Region "New version properties"
|
#Region "New version properties"
|
||||||
Friend ReadOnly Property CheckUpdatesAtStart As XMLValue(Of Boolean)
|
Friend ReadOnly Property CheckUpdatesAtStart As XMLValue(Of Boolean)
|
||||||
@@ -289,6 +374,7 @@ Friend Class SettingsCLS : Implements IDisposable
|
|||||||
Protected Overridable Overloads Sub Dispose(ByVal disposing As Boolean)
|
Protected Overridable Overloads Sub Dispose(ByVal disposing As Boolean)
|
||||||
If Not disposedValue Then
|
If Not disposedValue Then
|
||||||
If disposing Then
|
If disposing Then
|
||||||
|
If UserListUpdateRequired Then UpdateUsersList()
|
||||||
If Not Channels Is Nothing Then
|
If Not Channels Is Nothing Then
|
||||||
Channels.Dispose()
|
Channels.Dispose()
|
||||||
If Reddit.ChannelsCollection.ChannelsPathCache.Exists(SFO.Path, False) Then _
|
If Reddit.ChannelsCollection.ChannelsPathCache.Exists(SFO.Path, False) Then _
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports System.Threading
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.Threading
|
||||||
Imports EOptions = PersonalUtilities.Forms.Toolbars.MyProgress.EnableOptions
|
Imports EOptions = PersonalUtilities.Forms.Toolbars.MyProgress.EnableOptions
|
||||||
Imports SCrawler.API
|
Imports SCrawler.API
|
||||||
Imports SCrawler.API.Base
|
Imports SCrawler.API.Base
|
||||||
@@ -65,6 +73,7 @@ Friend Class TDownloader : Implements IDisposable
|
|||||||
_Working = False
|
_Working = False
|
||||||
TokenSource = Nothing
|
TokenSource = Nothing
|
||||||
UpdateJobsLabel()
|
UpdateJobsLabel()
|
||||||
|
If Settings(Sites.Instagram).InstaHashUpdateRequired Then MyMainLOG = "Check your Instagram credentials"
|
||||||
RaiseEvent OnDownloading(False)
|
RaiseEvent OnDownloading(False)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
@@ -83,23 +92,33 @@ Friend Class TDownloader : Implements IDisposable
|
|||||||
Dim i% = -1
|
Dim i% = -1
|
||||||
Dim j% = Settings.MaxUsersJobsCount - 1
|
Dim j% = Settings.MaxUsersJobsCount - 1
|
||||||
Dim Keys As New List(Of String)
|
Dim Keys As New List(Of String)
|
||||||
|
Dim h As Boolean = False
|
||||||
|
Dim InstaReady As Boolean = Settings(Sites.Instagram).InstagramReadyForDownload
|
||||||
For Each _Item As IUserData In Items
|
For Each _Item As IUserData In Items
|
||||||
If Not _Item.Disposed Then
|
If Not _Item.Disposed Then
|
||||||
Keys.Add(_Item.LVIKey)
|
Keys.Add(_Item.LVIKey)
|
||||||
Token.ThrowIfCancellationRequested()
|
If Not _Item.Site = Sites.Instagram Or InstaReady Then
|
||||||
t.Add(Task.Run(Sub() _Item.DownloadData(Token)))
|
If _Item.Site = Sites.Instagram Then h = True : Settings(Sites.Instagram).InstagramTooManyRequestsReadyForCatch = True
|
||||||
i += 1
|
Token.ThrowIfCancellationRequested()
|
||||||
If i >= j Then Exit For
|
t.Add(Task.Run(Sub() _Item.DownloadData(Token)))
|
||||||
|
i += 1
|
||||||
|
If i >= j Then Exit For
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
If t.Count > 0 Then
|
If t.Count > 0 Or Keys.Count > 0 Then
|
||||||
|
If h Then
|
||||||
|
With Settings(Sites.Instagram)
|
||||||
|
If .InstaHash.IsEmptyString Or .InstaHashUpdateRequired Then .GatherInstaHash()
|
||||||
|
End With
|
||||||
|
End If
|
||||||
_CurrentDownloadingTasks = t.Count
|
_CurrentDownloadingTasks = t.Count
|
||||||
With MainProgress
|
With MainProgress
|
||||||
.Enabled(EOptions.All) = True
|
.Enabled(EOptions.All) = True
|
||||||
.Information = $"Downloading {_CurrentDownloadingTasks.NumToString(nf, NProv)}/{Items.Count.NumToString(nf, NProv)} profiles' data"
|
.Information = $"Downloading {_CurrentDownloadingTasks.NumToString(nf, NProv)}/{Items.Count.NumToString(nf, NProv)} profiles' data"
|
||||||
.InformationTemporary = .Information
|
.InformationTemporary = .Information
|
||||||
End With
|
End With
|
||||||
Task.WaitAll(t.ToArray)
|
If t.Count > 0 Then Task.WaitAll(t.ToArray)
|
||||||
Dim dcc As Boolean = False
|
Dim dcc As Boolean = False
|
||||||
If Keys.Count > 0 Then
|
If Keys.Count > 0 Then
|
||||||
For Each k$ In Keys
|
For Each k$ In Keys
|
||||||
@@ -128,11 +147,15 @@ Friend Class TDownloader : Implements IDisposable
|
|||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ErrorsDescriber.Execute(EDP.SendInLog, ex, "TDownloader.DownloadData")
|
ErrorsDescriber.Execute(EDP.SendInLog, ex, "TDownloader.DownloadData")
|
||||||
Finally
|
Finally
|
||||||
|
If Settings.UserListUpdateRequired Then _
|
||||||
|
Task.WaitAll(Task.Run(Sub()
|
||||||
|
While Settings.UserListUpdateRequired : Settings.UpdateUsersList() : End While
|
||||||
|
End Sub))
|
||||||
MainProgress.Enabled(EOptions.ProgressBar) = False
|
MainProgress.Enabled(EOptions.ProgressBar) = False
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Private Function GetUserFromMainCollection(ByVal User As IUserData) As IUserData
|
Private Function GetUserFromMainCollection(ByVal User As IUserData) As IUserData
|
||||||
Dim uSimple As Predicate(Of IUserData) = Function(u) u.Equals(DirectCast(User, UserDataBase))
|
Dim uSimple As Predicate(Of IUserData) = Function(u) u.Equals(DirectCast(User.Self, UserDataBase))
|
||||||
Dim uCol As Predicate(Of IUserData) = Function(ByVal u As IUserData) As Boolean
|
Dim uCol As Predicate(Of IUserData) = Function(ByVal u As IUserData) As Boolean
|
||||||
If u.IsCollection Then
|
If u.IsCollection Then
|
||||||
Return DirectCast(u, UserDataBind).Collections.Exists(uSimple)
|
Return DirectCast(u, UserDataBind).Collections.Exists(uSimple)
|
||||||
@@ -155,6 +178,33 @@ Friend Class TDownloader : Implements IDisposable
|
|||||||
End If
|
End If
|
||||||
Return Nothing
|
Return Nothing
|
||||||
End Function
|
End Function
|
||||||
|
#Region "Saved posts downloading"
|
||||||
|
Friend ReadOnly Property SavedPostsDownloading As Boolean
|
||||||
|
Get
|
||||||
|
Return If(_SavedPostsThread?.IsAlive, False)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
Private _SavedPostsThread As Thread
|
||||||
|
Friend Sub DownloadSavedPostsStart(ByVal Toolbar As StatusStrip, ByVal PR As ToolStripProgressBar)
|
||||||
|
If Not SavedPostsDownloading Then
|
||||||
|
If Settings(Sites.Reddit).SavedPostsUserName.IsEmptyString Then
|
||||||
|
MsgBoxE($"Username of saved posts not set{vbNewLine}Operation canceled", MsgBoxStyle.Critical)
|
||||||
|
Else
|
||||||
|
_SavedPostsThread = New Thread(New ThreadStart(Sub() Reddit.ProfileSaved.Download(Toolbar, PR)))
|
||||||
|
_SavedPostsThread.SetApartmentState(ApartmentState.MTA)
|
||||||
|
_SavedPostsThread.Start()
|
||||||
|
End If
|
||||||
|
Else
|
||||||
|
MsgBoxE("Saved posts are already downloading", MsgBoxStyle.Exclamation)
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
|
Friend Sub DownloadSavedPostsStop()
|
||||||
|
Try
|
||||||
|
If SavedPostsDownloading Then _SavedPostsThread.Abort()
|
||||||
|
Catch ex As Exception
|
||||||
|
End Try
|
||||||
|
End Sub
|
||||||
|
#End Region
|
||||||
Friend Sub Add(ByVal Item As IUserData)
|
Friend Sub Add(ByVal Item As IUserData)
|
||||||
If Not Items.Contains(Item) Then
|
If Not Items.Contains(Item) Then
|
||||||
If Item.IsCollection Then Item.DownloadData(Nothing) Else Items.Add(Item)
|
If Item.IsCollection Then Item.DownloadData(Nothing) Else Items.Add(Item)
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports PersonalUtilities.Tools
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports PersonalUtilities.Tools
|
||||||
Friend Class UserImage : Inherits ImageRenderer
|
Friend Class UserImage : Inherits ImageRenderer
|
||||||
Friend Const ImagePrefix As String = "UserPicture"
|
Friend Const ImagePrefix As String = "UserPicture"
|
||||||
Friend Const ImagePostfix_Large As String = "_Large"
|
Friend Const ImagePostfix_Large As String = "_Large"
|
||||||
|
|||||||
@@ -1,4 +1,12 @@
|
|||||||
Imports System.ComponentModel
|
' Copyright (C) 2022 Andy
|
||||||
|
' This program is free software: you can redistribute it and/or modify
|
||||||
|
' it under the terms of the GNU General Public License as published by
|
||||||
|
' the Free Software Foundation, either version 3 of the License, or
|
||||||
|
' (at your option) any later version.
|
||||||
|
'
|
||||||
|
' This program is distributed in the hope that it will be useful,
|
||||||
|
' but WITHOUT ANY WARRANTY
|
||||||
|
Imports System.ComponentModel
|
||||||
Imports PersonalUtilities.Forms
|
Imports PersonalUtilities.Forms
|
||||||
Friend Class VideosDownloaderForm
|
Friend Class VideosDownloaderForm
|
||||||
Private MyView As FormsView
|
Private MyView As FormsView
|
||||||
@@ -18,7 +26,7 @@ Friend Class VideosDownloaderForm
|
|||||||
MyView = New FormsView(Me)
|
MyView = New FormsView(Me)
|
||||||
MyView.ImportFromXML(Settings.Design)
|
MyView.ImportFromXML(Settings.Design)
|
||||||
MyView.SetMeSize()
|
MyView.SetMeSize()
|
||||||
RefillList()
|
RefillList(False)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
@@ -28,9 +36,7 @@ Friend Class VideosDownloaderForm
|
|||||||
End Sub
|
End Sub
|
||||||
Private Sub VideosDownloaderForm_Disposed(sender As Object, e As EventArgs) Handles Me.Disposed
|
Private Sub VideosDownloaderForm_Disposed(sender As Object, e As EventArgs) Handles Me.Disposed
|
||||||
If Not MyView Is Nothing Then MyView.Dispose(Settings.Design)
|
If Not MyView Is Nothing Then MyView.Dispose(Settings.Design)
|
||||||
If UrlList.Count > 0 Then
|
If UrlList.Count > 0 Then UpdateUrlsFile()
|
||||||
TextSaver.SaveTextToFile(UrlList.ListToString(, Environment.NewLine), DownloadingUrlsFile, True,, EDP.SendInLog)
|
|
||||||
End If
|
|
||||||
UrlList.Clear()
|
UrlList.Clear()
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub VideosDownloaderForm_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
|
Private Sub VideosDownloaderForm_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
|
||||||
@@ -43,17 +49,25 @@ Friend Class VideosDownloaderForm
|
|||||||
End Select
|
End Select
|
||||||
If b Then e.Handled = True
|
If b Then e.Handled = True
|
||||||
End Sub
|
End Sub
|
||||||
Private Sub RefillList()
|
Private Sub RefillList(Optional ByVal Update As Boolean = True)
|
||||||
Try
|
Try
|
||||||
With LIST_VIDEOS
|
With LIST_VIDEOS
|
||||||
.Items.Clear()
|
.Items.Clear()
|
||||||
If UrlList.Count > 0 Then UrlList.ForEach(Sub(u) .Items.Add(u))
|
If UrlList.Count > 0 Then UrlList.ForEach(Sub(u) .Items.Add(u))
|
||||||
If .Items.Count > 0 And _LatestSelected >= 0 And _LatestSelected <= .Items.Count - 1 Then .SelectedIndex = _LatestSelected
|
If .Items.Count > 0 And _LatestSelected >= 0 And _LatestSelected <= .Items.Count - 1 Then .SelectedIndex = _LatestSelected
|
||||||
|
If Update Then UpdateUrlsFile()
|
||||||
End With
|
End With
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ErrorsDescriber.Execute(EDP.LogMessageValue, ex, "Error on list refill")
|
ErrorsDescriber.Execute(EDP.LogMessageValue, ex, "Error on list refill")
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
Private Sub UpdateUrlsFile()
|
||||||
|
If UrlList.Count > 0 Then
|
||||||
|
TextSaver.SaveTextToFile(UrlList.ListToString(, Environment.NewLine), DownloadingUrlsFile, True,, EDP.SendInLog)
|
||||||
|
Else
|
||||||
|
If DownloadingUrlsFile.Exists Then DownloadingUrlsFile.Delete(,,, EDP.SendInLog)
|
||||||
|
End If
|
||||||
|
End Sub
|
||||||
Private Sub BTT_ADD_Click(sender As Object, e As EventArgs) Handles BTT_ADD.Click
|
Private Sub BTT_ADD_Click(sender As Object, e As EventArgs) Handles BTT_ADD.Click
|
||||||
AddVideo()
|
AddVideo()
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
Reference in New Issue
Block a user