aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwanek <eddie.atten.ea29@gmail.com>2020-03-30 20:18:25 +0100
committerjwanek <eddie.atten.ea29@gmail.com>2020-03-30 20:18:25 +0100
commitb6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f (patch)
tree1e900d65d4ea462b89ae9b4469b7bbe15df70220
parenta6053befbb0b2d61e3aa53058e1f27832b0753b6 (diff)
parent4a9f566d2d45c7634a4b4ee4ccde7a1a4afe528b (diff)
downloadSmallYTChannelBot-b6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f.tar.gz
SmallYTChannelBot-b6976fd5bc7d74e3dff8b888a812ecfc4edc3e1f.zip
Started major refactoring, see README.md
-rwxr-xr-x[-rw-r--r--].gitignore1
-rwxr-xr-x[-rw-r--r--]LICENSE695
-rw-r--r--SmallYTChannelBotSubmissions.py335
-rwxr-xr-x[-rw-r--r--]SmallYTChannelDatabase.dbbin13063168 -> 16392192 bytes
-rwxr-xr-x[-rw-r--r--]actions.log37554
-rw-r--r--archive_posts.py25
-rwxr-xr-x[-rw-r--r--]database.py0
-rwxr-xr-xexampleconfig.json27
-rwxr-xr-xgraph.py31
-rwxr-xr-x[-rw-r--r--]misc_classes.py0
-rwxr-xr-x[-rw-r--r--]onceaday.py4
-rwxr-xr-x[-rw-r--r--]readme.md41
-rwxr-xr-x[-rw-r--r--]requirements.txt0
-rwxr-xr-x[-rw-r--r--]runprog.py2
-rwxr-xr-xsubreddit.py320
-rw-r--r--test_ytapi.py23
-rwxr-xr-x[-rw-r--r--]ytapi.py8
17 files changed, 38634 insertions, 432 deletions
diff --git a/.gitignore b/.gitignore
index 555dbf6..6e6fe77 100644..100755
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ pid.txt
ch.py
chblacklist.txt
api.log
+config.json
# Byte-compiled / optimized / DLL files
__pycache__/
diff --git a/LICENSE b/LICENSE
index 5e307b0..e72bfdd 100644..100755
--- a/LICENSE
+++ b/LICENSE
@@ -1,21 +1,674 @@
-MIT License
-
-Copyright (c) 2018 jwansek
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+ 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>. \ No newline at end of file
diff --git a/SmallYTChannelBotSubmissions.py b/SmallYTChannelBotSubmissions.py
deleted file mode 100644
index 9c75f6b..0000000
--- a/SmallYTChannelBotSubmissions.py
+++ /dev/null
@@ -1,335 +0,0 @@
-from mpl_toolkits.axes_grid1 import host_subplot
-from misc_classes import SimpleLogger
-import mpl_toolkits.axisartist as AA
-from imgurpython import ImgurClient
-import matplotlib.pyplot as plt
-from operator import itemgetter
-from database import Database
-import matplotlib
-import ytapi
-import datetime
-import logging
-import ytapi
-import login
-import time
-import praw
-import re
-import os
-
-reddit = login.REDDIT
-
-subreddit = reddit.subreddit("SmallYTChannel")
-#subreddit = reddit.subreddit("jwnskanzkwktest")
-
-db = Database()
-simplelogger = SimpleLogger()
-
-def get_time():
- #this is not the correct way to do this but I don't care
- return str(datetime.datetime.now())[:-7]
-
-def display(message):
- message = "%d\t[%s]\t%s" % (os.getpid(), get_time(), message)
- print(message)
- simplelogger.log(message)
-
-def get_lambda_from_flair(s):
- result = re.search("\[(.*)\]", s)
- if result is not None and "λ" in result.group(1):
- return result.group(1)
- else:
- return ""
-
-def update_users_flair(comment):
- username = str(comment.author)
- flairscore = get_lambda_from_flair(str(comment.author_flair_text))
- flairtext = comment.author_flair_text
- if flairtext is None:
- flairtext = ""
- else:
- flairtext = str(flairtext.replace("[%s] " % flairscore, ""))
- if username in [str(i) for i in subreddit.moderator()] + ["AutoModerator"]:
- newflair = "[∞λ] %s" % (flairtext)
- else:
- actualscore = db.get_lambda(username)[0]
- newflair = "[%iλ] %s" % (actualscore, flairtext)
- subreddit.flair.set(redditor = username, text = newflair)
-
-def get_mods():
- return [str(i) for i in subreddit.moderator()] + ["AutoModerator"]
-
-def _make_graph(data):
- fig = plt.figure()
-
- lambdaCount = [i[1] for i in data]
- helpGiven = [i[2] for i in data]
- uniqueUsers = [i[3] for i in data]
- date = [datetime.datetime.strptime(i[4], "%Y-%m-%d") for i in data]
-
- fig, ax1 = plt.subplots()
- ax1.plot(date, lambdaCount, label = "Total λ in circulation", color = "r")
- ax1.set_ylabel("Total λ / help given")
-
- ax1.plot(date, helpGiven, label = "Times help given", color = "g")
-
- ax2 = ax1.twinx()
- ax2.plot(date, uniqueUsers, label = "Unique users")
- ax2.set_ylabel("No. Unique Users")
-
- ax1.legend()
- ax2.legend(loc = 4)
- fig.autofmt_xdate()
-
- filepath = "graph.png"
- fig.savefig(filepath)
- return filepath
-
-def _update_tables(scores, data):
- content = ""
- date = str(datetime.date.today())
- mods = get_mods()
- imagepath = _make_graph(data)
- imageurl = _upload_image(imagepath, date)
- bylambda = [i for i in sorted(scores, key = itemgetter(1), reverse = True) if i[0] not in mods][:10]
- byhelps = sorted(scores, key = itemgetter(2), reverse = True)[:10]
-
- subreddit.stylesheet.upload("wikigraph", imagepath)
-
- content += "\n\n##/r/SmallYTChannel lambda tables: %s" % date
-
- content += "\n\n###By lambda:"
- content += "\n\nUsername|Lambda|Help given\n:--|:--|:--"
- for line in bylambda:
- content += "\n/u/%s|%i|%i" % (line[0], line[1], line[2])
-
- content += "\n\n###By Help given:"
- content += "\n\nUsername|Lambda|Help given\n:--|:--|:--"
- for line in byhelps:
- λ = str(line[1])
- if line[0] in mods:
- λ = "∞"
- content += "\n/u/%s|%s|%i" % (line[0], λ, line[2])
-
- content += "\n\n##Statistics from %s:\n\n![](%%%%wikigraph%%%%)\n\nTotal λ in circulation|Useful advice given|Unique users\n:--|:--|:--\n%i|%i|%i" % (date, data[-1][1], data[-1][2], data[-1][3])
-
- reddit.subreddit("u_SmallYTChannelBot").submit("/r/SmallYTChannel Statistics: %s" % date, url = imageurl).reply(content).mod.distinguish(sticky = True)
-
- subreddit.wiki["lambdatables"].edit(content, reason = "Update: %s" % date)
- subreddit.wiki[date].edit(content, reason = "Update: %s" % date)
-
- currentdata = subreddit.wiki["index"].content_md
- currentdata += "\n\n* [%s](/r/SmallYTChannel/wiki/%s)" % (date, date)
-
- subreddit.wiki["index"].edit(currentdata, reason = "Update: %s" % date)
-
-def _upload_image(path, date):
- client = login.IMGUR
-
- config = {
- 'album': None,
- 'name': 'SmallYTChannelBot Statistics graph: %s' % date,
- 'title': 'SmallYTChannelBot Statistics graph: %s' % date,
- 'description': 'SmallYTChannelBot Statistics graph: %s' % date
- }
-
- image = client.upload_from_path(path, config = config)
-
- return "https://i.imgur.com/%s.png" % image["id"]
-
-def every_day():
- display("Updated statistics")
- db.update_stats()
- _update_tables(db.get_scores(), db.get_stats())
-
-def main():
- tail = "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)"
-
- comment_stream = subreddit.stream.comments(pause_after=-1)
- submission_stream = subreddit.stream.submissions(pause_after=-1)
- while True:
- try:
- for comment in comment_stream:
- if comment is None:
- break
- if not db.id_in_blacklist(comment.id):
- db.add_to_blacklist(comment.id)
-
- if "!mylambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot":
- author = str(comment.author)
- λ, links = db.get_lambda(author)
- if author in get_mods():
- text = "/u/%s is a moderator, and therefore has ∞λ." % author
- else:
- if λ == 0:
- text = "/u/%s has 0λ." % author
- else:
- text = "/u/%s has %iλ, from helping the following posts:" % (author, λ)
- count = 0
- for link in links:
- if "www.reddit.com" not in link:
- link = "https://www.reddit.com" + link
-
- #set a max limit on the number of times this will iterate to stop it
- #breaking because of Reddit's character limit.
- count += 1
- text += "\n\n- [%s](%s)" % (reddit.submission(url = link).title, link)
- if count > 20: #experminent with this number
- text += "\n\n[%i more...]" % len(links) - count
- break
-
- reply = comment.reply(text + tail)
- reply.mod.distinguish(sticky = False)
- update_users_flair(comment)
-
-
- if "!givelambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot":
- submission = comment.submission
- parentauthour = str(comment.parent().author)
- op = str(comment.author)
- if op == parentauthour:
- text = "You cannot give yourself λ."
- elif parentauthour == "SmallYTChannelBot":
- text = "Please only give lambda to humans."
- elif str(comment.author) in get_mods():
- text = "The moderator /u/%s has given /u/%s 1λ. /u/%s now has %iλ." % (str(comment.author), parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1)
- db.give_lambda(parentauthour, submission.permalink)
- display(text)
- elif op != str(submission.author):
- text = "Only the OP can give λ."
- elif db.user_given_lambda(parentauthour, str(submission.permalink)):
- text = "You have already given /u/%s λ for this submission. Why not give λ to another user instead?" % parentauthour
- else:
- display("'/u/%s' has given '/u/%s' lambda!" % (op, parentauthour))
- text = "You have given /u/%s 1λ. /u/%s now has %iλ" % (parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1)
-
- if not db.link_in_db(submission.permalink) or not db.link_in_db(submission.permalink.replace("https://www.reddit.com", "")):
- db.give_lambda(parentauthour, submission.permalink, op)
- display("The OP received lambda too!")
- else:
- db.give_lambda(parentauthour, submission.permalink)
-
- update_users_flair(comment)
- update_users_flair(comment.parent())
- reply = comment.reply(text + tail)
- reply.mod.distinguish()
-
- if comment.body[:11] == "!takelambda" and str(comment.author) in get_mods():
- try:
- splitted = comment.body.split()
- user = splitted[1].replace("/u/", "")
- toremove = int(splitted[2])
- reason = " ".join(splitted[3:])
-
- text = "/u/%s has had %iλ taken away from them for the reason '%s'. /u/%s now has %iλ" % (user, toremove, reason, user, db.get_lambda(user)[0] - toremove)
- db.change_lambda(user, -toremove)
- dispay("A moderator removed %i lambda from /u/%s for the reason '%s'" % (toremove, user, reason))
- except Exception as e:
- display("{ERROR while removing λ} %s" % e)
- text = r"An error was encountered. Please use the syntax `!takelambda [user] [how much to remove {integer}] [reason]`"
- reply = comment.reply(text + tail)
- reply.mod.distinguish()
- continue
-
- update_users_flair(comment.parent())
- reply = comment.reply(text + tail)
- reply.mod.distinguish()
-
-
- for submission in submission_stream:
- if submission is None:
- break
- if not db.id_in_blacklist(submission.id):
- db.add_to_blacklist(submission.id)
- display("There has been a new submission: '%s', with flair '%s'" % (submission.title, submission.link_flair_text))
-
- if str(submission.author) not in get_mods():
- score = db.get_lambda(str(submission.author))[0]
- if submission.link_flair_text in ["Discussion", "Meta", "Collab"]:
- if "youtube.com" in str(submission.url) or "youtu.be" in str(submission.url):
- text = "Your post has been removed because it has the wrong flair. [Discussion], [Meta] and [Collab] flairs are only for text submissions."
- submission.mod.remove()
- display("/u/%s had their submission removed for using the wrong flair." % submission.author)
- else:
- text = "Your post is a discussion, meta or collab post so it costs 0λ."
- else:
- if score < 3:
- text = """Thank you for submitting to /r/SmallYTChannel. Unfortunally, you submission has been removed since you do not have enough λ. You need
- 3λ to post. You currently have %iλ. For more information, read the [FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % score
- submission.mod.remove()
- display("/u/%s had their submission removed for insufficient lambda." % submission.author)
- else:
- text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ.
- /u/%s, please comment `!givelambda` to the most helpful advice you are given. You
- will be rewarded 1λ if you do so. For more information, read the [FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % (score - 3, str(submission.author))
- db.change_lambda(str(submission.author), -3)
-
- try:
- ytid = ytapi.get_videoId_from_url(submission.url)
- if "/" not in ytid:
- ytdata = ytapi.get_video_data(ytid)
-
- text += """
-\n\n\n##Video data:
-
-**Field**|**Data**
-:-|:-
-Title|%s
-Thumbnail|[Link](%s)
-Views|%s
-Length|%s
-Likes/Dislikes|%s/%s
-Comments|%s
-Description|%s
-
-##Channel Data:
-
-**Field**|**Data**
-:-|:-
-Name|%s
-Thumbnail|[Link](%s)
-Subscribers|%s
-Videos|%s
-Views|%s
- """ % (
- ytdata["title"],
- ytdata["thumbnail"],
- ytdata["views"],
- ytdata["length"],
- ytdata["likes"],
- ytdata["dislikes"],
- ytdata["comments"],
- ytdata["description"],
- ytdata["channel"],
- ytdata["channelThumb"],
- ytdata["subscribers"],
- ytdata["videos"],
- ytdata["channelViews"]
- )
-
- curflair = submission.link_flair_text
- if str(curflair) != "None":
- submission.mod.flair(" %s | %s | :youtube: %s" % (curflair, ytdata["length"], ytdata["channel"]))
- else:
- submission.mod.flair("%s | :youtube: %s" % (ytdata["length"], ytdata["channel"]))
- except:
- pass
-
- update_users_flair(submission)
- reply = submission.reply(text + tail)
- reply.mod.distinguish(sticky = True)
- reply.mod.approve()
-
- except Exception as e:
- display("{ERROR} %s" % e)
- continue
-
-if __name__ == "__main__":
- file = open("pid.txt", "w")
- file.write(str(os.getpid()))
- file.close()
-
- logging.basicConfig(filename = "api.log", format = "[%(asctime)s] %(process)d\t%(message)s", level = logging.DEBUG)
-
- display("\n####################\n[%s] RESTARTED\n####################\n" % get_time())
- main()
-
diff --git a/SmallYTChannelDatabase.db b/SmallYTChannelDatabase.db
index 041ac5d..3098f74 100644..100755
--- a/SmallYTChannelDatabase.db
+++ b/SmallYTChannelDatabase.db
Binary files differ
diff --git a/actions.log b/actions.log
index 4761cff..0ff2a76 100644..100755
--- a/actions.log
+++ b/actions.log
@@ -103719,3 +103719,37557 @@
8907 [2020-01-13 19:57:52] There has been a new submission: 'Detailed advice on how to make good thumbnails?', with flair 'Discussion'
8907 [2020-01-13 19:58:13] '/u/chamsbiz' has given '/u/kamilpekala' lambda!
8907 [2020-01-13 19:58:13] The OP received lambda too!
+8907 [2020-01-13 19:58:57] There has been a new submission: 'January Sale Haul', with flair 'Vlog'
+8907 [2020-01-13 19:58:57] /u/benzie-likes-tuna had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:01:58]
+####################
+[2020-01-13 20:01:58] RESTARTED
+####################
+
+9208 [2020-01-13 20:02:47] There has been a new submission: 'I did a cover of riptide by vance joy!! Check it out!!', with flair 'None'
+9208 [2020-01-13 20:02:49] /u/Carl_TheCronch had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:02:58] '/u/_ProjectHydra' has given '/u/BurgerStrom' lambda!
+9208 [2020-01-13 20:02:58] The OP received lambda too!
+9208 [2020-01-13 20:03:11] There has been a new submission: 'Watch it. Love it. Subscribe.', with flair 'Channel Review'
+9208 [2020-01-13 20:03:13] /u/tgala1 had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:06:35] There has been a new submission: 'Hello everyone, if you have the time I'd like to get some feedback on a gaming video I recently uploaded, I appreciate any and all points of criticism as editing is something I genuinely want to get better at doing so I can produce better content and build a community from it. Thanks in advance', with flair 'Channel Review'
+9208 [2020-01-13 20:10:59] There has been a new submission: 'What else do I need to Improve on?', with flair 'Video Critique'
+9208 [2020-01-13 20:11:01] /u/KrubyYT had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:12:16] '/u/guyFCR' has given '/u/Batakanta' lambda!
+9208 [2020-01-13 20:12:43] '/u/Vasilis-Tsaknakis' has given '/u/SsSamuelr' lambda!
+9208 [2020-01-13 20:12:43] The OP received lambda too!
+9208 [2020-01-13 20:12:57] '/u/guyFCR' has given '/u/SsSamuelr' lambda!
+9208 [2020-01-13 20:13:33] '/u/american_noodle' has given '/u/DraKBorG' lambda!
+9208 [2020-01-13 20:13:33] The OP received lambda too!
+9208 [2020-01-13 20:14:56] '/u/HuntedCharlie' has given '/u/DexActre' lambda!
+9208 [2020-01-13 20:20:04] There has been a new submission: 'Death by eye and worm DESTRUCTION! (modded ranger playthrough ep 2)', with flair 'Gaming'
+9208 [2020-01-13 20:20:06] /u/Eons-Ahead08 had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:20:19] There has been a new submission: 'First post! My channel is mainly gaming reviews so I decided to make a gaming trivia quiz as I wanted to do something different from my normal videos. Will give lambda for feedback. Thanks', with flair 'Video Critique'
+9208 [2020-01-13 20:28:27] There has been a new submission: 'Tube Buddy', with flair 'Discussion'
+9208 [2020-01-13 20:29:36] There has been a new submission: 'Been making Videos for a wee bit, but still trying to figure out where I am...Started Last year and feel like I've made little progress on my channels growth...', with flair 'Gaming'
+9208 [2020-01-13 20:30:20] '/u/Jkerrzy' has given '/u/DexActre' lambda!
+9208 [2020-01-13 20:33:17] '/u/CopperPanMan' has given '/u/StarChases' lambda!
+9208 [2020-01-13 20:33:42] There has been a new submission: 'Audience Retention?', with flair 'Discussion'
+9208 [2020-01-13 20:34:57] There has been a new submission: 'What do you think about this video. I would like to see some opinions. I gave my best to make this video as good as possible. I am planing to make this type of videos on weekly basis so I would like to hear your opinion', with flair 'Gaming'
+9208 [2020-01-13 20:38:39] There has been a new submission: 'What do you guys think of this video i am trying to up the pace of the video and keep it somewhat entertaining to try and boost my watch time (Gas Station Simulator | Night shift Horror game)', with flair 'Video Critique'
+9208 [2020-01-13 20:39:41] There has been a new submission: 'Minecraft is Unforgivable|Ps4', with flair 'Gaming'
+9208 [2020-01-13 20:39:42] /u/jorsmi12 had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:42:12] '/u/Vasilis-Tsaknakis' has given '/u/kamilpekala' lambda!
+9208 [2020-01-13 20:43:14] '/u/guyFCR' has given '/u/kamilpekala' lambda!
+9208 [2020-01-13 20:48:19] There has been a new submission: 'Full walkthrough and guide on how to setup a professionally looking studio in your car to record YouTube videos on a budget! Lights, microphone, everything explained. No reverb, no noises, nice and clean it’s perfect! Is the length of the video too daunting? Is it interesting enough?', with flair 'Video Critique'
+9208 [2020-01-13 20:57:57] There has been a new submission: 'I'm looking for Apex legends creators!', with flair 'Gaming'
+9208 [2020-01-13 20:57:58] /u/SgtJuliette had their submission removed for insufficient lambda.
+9208 [2020-01-13 20:58:52] There has been a new submission: 'Emerald Valley SMP - This is something new that I'm trying so please take a few minutes to check it out and give any feedback. I'm happy to give lambda to those who give useful feedback.', with flair 'Gaming'
+9208 [2020-01-13 21:02:40] '/u/DylanNobleee' has given '/u/bigni44a' lambda!
+9208 [2020-01-13 21:02:40] The OP received lambda too!
+9208 [2020-01-13 21:03:18] '/u/DylanNobleee' has given '/u/theClutchKage' lambda!
+9208 [2020-01-13 21:03:44] '/u/DylanNobleee' has given '/u/TheRealJyro' lambda!
+9208 [2020-01-13 21:06:17] '/u/american_noodle' has given '/u/hf_vlogs1' lambda!
+9208 [2020-01-13 21:06:50] '/u/american_noodle' has given '/u/panaramanwa' lambda!
+9208 [2020-01-13 21:07:22] '/u/Robbo2513' has given '/u/Illfury' lambda!
+9208 [2020-01-13 21:07:22] The OP received lambda too!
+9208 [2020-01-13 21:19:12] '/u/DWRelive' has given '/u/ZakkyPants' lambda!
+9208 [2020-01-13 21:19:52] '/u/Bebby_Tuna' has given '/u/ActivexGen' lambda!
+9208 [2020-01-13 21:22:13] There has been a new submission: 'Looking for a local partner in crime.', with flair 'Collab'
+9208 [2020-01-13 21:31:51] There has been a new submission: 'Create an iPhone Game with Swift in 5 minutes', with flair 'Video Critique'
+9208 [2020-01-13 21:31:54] /u/v_br had their submission removed for insufficient lambda.
+9208 [2020-01-13 21:35:04] '/u/HuntedCharlie' has given '/u/hf_vlogs1' lambda!
+9208 [2020-01-13 21:40:35] There has been a new submission: 'Hello all! I love playing games but I’m not a fan of the common let’s play format - I try to spice it up a bit by adding my personality and edits. Great constructive positive feedback would be great 🤜🏽 lambda will be given! If you find it in your day or interest , subscribe!', with flair 'Channel Review'
+9208 [2020-01-13 21:45:42] There has been a new submission: 'The Whip Stitch - bringing your work closer together and a give-a-way', with flair 'Vlog'
+9208 [2020-01-13 21:45:44] /u/thebentknitter had their submission removed for insufficient lambda.
+9208 [2020-01-13 21:54:52] There has been a new submission: 'How to balance being a youtuber as well as a student?', with flair 'Discussion'
+9208 [2020-01-13 21:59:36] '/u/DexActre' has given '/u/Riko_07' lambda!
+9208 [2020-01-13 21:59:36] The OP received lambda too!
+9445 [2020-01-13 22:01:58]
+####################
+[2020-01-13 22:01:58] RESTARTED
+####################
+
+9445 [2020-01-13 22:02:48] There has been a new submission: 'How To Make Future Bass', with flair 'Video Critique'
+9445 [2020-01-13 22:02:51] /u/Brochillen had their submission removed for insufficient lambda.
+9445 [2020-01-13 22:03:24] '/u/guyFCR' has given '/u/Ralfzer0' lambda!
+9445 [2020-01-13 22:05:18] '/u/coolnotcan' has given '/u/panaramanwa' lambda!
+9445 [2020-01-13 22:05:19] The OP received lambda too!
+9445 [2020-01-13 22:05:29] '/u/SlyGuyChris' has given '/u/ashtanganurse' lambda!
+9445 [2020-01-13 22:06:21] '/u/SlyGuyChris' has given '/u/kamilpekala' lambda!
+9445 [2020-01-13 22:06:34] '/u/Robbo2513' has given '/u/panaramanwa' lambda!
+9445 [2020-01-13 22:08:37] '/u/SlyGuyChris' has given '/u/DeathEverlasting' lambda!
+9445 [2020-01-13 22:12:54] There has been a new submission: 'This is a reaction/Commentary type video looking for some constructive feedback! its titled "You. | The JTs Watch"', with flair 'Video Critique'
+9445 [2020-01-13 22:27:27] '/u/DexActre' has given '/u/MattEssYT' lambda!
+9445 [2020-01-13 22:32:19] There has been a new submission: 'I've been holding videos every week on Sundays but I haven't posted them on here for awhile. I wanted to wait until I felt I improved more to do so. Well I figured this video I uploaded during the first week of the new year so let me know what you guys think! Giving lambda for quality feedback.', with flair 'Channel Review'
+9445 [2020-01-13 22:35:17] There has been a new submission: 'For people who do no commentary gameplays - Obviously no YPP', with flair 'Gaming'
+9445 [2020-01-13 22:35:19] /u/svdpc had their submission removed for insufficient lambda.
+9445 [2020-01-13 22:39:04] There has been a new submission: 'TAKE CHARGE FAMILY - KIDS & PARENTS CHANGE PLACES', with flair 'Video Critique'
+9445 [2020-01-13 22:40:23] '/u/CertMedia' has given '/u/coolnotcan' lambda!
+9445 [2020-01-13 22:40:23] The OP received lambda too!
+9445 [2020-01-13 22:44:17] There has been a new submission: 'Odd Time Signatures in Movies! Some Music Theory for the Music Lovers out there!', with flair 'Video Critique'
+9445 [2020-01-13 22:45:41] There has been a new submission: 'My First Ever Animation (TimeLapse)', with flair 'Art'
+9445 [2020-01-13 22:45:43] /u/ChaoticToons had their submission removed for insufficient lambda.
+9445 [2020-01-13 22:48:05] There has been a new submission: 'Feedback', with flair 'Vlog'
+9445 [2020-01-13 22:48:06] /u/Azonobi had their submission removed for insufficient lambda.
+9445 [2020-01-13 22:51:37] There has been a new submission: 'For people who do no commentary gameplays - Obviously no YPP', with flair 'Gaming'
+9445 [2020-01-13 22:51:39] /u/svdpc had their submission removed for insufficient lambda.
+9445 [2020-01-13 22:59:23] There has been a new submission: 'Hey all! I started making YouTube videos semi frequently a few months ago. This is my most recent upload, about the Worst SNL Sketch of the past decade!', with flair 'Video Critique'
+9445 [2020-01-13 22:59:24] /u/mattammar had their submission removed for insufficient lambda.
+9445 [2020-01-13 23:02:30] '/u/MattEssYT' has given '/u/MN10GAMES' lambda!
+9445 [2020-01-13 23:02:30] The OP received lambda too!
+9445 [2020-01-13 23:03:57] There has been a new submission: 'Recruiting for a small youtubers gaming collab discord (18+)', with flair 'Collab'
+9445 [2020-01-13 23:09:09] There has been a new submission: 'Big collab with gaming channel (31k subs)', with flair 'Collab'
+9445 [2020-01-13 23:09:28] There has been a new submission: 'Hello fellow gamers! I would really appreciate it if you could take 5 minutes out of your day to check out my latest video. Adios!', with flair 'Gaming'
+9445 [2020-01-13 23:09:29] /u/JoshvsGames had their submission removed for insufficient lambda.
+9445 [2020-01-13 23:15:51] There has been a new submission: 'Time to beat up Misuzu in River City Girls, check out my new video :)', with flair 'Gaming'
+9445 [2020-01-13 23:15:52] /u/harru09 had their submission removed for insufficient lambda.
+9445 [2020-01-13 23:19:44] '/u/ShaheerIsHere' has given '/u/invaderzoom' lambda!
+9445 [2020-01-13 23:19:51] '/u/ShaheerIsHere' has given '/u/Gabriella162' lambda!
+9445 [2020-01-13 23:20:31] '/u/ShaheerIsHere' has given '/u/Nikkdrawsart' lambda!
+9445 [2020-01-13 23:21:07] '/u/ShaheerIsHere' has given '/u/InfamousSirHellfire' lambda!
+9445 [2020-01-13 23:22:14] '/u/ShaheerIsHere' has given '/u/Hamlet_71' lambda!
+9445 [2020-01-13 23:22:45] '/u/ShaheerIsHere' has given '/u/brownouty' lambda!
+9445 [2020-01-13 23:23:39] '/u/ShaheerIsHere' has given '/u/Darksideseries' lambda!
+9445 [2020-01-13 23:24:17] There has been a new submission: 'This is my experience being a DoorDash Driver. If you guys are curious on how it went or how much I made feel free to watch my video. As well as also feel to leave any comments on how I did or how I can imported anything from my video. Please and thank you !', with flair 'Vlog'
+9445 [2020-01-13 23:24:30] '/u/ShaheerIsHere' has given '/u/coolnotcan' lambda!
+9445 [2020-01-13 23:25:25] '/u/ShaheerIsHere' has given '/u/clemmonsRushi' lambda!
+9445 [2020-01-13 23:30:21] '/u/ShaheerIsHere' has given '/u/DadaskiDiaries' lambda!
+9445 [2020-01-13 23:35:33] '/u/ShaheerIsHere' has given '/u/PerfectlyBlendedSix' lambda!
+9445 [2020-01-13 23:35:54] '/u/ShaheerIsHere' has given '/u/f4Andrew7' lambda!
+9445 [2020-01-13 23:45:14] There has been a new submission: 'First Yt vid', with flair 'Gaming'
+9445 [2020-01-13 23:45:16] /u/chrissimois had their submission removed for insufficient lambda.
+9445 [2020-01-13 23:57:36] There has been a new submission: '(FIRST VIDEO) 9 Reasons to Use a Digital Task Manager or To Do List', with flair 'Video Critique'
+9445 [2020-01-13 23:57:37] /u/SELFCLOATHING had their submission removed for insufficient lambda.
+9445 [2020-01-13 23:58:41] There has been a new submission: 'Starting a channel has been a learning curve!', with flair 'Discussion'
+9578 [2020-01-14 00:01:58]
+####################
+[2020-01-14 00:01:58] RESTARTED
+####################
+
+9578 [2020-01-14 00:06:58] There has been a new submission: 'I'm looking for Apex Legends creators', with flair 'Discussion'
+9578 [2020-01-14 00:18:43] There has been a new submission: 'I made one of the longer videos I’ve made in a while. It’s 2 hours of game that I tried to edit and refine down to the essentials to still get the story and impact of the first act of Doki Doki Literature Club', with flair 'Gaming'
+9578 [2020-01-14 00:20:37] There has been a new submission: 'I did a tiktok challenge kind of thing lemme know what I could improve', with flair 'None'
+9578 [2020-01-14 00:28:07] There has been a new submission: 'Any small Youtubers need help on their thumbnails?', with flair 'None'
+9578 [2020-01-14 00:28:08] /u/InPlays had their submission removed for insufficient lambda.
+9578 [2020-01-14 00:31:13] There has been a new submission: 'IPA reviews channel', with flair 'Video Critique'
+9578 [2020-01-14 00:31:15] /u/theinterdave had their submission removed for insufficient lambda.
+9578 [2020-01-14 00:33:54] '/u/CL1981' has given '/u/roawr123' lambda!
+9578 [2020-01-14 00:33:55] The OP received lambda too!
+9578 [2020-01-14 00:45:05] There has been a new submission: 'My problem with New YouTubers #NewTuber', with flair 'Video Critique'
+9578 [2020-01-14 00:45:06] /u/UpwardNinja had their submission removed for insufficient lambda.
+9578 [2020-01-14 00:54:27] There has been a new submission: 'New chan', with flair 'Channel Review'
+9578 [2020-01-14 00:54:29] /u/ssmacyt had their submission removed for insufficient lambda.
+9578 [2020-01-14 00:57:24] There has been a new submission: 'Here! Take a break and just give this video a chance!', with flair 'Gaming'
+9578 [2020-01-14 00:57:26] /u/FineManYT had their submission removed for insufficient lambda.
+9578 [2020-01-14 00:59:18] There has been a new submission: 'Trying to reach 100 subs if made lots of mistakes being all over the place but going to dial my channel in the weird news direction any constructive criticism would be awesome', with flair 'Video Critique'
+9578 [2020-01-14 00:59:18] /u/generationalpha had their submission removed for insufficient lambda.
+9578 [2020-01-14 01:01:06] There has been a new submission: 'NEW TO YOUTUBE.. NBA2K STREAMER AND CONTENT CREATOR.. SHOW LOVE!!', with flair 'Gaming'
+9578 [2020-01-14 01:01:09] /u/codgamer1991 had their submission removed for insufficient lambda.
+9218 [2020-01-14 01:02:28] Updated statistics
+9578 [2020-01-14 01:17:42] There has been a new submission: 'I CALLED A 12 YEAR OLD CUTE 😑', with flair 'None'
+9578 [2020-01-14 01:17:44] /u/PoeticJoseph had their submission removed for insufficient lambda.
+9578 [2020-01-14 01:33:43] '/u/Paint2Luv-Art' has given '/u/Nai_Mori' lambda!
+9578 [2020-01-14 01:34:43] '/u/Paint2Luv-Art' has given '/u/theClutchKage' lambda!
+9578 [2020-01-14 01:35:07] '/u/Paint2Luv-Art' has given '/u/SwanCreek' lambda!
+9578 [2020-01-14 01:35:24] '/u/Paint2Luv-Art' has given '/u/Inferus12' lambda!
+9578 [2020-01-14 01:36:22] '/u/Paint2Luv-Art' has given '/u/ExCreeperYT' lambda!
+9578 [2020-01-14 01:36:34] '/u/Paint2Luv-Art' has given '/u/HumperTrooper15' lambda!
+9578 [2020-01-14 01:44:21] '/u/Cyber_Dolphin_' has given '/u/LeftyWillie' lambda!
+9578 [2020-01-14 01:56:18] There has been a new submission: 'Comedy Compilation/Vlog', with flair 'Vlog'
+9578 [2020-01-14 01:56:20] /u/biftyscent had their submission removed for insufficient lambda.
+9578 [2020-01-14 02:01:45] '/u/PandaDoesEverything' has given '/u/hemant_rangdal' lambda!
+9578 [2020-01-14 02:01:45] The OP received lambda too!
+9719 [2020-01-14 02:01:58]
+####################
+[2020-01-14 02:01:58] RESTARTED
+####################
+
+9719 [2020-01-14 02:03:02] '/u/PandaDoesEverything' has given '/u/jimb0z_' lambda!
+9719 [2020-01-14 02:06:34] '/u/PandaDoesEverything' has given '/u/DadaskiDiaries' lambda!
+9719 [2020-01-14 02:17:31] '/u/american_noodle' has given '/u/MN10GAMES' lambda!
+9719 [2020-01-14 02:36:32] There has been a new submission: '100 subs, but disappointed...(bittersweet)', with flair 'Discussion'
+9719 [2020-01-14 02:45:44] There has been a new submission: 'Need some feedback on my intro scene that plays during my videos', with flair 'Video Critique'
+9719 [2020-01-14 02:45:46] /u/LevelZevin had their submission removed for insufficient lambda.
+9719 [2020-01-14 02:57:22] There has been a new submission: '3,000 TROOPS TO BE SENT TO THE MIDDLE EAST', with flair 'Channel Review'
+9719 [2020-01-14 02:57:24] /u/LA_Wave_Newspapers had their submission removed for insufficient lambda.
+9719 [2020-01-14 03:00:05] There has been a new submission: 'Bulking on a budget! Let me know what y’all think', with flair 'Vlog'
+9719 [2020-01-14 03:00:07] /u/ML_bros had their submission removed for insufficient lambda.
+9719 [2020-01-14 03:11:08] There has been a new submission: 'I'll help you with your thumbnails and/or channel branding! FOR FREE!', with flair 'Discussion'
+9719 [2020-01-14 03:28:07] There has been a new submission: 'Pls check out my latest vid and give some advice On Wat am i missing', with flair 'None'
+9719 [2020-01-14 03:30:53] There has been a new submission: 'Roddy Ricch Beat Justin Bieber For The Number One Spot', with flair 'Video Critique'
+9719 [2020-01-14 03:30:55] /u/GucciGoofyGoober had their submission removed for insufficient lambda.
+9856 [2020-01-14 04:01:58]
+####################
+[2020-01-14 04:01:58] RESTARTED
+####################
+
+9856 [2020-01-14 04:09:19] There has been a new submission: 'Breathedge is a under rated survival craft game', with flair 'None'
+9856 [2020-01-14 04:09:20] /u/ReactionZero had their submission removed for insufficient lambda.
+9856 [2020-01-14 04:25:26] '/u/clemmonsRushi' has given '/u/Ericthegoat' lambda!
+9856 [2020-01-14 04:25:26] The OP received lambda too!
+9856 [2020-01-14 04:27:17] There has been a new submission: 'Trying to grow my channel promoting live bands. I’m putting in so much work, I just want people to enjoy it.', with flair 'None'
+9856 [2020-01-14 04:27:18] /u/BigBirtha11 had their submission removed for insufficient lambda.
+9856 [2020-01-14 04:30:50] There has been a new submission: 'Charlie Chaplin Junior', with flair 'Video Critique'
+9856 [2020-01-14 04:30:52] /u/Redredmano had their submission removed for insufficient lambda.
+9856 [2020-01-14 04:35:38] '/u/SimplyKnE' has given '/u/MoskitoDan' lambda!
+9856 [2020-01-14 04:35:38] The OP received lambda too!
+9856 [2020-01-14 04:39:34] There has been a new submission: 'My 2nd attempt to try the Chicken Pot Pie at Safeway, Restaurant Review ... My channel has only been up since Dec.3...Feedback is welcome...', with flair 'Channel Review'
+9856 [2020-01-14 04:39:35] /u/Harley_Larz had their submission removed for insufficient lambda.
+9856 [2020-01-14 04:45:39] There has been a new submission: '8 year old girl rapper !', with flair 'Video Critique'
+9856 [2020-01-14 04:45:41] /u/machine_bun_jelly had their submission removed for insufficient lambda.
+9856 [2020-01-14 04:54:44] There has been a new submission: 'Airplane White cabin Noise | Sleep, Study, Focus ,Relax | 1 Hours Plane Sound', with flair 'Art'
+9856 [2020-01-14 04:54:46] /u/annukamble had their submission removed for insufficient lambda.
+9856 [2020-01-14 05:01:52] There has been a new submission: 'Would love for anyone interested too check out my channel 4x4COWBOY, I’m only 5 away from 200!!!', with flair 'None'
+9856 [2020-01-14 05:01:54] /u/4x4COWBOY had their submission removed for insufficient lambda.
+9856 [2020-01-14 05:15:21] '/u/Jay_YTuber' has given '/u/1_2_three_four_5_6' lambda!
+9856 [2020-01-14 05:15:21] The OP received lambda too!
+9856 [2020-01-14 05:24:29] There has been a new submission: 'I recently took a big leap in my content and started focusing on editing gameplay into short, captioned, entertaining videos. I want to hear your advice on how I can improve!', with flair 'Video Critique'
+9856 [2020-01-14 05:24:31] /u/NaivetyTwitch had their submission removed for insufficient lambda.
+9989 [2020-01-14 06:01:59]
+####################
+[2020-01-14 06:01:59] RESTARTED
+####################
+
+9989 [2020-01-14 06:14:37] '/u/MusikPalast' has given '/u/spicymilksauce' lambda!
+9989 [2020-01-14 06:14:37] The OP received lambda too!
+9989 [2020-01-14 06:20:51] '/u/Geoffroditis' has given '/u/RichiPete' lambda!
+9989 [2020-01-14 06:20:51] The OP received lambda too!
+9989 [2020-01-14 06:28:49] There has been a new submission: '5 Ways to Saving Your Gopro Life w/ English Sub', with flair 'Vlog'
+9989 [2020-01-14 06:28:50] /u/belangtarungdotcom had their submission removed for insufficient lambda.
+9989 [2020-01-14 06:40:44] There has been a new submission: 'Put some actual editing into this, was a bit rushed but I just want to see if you guys think I have what it takes to make it ;)', with flair 'Discussion'
+9989 [2020-01-14 06:40:47] /u/RichiPete had their submission removed for using the wrong flair.
+9989 [2020-01-14 06:54:57] There has been a new submission: 'Put some actual editing into this, was a bit rushed but I just want to see if you guys think I have what it takes to make it ;)', with flair 'Video Critique'
+9989 [2020-01-14 06:56:08] There has been a new submission: 'Journey to 100 subs 23% complete in just over a month, for any of you who view my channel i could use some critique, thank you', with flair 'None'
+9989 [2020-01-14 06:56:10] /u/max91800 had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:05:14] '/u/guyFCR' has given '/u/nimer7' lambda!
+9989 [2020-01-14 07:06:05] '/u/guyFCR' has given '/u/timbo_t' lambda!
+9989 [2020-01-14 07:06:51] There has been a new submission: 'I’d love some feedback!', with flair 'Video Critique'
+9989 [2020-01-14 07:06:52] /u/beautybyshelbye had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:07:00] '/u/guyFCR' has given '/u/Nerdsona' lambda!
+9989 [2020-01-14 07:07:11] '/u/clemmonsRushi' has given '/u/EricGlassVideos' lambda!
+9989 [2020-01-14 07:07:25] There has been a new submission: 'Feels like my posts get buried here. What’s the best way to prevent this?', with flair 'Discussion'
+9989 [2020-01-14 07:07:48] '/u/clemmonsRushi' has given '/u/RichiPete' lambda!
+9989 [2020-01-14 07:08:56] There has been a new submission: 'Jeremy Fragrance... Thank you', with flair 'None'
+9989 [2020-01-14 07:08:57] /u/Derbyboyuk had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:15:14] '/u/Jay_YTuber' has given '/u/hemant_rangdal' lambda!
+9989 [2020-01-14 07:17:34] '/u/chamsbiz' has given '/u/coolnotcan' lambda!
+9989 [2020-01-14 07:21:13] There has been a new submission: 'Recap of my 10+ years on YT - First video back after years out, critique appreciated', with flair 'None'
+9989 [2020-01-14 07:24:39] There has been a new submission: 'UPVOTE! GET ME TO 1K', with flair 'Channel Review'
+9989 [2020-01-14 07:24:41] /u/zoetowne had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:27:32] There has been a new submission: 'Movie review', with flair 'None'
+9989 [2020-01-14 07:27:33] /u/DJTalksOfficial had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:28:29] There has been a new submission: 'How bud light seltzer was created, would love feedback!', with flair 'Video Critique'
+9989 [2020-01-14 07:45:51] '/u/Undercovercop929' has given '/u/spicymilksauce' lambda!
+9989 [2020-01-14 07:45:51] The OP received lambda too!
+9989 [2020-01-14 07:46:47] There has been a new submission: 'Avatar Minecraft - Ba Sing Se Entry Plaza Time-Lapse', with flair 'Gaming'
+9989 [2020-01-14 07:46:49] /u/zulfur_dj had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:49:42] '/u/EricGlassVideos' has given '/u/OneFor56' lambda!
+9989 [2020-01-14 07:49:42] The OP received lambda too!
+9989 [2020-01-14 07:50:17] There has been a new submission: 'Who will be watching the big fight? Here are our thoughts on the press conference...', with flair 'Discussion'
+9989 [2020-01-14 07:50:19] /u/MattAyres_ had their submission removed for using the wrong flair.
+9989 [2020-01-14 07:50:31] There has been a new submission: 'Just dropped a new video if you guys can check it out I would appreciate it', with flair 'Vlog'
+9989 [2020-01-14 07:50:33] /u/louieliufestyle had their submission removed for insufficient lambda.
+9989 [2020-01-14 07:57:41] '/u/EricGlassVideos' has given '/u/Lxko1' lambda!
+9989 [2020-01-14 08:00:15] There has been a new submission: 'What PS5 launch title are you most excited about?!', with flair 'None'
+9989 [2020-01-14 08:00:18] /u/MattAyres_ had their submission removed for insufficient lambda.
+10406 [2020-01-14 08:01:59]
+####################
+[2020-01-14 08:01:59] RESTARTED
+####################
+
+10406 [2020-01-14 09:04:24] There has been a new submission: 'This video is a funny video. Not just for gamers. I laughed making it. So hope you guys check it out.', with flair 'Gaming'
+10406 [2020-01-14 09:04:26] /u/_mackgenesid had their submission removed for insufficient lambda.
+10406 [2020-01-14 09:05:50] There has been a new submission: 'New video! Lambda for detailed feedback (Also please leave comment in video)', with flair 'Video Critique'
+10406 [2020-01-14 09:58:40] There has been a new submission: 'The Absolute Worst Of Twitter', with flair 'None'
+10406 [2020-01-14 09:58:41] /u/Bezirks had their submission removed for insufficient lambda.
+10539 [2020-01-14 10:01:59]
+####################
+[2020-01-14 10:01:59] RESTARTED
+####################
+
+10539 [2020-01-14 10:02:51] There has been a new submission: 'My rant/comedy video... any feedback is welcomed', with flair 'Video Critique'
+10539 [2020-01-14 10:02:53] /u/Tri99erMe had their submission removed for insufficient lambda.
+10539 [2020-01-14 10:44:41] There has been a new submission: 'Hello guys here is a b roll sequence I made on a pc fitting .Tell me your impressions !', with flair 'Channel Review'
+10539 [2020-01-14 11:25:04] There has been a new submission: 'What do you think about that and do you have any helpful tips I can use for future', with flair 'Art'
+10539 [2020-01-14 11:25:05] /u/valartbg had their submission removed for insufficient lambda.
+10539 [2020-01-14 11:31:07] '/u/spicymilksauce' has given '/u/ahhpfft' lambda!
+10539 [2020-01-14 11:31:07] The OP received lambda too!
+10539 [2020-01-14 11:31:19] There has been a new submission: 'Celebrity Tricky Questions: Muntik Mamatay Dahil Sa Nose Job? | HumanMeter', with flair 'None'
+10539 [2020-01-14 11:31:21] /u/IndividualGuide had their submission removed for insufficient lambda.
+10539 [2020-01-14 11:41:48] There has been a new submission: 'I WILL GIVE YOU LAMBDA. this sketch is supposed to make you uncomfortable', with flair 'Video Critique'
+10539 [2020-01-14 11:48:00] There has been a new submission: 'Why I use E To Edit (BEST EDIT BIND)', with flair 'None'
+10539 [2020-01-14 11:48:01] /u/Desesko had their submission removed for insufficient lambda.
+10672 [2020-01-14 12:01:59]
+####################
+[2020-01-14 12:01:59] RESTARTED
+####################
+
+10672 [2020-01-14 12:02:51] '/u/panaramanwa' has given '/u/aaron_storm7' lambda!
+10672 [2020-01-14 12:02:51] The OP received lambda too!
+10672 [2020-01-14 12:14:55] '/u/kamilpekala' has given '/u/IShotTheSheriffx' lambda!
+10672 [2020-01-14 12:14:55] The OP received lambda too!
+10672 [2020-01-14 12:15:43] There has been a new submission: 'EXPERIMENT! What happened KINETIC SAND & WATER?', with flair 'Video Critique'
+10672 [2020-01-14 12:15:45] /u/e2sayang had their submission removed for insufficient lambda.
+10672 [2020-01-14 12:17:14] There has been a new submission: 'Full walkthrough and guide on how to setup a professionally looking studio in your car to record YouTube videos on a budget! Lights, microphone, everything explained. No reverb, no noises, nice and clean it’s perfect! Is the length of the video too daunting? Is it interesting enough?', with flair 'Video Critique'
+10672 [2020-01-14 12:22:47] There has been a new submission: 'A funny take on game reviews, i would love some feedback and thoughts, especially on why the audience retention is low', with flair 'Video Critique'
+10672 [2020-01-14 12:26:53] There has been a new submission: 'Interrogation', with flair 'None'
+10672 [2020-01-14 12:26:54] /u/Known-Letterhead had their submission removed for insufficient lambda.
+10672 [2020-01-14 12:31:41] '/u/BurgerStrom' has given '/u/Vasilis-Tsaknakis' lambda!
+10672 [2020-01-14 13:01:50] There has been a new submission: 'This is my first ever attempt at video editing. It's a pantera air guitar cover I did for an online competition. Let me know what you think about it and if you find it worthy, I would me more than thankful if you leave a like on youtube. 💪', with flair 'Video Critique'
+10672 [2020-01-14 13:01:53] /u/Im_Buckethead had their submission removed for insufficient lambda.
+10672 [2020-01-14 13:37:05] '/u/clemmonsRushi' has given '/u/Im_Buckethead' lambda!
+10672 [2020-01-14 13:41:14] There has been a new submission: '[Channel] Advice on content variation?', with flair 'Discussion'
+10672 [2020-01-14 13:52:20] '/u/HuntedCharlie' has given '/u/Vasilis-Tsaknakis' lambda!
+10672 [2020-01-14 13:53:16] '/u/MattEssYT' has given '/u/LionessLicia' lambda!
+10672 [2020-01-14 13:54:30] '/u/MattEssYT' has given '/u/NaivetyTwitch' lambda!
+10672 [2020-01-14 13:56:23] '/u/regismathias' has given '/u/Lxko1' lambda!
+10672 [2020-01-14 13:56:23] The OP received lambda too!
+10672 [2020-01-14 13:58:05] '/u/regismathias' has given '/u/CopperPanMan' lambda!
+10672 [2020-01-14 14:00:05] '/u/regismathias' has given '/u/bakedreviews420' lambda!
+10672 [2020-01-14 14:01:56] '/u/regismathias' has given '/u/mtlboy95' lambda!
+10876 [2020-01-14 14:01:59]
+####################
+[2020-01-14 14:01:59] RESTARTED
+####################
+
+10876 [2020-01-14 14:07:48] '/u/Riko_07' has given '/u/Im_Buckethead' lambda!
+10876 [2020-01-14 14:07:48] The OP received lambda too!
+10876 [2020-01-14 14:12:06] There has been a new submission: 'Be Unshakeable! Start your Journey Right! Who has read this book?', with flair 'Video Critique'
+10876 [2020-01-14 14:16:39] There has been a new submission: 'Peloton | Short', with flair 'Video Critique'
+10876 [2020-01-14 14:16:41] /u/audia4123456 had their submission removed for insufficient lambda.
+10876 [2020-01-14 14:18:36] There has been a new submission: 'i plan on posting travel videos on my channel', with flair 'Vlog'
+10876 [2020-01-14 14:18:37] /u/goobibaby had their submission removed for insufficient lambda.
+10876 [2020-01-14 14:32:08] '/u/Undercovercop929' has given '/u/mrgeorgewebster' lambda!
+10876 [2020-01-14 14:36:32] '/u/Riko_07' has given '/u/gokukog' lambda!
+10876 [2020-01-14 14:37:18] '/u/Riko_07' has given '/u/Arrrash' lambda!
+10876 [2020-01-14 14:37:44] '/u/kamilpekala' has given '/u/hemant_rangdal' lambda!
+10876 [2020-01-14 14:37:44] The OP received lambda too!
+10876 [2020-01-14 14:39:53] There has been a new submission: 'Nobody’s that started Vlogging, how was your growing progress? looking so for some advice', with flair 'Discussion'
+10876 [2020-01-14 14:40:17] '/u/BurgerStrom' has given '/u/Leavemehaloone' lambda!
+10876 [2020-01-14 14:50:14] '/u/MafiasFinestTV' has given '/u/Im_Buckethead' lambda!
+10876 [2020-01-14 14:50:15] The OP received lambda too!
+10876 [2020-01-14 14:51:12] There has been a new submission: 'The legend of zelda playthrough part 1 - The First Dungeon & a puppy trying to tell me what to do', with flair 'Gaming'
+10876 [2020-01-14 14:53:10] There has been a new submission: 'My SO and I are trying new cinematic stuff! Let us know what you thinking the short like a minute in:)', with flair 'Vlog'
+10876 [2020-01-14 14:57:52] There has been a new submission: 'Minecraft PVP Mouse and Keyboard sounds. Feedback is greatly appreciated :)', with flair 'Video Critique'
+10876 [2020-01-14 15:04:22] There has been a new submission: 'This is my first ever attempt for video editing. It was made for an online air guitar competition. Let me know what you think about it and if it's cool I would be more than thankful if you leave a like on youtube.', with flair 'Video Critique'
+10876 [2020-01-14 15:06:43] '/u/Robbo2513' has given '/u/NaivetyTwitch' lambda!
+10876 [2020-01-14 15:13:01] '/u/Robbo2513' has given '/u/Mentals__' lambda!
+10876 [2020-01-14 15:14:31] '/u/Robbo2513' has given '/u/BurgerStrom' lambda!
+10876 [2020-01-14 15:15:52] '/u/Robbo2513' has given '/u/gokukog' lambda!
+10876 [2020-01-14 15:16:35] '/u/DCengineer87' has given '/u/panaramanwa' lambda!
+10876 [2020-01-14 15:16:35] The OP received lambda too!
+10876 [2020-01-14 15:22:36] There has been a new submission: 'That Friend that keeps telling False History Facts - I hope it'll make you laugh', with flair 'Vlog'
+10876 [2020-01-14 15:27:04] There has been a new submission: 'Hey just made a new video about animal abuse and what people need to take care of pets. and I was hoping some people could check it out and give me some advice on what to do better.', with flair 'Channel Review'
+10876 [2020-01-14 15:27:06] /u/thefirelord500 had their submission removed for insufficient lambda.
+10876 [2020-01-14 15:32:45] There has been a new submission: 'Starting out in a YouTuber's Minecraft SMP Server. Come check it out please and give feedback. I shall award lambda', with flair 'Gaming'
+10876 [2020-01-14 15:32:47] /u/Mentals__ had their submission removed for insufficient lambda.
+10876 [2020-01-14 15:35:01] '/u/Arrrash' has given '/u/ZiggyTheGoat' lambda!
+10876 [2020-01-14 15:35:02] The OP received lambda too!
+10876 [2020-01-14 15:38:59] '/u/Menix123' has given '/u/nimer7' lambda!
+10876 [2020-01-14 15:38:59] The OP received lambda too!
+10876 [2020-01-14 15:39:41] '/u/GarettRBG' has given '/u/EricGlassVideos' lambda!
+10876 [2020-01-14 15:39:41] The OP received lambda too!
+10876 [2020-01-14 15:40:52] There has been a new submission: '2020 is the Make or Break Year for Halo', with flair 'Video Critique'
+10876 [2020-01-14 15:42:42] There has been a new submission: 'STILL TRYING', with flair 'Video Critique'
+10876 [2020-01-14 15:44:03] There has been a new submission: 'Me and my son started this channel a year ago to make Fortnite and movie videos. We did this video yesterday, and it is the most "spammy" and "clickbaitsy" video thumbnail ever from us. (Question: Do you like the concept in this video?)', with flair 'Gaming'
+10876 [2020-01-14 15:44:05] /u/popularvote_yt had their submission removed for insufficient lambda.
+10876 [2020-01-14 15:45:35] '/u/Riko_07' has given '/u/Poke-Arcade' lambda!
+10876 [2020-01-14 15:48:29] '/u/GarettRBG' has given '/u/max91800' lambda!
+10876 [2020-01-14 15:50:23] '/u/Menix123' has given '/u/Poke-Arcade' lambda!
+10876 [2020-01-14 15:53:48] '/u/Riko_07' has given '/u/TheRealJyro' lambda!
+10876 [2020-01-14 15:55:50] There has been a new submission: '24fps vs 30fps for talking head type video', with flair 'Discussion'
+11375 [2020-01-14 16:01:59]
+####################
+[2020-01-14 16:01:59] RESTARTED
+####################
+
+11375 [2020-01-14 16:02:56] There has been a new submission: 'I think I am making progress ♥♥ My thoughts on Tokyo Ghoul', with flair 'Video Critique'
+11375 [2020-01-14 16:10:44] '/u/Arrrash' has given '/u/popularvote_yt' lambda!
+11375 [2020-01-14 16:10:44] The OP received lambda too!
+11375 [2020-01-14 16:14:27] '/u/guyFCR' has given '/u/TonyGamerr' lambda!
+11375 [2020-01-14 16:16:08] There has been a new submission: 'Hey Guys! This is my most recent video and I spent a good amount of time producing it. Currently 33 Subscribers Strong :) Would appreciate any feedback or love on the channel! <3 Hope you have a great day!', with flair 'Video Critique'
+11375 [2020-01-14 16:17:38] There has been a new submission: 'It's been a long time since I posted here, but hopefully this gets some feedback. I really enjoyed my time making this video. "Haikyuu s4 ep 1 Review". As always feedback will be rewarded with lambda', with flair 'Video Critique'
+11375 [2020-01-14 16:19:09] '/u/Menix123' has given '/u/the__day__man' lambda!
+11375 [2020-01-14 16:20:35] '/u/_NGaming_' has given '/u/BurgerStrom' lambda!
+11375 [2020-01-14 16:20:35] The OP received lambda too!
+11375 [2020-01-14 16:23:22] '/u/Bernguz' has given '/u/mrgeorgewebster' lambda!
+11375 [2020-01-14 16:23:22] The OP received lambda too!
+11375 [2020-01-14 16:27:37] '/u/panaramanwa' has given '/u/TonyGamerr' lambda!
+11375 [2020-01-14 16:28:16] '/u/coolnotcan' has given '/u/izaakfromspace' lambda!
+11375 [2020-01-14 16:28:16] The OP received lambda too!
+11375 [2020-01-14 16:33:44] '/u/uneasywerewolf' has given '/u/NaivetyTwitch' lambda!
+11375 [2020-01-14 16:33:56] '/u/Arrrash' has given '/u/BurgerStrom' lambda!
+11375 [2020-01-14 16:34:09] '/u/Arrrash' has given '/u/hemant_rangdal' lambda!
+11375 [2020-01-14 16:35:05] '/u/_NGaming_' has given '/u/NaivetyTwitch' lambda!
+11375 [2020-01-14 16:36:08] There has been a new submission: 'How did you guys handle posting videos if you had a long layoff?', with flair 'Discussion'
+11375 [2020-01-14 16:38:24] '/u/nimer7' has given '/u/hemant_rangdal' lambda!
+11375 [2020-01-14 16:38:24] The OP received lambda too!
+11375 [2020-01-14 16:38:42] '/u/Vasilis-Tsaknakis' has given '/u/PheraWorld' lambda!
+11375 [2020-01-14 16:38:42] The OP received lambda too!
+11375 [2020-01-14 16:39:39] '/u/Vasilis-Tsaknakis' has given '/u/MechHeadZA' lambda!
+11375 [2020-01-14 16:39:48] There has been a new submission: 'I GOT THE APEX LEGENDS BUG | Apex Legends Funny Moments -- You were all so helpful last time I shared here. I received a ton of great feedback, one of which being to cut things down a little bit more to make a more digestible video. I'm very happy with this one, my new favorite video on my channel.', with flair 'Gaming'
+11375 [2020-01-14 16:40:26] '/u/Vasilis-Tsaknakis' has given '/u/aaron_storm7' lambda!
+11375 [2020-01-14 16:41:31] '/u/Vasilis-Tsaknakis' has given '/u/DannyDantics' lambda!
+11375 [2020-01-14 16:41:48] '/u/Vasilis-Tsaknakis' has given '/u/gokukog' lambda!
+11375 [2020-01-14 16:42:16] '/u/Vasilis-Tsaknakis' has given '/u/Arrrash' lambda!
+11375 [2020-01-14 16:48:43] '/u/Bernguz' has given '/u/BurgerStrom' lambda!
+11375 [2020-01-14 16:49:42] There has been a new submission: 'Marathon run for cause!!!', with flair 'Vlog'
+11375 [2020-01-14 16:53:31] '/u/Im_Buckethead' has given '/u/Arrrash' lambda!
+11375 [2020-01-14 16:53:32] The OP received lambda too!
+11375 [2020-01-14 17:00:08] '/u/Vasilis-Tsaknakis' has given '/u/SBC-Golf' lambda!
+11375 [2020-01-14 17:02:23] There has been a new submission: 'WoT Funny Moments #3 (Epic wins and fails)', with flair 'Gaming'
+11375 [2020-01-14 17:02:37] '/u/nimer7' has given '/u/SBC-Golf' lambda!
+11375 [2020-01-14 17:04:10] There has been a new submission: '7 Days To Die - The Crossbow', with flair 'Gaming'
+11375 [2020-01-14 17:04:12] /u/CheatCentralCH had their submission removed for insufficient lambda.
+11375 [2020-01-14 17:04:39] There has been a new submission: 'This is a review of Spider-Man Far From Home. I'm getting better at editing and writing scripts, but I still think I've got a lot of room to grow. Any feedback would be really helpful!', with flair 'Video Critique'
+11375 [2020-01-14 17:04:41] /u/GrossMartini had their submission removed for insufficient lambda.
+11375 [2020-01-14 17:08:03] There has been a new submission: 'This year I decided to finally get making a channel. I had fun doing it and hopefully some people can enjoy it too!', with flair 'Discussion'
+11375 [2020-01-14 17:08:05] /u/DragonS0l had their submission removed for using the wrong flair.
+11375 [2020-01-14 17:08:18] There has been a new submission: 'I feel like I´m not making any progress with my channel :( .Give me feedback and I will !givelambda', with flair 'Video Critique'
+11375 [2020-01-14 17:18:46] There has been a new submission: 'Some Traditional Jobs that you find on the streets of Porto', with flair 'Vlog'
+11375 [2020-01-14 17:19:55] There has been a new submission: 'This year I decided to finally try making a YouTube channel. I had a lot of fun filming this video and hopefully someone else will get some enjoyment from it too!', with flair 'Vlog'
+11375 [2020-01-14 17:19:55] /u/DragonS0l had their submission removed for insufficient lambda.
+11375 [2020-01-14 17:23:04] '/u/HuntedCharlie' has given '/u/RancidAutist' lambda!
+11375 [2020-01-14 17:27:19] There has been a new submission: 'ME TEACHING YOU HOW TO IRON... MAYBE', with flair 'Video Critique'
+11375 [2020-01-14 17:36:00] There has been a new submission: 'Hey guys, busy working on my next video! Give me your thoughts on my last one', with flair 'Gaming'
+11375 [2020-01-14 17:38:12] {ERROR} received 503 HTTP response
+11375 [2020-01-14 17:53:32] There has been a new submission: 'I recently took a big leap in my content and started focusing on editing gameplay into short, captioned, entertaining videos. I want to hear your advice on how I can improve!', with flair 'Video Critique'
+11375 [2020-01-14 17:59:27] There has been a new submission: 'Off-Meta Gameplay in League of Legends!', with flair 'Gaming'
+11375 [2020-01-14 17:59:28] /u/xRepentance had their submission removed for insufficient lambda.
+11509 [2020-01-14 18:01:59]
+####################
+[2020-01-14 18:01:59] RESTARTED
+####################
+
+11509 [2020-01-14 18:02:23] '/u/Menix123' has given '/u/TechLens_Official' lambda!
+11509 [2020-01-14 18:02:35] '/u/Menix123' has given '/u/MafiasFinestTV' lambda!
+11509 [2020-01-14 18:03:15] There has been a new submission: 'A tip for promoting yourself on social media', with flair 'Discussion'
+11509 [2020-01-14 18:16:52] '/u/LeRouxie' has given '/u/popularvote_yt' lambda!
+11509 [2020-01-14 18:16:53] The OP received lambda too!
+11509 [2020-01-14 18:19:34] There has been a new submission: 'Funnies Team Fail with Dr. Lupo | EFT_WTF - Ep. 3 | Escape from Tarkov Funny and Epic Moments', with flair 'Gaming'
+11509 [2020-01-14 18:19:35] /u/dune1964 had their submission removed for insufficient lambda.
+11509 [2020-01-14 18:21:15] '/u/kamilpekala' has given '/u/TonyGamerr' lambda!
+11509 [2020-01-14 18:26:34] '/u/Arrrash' has given '/u/HotshotRaptor' lambda!
+11509 [2020-01-14 18:27:37] There has been a new submission: 'Introduction to Computer Networking (Great technology skill to have)', with flair 'Video Critique'
+11509 [2020-01-14 18:27:38] /u/coletv had their submission removed for insufficient lambda.
+11509 [2020-01-14 18:29:49] There has been a new submission: 'I'm Bad at Geoguessr.... Please Watch the video and give me your opinion and what to improve on in future, thanks in advance.', with flair 'Channel Review'
+11509 [2020-01-14 18:31:29] There has been a new submission: 'Mandalorian Theme (Minecraft Note Block Cover)', with flair 'Art'
+11509 [2020-01-14 18:31:31] /u/Mr_Arcon had their submission removed for insufficient lambda.
+11509 [2020-01-14 18:39:11] There has been a new submission: 'Hey guys! It would be great if you could give this video a watch and give some feedback on it. Also, if you would consider leaving a like or even subscribing that would be AMAZING! Thank you in advance.', with flair 'Gaming'
+11509 [2020-01-14 18:39:36] '/u/kamilpekala' has given '/u/popularvote_yt' lambda!
+11509 [2020-01-14 18:40:30] There has been a new submission: 'How to increase the average view duration?', with flair 'Discussion'
+11509 [2020-01-14 18:41:27] There has been a new submission: 'Feedback on my editing?', with flair 'Video Critique'
+11509 [2020-01-14 18:41:30] /u/Slitsilt had their submission removed for insufficient lambda.
+11509 [2020-01-14 18:41:41] '/u/kamilpekala' has given '/u/whiiepz' lambda!
+11509 [2020-01-14 18:44:29] '/u/kamilpekala' has given '/u/Upper-Knowledge' lambda!
+11509 [2020-01-14 18:48:53] '/u/DeathEverlasting' has given '/u/BurgerStrom' lambda!
+11509 [2020-01-14 18:48:53] The OP received lambda too!
+11509 [2020-01-14 18:50:45] '/u/NaivetyTwitch' has given '/u/TheRealJyro' lambda!
+11509 [2020-01-14 18:50:45] The OP received lambda too!
+11509 [2020-01-14 18:51:10] '/u/LeRouxie' has given '/u/mylackey' lambda!
+11509 [2020-01-14 18:52:33] '/u/NaivetyTwitch' has given '/u/AnswersRule' lambda!
+11509 [2020-01-14 18:57:37] '/u/anaana994' has given '/u/hemant_rangdal' lambda!
+11509 [2020-01-14 18:57:37] The OP received lambda too!
+11509 [2020-01-14 19:04:21] There has been a new submission: 'No cross-hair challenge? (CSGO funny moments) Hi, this is my third YT video, if you can, give it a watch and give me feedback please, and whether you think my channel is worthy of subscribing/enjoying as I'm trying to get better. Thanks :)', with flair 'Video Critique'
+11509 [2020-01-14 19:06:39] '/u/kamilpekala' has given '/u/MafiasFinestTV' lambda!
+11509 [2020-01-14 19:15:05] '/u/Menix123' has given '/u/mylackey' lambda!
+11509 [2020-01-14 19:18:32] There has been a new submission: 'DNA's Building Blocks May Have Their Origins in Outer Space', with flair 'Video Critique'
+11509 [2020-01-14 19:18:34] /u/JackWilson1990 had their submission removed for insufficient lambda.
+11509 [2020-01-14 19:18:41] '/u/Menix123' has given '/u/Rizmin' lambda!
+11509 [2020-01-14 19:19:39] '/u/Menix123' has given '/u/cdin3d' lambda!
+11509 [2020-01-14 19:19:43] '/u/MechHeadZA' has given '/u/EricGlassVideos' lambda!
+11509 [2020-01-14 19:19:43] The OP received lambda too!
+11509 [2020-01-14 19:20:50] '/u/_NGaming_' has given '/u/the__day__man' lambda!
+11509 [2020-01-14 19:21:11] '/u/TheRealJyro' has given '/u/NaivetyTwitch' lambda!
+11509 [2020-01-14 19:21:11] The OP received lambda too!
+11509 [2020-01-14 19:21:42] There has been a new submission: 'Fellow PC Gaming Content Creators!', with flair 'Discussion'
+11509 [2020-01-14 19:22:12] There has been a new submission: 'I create entertaining, easy to follow and weirdly nsfw food videos to get people cooking - please let me know what you think :)', with flair 'Video Critique'
+11509 [2020-01-14 19:22:23] There has been a new submission: 'Ice Fishing White Lake', with flair 'Vlog'
+11509 [2020-01-14 19:27:05] '/u/kamilpekala' has given '/u/mylackey' lambda!
+11509 [2020-01-14 19:29:20] There has been a new submission: 'Honestly Im aware this is a kind of trash, regardless how can I make this more watchable? basically what would you do or like to see', with flair 'Video Critique'
+11509 [2020-01-14 19:30:14] There has been a new submission: 'Neewer Ring Light Review - any feedback appreciated! Also if you're just interested in the light lol, it's great for filming', with flair 'Video Critique'
+11509 [2020-01-14 19:30:17] /u/Strawsby had their submission removed for insufficient lambda.
+11509 [2020-01-14 19:38:03] '/u/akameniniu' has given '/u/BurgerStrom' lambda!
+11509 [2020-01-14 19:38:03] The OP received lambda too!
+11509 [2020-01-14 19:43:04] There has been a new submission: 'FREE SHOUTOUT. COMMENT AND SUBSCRIBE ON LATEST VIDEO', with flair 'Gaming'
+11509 [2020-01-14 19:43:06] /u/GregsGamingCornerYT had their submission removed for insufficient lambda.
+11509 [2020-01-14 19:46:15] '/u/Menix123' has given '/u/_NGaming_' lambda!
+11509 [2020-01-14 19:48:15] '/u/Menix123' has given '/u/Strawsby' lambda!
+11509 [2020-01-14 19:49:56] There has been a new submission: 'Today's the day', with flair 'Discussion'
+11509 [2020-01-14 19:50:06] '/u/Vasilis-Tsaknakis' has given '/u/Strawsby' lambda!
+11509 [2020-01-14 19:51:44] There has been a new submission: 'Advice on growing my YouTube channel other than subreddits and posting more quality content?', with flair 'Discussion'
+11509 [2020-01-14 19:52:13] There has been a new submission: 'Neewer Ring Light Review - any feedback appreciated! Also if you're just interested in learning more about the light, it's great for filming', with flair 'Video Critique'
+11509 [2020-01-14 19:53:54] '/u/coolnotcan' has given '/u/popularvote_yt' lambda!
+11509 [2020-01-14 19:54:13] '/u/coolnotcan' has given '/u/Strawsby' lambda!
+11509 [2020-01-14 19:54:53] '/u/N1ma1' has given '/u/mrgeorgewebster' lambda!
+11509 [2020-01-14 19:54:53] The OP received lambda too!
+11509 [2020-01-14 19:59:09] There has been a new submission: 'REALISTIC what I got for Christmas! 🎄', with flair 'Thumbnail Review'
+11509 [2020-01-14 19:59:10] /u/sarahharvey1995 had their submission removed for insufficient lambda.
+11509 [2020-01-14 19:59:33] There has been a new submission: 'Camping With The Boys Gone WRONG, saved by Two STRANGERS', with flair 'Channel Review'
+11509 [2020-01-14 19:59:33] /u/jackoletdequee had their submission removed for insufficient lambda.
+11642 [2020-01-14 20:01:59]
+####################
+[2020-01-14 20:01:59] RESTARTED
+####################
+
+11642 [2020-01-14 20:02:50] There has been a new submission: 'Does anyone else use MorningFame? Thoughts?', with flair 'Discussion'
+11642 [2020-01-14 20:04:54] There has been a new submission: 'Hello everyone! I am fairly new to Youtube and I have 38 Subs as of now. Looking forward to get a community tab. How do I get a community tab to post pics of my painting/progress of my painting ? Any help is appreciated. Thank You :)', with flair 'Channel Review'
+11642 [2020-01-14 20:04:56] /u/VinithaKamath had their submission removed for insufficient lambda.
+11642 [2020-01-14 20:05:53] There has been a new submission: 'Focused vs Diverse content', with flair 'None'
+11642 [2020-01-14 20:08:26] '/u/american_noodle' has given '/u/DadaskiDiaries' lambda!
+11642 [2020-01-14 20:08:26] The OP received lambda too!
+11642 [2020-01-14 20:12:13] '/u/kamilpekala' has given '/u/_NGaming_' lambda!
+11642 [2020-01-14 20:12:54] '/u/NaivetyTwitch' has given '/u/polishiy' lambda!
+11642 [2020-01-14 20:16:40] '/u/NaivetyTwitch' has given '/u/TheBobbyBands' lambda!
+11642 [2020-01-14 20:20:27] There has been a new submission: 'Experienced People share Their Tips for lowlifes.', with flair 'Video Critique'
+11642 [2020-01-14 20:21:54] There has been a new submission: 'HOW TO SAVE MONEY FASTER | WAYS TO GET FREE CASHFLOW. ( GIVE ME FEEDBACK PLS )', with flair 'Video Critique'
+11642 [2020-01-14 20:21:56] /u/Airship11 had their submission removed for insufficient lambda.
+11642 [2020-01-14 20:27:24] '/u/Vasilis-Tsaknakis' has given '/u/m3n2018' lambda!
+11642 [2020-01-14 20:32:11] There has been a new submission: '[Discussion] YouTube watch time analytics', with flair 'Discussion'
+11642 [2020-01-14 20:33:41] '/u/coolnotcan' has given '/u/Worldwidewild' lambda!
+11642 [2020-01-14 20:34:55] '/u/Jay_YTuber' has given '/u/Arrrash' lambda!
+11642 [2020-01-14 20:35:13] '/u/Jay_YTuber' has given '/u/Vasilis-Tsaknakis' lambda!
+11642 [2020-01-14 20:35:31] '/u/Menix123' has given '/u/Airship11' lambda!
+11642 [2020-01-14 20:36:04] There has been a new submission: 'What you think about this thumbnail? Should I use this kind more often or it should less funnier? :) (don't click if you don't intrested to watch the video itself!)', with flair 'Thumbnail Review'
+11642 [2020-01-14 20:36:05] /u/nRx666 had their submission removed for insufficient lambda.
+11642 [2020-01-14 20:39:23] There has been a new submission: 'What Do Y’all Think? What Can I Improve? (Brutally honest please)', with flair 'None'
+11642 [2020-01-14 20:39:35] '/u/Jischasing' has given '/u/Polymorphicspector' lambda!
+11642 [2020-01-14 20:39:35] The OP received lambda too!
+11642 [2020-01-14 20:42:05] '/u/LeRouxie' has given '/u/the__day__man' lambda!
+11642 [2020-01-14 20:43:59] '/u/RockLover37' has given '/u/Airship11' lambda!
+11642 [2020-01-14 20:44:00] The OP received lambda too!
+11642 [2020-01-14 20:44:08] There has been a new submission: 'HOW TO SAVE MONEY FASTER | WAYS TO GET FREE CASHFLOW. (POINT TO WHERE I SUCK AND WHAT I DO GOOD )', with flair 'Video Critique'
+11642 [2020-01-14 20:45:01] '/u/RockLover37' has given '/u/TreverCarreon' lambda!
+11642 [2020-01-14 20:48:46] '/u/bigni44a' has given '/u/Airship11' lambda!
+11642 [2020-01-14 20:48:46] The OP received lambda too!
+11642 [2020-01-14 20:49:29] There has been a new submission: 'Invisble Shadow 2 (New Music Video) - Hope you enjoy please give me feed back!', with flair 'Video Critique'
+11642 [2020-01-14 20:49:30] /u/DanTheDanoBot had their submission removed for insufficient lambda.
+11642 [2020-01-14 20:51:38] There has been a new submission: 'WHERE IN THE WORLD IS THIS? | Geoguessr #1', with flair 'Video Critique'
+11642 [2020-01-14 20:54:45] There has been a new submission: 'I'm new to YouTube. This is my newest video. I'm just kind of winging it right now. It's hard to decide on what specific thing for the channel to be about. I'm trying a "general" channel with series focused on certain topics. This case it's video games. Any feedback on anything would be cool :)', with flair 'Gaming'
+11642 [2020-01-14 20:54:47] /u/codeADVanced had their submission removed for insufficient lambda.
+11642 [2020-01-14 20:57:05] '/u/Jischasing' has given '/u/ZakkyPants' lambda!
+11642 [2020-01-14 20:59:58] There has been a new submission: 'This is my second video would love feedback', with flair 'Video Critique'
+11642 [2020-01-14 21:00:45] There has been a new submission: 'Help Me Please', with flair 'Channel Review'
+11642 [2020-01-14 21:00:47] /u/themicrotrickster had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:02:13] There has been a new submission: 'DELTA ONE - Detroit to Rome - (DL 236 DTW-FCO) B767-300ER', with flair 'Channel Review'
+11642 [2020-01-14 21:02:15] /u/RecordsTravels had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:07:11] There has been a new submission: 'Different sub numbers showing?', with flair 'Discussion'
+11642 [2020-01-14 21:12:05] There has been a new submission: 'New video!', with flair 'Video Critique'
+11642 [2020-01-14 21:12:07] /u/Brutosab had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:12:53] '/u/ulfberht13' has given '/u/mattchu_does_stuff' lambda!
+11642 [2020-01-14 21:12:53] The OP received lambda too!
+11642 [2020-01-14 21:16:11] '/u/cdin3d' has given '/u/TheBobbyBands' lambda!
+11642 [2020-01-14 21:16:11] The OP received lambda too!
+11642 [2020-01-14 21:16:21] There has been a new submission: 'I started a HGV/trucking channel, I've been working hard on getting good content but I'm just not getting the views? Any advice? Am I doing something wrong?', with flair 'Vlog'
+11642 [2020-01-14 21:16:23] /u/Moderhase had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:18:31] There has been a new submission: 'DELTA ONE - Detroit to Rome - (DL 236 DTW-FCO) B767-300ER', with flair 'Channel Review'
+11642 [2020-01-14 21:18:32] /u/RecordsTravels had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:22:34] '/u/kamilpekala' has given '/u/TreverCarreon' lambda!
+11642 [2020-01-14 21:23:50] There has been a new submission: 'I Tried out DayZ for The First Time and it Got WEIRD...', with flair 'Video Critique'
+11642 [2020-01-14 21:23:52] /u/TheBobbyBands had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:24:10] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Jan 14 2020)', with flair 'None'
+11642 [2020-01-14 21:25:15] There has been a new submission: 'I want to make an informative video without coming off as naggy, help!', with flair 'Discussion'
+11642 [2020-01-14 21:26:19] '/u/RockLover37' has given '/u/DCengineer87' lambda!
+11642 [2020-01-14 21:26:29] '/u/Strawsby' has given '/u/Airship11' lambda!
+11642 [2020-01-14 21:26:29] The OP received lambda too!
+11642 [2020-01-14 21:31:39] '/u/spicymilksauce' has given '/u/GenericGhost_YT' lambda!
+11642 [2020-01-14 21:31:39] The OP received lambda too!
+11642 [2020-01-14 21:31:57] '/u/spicymilksauce' has given '/u/BurgerStrom' lambda!
+11642 [2020-01-14 21:32:11] '/u/TheRealJyro' has given '/u/iWhiplash' lambda!
+11642 [2020-01-14 21:32:24] '/u/spicymilksauce' has given '/u/panaramanwa' lambda!
+11642 [2020-01-14 21:32:33] There has been a new submission: 'What Should I Work On To Make My Next Video Better?', with flair 'Gaming'
+11642 [2020-01-14 21:32:46] '/u/spicymilksauce' has given '/u/Vasilis-Tsaknakis' lambda!
+11642 [2020-01-14 21:32:56] '/u/spicymilksauce' has given '/u/MechHeadZA' lambda!
+11642 [2020-01-14 21:33:22] '/u/spicymilksauce' has given '/u/gokukog' lambda!
+11642 [2020-01-14 21:33:41] '/u/spicymilksauce' has given '/u/MusikPalast' lambda!
+11642 [2020-01-14 21:33:54] '/u/spicymilksauce' has given '/u/Im_Buckethead' lambda!
+11642 [2020-01-14 21:34:06] '/u/spicymilksauce' has given '/u/DARSHANRATNI' lambda!
+11642 [2020-01-14 21:34:17] '/u/spicymilksauce' has given '/u/RancidAutist' lambda!
+11642 [2020-01-14 21:34:30] '/u/spicymilksauce' has given '/u/Arrrash' lambda!
+11642 [2020-01-14 21:34:46] '/u/spicymilksauce' has given '/u/Harley_Larz' lambda!
+11642 [2020-01-14 21:37:20] There has been a new submission: 'Fortune Seekers the New Gaming Channel!', with flair 'Gaming'
+11642 [2020-01-14 21:37:22] /u/FortuneSeekers had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:41:14] '/u/panaramanwa' has given '/u/Polymorphicspector' lambda!
+11642 [2020-01-14 21:41:14] The OP received lambda too!
+11642 [2020-01-14 21:43:38] '/u/american_noodle' has given '/u/Worldwidewild' lambda!
+11642 [2020-01-14 21:44:03] '/u/american_noodle' has given '/u/ZakkyPants' lambda!
+11642 [2020-01-14 21:47:27] There has been a new submission: 'Wait another day to get a better recording?', with flair 'Discussion'
+11642 [2020-01-14 21:58:13] There has been a new submission: 'Review 1min of my video its in spanish. But look at the way im trying to format it or structure it', with flair 'Video Critique'
+11642 [2020-01-14 21:58:14] /u/JP11jr had their submission removed for insufficient lambda.
+11642 [2020-01-14 21:59:15] '/u/spicymilksauce' has given '/u/Knowhow15' lambda!
+11642 [2020-01-14 22:01:31] '/u/iWhiplash' has given '/u/svdpc' lambda!
+11642 [2020-01-14 22:01:31] The OP received lambda too!
+11880 [2020-01-14 22:01:59]
+####################
+[2020-01-14 22:01:59] RESTARTED
+####################
+
+11880 [2020-01-14 22:18:02] '/u/bakk0i' has given '/u/harsukhpal' lambda!
+11880 [2020-01-14 22:18:02] The OP received lambda too!
+11880 [2020-01-14 22:31:15] '/u/iWhiplash' has given '/u/damgerxmen' lambda!
+11880 [2020-01-14 22:32:00] '/u/FergHD' has given '/u/BurgerStrom' lambda!
+11880 [2020-01-14 22:32:00] The OP received lambda too!
+11880 [2020-01-14 22:32:44] There has been a new submission: 'Check it out. Gimme that feedback. Lmk lmk', with flair 'Gaming'
+11880 [2020-01-14 22:36:15] '/u/iWhiplash' has given '/u/TheBobbyBands' lambda!
+11880 [2020-01-14 22:37:35] '/u/nimer7' has given '/u/Tri99erMe' lambda!
+11880 [2020-01-14 22:41:01] There has been a new submission: 'I Played DayZ for the First Time and it was WEIRD...', with flair 'Gaming'
+11880 [2020-01-14 22:42:56] There has been a new submission: 'Call of Duty Modern Warfare | 3 Intense Mini Rounds of 2 v 2 Gunfight Gameplay', with flair 'Gaming'
+11880 [2020-01-14 22:42:59] /u/lukekelly101 had their submission removed for insufficient lambda.
+11880 [2020-01-14 22:56:28] '/u/MechHeadZA' has given '/u/iWhiplash' lambda!
+11880 [2020-01-14 22:57:13] There has been a new submission: 'Wanted | Short Film', with flair 'Video Critique'
+11880 [2020-01-14 22:57:15] /u/Flurius had their submission removed for insufficient lambda.
+11880 [2020-01-14 22:57:54] '/u/iWhiplash' has given '/u/TreverCarreon' lambda!
+11880 [2020-01-14 23:04:05] '/u/TonyGamerr' has given '/u/Goatsause' lambda!
+11880 [2020-01-14 23:04:05] The OP received lambda too!
+11880 [2020-01-14 23:04:38] There has been a new submission: 'I'm taking the opportunity to let you see one of my recent videos. I bought a boat in Peru and went down the Amazon.', with flair 'Video Critique'
+11880 [2020-01-14 23:05:39] There has been a new submission: 'Very new to this! I'm a stand up comic from Oklahoma. At the level of "I'm still an open micer but I make money sometimes". I like the idea of making content, still trying to find a specific lane. I'm aware it's not the best, the idea is to get better. Any input or advice would be appreciated!', with flair 'Video Critique'
+11880 [2020-01-14 23:09:43] '/u/EricGlassVideos' has given '/u/Nhattylite' lambda!
+11880 [2020-01-14 23:11:58] '/u/RockLover37' has given '/u/Heavy_Rain_' lambda!
+11880 [2020-01-14 23:15:13] There has been a new submission: 'GRWM: Spring Festival/Lunar New Year/Chinese New Year + I went to the Forbidden City', with flair 'Vlog'
+11880 [2020-01-14 23:15:14] /u/CatchingUtopia had their submission removed for insufficient lambda.
+11880 [2020-01-14 23:15:40] '/u/RockLover37' has given '/u/damgerxmen' lambda!
+11880 [2020-01-14 23:23:54] There has been a new submission: 'MAKE YOUR SHOES WHITE AGAIN! (Using Common House Supplies)', with flair 'Art'
+11880 [2020-01-14 23:23:56] /u/SlimanGaming had their submission removed for insufficient lambda.
+11880 [2020-01-14 23:24:38] '/u/iWhiplash' has given '/u/BobbyMcbobb3rson' lambda!
+11880 [2020-01-14 23:25:33] There has been a new submission: 'LEEEENNY! Memento Scene', with flair 'Art'
+11880 [2020-01-14 23:25:35] /u/blackarnold699 had their submission removed for insufficient lambda.
+11880 [2020-01-14 23:35:14] '/u/RockLover37' has given '/u/Tri99erMe' lambda!
+11880 [2020-01-14 23:36:14] '/u/damgerxmen' has given '/u/TreverCarreon' lambda!
+11880 [2020-01-14 23:36:14] The OP received lambda too!
+11880 [2020-01-14 23:40:36] There has been a new submission: 'Looking for constructive review on her new video', with flair 'Channel Review'
+11880 [2020-01-14 23:40:38] /u/notnico87 had their submission removed for insufficient lambda.
+11880 [2020-01-14 23:46:57] There has been a new submission: 'False Copyright Strikes! What to do?| Live YouTube tips Q&A | Puša Studios Tek Talk Tuesday! #livewithpusa', with flair 'Discussion'
+11880 [2020-01-14 23:46:58] /u/ThisisJaysworld had their submission removed for using the wrong flair.
+11880 [2020-01-14 23:47:16] '/u/damgerxmen' has given '/u/SebasCbass' lambda!
+11880 [2020-01-14 23:55:11] There has been a new submission: 'I made an apex legends video, its pretty short but I wanted to get something out quick.', with flair 'Video Critique'
+11880 [2020-01-14 23:56:06] There has been a new submission: 'We ate at a Lunch Buffet in TOKYO, JAPAN!!!', with flair 'Vlog'
+11880 [2020-01-14 23:56:08] /u/hallojanelle had their submission removed for insufficient lambda.
+11880 [2020-01-15 00:01:12] There has been a new submission: 'I'm live streaming the new ltm in apex sorry about about the thumbnail I couldn't change it', with flair 'Gaming'
+11880 [2020-01-15 00:01:26] '/u/LappPlaysGames' has given '/u/Tri99erMe' lambda!
+11880 [2020-01-15 00:01:26] The OP received lambda too!
+12013 [2020-01-15 00:01:59]
+####################
+[2020-01-15 00:01:59] RESTARTED
+####################
+
+12013 [2020-01-15 00:04:38] '/u/seveats' has given '/u/SebasCbass' lambda!
+12013 [2020-01-15 00:04:38] The OP received lambda too!
+12013 [2020-01-15 00:04:50] '/u/Jay_YTuber' has given '/u/SebasCbass' lambda!
+12013 [2020-01-15 00:13:14] There has been a new submission: 'After one year of complete and utter dedication & many up and down roller coasters finally hit 1000 subs, 8000 hours watch time and got Monetized in a day and a half! AMA about the journey and I'll be happy to share how I've grown and keep growing at a steady rate! Cheers!', with flair 'Gaming'
+12013 [2020-01-15 00:13:25] '/u/seveats' has given '/u/icecream520' lambda!
+12013 [2020-01-15 00:22:14] There has been a new submission: '🐲 Skyrim: Special Edition Roleplay 🐉 | Arranging A Funeral At A Wedding | 👰', with flair 'Gaming'
+12013 [2020-01-15 00:23:41] There has been a new submission: 'My first big upload in awhile which I made use of the advice I gained here to make some changes to how I handle them so I hope I've improved. Of course I'll be giving lambda for feedback and thank you all for the help to get me to the point!', with flair 'Gaming'
+12013 [2020-01-15 00:28:51] '/u/american_noodle' has given '/u/flarez9012' lambda!
+12013 [2020-01-15 00:30:20] There has been a new submission: 'Should I use TubeBuddy?', with flair 'Discussion'
+12013 [2020-01-15 00:34:49] '/u/Moksh2000' has given '/u/OneFor56' lambda!
+12013 [2020-01-15 00:34:49] The OP received lambda too!
+12013 [2020-01-15 00:44:08] '/u/cdin3d' has given '/u/Moksh2000' lambda!
+9218 [2020-01-15 01:02:45] Updated statistics
+12013 [2020-01-15 01:08:27] '/u/BurgerStrom' has given '/u/kabagonnaplay' lambda!
+12013 [2020-01-15 01:08:27] The OP received lambda too!
+12013 [2020-01-15 01:10:29] '/u/RockLover37' has given '/u/jwiches' lambda!
+12013 [2020-01-15 01:11:47] '/u/RockLover37' has given '/u/Deadaftv' lambda!
+12013 [2020-01-15 01:14:30] There has been a new submission: 'Check out this vid pls comment feedback if possible 🙏🏾', with flair 'Gaming'
+12013 [2020-01-15 01:14:32] /u/KrxshGaming had their submission removed for insufficient lambda.
+12013 [2020-01-15 01:17:26] '/u/iWhiplash' has given '/u/Geoffroditis' lambda!
+12013 [2020-01-15 01:18:40] '/u/SebasCbass' has given '/u/N1ma1' lambda!
+12013 [2020-01-15 01:18:40] The OP received lambda too!
+12013 [2020-01-15 01:18:47] There has been a new submission: 'Star Wars Jedi: fallen order funny moments. I spent a lot of time in the editing but almost 10 minutes on the thumbnail and title isn't much. any criticism is highly appreciated. Thank You!', with flair 'Video Critique'
+12013 [2020-01-15 01:26:35] '/u/american_noodle' has given '/u/4orty1savage' lambda!
+12013 [2020-01-15 01:26:35] The OP received lambda too!
+12013 [2020-01-15 01:29:03] '/u/american_noodle' has given '/u/RockLover37' lambda!
+12013 [2020-01-15 01:29:07] There has been a new submission: 'Star Wars Jedi: fallen order funny moments. I spent a lot of time in the editing but almost 10 minutes on the thumbnail and title isn't much. any criticism is highly appreciated. Thank You!', with flair 'Video Critique'
+12013 [2020-01-15 01:29:08] /u/ThaRegularGamer had their submission removed for insufficient lambda.
+12013 [2020-01-15 01:38:06] '/u/Worldwidewild' has given '/u/N1ma1' lambda!
+12013 [2020-01-15 01:38:06] The OP received lambda too!
+12013 [2020-01-15 01:40:41] There has been a new submission: 'Thinking about making videos again after a year of not uploading anything. Here is my most successful video I uploaded if you guys want to check it out and see the new content coming this year :)', with flair 'Video Critique'
+12013 [2020-01-15 01:40:44] /u/LukeDoes had their submission removed for insufficient lambda.
+12013 [2020-01-15 01:49:47] There has been a new submission: 'Having a rough day sit back relax with a few snacks and get ready to laugh if you love tik tok here you go', with flair 'None'
+12013 [2020-01-15 01:49:48] /u/BondYT_ had their submission removed for insufficient lambda.
+12013 [2020-01-15 01:53:59] '/u/Jischasing' has given '/u/jorishermans' lambda!
+12013 [2020-01-15 01:59:12] '/u/bakk0i' has given '/u/bakedreviews420' lambda!
+12148 [2020-01-15 02:01:59]
+####################
+[2020-01-15 02:01:59] RESTARTED
+####################
+
+12148 [2020-01-15 02:04:18] '/u/StarChases' has given '/u/craigfu5' lambda!
+12148 [2020-01-15 02:04:18] The OP received lambda too!
+12148 [2020-01-15 02:05:52] '/u/american_noodle' has given '/u/craigfu5' lambda!
+12148 [2020-01-15 02:07:03] '/u/iWhiplash' has given '/u/craigfu5' lambda!
+12148 [2020-01-15 02:08:13] There has been a new submission: 'Any feedback and critiques on this gaming video? Would love to hear from you guys :) Trying to figure out the best way to show the gameplay without making it an unedited 40 min video lol', with flair 'Video Critique'
+12148 [2020-01-15 02:13:01] '/u/Moksh2000' has given '/u/N1ma1' lambda!
+12148 [2020-01-15 02:13:43] '/u/Moksh2000' has given '/u/craigfu5' lambda!
+12148 [2020-01-15 02:14:09] '/u/spicymilksauce' has given '/u/flarez9012' lambda!
+12148 [2020-01-15 02:14:49] '/u/american_noodle' has given '/u/bakedreviews420' lambda!
+12148 [2020-01-15 02:20:01] There has been a new submission: 'CHECK THIS OUT!!!', with flair 'Gaming'
+12148 [2020-01-15 02:20:04] /u/WatDaLeoo had their submission removed for insufficient lambda.
+12148 [2020-01-15 02:28:10] There has been a new submission: 'I HAVE A THING THAT DOES STUFF AND MAKES THE HAHA', with flair 'Gaming'
+12148 [2020-01-15 02:28:11] /u/ImManje had their submission removed for insufficient lambda.
+12148 [2020-01-15 02:31:32] There has been a new submission: 'Hi everyone! I like to review reddit posts and be a weirdo. I hope my videos will make people smile :)', with flair 'Vlog'
+12148 [2020-01-15 02:31:34] /u/AoiKatori had their submission removed for insufficient lambda.
+12148 [2020-01-15 02:34:36] There has been a new submission: 'Please Sub To My YT: ItsDopeSponge', with flair 'Channel Review'
+12148 [2020-01-15 02:34:37] /u/ItsDopeSpongeYT had their submission removed for insufficient lambda.
+12148 [2020-01-15 02:41:18] There has been a new submission: 'What this really cool Video and help me boost my youtube channel 1k subs.', with flair 'Vlog'
+12148 [2020-01-15 02:41:20] /u/powerwagon2009 had their submission removed for insufficient lambda.
+12148 [2020-01-15 03:06:39] There has been a new submission: 'RANT: I HATE SNOW seven reasons why', with flair 'Video Critique'
+12148 [2020-01-15 03:12:57] '/u/damgerxmen' has given '/u/ThaRegularGamer' lambda!
+12148 [2020-01-15 03:15:06] '/u/LSNToday' has given '/u/alexvanguard' lambda!
+12148 [2020-01-15 03:15:06] The OP received lambda too!
+12148 [2020-01-15 03:15:26] '/u/TheBobbyBands' has given '/u/ThaRegularGamer' lambda!
+12148 [2020-01-15 03:15:26] The OP received lambda too!
+12148 [2020-01-15 03:16:08] There has been a new submission: 'How NOT to be a Jedi in Star Wars Jedi: Fallen Order Funtage | Funny Moments! I made sure to make it short with as much editing I can do. let me know what you think. thanks', with flair 'Video Critique'
+12148 [2020-01-15 03:21:56] '/u/american_noodle' has given '/u/MagikHat' lambda!
+12148 [2020-01-15 03:25:22] There has been a new submission: 'How can I be eloquent in my YouTube video? I use a script but it's just hard following the script.', with flair 'Video Critique'
+12148 [2020-01-15 03:25:24] /u/Mighty555 had their submission removed for insufficient lambda.
+12148 [2020-01-15 03:26:32] '/u/Cero2996' has given '/u/ThaRegularGamer' lambda!
+12148 [2020-01-15 03:26:32] The OP received lambda too!
+12148 [2020-01-15 03:26:52] '/u/Burkeds' has given '/u/ThaRegularGamer' lambda!
+12148 [2020-01-15 03:26:52] The OP received lambda too!
+12148 [2020-01-15 03:29:47] There has been a new submission: 'Support each other's efforts', with flair 'Vlog'
+12148 [2020-01-15 03:29:48] /u/izdarealizzy had their submission removed for insufficient lambda.
+12148 [2020-01-15 03:43:25] '/u/american_noodle' has given '/u/AoiKatori' lambda!
+12148 [2020-01-15 03:43:47] There has been a new submission: 'Thoughts on my comeback video on YouTube:)', with flair 'None'
+12148 [2020-01-15 03:43:49] /u/DylanTheDoc had their submission removed for insufficient lambda.
+12148 [2020-01-15 03:47:57] There has been a new submission: 'I’m starting to finally make some good videos and want feedback', with flair 'Video Critique'
+12148 [2020-01-15 03:47:58] /u/Shrek_Wazow_Ski_Ball had their submission removed for insufficient lambda.
+12148 [2020-01-15 03:48:44] '/u/RantsWithRogers' has given '/u/blazealdrich37' lambda!
+12148 [2020-01-15 03:48:44] The OP received lambda too!
+12148 [2020-01-15 03:48:53] There has been a new submission: 'Mattumentary', with flair 'Vlog'
+12148 [2020-01-15 03:48:54] /u/pinelicker had their submission removed for insufficient lambda.
+12288 [2020-01-15 04:02:00]
+####################
+[2020-01-15 04:02:00] RESTARTED
+####################
+
+12288 [2020-01-15 04:05:47] There has been a new submission: 'How’s my video from last week?', with flair 'Gaming'
+12288 [2020-01-15 04:05:49] /u/PokemaniacOctoru had their submission removed for insufficient lambda.
+12288 [2020-01-15 04:06:30] There has been a new submission: 'Yummy but every word is a google image (almost) lambda given', with flair 'Video Critique'
+12288 [2020-01-15 04:07:47] '/u/ThaRegularGamer' has given '/u/blazealdrich37' lambda!
+12288 [2020-01-15 04:07:47] The OP received lambda too!
+12288 [2020-01-15 04:10:31] There has been a new submission: 'We all need help and support of each other', with flair 'Channel Review'
+12288 [2020-01-15 04:10:33] /u/englishwithking had their submission removed for insufficient lambda.
+12288 [2020-01-15 04:26:14] '/u/anaana994' has given '/u/TheBobbyBands' lambda!
+12288 [2020-01-15 04:29:57] '/u/anaana994' has given '/u/BobbyMcbobb3rson' lambda!
+12288 [2020-01-15 04:31:41] '/u/damgerxmen' has given '/u/AfricanNiggs' lambda!
+12288 [2020-01-15 04:38:10] '/u/ThaRegularGamer' has given '/u/qzeqYT' lambda!
+12288 [2020-01-15 04:44:34] '/u/RockLover37' has given '/u/Rondaos' lambda!
+12288 [2020-01-15 04:45:17] '/u/RockLover37' has given '/u/DylanTheDoc' lambda!
+12288 [2020-01-15 04:49:25] There has been a new submission: 'Hey all! Just uploaded a new video and in today's video, we take it slow and do a bit of farming! If you enjoyed, make sure to leave a like and subscribe!! I would also appreciate if you share this with the people around you!! Anyways, all feedback is appreciated and I will be giving out Lambda too!', with flair 'Gaming'
+12288 [2020-01-15 04:53:57] There has been a new submission: 'I have a style now what?', with flair 'Discussion'
+12288 [2020-01-15 05:02:50] There has been a new submission: 'First video in almost a year. What should I have done to make it more interesting fb for the viewers to watch. I can talk but I struggle with editing ideas. Also what do you guys use to edit? I use premier pro!', with flair 'Gaming'
+12288 [2020-01-15 05:02:52] /u/DylanTheDoc had their submission removed for insufficient lambda.
+12288 [2020-01-15 05:05:15] '/u/About30NinjasYT' has given '/u/ThatGuy2u2' lambda!
+12288 [2020-01-15 05:05:15] The OP received lambda too!
+12288 [2020-01-15 05:05:31] '/u/About30NinjasYT' has given '/u/SebasCbass' lambda!
+12288 [2020-01-15 05:05:55] '/u/Arrrash' has given '/u/TheBobbyBands' lambda!
+12288 [2020-01-15 05:08:00] There has been a new submission: 'I have enjoyed filming videos every weekend! Here are my best intros of my latest videos of 2019. I will give LAMBDA to legitimate comments/feedback', with flair 'Video Critique'
+12288 [2020-01-15 05:08:08] '/u/About30NinjasYT' has given '/u/MN10GAMES' lambda!
+12288 [2020-01-15 05:12:00] '/u/About30NinjasYT' has given '/u/ZakkyPants' lambda!
+12288 [2020-01-15 05:15:17] '/u/NotLiam19' has given '/u/AoiKatori' lambda!
+12288 [2020-01-15 05:15:18] The OP received lambda too!
+12288 [2020-01-15 05:15:40] '/u/NotLiam19' has given '/u/PokemaniacOctoru' lambda!
+12288 [2020-01-15 05:17:13] '/u/OneFor56' has given '/u/DylanTheDoc' lambda!
+12288 [2020-01-15 05:17:13] The OP received lambda too!
+12288 [2020-01-15 05:21:25] There has been a new submission: 'So this is my first video in a year it’s my coming back video I want to know sounded repetitive. I know I can talk but I don’t know if I talk to much (there is two game clips) Please give me your criticism. I will take it whole heartedly:) cheers hope you guys enjoy', with flair 'Gaming'
+12288 [2020-01-15 05:25:12] There has been a new submission: 'Trying youtube again because bullies don’t define me', with flair 'None'
+12288 [2020-01-15 05:25:14] /u/Maiihew had their submission removed for insufficient lambda.
+12288 [2020-01-15 05:25:37] There has been a new submission: 'Rapping and TTS', with flair 'Gaming'
+12288 [2020-01-15 05:25:38] /u/Demise- had their submission removed for insufficient lambda.
+12288 [2020-01-15 05:48:14] There has been a new submission: 'Just posted a brand new video highlighting an underappreciated Anime. Any and all feedback is appreciated! (Please watch a decent portion of my video before commenting) Thanks in advanced', with flair 'Video Critique'
+12423 [2020-01-15 06:02:00]
+####################
+[2020-01-15 06:02:00] RESTARTED
+####################
+
+12423 [2020-01-15 06:34:46] '/u/NotLiam19' has given '/u/TheGameChatYT' lambda!
+12423 [2020-01-15 06:37:17] '/u/OneFor56' has given '/u/TheGameChatYT' lambda!
+12423 [2020-01-15 06:39:05] There has been a new submission: 'Secret Tourist Attraction in Brussels Don't Miss To Visit', with flair 'None'
+12423 [2020-01-15 06:39:06] /u/iammt7941 had their submission removed for insufficient lambda.
+12423 [2020-01-15 06:39:37] There has been a new submission: 'So I started a gaming Youtube channel without commentary, what are your thoughts about it? :)', with flair 'Gaming'
+12423 [2020-01-15 06:39:37] /u/MisfitRodz had their submission removed for insufficient lambda.
+12423 [2020-01-15 06:40:14] There has been a new submission: 'The Big Bounce! Adult Bouncy Castle time! NO KIDS ALLOWED!!!', with flair 'Vlog'
+12423 [2020-01-15 06:44:03] '/u/WALLROOP' has given '/u/emergency_escape' lambda!
+12423 [2020-01-15 06:44:03] The OP received lambda too!
+12423 [2020-01-15 07:12:14] '/u/Jellyquent' has given '/u/BurgerStrom' lambda!
+12423 [2020-01-15 07:34:35] '/u/Menix123' has given '/u/TreverCarreon' lambda!
+12423 [2020-01-15 07:37:59] '/u/Menix123' has given '/u/blazealdrich37' lambda!
+12423 [2020-01-15 07:40:50] '/u/Jkerrzy' has given '/u/SebasCbass' lambda!
+12423 [2020-01-15 07:42:06] '/u/invaderzoom' has given '/u/ohheysarahjay' lambda!
+12423 [2020-01-15 07:42:06] The OP received lambda too!
+12423 [2020-01-15 07:47:16] There has been a new submission: 'DERROliction Of Duty - Two homeless men discuss life, love and politics. A unique comedy filled with deep insights and pathos. Starring David Black and Tim Possible. Directed by Gerardo Chierchia.', with flair 'Video Critique'
+12423 [2020-01-15 07:47:18] /u/Darviz had their submission removed for insufficient lambda.
+12423 [2020-01-15 07:49:32] '/u/Jellyquent' has given '/u/kabagonnaplay' lambda!
+12423 [2020-01-15 07:50:39] '/u/N1ma1' has given '/u/AfricanNiggs' lambda!
+12423 [2020-01-15 07:57:06] '/u/KyberQ' has given '/u/harru09' lambda!
+12862 [2020-01-15 08:02:00]
+####################
+[2020-01-15 08:02:00] RESTARTED
+####################
+
+12862 [2020-01-15 08:20:07] '/u/Menix123' has given '/u/Cothfotmeoo' lambda!
+12862 [2020-01-15 08:27:28] '/u/iWhiplash' has given '/u/mcdunco_ontheroad' lambda!
+12862 [2020-01-15 08:28:12] '/u/ThiccAssClap' has given '/u/harru09' lambda!
+12862 [2020-01-15 08:35:19] '/u/SebasCbass' has given '/u/ohheysarahjay' lambda!
+12862 [2020-01-15 08:37:26] There has been a new submission: 'Friends, I need your help. My channel has not been doing well for a while now. I need some constructive feedback! I do vlogs and similar videos. Any criticism is appreciated!', with flair 'Channel Review'
+12862 [2020-01-15 08:37:28] /u/EggsBro had their submission removed for insufficient lambda.
+12862 [2020-01-15 08:43:32] There has been a new submission: 'Logan Paul Messages Me On Linkedin?', with flair 'Vlog'
+12862 [2020-01-15 08:43:34] /u/CommanderV2017 had their submission removed for insufficient lambda.
+12862 [2020-01-15 09:01:46] There has been a new submission: 'Hey all!! Check out my channel and please do let me know your suggestions', with flair 'Channel Review'
+12862 [2020-01-15 09:01:48] /u/emmamonty had their submission removed for insufficient lambda.
+12862 [2020-01-15 09:18:43] There has been a new submission: 'What are the best apps every Youtuber should use?', with flair 'Discussion'
+12862 [2020-01-15 09:39:37] '/u/OneFor56' has given '/u/ohheysarahjay' lambda!
+12862 [2020-01-15 09:44:54] '/u/DylanTheDoc' has given '/u/SebasCbass' lambda!
+12862 [2020-01-15 09:44:54] The OP received lambda too!
+12862 [2020-01-15 09:51:37] There has been a new submission: 'Camping at lakeside.', with flair 'Vlog'
+12862 [2020-01-15 09:51:52] '/u/sponge_hitler' has given '/u/StylesYT' lambda!
+12862 [2020-01-15 09:51:52] The OP received lambda too!
+12862 [2020-01-15 09:53:58] There has been a new submission: 'Check my stuffs out n hit me up for collabs.', with flair 'None'
+12862 [2020-01-15 09:54:00] /u/thekangarooted had their submission removed for insufficient lambda.
+12862 [2020-01-15 09:54:11] There has been a new submission: 'Constructive feedback gets Lambda!!! Scary Stories To Tell In The Dark (2019) SCARIEST MOMENTS', with flair 'Video Critique'
+12862 [2020-01-15 09:55:00] There has been a new submission: 'Trying to be a 'braver' travel vlogger - thoughts appreciated', with flair 'Discussion'
+12862 [2020-01-15 09:59:55] '/u/xPikYx' has given '/u/RavenJimmy' lambda!
+12862 [2020-01-15 09:59:55] The OP received lambda too!
+13003 [2020-01-15 10:02:00]
+####################
+[2020-01-15 10:02:00] RESTARTED
+####################
+
+13003 [2020-01-15 10:24:52] There has been a new submission: 'I Play Modern Warfare But I Only use a Riot Shield (Lambda for feedback)', with flair 'Gaming'
+13003 [2020-01-15 10:32:49] '/u/sponge_hitler' has given '/u/qzeqYT' lambda!
+13003 [2020-01-15 10:34:53] '/u/TheBobbyBands' has given '/u/avrona' lambda!
+13003 [2020-01-15 10:34:53] The OP received lambda too!
+13003 [2020-01-15 10:56:03] There has been a new submission: 'What is your Livestream Audience Retention ?', with flair 'Discussion'
+13003 [2020-01-15 11:01:43] There has been a new submission: 'Today I've reached those famous 1000 Subscribers!', with flair 'Discussion'
+13003 [2020-01-15 11:01:53] There has been a new submission: 'Cute dress design', with flair 'Art'
+13003 [2020-01-15 11:01:55] /u/rinkyyy94 had their submission removed for insufficient lambda.
+13003 [2020-01-15 11:15:32] There has been a new submission: 'I tried my best of making this video, any clue how i could get more views and subs leave in the comments.', with flair 'Video Critique'
+13003 [2020-01-15 11:15:34] /u/Uboy69 had their submission removed for insufficient lambda.
+13003 [2020-01-15 11:16:34] There has been a new submission: 'Oppo Find X2 Official Look, 5G, Price, Release Date, Features, Camera, Specs, Leaks, Trailer', with flair 'Channel Review'
+13003 [2020-01-15 11:16:36] /u/Vids_4u had their submission removed for insufficient lambda.
+13003 [2020-01-15 11:22:42] There has been a new submission: '[video critique] How to make a thumbnail in Photoshop', with flair 'Video Critique'
+13003 [2020-01-15 11:27:30] '/u/spicymilksauce' has given '/u/DylanTheDoc' lambda!
+13003 [2020-01-15 11:43:58] There has been a new submission: 'Any good Discords for small YouTubers to post their videos that you know of?', with flair 'Discussion'
+13003 [2020-01-15 11:44:17] '/u/american_noodle' has given '/u/MN10GAMES' lambda!
+13003 [2020-01-15 11:44:48] '/u/american_noodle' has given '/u/KartoonReviews' lambda!
+13003 [2020-01-15 11:45:14] '/u/american_noodle' has given '/u/qzeqYT' lambda!
+13003 [2020-01-15 11:52:45] '/u/mrgeorgewebster' has given '/u/Moksh2000' lambda!
+13003 [2020-01-15 11:52:45] The OP received lambda too!
+13003 [2020-01-15 11:53:10] There has been a new submission: 'Weight Loss Wednesday | How Much Did I Lose? / Intermittent Fasting / Funny', with flair 'Vlog'
+13003 [2020-01-15 11:53:12] /u/tayloredvlog had their submission removed for insufficient lambda.
+13003 [2020-01-15 11:53:23] '/u/DylanTheDoc' has given '/u/panaramanwa' lambda!
+13199 [2020-01-15 12:02:00]
+####################
+[2020-01-15 12:02:00] RESTARTED
+####################
+
+13199 [2020-01-15 12:06:01] '/u/ThaRegularGamer' has given '/u/DylanTheDoc' lambda!
+13199 [2020-01-15 12:41:59] '/u/Wakandawarriort' has given '/u/SebasCbass' lambda!
+13199 [2020-01-15 12:41:59] The OP received lambda too!
+13199 [2020-01-15 12:43:31] There has been a new submission: 'The Great American Road Trip | Episode Five: The Pacific North West (This is the second to last in my 6 part series about the road trip my wife and I took in early 2019. Not sure why put the views on this video compared to my recent in the series have just dropped massively. Feedback welcome!)', with flair 'None'
+13199 [2020-01-15 12:45:02] There has been a new submission: 'I AM STRUGGLING TO GET SUBSCRIBERS AND VIEWS ON MY CHANNEL EVEN WITH 500+ SUBS ALREADY', with flair 'Channel Review'
+13199 [2020-01-15 12:45:03] /u/_Jepex had their submission removed for insufficient lambda.
+13199 [2020-01-15 12:49:26] There has been a new submission: '[AutoVlog] Weve been working hard on our quality and videography. If you wouldn't mind checking out our Mustang GT review I'd appreciate it.', with flair 'Video Critique'
+13199 [2020-01-15 12:53:08] There has been a new submission: 'Just started my YouTube Channel from a small country called Nepal. Viewers are increasing really slowly. But i love making content like this. If you evet heard of Nepal you must watch this. Support my small youtube channel.', with flair 'Video Critique'
+13199 [2020-01-15 12:53:10] /u/lilghising had their submission removed for insufficient lambda.
+13199 [2020-01-15 13:11:16] '/u/blazealdrich37' has given '/u/TheGameChatYT' lambda!
+13199 [2020-01-15 13:11:16] The OP received lambda too!
+13199 [2020-01-15 13:11:59] '/u/blazealdrich37' has given '/u/CommanderV2017' lambda!
+13199 [2020-01-15 13:13:48] There has been a new submission: 'My family don't even watch it. Please give me any feedback.', with flair 'Video Critique'
+13199 [2020-01-15 13:13:50] /u/choid62 had their submission removed for insufficient lambda.
+13199 [2020-01-15 13:16:10] '/u/Jischasing' has given '/u/iamtinos' lambda!
+13199 [2020-01-15 13:16:10] The OP received lambda too!
+13199 [2020-01-15 13:20:30] There has been a new submission: 'I built a HOUSE OF CARDS in 5 hours 55minutes. EPIC EMOTIONS !', with flair 'Video Critique'
+13199 [2020-01-15 13:20:32] /u/JohnFavro had their submission removed for insufficient lambda.
+13199 [2020-01-15 13:20:44] There has been a new submission: 'When Americans And Brits Collide In CS:GO, please tell me what you think...', with flair 'Video Critique'
+13199 [2020-01-15 13:22:37] There has been a new submission: 'TMNT... Power! (ish)', with flair 'Gaming'
+13199 [2020-01-15 13:30:19] There has been a new submission: 'Interstellar main theme BUT played on a thumb piano!', with flair 'None'
+13199 [2020-01-15 13:45:35] There has been a new submission: '[channel] Track 4 - Up from the ashes. Please check out the rest of the channel and leave feedback. Like & subscribe if you wish. Id also love to know what kind of other content you might like to see from a music creator. Thanks for listening', with flair 'Channel Review'
+13199 [2020-01-15 13:45:37] /u/kscircle had their submission removed for insufficient lambda.
+13332 [2020-01-15 14:02:00]
+####################
+[2020-01-15 14:02:00] RESTARTED
+####################
+
+13332 [2020-01-15 14:12:01] There has been a new submission: 'Mega-man Playthrough Part 1 - Clearing out Easy bosses', with flair 'Gaming'
+13332 [2020-01-15 14:16:03] There has been a new submission: 'This is a clip I made for a coffee co. In Greece ..Tell me your impressions and please help my channel grow ! God bless 🙏', with flair 'Channel Review'
+13332 [2020-01-15 14:31:06] '/u/Vasilis-Tsaknakis' has given '/u/panaramanwa' lambda!
+13332 [2020-01-15 14:31:07] The OP received lambda too!
+13332 [2020-01-15 14:35:31] '/u/sponge_hitler' has given '/u/mylackey' lambda!
+13332 [2020-01-15 14:37:11] '/u/american_noodle' has given '/u/panaramanwa' lambda!
+13332 [2020-01-15 14:37:11] The OP received lambda too!
+13332 [2020-01-15 14:52:34] There has been a new submission: 'Which is better sound quality - the boom mic vs lavalier mic?', with flair 'Discussion'
+13332 [2020-01-15 14:57:52] There has been a new submission: 'My friend and I just started a new channel. We play games and talk and you can either watch the gameplay and listen or just listen like a podcast! We definitely would love feedback on our videos. I’m attaching my favorite video but check out any. We’ll give lambda for good feedback. Thanks everyone!', with flair 'Video Critique'
+13332 [2020-01-15 14:58:10] '/u/mylackey' has given '/u/panaramanwa' lambda!
+13332 [2020-01-15 14:58:10] The OP received lambda too!
+13332 [2020-01-15 14:59:12] '/u/mylackey' has given '/u/PokemaniacOctoru' lambda!
+13332 [2020-01-15 15:07:50] '/u/CopperPanMan' has given '/u/TonyGamerr' lambda!
+13332 [2020-01-15 15:09:37] '/u/CopperPanMan' has given '/u/RancidAutist' lambda!
+13332 [2020-01-15 15:18:45] '/u/RockLover37' has given '/u/Cothfotmeoo' lambda!
+13332 [2020-01-15 15:20:16] '/u/StarChases' has given '/u/alexvanguard' lambda!
+13332 [2020-01-15 15:21:04] '/u/mcdunco_ontheroad' has given '/u/iamtinos' lambda!
+13332 [2020-01-15 15:21:05] The OP received lambda too!
+13332 [2020-01-15 15:21:19] '/u/StarChases' has given '/u/TheGameChatYT' lambda!
+13332 [2020-01-15 15:37:22] There has been a new submission: 'Hi guys this is my updated video..can you give me some feedback and suggestion to improve my editing...your feedback and suggestions will help me a lot...thank you in advance...', with flair 'Vlog'
+13332 [2020-01-15 15:40:02] '/u/StylesYT' has given '/u/avrona' lambda!
+13332 [2020-01-15 15:40:02] The OP received lambda too!
+13332 [2020-01-15 15:44:50] There has been a new submission: '1000 SUBSCRIBER GOAL. Real Warriors Cinematic : Meme Edition - Parody - Funny League Of Legends -(My edited version of League of Legends new cinematic)', with flair 'Gaming'
+13332 [2020-01-15 15:48:41] There has been a new submission: 'Tell me anything that I could change for my next video to make it better!!', with flair 'Gaming'
+13332 [2020-01-15 15:53:39] There has been a new submission: 'GHOSTLY MOAN! NOT CLICKBAIT! - Call of Duty Modern Warfare Best Moments', with flair 'Video Critique'
+13332 [2020-01-15 15:54:02] '/u/Burkeds' has given '/u/JumbleOfOddThoughts' lambda!
+13332 [2020-01-15 15:56:05] '/u/jiskitchen' has given '/u/DraKBorG' lambda!
+13332 [2020-01-15 15:56:05] The OP received lambda too!
+13332 [2020-01-15 16:00:34] There has been a new submission: 'If you like Rick and Morty, you’ll love this game! Trover Saves the Universe!', with flair 'Gaming'
+13332 [2020-01-15 16:00:37] /u/chaoticdownpour had their submission removed for insufficient lambda.
+13834 [2020-01-15 16:02:00]
+####################
+[2020-01-15 16:02:00] RESTARTED
+####################
+
+13834 [2020-01-15 16:05:15] There has been a new submission: 'When You Accidentally Kill Your Child's Pet', with flair 'Vlog'
+13834 [2020-01-15 16:18:33] '/u/Poke-Arcade' has given '/u/avrona' lambda!
+13834 [2020-01-15 16:18:33] The OP received lambda too!
+13834 [2020-01-15 16:22:03] '/u/Inferus12' has given '/u/EricGlassVideos' lambda!
+13834 [2020-01-15 16:22:03] The OP received lambda too!
+13834 [2020-01-15 16:24:36] '/u/Vasilis-Tsaknakis' has given '/u/thedrq' lambda!
+13834 [2020-01-15 16:25:31] '/u/Menix123' has given '/u/thedrq' lambda!
+13834 [2020-01-15 16:25:31] The OP received lambda too!
+13834 [2020-01-15 16:29:29] There has been a new submission: 'My comment got 10k likes on Pewdiepies video', with flair 'Gaming'
+13834 [2020-01-15 16:29:30] /u/MashstacheYT had their submission removed for insufficient lambda.
+13834 [2020-01-15 16:38:58] There has been a new submission: 'Apex Legends Gold Rush Duos (Grand Soiree Event)', with flair 'Gaming'
+13834 [2020-01-15 16:38:59] /u/CheatCentralCH had their submission removed for insufficient lambda.
+13834 [2020-01-15 16:41:34] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 10 - Dirtier Little Secrets (Gears 5)', with flair 'Gaming'
+13834 [2020-01-15 16:41:36] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+13834 [2020-01-15 16:44:43] '/u/mylackey' has given '/u/thedrq' lambda!
+13834 [2020-01-15 16:52:07] '/u/RantsWithRogers' has given '/u/thecookietrain' lambda!
+13834 [2020-01-15 17:01:01] '/u/_NGaming_' has given '/u/MoskitoDan' lambda!
+13834 [2020-01-15 17:01:01] The OP received lambda too!
+13834 [2020-01-15 17:01:57] '/u/Menix123' has given '/u/Max-F3rgus0n' lambda!
+13834 [2020-01-15 17:03:21] There has been a new submission: 'So I tried something really different. I usually do comedy skits, well heres "comedy cooking?" Idk I had a ton of fun making it. Let me know if it's something I should continue to do!', with flair 'Video Critique'
+13834 [2020-01-15 17:07:00] There has been a new submission: 'telling terrible jokes in GTA V', with flair 'Gaming'
+13834 [2020-01-15 17:12:35] '/u/ZakkyPants' has given '/u/Max-F3rgus0n' lambda!
+13834 [2020-01-15 17:12:35] The OP received lambda too!
+13834 [2020-01-15 17:13:48] There has been a new submission: 'CSGO - ZOMBIE ESCAPE MOD MAP ze_abyss2_v2 (EP132)', with flair 'Gaming'
+13834 [2020-01-15 17:13:49] /u/qgalong2 had their submission removed for insufficient lambda.
+13834 [2020-01-15 17:15:27] '/u/Menix123' has given '/u/Maiihew' lambda!
+13834 [2020-01-15 17:20:12] '/u/Max-F3rgus0n' has given '/u/saggymaggi' lambda!
+13834 [2020-01-15 17:20:12] The OP received lambda too!
+13834 [2020-01-15 17:21:48] There has been a new submission: 'Parki Plays', with flair 'None'
+13834 [2020-01-15 17:21:50] /u/ParkiPlays had their submission removed for insufficient lambda.
+13834 [2020-01-15 17:22:29] '/u/Max-F3rgus0n' has given '/u/PaytonMorgan01' lambda!
+13834 [2020-01-15 17:23:09] '/u/jiskitchen' has given '/u/saggymaggi' lambda!
+13834 [2020-01-15 17:25:19] '/u/Vasilis-Tsaknakis' has given '/u/Maiihew' lambda!
+13834 [2020-01-15 17:25:52] '/u/Vasilis-Tsaknakis' has given '/u/saggymaggi' lambda!
+13834 [2020-01-15 17:36:01] '/u/Vasilis-Tsaknakis' has given '/u/anaana994' lambda!
+13834 [2020-01-15 17:36:55] There has been a new submission: 'HOW SMART AM I? Hello there guys, tried a new kind of video idea and a way of editing. Would appreciate, a comment and a like on the video and would like to support back!', with flair 'Video Critique'
+13834 [2020-01-15 17:37:04] There has been a new submission: 'Made a reaction video to Love Island- Would Love some feedback', with flair 'Video Critique'
+13834 [2020-01-15 17:41:08] '/u/Max-F3rgus0n' has given '/u/xPikYx' lambda!
+13834 [2020-01-15 17:42:14] There has been a new submission: 'Hey you guys seen chef? I'd love to get some constructive criticism on my latest video. Probably the most time I've spent editing a video.', with flair 'Vlog'
+13834 [2020-01-15 17:43:50] There has been a new submission: 'Looking for feedback on my second video', with flair 'Gaming'
+13834 [2020-01-15 17:44:46] There has been a new submission: 'Here's a tip I recently discovered for voice-overs:', with flair 'Discussion'
+13834 [2020-01-15 17:47:53] '/u/TheBobbyBands' has given '/u/iamtinos' lambda!
+13834 [2020-01-15 17:49:24] There has been a new submission: 'Hey all, this is my first ever youtube cover!! Any criticism is welcomed :))', with flair 'Video Critique'
+13834 [2020-01-15 17:49:25] /u/hw3990 had their submission removed for insufficient lambda.
+13834 [2020-01-15 17:53:18] There has been a new submission: 'The idea train is coming to a screeching halt and things are getting desperate, welcome to the stage “making tony hawk in spore”', with flair 'Video Critique'
+13834 [2020-01-15 17:58:12] '/u/olisterw' has given '/u/DraKBorG' lambda!
+13834 [2020-01-15 17:58:13] The OP received lambda too!
+13834 [2020-01-15 17:58:20] '/u/olisterw' has given '/u/Maiihew' lambda!
+13834 [2020-01-15 17:59:17] There has been a new submission: 'East Korea - feel free to give feedback (+ or -)', with flair 'Video Critique'
+13834 [2020-01-15 17:59:18] /u/secretsaucedelight had their submission removed for insufficient lambda.
+13834 [2020-01-15 18:01:35] '/u/TheGameChatYT' has given '/u/clemmonsRushi' lambda!
+13834 [2020-01-15 18:01:35] The OP received lambda too!
+14029 [2020-01-15 18:02:00]
+####################
+[2020-01-15 18:02:00] RESTARTED
+####################
+
+14029 [2020-01-15 18:08:33] There has been a new submission: 'Got bullied in high school for channel, but doing it again because I love it so much', with flair 'Video Critique'
+14029 [2020-01-15 18:09:24] There has been a new submission: 'TechChannel4You', with flair 'Meta'
+14029 [2020-01-15 18:09:24] /u/Geeky_stuffs had their submission removed for using the wrong flair.
+14029 [2020-01-15 18:20:39] '/u/Inferus12' has given '/u/MashstacheYT' lambda!
+14029 [2020-01-15 18:38:33] '/u/mylackey' has given '/u/saggymaggi' lambda!
+14029 [2020-01-15 18:42:12] '/u/DraKBorG' has given '/u/HookedOnAFeeling360' lambda!
+14029 [2020-01-15 18:42:12] The OP received lambda too!
+14029 [2020-01-15 18:44:16] '/u/american_noodle' has given '/u/qzeqYT' lambda!
+14029 [2020-01-15 18:49:11] There has been a new submission: 'Hi! Started 6 months ago: 196 Subs, 320 Watch Hours. What do you think?', with flair 'Channel Review'
+14029 [2020-01-15 18:49:12] /u/EngineeringJuice had their submission removed for insufficient lambda.
+14029 [2020-01-15 18:53:35] There has been a new submission: 'Friendship game. Brand new channel any advice and critiques are welcome!', with flair 'Video Critique'
+14029 [2020-01-15 18:53:37] /u/BotteInc had their submission removed for insufficient lambda.
+14029 [2020-01-15 18:57:21] '/u/Max-F3rgus0n' has given '/u/EngineeringJuice' lambda!
+14029 [2020-01-15 18:58:52] '/u/DylanTheDoc' has given '/u/iamtinos' lambda!
+14029 [2020-01-15 19:04:32] There has been a new submission: 'Vintage Disney Soaky's! Super Cool Yet Kinda Creepy', with flair 'Video Critique'
+14029 [2020-01-15 19:04:54] There has been a new submission: 'Dating Casually: First Impressions...Hey gang! Have a new video out. It's a parody of a show that will be split up into several episodes. Looking for feedback on the thumbnail, video or anything will be very helpful. Thank you all for your time :)', with flair 'Video Critique'
+14029 [2020-01-15 19:08:00] There has been a new submission: 'are there any youtubers from toronto here?', with flair 'Discussion'
+14029 [2020-01-15 19:10:24] There has been a new submission: 'New Channel Trailer', with flair 'Video Critique'
+14029 [2020-01-15 19:10:26] /u/Rih-Rih-Tie-Dye had their submission removed for insufficient lambda.
+14029 [2020-01-15 19:11:00] There has been a new submission: 'So I finally have my first video (good?) out. Could someone provide some feedback?', with flair 'Video Critique'
+14029 [2020-01-15 19:12:47] There has been a new submission: 'World of Tanks Funny and Lucky Moments #3', with flair 'Gaming'
+14029 [2020-01-15 19:13:40] There has been a new submission: 'I become legitimately frustrated in my Let's Play of Persona 5. Blasphemous, I know. Would love some feedback. Will trade lambda for CONSTRUCTIVE feedback for FREE!', with flair 'Gaming'
+14029 [2020-01-15 19:16:58] '/u/EricGlassVideos' has given '/u/EngineeringJuice' lambda!
+14029 [2020-01-15 19:16:58] The OP received lambda too!
+14029 [2020-01-15 19:18:26] There has been a new submission: 'FIFA 20 - ICONS!', with flair 'Gaming'
+14029 [2020-01-15 19:18:28] /u/Adddo13 had their submission removed for insufficient lambda.
+14029 [2020-01-15 19:21:23] There has been a new submission: 'Question about dislikes', with flair 'Discussion'
+14029 [2020-01-15 19:26:16] '/u/xPikYx' has given '/u/Adddo13' lambda!
+14029 [2020-01-15 19:26:16] The OP received lambda too!
+14029 [2020-01-15 19:39:49] There has been a new submission: 'First attempt at youtube video - comedy/satire gaming video', with flair 'Video Critique'
+14029 [2020-01-15 19:39:49] /u/foxmulder2014 had their submission removed for insufficient lambda.
+14029 [2020-01-15 19:42:42] There has been a new submission: 'When you're a schizophrenic classical pianist and the Minecraft-Kiddie takes control...', with flair 'Art'
+14029 [2020-01-15 19:42:44] /u/LegendaryT1T4N had their submission removed for insufficient lambda.
+14029 [2020-01-15 19:49:36] '/u/olisterw' has given '/u/GoofballGregory' lambda!
+14029 [2020-01-15 19:57:40] '/u/Jischasing' has given '/u/foxmulder2014' lambda!
+14029 [2020-01-15 20:00:45] There has been a new submission: 'Leaving on a Jet Plane to Stay in a Zombie-Proof Apartment | BUDAPEST (Hungary Travel Vlog #001)', with flair 'Vlog'
+14162 [2020-01-15 20:02:00]
+####################
+[2020-01-15 20:02:00] RESTARTED
+####################
+
+14162 [2020-01-15 20:04:10] '/u/xPikYx' has given '/u/EngineeringJuice' lambda!
+14162 [2020-01-15 20:04:46] There has been a new submission: 'How-to/DIY video showing how to make ugly cheap notebooks beautiful by covering them with paper, fabric or paint. Feedback would be greatly appreciated!', with flair 'Video Critique'
+14162 [2020-01-15 20:05:45] '/u/Tri99erMe' has given '/u/AtLeastWeTriedYT' lambda!
+14162 [2020-01-15 20:05:46] The OP received lambda too!
+14162 [2020-01-15 20:06:26] '/u/Tri99erMe' has given '/u/Adddo13' lambda!
+14162 [2020-01-15 20:08:19] '/u/Tri99erMe' has given '/u/EngineeringJuice' lambda!
+14162 [2020-01-15 20:10:02] '/u/olisterw' has given '/u/EngineeringJuice' lambda!
+14162 [2020-01-15 20:12:10] '/u/Menix123' has given '/u/Heavy_Rain_' lambda!
+14162 [2020-01-15 20:14:58] '/u/Menix123' has given '/u/BotteInc' lambda!
+14162 [2020-01-15 20:21:53] '/u/kabagonnaplay' has given '/u/Adddo13' lambda!
+14162 [2020-01-15 20:21:53] The OP received lambda too!
+14162 [2020-01-15 20:23:29] '/u/Maiihew' has given '/u/BotteInc' lambda!
+14162 [2020-01-15 20:23:29] The OP received lambda too!
+14162 [2020-01-15 20:23:42] '/u/Maiihew' has given '/u/DigbreamerBrady' lambda!
+14162 [2020-01-15 20:24:17] '/u/Maiihew' has given '/u/GoofballGregory' lambda!
+14162 [2020-01-15 20:26:34] '/u/kabagonnaplay' has given '/u/BotteInc' lambda!
+14162 [2020-01-15 20:27:28] There has been a new submission: 'Check out my channel I’m. Trying to get to 200 subscribers', with flair 'None'
+14162 [2020-01-15 20:27:30] /u/LoganVrubleYT had their submission removed for insufficient lambda.
+14162 [2020-01-15 20:31:58] '/u/MoskitoDan' has given '/u/HookedOnAFeeling360' lambda!
+14162 [2020-01-15 20:31:58] The OP received lambda too!
+14162 [2020-01-15 20:34:22] There has been a new submission: 'I Moved Channels as a new slate and I moved this vid which got 200 view last time there is no meme flair', with flair 'Meta'
+14162 [2020-01-15 20:34:24] /u/SuperSpidy3000 had their submission removed for using the wrong flair.
+14162 [2020-01-15 20:37:03] There has been a new submission: 'Friendship Challenge! New Channel any and all advice welcome thanks!', with flair 'Video Critique'
+14162 [2020-01-15 20:37:13] '/u/invaderzoom' has given '/u/StylesYT' lambda!
+14162 [2020-01-15 20:37:20] '/u/gokukog' has given '/u/EricGlassVideos' lambda!
+14162 [2020-01-15 20:37:20] The OP received lambda too!
+14162 [2020-01-15 20:37:36] '/u/gokukog' has given '/u/FreshAttention' lambda!
+14162 [2020-01-15 20:41:02] There has been a new submission: 'Hi! Started 6 months ago: 196 Subs, 320 Watch Hours. What do you think?', with flair 'Channel Review'
+14162 [2020-01-15 20:50:13] '/u/TreverCarreon' has given '/u/Adddo13' lambda!
+14162 [2020-01-15 20:50:13] The OP received lambda too!
+14162 [2020-01-15 20:53:22] '/u/Menix123' has given '/u/Artist-FA-Chekki-' lambda!
+14162 [2020-01-15 20:54:07] There has been a new submission: 'First video on a new channel. Looking for feedback, thanks!', with flair 'Video Critique'
+14162 [2020-01-15 20:56:50] '/u/NotLiam19' has given '/u/hw3990' lambda!
+14162 [2020-01-15 20:57:12] There has been a new submission: 'Hey guys for some reason cant post my latest vid! Most recent one on my channel if you wouldn't mind having a look!', with flair 'Channel Review'
+14162 [2020-01-15 20:58:50] There has been a new submission: 'Destination 2019: Quedlinburg | Late Upload', with flair 'Channel Review'
+14162 [2020-01-15 21:00:32] There has been a new submission: 'Hey yall, i’ve been trying to build my channel for a few weeks now. Check it out and give me feedback?', with flair 'Channel Review'
+14162 [2020-01-15 21:00:34] /u/fishscaleA had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:03:26] '/u/GoofballGregory' has given '/u/Adddo13' lambda!
+14162 [2020-01-15 21:03:26] The OP received lambda too!
+14162 [2020-01-15 21:10:05] '/u/BotteInc' has given '/u/Adddo13' lambda!
+14162 [2020-01-15 21:10:05] The OP received lambda too!
+14162 [2020-01-15 21:12:58] There has been a new submission: 'This is a new series that I'm making and this is fhe first video. I want to know on what I should improve on', with flair 'Video Critique'
+14162 [2020-01-15 21:13:00] /u/Vova_xX had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:13:11] '/u/EngineeringJuice' has given '/u/ScoutDawsonYT' lambda!
+14162 [2020-01-15 21:13:11] The OP received lambda too!
+14162 [2020-01-15 21:16:17] There has been a new submission: 'where can I get free sound effects?', with flair 'Discussion'
+14162 [2020-01-15 21:18:52] There has been a new submission: 'I want your opinion', with flair 'Channel Review'
+14162 [2020-01-15 21:18:53] /u/androiderYT had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:20:59] There has been a new submission: 'We played the WEIRDEST game on Steam and this happened...', with flair 'Gaming'
+14162 [2020-01-15 21:21:02] /u/THENEXTBIGTHINGMINER had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:30:27] There has been a new submission: 'New channel. Any feedback appreciated', with flair 'None'
+14162 [2020-01-15 21:30:29] /u/Nhavayatumbare had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:32:57] '/u/GoofballGregory' has given '/u/BotteInc' lambda!
+14162 [2020-01-15 21:36:16] There has been a new submission: 'Hi! Im looking for a little more exposure and curious if anyone would be interested in some collab, or using some of this as a background ( especially game channels)', with flair 'Collab'
+14162 [2020-01-15 21:36:17] /u/kscircle had their submission removed for using the wrong flair.
+14162 [2020-01-15 21:40:19] There has been a new submission: 'A New Channel from The Geeky Android.. with a upcoming contest (he only has 14 subscribes) think we could help him out and show some love? [Vlog] [Gaming] [Discussion]', with flair 'Video Critique'
+14162 [2020-01-15 21:40:22] /u/AndroidAsh316 had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:43:16] There has been a new submission: 'I would love a channel review! I know some of my thumbnails are oversized but I think it is because of where I put the text and where I am standing. Let me know if you see anything else! =D', with flair 'Channel Review'
+14162 [2020-01-15 21:51:38] '/u/BotteInc' has given '/u/pinelicker' lambda!
+14162 [2020-01-15 21:53:00] There has been a new submission: 'We're a YouTube channel that makes Dude Perfect parody videos. This is our first video, let us know how average we are!', with flair 'Video Critique'
+14162 [2020-01-15 21:53:02] /u/BroAverageYT had their submission removed for insufficient lambda.
+14162 [2020-01-15 21:58:59] There has been a new submission: 'Music Channel for Collab with Game Channel', with flair 'Collab'
+14162 [2020-01-15 22:01:58] There has been a new submission: 'Most or common issues on computer', with flair 'Channel Review'
+14319 [2020-01-15 22:02:00]
+####################
+[2020-01-15 22:02:00] RESTARTED
+####################
+
+14319 [2020-01-15 22:04:28] '/u/TheThrashCity' has given '/u/invaderzoom' lambda!
+14319 [2020-01-15 22:04:36] There has been a new submission: 'Thought I’d see how horror games play out In VR. Have to say if it was real life I would not survive. What do you guys think. Am I still talking to much or is it better this time. // thoughts on how to improve thumbnails too? Thanks and cheers in advance!', with flair 'Gaming'
+14319 [2020-01-15 22:11:35] '/u/EngineeringJuice' has given '/u/Vova_xX' lambda!
+14319 [2020-01-15 22:20:09] There has been a new submission: 'My son started this channel like a year ago and I have been trying to help him out. This video is a idea he had and I think it turned out ok. He is 8, I am a bit older. Please give us constructive criticism, thanks!', with flair 'Video Critique'
+14319 [2020-01-15 22:21:23] There has been a new submission: 'I know it's an old video and the audio isn't good but all reviews will help', with flair 'Video Critique'
+14319 [2020-01-15 22:22:17] There has been a new submission: 'Just uploaded a new video! Trying to get in the flow of YT again, but haven’t really been proud of all the content I have put out. Trying to turn my channel around though, only posting things I love. Please let me know what you think!', with flair 'Video Critique'
+14319 [2020-01-15 22:25:35] There has been a new submission: 'Will lottery help me to buy Tesla model 3?!', with flair 'Vlog'
+14319 [2020-01-15 22:25:37] /u/GetTheLoot had their submission removed for insufficient lambda.
+14319 [2020-01-15 22:25:52] There has been a new submission: 'New Youtubee Strategy?', with flair 'Discussion'
+14319 [2020-01-15 22:34:37] '/u/BotteInc' has given '/u/Heavy_Rain_' lambda!
+14319 [2020-01-15 22:34:47] There has been a new submission: 'Basketball Trick Shots | Bro Average', with flair 'Vlog'
+14319 [2020-01-15 22:34:49] /u/BroAverageYT had their submission removed for insufficient lambda.
+14319 [2020-01-15 22:35:00] There has been a new submission: 'My 2020 Fitness Resolution - Lambda for Thoughtful Feedback!', with flair 'Video Critique'
+14319 [2020-01-15 22:39:49] '/u/american_noodle' has given '/u/StylesYT' lambda!
+14319 [2020-01-15 22:45:13] '/u/deliriousmarc' has given '/u/rebelyorkshire' lambda!
+14319 [2020-01-15 22:45:13] The OP received lambda too!
+14319 [2020-01-15 22:45:24] There has been a new submission: 'This was the first video on my channel, and have to say it was my favourite to record too. Let me know what you think of it so I can improve for future videos', with flair 'Gaming'
+14319 [2020-01-15 22:45:25] /u/MinstrellYT had their submission removed for insufficient lambda.
+14319 [2020-01-15 22:48:04] There has been a new submission: 'Depressed cooking show - thoughts?', with flair 'Video Critique'
+14319 [2020-01-15 22:48:05] /u/EternalWizard8 had their submission removed for insufficient lambda.
+14319 [2020-01-15 22:49:45] '/u/RantsWithRogers' has given '/u/Menix123' lambda!
+14319 [2020-01-15 22:52:56] '/u/kabagonnaplay' has given '/u/MoskitoDan' lambda!
+14319 [2020-01-15 22:57:42] '/u/DylanTheDoc' has given '/u/rebelyorkshire' lambda!
+14319 [2020-01-15 22:57:42] The OP received lambda too!
+14319 [2020-01-15 23:02:48] There has been a new submission: 'What Am I Doing Wrong? Only 1K Subs After 6 Years!', with flair 'Channel Review'
+14319 [2020-01-15 23:07:23] '/u/EngineeringJuice' has given '/u/qzeqYT' lambda!
+14319 [2020-01-15 23:09:27] There has been a new submission: 'Fusion 360 Tutorial for Absolute Beginners', with flair 'Video Critique'
+14319 [2020-01-15 23:11:38] There has been a new submission: 'Sundown Superhero behind the scenes of pointless games music video and interview', with flair 'Video Critique'
+14319 [2020-01-15 23:11:41] /u/airsupply110 had their submission removed for insufficient lambda.
+14319 [2020-01-15 23:12:35] '/u/Maiihew' has given '/u/MafiasFinestTV' lambda!
+14319 [2020-01-15 23:13:19] '/u/Maiihew' has given '/u/DylanTheDoc' lambda!
+14319 [2020-01-15 23:13:55] '/u/Maiihew' has given '/u/FergHD' lambda!
+14319 [2020-01-15 23:14:08] '/u/Maiihew' has given '/u/MakersWorkshopllc' lambda!
+14319 [2020-01-15 23:14:36] '/u/Maiihew' has given '/u/pinelicker' lambda!
+14319 [2020-01-15 23:15:19] '/u/Maiihew' has given '/u/ABagOfSmack' lambda!
+14319 [2020-01-15 23:16:05] '/u/BotteInc' has given '/u/hafstep' lambda!
+14319 [2020-01-15 23:21:30] There has been a new submission: 'My 2nd YT video! My editing is getting a lot better I think compared to the 1st video I made.', with flair 'Gaming'
+14319 [2020-01-15 23:21:32] /u/BrobaYT had their submission removed for insufficient lambda.
+14319 [2020-01-15 23:33:33] '/u/deliriousmarc' has given '/u/Fuggboye' lambda!
+14319 [2020-01-15 23:36:25] '/u/saggymaggi' has given '/u/Maiihew' lambda!
+14319 [2020-01-15 23:36:25] The OP received lambda too!
+14319 [2020-01-15 23:40:36] There has been a new submission: 'I made this video tonight and the follow up is coming in a few hours. But I’ve always consistently not been a Fan Of Scorsese movies. If you don’t agree I’d love to hear legitimate feedback and criticism. hopefully engage in a friendly debate', with flair 'Discussion'
+14319 [2020-01-15 23:40:39] /u/filterjohny-68 had their submission removed for using the wrong flair.
+14319 [2020-01-15 23:40:52] There has been a new submission: 'I thought making memes was fun so i decided to post here', with flair 'Gaming'
+14319 [2020-01-15 23:40:54] /u/bottom_text_bruh had their submission removed for insufficient lambda.
+14319 [2020-01-15 23:44:40] There has been a new submission: 'Fallout inspired radio-play! Would love to hear what y'all think!', with flair 'Video Critique'
+14319 [2020-01-15 23:48:01] There has been a new submission: 'Hi I’m new to YouTube, this is me organizing my life for the new year any tips on how to improve my editing?', with flair 'None'
+14319 [2020-01-15 23:48:02] /u/guillequeen had their submission removed for insufficient lambda.
+14319 [2020-01-15 23:48:44] '/u/kabagonnaplay' has given '/u/hw3990' lambda!
+14319 [2020-01-15 23:49:53] '/u/deliriousmarc' has given '/u/TheGameChatYT' lambda!
+14319 [2020-01-15 23:53:28] There has been a new submission: 'Carson Dreamworks', with flair 'Art'
+14319 [2020-01-15 23:53:30] /u/Cenanden had their submission removed for insufficient lambda.
+14319 [2020-01-15 23:55:14] There has been a new submission: '50$ giveaway at 400 subs please like and subscribe for more', with flair 'None'
+14319 [2020-01-15 23:55:16] /u/7R3_ had their submission removed for insufficient lambda.
+14319 [2020-01-15 23:55:35] There has been a new submission: 'Newest video! This is our favorite one yet, would love to get feedback and see what you guys think. Will give lambda to good feedback!', with flair 'Video Critique'
+14319 [2020-01-15 23:56:25] There has been a new submission: 'I’ve always consistently not been a Scorsese fan. And I made this video to express why, the second part is coming in a few hours. But if you disagree I’d love to hear why, and legitimate criticism and feedback. And hopefully have a friendly debate.', with flair 'Video Critique'
+14319 [2020-01-15 23:56:27] /u/filterjohny-68 had their submission removed for insufficient lambda.
+14533 [2020-01-16 00:02:01]
+####################
+[2020-01-16 00:02:01] RESTARTED
+####################
+
+14533 [2020-01-16 00:03:16] '/u/MikeJesus' has given '/u/HookedOnAFeeling360' lambda!
+14533 [2020-01-16 00:03:16] The OP received lambda too!
+14533 [2020-01-16 00:04:36] There has been a new submission: 'How can I find out, where my competitors get their traffic from?', with flair 'Discussion'
+14533 [2020-01-16 00:05:00] '/u/craigfu5' has given '/u/HookedOnAFeeling360' lambda!
+14533 [2020-01-16 00:05:01] The OP received lambda too!
+14533 [2020-01-16 00:05:52] '/u/TheGameChatYT' has given '/u/rebelyorkshire' lambda!
+14533 [2020-01-16 00:05:52] The OP received lambda too!
+14533 [2020-01-16 00:09:12] '/u/DylanTheDoc' has given '/u/filterjohny-68' lambda!
+14533 [2020-01-16 00:10:54] There has been a new submission: 'New Member Here!', with flair 'Channel Review'
+14533 [2020-01-16 00:10:56] /u/kgordontech had their submission removed for insufficient lambda.
+14533 [2020-01-16 00:12:11] '/u/GoofballGregory' has given '/u/filterjohny-68' lambda!
+14533 [2020-01-16 00:16:37] There has been a new submission: 'I've been working on my thumbnail game, what do you think? (also feel free to watch the video, it's not crazy long)', with flair 'Thumbnail Review'
+14533 [2020-01-16 00:17:17] '/u/Maiihew' has given '/u/afunfun22' lambda!
+14533 [2020-01-16 00:48:18] There has been a new submission: 'Female Fitness Motivation Michelle Lewin', with flair 'Video Critique'
+14533 [2020-01-16 00:48:19] /u/yakovlevgs had their submission removed for insufficient lambda.
+14533 [2020-01-16 00:48:25] '/u/TheGameChatYT' has given '/u/LifesIlluzion' lambda!
+14533 [2020-01-16 00:49:58] There has been a new submission: 'Why Should I Care?', with flair 'Discussion'
+14533 [2020-01-16 00:50:33] There has been a new submission: 'Mattumentary', with flair 'Vlog'
+9218 [2020-01-16 01:03:01] Updated statistics
+14533 [2020-01-16 01:05:05] There has been a new submission: 'I made this video tonight, the second part is coming in a few hours, but if anyone wants to share their opinions and be open to legitimate debate and friendly discussion that would be great. Hope you enjoy', with flair 'Video Critique'
+14533 [2020-01-16 01:05:36] There has been a new submission: 'Anyone have any tips on tagging the videos better to get more traffic!?', with flair 'Discussion'
+14533 [2020-01-16 01:06:25] There has been a new submission: 'Been a busy week, but I got this 1 month on YT highlight reel done (just between you and me, its doubling as my channel trailer). I've improved alot this month, but still would appreciate any feedback you have!', with flair 'Video Critique'
+14533 [2020-01-16 01:07:18] There has been a new submission: 'So how does this Lambda (λ) works?', with flair 'Discussion'
+14533 [2020-01-16 01:15:11] There has been a new submission: 'Ethan Klein of H3H3 made me lose respect for him (come get some lambda IT'S WORTH IT)', with flair 'Video Critique'
+14533 [2020-01-16 01:16:07] There has been a new submission: 'MY FRIEND NEEDS YOUR HELP IN WINNING A GUITAR CONTEST ON YOUTUBE', with flair 'Video Critique'
+14533 [2020-01-16 01:16:09] /u/ch0d4 had their submission removed for insufficient lambda.
+14533 [2020-01-16 01:22:12] '/u/Maiihew' has given '/u/mattbangswood' lambda!
+14533 [2020-01-16 01:24:30] '/u/Maiihew' has given '/u/KingOberon13' lambda!
+14533 [2020-01-16 01:28:11] There has been a new submission: 'Shovel Knight Playthrough Part 1 - Enter The Shovel Knight', with flair 'Gaming'
+14533 [2020-01-16 01:36:27] There has been a new submission: 'PLZ SUB it's my friends YouTube channel.', with flair 'Gaming'
+14533 [2020-01-16 01:36:29] /u/DownloadGhost21 had their submission removed for insufficient lambda.
+14533 [2020-01-16 01:39:58] '/u/DylanTheDoc' has given '/u/hw3990' lambda!
+14533 [2020-01-16 01:46:17] '/u/TheGameChatYT' has given '/u/DylanTheDoc' lambda!
+14533 [2020-01-16 01:50:01] There has been a new submission: 'Hey all this is my first ever cover!! Its suppose to be a shitty satirical version of Yummy by Justin Bieber on a $7 plastic recorder', with flair 'Discussion'
+14533 [2020-01-16 01:50:02] /u/hw3990 had their submission removed for using the wrong flair.
+14533 [2020-01-16 02:00:11] '/u/kabagonnaplay' has given '/u/LifesIlluzion' lambda!
+14533 [2020-01-16 02:00:21] There has been a new submission: 'Hey all this is my first ever video, it's a shitty satirical version of Yummy by Justin Bieber on a $7 plastic recorder. Hope you enjoy :)', with flair 'Video Critique'
+14668 [2020-01-16 02:02:01]
+####################
+[2020-01-16 02:02:01] RESTARTED
+####################
+
+14668 [2020-01-16 02:03:15] There has been a new submission: 'Drawing Sonic The Hedgehog (Movie design 2020)', with flair 'Art'
+14668 [2020-01-16 02:03:18] /u/Dman_0605 had their submission removed for insufficient lambda.
+14668 [2020-01-16 02:04:48] There has been a new submission: 'Any other motivational or personal development channels out there?', with flair 'Video Critique'
+14668 [2020-01-16 02:06:34] There has been a new submission: 'Xbox Series X Going Forward Compatible | The Level with You Show Episode 37', with flair 'Discussion'
+14668 [2020-01-16 02:06:35] /u/levelwithKen had their submission removed for using the wrong flair.
+14668 [2020-01-16 02:09:02] '/u/kabagonnaplay' has given '/u/DylanTheDoc' lambda!
+14668 [2020-01-16 02:20:49] '/u/Ironick96' has given '/u/Dman_0605' lambda!
+14668 [2020-01-16 02:20:49] The OP received lambda too!
+14668 [2020-01-16 02:24:07] '/u/BiggyBonesDoesReddit' has given '/u/dunbarsnackbar' lambda!
+14668 [2020-01-16 02:24:07] The OP received lambda too!
+14668 [2020-01-16 02:24:28] '/u/kabagonnaplay' has given '/u/huemon_siin' lambda!
+14668 [2020-01-16 03:00:22] There has been a new submission: 'Would love some feedback on my new video "Cumming on College-Rainbow Six Siege Funny moments"', with flair 'Gaming'
+14668 [2020-01-16 03:00:25] /u/Tristanh01 had their submission removed for insufficient lambda.
+14668 [2020-01-16 03:06:38] '/u/ReverseNationYT' has given '/u/aaron_storm7' lambda!
+14668 [2020-01-16 03:06:38] The OP received lambda too!
+14668 [2020-01-16 03:07:09] '/u/ReverseNationYT' has given '/u/britydity' lambda!
+14668 [2020-01-16 03:07:49] '/u/ReverseNationYT' has given '/u/Arrrash' lambda!
+14668 [2020-01-16 03:21:57] '/u/deliriousmarc' has given '/u/CheeseGirdle' lambda!
+14668 [2020-01-16 03:24:09] '/u/Maiihew' has given '/u/ReverseNationYT' lambda!
+14668 [2020-01-16 03:29:35] There has been a new submission: 'New video with some added things based on feedback I got here. Please watch and let me know what you like and dont like.', with flair 'Video Critique'
+14668 [2020-01-16 03:34:36] '/u/JohnnyTheRhino' has given '/u/kabagonnaplay' lambda!
+14668 [2020-01-16 03:34:36] The OP received lambda too!
+14668 [2020-01-16 03:42:51] There has been a new submission: 'Just wondering, who subtitles there videos?', with flair 'Discussion'
+14668 [2020-01-16 03:56:38] There has been a new submission: 'It’s ya boy we aspiring', with flair 'Video Critique'
+14668 [2020-01-16 03:56:39] /u/UrReallyBaka had their submission removed for insufficient lambda.
+14864 [2020-01-16 04:02:01]
+####################
+[2020-01-16 04:02:01] RESTARTED
+####################
+
+14864 [2020-01-16 04:12:12] There has been a new submission: 'My friend is pretty big into YouTube and I would like to help him get more subs', with flair 'Channel Review'
+14864 [2020-01-16 04:12:14] /u/toridoesjuul had their submission removed for insufficient lambda.
+14864 [2020-01-16 04:14:49] '/u/ScoutDawsonYT' has given '/u/DylanTheDoc' lambda!
+14864 [2020-01-16 04:14:49] The OP received lambda too!
+14864 [2020-01-16 04:15:28] '/u/ScoutDawsonYT' has given '/u/filterjohny-68' lambda!
+14864 [2020-01-16 04:29:45] There has been a new submission: 'Hello Everyone , I Used Different Game Trailer To Makw This Epic Game Music zvideo , I Hope you Will like it and Support , Took me Many Hours to Edit and put into the right clip Thanks', with flair 'Gaming'
+14864 [2020-01-16 04:34:31] '/u/VicBlancoProds' has given '/u/Topherten' lambda!
+14864 [2020-01-16 04:34:31] The OP received lambda too!
+14864 [2020-01-16 04:35:03] There has been a new submission: 'NEWS FLASH: MAN LOCKED INSIDE 24-HOUR FITNESS!', with flair 'Channel Review'
+14864 [2020-01-16 04:45:36] There has been a new submission: 'HELP ME OUT WITH A LITTLE CRITICISM PLEASE.', with flair 'Channel Review'
+14864 [2020-01-16 04:45:38] /u/macabre_gold had their submission removed for insufficient lambda.
+14864 [2020-01-16 04:49:01] '/u/KingOberon13' has given '/u/ForgotMyOldAccount9' lambda!
+14864 [2020-01-16 04:49:01] The OP received lambda too!
+14864 [2020-01-16 04:49:51] '/u/KingOberon13' has given '/u/Ericthegoat' lambda!
+14864 [2020-01-16 04:57:14] There has been a new submission: 'How To Make Future Bass', with flair 'Video Critique'
+14864 [2020-01-16 04:57:16] /u/Brochillen had their submission removed for insufficient lambda.
+14864 [2020-01-16 05:09:21] '/u/Maiihew' has given '/u/zen_valore' lambda!
+14864 [2020-01-16 05:28:59] There has been a new submission: 'Hey all! Made this a couple of years ago and finally decided to release it - if I had made Super Mario 64 with the budget of the cost of the game cartridge. Would love some feedback on whether to keep it up! (Have also made another but will release later)', with flair 'Video Critique'
+14864 [2020-01-16 05:29:00] /u/Kazascoot had their submission removed for insufficient lambda.
+14864 [2020-01-16 05:48:34] There has been a new submission: 'shares and stories?', with flair 'Discussion'
+14864 [2020-01-16 05:54:18] There has been a new submission: 'Drawing Sonic The Hedgehog (Movie design 2020)', with flair 'Art'
+14864 [2020-01-16 05:55:29] '/u/KingOberon13' has given '/u/Kazascoot' lambda!
+15004 [2020-01-16 06:02:01]
+####################
+[2020-01-16 06:02:01] RESTARTED
+####################
+
+15004 [2020-01-16 06:16:51] '/u/Dman_0605' has given '/u/hemant_rangdal' lambda!
+15004 [2020-01-16 06:16:51] The OP received lambda too!
+15004 [2020-01-16 06:41:49] '/u/Dman_0605' has given '/u/KyberQ' lambda!
+15004 [2020-01-16 06:42:46] '/u/Dman_0605' has given '/u/Therealrandomrobo' lambda!
+15004 [2020-01-16 06:45:46] '/u/Dman_0605' has given '/u/JacobTheGopher' lambda!
+15004 [2020-01-16 06:47:47] There has been a new submission: 'Networking with you lovely folks', with flair 'Collab'
+15004 [2020-01-16 06:47:55] '/u/xPikYx' has given '/u/ForgotMyOldAccount9' lambda!
+15004 [2020-01-16 06:48:00] There has been a new submission: 'I’m a little drunk and just want to say who cares what other people think? Even though constructive criticism is great, you do whatever makes you happy, even if it’s not in the viewers best interest, make sure you always have fun when you are making videos! Goodnight fellow Tubers!', with flair 'Discussion'
+15004 [2020-01-16 06:49:55] '/u/xPikYx' has given '/u/hw3990' lambda!
+15004 [2020-01-16 06:56:04] '/u/Dman_0605' has given '/u/VenomStriker5' lambda!
+15004 [2020-01-16 07:05:35] '/u/KingOberon13' has given '/u/KyberQ' lambda!
+15004 [2020-01-16 07:06:03] '/u/VicBlancoProds' has given '/u/RichiPete' lambda!
+15004 [2020-01-16 07:08:27] '/u/MoskitoDan' has given '/u/MasterofRevels' lambda!
+15004 [2020-01-16 07:08:58] '/u/popularvote_yt' has given '/u/filterjohny-68' lambda!
+15004 [2020-01-16 07:08:59] The OP received lambda too!
+15004 [2020-01-16 07:10:02] '/u/Ironick96' has given '/u/ForgotMyOldAccount9' lambda!
+15004 [2020-01-16 07:11:05] There has been a new submission: 'Made a video review of The Mandalorian, would greatly appreciate if anyone checks it out and offers some feedback!', with flair 'Video Critique'
+15004 [2020-01-16 07:11:17] There has been a new submission: 'Driving in Las Vegas', with flair 'Vlog'
+15004 [2020-01-16 07:11:19] /u/baboydamo had their submission removed for insufficient lambda.
+15004 [2020-01-16 07:14:37] '/u/Ironick96' has given '/u/Ericthegoat' lambda!
+15004 [2020-01-16 07:15:58] '/u/KingOberon13' has given '/u/hemant_rangdal' lambda!
+15004 [2020-01-16 07:19:01] '/u/mcdunco_ontheroad' has given '/u/exploringwithwade' lambda!
+15004 [2020-01-16 07:24:52] '/u/subpartee' has given '/u/alexmenstra' lambda!
+15004 [2020-01-16 07:24:52] The OP received lambda too!
+15004 [2020-01-16 07:37:56] There has been a new submission: 'Hey Gang! Didn't get any feedback, so reposting. Would love some feedback on Thumbnail or overall video. Anything helps :) Dating Casually: First Impressions', with flair 'Video Critique'
+15004 [2020-01-16 07:51:05] '/u/Dman_0605' has given '/u/clemmonsRushi' lambda!
+15004 [2020-01-16 08:00:04] '/u/ZakkyPants' has given '/u/Heavy_Rain_' lambda!
+15372 [2020-01-16 08:02:01]
+####################
+[2020-01-16 08:02:01] RESTARTED
+####################
+
+15372 [2020-01-16 08:05:34] There has been a new submission: 'Thank u guys For giving support on the last playthrough i manage To get 40 views Which is Very exciting I made another episode here And Feel free to tell Me Wat am i missing this episode', with flair 'Gaming'
+15372 [2020-01-16 08:09:19] There has been a new submission: 'Hey all! I made this a few years ago and finally decided to put it online - would be great to have some feedback on whether to proceed (would do video game recreations) - I have another one in the bank that I’ll be releasing soon!', with flair 'Video Critique'
+15372 [2020-01-16 08:09:56] '/u/KyberQ' has given '/u/clemmonsRushi' lambda!
+15372 [2020-01-16 08:09:56] The OP received lambda too!
+15372 [2020-01-16 08:20:15] There has been a new submission: 'Please subscribe my Channel, I'm trying to get subscribe and viewer. Please subscribe or view or share please.', with flair 'Channel Review'
+15372 [2020-01-16 08:20:18] /u/yahdeepan had their submission removed for insufficient lambda.
+15372 [2020-01-16 08:29:13] There has been a new submission: 'How To Make Money On ClickBank Without A Website in 2020 [FREE TRAFFIC]', with flair 'Video Critique'
+15372 [2020-01-16 08:29:14] /u/WiFiCash had their submission removed for insufficient lambda.
+15372 [2020-01-16 08:53:38] '/u/SwanCreek' has given '/u/KamKashiiiYT' lambda!
+15372 [2020-01-16 08:53:38] The OP received lambda too!
+15372 [2020-01-16 08:53:46] There has been a new submission: 'Hey all! I made a video about 10 video games I didn't get to play last decade and I can't wait to hear what you think! Also, how do you make the background of your thumbnails interesting if you color them from scratch? I've been using flat colors but I am starting to think it looks kinda meh.', with flair 'Video Critique'
+15372 [2020-01-16 08:56:25] There has been a new submission: 'Come fly with me from Johannesburg, South Africa to the tropical island of Koh Samui, Thailand in my latest travel vlog.', with flair 'Vlog'
+15372 [2020-01-16 08:56:26] /u/Fjwl had their submission removed for insufficient lambda.
+15372 [2020-01-16 08:57:21] There has been a new submission: 'FIFA 20 - THURSDAY FLIPPING!', with flair 'Gaming'
+15372 [2020-01-16 09:08:08] '/u/KyberQ' has given '/u/Twofoxonecat' lambda!
+15372 [2020-01-16 09:11:16] '/u/KyberQ' has given '/u/harru09' lambda!
+15372 [2020-01-16 09:47:01] There has been a new submission: 'Hey, recent video here of me doing a clear check for my Mario Maker 2 level, let me know what you think, would appreciate feedback', with flair 'Gaming'
+15372 [2020-01-16 09:49:50] There has been a new submission: 'LEG DAY WITH MY GIRL FRIEND', with flair 'Vlog'
+15372 [2020-01-16 09:49:50] /u/rabinakram had their submission removed for insufficient lambda.
+15509 [2020-01-16 10:02:01]
+####################
+[2020-01-16 10:02:01] RESTARTED
+####################
+
+15509 [2020-01-16 10:12:00] '/u/harru09' has given '/u/ThiccAssClap' lambda!
+15509 [2020-01-16 10:12:00] The OP received lambda too!
+15509 [2020-01-16 10:12:51] '/u/harru09' has given '/u/KyberQ' lambda!
+15509 [2020-01-16 10:26:47] There has been a new submission: 'Finally Monetized - How I get paid $100 monthly for doing nothing - Passive Income - YouTube Revenue', with flair 'Vlog'
+15509 [2020-01-16 10:26:48] /u/TLYRider had their submission removed for insufficient lambda.
+15509 [2020-01-16 10:31:13] There has been a new submission: 'Mini village house', with flair 'Art'
+15509 [2020-01-16 10:31:16] /u/Yuvendhan-B had their submission removed for insufficient lambda.
+15509 [2020-01-16 10:34:39] '/u/RantsWithRogers' has given '/u/hemant_rangdal' lambda!
+15509 [2020-01-16 10:34:39] The OP received lambda too!
+15509 [2020-01-16 10:35:34] '/u/RantsWithRogers' has given '/u/1_2_three_four_5_6' lambda!
+15509 [2020-01-16 10:36:51] '/u/RantsWithRogers' has given '/u/RichiPete' lambda!
+15509 [2020-01-16 10:45:54] There has been a new submission: 'AKASO V50 Pro | Unboxing & Review', with flair 'Vlog'
+15509 [2020-01-16 10:45:56] /u/larryscor had their submission removed for insufficient lambda.
+15509 [2020-01-16 10:54:44] '/u/MikeJesus' has given '/u/Reetae27' lambda!
+15509 [2020-01-16 11:34:22] There has been a new submission: 'Surviving in TARKOV | Episode 2 - Just experimenting with some new style commentary and edits that include GIFS. hope you guys enjoy it and looking forward to any feedback :)', with flair 'Gaming'
+15509 [2020-01-16 11:34:23] /u/Draco986 had their submission removed for insufficient lambda.
+15509 [2020-01-16 11:41:24] There has been a new submission: 'Finally got my first video up!', with flair 'Video Critique'
+15509 [2020-01-16 11:41:26] /u/MaxLanglands had their submission removed for insufficient lambda.
+15509 [2020-01-16 11:52:56] '/u/clemmonsRushi' has given '/u/catfish1992' lambda!
+15509 [2020-01-16 11:52:56] The OP received lambda too!
+15509 [2020-01-16 11:56:16] '/u/harru09' has given '/u/TheRealDMellow' lambda!
+15509 [2020-01-16 11:58:43] There has been a new submission: 'Business Channel Critique', with flair 'Channel Review'
+15509 [2020-01-16 11:59:54] There has been a new submission: 'We’ve come a long way since October', with flair 'Thumbnail Review'
+15644 [2020-01-16 12:02:01]
+####################
+[2020-01-16 12:02:01] RESTARTED
+####################
+
+15644 [2020-01-16 12:03:17] '/u/harru09' has given '/u/Draco986' lambda!
+15644 [2020-01-16 12:14:36] '/u/KyberQ' has given '/u/White_Wokah' lambda!
+15644 [2020-01-16 12:16:16] There has been a new submission: 'What’s the Best way to Promote/Grow your Channel? (Other than here)', with flair 'Discussion'
+15644 [2020-01-16 12:24:09] There has been a new submission: 'My newest video - a little spicey but in line with my comedy. My channel is about a character fron the UK blaming his misfortunes on all the conspiracies in the world. It's niche but would appreciate any critique. Ideally just like to get better at comedy and acting really.', with flair 'Channel Review'
+15644 [2020-01-16 12:24:11] /u/TheDeanerBreakdown had their submission removed for insufficient lambda.
+15644 [2020-01-16 12:40:03] There has been a new submission: 'We Are All Astronauts - Ether [Lay back and listen]', with flair 'Art'
+15644 [2020-01-16 12:40:06] /u/uppermosteN had their submission removed for insufficient lambda.
+15644 [2020-01-16 12:46:11] There has been a new submission: '“Buns of steel”. Watch and fine out what we mean!! Let us know what you think! Extreme Balloon Pop Challenge!', with flair 'Channel Review'
+15644 [2020-01-16 12:46:12] /u/jjnlove had their submission removed for insufficient lambda.
+15644 [2020-01-16 13:09:38] '/u/daredevil005' has given '/u/jjnlove' lambda!
+15644 [2020-01-16 13:10:33] There has been a new submission: 'Had a Youtube channel a year ago that got terminated :( But back on the Youtube grind now, would love to hear some good constructive criticism. Everything I do is satirical btw', with flair 'Video Critique'
+15644 [2020-01-16 13:55:32] '/u/american_noodle' has given '/u/Draco986' lambda!
+15644 [2020-01-16 13:59:09] '/u/Immortal_Spectre_' has given '/u/Poke-Arcade' lambda!
+15644 [2020-01-16 13:59:09] The OP received lambda too!
+15644 [2020-01-16 14:01:14] There has been a new submission: 'Hey guys check out my channel :)', with flair 'Vlog'
+15644 [2020-01-16 14:01:16] /u/melissadindayal had their submission removed for insufficient lambda.
+15644 [2020-01-16 14:01:44] '/u/LeRouxie' has given '/u/exploringwithwade' lambda!
+15644 [2020-01-16 14:01:54] There has been a new submission: 'How to find background music of youtube video', with flair 'Video Critique'
+15644 [2020-01-16 14:01:56] /u/Geeky_stuffs had their submission removed for insufficient lambda.
+15779 [2020-01-16 14:02:01]
+####################
+[2020-01-16 14:02:01] RESTARTED
+####################
+
+15779 [2020-01-16 14:06:48] There has been a new submission: 'Splitgate still exists...and it is worth a try', with flair 'Video Critique'
+15779 [2020-01-16 14:10:20] '/u/hw3990' has given '/u/ForgotMyOldAccount9' lambda!
+15779 [2020-01-16 14:10:20] The OP received lambda too!
+15779 [2020-01-16 14:11:23] '/u/hw3990' has given '/u/RichiPete' lambda!
+15779 [2020-01-16 14:11:40] '/u/hw3990' has given '/u/HookedOnAFeeling360' lambda!
+15779 [2020-01-16 14:13:36] '/u/TheOzan' has given '/u/harru09' lambda!
+15779 [2020-01-16 14:13:36] The OP received lambda too!
+15779 [2020-01-16 15:00:02] There has been a new submission: 'My unencoming channel', with flair 'None'
+15779 [2020-01-16 15:00:05] /u/ender7171 had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:10:59] There has been a new submission: 'Vibrating Prank On Girlfriend', with flair 'None'
+15779 [2020-01-16 15:11:01] /u/jase85 had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:23:46] There has been a new submission: '3 subs away from 20, which feels like a HUGE milestone to me. Thank you all', with flair 'Discussion'
+15779 [2020-01-16 15:23:48] /u/kscircle had their submission removed for using the wrong flair.
+15779 [2020-01-16 15:33:52] There has been a new submission: 'When Friends See You Without Your Glasses', with flair 'Vlog'
+15779 [2020-01-16 15:34:16] There has been a new submission: '3 subs away from 20, which feels like a HUGE milestone to me. Thank you all', with flair 'Channel Review'
+15779 [2020-01-16 15:34:17] /u/kscircle had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:35:02] There has been a new submission: 'Super Smash Bros. Ultimate – Mr. Sakurai Presents "SALT". A meme for the occasion!', with flair 'Gaming'
+15779 [2020-01-16 15:41:07] There has been a new submission: 'YouTube’s coppa and woke culture', with flair 'Video Critique'
+15779 [2020-01-16 15:41:09] /u/AtlasIsNotNice had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:47:12] There has been a new submission: '3 subs away from 20, not much but feels like a huge milestone for me. Never expected to get this far. Thank you all for your feedback and for listening!', with flair 'Channel Review'
+15779 [2020-01-16 15:47:13] /u/kscircle had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:47:37] '/u/TheOzan' has given '/u/White_Wokah' lambda!
+15779 [2020-01-16 15:49:10] There has been a new submission: 'Manny Pacquiao: How He Enduring Poverty And Became A Humble Hero | HumanMeter', with flair 'None'
+15779 [2020-01-16 15:49:11] /u/IndividualGuide had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:50:09] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 11 - Matriarch Boss (Gears 5)', with flair 'Gaming'
+15779 [2020-01-16 15:50:11] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+15779 [2020-01-16 15:58:39] There has been a new submission: 'So I’m at 1400 subs and think it would be good if someone told me what they thought about my channel, what are your impressions, if I started adding blogs which were more vlog but still had tech in it would it be too far apart from my channels content.. also banner and profile pic all that jazz', with flair 'Channel Review'
+15779 [2020-01-16 15:59:11] There has been a new submission: '3 Subs away from 20, which feels like a HUGE milestone to me. Thank you all for the support.', with flair 'Channel Review'
+15779 [2020-01-16 15:59:12] /u/kscircle had their submission removed for insufficient lambda.
+16567 [2020-01-16 16:02:02]
+####################
+[2020-01-16 16:02:02] RESTARTED
+####################
+
+16567 [2020-01-16 16:06:13] There has been a new submission: 'WE FOUND DOOT DOOT - Check it out, feedback appreciated :)', with flair 'Gaming'
+16567 [2020-01-16 16:06:59] '/u/TheGameChatYT' has given '/u/ReverseNationYT' lambda!
+16567 [2020-01-16 16:09:27] There has been a new submission: 'This trail was one of the funnest i have been on in a while despite being really loose!', with flair 'None'
+16567 [2020-01-16 16:09:28] /u/Yat_Rat had their submission removed for insufficient lambda.
+16567 [2020-01-16 16:17:19] '/u/subpartee' has given '/u/BurgerStrom' lambda!
+16567 [2020-01-16 16:17:52] '/u/subpartee' has given '/u/Draco986' lambda!
+16567 [2020-01-16 16:21:44] There has been a new submission: 'A glimpse of the life of a yoga instructor! I would like to read your tips! (:', with flair 'Video Critique'
+16567 [2020-01-16 16:24:53] '/u/TheGameChatYT' has given '/u/StarChases' lambda!
+16567 [2020-01-16 16:25:36] There has been a new submission: 'Would like some feedback on my channel, I haven't been active in a while and I'm ready to get back in, would just like any sort of advice you have on anything, thanks guys', with flair 'Channel Review'
+16567 [2020-01-16 16:25:38] /u/arbitercu had their submission removed for insufficient lambda.
+16567 [2020-01-16 16:30:40] There has been a new submission: 'I'm Hosting A Discord Wheel of Fortune. Come Join Me!', with flair 'Collab'
+16567 [2020-01-16 16:37:23] There has been a new submission: 'Check Out My Latest Video ~ Feedback appreciated and will give lambda ~ The Morals of Apple, Google and Amazon', with flair 'Video Critique'
+16567 [2020-01-16 16:38:11] '/u/Menix123' has given '/u/arbitercu' lambda!
+16567 [2020-01-16 16:38:12] The OP received lambda too!
+16567 [2020-01-16 16:52:14] '/u/Dman_0605' has given '/u/Tri99erMe' lambda!
+16567 [2020-01-16 16:52:43] There has been a new submission: 'We are sponsored by ZURU toys and this is our "My Magical Unicorn" toy review. Please critique! Thanks!', with flair 'Video Critique'
+16567 [2020-01-16 16:54:31] '/u/CertMedia' has given '/u/olisterw' lambda!
+16567 [2020-01-16 16:54:31] The OP received lambda too!
+16567 [2020-01-16 16:54:49] '/u/CertMedia' has given '/u/EricGlassVideos' lambda!
+16567 [2020-01-16 16:55:01] '/u/JaegerAtreides' has given '/u/EricGlassVideos' lambda!
+16567 [2020-01-16 16:55:01] The OP received lambda too!
+16567 [2020-01-16 16:57:49] There has been a new submission: 'Some times you just gotta cleanse. After much consideration with trying to do way to much to my skits, I've decided to go back to my bare bone ways, and if people like it, great. If not, well then I'm in the same place.', with flair 'Video Critique'
+16567 [2020-01-16 16:57:54] There has been a new submission: 'What do you guys think about putting in “rewards” for liking a video as a small channel? like for example if this video gets 50 likes ill watch this movie next for you guys, stuff like that?', with flair 'Discussion'
+16567 [2020-01-16 17:01:41] There has been a new submission: 'Red Dead Online - Etta Doyle Legendary Bounty', with flair 'Gaming'
+16567 [2020-01-16 17:01:43] /u/CheatCentralCH had their submission removed for insufficient lambda.
+16567 [2020-01-16 17:19:24] There has been a new submission: 'I went back and look at the biggest and best games of the last 10 years', with flair 'Gaming'
+16567 [2020-01-16 17:19:25] /u/wisefishgaming had their submission removed for insufficient lambda.
+16567 [2020-01-16 17:19:38] '/u/SwanCreek' has given '/u/theClutchKage' lambda!
+16567 [2020-01-16 17:20:16] '/u/bakedreviews420' has given '/u/MikeJesus' lambda!
+16567 [2020-01-16 17:20:16] The OP received lambda too!
+16567 [2020-01-16 17:20:31] '/u/bakedreviews420' has given '/u/Dave_wuz_here' lambda!
+16567 [2020-01-16 17:20:48] '/u/PheraWorld' has given '/u/bakedreviews420' lambda!
+16567 [2020-01-16 17:20:48] The OP received lambda too!
+16567 [2020-01-16 17:21:02] '/u/bakedreviews420' has given '/u/filterjohny-68' lambda!
+16567 [2020-01-16 17:24:03] There has been a new submission: 'The Vegan Burger That Isn't Suitable for Vegans', with flair 'Video Critique'
+16567 [2020-01-16 17:25:45] There has been a new submission: 'Why To Live and Die in LA is Amazing', with flair 'Discussion'
+16567 [2020-01-16 17:25:47] /u/SlickRude had their submission removed for using the wrong flair.
+16567 [2020-01-16 17:26:06] '/u/VicBlancoProds' has given '/u/jjnlove' lambda!
+16567 [2020-01-16 17:26:53] '/u/EricGlassVideos' has given '/u/CalluMb243' lambda!
+16567 [2020-01-16 17:26:54] The OP received lambda too!
+16567 [2020-01-16 17:29:13] '/u/FreshAttention' has given '/u/RichiPete' lambda!
+16567 [2020-01-16 17:29:13] The OP received lambda too!
+16567 [2020-01-16 17:29:37] '/u/FreshAttention' has given '/u/masterchronos1' lambda!
+16567 [2020-01-16 17:29:42] '/u/JaegerAtreides' has given '/u/Illfury' lambda!
+16567 [2020-01-16 17:33:34] '/u/bakedreviews420' has given '/u/Reetae27' lambda!
+16567 [2020-01-16 17:37:24] There has been a new submission: 'The Low-End AMD Experience (GONE WRONG) | Rainbow Six Siege', with flair 'Gaming'
+16567 [2020-01-16 17:37:25] /u/Not-Cynical had their submission removed for insufficient lambda.
+16567 [2020-01-16 17:49:51] '/u/Arrrash' has given '/u/BurgerStrom' lambda!
+16567 [2020-01-16 17:49:51] The OP received lambda too!
+16567 [2020-01-16 17:50:34] '/u/Arrrash' has given '/u/hemant_rangdal' lambda!
+16567 [2020-01-16 17:50:49] '/u/bakedreviews420' has given '/u/BigMeikLIVE' lambda!
+16567 [2020-01-16 17:51:03] '/u/Arrrash' has given '/u/cplaprade' lambda!
+16567 [2020-01-16 17:51:17] '/u/Arrrash' has given '/u/billenmintje' lambda!
+16567 [2020-01-16 17:51:31] '/u/Arrrash' has given '/u/CalluMb243' lambda!
+16567 [2020-01-16 17:51:45] '/u/Arrrash' has given '/u/wisefishgaming' lambda!
+16567 [2020-01-16 17:51:55] '/u/Arrrash' has given '/u/Nerdorina' lambda!
+16567 [2020-01-16 17:52:39] There has been a new submission: 'Really enjoyed making this one and want to do more on my channel, but would love some advice and tips on how i can improve editing and my on “camera” voice', with flair 'Video Critique'
+16567 [2020-01-16 17:53:39] There has been a new submission: 'UNCENSORED CONTENT', with flair 'None'
+16567 [2020-01-16 17:53:41] /u/DALLAIRE98 had their submission removed for insufficient lambda.
+16567 [2020-01-16 17:56:30] '/u/CertMedia' has given '/u/hemant_rangdal' lambda!
+16567 [2020-01-16 17:56:51] '/u/CertMedia' has given '/u/CalluMb243' lambda!
+16702 [2020-01-16 18:02:02]
+####################
+[2020-01-16 18:02:02] RESTARTED
+####################
+
+16702 [2020-01-16 18:03:33] There has been a new submission: 'Funny Moments on GTA 5 RP Servers with my Friends - Robbery Heist Skit! Let know what you think!', with flair 'Gaming'
+16702 [2020-01-16 18:12:53] There has been a new submission: 'Putting myself out there and sharing my New Years' Resolutions. YouTube is one, and I'm making it public to hold myself accountable! If you'd like, share yours and I'll be your accountability buddy :)', with flair 'Video Critique'
+16702 [2020-01-16 18:15:39] There has been a new submission: 'Hi there, do check out if you are into League of Legends gameplay :)', with flair 'Gaming'
+16702 [2020-01-16 18:15:41] /u/Sann97 had their submission removed for insufficient lambda.
+16702 [2020-01-16 18:18:20] There has been a new submission: 'Hey guys. I have a small DIY channel and I want to share my work with you. I m leaving below a link to one of my projects. Could you please give me a feedback on my content ? :)', with flair 'Channel Review'
+16702 [2020-01-16 18:18:21] /u/alynxk had their submission removed for insufficient lambda.
+16702 [2020-01-16 18:22:46] '/u/american_noodle' has given '/u/DALLAIRE98' lambda!
+16702 [2020-01-16 18:29:03] '/u/JaegerAtreides' has given '/u/Tmoney600' lambda!
+16702 [2020-01-16 18:30:38] There has been a new submission: 'check out my video and channel please', with flair 'Channel Review'
+16702 [2020-01-16 18:37:05] '/u/JudgeCreed' has given '/u/thecookietrain' lambda!
+16702 [2020-01-16 18:37:05] The OP received lambda too!
+16702 [2020-01-16 18:43:16] There has been a new submission: 'this is my channel where I record the musicians of my neighborhood', with flair 'Art'
+16702 [2020-01-16 18:43:19] /u/PeronVidal had their submission removed for insufficient lambda.
+16702 [2020-01-16 18:58:02] '/u/JudgeCreed' has given '/u/_neenaw' lambda!
+16702 [2020-01-16 19:00:54] There has been a new submission: 'My most clickbait-y but still accurate title.', with flair 'Gaming'
+16702 [2020-01-16 19:00:56] /u/Cmdr-Tom had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:05:19] There has been a new submission: 'Ultimate Ironman Leveling Series - OldSchool Rinescape', with flair 'Gaming'
+16702 [2020-01-16 19:08:15] There has been a new submission: 'Hi everyone, I got some editing tips from LadBible group after they featured this video on their UniLad Adventure page. The original vid was eight minutes long. They featured it as a three minute long vid and it did pretty well. The Lesson learnt, sometimes less is more.', with flair 'Video Critique'
+16702 [2020-01-16 19:08:16] /u/Paul-Francis had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:09:57] There has been a new submission: 'Starting Over | Depression and Autism', with flair 'Discussion'
+16702 [2020-01-16 19:09:57] /u/vamproy had their submission removed for using the wrong flair.
+16702 [2020-01-16 19:12:32] There has been a new submission: 'CAT FUNNY VIDEO', with flair 'Video Critique'
+16702 [2020-01-16 19:12:34] /u/1234youtubework1234 had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:12:44] '/u/JaegerAtreides' has given '/u/Heavy_Rain_' lambda!
+16702 [2020-01-16 19:18:33] '/u/JaegerAtreides' has given '/u/Coqroti75' lambda!
+16702 [2020-01-16 19:18:42] There has been a new submission: 'How To Crochet A Single Crochet (Tutorial Video)', with flair 'Art'
+16702 [2020-01-16 19:18:43] /u/jcreuz had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:19:10] There has been a new submission: 'How I walk around school Tik Tok - How I walk when I'm in school', with flair 'Video Critique'
+16702 [2020-01-16 19:19:11] /u/i_am_connie_ had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:22:34] There has been a new submission: 'Feedback appreciated, trying to hit my goals this year so sub if you enjoy :)', with flair 'Gaming'
+16702 [2020-01-16 19:24:53] There has been a new submission: 'How To Style A Plus Size Body Shape | Clothes That Flatter Your Body', with flair 'Vlog'
+16702 [2020-01-16 19:24:55] /u/Mumslays had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:29:44] There has been a new submission: 'Please help', with flair 'None'
+16702 [2020-01-16 19:29:45] /u/JorkJorkinson had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:30:40] There has been a new submission: 'Missing You - Case (Nick Barrett Acoustic Cover)', with flair 'Channel Review'
+16702 [2020-01-16 19:30:42] /u/NickyBSoulstar had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:32:58] '/u/ForgotMyOldAccount9' has given '/u/panaramanwa' lambda!
+16702 [2020-01-16 19:32:58] The OP received lambda too!
+16702 [2020-01-16 19:33:07] There has been a new submission: 'Giving Therapy Sessions And Being Stupid | PavlovVR TTT', with flair 'Gaming'
+16702 [2020-01-16 19:33:09] /u/driedtexas had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:34:53] There has been a new submission: 'Fortnite Chapter 2 Battle Royal | Squad Gameplay The Road to Victory!??', with flair 'Gaming'
+16702 [2020-01-16 19:34:55] /u/lukekelly101 had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:36:32] '/u/OmerJericho' has given '/u/intoneds' lambda!
+16702 [2020-01-16 19:36:32] The OP received lambda too!
+16702 [2020-01-16 19:36:39] There has been a new submission: 'Hey guys just a small anime youtuber here. I would appreciate any and all feedback on my latest video!', with flair 'Video Critique'
+16702 [2020-01-16 19:49:08] There has been a new submission: 'First attempt at this type of video, tell me what you think!', with flair 'None'
+16702 [2020-01-16 19:51:09] There has been a new submission: 'Starting Over | Depression and Autism', with flair 'Vlog'
+16702 [2020-01-16 19:51:11] /u/vamproy had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:52:34] There has been a new submission: 'Trying a variety show type format, let me know what you think!', with flair 'Vlog'
+16702 [2020-01-16 19:52:36] /u/Paden had their submission removed for insufficient lambda.
+16702 [2020-01-16 19:54:10] '/u/Nhattylite' has given '/u/Adddo13' lambda!
+16702 [2020-01-16 19:54:10] The OP received lambda too!
+16702 [2020-01-16 19:54:19] '/u/CalluMb243' has given '/u/Adddo13' lambda!
+16702 [2020-01-16 19:54:19] The OP received lambda too!
+16702 [2020-01-16 19:59:01] There has been a new submission: 'LOVE | THE REAL MARRIAGE STORY', with flair 'Video Critique'
+16702 [2020-01-16 19:59:07] There has been a new submission: 'Surviving in TARKOV | Episode 2 | My first type of these videos on my new channel. Feedback will be much appreciated :)', with flair 'Video Critique'
+16702 [2020-01-16 20:00:29] There has been a new submission: 'Our final Darq episode! Our first completed series - we'd love some feedback on what to improve!', with flair 'Gaming'
+16702 [2020-01-16 20:00:31] /u/Sedica_n_Tryna_Play had their submission removed for insufficient lambda.
+16837 [2020-01-16 20:02:01]
+####################
+[2020-01-16 20:02:01] RESTARTED
+####################
+
+16837 [2020-01-16 20:03:28] '/u/subpartee' has given '/u/jjnlove' lambda!
+16837 [2020-01-16 20:15:12] '/u/DrDagless' has given '/u/Adddo13' lambda!
+16837 [2020-01-16 20:15:12] The OP received lambda too!
+16837 [2020-01-16 20:15:48] '/u/beckyfiddeli' has given '/u/billenmintje' lambda!
+16837 [2020-01-16 20:15:48] The OP received lambda too!
+16837 [2020-01-16 20:16:24] There has been a new submission: 'FIFA 20 - ELITE Rewards Pack Opening!', with flair 'Gaming'
+16837 [2020-01-16 20:19:34] '/u/Pestarklo' has given '/u/streboralyac' lambda!
+16837 [2020-01-16 20:19:34] The OP received lambda too!
+16837 [2020-01-16 20:20:21] '/u/Pestarklo' has given '/u/_neenaw' lambda!
+16837 [2020-01-16 20:22:41] There has been a new submission: 'max effort burritos, im still learning stuff but i have a few videos out now so it might be worth it to post here. now to go', with flair 'Vlog'
+16837 [2020-01-16 20:22:43] /u/catmoochie had their submission removed for insufficient lambda.
+16837 [2020-01-16 20:26:58] There has been a new submission: 'Unlisting underperforming videos', with flair 'Discussion'
+16837 [2020-01-16 20:32:44] There has been a new submission: 'Slap nut (just another ytp)', with flair 'None'
+16837 [2020-01-16 21:01:38] There has been a new submission: '[video critique] Bosch Tassimo Happy Coffee Maker - Perfect Coffee Every Time! (Will give lambda for best constructive criticism)', with flair 'Video Critique'
+16837 [2020-01-16 21:03:40] There has been a new submission: 'How do you become more relevant and liked and viewed in this industry?', with flair 'None'
+16837 [2020-01-16 21:03:43] /u/TheRealBreezyy had their submission removed for insufficient lambda.
+16837 [2020-01-16 21:04:30] There has been a new submission: '2 TikTokers Try Da Bomb Hot Sauce! (Not Cold Objects) - Feedback Appreciated!', with flair 'Video Critique'
+16837 [2020-01-16 21:07:24] '/u/TheBoyJohn' has given '/u/MikeJesus' lambda!
+16837 [2020-01-16 21:07:24] The OP received lambda too!
+16837 [2020-01-16 21:08:39] '/u/OmerJericho' has given '/u/pitodag' lambda!
+16837 [2020-01-16 21:08:44] There has been a new submission: 'Hitman sniper assassinating every one', with flair 'Gaming'
+16837 [2020-01-16 21:08:45] /u/technoid7 had their submission removed for insufficient lambda.
+16837 [2020-01-16 21:09:26] '/u/TheBoyJohn' has given '/u/Pestarklo' lambda!
+16837 [2020-01-16 21:10:16] '/u/TheBoyJohn' has given '/u/T-mator' lambda!
+16837 [2020-01-16 21:11:52] '/u/TheBoyJohn' has given '/u/_neenaw' lambda!
+16837 [2020-01-16 21:13:16] '/u/TheBoyJohn' has given '/u/Karamatic_YT' lambda!
+16837 [2020-01-16 21:15:29] There has been a new submission: 'Reacting to r/wellthatsucks (Reddit Review) - I always give lambda! Comment on the video and I'll be sure to check out your channels too.', with flair 'Vlog'
+16837 [2020-01-16 21:18:45] '/u/TheBoyJohn' has given '/u/Coqroti75' lambda!
+16837 [2020-01-16 21:20:36] '/u/GoofballGregory' has given '/u/clemmonsRushi' lambda!
+16837 [2020-01-16 21:21:54] '/u/TheBoyJohn' has given '/u/catmoochie' lambda!
+16837 [2020-01-16 21:24:31] '/u/TheBoyJohn' has given '/u/xombie' lambda!
+16837 [2020-01-16 21:27:12] '/u/TheBoyJohn' has given '/u/StarChases' lambda!
+16837 [2020-01-16 21:41:31] There has been a new submission: 'How do I get more comments?', with flair 'None'
+16837 [2020-01-16 21:41:33] /u/thomasp3864 had their submission removed for insufficient lambda.
+16837 [2020-01-16 21:45:01] There has been a new submission: 'DR. STONE IS THE SMARTEST ANIME?!?! How Dr. Stone Defies It’s Own Reality', with flair 'Video Critique'
+16837 [2020-01-16 21:46:29] '/u/EdowardoKun' has given '/u/juststartingout120' lambda!
+16837 [2020-01-16 21:46:29] The OP received lambda too!
+16837 [2020-01-16 21:49:10] There has been a new submission: 'Painting an eye to start 2020 with 20/20 vision (super short video, aiming to be funny/entertaining and constructive feedback will always get lambda, thanks) [Video Critique]', with flair 'Video Critique'
+16837 [2020-01-16 21:51:14] There has been a new submission: '3C NATURAL HAIRSTYLES FOR WOMEN', with flair 'Video Critique'
+16837 [2020-01-16 21:51:16] /u/i_am_connie_ had their submission removed for insufficient lambda.
+16837 [2020-01-16 21:52:20] There has been a new submission: 'First episode of a new series that I created. It would mean the world if y'all checked it out and gave your feedback on the EAS video. Thank you in advance', with flair 'Video Critique'
+16837 [2020-01-16 21:52:22] /u/OSOKsharpshot had their submission removed for insufficient lambda.
+16837 [2020-01-16 21:54:51] There has been a new submission: 'How should I encourage people to comment?', with flair 'Discussion'
+16993 [2020-01-16 22:02:02]
+####################
+[2020-01-16 22:02:02] RESTARTED
+####################
+
+16993 [2020-01-16 22:05:40] There has been a new submission: 'The Legend of Heroes: Trails of Cold Steel Part 43 - Side Quest A Brush with Destiny/Bond Story', with flair 'Gaming'
+16993 [2020-01-16 22:10:21] '/u/thomasp3864' has given '/u/juststartingout120' lambda!
+16993 [2020-01-16 22:10:21] The OP received lambda too!
+16993 [2020-01-16 22:14:00] '/u/thesappod' has given '/u/SsSamuelr' lambda!
+16993 [2020-01-16 22:14:00] The OP received lambda too!
+16993 [2020-01-16 22:14:28] '/u/thesappod' has given '/u/thomasp3864' lambda!
+16993 [2020-01-16 22:15:36] There has been a new submission: 'Digital Speedpainting, I'm not really sure how I should edit the videos, my last few have all had some variation in how they've been edited this is the most minimalistic.', with flair 'Video Critique'
+16993 [2020-01-16 22:16:29] '/u/JudgeCreed' has given '/u/CalluMb243' lambda!
+16993 [2020-01-16 22:25:45] '/u/thomasp3864' has given '/u/Reetae27' lambda!
+16993 [2020-01-16 22:26:47] '/u/clemmonsRushi' has given '/u/jjnlove' lambda!
+16993 [2020-01-16 22:26:54] '/u/harru09' has given '/u/AdvancedActions' lambda!
+16993 [2020-01-16 22:37:19] There has been a new submission: 'SUPER MARIO ODYSSEY SPEEDRUN BUT NO COINS ALLOWED!', with flair 'Video Critique'
+16993 [2020-01-16 22:37:20] /u/pappy_tv had their submission removed for insufficient lambda.
+16993 [2020-01-16 22:38:57] '/u/harru09' has given '/u/MrGlasgolf' lambda!
+16993 [2020-01-16 22:41:00] '/u/harru09' has given '/u/mattchu_does_stuff' lambda!
+16993 [2020-01-16 22:42:41] '/u/aaron_storm7' has given '/u/ALLUMALLU2019' lambda!
+16993 [2020-01-16 22:42:41] The OP received lambda too!
+16993 [2020-01-16 22:47:19] There has been a new submission: 'Building our channel, we would like some feedback.... Any info is greatly appreciated! Thanks', with flair 'Video Critique'
+16993 [2020-01-16 22:47:20] /u/indio710 had their submission removed for insufficient lambda.
+16993 [2020-01-16 22:49:05] There has been a new submission: 'Sooo I thought a video editing contest is something awesome for small YouTubers..', with flair 'Discussion'
+16993 [2020-01-16 22:56:08] There has been a new submission: 'This is my second montage on my channel. Wondering if there are any areas for improvement. Please let me know so I can incorporate in future videos :)', with flair 'Gaming'
+16993 [2020-01-16 22:56:10] /u/MinstrellYT had their submission removed for insufficient lambda.
+16993 [2020-01-16 23:03:01] '/u/JudgeCreed' has given '/u/GlobalNerd' lambda!
+16993 [2020-01-16 23:05:51] There has been a new submission: 'I Uploaded a GTA video - Trying to hit 300 subscribes - Feedback would be appreciated', with flair 'Gaming'
+16993 [2020-01-16 23:05:52] /u/kroqquiss had their submission removed for insufficient lambda.
+16993 [2020-01-16 23:17:17] '/u/prettyboiRandell' has given '/u/cdin3d' lambda!
+16993 [2020-01-16 23:17:17] The OP received lambda too!
+16993 [2020-01-16 23:21:40] There has been a new submission: 'Want to win a FREE Guitar!?', with flair 'Vlog'
+16993 [2020-01-16 23:21:42] /u/JKarg500 had their submission removed for insufficient lambda.
+16993 [2020-01-16 23:48:45] '/u/ThiccAssClap' has given '/u/harru09' lambda!
+16993 [2020-01-16 23:48:50] '/u/hw3990' has given '/u/jjnlove' lambda!
+16993 [2020-01-16 23:52:03] There has been a new submission: 'Please do like and subscribe', with flair 'Video Critique'
+16993 [2020-01-16 23:52:05] /u/arsalannrajpoot had their submission removed for insufficient lambda.
+16993 [2020-01-17 00:00:25] '/u/thesappod' has given '/u/exploringwithwade' lambda!
+17131 [2020-01-17 00:02:02]
+####################
+[2020-01-17 00:02:02] RESTARTED
+####################
+
+17131 [2020-01-17 00:13:14] '/u/intoneds' has given '/u/Adddo13' lambda!
+17131 [2020-01-17 00:13:14] The OP received lambda too!
+17131 [2020-01-17 00:18:45] There has been a new submission: 'Formed a channel dedicated to The Beatles where I discuss, play, and breathe everything fab.', with flair 'None'
+17131 [2020-01-17 00:18:46] /u/Raumcole had their submission removed for insufficient lambda.
+17131 [2020-01-17 00:30:27] '/u/_neenaw' has given '/u/TheGameChatYT' lambda!
+17131 [2020-01-17 00:30:27] The OP received lambda too!
+17131 [2020-01-17 00:30:49] '/u/_neenaw' has given '/u/JacobTheGopher' lambda!
+17131 [2020-01-17 00:31:41] '/u/Pestarklo' has given '/u/Cmdr-Tom' lambda!
+17131 [2020-01-17 00:35:39] '/u/prettyboiRandell' has given '/u/TheGameChatYT' lambda!
+17131 [2020-01-17 00:37:33] '/u/pinelicker' has given '/u/Adddo13' lambda!
+17131 [2020-01-17 00:37:33] The OP received lambda too!
+17131 [2020-01-17 00:44:10] '/u/Pestarklo' has given '/u/TheBoyJohn' lambda!
+17131 [2020-01-17 00:44:18] There has been a new submission: 'Would really appreciate a review of our channel. Thoughts on thumbnails, channel art, videos and us as commentators. We’re aware our audio needs some work but we are ordering new mics soon. Will give lambda to all feedback!', with flair 'Channel Review'
+17131 [2020-01-17 00:47:30] '/u/VicBlancoProds' has given '/u/TheGameChatYT' lambda!
+17131 [2020-01-17 00:49:18] '/u/CertMedia' has given '/u/MadeCITYSTARS' lambda!
+17131 [2020-01-17 00:49:50] '/u/CertMedia' has given '/u/TheGameChatYT' lambda!
+17131 [2020-01-17 00:53:05] '/u/KyberQ' has given '/u/CalluMb243' lambda!
+17131 [2020-01-17 00:53:26] There has been a new submission: 'My first video for the channel, what can I build on?', with flair 'Video Critique'
+17131 [2020-01-17 00:53:28] /u/MaxLanglands had their submission removed for insufficient lambda.
+17131 [2020-01-17 00:54:21] '/u/CheeseGirdle' has given '/u/lucidlevel' lambda!
+17131 [2020-01-17 00:54:21] The OP received lambda too!
+17131 [2020-01-17 00:54:29] There has been a new submission: 'This is my first collaboration video, and it is probably my favorite. So I really hope you guys enjoy this one. "Why Reigen Is So Popular". As always feedback will be rewarded with lambda. (but please be sure to watch the whole video =', with flair 'Video Critique'
+9218 [2020-01-17 01:03:17] Updated statistics
+17131 [2020-01-17 01:07:00] There has been a new submission: 'The art of story telling', with flair 'None'
+17131 [2020-01-17 01:07:02] /u/fiaz_NLAP had their submission removed for insufficient lambda.
+17131 [2020-01-17 01:20:40] '/u/TheGameChatYT' has given '/u/qzeqYT' lambda!
+17131 [2020-01-17 01:20:41] The OP received lambda too!
+17131 [2020-01-17 01:23:28] '/u/EngineeringJuice' has given '/u/Adddo13' lambda!
+17131 [2020-01-17 01:23:28] The OP received lambda too!
+17131 [2020-01-17 01:25:07] '/u/Redmond93' has given '/u/YTBravo' lambda!
+17131 [2020-01-17 01:25:07] The OP received lambda too!
+17131 [2020-01-17 01:27:54] '/u/Redmond93' has given '/u/lucidlevel' lambda!
+17131 [2020-01-17 01:50:19] '/u/JaegerAtreides' has given '/u/cdin3d' lambda!
+17272 [2020-01-17 02:02:02]
+####################
+[2020-01-17 02:02:02] RESTARTED
+####################
+
+17272 [2020-01-17 02:20:55] There has been a new submission: 'Comedy Film - "The Cloning Machine" drop a comment and i'll check out your videos.', with flair 'Vlog'
+17272 [2020-01-17 02:20:57] /u/CollinMcNulty had their submission removed for insufficient lambda.
+17272 [2020-01-17 02:27:48] There has been a new submission: 'How was your first YouTube video experience? Sos', with flair 'Discussion'
+17272 [2020-01-17 02:30:11] There has been a new submission: 'Music/ gaming channel. Weekly uploads usually more', with flair 'Gaming'
+17272 [2020-01-17 02:30:14] /u/AUknight14 had their submission removed for insufficient lambda.
+17272 [2020-01-17 02:32:25] '/u/filterjohny-68' has given '/u/Adddo13' lambda!
+17272 [2020-01-17 02:32:25] The OP received lambda too!
+17272 [2020-01-17 02:40:59] There has been a new submission: 'Does anybody know how to get your videos into the content id system?', with flair 'Discussion'
+17272 [2020-01-17 02:42:32] '/u/TheGameChatYT' has given '/u/TheRealDMellow' lambda!
+17272 [2020-01-17 02:48:47] '/u/Adddo13' has given '/u/TheMisterEpic' lambda!
+17272 [2020-01-17 02:48:47] The OP received lambda too!
+17272 [2020-01-17 02:48:51] '/u/CheeseGirdle' has given '/u/TheRealDMellow' lambda!
+17272 [2020-01-17 02:50:51] '/u/TheGameChatYT' has given '/u/TheMisterEpic' lambda!
+17272 [2020-01-17 02:52:52] There has been a new submission: 'Looking for a channel review. ( thumbnails, video, and whatever else you can give me tips for) thank you in advance. Any advice is welcome!', with flair 'Channel Review'
+17272 [2020-01-17 03:07:37] '/u/akameniniu' has given '/u/ThatGuy2u2' lambda!
+17272 [2020-01-17 03:11:55] There has been a new submission: 'Anyone interested in watching pubescent athletes beating each others azz? Look no further than Unlucky Unipig! Watch the first 5 minutes and you’ll want to watch it all and subscribe.', with flair 'Gaming'
+17272 [2020-01-17 03:11:57] /u/Unlucky-UnipigYT had their submission removed for insufficient lambda.
+17272 [2020-01-17 03:18:16] '/u/TheRealDMellow' has given '/u/akameniniu' lambda!
+17272 [2020-01-17 03:18:16] The OP received lambda too!
+17272 [2020-01-17 03:21:24] There has been a new submission: 'I do commentary/comedyish videos on YT - Boxxie', with flair 'Gaming'
+17272 [2020-01-17 03:21:27] /u/brettepictale had their submission removed for insufficient lambda.
+17272 [2020-01-17 03:31:50] '/u/EricGlassVideos' has given '/u/CompleteReason1' lambda!
+17272 [2020-01-17 03:45:54] There has been a new submission: 'A different review on Kintsugi', with flair 'Art'
+17272 [2020-01-17 03:45:56] /u/chimpos had their submission removed for insufficient lambda.
+17272 [2020-01-17 03:48:00] '/u/juststartingout120' has given '/u/TheRealDMellow' lambda!
+17272 [2020-01-17 03:48:00] The OP received lambda too!
+17272 [2020-01-17 03:48:39] '/u/juststartingout120' has given '/u/TheGameChatYT' lambda!
+17272 [2020-01-17 03:57:10] There has been a new submission: 'Advice for dealing with comments?', with flair 'Discussion'
+17480 [2020-01-17 04:02:02]
+####################
+[2020-01-17 04:02:02] RESTARTED
+####################
+
+17480 [2020-01-17 04:02:58] There has been a new submission: 'Can't afford a good camera for a webcam, does anyone use any of the IP webcam apps?', with flair 'Discussion'
+17480 [2020-01-17 04:03:30] '/u/KyberQ' has given '/u/ShikharTrivedi' lambda!
+17480 [2020-01-17 04:04:28] '/u/bakk0i' has given '/u/cjmorgan242' lambda!
+17480 [2020-01-17 04:04:28] The OP received lambda too!
+17480 [2020-01-17 04:17:17] '/u/thomasp3864' has given '/u/Enfpization' lambda!
+17480 [2020-01-17 04:25:17] '/u/NickNyxson' has given '/u/ThatGuy2u2' lambda!
+17480 [2020-01-17 04:25:17] The OP received lambda too!
+17480 [2020-01-17 04:39:30] '/u/JaegerAtreides' has given '/u/DylanTheDoc' lambda!
+17480 [2020-01-17 04:53:12] There has been a new submission: 'Can you guys please go to my channel and lmk what you think and please sub if you enjoy', with flair 'Channel Review'
+17480 [2020-01-17 04:53:14] /u/StormIshereYt had their submission removed for insufficient lambda.
+17480 [2020-01-17 04:57:43] '/u/bakk0i' has given '/u/thomasp3864' lambda!
+17480 [2020-01-17 05:22:08] '/u/poggersSpongebob' has given '/u/matisbored' lambda!
+17480 [2020-01-17 05:22:08] The OP received lambda too!
+17480 [2020-01-17 05:23:25] There has been a new submission: 'What should I improve on ?', with flair 'Vlog'
+17480 [2020-01-17 05:23:27] /u/gitjohnn had their submission removed for insufficient lambda.
+17480 [2020-01-17 05:28:14] There has been a new submission: 'Can Puppies Eat Carrots?', with flair 'Video Critique'
+17480 [2020-01-17 05:35:48] There has been a new submission: 'Here is my short video on sound...any tips to improve', with flair 'Video Critique'
+17480 [2020-01-17 05:35:50] /u/urbandilema had their submission removed for insufficient lambda.
+17480 [2020-01-17 05:50:20] There has been a new submission: 'Dragon Ball Z Kakarot Live stream! Its Finally Here! Is It Worth The Hype?', with flair 'Gaming'
+17480 [2020-01-17 05:50:22] /u/Kingrell15 had their submission removed for insufficient lambda.
+17480 [2020-01-17 05:55:25] There has been a new submission: 'Looking for some friends?', with flair 'Collab'
+17480 [2020-01-17 05:56:38] There has been a new submission: 'My little bro is at 99 SUBS and I am SO proud!!! Who will be 100!? :))', with flair 'None'
+17480 [2020-01-17 05:59:04] '/u/xombie' has given '/u/MaxLanglands' lambda!
+17480 [2020-01-17 05:59:04] The OP received lambda too!
+17994 [2020-01-17 06:02:02]
+####################
+[2020-01-17 06:02:02] RESTARTED
+####################
+
+17994 [2020-01-17 06:09:14] '/u/TheRealDMellow' has given '/u/xombie' lambda!
+17994 [2020-01-17 06:14:42] '/u/CalluMb243' has given '/u/Redinfernus' lambda!
+17994 [2020-01-17 06:28:20] '/u/TheGameChatYT' has given '/u/JacobTheGopher' lambda!
+17994 [2020-01-17 06:37:32] There has been a new submission: 'I've been looking at my view count which is at 15k in 11 months with 308 subscribers and have calculated my views at this rate to 777 hours watched. This means at 924 subscribers I'll have 45k views and 2.3k hours watched. Also it can take another 2 years to get there! Simple maths right!', with flair 'Discussion'
+17994 [2020-01-17 06:39:36] '/u/OmerJericho' has given '/u/TheGameChatYT' lambda!
+17994 [2020-01-17 06:49:34] '/u/xombie' has given '/u/Jkerrzy' lambda!
+17994 [2020-01-17 06:51:04] '/u/TheBoyJohn' has given '/u/cdin3d' lambda!
+17994 [2020-01-17 06:51:51] There has been a new submission: 'Skyrim Australian version (language warning) I am trying out this kind of video as it is different to what I normally do if it goes well I will post more, if you enjoy please leave a like and consider subscribing and feedback would be appreciated👍', with flair 'None'
+17994 [2020-01-17 06:52:37] '/u/Kazascoot' has given '/u/AtlasIsNotNice' lambda!
+17994 [2020-01-17 06:52:37] The OP received lambda too!
+17994 [2020-01-17 06:53:19] '/u/Kazascoot' has given '/u/Twofoxonecat' lambda!
+17994 [2020-01-17 06:53:37] '/u/DadaskiDiaries' has given '/u/xombie' lambda!
+17994 [2020-01-17 06:53:37] The OP received lambda too!
+17994 [2020-01-17 06:54:08] '/u/TheBoyJohn' has given '/u/Heavy_Rain_' lambda!
+17994 [2020-01-17 06:54:20] '/u/Kazascoot' has given '/u/TheBoyJohn' lambda!
+17994 [2020-01-17 06:56:48] '/u/TheBoyJohn' has given '/u/pappy_tv' lambda!
+17994 [2020-01-17 06:59:52] '/u/TheBoyJohn' has given '/u/noranraskin' lambda!
+17994 [2020-01-17 07:00:34] There has been a new submission: 'Caspain + Asuri = Video (with funny edits)', with flair 'None'
+17994 [2020-01-17 07:00:36] /u/Geno0o had their submission removed for insufficient lambda.
+17994 [2020-01-17 07:01:18] '/u/TheBoyJohn' has given '/u/MadeCITYSTARS' lambda!
+17994 [2020-01-17 07:01:47] There has been a new submission: 'A very typical day in my life', with flair 'Vlog'
+17994 [2020-01-17 07:01:49] /u/SkavM3 had their submission removed for insufficient lambda.
+17994 [2020-01-17 07:02:24] '/u/TheBoyJohn' has given '/u/SpearMeMaly' lambda!
+17994 [2020-01-17 07:17:36] There has been a new submission: 'this is my most popular video right now! im super happy to get a video with over 1,000 views. checkout my channel if you get a chance, i do music stuff', with flair 'Video Critique'
+17994 [2020-01-17 07:17:37] /u/reerah3005 had their submission removed for insufficient lambda.
+17994 [2020-01-17 07:17:44] '/u/tvstealer99' has given '/u/mattchu_does_stuff' lambda!
+17994 [2020-01-17 07:17:44] The OP received lambda too!
+17994 [2020-01-17 07:18:35] '/u/TheBoyJohn' has given '/u/Yat_Rat' lambda!
+17994 [2020-01-17 07:19:32] '/u/TheBoyJohn' has given '/u/AnimuseVids' lambda!
+17994 [2020-01-17 07:23:32] '/u/TheBoyJohn' has given '/u/raylikestacos' lambda!
+17994 [2020-01-17 07:25:20] '/u/TheBoyJohn' has given '/u/invaderzoom' lambda!
+17994 [2020-01-17 07:31:37] There has been a new submission: 'Foraging and Cooking Wild Longevity Mushrooms | Ikarian Diet | #DoStathi', with flair 'Video Critique'
+17994 [2020-01-17 07:31:39] /u/dostathi had their submission removed for insufficient lambda.
+17994 [2020-01-17 07:32:35] There has been a new submission: 'im New on Youtube and reddit but im not clipping stupid shit and uploading 30 min video of a gameplay. Im doing the whole work cutting all togethter to 10-15 min videos and im putting in effects and sh*t but im german and yeah I need people to tell me what i can do better in my videos. can u help ?', with flair 'Video Critique'
+17994 [2020-01-17 07:32:37] /u/Schoepel had their submission removed for insufficient lambda.
+17994 [2020-01-17 07:40:29] '/u/TheBoyJohn' has given '/u/Jellyquent' lambda!
+17994 [2020-01-17 07:41:55] '/u/TheBoyJohn' has given '/u/KyleSpoorMusic' lambda!
+17994 [2020-01-17 07:48:24] '/u/TheBoyJohn' has given '/u/Schoepel' lambda!
+17994 [2020-01-17 07:52:27] '/u/TheBoyJohn' has given '/u/kaitlynjclingin' lambda!
+17994 [2020-01-17 07:56:36] There has been a new submission: 'THE UNSTOPPABLE DRIFTING HEC 9000 HORSEPOWER', with flair 'Gaming'
+17994 [2020-01-17 07:56:37] /u/Zerlow had their submission removed for insufficient lambda.
+17994 [2020-01-17 07:57:11] '/u/coolnotcan' has given '/u/TheRealDMellow' lambda!
+17994 [2020-01-17 07:57:11] The OP received lambda too!
+17994 [2020-01-17 08:01:15] There has been a new submission: '60 seconds until you say “wtf”', with flair 'Art'
+17994 [2020-01-17 08:01:17] /u/whatahandsomecheetah had their submission removed for insufficient lambda.
+18350 [2020-01-17 08:02:02]
+####################
+[2020-01-17 08:02:02] RESTARTED
+####################
+
+18350 [2020-01-17 08:20:07] '/u/TheRealDMellow' has given '/u/CliffordTV' lambda!
+18350 [2020-01-17 08:24:15] There has been a new submission: 'This is my first collaboration video, 😎. So I really hope you guys enjoy. As always feedback will be rewarded with lambda, but please give me real feedback, don't just advertise🔌 your channel. 👌🏻', with flair 'Video Critique'
+18350 [2020-01-17 08:37:22] There has been a new submission: 'Not sure if, I can make a video due to the COPPA law', with flair 'Discussion'
+18350 [2020-01-17 08:44:33] There has been a new submission: 'How to make your Bike more Comfortable', with flair 'Vlog'
+18350 [2020-01-17 09:30:50] '/u/hemant_rangdal' has given '/u/Schoepel' lambda!
+18350 [2020-01-17 09:30:50] The OP received lambda too!
+18350 [2020-01-17 09:39:55] There has been a new submission: 'youtube copyright on music', with flair 'Discussion'
+18350 [2020-01-17 09:41:23] There has been a new submission: 'Instant quote tool for website | free | caldera forms', with flair 'Video Critique'
+18350 [2020-01-17 09:41:26] /u/Airidas12 had their submission removed for insufficient lambda.
+18350 [2020-01-17 09:41:38] There has been a new submission: 'So I recently went to LA and it just opened my eyes to so many possibilities. I’m considering moving there now. What made me get this new perspective? Check out this vid and find out. Words cannot express what I saw.', with flair 'None'
+18350 [2020-01-17 09:41:40] /u/Aditude had their submission removed for insufficient lambda.
+18350 [2020-01-17 09:49:20] There has been a new submission: 'Any good & free video editing tools ?', with flair 'Discussion'
+18572 [2020-01-17 10:02:02]
+####################
+[2020-01-17 10:02:02] RESTARTED
+####################
+
+18572 [2020-01-17 10:07:15] There has been a new submission: 'Snapchat maps... is a weird place!', with flair 'Collab'
+18572 [2020-01-17 10:07:16] /u/CurlyLovesHisMusic had their submission removed for using the wrong flair.
+18572 [2020-01-17 10:11:01] '/u/DadaskiDiaries' has given '/u/Hammsee' lambda!
+18572 [2020-01-17 10:11:56] '/u/KyberQ' has given '/u/wisefishgaming' lambda!
+18572 [2020-01-17 10:12:52] '/u/coolnotcan' has given '/u/CurlyLovesHisMusic' lambda!
+18572 [2020-01-17 10:12:52] The OP received lambda too!
+18572 [2020-01-17 10:13:39] There has been a new submission: 'Make ANY Camera Look PROFESSIONAL!', with flair 'Video Critique'
+18572 [2020-01-17 10:13:41] /u/benizzard17 had their submission removed for insufficient lambda.
+18572 [2020-01-17 10:15:47] There has been a new submission: 'I went back and looked at the biggest and best games from each year, over the last 10 years. Enjoy!', with flair 'Gaming'
+18572 [2020-01-17 10:17:12] There has been a new submission: 'My first video of 2020 and it’s a collaboration with my girlfriend! We look at Snapchat maps… And it’s a very weird place. Hope you enjoy the video might make this into a series', with flair 'Collab'
+18572 [2020-01-17 10:17:14] /u/CurlyLovesHisMusic had their submission removed for using the wrong flair.
+18572 [2020-01-17 10:40:49] There has been a new submission: 'My first video of 2020 and it’s a collaboration with my girlfriend! We look at Snapchat maps… And it’s a very weird place. Hope you enjoy the video might make this into a series', with flair 'Discussion'
+18572 [2020-01-17 10:40:52] /u/CurlyLovesHisMusic had their submission removed for using the wrong flair.
+18572 [2020-01-17 10:55:35] There has been a new submission: 'feedback?', with flair 'Channel Review'
+18572 [2020-01-17 10:55:37] /u/TheUglyDuckYT had their submission removed for insufficient lambda.
+18572 [2020-01-17 11:03:02] There has been a new submission: 'Ip Man 4 Review', with flair 'None'
+18572 [2020-01-17 11:03:04] /u/Derbyboyuk had their submission removed for insufficient lambda.
+18572 [2020-01-17 11:04:27] '/u/DadaskiDiaries' has given '/u/KingOberon13' lambda!
+18572 [2020-01-17 11:09:16] '/u/wisefishgaming' has given '/u/Redinfernus' lambda!
+18572 [2020-01-17 11:09:16] The OP received lambda too!
+18572 [2020-01-17 11:09:46] '/u/wisefishgaming' has given '/u/Schoepel' lambda!
+18572 [2020-01-17 11:13:16] '/u/hemant_rangdal' has given '/u/kfpgt' lambda!
+18572 [2020-01-17 11:16:22] There has been a new submission: 'Minecraft funny highlights - I spent multiple hours editing this together in a similar style to fitz and soviet womble and would like feedback on the video, as well as the thumbnail', with flair 'Gaming'
+18572 [2020-01-17 11:18:51] '/u/DrummerLaddie' has given '/u/hardpass24' lambda!
+18572 [2020-01-17 11:18:51] The OP received lambda too!
+18572 [2020-01-17 11:24:50] There has been a new submission: 'hey im a GERMAN youtuber. im asking for advice but i cant reach people who can say what i could do better. Im not uploading full gameplay videos im cutting the best parts together and put edits and music in it. this is my best video jet but probably the worst thumbnail. Ty if someone is helping.', with flair 'Video Critique'
+18572 [2020-01-17 11:34:47] There has been a new submission: 'New Cover for Steven Universe - Change ( Please, Like, Comment and Subscribe )', with flair 'Video Critique'
+18572 [2020-01-17 11:34:49] /u/DanTheDanoBot had their submission removed for insufficient lambda.
+18572 [2020-01-17 11:35:28] There has been a new submission: 'This is part 2 to a challenge series that i am making for Need For Speed: Heat', with flair 'Gaming'
+18572 [2020-01-17 11:39:53] '/u/TheRealDMellow' has given '/u/KingOberon13' lambda!
+18572 [2020-01-17 11:51:16] There has been a new submission: 'Ragequiting on a game about a chicken and her egg. Yes, a chicken', with flair 'Gaming'
+18572 [2020-01-17 11:51:18] /u/IcyZinHD had their submission removed for insufficient lambda.
+18572 [2020-01-17 11:57:18] '/u/coolnotcan' has given '/u/Yaniprov' lambda!
+18572 [2020-01-17 11:57:54] '/u/TheRealDMellow' has given '/u/RavenJimmy' lambda!
+18713 [2020-01-17 12:02:03]
+####################
+[2020-01-17 12:02:03] RESTARTED
+####################
+
+18713 [2020-01-17 12:24:06] '/u/TheRealDMellow' has given '/u/LordJJera' lambda!
+18713 [2020-01-17 12:24:14] There has been a new submission: 'Help with Livestreaming!', with flair 'Discussion'
+18713 [2020-01-17 12:39:10] '/u/ForgotMyOldAccount9' has given '/u/qzeqYT' lambda!
+18713 [2020-01-17 12:39:56] There has been a new submission: 'AQW TOP 10 FREE RARE WEAPONS NON MEMBER 2020 *NEW*', with flair 'Gaming'
+18713 [2020-01-17 12:39:56] /u/DestiniiYT had their submission removed for insufficient lambda.
+18713 [2020-01-17 12:50:47] '/u/Schoepel' has given '/u/Yaniprov' lambda!
+18713 [2020-01-17 12:50:47] The OP received lambda too!
+18713 [2020-01-17 12:51:42] There has been a new submission: 'HELLO EVERYONE Im finally starting a new Lets play series And the Game is called pokemon Platinum On drastic emu I will really appreciate Some feedback on my video And Pls tell me On wat am i missing Aswell THANK YOU GUYS FOR All the support', with flair 'Gaming'
+18713 [2020-01-17 12:56:28] There has been a new submission: 'A Christian, A Muslim, And An Agnostic Get Stranded On An Island', with flair 'None'
+18713 [2020-01-17 12:56:29] /u/AffectionatePlane2 had their submission removed for insufficient lambda.
+18713 [2020-01-17 13:11:08] '/u/clemmonsRushi' has given '/u/MikeJesus' lambda!
+18713 [2020-01-17 13:11:08] The OP received lambda too!
+18713 [2020-01-17 13:24:54] '/u/thomasp3864' has given '/u/DocDoesGaming' lambda!
+18713 [2020-01-17 13:29:25] '/u/coolnotcan' has given '/u/MasterofRevels' lambda!
+18713 [2020-01-17 13:29:29] There has been a new submission: 'I started an art channel in 2019. I took a short break so I can think about what direction I wanted to go with my channel in 2020. Tell me what you think.', with flair 'None'
+18713 [2020-01-17 13:29:29] /u/DiNo1027 had their submission removed for insufficient lambda.
+18713 [2020-01-17 13:36:37] There has been a new submission: 'My channel is dedicated to original orchestral and piano compositions (most of which are free to use!) This is an orchestral fantasy piece titled "Soaring." Hope you enjoy!', with flair 'Video Critique'
+18713 [2020-01-17 13:45:58] '/u/wisefishgaming' has given '/u/Yaniprov' lambda!
+18713 [2020-01-17 13:47:13] '/u/wisefishgaming' has given '/u/AffectionatePlane2' lambda!
+18713 [2020-01-17 13:51:40] There has been a new submission: 'Guys please support my youtube channel!!!', with flair 'Gaming'
+18713 [2020-01-17 13:51:42] /u/Gatorhub had their submission removed for insufficient lambda.
+18713 [2020-01-17 13:56:41] There has been a new submission: 'I made a review of Eminem’s new album ‘Music to be Murdered by’ on my channel. Very good album overall', with flair 'None'
+18848 [2020-01-17 14:02:03]
+####################
+[2020-01-17 14:02:03] RESTARTED
+####################
+
+18848 [2020-01-17 14:07:09] There has been a new submission: 'Die Man Vs His Addiction - Would like feedback on my 3rd vid. Trying to experiment with a more edit heavy format.', with flair 'Video Critique'
+18848 [2020-01-17 14:08:31] There has been a new submission: 'Would you say my growth is where it should be?', with flair 'Discussion'
+18848 [2020-01-17 14:16:18] '/u/Robbo2513' has given '/u/Cmdr-Tom' lambda!
+18848 [2020-01-17 14:30:40] There has been a new submission: 'How To Wax Your Snowboard', with flair 'Vlog'
+18848 [2020-01-17 14:35:32] '/u/MasterofRevels' has given '/u/chri5ten' lambda!
+18848 [2020-01-17 14:35:32] The OP received lambda too!
+18848 [2020-01-17 14:36:36] '/u/MasterofRevels' has given '/u/Theodoulus' lambda!
+18848 [2020-01-17 14:36:49] '/u/MasterofRevels' has given '/u/EthanCarmanMoore' lambda!
+18848 [2020-01-17 14:44:13] '/u/Pestarklo' has given '/u/Redinfernus' lambda!
+18848 [2020-01-17 14:47:08] '/u/Pestarklo' has given '/u/T-mator' lambda!
+18848 [2020-01-17 14:48:32] '/u/Pestarklo' has given '/u/blazealdrich37' lambda!
+18848 [2020-01-17 15:03:55] There has been a new submission: 'Hey!i covered shotgun ( george Ezra)', with flair 'Vlog'
+18848 [2020-01-17 15:03:57] /u/Aman_Moxxy had their submission removed for insufficient lambda.
+18848 [2020-01-17 15:07:12] There has been a new submission: 'Best Instagram HASHTAG Strategy for Followers - (This was the quickest video I've made, under 3 hours including editing and thumbnail and uploading! It is a bit clunky in parts, + I stole footage from my other video, but at least I'm getting faster!) Appreciate any thoughts yous have :)', with flair 'Video Critique'
+18848 [2020-01-17 15:07:25] '/u/JaegerAtreides' has given '/u/Jkerrzy' lambda!
+18848 [2020-01-17 15:07:53] '/u/JaegerAtreides' has given '/u/Schoepel' lambda!
+18848 [2020-01-17 15:10:42] There has been a new submission: 'Every 2019 Movie (that I watched) - cmooremovies', with flair 'Video Critique'
+18848 [2020-01-17 15:13:05] '/u/DadaskiDiaries' has given '/u/LordJJera' lambda!
+18848 [2020-01-17 15:25:28] '/u/Redmond93' has given '/u/Jkerrzy' lambda!
+18848 [2020-01-17 15:25:36] There has been a new submission: 'I reviewed one of my favorite anime series: Erased (2016)!', with flair 'Video Critique'
+18848 [2020-01-17 15:26:26] '/u/Redmond93' has given '/u/Schoepel' lambda!
+18848 [2020-01-17 15:30:23] '/u/MasterofRevels' has given '/u/KingDaN8252' lambda!
+18848 [2020-01-17 15:31:03] '/u/MasterofRevels' has given '/u/1ngK' lambda!
+18848 [2020-01-17 15:35:35] '/u/Draco986' has given '/u/Schoepel' lambda!
+18848 [2020-01-17 15:35:36] The OP received lambda too!
+18848 [2020-01-17 15:35:49] '/u/Draco986' has given '/u/Adddo13' lambda!
+18848 [2020-01-17 15:36:35] '/u/Redmond93' has given '/u/Beazty1' lambda!
+18848 [2020-01-17 15:39:05] '/u/coolnotcan' has given '/u/Aman_Moxxy' lambda!
+18848 [2020-01-17 15:43:47] '/u/Alps_Vlog' has given '/u/jjnlove' lambda!
+18848 [2020-01-17 15:43:47] The OP received lambda too!
+18848 [2020-01-17 15:46:33] There has been a new submission: 'Kentay', with flair 'Vlog'
+18848 [2020-01-17 15:46:35] /u/huynhdvq had their submission removed for insufficient lambda.
+18848 [2020-01-17 15:47:08] There has been a new submission: 'Thank you to everyone on this subreddit for helping me to get to 25 subscribers. I'm excited to grow more.', with flair 'Discussion'
+18848 [2020-01-17 15:48:20] '/u/Alps_Vlog' has given '/u/CopperPanMan' lambda!
+18848 [2020-01-17 15:49:37] '/u/Alps_Vlog' has given '/u/DALLAIRE98' lambda!
+18848 [2020-01-17 15:53:01] There has been a new submission: 'I would love any feedback on this video, thumbnail, editing, sound etc. Even if it’s not the content you usually watch I’d love to hear if the content made you stick around for longer than a few minutes. Thank you!', with flair 'Video Critique'
+18848 [2020-01-17 16:00:40] '/u/Reetae27' has given '/u/Aman_Moxxy' lambda!
+18848 [2020-01-17 16:00:40] The OP received lambda too!
+18989 [2020-01-17 16:02:03]
+####################
+[2020-01-17 16:02:03] RESTARTED
+####################
+
+18989 [2020-01-17 16:05:55] There has been a new submission: 'How do I improve my self and my channel?', with flair 'Discussion'
+18989 [2020-01-17 16:48:38] There has been a new submission: 'OK guys, I usually upload guitar covers on my channel but this video is different. This is my One Year Of Playing Guitar Progress, and I'd love to have your honest feedback on it, especially concerning the rythm of the video, thumbnail, and intro/outro. Hope you'll enjoy it! :)', with flair 'Video Critique'
+18989 [2020-01-17 16:49:36] '/u/thecookietrain' has given '/u/squidoodle33' lambda!
+18989 [2020-01-17 16:49:36] The OP received lambda too!
+18989 [2020-01-17 16:51:17] '/u/EthanCarmanMoore' has given '/u/squidoodle33' lambda!
+18989 [2020-01-17 16:51:17] The OP received lambda too!
+18989 [2020-01-17 16:52:34] '/u/thecookietrain' has given '/u/MafiasFinestTV' lambda!
+18989 [2020-01-17 16:53:26] There has been a new submission: 'John Kricfalusi was a pioneer in the animation field. He's gone down in history as a living legend for his contributions that forever changed the history of animation. But there was more to John K than what meets the eye.', with flair 'Video Critique'
+18989 [2020-01-17 16:56:22] '/u/thecookietrain' has given '/u/letslang2gether' lambda!
+18989 [2020-01-17 17:05:30] '/u/american_noodle' has given '/u/MafiasFinestTV' lambda!
+18989 [2020-01-17 17:05:30] The OP received lambda too!
+18989 [2020-01-17 17:05:58] '/u/squidoodle33' has given '/u/AtlasIsNotNice' lambda!
+18989 [2020-01-17 17:05:58] The OP received lambda too!
+18989 [2020-01-17 17:06:08] '/u/Schoepel' has given '/u/KingDaN8252' lambda!
+18989 [2020-01-17 17:10:30] '/u/MasterofRevels' has given '/u/Heavy_Rain_' lambda!
+18989 [2020-01-17 17:15:24] There has been a new submission: 'NECESSARY UPGRADES | 7 Days to Die #22 (Alpha 18)', with flair 'Gaming'
+18989 [2020-01-17 17:15:26] /u/DezDuzGaming had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:15:40] There has been a new submission: 'YouTube Coppa and woke culture', with flair 'Video Critique'
+18989 [2020-01-17 17:15:58] '/u/FGWYT' has given '/u/hw3990' lambda!
+18989 [2020-01-17 17:15:58] The OP received lambda too!
+18989 [2020-01-17 17:16:44] '/u/squidoodle33' has given '/u/AlexEmway' lambda!
+18989 [2020-01-17 17:17:13] '/u/squidoodle33' has given '/u/IamEclipse' lambda!
+18989 [2020-01-17 17:18:31] '/u/squidoodle33' has given '/u/KingDaN8252' lambda!
+18989 [2020-01-17 17:26:06] '/u/Zaboazagiru' has given '/u/IamEclipse' lambda!
+18989 [2020-01-17 17:26:06] The OP received lambda too!
+18989 [2020-01-17 17:28:01] There has been a new submission: 'I just upgraded from a USB mic to an XLR, I'd love to know how I sound, and if I've still got it - it's been 3 months since I did a review like this:)', with flair 'Video Critique'
+18989 [2020-01-17 17:28:31] There has been a new submission: '7 Days To Die - The Ak47', with flair 'Gaming'
+18989 [2020-01-17 17:28:32] /u/CheatCentralCH had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:30:15] There has been a new submission: 'Haven’t uploaded in a while and want to get back into YouTube. This is a meme edit on Apex Legends.', with flair 'Video Critique'
+18989 [2020-01-17 17:32:22] '/u/Zaboazagiru' has given '/u/EngineeringJuice' lambda!
+18989 [2020-01-17 17:35:18] There has been a new submission: 'Muscle Maxxers', with flair 'None'
+18989 [2020-01-17 17:35:27] There has been a new submission: 'First post. Building an art channel', with flair 'Art'
+18989 [2020-01-17 17:35:29] /u/NB_art had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:37:58] There has been a new submission: 'UNCENSORED CONTENT! From giveaways to gaming!', with flair 'Gaming'
+18989 [2020-01-17 17:37:59] /u/DALLAIRE98 had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:39:15] There has been a new submission: 'Channel review please - SciFi Horror short stories. Thanks in advance, any advice welcome.', with flair 'Channel Review'
+18989 [2020-01-17 17:39:15] /u/VaughnAshby had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:40:33] There has been a new submission: 'Nokia 7 Plus unboxing', with flair 'Vlog'
+18989 [2020-01-17 17:45:26] There has been a new submission: 'What counts as clicking on your own ads?', with flair 'Discussion'
+18989 [2020-01-17 17:47:26] There has been a new submission: 'UnsaintedYT Youtube Channel', with flair 'Channel Review'
+18989 [2020-01-17 17:47:27] /u/Sneff1234 had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:49:46] '/u/AtlasIsNotNice' has given '/u/LordJJera' lambda!
+18989 [2020-01-17 17:49:46] The OP received lambda too!
+18989 [2020-01-17 17:55:13] '/u/AlexEmway' has given '/u/_GoatBandit_' lambda!
+18989 [2020-01-17 17:55:13] The OP received lambda too!
+18989 [2020-01-17 17:56:09] '/u/MasterofRevels' has given '/u/SupaCoolMoM' lambda!
+18989 [2020-01-17 17:56:33] '/u/KingDaN8252' has given '/u/iWhiplash' lambda!
+18989 [2020-01-17 17:56:33] The OP received lambda too!
+18989 [2020-01-17 17:57:24] There has been a new submission: 'Hey guys sorry to bother you. I've just created my first commentary gaming video hopefully you guys will like it don't hate on me too much <3', with flair 'Gaming'
+18989 [2020-01-17 17:57:25] /u/SvenRazorGames had their submission removed for insufficient lambda.
+18989 [2020-01-17 17:58:36] '/u/MasterofRevels' has given '/u/AnimuseVids' lambda!
+18989 [2020-01-17 17:58:57] '/u/MasterofRevels' has given '/u/centyauro' lambda!
+18989 [2020-01-17 17:59:40] '/u/Reetae27' has given '/u/centyauro' lambda!
+19191 [2020-01-17 18:02:03]
+####################
+[2020-01-17 18:02:03] RESTARTED
+####################
+
+19191 [2020-01-17 18:02:30] '/u/IamEclipse' has given '/u/EthanCarmanMoore' lambda!
+19191 [2020-01-17 18:02:30] The OP received lambda too!
+19191 [2020-01-17 18:05:18] '/u/Zaboazagiru' has given '/u/SBC-Golf' lambda!
+19191 [2020-01-17 18:06:05] There has been a new submission: 'I drove a Ferrari at Rome Vlog! Tell me your impressions ! Thank you guys 🙏', with flair 'Channel Review'
+19191 [2020-01-17 18:13:34] There has been a new submission: 'If the Golf Course sees this.. They wont want us to come back', with flair 'Video Critique'
+19191 [2020-01-17 18:17:20] There has been a new submission: 'AI Created Apex Legends Compilation', with flair 'Gaming'
+19191 [2020-01-17 18:17:21] /u/redneckN3RD had their submission removed for insufficient lambda.
+19191 [2020-01-17 18:17:30] '/u/AlexEmway' has given '/u/EthanCarmanMoore' lambda!
+19191 [2020-01-17 18:19:47] There has been a new submission: 'The Grudge (2020) - REVIEW', with flair 'Video Critique'
+19191 [2020-01-17 18:27:32] There has been a new submission: 'How I felt about Fire Emblem Three Houses' story. Would really appreciate feedback!', with flair 'Gaming'
+19191 [2020-01-17 18:29:32] There has been a new submission: 'Sometimes friends is all you need to make a nice video.', with flair 'Gaming'
+19191 [2020-01-17 18:29:33] /u/Hashocky had their submission removed for insufficient lambda.
+19191 [2020-01-17 18:31:09] There has been a new submission: 'SUBSCRIBE PLEASE!!! GIVEAWAY AT 1K!', with flair 'Channel Review'
+19191 [2020-01-17 18:31:11] /u/SUB2ABILATY had their submission removed for insufficient lambda.
+19191 [2020-01-17 18:43:20] '/u/EthanCarmanMoore' has given '/u/popularvote_yt' lambda!
+19191 [2020-01-17 18:43:20] The OP received lambda too!
+19191 [2020-01-17 18:46:15] '/u/Reetae27' has given '/u/StarChases' lambda!
+19191 [2020-01-17 18:49:44] There has been a new submission: 'Here's a vlog exploring UTAH. Focused on more engaging audio and titles per some suggestions. Let me know what you think! Giving out them friday lambda's!', with flair 'None'
+19191 [2020-01-17 18:53:13] There has been a new submission: 'WE’RE DOING A GIVEAWAY! Here at Ben & Kexia we’re dedicated to our subscribers! That’s why we will be giving away a MYSTERY PRIZE if our goal is met! Check out the video for more details!', with flair 'Vlog'
+19191 [2020-01-17 18:53:15] /u/bensebbage had their submission removed for insufficient lambda.
+19191 [2020-01-17 18:54:15] There has been a new submission: 'Just posted my first ever video!', with flair 'Channel Review'
+19191 [2020-01-17 18:54:17] /u/NicolemGeorgie had their submission removed for insufficient lambda.
+19191 [2020-01-17 18:54:48] '/u/EthanCarmanMoore' has given '/u/Dog_Bit' lambda!
+19191 [2020-01-17 18:57:09] '/u/aaron_storm7' has given '/u/SBC-Golf' lambda!
+19191 [2020-01-17 19:01:22] There has been a new submission: 'If anyone likes ESCAPE FROM TARKOV then go check my new video on it, I find my reactions fairly funny 😂 any advice would be appreciated:)', with flair 'None'
+19191 [2020-01-17 19:01:24] /u/JJBRAMERZ had their submission removed for insufficient lambda.
+19191 [2020-01-17 19:03:51] There has been a new submission: 'ok, so we did a compilation video with Fortnite Moments for our gaming channel. Please give us constructive criticism and you will get Lambda, thanks alot.', with flair 'Gaming'
+19191 [2020-01-17 19:04:37] There has been a new submission: 'TTBUREY ON YOUTUBE.', with flair 'Discussion'
+19191 [2020-01-17 19:04:39] /u/sailormoonprincessT had their submission removed for using the wrong flair.
+19191 [2020-01-17 19:11:28] '/u/Vasilis-Tsaknakis' has given '/u/SUB2ABILATY' lambda!
+19191 [2020-01-17 19:11:28] The OP received lambda too!
+19191 [2020-01-17 19:11:44] There has been a new submission: 'I am not a smart man, but I can assure you, THAT'S A 𝕳ệ𝔫𝔱ằ𝔦 MONSTER in my Let's Play of Persona 5! Would love to know your thoughts. Will give FREE Lambda for a simple down payment of CONSTRUCTIVE feedback!', with flair 'Gaming'
+19191 [2020-01-17 19:13:31] '/u/CheeseGirdle' has given '/u/1_2_three_four_5_6' lambda!
+19191 [2020-01-17 19:14:38] There has been a new submission: 'CHECK MY CHANNEL OUT AND LET ME KNOW WHERE I CAN BE BETTER💖', with flair 'Channel Review'
+19191 [2020-01-17 19:14:41] /u/sailormoonprincessT had their submission removed for insufficient lambda.
+19191 [2020-01-17 19:15:49] '/u/LordJJera' has given '/u/StarChases' lambda!
+19191 [2020-01-17 19:15:50] The OP received lambda too!
+19191 [2020-01-17 19:16:25] There has been a new submission: 'So 2 Days Ago I Got Critiqued; Today I Posted a Video With a Revised Thumbnail and Toned Down The "Memes" What Do You Think?', with flair 'Video Critique'
+19191 [2020-01-17 19:23:43] '/u/AtlasIsNotNice' has given '/u/StarChases' lambda!
+19191 [2020-01-17 19:24:01] '/u/AtlasIsNotNice' has given '/u/Dog_Bit' lambda!
+19191 [2020-01-17 19:25:32] There has been a new submission: 'Animation Channel about gaming', with flair 'Collab'
+19191 [2020-01-17 19:27:06] There has been a new submission: 'YouTube Copyright Appeals', with flair 'Discussion'
+19191 [2020-01-17 19:27:53] '/u/StylesYT' has given '/u/DWRelive' lambda!
+19191 [2020-01-17 19:29:21] '/u/thesappod' has given '/u/DIYwithDave' lambda!
+19191 [2020-01-17 19:29:21] The OP received lambda too!
+19191 [2020-01-17 19:31:17] '/u/iWhiplash' has given '/u/SUB2ABILATY' lambda!
+19191 [2020-01-17 19:31:17] The OP received lambda too!
+19191 [2020-01-17 19:35:04] There has been a new submission: 'GO SUBSCRIBE!!! GIVEAWAY AT 1K!!!!!', with flair 'Channel Review'
+19191 [2020-01-17 19:55:31] '/u/squidoodle33' has given '/u/ADM1N1SH' lambda!
+19191 [2020-01-17 19:55:41] There has been a new submission: 'One of my YouTube videos check out my channel if you enjoyed it. This is not my latest video so if you didn't enjoy it you might enjoy some of my later and newer ones.', with flair 'Gaming'
+19191 [2020-01-17 19:55:42] /u/lawwyl had their submission removed for insufficient lambda.
+19191 [2020-01-17 19:55:52] '/u/squidoodle33' has given '/u/MadeCITYSTARS' lambda!
+19191 [2020-01-17 19:58:17] '/u/coolnotcan' has given '/u/Cmdr-Tom' lambda!
+19191 [2020-01-17 20:01:21] There has been a new submission: 'Fortnite but its VERY Controversial', with flair 'Gaming'
+19326 [2020-01-17 20:02:03]
+####################
+[2020-01-17 20:02:03] RESTARTED
+####################
+
+19326 [2020-01-17 20:03:42] '/u/iWhiplash' has given '/u/DraKBorG' lambda!
+19326 [2020-01-17 20:06:07] '/u/kabagonnaplay' has given '/u/Dog_Bit' lambda!
+19326 [2020-01-17 20:06:07] The OP received lambda too!
+19326 [2020-01-17 20:06:31] There has been a new submission: 'Just Uploaded a Smash Bros Video not to long ago! what do you guys think', with flair 'Gaming'
+19326 [2020-01-17 20:06:32] /u/J_R_GAMES had their submission removed for insufficient lambda.
+19326 [2020-01-17 20:08:42] '/u/MasterofRevels' has given '/u/EngineeringJuice' lambda!
+19326 [2020-01-17 20:09:38] '/u/MasterofRevels' has given '/u/Hashocky' lambda!
+19326 [2020-01-17 20:12:02] '/u/MasterofRevels' has given '/u/VenomStriker5' lambda!
+19326 [2020-01-17 20:13:54] There has been a new submission: 'I did a new cover of chloe's new song kindergarten!!! Check it out!!', with flair 'Art'
+19326 [2020-01-17 20:13:56] /u/Carl_TheCronch had their submission removed for insufficient lambda.
+19326 [2020-01-17 20:16:18] '/u/MasterofRevels' has given '/u/MusikPalast' lambda!
+19326 [2020-01-17 20:21:32] There has been a new submission: 'FORTNITE in PORTRAIT???? (WITH THIRD PERSON PERSPECTIVE)', with flair 'Gaming'
+19326 [2020-01-17 20:21:34] /u/Zizuke had their submission removed for insufficient lambda.
+19326 [2020-01-17 20:23:48] '/u/MasterofRevels' has given '/u/Matigian_Media' lambda!
+19326 [2020-01-17 20:32:44] '/u/xombie' has given '/u/Schoepel' lambda!
+19326 [2020-01-17 20:32:57] '/u/Reetae27' has given '/u/Riko_07' lambda!
+19326 [2020-01-17 20:33:42] '/u/xombie' has given '/u/KingOberon13' lambda!
+19326 [2020-01-17 20:37:46] '/u/xombie' has given '/u/blazealdrich37' lambda!
+19326 [2020-01-17 20:40:56] There has been a new submission: 'Starting a new Series and would love feedback on my first real episode. GAME DELAYS & OUT OF TOUCH DEVS Gaming News Week In Review [gaming]', with flair 'Video Critique'
+19326 [2020-01-17 20:46:38] There has been a new submission: 'Trying something different. This is not a legit food review but it is at the same time.', with flair 'Vlog'
+19326 [2020-01-17 20:53:10] There has been a new submission: 'Subnautica Episode #1', with flair 'Gaming'
+19326 [2020-01-17 20:53:12] /u/noahkungen3 had their submission removed for insufficient lambda.
+19326 [2020-01-17 20:56:50] '/u/KingDaN8252' has given '/u/Dog_Bit' lambda!
+19326 [2020-01-17 20:58:43] There has been a new submission: 'Top Ten Video Game Soundtracks of the Decade. This is probably the most effort I put into a video and I’m really happy with the outcome. Lemme know what y’all think', with flair 'Video Critique'
+19326 [2020-01-17 21:01:42] '/u/squidoodle33' has given '/u/Torontoguy2018' lambda!
+19326 [2020-01-17 21:10:52] '/u/MasterofRevels' has given '/u/Torontoguy2018' lambda!
+19326 [2020-01-17 21:11:56] '/u/MasterofRevels' has given '/u/NicolemGeorgie' lambda!
+19326 [2020-01-17 21:12:45] '/u/MasterofRevels' has given '/u/Not_A-Aron' lambda!
+19326 [2020-01-17 21:13:34] There has been a new submission: 'I Haven't Played Smash Ultimate In 3 Months And....', with flair 'Video Critique'
+19326 [2020-01-17 21:13:36] /u/TrueVerse had their submission removed for insufficient lambda.
+19326 [2020-01-17 21:14:01] '/u/KingDaN8252' has given '/u/NicolemGeorgie' lambda!
+19326 [2020-01-17 21:14:13] '/u/AnimuseVids' has given '/u/NicolemGeorgie' lambda!
+19326 [2020-01-17 21:14:13] The OP received lambda too!
+19326 [2020-01-17 21:15:38] There has been a new submission: 'Usually we make more scripted videos, but this video is just us improvised and having fun, tell us what you think about this video!', with flair 'Video Critique'
+19326 [2020-01-17 21:19:27] There has been a new submission: 'Free music?', with flair 'Discussion'
+19326 [2020-01-17 21:23:43] There has been a new submission: 'Big collab with gaming channel (31k subs) anyone is welcome', with flair 'Collab'
+19326 [2020-01-17 21:23:54] '/u/EthanCarmanMoore' has given '/u/NicolemGeorgie' lambda!
+19326 [2020-01-17 21:26:49] '/u/AnimuseVids' has given '/u/StrataCasteRYT' lambda!
+19326 [2020-01-17 21:27:14] There has been a new submission: 'A video about Kingdom Hearts and its connection to Disney. All critiques are welcome and I'd love to know your thoughts. Lambda for thoughts and critiques!', with flair 'Video Critique'
+19326 [2020-01-17 21:27:43] There has been a new submission: 'First ever YouTube video!', with flair 'Video Critique'
+19326 [2020-01-17 21:29:29] There has been a new submission: 'Watch if you love Japan or simply want to travel there in the future. OSAKA 2020 Cyberpunk Neon City', with flair 'Video Critique'
+19326 [2020-01-17 21:37:30] There has been a new submission: 'Looking for feedback to improve my channel', with flair 'Channel Review'
+19326 [2020-01-17 21:37:31] /u/altermycarbon had their submission removed for insufficient lambda.
+19326 [2020-01-17 21:39:45] '/u/NicolemGeorgie' has given '/u/panaramanwa' lambda!
+19326 [2020-01-17 21:39:45] The OP received lambda too!
+19326 [2020-01-17 21:40:54] '/u/ZakkyPants' has given '/u/Dmaned11123' lambda!
+19326 [2020-01-17 21:40:54] The OP received lambda too!
+19326 [2020-01-17 21:53:22] There has been a new submission: 'Check out my new video of gta 4', with flair 'Gaming'
+19326 [2020-01-17 21:53:24] /u/FrostAceYT had their submission removed for insufficient lambda.
+19326 [2020-01-17 21:54:53] {ERROR} received 503 HTTP response
+19326 [2020-01-17 21:56:09] '/u/MadeCITYSTARS' has given '/u/nicrazac' lambda!
+19326 [2020-01-17 21:56:09] The OP received lambda too!
+19326 [2020-01-17 21:57:00] '/u/AtlasIsNotNice' has given '/u/Scwongster321' lambda!
+19571 [2020-01-17 22:02:03]
+####################
+[2020-01-17 22:02:03] RESTARTED
+####################
+
+19571 [2020-01-17 22:02:52] There has been a new submission: '1 away from 20 subs... thank you for all of your support!', with flair 'Channel Review'
+19571 [2020-01-17 22:02:54] /u/kscircle had their submission removed for insufficient lambda.
+19571 [2020-01-17 22:07:46] There has been a new submission: 'Just a quick video I made for fun :) show some love please!', with flair 'Vlog'
+19571 [2020-01-17 22:10:24] There has been a new submission: 'My YouTube Channel - YeeMeister', with flair 'Gaming'
+19571 [2020-01-17 22:10:26] /u/YeeMeister971 had their submission removed for insufficient lambda.
+19571 [2020-01-17 22:19:27] There has been a new submission: 'Most Natural Gas Producing States in the US 2001-2019', with flair 'Channel Review'
+19571 [2020-01-17 22:19:28] /u/Sam-Samantha had their submission removed for insufficient lambda.
+19571 [2020-01-17 22:20:37] There has been a new submission: 'Check out my channel (: Give feedback?', with flair 'Discussion'
+19571 [2020-01-17 22:20:39] /u/YeeMeister971 had their submission removed for using the wrong flair.
+19571 [2020-01-17 22:20:53] There has been a new submission: 'Marvel Select Disney Store exclusive Thanos! Avengers Endgame figure!', with flair 'Channel Review'
+19571 [2020-01-17 22:20:55] /u/boxingwebb had their submission removed for insufficient lambda.
+19571 [2020-01-17 22:40:23] '/u/clemmonsRushi' has given '/u/KingDaN8252' lambda!
+19571 [2020-01-17 22:40:38] '/u/MattThibodeau' has given '/u/MikeJesus' lambda!
+19571 [2020-01-17 22:40:38] The OP received lambda too!
+19571 [2020-01-17 22:43:27] '/u/MattThibodeau' has given '/u/Scwongster321' lambda!
+19571 [2020-01-17 22:44:00] There has been a new submission: 'Anneka, The Wolf Kisser', with flair 'None'
+19571 [2020-01-17 22:44:27] '/u/clemmonsRushi' has given '/u/hafstep' lambda!
+19571 [2020-01-17 22:50:05] There has been a new submission: 'I made this video and I’m truly excited about it. The movie was awesome and I hope you go see it. I put a lot of effort into this and I hope it came out right. And I hope people get some knowledge and enjoyment out of it.', with flair 'Video Critique'
+19571 [2020-01-17 22:50:17] There has been a new submission: 'I need help with growing my YouTube Channel', with flair 'Discussion'
+19571 [2020-01-17 22:55:04] There has been a new submission: '14 makes skits and funny videos. Uploads every day. Please check my content out I work really hard on it', with flair 'None'
+19571 [2020-01-17 22:55:06] /u/BeckerBoyYT had their submission removed for insufficient lambda.
+19571 [2020-01-17 22:55:20] There has been a new submission: 'How to color your lineart on ibisPaintX tutorial!', with flair 'Art'
+19571 [2020-01-17 22:55:22] /u/Jadeechenn had their submission removed for insufficient lambda.
+19571 [2020-01-17 22:57:15] There has been a new submission: 'Hey I made a review I’d love some critique it’s 4 min and thanks', with flair 'None'
+19571 [2020-01-17 22:57:16] /u/FreeMoneyforInfo had their submission removed for insufficient lambda.
+19571 [2020-01-17 23:04:01] '/u/TheMisterEpic' has given '/u/Schoepel' lambda!
+19571 [2020-01-17 23:04:01] The OP received lambda too!
+19571 [2020-01-17 23:05:03] There has been a new submission: 'opinions wanted on my first video (longer than a minute long)! just me playing csgo', with flair 'None'
+19571 [2020-01-17 23:05:05] /u/_TASTELESS_ had their submission removed for insufficient lambda.
+19571 [2020-01-17 23:14:41] There has been a new submission: 'My mic isn’t working', with flair 'None'
+19571 [2020-01-17 23:32:25] There has been a new submission: 'Rapping in Siege', with flair 'Gaming'
+19571 [2020-01-17 23:32:27] /u/Demise- had their submission removed for insufficient lambda.
+19571 [2020-01-17 23:34:55] There has been a new submission: 'To those who downvote posts on this sub... why?', with flair 'Discussion'
+19571 [2020-01-17 23:43:59] There has been a new submission: 'Made my first "skit" type video, how do you guys think I did especially editing wise (VFX)? Any tips or critique accepted. (Giving lambda)', with flair 'Video Critique'
+19571 [2020-01-17 23:51:23] '/u/thecookietrain' has given '/u/IamEclipse' lambda!
+19571 [2020-01-17 23:51:47] '/u/thecookietrain' has given '/u/SupaCoolMoM' lambda!
+19571 [2020-01-17 23:53:54] '/u/thecookietrain' has given '/u/Scwongster321' lambda!
+19571 [2020-01-17 23:55:47] '/u/american_noodle' has given '/u/cplaprade' lambda!
+19571 [2020-01-17 23:56:56] There has been a new submission: 'Going Back To 2012', with flair 'Gaming'
+19571 [2020-01-17 23:56:57] /u/xXdeathmaster86 had their submission removed for insufficient lambda.
+19571 [2020-01-17 23:59:11] There has been a new submission: 'My first drawing video that I did a voiceover for!', with flair 'Art'
+19571 [2020-01-17 23:59:12] /u/PokemaniacOctoru had their submission removed for insufficient lambda.
+19571 [2020-01-18 00:01:35] '/u/MattThibodeau' has given '/u/PokemaniacOctoru' lambda!
+19706 [2020-01-18 00:02:03]
+####################
+[2020-01-18 00:02:03] RESTARTED
+####################
+
+19706 [2020-01-18 00:04:02] There has been a new submission: 'I’m nearly there but I’m not', with flair 'Channel Review'
+19706 [2020-01-18 00:04:03] /u/IT_Desktop had their submission removed for insufficient lambda.
+19706 [2020-01-18 00:14:34] '/u/american_noodle' has given '/u/ForgotMyOldAccount9' lambda!
+19706 [2020-01-18 00:18:36] There has been a new submission: 'My first art video I did a voiceover for!', with flair 'Art'
+19706 [2020-01-18 00:19:20] There has been a new submission: 'I just recently started uploading in youtube again and was wondering what you guys thought? I mostly do funny moments and skits', with flair 'Gaming'
+19706 [2020-01-18 00:19:21] /u/ScopeShotForReal had their submission removed for insufficient lambda.
+19706 [2020-01-18 00:19:59] There has been a new submission: 'New yt channel. I guess it’s a comedy gaming video but I’m kinda just messin around', with flair 'None'
+19706 [2020-01-18 00:32:27] There has been a new submission: 'Smash and Gaming Channel', with flair 'Channel Review'
+19706 [2020-01-18 00:32:29] /u/Pikawott had their submission removed for insufficient lambda.
+19706 [2020-01-18 00:33:16] '/u/spicymilksauce' has given '/u/alexvanguard' lambda!
+19706 [2020-01-18 00:33:16] The OP received lambda too!
+19706 [2020-01-18 00:34:43] There has been a new submission: 'felt so discouraged I could barely make this video, but I did it! lambda for feedback (:', with flair 'Video Critique'
+19706 [2020-01-18 00:37:04] '/u/ThisIsCress' has given '/u/AffectionatePlane2' lambda!
+19706 [2020-01-18 00:37:04] The OP received lambda too!
+19706 [2020-01-18 00:44:05] There has been a new submission: 'This is the trailer to my channel let me know what you think! please give me some feed back if their is anything i should change! and also if you enjoy the trailer make sure to drop a like and also subscribe to my channel to see other awesome content!', with flair 'Gaming'
+19706 [2020-01-18 00:44:07] /u/Kerbstomp66 had their submission removed for insufficient lambda.
+19706 [2020-01-18 00:48:51] There has been a new submission: 'New channel about Personal Fiance? Any Advice/Tips/Opinions/Critiques?', with flair 'Channel Review'
+19706 [2020-01-18 00:48:52] /u/mtlboy95 had their submission removed for insufficient lambda.
+19706 [2020-01-18 00:53:44] There has been a new submission: 'Could you all give some feedback?(; thanks', with flair 'None'
+19706 [2020-01-18 00:53:46] /u/YeeMeister971 had their submission removed for insufficient lambda.
+19706 [2020-01-18 00:58:21] '/u/zoomyrun' has given '/u/ForgotMyOldAccount9' lambda!
+19706 [2020-01-18 00:58:21] The OP received lambda too!
+19706 [2020-01-18 01:00:51] '/u/zoomyrun' has given '/u/Goatsause' lambda!
+19706 [2020-01-18 01:01:22] '/u/lucidlevel' has given '/u/MafiasFinestTV' lambda!
+19706 [2020-01-18 01:01:22] The OP received lambda too!
+9218 [2020-01-18 01:03:31] Updated statistics
+19706 [2020-01-18 01:13:48] There has been a new submission: 'Free editor', with flair 'Discussion'
+19706 [2020-01-18 01:25:22] '/u/Geoffroditis' has given '/u/PokemaniacOctoru' lambda!
+19706 [2020-01-18 01:25:22] The OP received lambda too!
+19706 [2020-01-18 01:26:28] '/u/4orty1savage' has given '/u/alexvanguard' lambda!
+19706 [2020-01-18 01:26:28] The OP received lambda too!
+19706 [2020-01-18 01:34:14] There has been a new submission: 'Check out my newest vid, would appreciate any feedback - Trolling Your Friends in Golf With Your Friends (2020 Edition)', with flair 'Video Critique'
+19706 [2020-01-18 01:41:37] There has been a new submission: 'Skull Kid9X channel', with flair 'None'
+19706 [2020-01-18 01:41:39] /u/SkullKid9X had their submission removed for insufficient lambda.
+19706 [2020-01-18 01:51:13] There has been a new submission: 'Should I make a yt Instagram?', with flair 'Discussion'
+19706 [2020-01-18 01:55:15] There has been a new submission: 'Why Dogs Lick You!', with flair 'Channel Review'
+19706 [2020-01-18 01:55:17] /u/dog_facts_2020 had their submission removed for insufficient lambda.
+19909 [2020-01-18 02:02:03]
+####################
+[2020-01-18 02:02:03] RESTARTED
+####################
+
+19909 [2020-01-18 02:07:11] '/u/4orty1savage' has given '/u/EverydayCodeNet' lambda!
+19909 [2020-01-18 02:20:08] '/u/zoomyrun' has given '/u/Ghryms' lambda!
+19909 [2020-01-18 02:21:26] There has been a new submission: 'Released a video listing off some of my fav video games of the decade! What are you thoughts?', with flair 'None'
+19909 [2020-01-18 02:21:28] /u/shenmoki had their submission removed for insufficient lambda.
+19909 [2020-01-18 02:29:39] '/u/american_noodle' has given '/u/qzeqYT' lambda!
+19909 [2020-01-18 02:41:20] There has been a new submission: 'Yb Player from Indonesia', with flair 'Gaming'
+19909 [2020-01-18 02:41:22] /u/AshUbx had their submission removed for insufficient lambda.
+19909 [2020-01-18 02:48:54] '/u/4orty1savage' has given '/u/TheMisterEpic' lambda!
+19909 [2020-01-18 02:50:45] There has been a new submission: 'A new video I did with my friends on CAH, we have an offensive type of humour.', with flair 'Gaming'
+19909 [2020-01-18 03:00:52] There has been a new submission: 'A hopefully interesting/funnyish video about bizarre car designs. I hope you enjoy the video :) Good feedback will be given lambda👍', with flair 'Video Critique'
+19909 [2020-01-18 03:13:22] There has been a new submission: '4000 Hours Question', with flair 'Discussion'
+19909 [2020-01-18 03:16:18] '/u/MasterofRevels' has given '/u/ComfortablyDumbMax' lambda!
+19909 [2020-01-18 03:29:37] There has been a new submission: 'New video - back from the dead', with flair 'None'
+19909 [2020-01-18 03:29:38] /u/LayneHawley69 had their submission removed for insufficient lambda.
+19909 [2020-01-18 03:38:40] '/u/AnimuseVids' has given '/u/OG_Dan' lambda!
+19909 [2020-01-18 03:50:20] '/u/iWhiplash' has given '/u/OG_Dan' lambda!
+19909 [2020-01-18 03:58:35] '/u/Dog_Bit' has given '/u/_GoatBandit_' lambda!
+19909 [2020-01-18 03:58:35] The OP received lambda too!
+19909 [2020-01-18 03:59:15] '/u/Dog_Bit' has given '/u/alexvanguard' lambda!
+20058 [2020-01-18 04:02:03]
+####################
+[2020-01-18 04:02:03] RESTARTED
+####################
+
+20058 [2020-01-18 04:06:59] '/u/JacobTheGopher' has given '/u/Ghryms' lambda!
+20058 [2020-01-18 04:06:59] The OP received lambda too!
+20058 [2020-01-18 04:09:07] '/u/JacobTheGopher' has given '/u/Coqroti75' lambda!
+20058 [2020-01-18 04:13:13] '/u/JacobTheGopher' has given '/u/OG_Dan' lambda!
+20058 [2020-01-18 04:18:06] There has been a new submission: 'THE CHRILLCAST - MASS CHANNEL REVIEW #2 - FEAT. u/DWRELIVE (AGAIN)', with flair 'Collab'
+20058 [2020-01-18 04:26:19] There has been a new submission: 'Hazoor ﷺ Kay Dunya Se Jate Hue Aakhri Alfaz | Tariq Jameel Bayan', with flair 'Discussion'
+20058 [2020-01-18 04:26:20] /u/msufwan had their submission removed for using the wrong flair.
+20058 [2020-01-18 04:32:09] '/u/zoomyrun' has given '/u/Hashocky' lambda!
+20058 [2020-01-18 04:41:05] There has been a new submission: 'Looking for ADVICE on how to MARKET myself better', with flair 'Discussion'
+20058 [2020-01-18 04:45:04] There has been a new submission: 'Redesigning UPS' Logo | REDESIGNING LOGOS #3 [ESPORTS ADDITION]', with flair 'Art'
+20058 [2020-01-18 04:45:06] /u/CRISTYZEE had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:02:08] There has been a new submission: 'Pinoy Confessions: I Hate My Husband! What Should I Do? | HumanMeter', with flair 'None'
+20058 [2020-01-18 05:02:10] /u/IndividualGuide had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:12:34] There has been a new submission: 'This is my YouTube Channel where I play a bunch of different hilarious games. I edit pretty well as well. If you are into that type of content check me out!', with flair 'Video Critique'
+20058 [2020-01-18 05:12:36] /u/THENEXTBIGTHINGMINER had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:17:14] There has been a new submission: 'Pokémon Café Tokyo!! Almost started crying because it’s so cute and crazy xD', with flair 'None'
+20058 [2020-01-18 05:22:03] There has been a new submission: 'I uploaded a video for the first time in a while and wanted to see what people think', with flair 'None'
+20058 [2020-01-18 05:22:05] /u/ascreendoor had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:23:17] There has been a new submission: 'Which laptop and which video editing Programm do u use? Was thinking about buying a Mac book pro late 2013 (for adobe premiere) is it worth it?', with flair 'None'
+20058 [2020-01-18 05:23:19] /u/nyappyberry had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:26:18] '/u/thesappod' has given '/u/EverydayCodeNet' lambda!
+20058 [2020-01-18 05:31:32] '/u/coolnotcan' has given '/u/RikaX97' lambda!
+20058 [2020-01-18 05:33:51] '/u/NicolemGeorgie' has given '/u/CliffordTV' lambda!
+20058 [2020-01-18 05:34:11] There has been a new submission: 'This is my YouTube Channel where I play a bunch of different hilarious games. I edit pretty well as well. If you are into that type of content check me out!', with flair 'Gaming'
+20058 [2020-01-18 05:34:13] /u/THENEXTBIGTHINGMINER had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:34:50] '/u/JacobTheGopher' has given '/u/Hashocky' lambda!
+20058 [2020-01-18 05:35:37] '/u/TheCHRILLCAST' has given '/u/kabagonnaplay' lambda!
+20058 [2020-01-18 05:35:37] The OP received lambda too!
+20058 [2020-01-18 05:35:48] '/u/TheCHRILLCAST' has given '/u/qzeqYT' lambda!
+20058 [2020-01-18 05:38:56] '/u/JacobTheGopher' has given '/u/MusicOfBeeFef' lambda!
+20058 [2020-01-18 05:40:59] '/u/PokemaniacOctoru' has given '/u/_GoatBandit_' lambda!
+20058 [2020-01-18 05:41:00] The OP received lambda too!
+20058 [2020-01-18 05:44:55] There has been a new submission: 'This is my YouTube Channel where I play a bunch of different hilarious games. My editing skills aren't bad as well. If you are into that type of content check me out! You WON'T be disappointed.', with flair 'Gaming'
+20058 [2020-01-18 05:44:57] /u/THENEXTBIGTHINGMINER had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:54:17] '/u/JacobTheGopher' has given '/u/THENEXTBIGTHINGMINER' lambda!
+20058 [2020-01-18 05:57:51] There has been a new submission: 'Is YouTube trending page Biased? Trending Page Explained', with flair 'Video Critique'
+20058 [2020-01-18 05:57:52] /u/My-Review had their submission removed for insufficient lambda.
+20058 [2020-01-18 05:59:36] '/u/Illfury' has given '/u/Mentals__' lambda!
+20058 [2020-01-18 05:59:40] '/u/JacobTheGopher' has given '/u/kabagonnaplay' lambda!
+20199 [2020-01-18 06:02:03]
+####################
+[2020-01-18 06:02:03] RESTARTED
+####################
+
+20199 [2020-01-18 06:07:40] '/u/4orty1savage' has given '/u/AffectionatePlane2' lambda!
+20199 [2020-01-18 06:20:23] There has been a new submission: '[Gameplay] TF2 Medic Crossbow highlights!', with flair 'Gaming'
+20199 [2020-01-18 06:20:25] /u/GreatMyUsernamesFree had their submission removed for insufficient lambda.
+20199 [2020-01-18 06:22:00] There has been a new submission: 'WHEN YOU GOOGLE YOUR SYMPTOMS!!', with flair 'Channel Review'
+20199 [2020-01-18 06:22:02] /u/Iylwill had their submission removed for insufficient lambda.
+20199 [2020-01-18 06:44:02] '/u/TheBoyJohn' has given '/u/MusicOfBeeFef' lambda!
+20199 [2020-01-18 07:06:48] There has been a new submission: 'HOW TO START YOUR CHANNEL IN 2020 / Tips & Tricks (Beginners Guide)', with flair 'None'
+20199 [2020-01-18 07:06:49] /u/Rayzxvl had their submission removed for insufficient lambda.
+20199 [2020-01-18 07:50:18] There has been a new submission: 'Here is my channel trailer, I hope can see some feedback from you guys about the video as well as the idea of the channel', with flair 'Video Critique'
+20199 [2020-01-18 07:58:40] There has been a new submission: 'Here's a video about my favorite girl in MK11, D'Vorah. (Mature Language)', with flair 'None'
+20926 [2020-01-18 08:02:03]
+####################
+[2020-01-18 08:02:03] RESTARTED
+####################
+
+20926 [2020-01-18 08:22:15] There has been a new submission: 'My CTR has dropped and I know why', with flair 'Discussion'
+20926 [2020-01-18 08:27:10] '/u/Geoffroditis' has given '/u/Monarch_Meow' lambda!
+20926 [2020-01-18 08:33:59] There has been a new submission: 'I spent multiple hours editing these highlights and funny moments of me and my friends playing minecraft together - looking for feedback on the thumbnail and how long you watched the video before getting bored', with flair 'Gaming'
+20926 [2020-01-18 08:40:14] There has been a new submission: '[Funtage] After a month of delays, Untitled Goose Game finally hit PS4 so I had to try it out! All feedback appreciated!', with flair 'Video Critique'
+20926 [2020-01-18 08:58:16] There has been a new submission: 'Applied some advice I got for this video and wanted to see if there's any other feedback. This is a Sketch Comedy Parody making fun of Netflix's reality dating show "Dating Around" Any feedback will be greatly appreciated!', with flair 'Video Critique'
+20926 [2020-01-18 09:02:15] There has been a new submission: 'FUTSAL SHUFFLE FORTNITE MONTAGE!!!', with flair 'Gaming'
+20926 [2020-01-18 09:02:17] /u/MistaDropshot had their submission removed for insufficient lambda.
+20926 [2020-01-18 09:28:09] There has been a new submission: 'I changed my editing style (text animation) ,what do you think guys?', with flair 'Channel Review'
+20926 [2020-01-18 09:28:10] /u/F-lyrics had their submission removed for insufficient lambda.
+20926 [2020-01-18 09:44:22] '/u/Lxko1' has given '/u/CliffordTV' lambda!
+20926 [2020-01-18 09:44:23] The OP received lambda too!
+20926 [2020-01-18 09:45:13] There has been a new submission: 'Introduction', with flair 'Channel Review'
+20926 [2020-01-18 09:45:14] /u/potatotostudios had their submission removed for insufficient lambda.
+21061 [2020-01-18 10:02:03]
+####################
+[2020-01-18 10:02:03] RESTARTED
+####################
+
+21061 [2020-01-18 10:09:16] '/u/qzeqYT' has given '/u/Aman_Moxxy' lambda!
+21061 [2020-01-18 10:09:16] The OP received lambda too!
+21061 [2020-01-18 10:36:34] There has been a new submission: 'The Iran Diss Track Album', with flair 'Channel Review'
+21061 [2020-01-18 10:36:36] /u/GucciGoofyGoober had their submission removed for insufficient lambda.
+21061 [2020-01-18 10:38:41] There has been a new submission: 'Hi everyone! I started my channel a few weeks ago and would appreciate it if you would check it out. I upload on mobile and I don’t know how to edit thumbnails. Any feedback is appreciated', with flair 'Art'
+21061 [2020-01-18 10:38:42] /u/shrekforlife42069 had their submission removed for insufficient lambda.
+21061 [2020-01-18 10:59:07] There has been a new submission: 'New review up for Bad Boys For Life. Check it out and let me know what you guys think and how to improve!', with flair 'Video Critique'
+21061 [2020-01-18 11:04:44] There has been a new submission: 'I'm 12 And I Make Music!!!!', with flair 'Channel Review'
+21061 [2020-01-18 11:04:46] /u/PricyArcher had their submission removed for insufficient lambda.
+21061 [2020-01-18 11:09:42] '/u/Friendly_Magician_9x' has given '/u/MusicOfBeeFef' lambda!
+21061 [2020-01-18 11:09:42] The OP received lambda too!
+21061 [2020-01-18 11:18:10] There has been a new submission: 'Hey guys, i'm a newbie on youtube. I like to sing and play guitar. This is my cover of shotgun ( George Ezra). If you like it , then plz support my channel.', with flair 'Vlog'
+21061 [2020-01-18 11:32:17] '/u/KingOberon13' has given '/u/Draco986' lambda!
+21061 [2020-01-18 11:32:17] The OP received lambda too!
+21061 [2020-01-18 11:34:14] '/u/KingOberon13' has given '/u/DadaskiDiaries' lambda!
+21197 [2020-01-18 12:02:03]
+####################
+[2020-01-18 12:02:03] RESTARTED
+####################
+
+21197 [2020-01-18 12:07:53] '/u/KingOberon13' has given '/u/TheBobbyBands' lambda!
+21197 [2020-01-18 12:09:48] There has been a new submission: 'Hello everyone! I made this AMV few days ago, appreciate any feedback on it, I was really focusing on timing and sync. I'm thinking about doing AMV from now on, hopefully im on the right track!', with flair 'Video Critique'
+21197 [2020-01-18 12:09:49] /u/trminatorhmk had their submission removed for insufficient lambda.
+21197 [2020-01-18 12:13:25] There has been a new submission: 'Universal Battles Season 1 Episode 2 - Cyrax vs Necro (Mortal Kombat vs Street Fighter)', with flair 'Gaming'
+21197 [2020-01-18 12:32:00] There has been a new submission: 'Top 20 biggest causes of death from 1990 to 2020 (Worldwide)', with flair 'Video Critique'
+21197 [2020-01-18 12:32:02] /u/ramicamir2001 had their submission removed for insufficient lambda.
+21197 [2020-01-18 12:36:45] '/u/qzeqYT' has given '/u/TheBobbyBands' lambda!
+21197 [2020-01-18 12:42:14] There has been a new submission: 'Multiplayer Dark Souls but with Guns (Lambda for Feedback)', with flair 'Gaming'
+21197 [2020-01-18 12:45:04] '/u/TheCHRILLCAST' has given '/u/avrona' lambda!
+21197 [2020-01-18 12:53:36] '/u/american_noodle' has given '/u/Tmoney600' lambda!
+21197 [2020-01-18 12:58:24] There has been a new submission: 'Guys! I have a brand new show called 'The Reddit Report' (fun/comedy review/reaction to our fave site!). 100% of all my AdSense profits, for life, go to good causes suggested by Redditors. I'd love your opinion and any suggestions to improve the show! (pls don't be too mean ;)', with flair 'Video Critique'
+21197 [2020-01-18 12:58:25] /u/KiguStudios had their submission removed for insufficient lambda.
+21197 [2020-01-18 13:02:42] There has been a new submission: 'This is my 200 subscriber special. Sub to me, lots of insanity to come. I have no shame and know no limits. Hope you enjoy, I always wanted to lipsink one of my favourite songs. Smash the like button, smash a family members head into the like button. Trust me they'll thank you later!', with flair 'Art'
+21197 [2020-01-18 13:05:17] '/u/popularvote_yt' has given '/u/Dog_Bit' lambda!
+21197 [2020-01-18 13:05:17] The OP received lambda too!
+21197 [2020-01-18 13:13:12] '/u/qzeqYT' has given '/u/NervousGarbage' lambda!
+21197 [2020-01-18 13:30:32] '/u/TheBobbyBands' has given '/u/popularvote_yt' lambda!
+21197 [2020-01-18 13:30:32] The OP received lambda too!
+21197 [2020-01-18 13:41:15] There has been a new submission: 'Sometimes friends is all you need for a funny video.', with flair 'Gaming'
+21197 [2020-01-18 13:43:52] There has been a new submission: 'Review thumbnail for video', with flair 'Thumbnail Review'
+21197 [2020-01-18 13:43:54] /u/Sipover had their submission removed for insufficient lambda.
+21197 [2020-01-18 13:58:27] '/u/MN10GAMES' has given '/u/Smokememeshomie' lambda!
+21197 [2020-01-18 13:58:27] The OP received lambda too!
+21197 [2020-01-18 14:01:36] '/u/headchala1986' has given '/u/Smokememeshomie' lambda!
+21197 [2020-01-18 14:01:36] The OP received lambda too!
+21332 [2020-01-18 14:02:03]
+####################
+[2020-01-18 14:02:03] RESTARTED
+####################
+
+21332 [2020-01-18 14:04:45] There has been a new submission: 'The Dobre Brothers End Bullying Again', with flair 'Video Critique'
+21332 [2020-01-18 14:04:46] /u/MrRuidiaz had their submission removed for insufficient lambda.
+21332 [2020-01-18 14:10:08] '/u/TheBobbyBands' has given '/u/Paint2Luv-Art' lambda!
+21332 [2020-01-18 14:12:45] '/u/vincal69' has given '/u/WALLROOP' lambda!
+21332 [2020-01-18 14:12:45] The OP received lambda too!
+21332 [2020-01-18 14:12:55] '/u/vincal69' has given '/u/matisbored' lambda!
+21332 [2020-01-18 14:13:08] '/u/TheBobbyBands' has given '/u/MrRuidiaz' lambda!
+21332 [2020-01-18 14:13:17] '/u/vincal69' has given '/u/MagicWolfPlayz' lambda!
+21332 [2020-01-18 14:13:26] There has been a new submission: 'I WILL GIVE YOU LAMBDA. i made a cover of sleepwalk on guitar (Lofi)', with flair 'Video Critique'
+21332 [2020-01-18 14:15:09] '/u/vincal69' has given '/u/ongoingworlds' lambda!
+21332 [2020-01-18 14:18:28] '/u/KingOberon13' has given '/u/shaunyoong' lambda!
+21332 [2020-01-18 14:19:23] There has been a new submission: 'How To Clean Silverware', with flair 'Channel Review'
+21332 [2020-01-18 14:19:56] '/u/KingOberon13' has given '/u/popularvote_yt' lambda!
+21332 [2020-01-18 14:21:28] '/u/KingOberon13' has given '/u/trminatorhmk' lambda!
+21332 [2020-01-18 14:26:39] There has been a new submission: 'Art, gaming, tech!', with flair 'Art'
+21332 [2020-01-18 14:27:03] '/u/spicymilksauce' has given '/u/vincal69' lambda!
+21332 [2020-01-18 14:27:04] The OP received lambda too!
+21332 [2020-01-18 14:42:04] '/u/ThisIsCress' has given '/u/Nichemm' lambda!
+21332 [2020-01-18 14:49:52] There has been a new submission: 'My newest video, would love any feedback! I think its really good!', with flair 'Video Critique'
+21332 [2020-01-18 14:49:53] /u/NuquesGaming had their submission removed for insufficient lambda.
+21332 [2020-01-18 14:53:21] '/u/spicymilksauce' has given '/u/Aman_Moxxy' lambda!
+21332 [2020-01-18 14:53:40] '/u/spicymilksauce' has given '/u/DarkLord152' lambda!
+21332 [2020-01-18 14:53:54] There has been a new submission: 'Emily Is Away|No Emily Come Back', with flair 'Gaming'
+21332 [2020-01-18 14:54:53] There has been a new submission: 'Minecraft Building Series [Episode 3] I'd love some feedback!', with flair 'Video Critique'
+21332 [2020-01-18 14:54:55] /u/AceFilms44 had their submission removed for insufficient lambda.
+21332 [2020-01-18 14:55:04] '/u/spicymilksauce' has given '/u/The_Suited_Bird' lambda!
+21332 [2020-01-18 14:58:23] '/u/TheBobbyBands' has given '/u/Nichemm' lambda!
+21332 [2020-01-18 14:58:43] '/u/PokemaniacOctoru' has given '/u/CheeseGirdle' lambda!
+21332 [2020-01-18 15:01:07] '/u/TheBobbyBands' has given '/u/DarkLord152' lambda!
+21332 [2020-01-18 15:02:38] '/u/spicymilksauce' has given '/u/TheArbinator' lambda!
+21332 [2020-01-18 15:04:49] '/u/Paint2Luv-Art' has given '/u/theIVline' lambda!
+21332 [2020-01-18 15:05:19] '/u/Paint2Luv-Art' has given '/u/Vasilis-Tsaknakis' lambda!
+21332 [2020-01-18 15:05:31] '/u/Paint2Luv-Art' has given '/u/gokukog' lambda!
+21332 [2020-01-18 15:05:39] '/u/Paint2Luv-Art' has given '/u/Therealrandomrobo' lambda!
+21332 [2020-01-18 15:05:50] '/u/Paint2Luv-Art' has given '/u/Lxko1' lambda!
+21332 [2020-01-18 15:05:58] '/u/Paint2Luv-Art' has given '/u/MechHeadZA' lambda!
+21332 [2020-01-18 15:08:34] '/u/KingDaN8252' has given '/u/Nichemm' lambda!
+21332 [2020-01-18 15:17:39] There has been a new submission: 'I found some PUBG clips and decided to put them together, pretty happy with the result! Any criticism is HIGHLY appreciated.', with flair 'Video Critique'
+21332 [2020-01-18 15:20:42] '/u/spicymilksauce' has given '/u/mrgeorgewebster' lambda!
+21332 [2020-01-18 15:20:56] '/u/spicymilksauce' has given '/u/clemmonsRushi' lambda!
+21332 [2020-01-18 15:21:13] '/u/spicymilksauce' has given '/u/KingDaN8252' lambda!
+21332 [2020-01-18 15:21:31] '/u/ThisIsCress' has given '/u/HookedOnAFeeling360' lambda!
+21332 [2020-01-18 15:21:59] '/u/ThisIsCress' has given '/u/NervousGarbage' lambda!
+21332 [2020-01-18 15:22:08] There has been a new submission: 'Pokemon Brown Playthrough Part 1', with flair 'Gaming'
+21332 [2020-01-18 15:24:25] '/u/gponnapa' has given '/u/The_Suited_Bird' lambda!
+21332 [2020-01-18 15:24:25] The OP received lambda too!
+21332 [2020-01-18 15:27:12] '/u/gponnapa' has given '/u/Paint2Luv-Art' lambda!
+21332 [2020-01-18 15:28:09] '/u/gponnapa' has given '/u/DarkLord152' lambda!
+21332 [2020-01-18 15:35:18] There has been a new submission: 'My Friend Pedro: What an Indie Game Should Be (Video Essay)', with flair 'Gaming'
+21332 [2020-01-18 15:36:12] '/u/MasterofRevels' has given '/u/trminatorhmk' lambda!
+21332 [2020-01-18 15:37:37] '/u/MasterofRevels' has given '/u/Smokememeshomie' lambda!
+21332 [2020-01-18 15:37:43] There has been a new submission: 'Thank you for watching!', with flair 'Gaming'
+21332 [2020-01-18 15:37:45] /u/tableroundhouse had their submission removed for insufficient lambda.
+21332 [2020-01-18 15:38:05] '/u/MasterofRevels' has given '/u/shaunyoong' lambda!
+21332 [2020-01-18 15:39:17] '/u/MasterofRevels' has given '/u/CheeseGirdle' lambda!
+21332 [2020-01-18 15:42:10] '/u/MasterofRevels' has given '/u/ShikharTrivedi' lambda!
+21332 [2020-01-18 15:42:48] '/u/MasterofRevels' has given '/u/Rizmin' lambda!
+21332 [2020-01-18 15:47:37] There has been a new submission: 'Justin new song is bad', with flair 'Video Critique'
+21332 [2020-01-18 15:47:38] /u/Union_Jack1 had their submission removed for insufficient lambda.
+21332 [2020-01-18 16:02:00] '/u/Menix123' has given '/u/_GoatBandit_' lambda!
+21469 [2020-01-18 16:02:04]
+####################
+[2020-01-18 16:02:04] RESTARTED
+####################
+
+21469 [2020-01-18 16:04:45] There has been a new submission: 'Hand made Old Facion Candies', with flair 'Art'
+21469 [2020-01-18 16:04:46] /u/GamesForTheWorlld had their submission removed for insufficient lambda.
+21469 [2020-01-18 16:17:36] There has been a new submission: 'Youth Of The Nation', with flair 'Channel Review'
+21469 [2020-01-18 16:17:37] /u/captkush710 had their submission removed for insufficient lambda.
+21469 [2020-01-18 16:19:01] There has been a new submission: 'How To Stop Being Lazy For Good (Tips From Atomic Habits By James Clear)', with flair 'Meta'
+21469 [2020-01-18 16:19:02] /u/3alwane had their submission removed for using the wrong flair.
+21469 [2020-01-18 16:26:26] There has been a new submission: 'New vid is out :)', with flair 'Vlog'
+21469 [2020-01-18 16:27:16] '/u/american_noodle' has given '/u/hpc2018' lambda!
+21469 [2020-01-18 16:27:16] The OP received lambda too!
+21469 [2020-01-18 16:29:05] There has been a new submission: 'In case anyone missed this post earlier! We are doing another MASS CHANNEL REVIEW WITH u/DWRelive like we did back last October! Please apply in this post or that one!', with flair 'Collab'
+21469 [2020-01-18 16:33:20] '/u/Ghryms' has given '/u/NervousGarbage' lambda!
+21469 [2020-01-18 16:33:20] The OP received lambda too!
+21469 [2020-01-18 16:33:41] There has been a new submission: 'How To Stop Being Lazy For Good (Tips From Atomic Habits By James Clear)', with flair 'Vlog'
+21469 [2020-01-18 16:33:43] /u/3alwane had their submission removed for insufficient lambda.
+21469 [2020-01-18 16:35:08] '/u/TheCHRILLCAST' has given '/u/LamStock' lambda!
+21469 [2020-01-18 16:35:25] '/u/TheCHRILLCAST' has given '/u/The_Suited_Bird' lambda!
+21469 [2020-01-18 16:45:37] There has been a new submission: 'Scum - Raiding A Base', with flair 'Gaming'
+21469 [2020-01-18 16:45:39] /u/CheatCentralCH had their submission removed for insufficient lambda.
+21469 [2020-01-18 16:45:50] There has been a new submission: 'Please give me feedback on what I can work on! Make sure to like and subscribe!', with flair 'Channel Review'
+21469 [2020-01-18 16:45:51] /u/Jackz-Highlights had their submission removed for insufficient lambda.
+21469 [2020-01-18 16:49:08] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime In Ms Paint | Zenitsu Agatsuma', with flair 'Art'
+21469 [2020-01-18 16:59:47] There has been a new submission: 'The Ultimate Tag Team Amiibo Tournament. Two friends and I have just gotten back into uploading after a semester of college and would love to know what y’all think of our latest upload and channel.', with flair 'Video Critique'
+21469 [2020-01-18 17:01:00] '/u/BurgerStrom' has given '/u/mmrrggllhater' lambda!
+21469 [2020-01-18 17:01:01] The OP received lambda too!
+21469 [2020-01-18 17:01:58] '/u/BurgerStrom' has given '/u/Aman_Moxxy' lambda!
+21469 [2020-01-18 17:02:08] '/u/TheCHRILLCAST' has given '/u/mmrrggllhater' lambda!
+21469 [2020-01-18 17:02:22] '/u/BurgerStrom' has given '/u/Paint2Luv-Art' lambda!
+21469 [2020-01-18 17:02:46] '/u/TheCHRILLCAST' has given '/u/YoloPudding' lambda!
+21469 [2020-01-18 17:03:08] There has been a new submission: 'Hey! This was a super cool thing that the Chrillcast guys did a while back and now they're doing it again. Check it out and let them review your channel in their video. (ft. DWRelive)', with flair 'Discussion'
+21469 [2020-01-18 17:04:58] There has been a new submission: 'New to YouTube. I make hilarious and well-edited funny moments videos. If you are into that type of stuff check my channel out. You WONT be disappointed.', with flair 'Gaming'
+21469 [2020-01-18 17:05:00] /u/THENEXTBIGTHINGMINER had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:05:32] There has been a new submission: 'Money up Competition', with flair 'Video Critique'
+21469 [2020-01-18 17:05:34] /u/jimmyjam564 had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:10:32] There has been a new submission: 'Jeff the Killer vs Freddy Krueger vs Jason Voorhees vs Michael Myers vs Leatherface vs Ghostface', with flair 'Art'
+21469 [2020-01-18 17:10:35] /u/delovoy had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:14:44] There has been a new submission: 'Episode 2 of my Ultimate Ironman Series. Would love to hear your thoughts compared to my first episode.', with flair 'Gaming'
+21469 [2020-01-18 17:15:51] '/u/Paint2Luv-Art' has given '/u/mmrrggllhater' lambda!
+21469 [2020-01-18 17:15:51] The OP received lambda too!
+21469 [2020-01-18 17:20:01] There has been a new submission: 'Back to our roots with a fortnite funny moments type of video, would love feedback on the video/thumbnail/etc it's appreciated!', with flair 'Video Critique'
+21469 [2020-01-18 17:21:59] There has been a new submission: 'THESE CREATOR MUST BE STOPPED!', with flair 'Channel Review'
+21469 [2020-01-18 17:22:01] /u/dabvno had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:22:12] '/u/gponnapa' has given '/u/PlusWorth' lambda!
+21469 [2020-01-18 17:24:31] '/u/BurgerStrom' has given '/u/PlasmaticVoid' lambda!
+21469 [2020-01-18 17:30:43] There has been a new submission: 'Beating Pokemon without a SINGLE Battle! (Giving LAMBDA for Criticism ^_^)', with flair 'None'
+21469 [2020-01-18 17:35:25] There has been a new submission: 'Hello fellow fleshie mammals checkout my new video', with flair 'Channel Review'
+21469 [2020-01-18 17:35:26] /u/OhhRed had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:37:38] '/u/zoomyrun' has given '/u/AceFilms44' lambda!
+21469 [2020-01-18 17:38:27] '/u/zoomyrun' has given '/u/MrRuidiaz' lambda!
+21469 [2020-01-18 17:40:35] '/u/zoomyrun' has given '/u/Draco986' lambda!
+21469 [2020-01-18 17:41:25] '/u/zoomyrun' has given '/u/Rayzxvl' lambda!
+21469 [2020-01-18 17:48:28] There has been a new submission: 'Relaxing Music, Ocean Storm, Stress Relief Melody, Instrumental Piano, Sleep Music', with flair 'Channel Review'
+21469 [2020-01-18 17:48:29] /u/aluskevics had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:56:03] '/u/mmrrggllhater' has given '/u/moreganplease' lambda!
+21469 [2020-01-18 17:56:03] The OP received lambda too!
+21469 [2020-01-18 17:56:11] There has been a new submission: 'Wanna know what flavor the mystery airhead is? Watch and find out, and tell me how I can improve my videos!', with flair 'Video Critique'
+21469 [2020-01-18 17:56:52] There has been a new submission: 'Money up Competition', with flair 'Video Critique'
+21469 [2020-01-18 17:56:53] /u/jimmyjam564 had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:58:44] There has been a new submission: 'I made a short intro for a longer series and wondering how the series should be rolled out or if I should keep making shorts to gain some excitement or at least know people want to see it.', with flair 'None'
+21469 [2020-01-18 17:58:45] /u/kelpcomics had their submission removed for insufficient lambda.
+21469 [2020-01-18 17:59:14] There has been a new submission: 'Castle Seascape Timelapse Painting- Krita', with flair 'Art'
+21469 [2020-01-18 18:00:32] '/u/spicymilksauce' has given '/u/mmrrggllhater' lambda!
+21469 [2020-01-18 18:00:47] '/u/spicymilksauce' has given '/u/CertMedia' lambda!
+21469 [2020-01-18 18:01:01] '/u/spicymilksauce' has given '/u/Reetae27' lambda!
+21469 [2020-01-18 18:01:22] '/u/spicymilksauce' has given '/u/hpc2018' lambda!
+21469 [2020-01-18 18:01:55] '/u/spicymilksauce' has given '/u/T-mator' lambda!
+21604 [2020-01-18 18:02:04]
+####################
+[2020-01-18 18:02:04] RESTARTED
+####################
+
+21604 [2020-01-18 18:02:34] '/u/spicymilksauce' has given '/u/THENEXTBIGTHINGMINER' lambda!
+21604 [2020-01-18 18:03:12] '/u/spicymilksauce' has given '/u/EggsBro' lambda!
+21604 [2020-01-18 18:03:22] '/u/spicymilksauce' has given '/u/jimmyjam564' lambda!
+21604 [2020-01-18 18:03:32] '/u/ShikharTrivedi' has given '/u/moreganplease' lambda!
+21604 [2020-01-18 18:03:32] The OP received lambda too!
+21604 [2020-01-18 18:03:41] '/u/spicymilksauce' has given '/u/daddybara' lambda!
+21604 [2020-01-18 18:03:53] '/u/spicymilksauce' has given '/u/Heavy_Rain_' lambda!
+21604 [2020-01-18 18:05:54] There has been a new submission: 'New to YouTube! I post hilarious and well-edited gaming videos. If you are into that type of stuff check me out. You WONT be disappointed!', with flair 'Gaming'
+21604 [2020-01-18 18:06:26] There has been a new submission: 'If you guys could give some constructive criticism that would be good for the editing:)', with flair 'Video Critique'
+21604 [2020-01-18 18:06:28] /u/lwdigiart had their submission removed for insufficient lambda.
+21604 [2020-01-18 18:11:25] '/u/IAmAstrix' has given '/u/Paint2Luv-Art' lambda!
+21604 [2020-01-18 18:11:25] The OP received lambda too!
+21604 [2020-01-18 18:12:11] '/u/IAmAstrix' has given '/u/DarkLord152' lambda!
+21604 [2020-01-18 18:17:22] '/u/CompleteReason1' has given '/u/Rayzxvl' lambda!
+21604 [2020-01-18 18:17:22] The OP received lambda too!
+21604 [2020-01-18 18:24:14] '/u/mmrrggllhater' has given '/u/real_fortnite_gene' lambda!
+21604 [2020-01-18 18:24:44] There has been a new submission: 'Looking for feedback on my performance on camera and overall video and sound quality', with flair 'Video Critique'
+21604 [2020-01-18 18:25:25] There has been a new submission: '[Vlog] Bouldering at Social Climbing Leicester - Feedback and Critique wanted - Lambda given', with flair 'None'
+21604 [2020-01-18 18:26:47] There has been a new submission: 'From A Dream To Reality - Our Travel Journey. This video is very heart-felt to us. We are making it our new channel trailer, and would love honest critiques. We hope this video can inspire you to do whatever you want to do in life.', with flair 'Video Critique'
+21604 [2020-01-18 18:27:49] There has been a new submission: 'How To GROW A GAMING Channel 2020! Grow Your Channel FAST & EASY, just few tips that i’ve learned over the year so yeah i’m sharing them with u guys!', with flair 'None'
+21604 [2020-01-18 18:27:50] /u/Rayzxvl had their submission removed for insufficient lambda.
+21604 [2020-01-18 18:29:16] '/u/ForgotMyOldAccount9' has given '/u/moreganplease' lambda!
+21604 [2020-01-18 18:29:16] The OP received lambda too!
+21604 [2020-01-18 18:29:21] There has been a new submission: 'Youtube ~ lofi type beat - the nights', with flair 'Video Critique'
+21604 [2020-01-18 18:29:21] /u/racateanionatan had their submission removed for insufficient lambda.
+21604 [2020-01-18 18:35:15] '/u/moreganplease' has given '/u/Rayzxvl' lambda!
+21604 [2020-01-18 18:35:15] The OP received lambda too!
+21604 [2020-01-18 18:39:04] There has been a new submission: 'How To GROW A GAMING Channel 2020! Grow Your Channel FAST & EASY, just giving out advice that i’ve learned in one year to u so u could never make mistakes! check it out and be sure to subscribe and comment and like 💜', with flair 'None'
+21604 [2020-01-18 18:40:11] There has been a new submission: 'What's Up With Xi Jinping And Winnie The Pooh?', with flair 'None'
+21604 [2020-01-18 18:43:11] '/u/AffectionatePlane2' has given '/u/TheBobbyBands' lambda!
+21604 [2020-01-18 18:43:11] The OP received lambda too!
+21604 [2020-01-18 18:45:06] '/u/Nichemm' has given '/u/CompleteReason1' lambda!
+21604 [2020-01-18 18:45:06] The OP received lambda too!
+21604 [2020-01-18 18:45:17] '/u/TheCHRILLCAST' has given '/u/iclarinetmtl' lambda!
+21604 [2020-01-18 18:45:17] The OP received lambda too!
+21604 [2020-01-18 18:45:31] '/u/TheCHRILLCAST' has given '/u/VicBlancoProds' lambda!
+21604 [2020-01-18 18:45:54] '/u/TheCHRILLCAST' has given '/u/BobbyMcbobb3rson' lambda!
+21604 [2020-01-18 18:46:16] '/u/TheCHRILLCAST' has given '/u/BobbyMcbobb3rson' lambda!
+21604 [2020-01-18 18:46:34] '/u/moreganplease' has given '/u/MusikPalast' lambda!
+21604 [2020-01-18 18:49:18] There has been a new submission: 'I played Hardcore RLCraft live for about 3 hours. Here’s what happened...', with flair 'Gaming'
+21604 [2020-01-18 18:49:19] /u/GucciGamer27 had their submission removed for insufficient lambda.
+21604 [2020-01-18 18:49:24] There has been a new submission: 'Tye Blue -Soldier Girl (Music Video) 2017', with flair 'Video Critique'
+21604 [2020-01-18 18:49:25] /u/airsupply110 had their submission removed for insufficient lambda.
+21604 [2020-01-18 18:53:44] '/u/Paint2Luv-Art' has given '/u/moreganplease' lambda!
+21604 [2020-01-18 18:53:56] '/u/BurgerStrom' has given '/u/ShaheerIsHere' lambda!
+21604 [2020-01-18 18:54:08] '/u/Paint2Luv-Art' has given '/u/Heavy_Rain_' lambda!
+21604 [2020-01-18 18:54:29] '/u/Paint2Luv-Art' has given '/u/CheeseGirdle' lambda!
+21604 [2020-01-18 18:54:46] '/u/Paint2Luv-Art' has given '/u/real_fortnite_gene' lambda!
+21604 [2020-01-18 18:54:58] '/u/Paint2Luv-Art' has given '/u/Rayzxvl' lambda!
+21604 [2020-01-18 19:00:44] There has been a new submission: 'How To Become A Successful YouTuber In 2020!!!', with flair 'Discussion'
+21604 [2020-01-18 19:00:47] /u/TheRealNolkan had their submission removed for using the wrong flair.
+21604 [2020-01-18 19:07:22] There has been a new submission: 'My gaming channel!!', with flair 'Gaming'
+21604 [2020-01-18 19:07:24] /u/Snip3x48 had their submission removed for insufficient lambda.
+21604 [2020-01-18 19:10:38] '/u/filterjohny-68' has given '/u/Ghryms' lambda!
+21604 [2020-01-18 19:10:38] The OP received lambda too!
+21604 [2020-01-18 19:11:25] '/u/spicymilksauce' has given '/u/Doodle-Brains' lambda!
+21604 [2020-01-18 19:11:38] '/u/spicymilksauce' has given '/u/ChildersA' lambda!
+21604 [2020-01-18 19:11:53] '/u/spicymilksauce' has given '/u/twitchy_Sharmander' lambda!
+21604 [2020-01-18 19:12:27] '/u/Rayzxvl' has given '/u/OG_Dan' lambda!
+21604 [2020-01-18 19:12:27] The OP received lambda too!
+21604 [2020-01-18 19:14:01] '/u/spicymilksauce' has given '/u/Nelman79' lambda!
+21604 [2020-01-18 19:14:13] '/u/spicymilksauce' has given '/u/Rayzxvl' lambda!
+21604 [2020-01-18 19:15:41] '/u/THENEXTBIGTHINGMINER' has given '/u/real_fortnite_gene' lambda!
+21604 [2020-01-18 19:15:41] The OP received lambda too!
+21604 [2020-01-18 19:16:33] There has been a new submission: 'Storytime Video', with flair 'Gaming'
+21604 [2020-01-18 19:16:35] /u/xXkatokamXx had their submission removed for insufficient lambda.
+21604 [2020-01-18 19:23:14] '/u/thedrq' has given '/u/P2Syndrome' lambda!
+21604 [2020-01-18 19:23:14] The OP received lambda too!
+21604 [2020-01-18 19:26:01] There has been a new submission: 'Engineering Intern in the Bay Area', with flair 'Video Critique'
+21604 [2020-01-18 19:26:03] /u/fly_fresh had their submission removed for insufficient lambda.
+21604 [2020-01-18 19:31:07] There has been a new submission: 'Hey guys! check out my newest addition to my Heist series, don't be afraid to sub! Let me know how I'm doing, thanks guys!', with flair 'Video Critique'
+21604 [2020-01-18 19:32:31] There has been a new submission: 'hi', with flair 'Gaming'
+21604 [2020-01-18 19:32:33] /u/RedPandaChannel had their submission removed for insufficient lambda.
+21604 [2020-01-18 19:33:37] '/u/TheCHRILLCAST' has given '/u/timbo_t' lambda!
+21604 [2020-01-18 19:34:27] '/u/panaramanwa' has given '/u/T1tanT3m' lambda!
+21604 [2020-01-18 19:34:27] The OP received lambda too!
+21604 [2020-01-18 19:38:58] '/u/spicymilksauce' has given '/u/TheAlaskanJew' lambda!
+21604 [2020-01-18 19:39:49] '/u/Nichemm' has given '/u/AuditingGames' lambda!
+21604 [2020-01-18 19:50:44] '/u/panaramanwa' has given '/u/Nelman79' lambda!
+21604 [2020-01-18 19:58:17] There has been a new submission: 'How do I get my retention up?', with flair 'Gaming'
+21604 [2020-01-18 19:58:18] /u/NuquesGaming had their submission removed for insufficient lambda.
+21604 [2020-01-18 20:01:03] '/u/kabagonnaplay' has given '/u/Nichemm' lambda!
+21802 [2020-01-18 20:02:04]
+####################
+[2020-01-18 20:02:04] RESTARTED
+####################
+
+21802 [2020-01-18 20:10:01] There has been a new submission: 'Ever Wonder What it Was Like to Spend an Average Day in Mexico as an American? (This video picked up a lot of traction so figured I would post here.)', with flair 'Vlog'
+21802 [2020-01-18 20:18:31] There has been a new submission: 'Modern warfare funny moments', with flair 'Gaming'
+21802 [2020-01-18 20:20:45] There has been a new submission: 'Anything can happen in Skyrim', with flair 'Gaming'
+21802 [2020-01-18 20:20:47] /u/Stuppify had their submission removed for insufficient lambda.
+21802 [2020-01-18 20:21:01] There has been a new submission: 'Took your advice on how to improve my videos. Playing more Smash!', with flair 'None'
+21802 [2020-01-18 20:24:52] '/u/CompleteReason1' has given '/u/DankConnor' lambda!
+21802 [2020-01-18 20:32:11] '/u/JaegerAtreides' has given '/u/Nichemm' lambda!
+21802 [2020-01-18 20:32:24] '/u/CheeseGirdle' has given '/u/MusikPalast' lambda!
+21802 [2020-01-18 20:32:24] The OP received lambda too!
+21802 [2020-01-18 20:45:24] '/u/the__day__man' has given '/u/Monarch_Meow' lambda!
+21802 [2020-01-18 20:45:24] The OP received lambda too!
+21802 [2020-01-18 20:59:11] There has been a new submission: 'Toy story 4 sarcastic summary, plz review the video it would really make a difference for me (and I'll give LAMBDA obviously)', with flair 'Video Critique'
+21802 [2020-01-18 20:59:23] There has been a new submission: 'Would love some suggestions thanks!', with flair 'Gaming'
+21802 [2020-01-18 20:59:24] /u/pGamerplays had their submission removed for insufficient lambda.
+21802 [2020-01-18 21:01:01] There has been a new submission: 'Would love some suggestions please!', with flair 'Discussion'
+21802 [2020-01-18 21:06:23] There has been a new submission: 'How to START A NEW HABIT and stick to it', with flair 'Video Critique'
+21802 [2020-01-18 21:06:24] /u/JustAndyUK had their submission removed for insufficient lambda.
+21802 [2020-01-18 21:07:55] '/u/TheCHRILLCAST' has given '/u/ScopeShotForReal' lambda!
+21802 [2020-01-18 21:08:46] '/u/TheCHRILLCAST' has given '/u/DireRaven7' lambda!
+21802 [2020-01-18 21:22:09] There has been a new submission: 'UNC Cypher - Hydrogen Bomb (My college friends just put this video out!)', with flair 'Art'
+21802 [2020-01-18 21:22:11] /u/holylordgoose had their submission removed for insufficient lambda.
+21802 [2020-01-18 21:27:38] '/u/daredevil005' has given '/u/tss230' lambda!
+21802 [2020-01-18 21:27:38] The OP received lambda too!
+21802 [2020-01-18 21:27:41] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+21802 [2020-01-18 21:56:41] '/u/thedrq' has given '/u/DankConnor' lambda!
+21802 [2020-01-18 21:58:14] There has been a new submission: 'I shall give lambda', with flair 'Video Critique'
+21802 [2020-01-18 21:59:32] There has been a new submission: '[Video Critique] How Much Money Do Big Youtubers Make - The Top 10 Earnings For Last 3 Years!', with flair 'Video Critique'
+21802 [2020-01-18 21:59:33] /u/didyouknowSK had their submission removed for insufficient lambda.
+21958 [2020-01-18 22:02:04]
+####################
+[2020-01-18 22:02:04] RESTARTED
+####################
+
+21958 [2020-01-18 22:06:57] There has been a new submission: 'Hi guys I'm Krz and I post music on YouTube check me out to tell me what you think! I also give my music to channels to use it as a backround , intro/outro or whatever they want they just have to mention me!', with flair 'Channel Review'
+21958 [2020-01-18 22:06:58] /u/KrzGhost had their submission removed for insufficient lambda.
+21958 [2020-01-18 22:09:45] There has been a new submission: 'POKEYMANS (A Pokemon Parody)... please let me know what you guys think!!!', with flair 'Channel Review'
+21958 [2020-01-18 22:09:53] '/u/spicymilksauce' has given '/u/Mentals__' lambda!
+21958 [2020-01-18 22:10:08] '/u/spicymilksauce' has given '/u/KrzGhost' lambda!
+21958 [2020-01-18 22:10:23] '/u/spicymilksauce' has given '/u/Mojoblitz' lambda!
+21958 [2020-01-18 22:10:45] '/u/spicymilksauce' has given '/u/svdpc' lambda!
+21958 [2020-01-18 22:11:00] '/u/spicymilksauce' has given '/u/DankConnor' lambda!
+21958 [2020-01-18 22:11:15] '/u/spicymilksauce' has given '/u/Eobmihj' lambda!
+21958 [2020-01-18 22:11:29] '/u/spicymilksauce' has given '/u/AuditingGames' lambda!
+21958 [2020-01-18 22:12:58] There has been a new submission: 'KYLO REN VS YOUNGLINGS | Blade and Sorcery VR - The Outer Rim Star Wars Mod', with flair 'Gaming'
+21958 [2020-01-18 22:13:08] There has been a new submission: 'Success On YouTube has changed me forever', with flair 'Video Critique'
+21958 [2020-01-18 22:13:11] /u/RantsWithRogers had their submission removed for insufficient lambda.
+21958 [2020-01-18 22:13:57] '/u/Maverickc7' has given '/u/vincal69' lambda!
+21958 [2020-01-18 22:13:57] The OP received lambda too!
+21958 [2020-01-18 22:15:49] There has been a new submission: 'Would you eat it?', with flair 'Video Critique'
+21958 [2020-01-18 22:24:24] '/u/Mentals__' has given '/u/Illfury' lambda!
+21958 [2020-01-18 22:24:24] The OP received lambda too!
+21958 [2020-01-18 22:27:59] There has been a new submission: 'I took your Advice! What do you think? Our chimney fell down!', with flair 'Video Critique'
+21958 [2020-01-18 22:28:00] /u/tss230 had their submission removed for insufficient lambda.
+21958 [2020-01-18 22:34:35] '/u/Mentals__' has given '/u/AlexHellRazor' lambda!
+21958 [2020-01-18 22:37:02] '/u/real_fortnite_gene' has given '/u/tss230' lambda!
+21958 [2020-01-18 22:37:03] The OP received lambda too!
+21958 [2020-01-18 22:42:10] '/u/spicymilksauce' has given '/u/ihateplastic10' lambda!
+21958 [2020-01-18 22:42:47] '/u/spicymilksauce' has given '/u/HarwareThrift' lambda!
+21958 [2020-01-18 22:43:00] '/u/spicymilksauce' has given '/u/Craftbloxroyale' lambda!
+21958 [2020-01-18 22:50:01] There has been a new submission: 'I took your advice! How did I do? Husband and wife, renovating our 3rd house to sell. My style is a little weird would love some critique!!! Sub if you like and I'll check your channels as well.', with flair 'Video Critique'
+21958 [2020-01-18 22:55:16] '/u/Mentals__' has given '/u/Robbo2513' lambda!
+21958 [2020-01-18 22:56:13] '/u/Mentals__' has given '/u/Heavy_Rain_' lambda!
+21958 [2020-01-18 22:58:46] '/u/Mentals__' has given '/u/JaegerAtreides' lambda!
+21958 [2020-01-18 23:17:41] '/u/TheBobbyBands' has given '/u/THENEXTBIGTHINGMINER' lambda!
+21958 [2020-01-18 23:20:02] '/u/TheBobbyBands' has given '/u/mmrrggllhater' lambda!
+21958 [2020-01-18 23:22:45] There has been a new submission: 'Scrapyard iPhone 7 Plus. Not for everyone it hope you enjoy.', with flair 'None'
+21958 [2020-01-18 23:22:47] /u/Jack-34 had their submission removed for insufficient lambda.
+21958 [2020-01-18 23:28:33] There has been a new submission: 'Looking to start a channel playing CSGO , please subscribe and give tips thanks', with flair 'None'
+21958 [2020-01-18 23:28:34] /u/FabianWolfgang had their submission removed for insufficient lambda.
+21958 [2020-01-18 23:29:18] There has been a new submission: 'Question about Thumbnails', with flair 'Thumbnail Review'
+21958 [2020-01-18 23:29:19] /u/rygben11 had their submission removed for insufficient lambda.
+21958 [2020-01-18 23:42:02] There has been a new submission: 'Does the thumbnail explain the content? Or is it too abstract?', with flair 'Thumbnail Review'
+21958 [2020-01-18 23:48:13] There has been a new submission: 'Rate my Shooting Vid! Took a lot of editing. I appreciate constructive criticism.', with flair 'Video Critique'
+21958 [2020-01-18 23:49:47] There has been a new submission: '[SSpace] - Super Mario 64 Corruptions', with flair 'None'
+21958 [2020-01-18 23:49:48] /u/SpacetimePixel had their submission removed for insufficient lambda.
+21958 [2020-01-18 23:50:26] There has been a new submission: 'Is my video something you would watch?', with flair 'Video Critique'
+21958 [2020-01-18 23:50:28] /u/Overtuee had their submission removed for insufficient lambda.
+21958 [2020-01-18 23:51:26] '/u/qzeqYT' has given '/u/AceFilms44' lambda!
+21958 [2020-01-19 00:00:55] '/u/vincal69' has given '/u/ForgotMyOldAccount9' lambda!
+21958 [2020-01-19 00:00:55] The OP received lambda too!
+21958 [2020-01-19 00:01:43] '/u/vincal69' has given '/u/WALLROOP' lambda!
+22094 [2020-01-19 00:02:04]
+####################
+[2020-01-19 00:02:04] RESTARTED
+####################
+
+22094 [2020-01-19 00:08:49] '/u/JacobTheGopher' has given '/u/Nichemm' lambda!
+22094 [2020-01-19 00:09:44] '/u/daredevil005' has given '/u/EverydayCodeNet' lambda!
+22094 [2020-01-19 00:13:57] There has been a new submission: 'New video! Subscribe if you like this kind of style :)', with flair 'None'
+22094 [2020-01-19 00:13:59] /u/Urzbn1 had their submission removed for insufficient lambda.
+22094 [2020-01-19 00:14:10] There has been a new submission: 'p l e a s e d o n t g o', with flair 'Art'
+22094 [2020-01-19 00:21:16] '/u/Mentals__' has given '/u/Zigbyyy' lambda!
+22094 [2020-01-19 00:23:20] '/u/nicrazac' has given '/u/Doodle-Brains' lambda!
+22094 [2020-01-19 00:23:20] The OP received lambda too!
+22094 [2020-01-19 00:26:23] '/u/Foodiligence' has given '/u/AuditingGames' lambda!
+22094 [2020-01-19 00:26:23] The OP received lambda too!
+22094 [2020-01-19 00:28:56] '/u/ForgotMyOldAccount9' has given '/u/qzeqYT' lambda!
+22094 [2020-01-19 00:30:33] There has been a new submission: 'Season 4 Needs To Hurry | Apex Legends PC Gameplay', with flair 'Gaming'
+22094 [2020-01-19 00:30:35] /u/Cuhllateral- had their submission removed for insufficient lambda.
+22094 [2020-01-19 00:32:04] '/u/tss230' has given '/u/alexvanguard' lambda!
+22094 [2020-01-19 00:32:05] The OP received lambda too!
+22094 [2020-01-19 00:39:59] '/u/spicymilksauce' has given '/u/xPikYx' lambda!
+22094 [2020-01-19 00:40:29] '/u/spicymilksauce' has given '/u/0Dai0' lambda!
+22094 [2020-01-19 00:41:28] There has been a new submission: 'Subscriber count not changing?', with flair 'None'
+22094 [2020-01-19 00:41:30] /u/jereahlawrence had their submission removed for insufficient lambda.
+22094 [2020-01-19 00:45:38] There has been a new submission: 'The Suffering Let's Play Episode/Part 7 Gameplay Walkthrough Playthrough Blind Facecam [1440P 60FPS]', with flair 'None'
+22094 [2020-01-19 00:45:39] /u/loopy2mn had their submission removed for insufficient lambda.
+22094 [2020-01-19 00:49:18] There has been a new submission: 'So you want to be a professional gamer?', with flair 'Video Critique'
+22094 [2020-01-19 00:51:05] There has been a new submission: 'Fire chip', with flair 'Video Critique'
+22094 [2020-01-19 00:51:07] /u/420brain01 had their submission removed for insufficient lambda.
+22094 [2020-01-19 00:58:19] '/u/Mentals__' has given '/u/GetTheLoot' lambda!
+22094 [2020-01-19 01:03:35] '/u/0Dai0' has given '/u/GetTheLoot' lambda!
+22094 [2020-01-19 01:03:35] The OP received lambda too!
+9218 [2020-01-19 01:03:47] Updated statistics
+22094 [2020-01-19 01:05:26] There has been a new submission: 'I might be a bad idea, BUT I really want Tesla Model 3!', with flair 'Vlog'
+22094 [2020-01-19 01:19:45] There has been a new submission: '35K SUBS!! ---🔧CSGO - Ultimate 2020 FPS Boost/Lag Fix Guide For Any Setup!🔧', with flair 'Gaming'
+22094 [2020-01-19 01:19:46] /u/OfficialExplicitTuts had their submission removed for insufficient lambda.
+22094 [2020-01-19 01:22:27] There has been a new submission: 'Last week you guys gave hella feedback on my first self-help video(tysm!). A week later I'm back with a new vid filled with the ideas that you gave me! I am really looking to one day be able to make videos that truly impact ones mind, so speak your mind and LMK where to improve upon friends!!!', with flair 'Video Critique'
+22094 [2020-01-19 01:34:12] There has been a new submission: '"GIVING AWAY LAMBDA" posts should be banned', with flair 'Meta'
+22094 [2020-01-19 01:38:21] '/u/KingOberon13' has given '/u/chri5ten' lambda!
+22094 [2020-01-19 01:39:56] '/u/KingOberon13' has given '/u/Nelman79' lambda!
+22094 [2020-01-19 01:40:08] '/u/KingOberon13' has given '/u/Rayzxvl' lambda!
+22094 [2020-01-19 01:41:18] '/u/KingOberon13' has given '/u/THENEXTBIGTHINGMINER' lambda!
+22094 [2020-01-19 01:41:38] '/u/KingOberon13' has given '/u/mmrrggllhater' lambda!
+22094 [2020-01-19 01:42:13] '/u/KingOberon13' has given '/u/MrRuidiaz' lambda!
+22094 [2020-01-19 01:45:27] '/u/MadeCITYSTARS' has given '/u/NerdTalkDan' lambda!
+22094 [2020-01-19 01:50:57] There has been a new submission: 'I know...I know it’s minecraft.... but I honestly had a lot of fun playing it in VR and I haven’t played it in years so it felt like the good old days!! What do you guys think my mind is open to all criticism!:)', with flair 'Gaming'
+22094 [2020-01-19 01:54:25] '/u/Mentals__' has given '/u/ekaaaans' lambda!
+22094 [2020-01-19 01:56:04] '/u/Mentals__' has given '/u/mattchu_does_stuff' lambda!
+22239 [2020-01-19 02:02:04]
+####################
+[2020-01-19 02:02:04] RESTARTED
+####################
+
+22239 [2020-01-19 02:03:28] '/u/CheeseGirdle' has given '/u/ForgotMyOldAccount9' lambda!
+22239 [2020-01-19 02:04:42] There has been a new submission: 'Okay if you’re a small gaming channel pls comment on this', with flair 'None'
+22239 [2020-01-19 02:04:44] /u/polishiy had their submission removed for insufficient lambda.
+22239 [2020-01-19 02:07:00] '/u/SBC-Golf' has given '/u/MusicOfBeeFef' lambda!
+22239 [2020-01-19 02:07:00] The OP received lambda too!
+22239 [2020-01-19 02:08:01] There has been a new submission: 'Fayrothedon Trailor [Rap]', with flair 'Channel Review'
+22239 [2020-01-19 02:08:02] /u/melrosesmooth had their submission removed for insufficient lambda.
+22239 [2020-01-19 02:08:37] There has been a new submission: 'This Thursday, I released my debut EP, awkward human. Here are all the songs.', with flair 'Video Critique'
+22239 [2020-01-19 02:19:01] '/u/tss230' has given '/u/mattchu_does_stuff' lambda!
+22239 [2020-01-19 02:22:34] '/u/mattchu_does_stuff' has given '/u/Sipover' lambda!
+22239 [2020-01-19 02:22:34] The OP received lambda too!
+22239 [2020-01-19 02:22:46] '/u/SBC-Golf' has given '/u/ForgotMyOldAccount9' lambda!
+22239 [2020-01-19 02:27:37] There has been a new submission: 'OMG Uploaded my first song today! more support than I was expecting! Would love feedback & Support!', with flair 'Art'
+22239 [2020-01-19 02:27:39] /u/mikalburr had their submission removed for insufficient lambda.
+22239 [2020-01-19 02:31:16] '/u/DylanTheDoc' has given '/u/JoeBoney' lambda!
+22239 [2020-01-19 02:31:16] The OP received lambda too!
+22239 [2020-01-19 02:47:26] There has been a new submission: 'Can I get some feedback?(: Thank you', with flair 'Video Critique'
+22239 [2020-01-19 02:47:27] /u/YeeMeister971 had their submission removed for insufficient lambda.
+22239 [2020-01-19 03:12:33] '/u/Paint2Luv-Art' has given '/u/xPikYx' lambda!
+22239 [2020-01-19 03:13:26] '/u/Paint2Luv-Art' has given '/u/ekaaaans' lambda!
+22239 [2020-01-19 03:13:34] There has been a new submission: 'My first animation', with flair 'None'
+22239 [2020-01-19 03:13:37] /u/ThatThingDae had their submission removed for insufficient lambda.
+22239 [2020-01-19 03:13:47] '/u/Paint2Luv-Art' has given '/u/Dman_0605' lambda!
+22239 [2020-01-19 03:17:24] There has been a new submission: 'Hey guys! Would like feedback on my latest video from my Undertale series and/or channel. Thanks!', with flair 'Video Critique'
+22239 [2020-01-19 03:24:15] '/u/Mentals__' has given '/u/TheAlaskanJew' lambda!
+22239 [2020-01-19 03:53:16] There has been a new submission: '[Playlist] Part 5 of the new project - Aftermath', with flair 'Channel Review'
+22239 [2020-01-19 03:53:18] /u/kscircle had their submission removed for insufficient lambda.
+22239 [2020-01-19 03:59:53] '/u/4orty1savage' has given '/u/RantsWithRogers' lambda!
+22383 [2020-01-19 04:02:04]
+####################
+[2020-01-19 04:02:04] RESTARTED
+####################
+
+22383 [2020-01-19 04:04:53] '/u/DylanTheDoc' has given '/u/Dman_0605' lambda!
+22383 [2020-01-19 04:06:59] '/u/MusicOfBeeFef' has given '/u/mikalburr' lambda!
+22383 [2020-01-19 04:06:59] The OP received lambda too!
+22383 [2020-01-19 04:10:23] '/u/CliffordTV' has given '/u/My_Travel_Journal' lambda!
+22383 [2020-01-19 04:10:23] The OP received lambda too!
+22383 [2020-01-19 04:18:21] '/u/Hashocky' has given '/u/Paint2Luv-Art' lambda!
+22383 [2020-01-19 04:18:21] The OP received lambda too!
+22383 [2020-01-19 04:19:14] '/u/Hashocky' has given '/u/DarkLord152' lambda!
+22383 [2020-01-19 04:24:31] There has been a new submission: '[Gaming] Top 10 Upcoming Games of 2020 [Feedback]', with flair 'Gaming'
+22383 [2020-01-19 04:24:39] There has been a new submission: 'SUCCESS ON YOUTUBE changed my life', with flair 'Video Critique'
+22383 [2020-01-19 04:25:59] '/u/TheCHRILLCAST' has given '/u/nam12399' lambda!
+22383 [2020-01-19 04:54:30] There has been a new submission: 'worked super hard on this video but it kinda flopped so let's test my luck again🤣', with flair 'Video Critique'
+22383 [2020-01-19 05:07:47] There has been a new submission: 'Hey guys just posted a new video go check it out if you want :3', with flair 'Gaming'
+22383 [2020-01-19 05:07:49] /u/FabWizard270634 had their submission removed for insufficient lambda.
+22383 [2020-01-19 05:13:52] There has been a new submission: 'Relaxing Hang Drum Music for Meditation and yoga', with flair 'Vlog'
+22383 [2020-01-19 05:13:54] /u/abdullah7073 had their submission removed for insufficient lambda.
+22383 [2020-01-19 05:21:19] '/u/DankConnor' has given '/u/420brain01' lambda!
+22383 [2020-01-19 05:21:19] The OP received lambda too!
+22383 [2020-01-19 05:21:35] '/u/DankConnor' has given '/u/lrkxd' lambda!
+22383 [2020-01-19 05:22:43] There has been a new submission: 'This my new episode on Excel tutorial, but I need my video to engage with the real audience, could you please suggest me your opinions. For sure it will be good step for me to work on it. For next my channel will be completed 1 year and I have gained only 2.3K subscribers but not the real audience.', with flair 'Channel Review'
+22383 [2020-01-19 05:49:32] There has been a new submission: 'I can’t think of a unique name for me and my sister’s YouTube channel.', with flair 'Discussion'
+22888 [2020-01-19 06:02:04]
+####################
+[2020-01-19 06:02:04] RESTARTED
+####################
+
+22888 [2020-01-19 06:21:48] There has been a new submission: 'Need Advice', with flair 'Discussion'
+22888 [2020-01-19 06:28:27] There has been a new submission: 'Top 10 things I hate about my or cruiser', with flair 'Vlog'
+22888 [2020-01-19 06:28:28] /u/YRFisaac had their submission removed for insufficient lambda.
+22888 [2020-01-19 06:36:16] '/u/Mentals__' has given '/u/Dyson961' lambda!
+22888 [2020-01-19 06:44:39] {ERROR} received 503 HTTP response
+22888 [2020-01-19 06:45:19] {ERROR} received 503 HTTP response
+23353 [2020-01-19 08:02:04]
+####################
+[2020-01-19 08:02:04] RESTARTED
+####################
+
+23353 [2020-01-19 08:02:53] There has been a new submission: '14 years old. Uploads every day. Make skits and funny videos. Please check them out.', with flair 'None'
+23353 [2020-01-19 08:02:55] /u/BeckerBoyYT had their submission removed for insufficient lambda.
+23353 [2020-01-19 08:03:00] There has been a new submission: 'PUBG| Looping with golden Car (with place of finding) GERMAN i would love to get some criticism. ad if u like it u can supp me every saturday 1 videoupload. deutscher Kanal würde mich über kritik freuen', with flair 'Gaming'
+23353 [2020-01-19 08:03:07] There has been a new submission: 'Guys Go Check Out My New Video!!!', with flair 'None'
+23353 [2020-01-19 08:03:09] /u/HaydonYT had their submission removed for insufficient lambda.
+23353 [2020-01-19 08:03:14] There has been a new submission: 'Parsing discussion.', with flair 'Discussion'
+23353 [2020-01-19 08:20:05] '/u/DylanTheDoc' has given '/u/trminatorhmk' lambda!
+23353 [2020-01-19 08:20:15] There has been a new submission: 'How To Grow With 0 Views And 0 Subscribers! be sure to subscribe like and comment thnx!', with flair 'None'
+23353 [2020-01-19 08:20:24] There has been a new submission: 'know there alot of gaming channel but wont stop me from sharing vids. Always enjoy recording gameplay and showing friends. Finally doing this with an actual program instead of xbox game bar on pc. Finally did my somewhat real edit, know there's more to learn and need to work on thing on my setup.', with flair 'Gaming'
+23353 [2020-01-19 08:20:26] /u/erdeluna had their submission removed for insufficient lambda.
+23353 [2020-01-19 08:22:01] There has been a new submission: 'My New Channel', with flair 'Gaming'
+23353 [2020-01-19 08:22:04] /u/CocoChinaRed had their submission removed for insufficient lambda.
+23353 [2020-01-19 08:33:34] '/u/WALLROOP' has given '/u/C0NLlN' lambda!
+23353 [2020-01-19 08:33:34] The OP received lambda too!
+23353 [2020-01-19 08:33:46] '/u/WALLROOP' has given '/u/mattchu_does_stuff' lambda!
+23353 [2020-01-19 08:33:58] '/u/WALLROOP' has given '/u/PokemaniacOctoru' lambda!
+23353 [2020-01-19 08:34:10] '/u/WALLROOP' has given '/u/1_2_three_four_5_6' lambda!
+23353 [2020-01-19 08:43:50] There has been a new submission: 'My latest travel vlog (Budapest), would love to know what you think!', with flair 'Video Critique'
+23353 [2020-01-19 08:45:59] There has been a new submission: 'Hello everyone! I made this AMV few days ago, appreciate any feedback on it, I was really focusing on timing and sync. I'm thinking about doing AMV from now on, hopefully im on the right track!', with flair 'Video Critique'
+23353 [2020-01-19 08:49:00] '/u/daredevil005' has given '/u/GetTheLoot' lambda!
+23353 [2020-01-19 09:12:18] There has been a new submission: 'PLEASE LIKE, COMMENT AND SUBSCRIBE! NEW YOUTUBER! WILL DO THE SAME AS WELL', with flair 'Channel Review'
+23353 [2020-01-19 09:12:20] /u/Pussyonthechainwax24 had their submission removed for insufficient lambda.
+23353 [2020-01-19 09:21:06] There has been a new submission: 'Hi*!', with flair 'Gaming'
+23353 [2020-01-19 09:21:08] /u/Gtops had their submission removed for insufficient lambda.
+23353 [2020-01-19 09:28:37] '/u/CliffordTV' has given '/u/kabagonnaplay' lambda!
+23353 [2020-01-19 09:58:05] There has been a new submission: 'Have a video going live in the next few days on my channel, but for now feedback on my current videos would be amazing', with flair 'Gaming'
+23353 [2020-01-19 09:58:06] /u/MinstrellYT had their submission removed for insufficient lambda.
+23550 [2020-01-19 10:02:05]
+####################
+[2020-01-19 10:02:05] RESTARTED
+####################
+
+23550 [2020-01-19 10:06:47] There has been a new submission: 'Stunning 4K waterfall footage with calm music', with flair 'Channel Review'
+23550 [2020-01-19 10:06:49] /u/nicick had their submission removed for insufficient lambda.
+23550 [2020-01-19 10:12:21] There has been a new submission: 'NYC central park adventures! Hello guys, this is my second time trying to edit learning as i go. It's all about following my friends and i down central park and its hidden ponds and lakes with a touch of memes. ALWAYS welcome feedback, since i am new to editing. Enjoy!', with flair 'Video Critique'
+23550 [2020-01-19 10:12:23] /u/gregorygamebeta had their submission removed for insufficient lambda.
+23550 [2020-01-19 10:31:21] There has been a new submission: '‪SO THIS IS ECCHI HAREM!‬', with flair 'None'
+23550 [2020-01-19 10:31:23] /u/phillslifestyle had their submission removed for insufficient lambda.
+23550 [2020-01-19 10:33:59] '/u/GetTheLoot' has given '/u/mattchu_does_stuff' lambda!
+23550 [2020-01-19 10:33:59] The OP received lambda too!
+23550 [2020-01-19 10:35:14] There has been a new submission: 'This game is getting addicting XD', with flair 'None'
+23550 [2020-01-19 10:35:16] /u/Codexmas001 had their submission removed for insufficient lambda.
+23550 [2020-01-19 10:45:44] There has been a new submission: 'I listened to the criticism and added less sound effects and appeared to enjoy the game more. Tell me what you guys think', with flair 'Video Critique'
+23550 [2020-01-19 10:53:13] There has been a new submission: 'After listening to advice from r/smallYTChannel and other sub reddits. I changed my edit technique and added a start screen as well as other effects. I'm super proud of how this video turned out!! Thanks so much guys!', with flair 'Gaming'
+23550 [2020-01-19 11:07:06] There has been a new submission: 'I NEED FEEDBACK / video ideas❗️', with flair 'Vlog'
+23550 [2020-01-19 11:07:08] /u/orlandoxmairena17 had their submission removed for insufficient lambda.
+23550 [2020-01-19 11:11:18] '/u/RantsWithRogers' has given '/u/trminatorhmk' lambda!
+23550 [2020-01-19 11:11:19] The OP received lambda too!
+23550 [2020-01-19 11:18:20] '/u/AuditingGames' has given '/u/trminatorhmk' lambda!
+23550 [2020-01-19 11:18:21] The OP received lambda too!
+23550 [2020-01-19 11:41:54] '/u/ScoutDawsonYT' has given '/u/Doodle-Brains' lambda!
+23550 [2020-01-19 11:41:54] The OP received lambda too!
+23550 [2020-01-19 11:43:35] There has been a new submission: 'How's everyone going. another video of commentary on starting a youtube channel while starting a youtube channel', with flair 'Gaming'
+23550 [2020-01-19 11:43:37] /u/SaionTechnical had their submission removed for insufficient lambda.
+23550 [2020-01-19 11:57:33] '/u/thedrq' has given '/u/JoeBoney' lambda!
+23550 [2020-01-19 11:57:41] '/u/thedrq' has given '/u/0Dai0' lambda!
+23550 [2020-01-19 11:57:59] '/u/thedrq' has given '/u/Doodle-Brains' lambda!
+23685 [2020-01-19 12:02:05]
+####################
+[2020-01-19 12:02:05] RESTARTED
+####################
+
+23685 [2020-01-19 12:06:53] There has been a new submission: 'Modern warfare funny moments', with flair 'Gaming'
+23685 [2020-01-19 12:27:28] '/u/TheMisterEpic' has given '/u/Doodle-Brains' lambda!
+23685 [2020-01-19 12:27:28] The OP received lambda too!
+23685 [2020-01-19 12:38:48] '/u/PlusWorth' has given '/u/Overtuee' lambda!
+23685 [2020-01-19 12:38:48] The OP received lambda too!
+23685 [2020-01-19 12:42:25] There has been a new submission: 'Welcome To Xander Zone Channel Nanana And I Got Enemies In Water And A F...', with flair 'Video Critique'
+23685 [2020-01-19 12:51:39] '/u/nyappyberry' has given '/u/MusikPalast' lambda!
+23685 [2020-01-19 12:51:39] The OP received lambda too!
+23685 [2020-01-19 12:57:56] There has been a new submission: 'QUESTION: about Monitization being removed', with flair 'Discussion'
+23685 [2020-01-19 13:06:57] There has been a new submission: 'New YouTube Video', with flair 'Art'
+23685 [2020-01-19 13:06:58] /u/DiNo1027 had their submission removed for insufficient lambda.
+23685 [2020-01-19 13:18:29] '/u/ExCreeperYT' has given '/u/PokemaniacOctoru' lambda!
+23685 [2020-01-19 13:18:29] The OP received lambda too!
+23685 [2020-01-19 13:35:47] '/u/trminatorhmk' has given '/u/AffectionatePlane2' lambda!
+23685 [2020-01-19 13:35:47] The OP received lambda too!
+23685 [2020-01-19 13:43:51] There has been a new submission: 'AQW LARVAE QUEST BOT GRIMOIRE UPDATED 2020 *NEW* check it out pls ly <3', with flair 'Gaming'
+23685 [2020-01-19 13:43:53] /u/DestiniiYT had their submission removed for insufficient lambda.
+23685 [2020-01-19 13:46:01] '/u/spicymilksauce' has given '/u/Overtuee' lambda!
+23685 [2020-01-19 13:46:31] '/u/spicymilksauce' has given '/u/ekaaaans' lambda!
+23685 [2020-01-19 13:46:41] '/u/spicymilksauce' has given '/u/RealLemonchicken' lambda!
+23685 [2020-01-19 13:46:52] '/u/spicymilksauce' has given '/u/mikalburr' lambda!
+23685 [2020-01-19 13:47:02] '/u/spicymilksauce' has given '/u/ShaggysIdeas' lambda!
+23685 [2020-01-19 13:49:45] There has been a new submission: 'My second video will upload every sunday - My Visit To ASRock To Pick Up Something SPECIAL!', with flair 'Vlog'
+23685 [2020-01-19 13:49:46] /u/Thunder_Thome had their submission removed for insufficient lambda.
+23685 [2020-01-19 13:53:03] There has been a new submission: 'Whattup my dudes, so Ive been making these videos for almost 9 months now and I decided to switch up my music choice and went for 70's soul music. Tell me what you think about that and just tear my video apart', with flair 'Video Critique'
+23943 [2020-01-19 14:02:05]
+####################
+[2020-01-19 14:02:05] RESTARTED
+####################
+
+23943 [2020-01-19 14:12:43] There has been a new submission: 'i have a very small yt chanel . i am trying to make lately funny compilations . but i dont get views, very littel views. can you check mi videos and tell me what i am doing wrong? and how about the video is it ok put toogheter? Random wins, Fails and funny clips', with flair 'Video Critique'
+23943 [2020-01-19 14:12:45] /u/Elcata13 had their submission removed for insufficient lambda.
+23943 [2020-01-19 14:14:44] There has been a new submission: 'Hi, I made a little video, hope you all like it!', with flair 'Gaming'
+23943 [2020-01-19 14:14:46] /u/SkorpionZ_ had their submission removed for insufficient lambda.
+23943 [2020-01-19 14:23:59] There has been a new submission: 'I got fired - what now?', with flair 'Video Critique'
+23943 [2020-01-19 14:24:01] /u/FlippantFlaneur had their submission removed for insufficient lambda.
+23943 [2020-01-19 14:30:48] There has been a new submission: 'Occupy your time - Street Photography vlog Sri Lanka', with flair 'Vlog'
+23943 [2020-01-19 14:30:51] /u/pixelvoiz had their submission removed for insufficient lambda.
+23943 [2020-01-19 14:40:20] '/u/RantsWithRogers' has given '/u/tremendous_man99' lambda!
+23943 [2020-01-19 14:47:40] {ERROR} received 503 HTTP response
+23943 [2020-01-19 14:49:44] {ERROR} received 503 HTTP response
+24078 [2020-01-19 16:02:05]
+####################
+[2020-01-19 16:02:05] RESTARTED
+####################
+
+24078 [2020-01-19 16:02:19] '/u/trminatorhmk' has given '/u/FlippantFlaneur' lambda!
+24078 [2020-01-19 16:02:34] '/u/Doodle-Brains' has given '/u/FlippantFlaneur' lambda!
+24078 [2020-01-19 16:02:34] The OP received lambda too!
+24078 [2020-01-19 16:02:43] '/u/Armack_is_wack' has given '/u/HuntedCharlie' lambda!
+24078 [2020-01-19 16:02:43] The OP received lambda too!
+24078 [2020-01-19 16:02:52] '/u/Armack_is_wack' has given '/u/FlippantFlaneur' lambda!
+24078 [2020-01-19 16:03:01] '/u/Armack_is_wack' has given '/u/fraudulentcloth' lambda!
+24078 [2020-01-19 16:03:11] '/u/Armack_is_wack' has given '/u/TheArbinator' lambda!
+24078 [2020-01-19 16:03:20] '/u/PokemaniacOctoru' has given '/u/FlippantFlaneur' lambda!
+24078 [2020-01-19 16:03:20] The OP received lambda too!
+24078 [2020-01-19 16:03:29] '/u/Armack_is_wack' has given '/u/Overtuee' lambda!
+24078 [2020-01-19 16:03:38] '/u/Rayzxvl' has given '/u/fraudulentcloth' lambda!
+24078 [2020-01-19 16:03:38] The OP received lambda too!
+24078 [2020-01-19 16:03:47] '/u/Rayzxvl' has given '/u/Dheezy_YT' lambda!
+24078 [2020-01-19 16:04:03] '/u/Schoepel' has given '/u/FlippantFlaneur' lambda!
+24078 [2020-01-19 16:04:03] The OP received lambda too!
+24078 [2020-01-19 16:04:33] There has been a new submission: 'Bright Eyes - Art Garfunkel (Cover w Lyrics) + Flute', with flair 'Video Critique'
+24078 [2020-01-19 16:04:39] There has been a new submission: 'Is my editing good?', with flair 'Video Critique'
+24078 [2020-01-19 16:04:46] There has been a new submission: 'Furries Conventions Are Wild - This is my favorite video so far. I went thru a ton of editing with this so your feedback is greatly appreciated. Enjoy! :D', with flair 'Video Critique'
+24078 [2020-01-19 16:04:53] There has been a new submission: 'Posting at the same time as other creators in my niche?', with flair 'Discussion'
+24078 [2020-01-19 16:04:58] There has been a new submission: 'Odd Time Signatures in Video Games Part 1', with flair 'Video Critique'
+24078 [2020-01-19 16:05:05] There has been a new submission: 'Zelda - Gerudo Valley | Ocarina Of Time | Solo Guitar', with flair 'Channel Review'
+24078 [2020-01-19 16:05:07] /u/JoneRuiz had their submission removed for insufficient lambda.
+24078 [2020-01-19 16:05:12] There has been a new submission: 'Hey guys check out my newest vid! :D', with flair 'Gaming'
+24078 [2020-01-19 16:05:13] /u/DebeliCancer had their submission removed for insufficient lambda.
+24078 [2020-01-19 16:05:18] There has been a new submission: 'I got fired - What now?', with flair 'Video Critique'
+24078 [2020-01-19 16:05:25] There has been a new submission: 'Bloodborne - Drawing ORPHAN of KOS - Fatal Fanart', with flair 'Art'
+24078 [2020-01-19 16:05:31] There has been a new submission: 'In the past you guys have said to work on thumbnail and get a better mic, my mic quality still sucks, but I’m buying a new mic soon, but how’d I do on the thumbnail? And the rest of the video for that matter', with flair 'Video Critique'
+24078 [2020-01-19 16:05:38] There has been a new submission: 'Gameplay comentary', with flair 'Discussion'
+24078 [2020-01-19 16:05:43] There has been a new submission: 'My New Youtube Channel Dedicated to Promoting & Developing Martial Arts in West Africa Action packed FREE Fights. Please give your feedback and Sub if you like 😊', with flair 'Channel Review'
+24078 [2020-01-19 16:05:45] /u/finesseuk had their submission removed for insufficient lambda.
+24078 [2020-01-19 16:05:50] There has been a new submission: 'Never Again! | First Time Flying Spirit Airlines', with flair 'Vlog'
+24078 [2020-01-19 16:06:00] '/u/mattchu_does_stuff' has given '/u/LiutaurasMK' lambda!
+24078 [2020-01-19 16:06:18] '/u/ExCreeperYT' has given '/u/Dheezy_YT' lambda!
+24078 [2020-01-19 16:09:28] There has been a new submission: 'Feedback on my video is appreciated :)', with flair 'Video Critique'
+24078 [2020-01-19 16:13:43] '/u/Nelman79' has given '/u/toodumbforagoodname' lambda!
+24078 [2020-01-19 16:13:43] The OP received lambda too!
+24078 [2020-01-19 16:15:26] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+24078 [2020-01-19 16:17:35] There has been a new submission: 'Star Wars Empire at War (Remake Mod) Rebel Alliance - Ep 47', with flair 'Gaming'
+24078 [2020-01-19 16:17:36] /u/BlaanSarge had their submission removed for insufficient lambda.
+24078 [2020-01-19 16:24:08] There has been a new submission: 'New video with old light and new light. Ideas suggestions!', with flair 'None'
+24078 [2020-01-19 16:32:40] There has been a new submission: 'I made my first gaming montage, tell me what you think', with flair 'Gaming'
+24078 [2020-01-19 16:32:44] /u/spacetimematters had their submission removed for insufficient lambda.
+24078 [2020-01-19 16:34:45] '/u/PlusWorth' has given '/u/BoomerangTKO' lambda!
+24078 [2020-01-19 16:36:36] '/u/PlusWorth' has given '/u/MoskitoDan' lambda!
+24078 [2020-01-19 16:44:43] There has been a new submission: 'Drawing Kid Spongebob and Baby Gary (Sponge on the Run)', with flair 'Art'
+24078 [2020-01-19 16:48:07] There has been a new submission: 'Small Youtubers You Should Watch w/Sh33sh #7', with flair 'Video Critique'
+24078 [2020-01-19 16:50:32] There has been a new submission: 'so i made this.. i am the beard guy', with flair 'Art'
+24078 [2020-01-19 16:50:34] /u/vidosavcolic had their submission removed for insufficient lambda.
+24078 [2020-01-19 16:57:05] '/u/MusikPalast' has given '/u/dzondi92' lambda!
+24078 [2020-01-19 16:57:05] The OP received lambda too!
+24078 [2020-01-19 17:05:34] There has been a new submission: 'My Friend Pedro: What an Indie Game Should Be (Video Essay)', with flair 'Video Critique'
+24078 [2020-01-19 17:09:44] There has been a new submission: 'YouTube', with flair 'Gaming'
+24078 [2020-01-19 17:09:45] /u/CheatCentralCH had their submission removed for insufficient lambda.
+24078 [2020-01-19 17:10:29] There has been a new submission: 'More of my Street Interviews. All feedback welcomed! Also looking for for new questions ideas, if you have any ;)', with flair 'Video Critique'
+24078 [2020-01-19 17:20:51] There has been a new submission: 'Should we make more videos like this where we talk about several random silly things, or focus more on 1 topic in more detail?', with flair 'Video Critique'
+24078 [2020-01-19 17:23:20] '/u/Overtuee' has given '/u/CompleteReason1' lambda!
+24078 [2020-01-19 17:23:20] The OP received lambda too!
+24078 [2020-01-19 17:28:46] '/u/FlippantFlaneur' has given '/u/fraudulentcloth' lambda!
+24078 [2020-01-19 17:28:46] The OP received lambda too!
+24078 [2020-01-19 17:30:58] There has been a new submission: '15 cute ways to ask a girl out', with flair 'Video Critique'
+24078 [2020-01-19 17:31:00] /u/gee-wayne had their submission removed for insufficient lambda.
+24078 [2020-01-19 17:31:45] There has been a new submission: 'Critique my video', with flair 'None'
+24078 [2020-01-19 17:31:47] /u/Bingo_Banzai had their submission removed for insufficient lambda.
+24078 [2020-01-19 17:36:05] '/u/THENEXTBIGTHINGMINER' has given '/u/CompleteReason1' lambda!
+24078 [2020-01-19 17:37:00] '/u/THENEXTBIGTHINGMINER' has given '/u/AuditingGames' lambda!
+24078 [2020-01-19 17:37:09] '/u/THENEXTBIGTHINGMINER' has given '/u/Heavy_Rain_' lambda!
+24078 [2020-01-19 17:37:24] '/u/THENEXTBIGTHINGMINER' has given '/u/ForgotMyOldAccount9' lambda!
+24078 [2020-01-19 17:38:03] There has been a new submission: 'New video feedback would be greatly appreciated👍. Also my Instagram was deleted so I need a new place to promote my videos and grow my audience so I’ve come here!', with flair 'None'
+24078 [2020-01-19 17:38:05] /u/Ko-Decoy had their submission removed for insufficient lambda.
+24078 [2020-01-19 17:38:12] '/u/THENEXTBIGTHINGMINER' has given '/u/Dheezy_YT' lambda!
+24078 [2020-01-19 17:43:21] There has been a new submission: 'Take Charge Family - the Dr Seuss Experience Vlog', with flair 'Vlog'
+24078 [2020-01-19 17:43:23] /u/CL1981 had their submission removed for insufficient lambda.
+24078 [2020-01-19 17:52:31] There has been a new submission: 'The Rise Of Thot Culture Is Destroying The American Woman's Image', with flair 'None'
+24078 [2020-01-19 17:52:34] /u/Dotti_Lou had their submission removed for insufficient lambda.
+24275 [2020-01-19 18:02:05]
+####################
+[2020-01-19 18:02:05] RESTARTED
+####################
+
+24275 [2020-01-19 18:03:10] '/u/american_noodle' has given '/u/TrifectaComedy' lambda!
+24275 [2020-01-19 18:03:10] The OP received lambda too!
+24275 [2020-01-19 18:08:05] There has been a new submission: 'I’ve made plenty of progress on improving my channel. I’ve begun learning to make more attractive thumbnails, improved audio/video quality, and even gotten better with my editing. I know I need to get more comfortable on camera. What else should I improve other than my editing skills?', with flair 'Video Critique'
+24275 [2020-01-19 18:10:03] There has been a new submission: 'Exited to share my channel and support others', with flair 'Gaming'
+24275 [2020-01-19 18:10:05] /u/Hayden-e-tv-yt had their submission removed for insufficient lambda.
+24275 [2020-01-19 18:12:19] There has been a new submission: 'Speaking is still a little hard for me. And I think it’s noticeable but I’m working to get better with each new video :)', with flair 'Video Critique'
+24275 [2020-01-19 18:17:11] '/u/RantsWithRogers' has given '/u/FlippantFlaneur' lambda!
+24275 [2020-01-19 18:17:18] There has been a new submission: 'Winter Gateway at Camelback Resort, Pennsylvania!!', with flair 'Vlog'
+24275 [2020-01-19 18:17:19] /u/darbeshan had their submission removed for insufficient lambda.
+24275 [2020-01-19 18:17:56] '/u/RantsWithRogers' has given '/u/hemant_rangdal' lambda!
+24275 [2020-01-19 18:18:36] '/u/thedrq' has given '/u/toodumbforagoodname' lambda!
+24275 [2020-01-19 18:19:53] '/u/popularvote_yt' has given '/u/Nichemm' lambda!
+24275 [2020-01-19 18:21:09] There has been a new submission: 'So every year I make what I like to call an accountability video, and in this video I speak out my goals and intentions for my channel within that year. I just Upload my 2020 version and would love to hear everyone else’s goals as well!', with flair 'Vlog'
+24275 [2020-01-19 18:21:11] /u/RaizoUchiha had their submission removed for insufficient lambda.
+24275 [2020-01-19 18:21:31] There has been a new submission: 'Hampi to Mumbai | Motovlog | foodcoma', with flair 'Vlog'
+24275 [2020-01-19 18:21:45] '/u/jenlie89' has given '/u/hemant_rangdal' lambda!
+24275 [2020-01-19 18:21:45] The OP received lambda too!
+24275 [2020-01-19 18:23:41] '/u/MusikPalast' has given '/u/CL1981' lambda!
+24275 [2020-01-19 18:28:43] There has been a new submission: 'Eminem's New Album !', with flair 'Video Critique'
+24275 [2020-01-19 18:28:44] /u/machine_bun_jelly had their submission removed for insufficient lambda.
+24275 [2020-01-19 18:34:44] '/u/MusikPalast' has given '/u/schecterguy' lambda!
+24275 [2020-01-19 18:52:15] '/u/PokemaniacOctoru' has given '/u/TrifectaComedy' lambda!
+24275 [2020-01-19 18:54:03] '/u/DylanTheDoc' has given '/u/CL1981' lambda!
+24275 [2020-01-19 18:56:34] '/u/DylanTheDoc' has given '/u/Overtuee' lambda!
+24275 [2020-01-19 19:01:10] There has been a new submission: 'Feedback on my most recent vid please!! I put a lot more effort into this one so I hope it payed off. Don’t be afraid to be critical!', with flair 'Video Critique'
+24275 [2020-01-19 19:04:04] There has been a new submission: 'My First Ever Youtube Tutorial!', with flair 'Video Critique'
+24275 [2020-01-19 19:04:06] /u/mjman123 had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:06:58] '/u/MusicOfBeeFef' has given '/u/Overtuee' lambda!
+24275 [2020-01-19 19:09:05] There has been a new submission: 'I just made a video. Does anyone have any constructive criticism?', with flair 'Video Critique'
+24275 [2020-01-19 19:09:06] /u/sterbenstream had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:12:19] '/u/real_fortnite_gene' has given '/u/toodumbforagoodname' lambda!
+24275 [2020-01-19 19:12:57] '/u/hpc2018' has given '/u/CL1981' lambda!
+24275 [2020-01-19 19:12:57] The OP received lambda too!
+24275 [2020-01-19 19:16:52] '/u/hpc2018' has given '/u/schecterguy' lambda!
+24275 [2020-01-19 19:19:08] There has been a new submission: 'Feedback on my video would be appreciated thanks.', with flair 'None'
+24275 [2020-01-19 19:19:08] /u/dicky_jonesskycom had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:20:53] '/u/hpc2018' has given '/u/Menix123' lambda!
+24275 [2020-01-19 19:21:15] There has been a new submission: 'Creative way to do an unboxing', with flair 'Discussion'
+24275 [2020-01-19 19:21:27] '/u/hpc2018' has given '/u/chsmntnstudios' lambda!
+24275 [2020-01-19 19:23:38] '/u/DylanTheDoc' has given '/u/Doodle-Brains' lambda!
+24275 [2020-01-19 19:24:09] There has been a new submission: 'My Channel about Screen printing!', with flair 'Channel Review'
+24275 [2020-01-19 19:24:11] /u/lowlaynsten had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:28:20] There has been a new submission: 'Hey guys, I make funny sketches and other stuff. I'd really appreciate if you check it out. Feedback and Criticism is appreciated! Cheers.', with flair 'Vlog'
+24275 [2020-01-19 19:28:21] /u/zeken1337 had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:31:44] '/u/american_noodle' has given '/u/lowlaynsten' lambda!
+24275 [2020-01-19 19:37:57] '/u/hpc2018' has given '/u/PyrdePavkki' lambda!
+24275 [2020-01-19 19:40:00] There has been a new submission: 'Doing Dumb Stuff on CS:GO', with flair 'Gaming'
+24275 [2020-01-19 19:40:01] /u/SpIeenPirate had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:41:07] '/u/american_noodle' has given '/u/mcglincheyHD' lambda!
+24275 [2020-01-19 19:43:38] There has been a new submission: 'my first lil video on the iconic sims 2!', with flair 'Gaming'
+24275 [2020-01-19 19:43:40] /u/_zhuxi_ had their submission removed for insufficient lambda.
+24275 [2020-01-19 19:46:38] There has been a new submission: '🔥Just a video of some funny moments on modern warfare!!! Feedback is very much appreciated🔥', with flair 'Gaming'
+24275 [2020-01-19 19:48:36] '/u/PlusWorth' has given '/u/TrifectaComedy' lambda!
+24275 [2020-01-19 19:51:02] '/u/PlusWorth' has given '/u/Menix123' lambda!
+24275 [2020-01-19 19:54:17] There has been a new submission: 'Fortnite Montage, Snipers, AR long shots Victory royale all backed by intense music', with flair 'Gaming'
+24275 [2020-01-19 19:54:19] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+24275 [2020-01-19 20:00:00] There has been a new submission: 'My take at a self-help video! I tried to make it unique by giving it a light nature and a lil comedy. What are your likes and dislikes about this style? ty!!!', with flair 'Video Critique'
+24410 [2020-01-19 20:02:05]
+####################
+[2020-01-19 20:02:05] RESTARTED
+####################
+
+24410 [2020-01-19 20:10:43] '/u/Dman_0605' has given '/u/TrifectaComedy' lambda!
+24410 [2020-01-19 20:10:43] The OP received lambda too!
+24410 [2020-01-19 20:11:17] '/u/Dman_0605' has given '/u/lowlaynsten' lambda!
+24410 [2020-01-19 20:15:05] There has been a new submission: 'I've been trying to improve my editing, what do you guys think? Feel free to critique anything though as everything can always be improved.', with flair 'Video Critique'
+24410 [2020-01-19 20:15:30] There has been a new submission: 'When mom tells you to pause an online game', with flair 'Vlog'
+24410 [2020-01-19 20:16:07] '/u/hpc2018' has given '/u/ScoutDawsonYT' lambda!
+24410 [2020-01-19 20:17:19] There has been a new submission: 'Thrift Resellers Video: My top 10 most profitable sales in 2019', with flair 'Video Critique'
+24410 [2020-01-19 20:17:21] /u/girlymcnerdy0919 had their submission removed for insufficient lambda.
+24410 [2020-01-19 20:22:09] There has been a new submission: 'How much money I made for almost 1 Million Views', with flair 'Discussion'
+24410 [2020-01-19 20:22:11] /u/fraudulentcloth had their submission removed for using the wrong flair.
+24410 [2020-01-19 20:24:11] '/u/FlippantFlaneur' has given '/u/lowlaynsten' lambda!
+24410 [2020-01-19 20:25:24] There has been a new submission: 'Baker's Boys - Pilot episode (A Show Idea I created for comedian Tony Baker)', with flair 'Video Critique'
+24410 [2020-01-19 20:25:25] /u/tfraser81 had their submission removed for insufficient lambda.
+24410 [2020-01-19 20:25:57] There has been a new submission: 'Make a parody songish lol, hope everyone enjoy :))', with flair 'Art'
+24410 [2020-01-19 20:26:32] There has been a new submission: 'New Screen Printing Entrepreneur! Building my shop from the ground up!', with flair 'Channel Review'
+24410 [2020-01-19 20:34:01] '/u/Menix123' has given '/u/T-mator' lambda!
+24410 [2020-01-19 20:34:01] The OP received lambda too!
+24410 [2020-01-19 20:34:18] There has been a new submission: 'Take Charge Family - The Dr Seuss Experience Vlog', with flair 'Vlog'
+24410 [2020-01-19 20:36:26] '/u/hpc2018' has given '/u/Tmoney600' lambda!
+24410 [2020-01-19 20:36:36] '/u/tremendous_man99' has given '/u/CL1981' lambda!
+24410 [2020-01-19 20:36:36] The OP received lambda too!
+24410 [2020-01-19 20:45:19] There has been a new submission: 'Most CO2 Emissions by countries', with flair 'Channel Review'
+24410 [2020-01-19 20:45:20] /u/waseemazhar1000 had their submission removed for insufficient lambda.
+24410 [2020-01-19 20:50:56] '/u/jenlie89' has given '/u/LeftyWillie' lambda!
+24410 [2020-01-19 20:53:21] There has been a new submission: 'I'm trying to get the ending right on my videos (a mix of music, very limited video effects, and something that for sure ends the video)... What do you guys thing?', with flair 'Video Critique'
+24410 [2020-01-19 20:53:23] /u/_Capricas_ had their submission removed for insufficient lambda.
+24410 [2020-01-19 20:56:19] '/u/0Dai0' has given '/u/mattchu_does_stuff' lambda!
+24410 [2020-01-19 20:56:34] There has been a new submission: '[Song Parody] Cabbage Song', with flair 'Art'
+24410 [2020-01-19 20:56:48] '/u/Rizmin' has given '/u/FlippantFlaneur' lambda!
+24410 [2020-01-19 20:56:48] The OP received lambda too!
+24410 [2020-01-19 21:00:10] '/u/MusikPalast' has given '/u/RobottoDoggo' lambda!
+24410 [2020-01-19 21:00:33] There has been a new submission: 'New video, trying to make some noise, could use some feedback (:', with flair 'None'
+24410 [2020-01-19 21:00:36] /u/Denim-boys had their submission removed for insufficient lambda.
+24410 [2020-01-19 21:02:23] There has been a new submission: 'My 1000 subscriber vid! I look back on my most popular vids, and my favorites.', with flair 'Video Critique'
+24410 [2020-01-19 21:16:46] There has been a new submission: 'Channel Feedback Please? "WHEN ADS HIT TOO CLOSE TO HOME"', with flair 'Channel Review'
+24410 [2020-01-19 21:16:47] /u/SanjaySting had their submission removed for insufficient lambda.
+24410 [2020-01-19 21:17:56] '/u/rigorouscrane56' has given '/u/T-mator' lambda!
+24410 [2020-01-19 21:17:56] The OP received lambda too!
+24410 [2020-01-19 21:21:10] There has been a new submission: 'what do u guys think of my editing skills, what could improve?', with flair 'Video Critique'
+24410 [2020-01-19 21:21:12] /u/pazerclips had their submission removed for insufficient lambda.
+24410 [2020-01-19 21:21:23] '/u/BoomerangTKO' has given '/u/T-mator' lambda!
+24410 [2020-01-19 21:21:23] The OP received lambda too!
+24410 [2020-01-19 21:23:36] '/u/LeftyWillie' has given '/u/akameniniu' lambda!
+24410 [2020-01-19 21:23:37] The OP received lambda too!
+24410 [2020-01-19 21:24:33] '/u/BoomerangTKO' has given '/u/SanjaySting' lambda!
+24410 [2020-01-19 21:29:05] '/u/tss230' has given '/u/Pumkincat' lambda!
+24410 [2020-01-19 21:35:45] '/u/hpc2018' has given '/u/daddybara' lambda!
+24410 [2020-01-19 21:35:58] There has been a new submission: 'Underwater - 16 Bit Movie Review - Albeleo', with flair 'Video Critique'
+24410 [2020-01-19 21:38:14] There has been a new submission: 'Black Friday _ Training Day!!!', with flair 'Art'
+24410 [2020-01-19 21:41:24] There has been a new submission: 'Halo Reach PC With a Controller is a Bad Idea.', with flair 'Gaming'
+24410 [2020-01-19 21:41:26] /u/zulfur_dj had their submission removed for insufficient lambda.
+24410 [2020-01-19 21:44:42] There has been a new submission: 'Utrecht city center in 4K, still triyng to improve and talk more to the camera, I triyed to do a sort of test for the editing and color side and in the future I want to add more part where I talk and try add also food typical of the city that I visit.', with flair 'Video Critique'
+24410 [2020-01-19 21:52:20] There has been a new submission: 'subscribe to my new YouTube channel.', with flair 'Gaming'
+24410 [2020-01-19 21:52:22] /u/terdman11111 had their submission removed for insufficient lambda.
+24410 [2020-01-19 21:58:31] '/u/MusikPalast' has given '/u/Hand_Sum_Man' lambda!
+24574 [2020-01-19 22:02:05]
+####################
+[2020-01-19 22:02:05] RESTARTED
+####################
+
+24574 [2020-01-19 22:09:19] There has been a new submission: 'We will be eating healthy through 2020 to get ready for holidays. Join our journey here!', with flair 'Vlog'
+24574 [2020-01-19 22:09:20] /u/Jack_Laura had their submission removed for insufficient lambda.
+24574 [2020-01-19 22:13:12] There has been a new submission: 'I made a Smash montage a few weeks ago if you could help me improve my content i'd appreciate it', with flair 'Video Critique'
+24574 [2020-01-19 22:13:14] /u/BronzeyDaBest had their submission removed for insufficient lambda.
+24574 [2020-01-19 22:17:35] '/u/YBGMightymelon' has given '/u/HarwareThrift' lambda!
+24574 [2020-01-19 22:17:36] The OP received lambda too!
+24574 [2020-01-19 22:17:47] '/u/YBGMightymelon' has given '/u/Rayzxvl' lambda!
+24574 [2020-01-19 22:23:41] There has been a new submission: 'Please check it out! Review, and see on how I can improve!', with flair 'Gaming'
+24574 [2020-01-19 22:26:05] '/u/Matigian_Media' has given '/u/alexvanguard' lambda!
+24574 [2020-01-19 22:26:05] The OP received lambda too!
+24574 [2020-01-19 22:29:15] '/u/LuisFrags' has given '/u/Flurius' lambda!
+24574 [2020-01-19 22:29:15] The OP received lambda too!
+24574 [2020-01-19 22:31:31] There has been a new submission: 'This edit was quite good', with flair 'Gaming'
+24574 [2020-01-19 22:33:24] '/u/GrowStrong1507' has given '/u/1_2_three_four_5_6' lambda!
+24574 [2020-01-19 22:33:24] The OP received lambda too!
+24574 [2020-01-19 23:09:40] There has been a new submission: 'Met this kid on a game of (video game) and he told me his channel. He makes some pretty good stuff and thought he needed some attention. Don’t tell him I sent y’all though.', with flair 'None'
+24574 [2020-01-19 23:09:41] /u/Ploops-3 had their submission removed for insufficient lambda.
+24574 [2020-01-19 23:22:26] There has been a new submission: 'How to pick a remote job? [Education]', with flair 'Video Critique'
+24574 [2020-01-19 23:22:28] /u/davidtab had their submission removed for insufficient lambda.
+24574 [2020-01-19 23:41:04] '/u/american_noodle' has given '/u/Heavy_Rain_' lambda!
+24574 [2020-01-19 23:51:59] There has been a new submission: 'What do College kids do on break?', with flair 'None'
+24574 [2020-01-19 23:52:01] /u/Maiihew had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:02:05]
+####################
+[2020-01-20 00:02:05] RESTARTED
+####################
+
+24729 [2020-01-20 00:02:55] There has been a new submission: 'MWR Multiplayer (No Commentary) Montage!', with flair 'Gaming'
+24729 [2020-01-20 00:02:56] /u/BoyTGS had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:09:05] There has been a new submission: 'I want to do a mini series about how my husband and I became a couple. The quality is getting better over the time. What do you guys think?', with flair 'Video Critique'
+24729 [2020-01-20 00:09:06] /u/unitedly_random had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:11:53] There has been a new submission: 'Draw That: Titans logo', with flair 'None'
+24729 [2020-01-20 00:11:56] /u/SAMBO7777 had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:13:42] There has been a new submission: 'My 1st beat after 6 six years', with flair 'Channel Review'
+24729 [2020-01-20 00:13:44] /u/stealzy92 had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:15:48] '/u/AlbeleoOfficial' has given '/u/usedmop' lambda!
+24729 [2020-01-20 00:15:48] The OP received lambda too!
+24729 [2020-01-20 00:22:00] There has been a new submission: 'My first 3 uploads', with flair 'None'
+24729 [2020-01-20 00:22:02] /u/Memes_MC had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:25:10] '/u/BoomerangTKO' has given '/u/Fluffyrox4' lambda!
+24729 [2020-01-20 00:26:06] '/u/BoomerangTKO' has given '/u/BronzeyDaBest' lambda!
+24729 [2020-01-20 00:26:32] There has been a new submission: 'New video! Subscribe to me :)', with flair 'Gaming'
+24729 [2020-01-20 00:26:34] /u/Urzbn1 had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:26:54] '/u/BoomerangTKO' has given '/u/Jenzenberg' lambda!
+24729 [2020-01-20 00:28:13] '/u/hpc2018' has given '/u/Fluffyrox4' lambda!
+24729 [2020-01-20 00:33:27] There has been a new submission: 'Trolling FEMALES on OMEGLE (GONE WRONG!!!) 😱😱😱', with flair 'Video Critique'
+24729 [2020-01-20 00:33:29] /u/MoCountyMadeYT had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:34:17] There has been a new submission: 'It would mean the world if you guys could just stop by and lmk what you think. ❤️', with flair 'None'
+24729 [2020-01-20 00:34:19] /u/Some-Arrival had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:35:41] There has been a new submission: 'Metal Goose Solid: The Bantam Pain (hehe bird puns)', with flair 'Gaming'
+24729 [2020-01-20 00:38:14] There has been a new submission: 'New video is up. Check it out and let me know what you think.', with flair 'Gaming'
+24729 [2020-01-20 00:38:15] /u/RASCsPlaythroughs had their submission removed for insufficient lambda.
+24729 [2020-01-20 00:52:41] There has been a new submission: 'Any advice for how to make videos like the one linked below more interesting? + any video ideas that have chaotic/crackhead energy', with flair 'Video Critique'
+24729 [2020-01-20 00:56:04] There has been a new submission: '!!!WHAT!!! I almost beat Dr DisRespect!!!', with flair 'Gaming'
+24729 [2020-01-20 00:56:06] /u/RYDOGG20 had their submission removed for insufficient lambda.
+24729 [2020-01-20 01:01:42] '/u/rigorouscrane56' has given '/u/Maiihew' lambda!
+9218 [2020-01-20 01:04:03] Updated statistics
+24729 [2020-01-20 01:04:31] '/u/rigorouscrane56' has given '/u/Fluffyrox4' lambda!
+24729 [2020-01-20 01:06:07] '/u/hpc2018' has given '/u/Matigian_Media' lambda!
+24729 [2020-01-20 01:06:45] '/u/ZiggyTheGoat' has given '/u/Overtuee' lambda!
+24729 [2020-01-20 01:06:45] The OP received lambda too!
+24729 [2020-01-20 01:12:06] '/u/ZiggyTheGoat' has given '/u/lowlaynsten' lambda!
+24729 [2020-01-20 01:21:37] There has been a new submission: 'Can I have some feed back on my video if you all want to help each other grow I’m open for takers', with flair 'Art'
+24729 [2020-01-20 01:21:40] /u/1Voice-Art had their submission removed for insufficient lambda.
+24729 [2020-01-20 01:44:58] '/u/american_noodle' has given '/u/LoeyUK' lambda!
+24729 [2020-01-20 01:47:24] There has been a new submission: 'Long Distance Improv Pizza Skit', with flair 'Collab'
+24729 [2020-01-20 01:47:26] /u/Danny_RAWner had their submission removed for using the wrong flair.
+24729 [2020-01-20 01:47:34] '/u/spicymilksauce' has given '/u/LoeyUK' lambda!
+24729 [2020-01-20 01:49:08] There has been a new submission: 'Long Distance Improv Pizza Skit', with flair 'Video Critique'
+24729 [2020-01-20 01:49:09] /u/Danny_RAWner had their submission removed for insufficient lambda.
+24729 [2020-01-20 01:50:13] '/u/ZiggyTheGoat' has given '/u/TrifectaComedy' lambda!
+24729 [2020-01-20 01:51:07] '/u/ZiggyTheGoat' has given '/u/Hand_Sum_Man' lambda!
+24729 [2020-01-20 01:51:37] There has been a new submission: 'How I walk around school Tik Tok - How I walk when I'm in school', with flair 'Video Critique'
+24729 [2020-01-20 01:51:39] /u/i_am_connie_ had their submission removed for insufficient lambda.
+24729 [2020-01-20 01:52:02] There has been a new submission: 'New to Madden or a Seasoned Player? Either way these tips will help you out, if they're helpful be sure to like and subscribe, if not, share our page to someone else who might need some help!', with flair 'Channel Review'
+24729 [2020-01-20 01:52:05] /u/dbailey55 had their submission removed for insufficient lambda.
+24729 [2020-01-20 01:52:18] '/u/ZiggyTheGoat' has given '/u/SanjaySting' lambda!
+24729 [2020-01-20 01:58:21] '/u/mattchu_does_stuff' has given '/u/LeftyWillie' lambda!
+24729 [2020-01-20 01:58:21] The OP received lambda too!
+24729 [2020-01-20 01:59:41] There has been a new submission: 'The Witcher let's play walkthrough - episode 1 - hi Guys hope you like this!', with flair 'Gaming'
+24729 [2020-01-20 01:59:41] /u/Tutsii08 had their submission removed for insufficient lambda.
+24729 [2020-01-20 02:01:05] There has been a new submission: 'I’m new to this subreddit! This is my newest dance video! Pls give me feedback guys!💯', with flair 'None'
+24729 [2020-01-20 02:01:07] /u/OF_CiRCUiTT had their submission removed for insufficient lambda.
+24882 [2020-01-20 02:02:05]
+####################
+[2020-01-20 02:02:05] RESTARTED
+####################
+
+24882 [2020-01-20 02:06:56] There has been a new submission: 'Planning to create a course for ranking videos on YouTube which does not include any of the traditional ways.', with flair 'Discussion'
+24882 [2020-01-20 02:12:15] '/u/Fluffyrox4' has given '/u/mattchu_does_stuff' lambda!
+24882 [2020-01-20 02:12:15] The OP received lambda too!
+24882 [2020-01-20 02:29:41] There has been a new submission: 'iPhone SE 2 Rumor Rundown | Not THAT Bad...', with flair 'Video Critique'
+24882 [2020-01-20 02:31:39] There has been a new submission: '20 Higest Paid MMA Fighters of all time', with flair 'None'
+24882 [2020-01-20 02:31:41] /u/mygrandmatips had their submission removed for insufficient lambda.
+24882 [2020-01-20 02:39:33] There has been a new submission: 'Procrastination. That's it, more of an old nigahiga structured video.', with flair 'Vlog'
+24882 [2020-01-20 02:45:38] There has been a new submission: 'POLICE PUBLIC SERVICE ANNOUNCEMENT', with flair 'Video Critique'
+24882 [2020-01-20 02:45:40] /u/RoboOggy had their submission removed for insufficient lambda.
+24882 [2020-01-20 03:05:36] There has been a new submission: 'FOUND BALLOON GUN, Broke Boneworks and did lazy speedrun. Please help, I am looking for great feedback.', with flair 'Video Critique'
+24882 [2020-01-20 03:05:43] There has been a new submission: '30 subs in 2 weeks! I'm so happy!', with flair 'Discussion'
+24882 [2020-01-20 03:05:44] /u/MahtyMak623 had their submission removed for using the wrong flair.
+24882 [2020-01-20 03:05:55] There has been a new submission: 'Check it out? i spent 8 hrs editing this 🙏🏻', with flair 'Gaming'
+24882 [2020-01-20 03:05:56] /u/TheMeisters had their submission removed for insufficient lambda.
+24882 [2020-01-20 03:14:27] There has been a new submission: 'Pooping In The School Urinal - Started a second channel where I'm gonna post vids of me talking and other short videos! If you are into that type of stuff check me out!', with flair 'Video Critique'
+24882 [2020-01-20 03:18:35] There has been a new submission: 'What Happens in Vegas Goes in a Vlog', with flair 'Vlog'
+24882 [2020-01-20 03:18:35] /u/aggravated_vlogger had their submission removed for insufficient lambda.
+24882 [2020-01-20 03:27:48] '/u/JasianTheAsian8YT' has given '/u/CompleteReason1' lambda!
+24882 [2020-01-20 03:27:48] The OP received lambda too!
+24882 [2020-01-20 03:31:02] There has been a new submission: '30 subs in only 2 weeks! I'm so happy! Thank you all so much!', with flair 'Vlog'
+24882 [2020-01-20 03:31:04] /u/MahtyMak623 had their submission removed for insufficient lambda.
+24882 [2020-01-20 03:36:10] There has been a new submission: 'How much MONEY I made for 1 MILLION VIEWS on Youtube (almost)', with flair 'Meta'
+24882 [2020-01-20 03:36:11] /u/fraudulentcloth had their submission removed for using the wrong flair.
+24882 [2020-01-20 03:47:44] There has been a new submission: 'For anyone wondering, here's what you might expect to earn when you first start out', with flair 'Video Critique'
+24882 [2020-01-20 03:54:56] '/u/Topherten' has given '/u/Goatsause' lambda!
+24882 [2020-01-20 03:54:56] The OP received lambda too!
+24882 [2020-01-20 03:57:22] '/u/Fluffyrox4' has given '/u/Matigian_Media' lambda!
+24882 [2020-01-20 04:00:11] There has been a new submission: 'StonePad Gaming is a new YouTube Gaming Channel revolved around Nature, Wildlife, Outdoor activities, Adventure and Exploration.. #ThinkOutside', with flair 'Gaming'
+24882 [2020-01-20 04:00:13] /u/Stone_Gamepad had their submission removed for insufficient lambda.
+25022 [2020-01-20 04:02:05]
+####################
+[2020-01-20 04:02:05] RESTARTED
+####################
+
+25022 [2020-01-20 04:07:24] '/u/Armack_is_wack' has given '/u/Jackz-Highlights' lambda!
+25022 [2020-01-20 04:07:55] '/u/Armack_is_wack' has given '/u/dzondi92' lambda!
+25022 [2020-01-20 04:08:37] '/u/Armack_is_wack' has given '/u/lowlaynsten' lambda!
+25022 [2020-01-20 04:09:30] '/u/Armack_is_wack' has given '/u/JudgeCreed' lambda!
+25022 [2020-01-20 04:10:16] '/u/Armack_is_wack' has given '/u/SanjaySting' lambda!
+25022 [2020-01-20 04:10:43] There has been a new submission: 'Top 5 Reasons to Visit Bosnia and Herzegovina in 2020 (Watch some awesome scenery and give some feedback, thanks for watching)', with flair 'Video Critique'
+25022 [2020-01-20 04:10:56] '/u/Armack_is_wack' has given '/u/usedmop' lambda!
+25022 [2020-01-20 04:12:40] '/u/Armack_is_wack' has given '/u/bloodmoon20' lambda!
+25022 [2020-01-20 04:12:53] There has been a new submission: 'New video ❤️❤️❤️❤️❤️🔥', with flair 'None'
+25022 [2020-01-20 04:12:55] /u/Fugondia had their submission removed for insufficient lambda.
+25022 [2020-01-20 04:16:23] There has been a new submission: 'Sunday Chat, essentially a rant about just doing it.', with flair 'Vlog'
+25022 [2020-01-20 04:25:48] There has been a new submission: 'How to get Netflix footage for my videos?', with flair 'Discussion'
+25022 [2020-01-20 04:26:17] '/u/fraudulentcloth' has given '/u/mattchu_does_stuff' lambda!
+25022 [2020-01-20 04:26:17] The OP received lambda too!
+25022 [2020-01-20 04:29:48] There has been a new submission: 'I Talked to NoahsNoah! A famous YouTuber with 2m subscribers! Please watch!', with flair 'Gaming'
+25022 [2020-01-20 04:30:13] There has been a new submission: 'When you think it's a routine appointment', with flair 'Video Critique'
+25022 [2020-01-20 04:30:15] /u/Darthler had their submission removed for insufficient lambda.
+25022 [2020-01-20 04:36:14] '/u/jenlie89' has given '/u/SanjaySting' lambda!
+25022 [2020-01-20 04:36:37] '/u/Matigian_Media' has given '/u/EverythingThatIWish' lambda!
+25022 [2020-01-20 04:36:37] The OP received lambda too!
+25022 [2020-01-20 04:50:15] There has been a new submission: 'Is there any feedback that you guys can give if you make similar stuff ?', with flair 'Video Critique'
+25022 [2020-01-20 04:50:17] /u/LiquidCandyy had their submission removed for insufficient lambda.
+25022 [2020-01-20 04:51:59] There has been a new submission: '[OC] Video Essay/Analysis; A deep & look at many of the common problems in Modern Comedy Films', with flair 'Video Critique'
+25022 [2020-01-20 04:52:01] /u/LetsCrashThisParadeX had their submission removed for insufficient lambda.
+25022 [2020-01-20 05:07:01] There has been a new submission: 'GTA 5 Heist Fleeca Job || Kuruma Setup || GTA 5', with flair 'Gaming'
+25022 [2020-01-20 05:07:02] /u/rayanahmed had their submission removed for insufficient lambda.
+25022 [2020-01-20 05:29:03] '/u/Matigian_Media' has given '/u/intoneds' lambda!
+25022 [2020-01-20 05:31:02] There has been a new submission: 'What's up y'all, next month will mark my first year on youtube so I wanted to get some feed back.', with flair 'Channel Review'
+25022 [2020-01-20 05:46:52] There has been a new submission: 'comments, likes and new subs are much appreciated 💜 and feedback ofc aswell', with flair 'Gaming'
+25022 [2020-01-20 05:51:01] There has been a new submission: 'I TRIED TATI BEAUTY....My latest video!', with flair 'Video Critique'
+25022 [2020-01-20 05:51:03] /u/beautybyshelbye had their submission removed for insufficient lambda.
+25022 [2020-01-20 05:57:07] '/u/MusikPalast' has given '/u/chsmntnstudios' lambda!
+25524 [2020-01-20 06:02:06]
+####################
+[2020-01-20 06:02:06] RESTARTED
+####################
+
+25524 [2020-01-20 06:03:01] '/u/MusikPalast' has given '/u/Matigian_Media' lambda!
+25524 [2020-01-20 06:06:50] '/u/Illfury' has given '/u/twitchy_Sharmander' lambda!
+25524 [2020-01-20 06:06:50] The OP received lambda too!
+25524 [2020-01-20 06:07:46] '/u/MusikPalast' has given '/u/Fluffyrox4' lambda!
+25524 [2020-01-20 06:08:48] '/u/Illfury' has given '/u/zweller842' lambda!
+25524 [2020-01-20 06:09:50] '/u/Illfury' has given '/u/intoneds' lambda!
+25524 [2020-01-20 06:21:48] '/u/Matigian_Media' has given '/u/The_Suited_Bird' lambda!
+25524 [2020-01-20 06:43:10] '/u/Illfury' has given '/u/Rayzxvl' lambda!
+25524 [2020-01-20 06:48:10] '/u/Fluffyrox4' has given '/u/Crispy-Pancakes' lambda!
+25524 [2020-01-20 06:58:59] '/u/Menix123' has given '/u/_Capricas_' lambda!
+25524 [2020-01-20 07:00:18] '/u/Menix123' has given '/u/BronzeyDaBest' lambda!
+25524 [2020-01-20 07:01:35] '/u/Menix123' has given '/u/bloodmoon20' lambda!
+25524 [2020-01-20 07:15:03] There has been a new submission: 'First Time Meme Editing Please Feedback', with flair 'Gaming'
+25524 [2020-01-20 07:15:04] /u/BeachBumTV had their submission removed for insufficient lambda.
+25524 [2020-01-20 07:50:18] There has been a new submission: 'I just passed 300 subscribers!', with flair 'Discussion'
+25882 [2020-01-20 08:02:06]
+####################
+[2020-01-20 08:02:06] RESTARTED
+####################
+
+25882 [2020-01-20 08:02:55] There has been a new submission: 'How much damage can a drum take?', with flair 'None'
+25882 [2020-01-20 08:02:57] /u/stableGenius_37 had their submission removed for insufficient lambda.
+25882 [2020-01-20 08:29:08] There has been a new submission: 'Conspiracy theories and chill?', with flair 'None'
+25882 [2020-01-20 08:29:09] /u/likelycensored had their submission removed for insufficient lambda.
+25882 [2020-01-20 08:41:25] There has been a new submission: 'Top 10 Airlines For 2020 kindly support me on this video i Made this video in two days so plz give comment on this video i will very thank full for All', with flair 'Video Critique'
+25882 [2020-01-20 08:41:27] /u/MAFIAHAMMAD had their submission removed for insufficient lambda.
+25882 [2020-01-20 08:54:41] There has been a new submission: 'So, I wanted to know, what do you think of this format, will it work? Also, other videos on channel. I would like to know what you think is good on my channel and what not so I can try to grow my channel faster. I have less than 15 subs atm.', with flair 'Channel Review'
+25882 [2020-01-20 08:54:43] /u/Kemo12Games had their submission removed for insufficient lambda.
+25882 [2020-01-20 09:27:31] There has been a new submission: 'How To Make Future Bass', with flair 'Video Critique'
+25882 [2020-01-20 09:27:32] /u/Brochillen had their submission removed for insufficient lambda.
+25882 [2020-01-20 09:32:50] There has been a new submission: 'this is a random video lol please tell me if i should do more of these', with flair 'Video Critique'
+25882 [2020-01-20 09:32:52] /u/dFu7e had their submission removed for insufficient lambda.
+26098 [2020-01-20 10:02:06]
+####################
+[2020-01-20 10:02:06] RESTARTED
+####################
+
+26098 [2020-01-20 10:03:17] There has been a new submission: 'When you spend hours on a vid and it gets 10 views. Any advice for promoting? Or any constructive criticism/advice?', with flair 'Video Critique'
+26098 [2020-01-20 10:03:19] /u/LizardJoker had their submission removed for insufficient lambda.
+26098 [2020-01-20 10:23:10] '/u/JumbleOfOddThoughts' has given '/u/Riko_07' lambda!
+26098 [2020-01-20 10:23:10] The OP received lambda too!
+26098 [2020-01-20 10:28:14] There has been a new submission: 'This video took alot of effort and time for research and animation, but I am ready for ur suggestions and constructive criticism, and also an upvote will be amazing', with flair 'Art'
+26098 [2020-01-20 10:40:56] There has been a new submission: 'This is LITERALLY the BEST I will do on this... Castlevania 3 part 2', with flair 'Gaming'
+26098 [2020-01-20 10:40:59] /u/JumbleOfOddThoughts had their submission removed for insufficient lambda.
+26098 [2020-01-20 10:53:07] There has been a new submission: 'Top 20 biggest causes of death from 1990 to 2020 (Worldwide)', with flair 'Video Critique'
+26098 [2020-01-20 10:53:08] /u/ramicamir2001 had their submission removed for insufficient lambda.
+26098 [2020-01-20 11:08:43] There has been a new submission: 'School is Trash, hey guys check out my newest vid about school.', with flair 'Discussion'
+26098 [2020-01-20 11:08:44] /u/Anger_xavy had their submission removed for using the wrong flair.
+26098 [2020-01-20 11:11:39] '/u/catfish1992' has given '/u/Nichemm' lambda!
+26098 [2020-01-20 11:11:39] The OP received lambda too!
+26098 [2020-01-20 11:12:35] There has been a new submission: 'Would like to see what you think of my channel', with flair 'Channel Review'
+26098 [2020-01-20 11:12:37] /u/PaulmUnser had their submission removed for insufficient lambda.
+26098 [2020-01-20 11:28:49] '/u/LuisFrags' has given '/u/RavenJimmy' lambda!
+26098 [2020-01-20 11:28:49] The OP received lambda too!
+26098 [2020-01-20 11:45:40] '/u/hkdanish' has given '/u/LizardJoker' lambda!
+26098 [2020-01-20 11:45:40] The OP received lambda too!
+26098 [2020-01-20 11:52:54] There has been a new submission: 'Hey! Can you check out my new video and tell me how should I improve? Thanks a lot!', with flair 'Video Critique'
+26098 [2020-01-20 11:52:56] /u/MikePVPs had their submission removed for insufficient lambda.
+26098 [2020-01-20 12:00:09] '/u/hkdanish' has given '/u/ThatGuy2u2' lambda!
+26297 [2020-01-20 12:02:05]
+####################
+[2020-01-20 12:02:05] RESTARTED
+####################
+
+26297 [2020-01-20 12:14:40] There has been a new submission: 'The Dancing On Ice Live UK Tour 2018', with flair 'Video Critique'
+26297 [2020-01-20 12:14:42] /u/CoolguyLondon had their submission removed for insufficient lambda.
+26297 [2020-01-20 12:21:01] '/u/hkdanish' has given '/u/MusicOfBeeFef' lambda!
+26297 [2020-01-20 12:29:17] There has been a new submission: 'Hey guys. How do you deal with growth of your YT channel ? My channel is growing really slow and it s quite frustrating knowing that i m working on something and nothing happend. hope i won t receive any hate :)) .. BR', with flair 'Discussion'
+26297 [2020-01-20 12:33:12] There has been a new submission: 'My first month. How was your first month?', with flair 'Discussion'
+26297 [2020-01-20 12:45:30] There has been a new submission: 'Has anyone been messaged by buzz videos about licensing?', with flair 'Discussion'
+26297 [2020-01-20 12:49:10] There has been a new submission: 'UFC 246 reaction vlog!', with flair 'Vlog'
+26297 [2020-01-20 12:49:11] /u/richheaney90 had their submission removed for insufficient lambda.
+26297 [2020-01-20 12:57:50] '/u/hkdanish' has given '/u/El_Penguino_' lambda!
+26297 [2020-01-20 13:00:58] There has been a new submission: 'My channel', with flair 'Gaming'
+26297 [2020-01-20 13:01:00] /u/Nohnemius had their submission removed for insufficient lambda.
+26297 [2020-01-20 13:17:40] '/u/hkdanish' has given '/u/mcdunco_ontheroad' lambda!
+26297 [2020-01-20 13:22:38] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+26297 [2020-01-20 13:31:17] There has been a new submission: 'I would love to have a feedback from you guys on my video & channel. Thanks in advance!', with flair 'Channel Review'
+26297 [2020-01-20 13:31:19] /u/2v1football had their submission removed for insufficient lambda.
+26297 [2020-01-20 13:43:07] '/u/spicymilksauce' has given '/u/Yokhan77' lambda!
+26433 [2020-01-20 14:02:05]
+####################
+[2020-01-20 14:02:05] RESTARTED
+####################
+
+26433 [2020-01-20 14:16:27] There has been a new submission: 'How do earn credits so I can share my channel on here? Thanks!', with flair 'Discussion'
+26433 [2020-01-20 14:32:22] '/u/hkdanish' has given '/u/SupaCoolMoM' lambda!
+26433 [2020-01-20 14:33:12] '/u/hpc2018' has given '/u/mcdunco_ontheroad' lambda!
+26433 [2020-01-20 14:36:24] '/u/hpc2018' has given '/u/SupaCoolMoM' lambda!
+26433 [2020-01-20 14:47:32] '/u/YeeMeister971' has given '/u/HotshotRaptor' lambda!
+26433 [2020-01-20 14:47:32] The OP received lambda too!
+26433 [2020-01-20 14:47:38] There has been a new submission: 'This is my cooking video i made. Hope this is entertaining lol. Any feedback is welcome!', with flair 'Video Critique'
+26433 [2020-01-20 14:47:39] /u/JaNa-Cooking had their submission removed for insufficient lambda.
+26433 [2020-01-20 15:00:30] '/u/dzondi92' has given '/u/OzzieAustralia' lambda!
+26433 [2020-01-20 15:00:30] The OP received lambda too!
+26433 [2020-01-20 15:00:44] '/u/dzondi92' has given '/u/SupaCoolMoM' lambda!
+26433 [2020-01-20 15:13:47] There has been a new submission: 'music channel for collab with gaming channel', with flair 'Gaming'
+26433 [2020-01-20 15:13:48] /u/kscircle had their submission removed for insufficient lambda.
+26433 [2020-01-20 15:17:51] There has been a new submission: 'Negativity/Positivity and Reality', with flair 'Discussion'
+26433 [2020-01-20 15:19:05] There has been a new submission: 'What do College kids do on break?', with flair 'Video Critique'
+26433 [2020-01-20 15:31:07] There has been a new submission: 'This is my last video of my FIRST month on YouTube! Feedback is needed!', with flair 'Gaming'
+26433 [2020-01-20 15:51:55] '/u/hpc2018' has given '/u/PheraWorld' lambda!
+26433 [2020-01-20 15:53:28] '/u/GokuuPlaysGames' has given '/u/Rayzxvl' lambda!
+26433 [2020-01-20 15:53:28] The OP received lambda too!
+26433 [2020-01-20 15:53:33] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+26629 [2020-01-20 16:02:06]
+####################
+[2020-01-20 16:02:06] RESTARTED
+####################
+
+26629 [2020-01-20 16:05:20] There has been a new submission: 'Had lot's of fun making this video! Tell me what you think of it.', with flair 'Gaming'
+26629 [2020-01-20 16:05:22] /u/Inferus12 had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:10:22] '/u/Menix123' has given '/u/kaosoliveira' lambda!
+26629 [2020-01-20 16:11:02] There has been a new submission: 'Just created a youtube channel with the "Making of" of the creative images, check it out and please give me some feedback... much apreciated', with flair 'Art'
+26629 [2020-01-20 16:11:04] /u/kaosoliveira had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:12:30] '/u/hkdanish' has given '/u/GokuuPlaysGames' lambda!
+26629 [2020-01-20 16:14:01] There has been a new submission: 'For people who do no commentary gameplays - Obviously no YPP', with flair 'Gaming'
+26629 [2020-01-20 16:14:10] There has been a new submission: '1 minute video, first edited video like this give me tips...', with flair 'Video Critique'
+26629 [2020-01-20 16:16:43] '/u/Maiihew' has given '/u/R_Hanna' lambda!
+26629 [2020-01-20 16:16:43] The OP received lambda too!
+26629 [2020-01-20 16:19:17] '/u/rpenguinr' has given '/u/LizardJoker' lambda!
+26629 [2020-01-20 16:19:17] The OP received lambda too!
+26629 [2020-01-20 16:20:52] There has been a new submission: 'Scum - Leaving Weird Signs And Loot Across The Map', with flair 'Gaming'
+26629 [2020-01-20 16:20:54] /u/CheatCentralCH had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:22:49] There has been a new submission: 'Were getting close to hitting 100 subs in my first 2 months!! help a brother out and drop a like and subscribe if you enjoy the video! If you're a gamer then definitely join the journey. Regular uploads, and im trying my best learning to edit on vegas and photoshop (: Enjoy!', with flair 'Gaming'
+26629 [2020-01-20 16:26:36] There has been a new submission: 'This video took me 2 weeks to make. Please take a look and tell me what you think.', with flair 'Video Critique'
+26629 [2020-01-20 16:26:56] '/u/Maiihew' has given '/u/Graydingo' lambda!
+26629 [2020-01-20 16:30:00] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 12 - Fighting Chance (Gears 5)', with flair 'Gaming'
+26629 [2020-01-20 16:30:02] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:35:48] '/u/LuisFrags' has given '/u/Reetae27' lambda!
+26629 [2020-01-20 16:42:06] There has been a new submission: 'Made a funny challenge video, trying to get to 500 subs!', with flair 'None'
+26629 [2020-01-20 16:42:08] /u/dewaayyy had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:43:58] There has been a new submission: 'Simulacra|F*** It So Much!!!| #1 (PLEASE GIVE FEEDBACK)', with flair 'Gaming'
+26629 [2020-01-20 16:47:24] '/u/Matigian_Media' has given '/u/SupaCoolMoM' lambda!
+26629 [2020-01-20 16:47:56] There has been a new submission: 'Building A $30,000 Dividend Stock Portfolio From SCRATCH in 2020', with flair 'Thumbnail Review'
+26629 [2020-01-20 16:47:57] /u/FremennikRS had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:48:49] '/u/rpenguinr' has given '/u/DarkLord152' lambda!
+26629 [2020-01-20 16:49:47] '/u/DarkLord152' has given '/u/LizardJoker' lambda!
+26629 [2020-01-20 16:49:47] The OP received lambda too!
+26629 [2020-01-20 16:51:24] '/u/BoomerangTKO' has given '/u/terencexwilliams' lambda!
+26629 [2020-01-20 16:51:48] '/u/BoomerangTKO' has given '/u/Crispy-Pancakes' lambda!
+26629 [2020-01-20 16:52:01] '/u/BoomerangTKO' has given '/u/dzondi92' lambda!
+26629 [2020-01-20 16:52:15] '/u/BoomerangTKO' has given '/u/SupaCoolMoM' lambda!
+26629 [2020-01-20 16:53:18] There has been a new submission: '[SpeedPaint] Here's To You...', with flair 'Art'
+26629 [2020-01-20 16:53:20] /u/chuheizu had their submission removed for insufficient lambda.
+26629 [2020-01-20 16:54:56] '/u/Matigian_Media' has given '/u/thecookietrain' lambda!
+26629 [2020-01-20 16:56:11] '/u/Matigian_Media' has given '/u/JumbleOfOddThoughts' lambda!
+26629 [2020-01-20 16:57:13] '/u/Matigian_Media' has given '/u/OzzieAustralia' lambda!
+26629 [2020-01-20 17:06:06] '/u/ExCreeperYT' has given '/u/Pumkincat' lambda!
+26629 [2020-01-20 17:10:24] There has been a new submission: 'I reviewed the first 11 issues of the Spider-Man comic while swinging around in Marvel's Spider-Man for the PS4', with flair 'Gaming'
+26629 [2020-01-20 17:12:06] '/u/jenlie89' has given '/u/Reetae27' lambda!
+26629 [2020-01-20 17:16:11] '/u/Tmoney600' has given '/u/Anelha' lambda!
+26629 [2020-01-20 17:16:11] The OP received lambda too!
+26629 [2020-01-20 17:29:19] '/u/Friz1983' has given '/u/Anelha' lambda!
+26629 [2020-01-20 17:29:19] The OP received lambda too!
+26629 [2020-01-20 17:33:17] '/u/dzondi92' has given '/u/Graydingo' lambda!
+26629 [2020-01-20 17:47:31] '/u/tss230' has given '/u/R_Hanna' lambda!
+26629 [2020-01-20 17:56:53] There has been a new submission: 'Our latest uploads.', with flair 'Channel Review'
+26629 [2020-01-20 17:56:54] /u/Gene_Jaquiri4l had their submission removed for insufficient lambda.
+26766 [2020-01-20 18:02:06]
+####################
+[2020-01-20 18:02:06] RESTARTED
+####################
+
+26766 [2020-01-20 18:05:32] '/u/Matigian_Media' has given '/u/Graydingo' lambda!
+26766 [2020-01-20 18:07:01] '/u/rigorouscrane56' has given '/u/Graydingo' lambda!
+26766 [2020-01-20 18:09:24] '/u/Splinter067' has given '/u/Anelha' lambda!
+26766 [2020-01-20 18:09:24] The OP received lambda too!
+26766 [2020-01-20 18:09:41] There has been a new submission: 'pissragjones - "JESTER" (PROD. SUM DUKE)', with flair 'Art'
+26766 [2020-01-20 18:09:41] /u/eggterminator had their submission removed for insufficient lambda.
+26766 [2020-01-20 18:09:53] '/u/chsmntnstudios' has given '/u/LizardJoker' lambda!
+26766 [2020-01-20 18:09:53] The OP received lambda too!
+26766 [2020-01-20 18:12:28] '/u/chsmntnstudios' has given '/u/_Calebb_' lambda!
+26766 [2020-01-20 18:13:42] '/u/chsmntnstudios' has given '/u/DarkLord152' lambda!
+26766 [2020-01-20 18:15:35] '/u/Illfury' has given '/u/Inferus12' lambda!
+26766 [2020-01-20 18:16:34] '/u/chsmntnstudios' has given '/u/jjnlove' lambda!
+26766 [2020-01-20 18:17:12] There has been a new submission: 'Mizkif Roblox Game (EggHeadMarbleRun)', with flair 'Gaming'
+26766 [2020-01-20 18:17:14] /u/cunfusedalfred had their submission removed for insufficient lambda.
+26766 [2020-01-20 18:17:43] '/u/rpenguinr' has given '/u/UndieBand1t' lambda!
+26766 [2020-01-20 18:19:56] There has been a new submission: 'Trying Asian Snacks, Yay or Nay !!! 🤤', with flair 'None'
+26766 [2020-01-20 18:19:56] /u/vinny21c had their submission removed for insufficient lambda.
+26766 [2020-01-20 18:29:45] There has been a new submission: 'My channel is small, currently doing livestream', with flair 'Gaming'
+26766 [2020-01-20 18:29:45] /u/SirOutcast had their submission removed for insufficient lambda.
+26766 [2020-01-20 18:36:18] '/u/CalluMb243' has given '/u/Inferus12' lambda!
+26766 [2020-01-20 18:36:18] The OP received lambda too!
+26766 [2020-01-20 18:37:09] There has been a new submission: 'Looking to sub to 15 people outside of my Ninche', with flair 'None'
+26766 [2020-01-20 18:37:10] /u/flclst3v3 had their submission removed for insufficient lambda.
+26766 [2020-01-20 19:00:37] There has been a new submission: 'MONDAY BLUES - HELP ME REACH 100 FOLLOWERS ❤️', with flair 'Gaming'
+26766 [2020-01-20 19:00:40] /u/Gamers_Gallery had their submission removed for insufficient lambda.
+26766 [2020-01-20 19:10:32] There has been a new submission: 'Hello! Would love your feedback on my automotive themed DIY build channel: Wik's Garage', with flair 'Video Critique'
+26766 [2020-01-20 19:11:01] There has been a new submission: 'Here's my new video! I took some feedback from last time to improve. What should I work on now? Please consider subscribing if you enjoy it!', with flair 'Gaming'
+26766 [2020-01-20 19:14:56] '/u/Menix123' has given '/u/kamilpekala' lambda!
+26766 [2020-01-20 19:19:02] There has been a new submission: 'I did a Genius type video where I talk about my lyrics in song I made as a challenge. I would appreciate to hear what you all think about it.', with flair 'Discussion'
+26766 [2020-01-20 19:19:03] /u/Pootoori had their submission removed for using the wrong flair.
+26766 [2020-01-20 19:20:32] There has been a new submission: 'For further inquires of the matter of stealing your heart, here's my card! I will be able to provide 24 hour support until your palace falls! My latest episode of my Let's Play series of PERSONA 5. Would love to hear your thoughts. Call 1-800- Constructive-criticism.', with flair 'Gaming'
+26766 [2020-01-20 19:21:14] '/u/CalluMb243' has given '/u/DarkLord152' lambda!
+26766 [2020-01-20 19:21:28] '/u/jenlie89' has given '/u/kamilpekala' lambda!
+26766 [2020-01-20 19:25:05] '/u/Reetae27' has given '/u/IAContent' lambda!
+26766 [2020-01-20 19:25:05] The OP received lambda too!
+26766 [2020-01-20 19:26:10] There has been a new submission: 'Come check out my Gaming channel! Stay a while! I'm currently doing a blind playthrough of Hollow Knight:)', with flair 'Gaming'
+26766 [2020-01-20 19:26:11] /u/froggychickenn had their submission removed for insufficient lambda.
+26766 [2020-01-20 19:31:32] There has been a new submission: '[Needs more subs so subscribe if you like my video :) Many more to come] Goku vs Vegeta - Fight and Cutscenes - Dragon Ball Z Kakarot - Saiyan Saga', with flair 'Gaming'
+26766 [2020-01-20 19:32:08] There has been a new submission: 'A while back, I made a music video for a synthpop song that a girl from Japan and I did together. Here's that video.', with flair 'Video Critique'
+26766 [2020-01-20 19:43:39] There has been a new submission: 'Portal but I break the game', with flair 'Gaming'
+26766 [2020-01-20 19:43:42] /u/cutfire had their submission removed for insufficient lambda.
+26766 [2020-01-20 19:51:34] There has been a new submission: '3-stitch ribbing pattern', with flair 'None'
+26766 [2020-01-20 19:51:36] /u/thebentknitter had their submission removed for insufficient lambda.
+26766 [2020-01-20 20:00:36] There has been a new submission: 'When is the best time of day to upload?', with flair 'Discussion'
+26766 [2020-01-20 20:01:05] '/u/mcglincheyHD' has given '/u/UndieBand1t' lambda!
+26766 [2020-01-20 20:01:05] The OP received lambda too!
+26766 [2020-01-20 20:01:27] '/u/mcglincheyHD' has given '/u/Anelha' lambda!
+26766 [2020-01-20 20:01:48] '/u/mcglincheyHD' has given '/u/_Calebb_' lambda!
+26903 [2020-01-20 20:02:06]
+####################
+[2020-01-20 20:02:06] RESTARTED
+####################
+
+26903 [2020-01-20 20:06:09] There has been a new submission: 'Geek Related YouTube', with flair 'Collab'
+26903 [2020-01-20 20:06:23] '/u/chsmntnstudios' has given '/u/Crispy-Pancakes' lambda!
+26903 [2020-01-20 20:07:36] '/u/chsmntnstudios' has given '/u/dewaayyy' lambda!
+26903 [2020-01-20 20:08:37] '/u/chsmntnstudios' has given '/u/rick_vallee' lambda!
+26903 [2020-01-20 20:13:04] '/u/MagicWolfPlayz' has given '/u/Dubaderp' lambda!
+26903 [2020-01-20 20:13:04] The OP received lambda too!
+26903 [2020-01-20 20:14:39] There has been a new submission: 'Hope there's some OSRS fans here :D Really think you'll enjoy this series!! :)', with flair 'Gaming'
+26903 [2020-01-20 20:14:49] There has been a new submission: 'I play Minecraft Naked, any feedback is welcome!', with flair 'None'
+26903 [2020-01-20 20:15:09] '/u/MagicWolfPlayz' has given '/u/ShaheerIsHere' lambda!
+26903 [2020-01-20 20:15:09] The OP received lambda too!
+26903 [2020-01-20 20:17:38] There has been a new submission: 'Is it still possible to gain popularity as a gaming channel?', with flair 'Discussion'
+26903 [2020-01-20 20:19:13] '/u/Friz1983' has given '/u/kamilpekala' lambda!
+26903 [2020-01-20 20:33:18] There has been a new submission: 'Hank and Lion-Hey Gurl', with flair 'Art'
+26903 [2020-01-20 20:33:20] /u/unclet32 had their submission removed for insufficient lambda.
+26903 [2020-01-20 20:36:22] There has been a new submission: 'Handheld Nintendo Switch-box PvP rage', with flair 'None'
+26903 [2020-01-20 20:36:23] /u/Jack-34 had their submission removed for insufficient lambda.
+26903 [2020-01-20 20:39:46] There has been a new submission: 'This video took me a lot of time and effort to match every single word with pictures. Take a look and let me know if you liked it', with flair 'Video Critique'
+26903 [2020-01-20 20:39:47] /u/thezuandli had their submission removed for insufficient lambda.
+26903 [2020-01-20 20:41:56] There has been a new submission: 'Lazgangy on YouTube', with flair 'Channel Review'
+26903 [2020-01-20 20:41:58] /u/lazgangy had their submission removed for insufficient lambda.
+26903 [2020-01-20 20:44:12] There has been a new submission: 'Here is a music video i filmed and edited for a punk/rock band called sundown superhero', with flair 'Video Critique'
+26903 [2020-01-20 20:44:14] /u/airsupply110 had their submission removed for insufficient lambda.
+26903 [2020-01-20 20:47:40] There has been a new submission: 'If you like smash content, specifically funny moments and other random stuff check out this video! Also please leave feedback anything helps to improve!', with flair 'Gaming'
+26903 [2020-01-20 20:47:42] /u/Gar445045 had their submission removed for insufficient lambda.
+26903 [2020-01-20 21:02:18] There has been a new submission: 'Would you like to see more of this type of content? Advice welcome! (Please excuse the audio, I’m working on getting a mic)', with flair 'Video Critique'
+26903 [2020-01-20 21:13:47] There has been a new submission: 'Let me know what you think of my new video!', with flair 'Gaming'
+26903 [2020-01-20 21:21:54] '/u/chsmntnstudios' has given '/u/LoeyUK' lambda!
+26903 [2020-01-20 21:22:55] '/u/chsmntnstudios' has given '/u/SimplyKnE' lambda!
+26903 [2020-01-20 21:23:48] '/u/chsmntnstudios' has given '/u/WarnedTubeG' lambda!
+26903 [2020-01-20 21:29:48] '/u/Maiihew' has given '/u/damgerxmen' lambda!
+26903 [2020-01-20 21:31:47] There has been a new submission: 'I like drawing and art stuff so I decided to make a Rick and Morty wrap/vinyl in NFS HEAT. Lmk if you like it and any other feedback is nice, this is not my idea and I also used a reference from real life car wrap', with flair 'Gaming'
+26903 [2020-01-20 21:34:16] There has been a new submission: 'RAINBOW SIX SIEGE IS CRINGE BRO', with flair 'Gaming'
+26903 [2020-01-20 21:34:18] /u/ToastTV_ had their submission removed for insufficient lambda.
+26903 [2020-01-20 21:37:50] There has been a new submission: 'I have uploaded a new montage on my channel. Getting to my goal of 200 subs slowly but surely; any feedback would be amazing ☺️', with flair 'Gaming'
+26903 [2020-01-20 21:37:51] /u/MinstrellYT had their submission removed for insufficient lambda.
+26903 [2020-01-20 21:38:19] There has been a new submission: 'Star Wars: The Force Unleashed Is Fallen Orders Edgy Older Brother | Loey "Reviews"', with flair 'None'
+26903 [2020-01-20 21:38:30] There has been a new submission: 'I uploaded my first console gaming video, I’m hoping the series does good. Please give a bit of feedback. (And yes i know the game audios a bit loud i fixed that in the second episode)', with flair 'Gaming'
+26903 [2020-01-20 21:38:31] /u/WarnedTubeG had their submission removed for insufficient lambda.
+26903 [2020-01-20 21:44:41] There has been a new submission: 'Having so issues with framerate (I use Davinchi Resolve 16) other than that I hope you like it', with flair 'Gaming'
+26903 [2020-01-20 21:47:04] '/u/JasianTheAsian8YT' has given '/u/Reetae27' lambda!
+26903 [2020-01-20 21:47:13] '/u/JasianTheAsian8YT' has given '/u/intoneds' lambda!
+26903 [2020-01-20 21:49:29] '/u/ohheysarahjay' has given '/u/MonishCorona' lambda!
+26903 [2020-01-20 21:49:29] The OP received lambda too!
+26903 [2020-01-20 21:52:04] There has been a new submission: 'Please watch this video and if you enjoy it click on my channel and sub I’m trying to build a nice community of gamers who will support my content', with flair 'None'
+26903 [2020-01-20 21:52:06] /u/Dylan-Nevin had their submission removed for insufficient lambda.
+26903 [2020-01-20 21:53:00] There has been a new submission: 'Old Animal Content, the second video on my channel! I'd love to hear the communities thoughts.', with flair 'Video Critique'
+26903 [2020-01-20 22:01:30] There has been a new submission: 'AR glasses are the future! Or are they.... would appreciate the criticism :)', with flair 'Video Critique'
+27145 [2020-01-20 22:02:06]
+####################
+[2020-01-20 22:02:06] RESTARTED
+####################
+
+27145 [2020-01-20 22:02:57] There has been a new submission: 'I made a Piano & Vocal cover of “I Won't Say I'm In Love” from Hercules and I Would love some feedback!', with flair 'Video Critique'
+27145 [2020-01-20 22:03:23] There has been a new submission: 'This is my first edited meme video which isn't really much but I just wanted to know your thoughts on it? If I could improve in some aspects?', with flair 'Discussion'
+27145 [2020-01-20 22:03:25] /u/SHAWKLAN27 had their submission removed for using the wrong flair.
+27145 [2020-01-20 22:06:01] There has been a new submission: 'Arma 3 Round 2 | Suns Out Guns Out | LifeAsRichter', with flair 'Gaming'
+27145 [2020-01-20 22:06:02] /u/Lifeasrichter had their submission removed for insufficient lambda.
+27145 [2020-01-20 22:07:42] There has been a new submission: 'GOD TIER STARTER |Pokemon white Randomized Nuzloke EP 1', with flair 'Gaming'
+27145 [2020-01-20 22:07:43] /u/crazyhatter56 had their submission removed for insufficient lambda.
+27145 [2020-01-20 22:11:31] There has been a new submission: 'Starting a new art segment on my channel where I post a weekly video of short projects I do using procreate! Here's my first one where I draw the legendary batman!', with flair 'Art'
+27145 [2020-01-20 22:11:33] /u/N-I-M-W had their submission removed for insufficient lambda.
+27145 [2020-01-20 22:12:51] There has been a new submission: 'My Minecraft video is in the tenth spot down if you search mincraft on YouTube. And ideas on how to bring it up. I have tube buddy!', with flair 'Discussion'
+27145 [2020-01-20 22:17:23] '/u/hpc2018' has given '/u/Rojn8r' lambda!
+27145 [2020-01-20 22:19:58] There has been a new submission: 'Don't Post Much but want to IMPROVE my videos! Let me know what you think!', with flair 'Video Critique'
+27145 [2020-01-20 22:33:31] '/u/SBC-Golf' has given '/u/RantsWithRogers' lambda!
+27145 [2020-01-20 22:34:56] '/u/Fluffyrox4' has given '/u/mcglincheyHD' lambda!
+27145 [2020-01-20 22:35:08] '/u/Fluffyrox4' has given '/u/kaosoliveira' lambda!
+27145 [2020-01-20 22:35:27] '/u/Fluffyrox4' has given '/u/SupaCoolMoM' lambda!
+27145 [2020-01-20 22:35:56] '/u/TucoSalomanca' has given '/u/Geoffroditis' lambda!
+27145 [2020-01-20 22:35:56] The OP received lambda too!
+27145 [2020-01-20 22:36:18] '/u/Fluffyrox4' has given '/u/BeachBumTV' lambda!
+27145 [2020-01-20 22:36:45] There has been a new submission: 'A vlog in Slovakian High Tatra mountains from a sunrise timelapse adventure. Sharing some useful tips along the way on how to take advantage of winter season for taking photos and how to edit snowy landscapes. Is the video entertaining/educative?', with flair 'Video Critique'
+27145 [2020-01-20 22:37:15] '/u/Fluffyrox4' has given '/u/stableGenius_37' lambda!
+27145 [2020-01-20 22:38:00] There has been a new submission: 'My first time!', with flair 'Discussion'
+27145 [2020-01-20 22:39:34] There has been a new submission: 'How can I grow my audience', with flair 'Discussion'
+27145 [2020-01-20 22:41:04] '/u/Reetae27' has given '/u/Rojn8r' lambda!
+27145 [2020-01-20 22:48:29] There has been a new submission: 'Super Mario Bros. 3 Is An EASY GAME (Part 3)', with flair 'Gaming'
+27145 [2020-01-20 22:51:53] There has been a new submission: 'Any interested in creating a YT community', with flair 'Discussion'
+27145 [2020-01-20 22:57:53] There has been a new submission: 'The Legend of Zelda: Ocarina of Time - FINALE - Headshot!', with flair 'Gaming'
+27145 [2020-01-20 22:57:54] /u/KhemicalDuck had their submission removed for insufficient lambda.
+27145 [2020-01-20 22:59:59] There has been a new submission: 'I’m wondering what’s your workflow for creating YT videos. Any automations, tricks, methods, app tips will be super appreciated.', with flair 'None'
+27145 [2020-01-20 22:59:59] /u/iTomasS had their submission removed for insufficient lambda.
+27145 [2020-01-20 23:04:29] '/u/intoneds' has given '/u/YTBravo' lambda!
+27145 [2020-01-20 23:04:29] The OP received lambda too!
+27145 [2020-01-20 23:04:55] '/u/intoneds' has given '/u/Yokhan77' lambda!
+27145 [2020-01-20 23:05:50] '/u/intoneds' has given '/u/CalluMb243' lambda!
+27145 [2020-01-20 23:13:06] There has been a new submission: 'Hilarious Bush Tucker Trail! (Vomit Warning)', with flair 'Vlog'
+27145 [2020-01-20 23:13:08] /u/TheMightyPieman had their submission removed for insufficient lambda.
+27145 [2020-01-20 23:16:58] '/u/_neenaw' has given '/u/lucidlevel' lambda!
+27145 [2020-01-20 23:22:52] '/u/MusikPalast' has given '/u/Yokhan77' lambda!
+27145 [2020-01-20 23:24:55] There has been a new submission: 'WHEN GAMERS TRY TO FREESTYLE', with flair 'Video Critique'
+27145 [2020-01-20 23:25:32] '/u/MonishCorona' has given '/u/Geoffroditis' lambda!
+27145 [2020-01-20 23:25:32] The OP received lambda too!
+27145 [2020-01-20 23:26:18] '/u/MonishCorona' has given '/u/TheMightyPieman' lambda!
+27145 [2020-01-20 23:32:50] There has been a new submission: 'Yea, I used a 2014 editing style, but how do you guys think I did? I’ll take any critique or tips!', with flair 'Video Critique'
+27145 [2020-01-20 23:38:00] There has been a new submission: 'Ghetto History Teacher: How America Got Its Name', with flair 'Video Critique'
+27145 [2020-01-20 23:38:01] /u/TheThrashCity had their submission removed for insufficient lambda.
+27145 [2020-01-20 23:41:29] '/u/LoeyUK' has given '/u/Crispy-Pancakes' lambda!
+27145 [2020-01-20 23:41:29] The OP received lambda too!
+27145 [2020-01-20 23:44:41] There has been a new submission: 'I decided to get back on YouTube, hoping all my hard work and sacrifices will be worth it!', with flair 'Collab'
+27145 [2020-01-20 23:44:43] /u/mdranofficial had their submission removed for using the wrong flair.
+27145 [2020-01-20 23:46:26] There has been a new submission: 'Rainbow Six Siege is NOT safe for special needs kids', with flair 'Video Critique'
+27145 [2020-01-20 23:46:27] /u/RoyalBaguette had their submission removed for insufficient lambda.
+27145 [2020-01-20 23:52:17] There has been a new submission: 'If you like what you see on my channel, subscribe! Just wanted to try this out.', with flair 'None'
+27145 [2020-01-20 23:52:20] /u/waltyoutube had their submission removed for insufficient lambda.
+27145 [2020-01-20 23:56:22] There has been a new submission: 'Video took me 3 days of grinding to make. Changing up the style of my channel a little bit and I'm really interested to hear what anyone who enjoys gaming content thinks of it. Harsh Critiques are welcomed and wanted!', with flair 'Video Critique'
+27145 [2020-01-20 23:56:23] /u/RoyalBaguette had their submission removed for insufficient lambda.
+27287 [2020-01-21 00:02:06]
+####################
+[2020-01-21 00:02:06] RESTARTED
+####################
+
+27287 [2020-01-21 00:06:08] '/u/TheAlaskanJew' has given '/u/emperor-jimmy' lambda!
+27287 [2020-01-21 00:06:08] The OP received lambda too!
+27287 [2020-01-21 00:26:27] '/u/Reetae27' has given '/u/Jimminycrickets411' lambda!
+27287 [2020-01-21 00:27:05] There has been a new submission: 'Hey!', with flair 'Discussion'
+27287 [2020-01-21 00:28:57] '/u/kabagonnaplay' has given '/u/Rojn8r' lambda!
+27287 [2020-01-21 00:28:57] The OP received lambda too!
+27287 [2020-01-21 00:29:44] '/u/svdpc' has given '/u/paranoidmelon' lambda!
+27287 [2020-01-21 00:29:44] The OP received lambda too!
+27287 [2020-01-21 00:29:54] '/u/ShaheerIsHere' has given '/u/filterjohny-68' lambda!
+27287 [2020-01-21 00:29:54] The OP received lambda too!
+27287 [2020-01-21 00:31:02] '/u/ShaheerIsHere' has given '/u/Geoffroditis' lambda!
+27287 [2020-01-21 00:37:46] There has been a new submission: 'So Far Best Video in My Channel : Time Management Tips', with flair 'Channel Review'
+27287 [2020-01-21 00:37:47] /u/gihan0325 had their submission removed for insufficient lambda.
+27287 [2020-01-21 00:41:54] There has been a new submission: 'Is THIS Killing My Channel? (methods for gaining views and subs)', with flair 'Discussion'
+27287 [2020-01-21 00:53:02] There has been a new submission: 'Hey just started doing YoutTube a couple of days ago and want some feedback.', with flair 'Channel Review'
+27287 [2020-01-21 00:53:04] /u/NotJoshHo had their submission removed for insufficient lambda.
+27287 [2020-01-21 00:56:03] There has been a new submission: 'Hey guys I just made a new video about washing my car for the first time and really need some feed back!', with flair 'Video Critique'
+27287 [2020-01-21 00:59:03] There has been a new submission: 'Godzilla - [Clean] - Eminem(ft. Juice WRLD)', with flair 'Channel Review'
+27287 [2020-01-21 00:59:04] /u/SuperEggBread had their submission removed for insufficient lambda.
+9218 [2020-01-21 01:04:18] Updated statistics
+27287 [2020-01-21 01:13:12] There has been a new submission: 'Hi I'm a small YouTuber that creates vlogs and reviews on electric skateboards feel free to check it out and tell me what I can do better', with flair 'Channel Review'
+27287 [2020-01-21 01:13:14] /u/Dragonblue2085 had their submission removed for insufficient lambda.
+27287 [2020-01-21 01:17:42] There has been a new submission: 'Unknown Giant Unidentified Strange creatures of barbados Mysterious Creatures short documentary', with flair 'Discussion'
+27287 [2020-01-21 01:17:43] /u/airsupply110 had their submission removed for using the wrong flair.
+27287 [2020-01-21 01:34:52] There has been a new submission: 'I NEED 23 MORE SUBS TO GET 1,000', with flair 'None'
+27287 [2020-01-21 01:34:53] /u/newsnowamericatv had their submission removed for insufficient lambda.
+27287 [2020-01-21 01:57:50] There has been a new submission: 'Would love to get you thoughts on my first video ( if you got extra time check the other 2 videos ) thanks :)', with flair 'Video Critique'
+27287 [2020-01-21 01:57:51] /u/GhostEgg0 had their submission removed for insufficient lambda.
+27424 [2020-01-21 02:02:06]
+####################
+[2020-01-21 02:02:06] RESTARTED
+####################
+
+27424 [2020-01-21 02:03:38] There has been a new submission: 'Songwriting competition! Songwriting contest! Win $100! Free to Enter! Watch the video for details.', with flair 'Discussion'
+27424 [2020-01-21 02:03:40] /u/mylesrev1 had their submission removed for using the wrong flair.
+27424 [2020-01-21 02:06:43] There has been a new submission: 'So i have a gaming/skit channel. y’all should check it out', with flair 'Channel Review'
+27424 [2020-01-21 02:06:44] /u/Tretyn had their submission removed for insufficient lambda.
+27424 [2020-01-21 02:09:18] There has been a new submission: 'So I know I was telling you guys this awhile ago but I ended up trying out another game other than Rocket League. What do you think?', with flair 'Video Critique'
+27424 [2020-01-21 02:42:28] There has been a new submission: 'Hey guys, my friend who is dealing with anxiety is trying to cope via YT, if you guys could check her out and give feedback on what to do next that would be great!', with flair 'Channel Review'
+27424 [2020-01-21 02:42:30] /u/Muhammedeatbread had their submission removed for insufficient lambda.
+27424 [2020-01-21 02:47:13] There has been a new submission: 'New', with flair 'Discussion'
+27424 [2020-01-21 02:55:44] '/u/Maiihew' has given '/u/kamilpekala' lambda!
+27424 [2020-01-21 03:02:23] There has been a new submission: 'Sad Craft 3', with flair 'None'
+27424 [2020-01-21 03:02:25] /u/PioneerSquad had their submission removed for insufficient lambda.
+27424 [2020-01-21 03:08:33] There has been a new submission: '🔥EP 1 Small Youtubers WATCH this Now!-How to get your first 100 REAL sub...', with flair 'Discussion'
+27424 [2020-01-21 03:08:34] /u/beingreal_g had their submission removed for using the wrong flair.
+27424 [2020-01-21 03:09:56] There has been a new submission: 'I like doing these challenge/comedy type videos, but I haven’t got the exposure I’d like. Anyone else feel like they have good content but just can’t get the exposure?? Anyways, any criticism, other video ideas, or tips on growing are more than welcome! Thanks!', with flair 'Video Critique'
+27424 [2020-01-21 03:09:57] /u/dewaayyy had their submission removed for insufficient lambda.
+27424 [2020-01-21 03:24:16] There has been a new submission: 'The Omegle wizard of 2020', with flair 'Art'
+27424 [2020-01-21 03:24:18] /u/Mambatony had their submission removed for insufficient lambda.
+27424 [2020-01-21 03:33:27] There has been a new submission: 'Made a video on the game Ancestors hope you like give some feedback if u want. :)', with flair 'Gaming'
+27424 [2020-01-21 03:36:42] There has been a new submission: 'OH, That's where MJ has been..', with flair 'Video Critique'
+27424 [2020-01-21 03:36:43] /u/YeeMeister971 had their submission removed for insufficient lambda.
+27424 [2020-01-21 03:43:34] '/u/TucoSalomanca' has given '/u/MafiasFinestTV' lambda!
+27564 [2020-01-21 04:02:06]
+####################
+[2020-01-21 04:02:06] RESTARTED
+####################
+
+27564 [2020-01-21 04:12:13] There has been a new submission: 'Watch how I drew this Macaw!', with flair 'Channel Review'
+27564 [2020-01-21 04:12:16] /u/77Roger7 had their submission removed for insufficient lambda.
+27564 [2020-01-21 04:21:42] '/u/kamilpekala' has given '/u/MafiasFinestTV' lambda!
+27564 [2020-01-21 04:21:42] The OP received lambda too!
+27564 [2020-01-21 04:30:39] There has been a new submission: 'First video that we recorded over skype, we wanted to make fun of the algorithm so thats the inspiration of this thumbnail. Still the same podcasty feel as we play smash bros and this time we put in our own music in the background. Would love feedback for the vid and will give lambda to all feedback', with flair 'Video Critique'
+27564 [2020-01-21 04:33:23] There has been a new submission: '"Gone" a short film by Santi Acosta', with flair 'Video Critique'
+27564 [2020-01-21 04:33:25] /u/saatus had their submission removed for insufficient lambda.
+27564 [2020-01-21 04:39:34] '/u/chsmntnstudios' has given '/u/mikeaigars' lambda!
+27564 [2020-01-21 04:39:41] There has been a new submission: 'Giving away 1,000 chicken nuggets, Mr. Beast Style!', with flair 'Video Critique'
+27564 [2020-01-21 04:39:42] /u/ArcticKoopaYT had their submission removed for insufficient lambda.
+27564 [2020-01-21 04:43:29] '/u/jenlie89' has given '/u/Rojn8r' lambda!
+27564 [2020-01-21 04:48:06] '/u/LegoAllTheThings' has given '/u/Ausdxgames' lambda!
+27564 [2020-01-21 04:50:15] There has been a new submission: 'We bought 1000 chicken nuggets and gave them away', with flair 'Video Critique'
+27564 [2020-01-21 04:50:17] /u/SorestMercury had their submission removed for insufficient lambda.
+27564 [2020-01-21 04:58:06] There has been a new submission: 'Hello everyone! Have you wondered what $10 can get you in Kenya? Well, I've got just the vlog for you all, Kongowea Market,Mombasa is where we are going for the experience so please join me and enjoy!', with flair 'Vlog'
+27564 [2020-01-21 05:03:00] '/u/chsmntnstudios' has given '/u/Evalad' lambda!
+27564 [2020-01-21 05:03:42] '/u/TucoSalomanca' has given '/u/Evalad' lambda!
+27564 [2020-01-21 05:05:22] '/u/TheGameChatYT' has given '/u/Evalad' lambda!
+27564 [2020-01-21 05:05:22] The OP received lambda too!
+27564 [2020-01-21 05:08:41] There has been a new submission: 'I did this as part of a video thing for a bigger art channel but didn’t win. Let me know what you think!', with flair 'Video Critique'
+27564 [2020-01-21 05:10:14] There has been a new submission: 'DIRT BIKE DIARIES Ep. 08 | Helicopter Airlift and Face-plant Fred | Ocotillo Wells', with flair 'Channel Review'
+27564 [2020-01-21 05:10:16] /u/Anthony_Alldread had their submission removed for insufficient lambda.
+27564 [2020-01-21 05:17:28] '/u/TucoSalomanca' has given '/u/Crispy-Pancakes' lambda!
+27564 [2020-01-21 05:20:36] There has been a new submission: 'Ladies/Gents... Just looking for some feedback', with flair 'Channel Review'
+27564 [2020-01-21 05:20:38] /u/ImSoPhilly929 had their submission removed for insufficient lambda.
+27564 [2020-01-21 05:22:54] There has been a new submission: 'Youtube, thank you for introducing me to so many peole', with flair 'None'
+27564 [2020-01-21 05:22:56] /u/nickpixeltv had their submission removed for insufficient lambda.
+27564 [2020-01-21 05:26:06] '/u/_Calebb_' has given '/u/Evalad' lambda!
+27564 [2020-01-21 05:26:06] The OP received lambda too!
+27564 [2020-01-21 05:27:38] '/u/_Calebb_' has given '/u/Dubaderp' lambda!
+27564 [2020-01-21 05:34:40] There has been a new submission: 'how do commentary channels find videos to react to/ talk about?', with flair 'Discussion'
+27564 [2020-01-21 05:36:48] There has been a new submission: 'My Band Channel', with flair 'Channel Review'
+27564 [2020-01-21 05:36:49] /u/ChewyLemon57 had their submission removed for insufficient lambda.
+27564 [2020-01-21 05:40:35] '/u/Geoffroditis' has given '/u/ActivexGen' lambda!
+27564 [2020-01-21 05:40:36] The OP received lambda too!
+27564 [2020-01-21 05:41:57] There has been a new submission: 'PAIN | Rainbow Six Siege Fragmovie| Xim Apex', with flair 'Gaming'
+27564 [2020-01-21 05:41:59] /u/cavsbrownsR6 had their submission removed for insufficient lambda.
+27564 [2020-01-21 05:57:34] There has been a new submission: 'I just barely hit 100 subscribers and I am beyond hyped. 100% legit and no sub for sub. I’m asking people into comedic gaming to watch this & subscribe if you’re into it! Thanks a lot', with flair 'Gaming'
+27564 [2020-01-21 05:57:35] /u/OtownSoupreme had their submission removed for insufficient lambda.
+27564 [2020-01-21 05:58:23] There has been a new submission: 'Trying to just gain views and subscribers. I’m 14 upload every day and make funny videos and skits. Would really appreciate if you check them out.', with flair 'None'
+27564 [2020-01-21 05:58:24] /u/BeckerBoyYT had their submission removed for insufficient lambda.
+27699 [2020-01-21 06:02:07]
+####################
+[2020-01-21 06:02:07] RESTARTED
+####################
+
+27699 [2020-01-21 06:29:29] There has been a new submission: 'I am a small gaming youtuber looking to grow and build up a strong community:)', with flair 'Gaming'
+27699 [2020-01-21 06:29:30] /u/zenoczx had their submission removed for insufficient lambda.
+27699 [2020-01-21 06:37:56] '/u/Evalad' has given '/u/ISWGuitar' lambda!
+27699 [2020-01-21 06:37:56] The OP received lambda too!
+27699 [2020-01-21 06:39:35] '/u/ArticWolf12' has given '/u/MafiasFinestTV' lambda!
+27699 [2020-01-21 06:39:35] The OP received lambda too!
+27699 [2020-01-21 06:39:39] There has been a new submission: 'I Am A Small Gaming YouTuber Looking To Grow And Build A Strong Community:)', with flair 'Channel Review'
+27699 [2020-01-21 06:39:39] /u/zenoczx had their submission removed for insufficient lambda.
+27699 [2020-01-21 06:40:24] '/u/Friz1983' has given '/u/Rojn8r' lambda!
+27699 [2020-01-21 06:50:17] There has been a new submission: 'What lighting do you use?', with flair 'None'
+27699 [2020-01-21 06:50:19] /u/Brockabilly had their submission removed for insufficient lambda.
+27699 [2020-01-21 06:54:39] There has been a new submission: 'A HUGE YouTuber showed my channel some love by doing a COLLAB with me. Even if the channel doesn't grow, it was great working with one of my favourite fellow creators!', with flair 'Collab'
+27699 [2020-01-21 06:54:41] /u/stavrospilatis had their submission removed for using the wrong flair.
+27699 [2020-01-21 07:01:15] There has been a new submission: 'When you plant a seed, most of the growing is underground and unseen. But as you continue to water it, it will eventually sprout to where you can see the growth.', with flair 'Discussion'
+27699 [2020-01-21 07:04:05] There has been a new submission: 'https://youtu.be/Ul8_8EvetQc', with flair 'Vlog'
+27699 [2020-01-21 07:04:07] /u/huynhdvq had their submission removed for insufficient lambda.
+27699 [2020-01-21 07:14:51] There has been a new submission: '[Channel Review] I have 365 subscribers, one for every day of the year! All my videos are a minute long, see a few and lets pump this year up to a decade', with flair 'None'
+27699 [2020-01-21 07:27:03] There has been a new submission: 'Been trying to stick to one video a week and more subs would give me that motivation!', with flair 'Gaming'
+28146 [2020-01-21 08:02:06]
+####################
+[2020-01-21 08:02:06] RESTARTED
+####################
+
+28146 [2020-01-21 08:03:00] '/u/Bebby_Tuna' has given '/u/ActivexGen' lambda!
+28146 [2020-01-21 08:03:00] The OP received lambda too!
+28146 [2020-01-21 08:03:29] There has been a new submission: 'Rain sounds for sleeping', with flair 'Video Critique'
+28146 [2020-01-21 08:03:31] /u/maxdedenver had their submission removed for insufficient lambda.
+28146 [2020-01-21 08:20:02] There has been a new submission: 'Check my new video out gta online heist prep ❤️', with flair 'Gaming'
+28146 [2020-01-21 08:20:04] /u/RioletTv had their submission removed for insufficient lambda.
+28146 [2020-01-21 08:20:16] '/u/DarkLord152' has given '/u/mcglincheyHD' lambda!
+28146 [2020-01-21 08:20:27] '/u/DarkLord152' has given '/u/Inferus12' lambda!
+28146 [2020-01-21 08:32:38] There has been a new submission: 'More viewers, but the same amount of subs', with flair 'Discussion'
+28146 [2020-01-21 08:37:44] '/u/DadaskiDiaries' has given '/u/Burkeds' lambda!
+28146 [2020-01-21 08:37:44] The OP received lambda too!
+28146 [2020-01-21 08:49:43] There has been a new submission: 'Let me introduce myself :)', with flair 'Channel Review'
+28146 [2020-01-21 08:49:43] /u/KurikoMitsuki had their submission removed for insufficient lambda.
+28146 [2020-01-21 08:56:44] There has been a new submission: 'I just hit 500 SUBSCRIBERS!!!', with flair 'Channel Review'
+28146 [2020-01-21 08:56:45] /u/doexo had their submission removed for insufficient lambda.
+28146 [2020-01-21 09:12:10] '/u/Friendly_Magician_9x' has given '/u/FamilyOnStandby' lambda!
+28146 [2020-01-21 09:15:19] There has been a new submission: 'I just hit 500 SUBSCRIBERS!!!', with flair 'Discussion'
+28146 [2020-01-21 09:15:51] '/u/fansopp' has given '/u/doexo' lambda!
+28146 [2020-01-21 09:15:51] The OP received lambda too!
+28281 [2020-01-21 10:02:07]
+####################
+[2020-01-21 10:02:07] RESTARTED
+####################
+
+28281 [2020-01-21 10:07:36] '/u/richheaney90' has given '/u/mattbangswood' lambda!
+28281 [2020-01-21 10:07:36] The OP received lambda too!
+28281 [2020-01-21 10:07:39] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+28281 [2020-01-21 10:28:20] There has been a new submission: 'Hi there, I'm Shaun, an aspiring content creator who has vlog channel. I also talk about food and coffee a lot, and here's my latest vlog. Feel free to subscribe, but I'm mainly here to gain helpful feedback about my content. Thanks for watching everyone. 😃 Happy creating.', with flair 'Channel Review'
+28281 [2020-01-21 10:31:14] '/u/KingOberon13' has given '/u/iamtinos' lambda!
+28281 [2020-01-21 10:36:02] There has been a new submission: 'Thank you all for watching, got to 50 subs :)', with flair 'Discussion'
+28281 [2020-01-21 10:38:35] '/u/Bebby_Tuna' has given '/u/pyvozaur' lambda!
+28281 [2020-01-21 10:54:07] There has been a new submission: 'My Channel', with flair 'Channel Review'
+28281 [2020-01-21 10:54:09] /u/KarbonCow1 had their submission removed for insufficient lambda.
+28281 [2020-01-21 10:58:39] There has been a new submission: 'This is my latest post. I did a ”Genius” type video about a song I recorded as a challenge some time ago. I’d like to hear what you think about it. I hope you like it.', with flair 'Video Critique'
+28281 [2020-01-21 11:36:08] There has been a new submission: '5 Best cryptos for invest in 2020 [Latest Details]', with flair 'Discussion'
+28281 [2020-01-21 11:36:09] /u/Eezyworldupdates had their submission removed for using the wrong flair.
+28281 [2020-01-21 11:36:14] There has been a new submission: 'PLEASE HELP ME OUT!! i made this ironic sketch and could use feedback on the jokes and thumbnail', with flair 'Thumbnail Review'
+28281 [2020-01-21 11:50:02] '/u/timbo_t' has given '/u/notactuallyspork' lambda!
+28281 [2020-01-21 11:50:02] The OP received lambda too!
+28417 [2020-01-21 12:02:07]
+####################
+[2020-01-21 12:02:07] RESTARTED
+####################
+
+28417 [2020-01-21 12:25:01] There has been a new submission: 'Omegle but I’m NOT allowed to skip anyone', with flair 'None'
+28417 [2020-01-21 12:25:03] /u/COKeefe had their submission removed for insufficient lambda.
+28417 [2020-01-21 12:42:10] There has been a new submission: 'New video me and my friend made. Tell me anything that I could improve for the next video!', with flair 'Gaming'
+28417 [2020-01-21 12:43:16] There has been a new submission: 'Nebbdrb', with flair 'None'
+28417 [2020-01-21 12:49:42] There has been a new submission: 'Check the language: Is it understandable?', with flair 'Video Critique'
+28417 [2020-01-21 12:49:43] /u/LittleHulk99 had their submission removed for insufficient lambda.
+28417 [2020-01-21 12:54:05] There has been a new submission: 'Top Invention Changed The World', with flair 'Discussion'
+28417 [2020-01-21 12:54:06] /u/Ejwin555 had their submission removed for using the wrong flair.
+28417 [2020-01-21 14:01:04] There has been a new submission: 'Trying to find a groove with my videos, tell me what you think', with flair 'Gaming'
+28915 [2020-01-21 14:02:07]
+####################
+[2020-01-21 14:02:07] RESTARTED
+####################
+
+28915 [2020-01-21 14:06:56] There has been a new submission: 'Low-cost Coco: "Salma's Big Wish"', with flair 'Video Critique'
+28915 [2020-01-21 14:11:30] There has been a new submission: 'Celebrity Tricky Questions: Guess Pinoy Star By Childhood Photo | HumanMeter', with flair 'None'
+28915 [2020-01-21 14:11:32] /u/IndividualGuide had their submission removed for insufficient lambda.
+28915 [2020-01-21 14:27:17] There has been a new submission: 'ON THE ROAD TO 300 SUBS', with flair 'Channel Review'
+28915 [2020-01-21 14:27:18] /u/Aman_Moxxy had their submission removed for insufficient lambda.
+28915 [2020-01-21 14:27:27] There has been a new submission: 'I made a funny video if u want to watch it', with flair 'None'
+28915 [2020-01-21 14:27:28] /u/Whovillez had their submission removed for insufficient lambda.
+28915 [2020-01-21 14:34:10] There has been a new submission: 'How to Brand Your Youtube Channel | Mafia's Finest 📺 this was one of my more heavily edited videos. Let me know your thoughts! =D', with flair 'Video Critique'
+28915 [2020-01-21 14:37:24] There has been a new submission: 'Need a hand to reach 300 subs.', with flair 'Discussion'
+28915 [2020-01-21 14:42:43] '/u/IAContent' has given '/u/Evalad' lambda!
+28915 [2020-01-21 14:42:43] The OP received lambda too!
+28915 [2020-01-21 14:47:26] There has been a new submission: 'Need a hand to reach 300 subs', with flair 'Discussion'
+28915 [2020-01-21 14:51:02] There has been a new submission: 'How I've been growing my channel. Is it a good way?', with flair 'Discussion'
+28915 [2020-01-21 14:59:52] '/u/shaunyoong' has given '/u/EngineeringJuice' lambda!
+28915 [2020-01-21 14:59:52] The OP received lambda too!
+28915 [2020-01-21 15:10:32] There has been a new submission: 'Random view spike?', with flair 'Discussion'
+28915 [2020-01-21 15:14:20] '/u/TucoSalomanca' has given '/u/stavrospilatis' lambda!
+28915 [2020-01-21 15:14:31] '/u/fansopp' has given '/u/SupaCoolMoM' lambda!
+28915 [2020-01-21 15:14:53] '/u/fansopp' has given '/u/LittleHulk99' lambda!
+28915 [2020-01-21 15:15:51] '/u/TucoSalomanca' has given '/u/Cero2996' lambda!
+28915 [2020-01-21 15:18:49] '/u/TucoSalomanca' has given '/u/kaosoliveira' lambda!
+28915 [2020-01-21 15:20:18] There has been a new submission: '999 subs, early enough to celebrate the road to 1,000! Time to review before the next step. [Channel Review]', with flair 'Channel Review'
+28915 [2020-01-21 15:20:21] /u/NotGumbercules had their submission removed for insufficient lambda.
+28915 [2020-01-21 15:21:15] '/u/TucoSalomanca' has given '/u/SupaCoolMoM' lambda!
+28915 [2020-01-21 15:25:36] There has been a new submission: 'So I Have a Small YouTube Channel And I Really Want To Hit 1000 Subscribers!!! THANKS!!!', with flair 'Vlog'
+28915 [2020-01-21 15:25:38] /u/Erlind_TV had their submission removed for insufficient lambda.
+28915 [2020-01-21 15:26:45] There has been a new submission: 'This is my favorite of the videos I've created. If you watch, I would appreciate feedback and/or ideas on how to showcase the places I love better :)', with flair 'Vlog'
+28915 [2020-01-21 15:26:46] /u/eu001 had their submission removed for insufficient lambda.
+28915 [2020-01-21 15:33:31] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 13 - Rocket Plan (Gears 5)', with flair 'Gaming'
+28915 [2020-01-21 15:33:33] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+28915 [2020-01-21 15:35:44] '/u/timbo_t' has given '/u/cdin3d' lambda!
+28915 [2020-01-21 15:37:46] '/u/timbo_t' has given '/u/Tri99erMe' lambda!
+28915 [2020-01-21 15:38:15] '/u/timbo_t' has given '/u/SupaCoolMoM' lambda!
+28915 [2020-01-21 15:40:05] '/u/TreverCarreon' has given '/u/HookedOnAFeeling360' lambda!
+28915 [2020-01-21 15:41:11] '/u/TreverCarreon' has given '/u/Draco986' lambda!
+28915 [2020-01-21 15:41:39] '/u/TreverCarreon' has given '/u/thomasp3864' lambda!
+28915 [2020-01-21 15:46:34] There has been a new submission: 'Check out my latest video lmk that you think 🤔 💭', with flair 'Gaming'
+28915 [2020-01-21 15:46:36] /u/Marz-_-Barz had their submission removed for insufficient lambda.
+28915 [2020-01-21 15:46:45] There has been a new submission: 'Posting podcasts on Youtube. Good or bad idea?', with flair 'Discussion'
+28915 [2020-01-21 15:48:09] '/u/pyvozaur' has given '/u/anaana994' lambda!
+28915 [2020-01-21 15:48:09] The OP received lambda too!
+28915 [2020-01-21 15:49:39] '/u/MafiasFinestTV' has given '/u/NotGumbercules' lambda!
+28915 [2020-01-21 15:49:40] The OP received lambda too!
+28915 [2020-01-21 15:50:52] '/u/MafiasFinestTV' has given '/u/anaana994' lambda!
+28915 [2020-01-21 15:51:12] There has been a new submission: 'Pokemon Silver/Gold: National Park Guitar Cover', with flair 'Channel Review'
+28915 [2020-01-21 15:51:14] /u/JoneRuiz had their submission removed for insufficient lambda.
+28915 [2020-01-21 15:54:21] There has been a new submission: 'What do you think is the best song of all time? Watch and find out what I think? When you finish watching let me know what you think of the video (I would very much appreciate your feedback)', with flair 'Video Critique'
+28915 [2020-01-21 15:59:10] There has been a new submission: 'Movie guy voice doing tongue twister', with flair 'Video Critique'
+28915 [2020-01-21 15:59:11] /u/jackofalltrades4ever had their submission removed for insufficient lambda.
+29050 [2020-01-21 16:02:07]
+####################
+[2020-01-21 16:02:07] RESTARTED
+####################
+
+29050 [2020-01-21 16:08:41] There has been a new submission: 'Small Youtube Channel', with flair 'Channel Review'
+29050 [2020-01-21 16:08:42] /u/MARVEL_ous123 had their submission removed for insufficient lambda.
+29050 [2020-01-21 16:08:49] '/u/shaunyoong' has given '/u/75iq' lambda!
+29050 [2020-01-21 16:08:57] There has been a new submission: 'New ark video on primitive plus. Let me know what I can do better in my next video. Thanks I am almost up to 1000 total views on my channel', with flair 'Video Critique'
+29050 [2020-01-21 16:11:22] '/u/chsmntnstudios' has given '/u/MasterofRevels' lambda!
+29050 [2020-01-21 16:13:59] There has been a new submission: 'I'm a stand up comedian making content for contents sake and the funsies! This is my first honest attempt at something entertaining. In it I explore GoFundMe, drop a 16 bar rap verse and film a movie trailer for a porno! It's about as dumb as it sounds! Tell me what ya think!', with flair 'Video Critique'
+29050 [2020-01-21 16:24:29] There has been a new submission: 'ARMA 3 - Custom Battles (Galactic Republic) vs (Sand People)', with flair 'Gaming'
+29050 [2020-01-21 16:24:31] /u/BlaanSarge had their submission removed for insufficient lambda.
+29050 [2020-01-21 16:26:34] There has been a new submission: 'New Tiktok trend - come here buddy !', with flair 'None'
+29050 [2020-01-21 16:26:36] /u/Ninjaphlip had their submission removed for insufficient lambda.
+29050 [2020-01-21 16:27:12] There has been a new submission: 'My "first" actual game development video. I would love some feedback!', with flair 'Video Critique'
+29050 [2020-01-21 16:33:59] '/u/timbo_t' has given '/u/anaana994' lambda!
+29050 [2020-01-21 16:36:21] '/u/TreverCarreon' has given '/u/notnewsbruh' lambda!
+29050 [2020-01-21 16:36:21] The OP received lambda too!
+29050 [2020-01-21 16:37:39] '/u/MafiasFinestTV' has given '/u/MasterofRevels' lambda!
+29050 [2020-01-21 16:45:01] There has been a new submission: 'My channel is dedicated to original orchestral and piano compositions (most of which are free to use; just ask me about specific pieces and then credit me!) This is a chill ambient piece titled "Beneath the Waves." Hope you enjoy!', with flair 'Video Critique'
+29050 [2020-01-21 16:49:21] '/u/Evalad' has given '/u/notactuallyspork' lambda!
+29050 [2020-01-21 16:51:19] '/u/pyvozaur' has given '/u/yahjustpeachy' lambda!
+29050 [2020-01-21 16:55:01] There has been a new submission: 'Opinions on dealing with, how should I say, 'sensitive' topics?', with flair 'Discussion'
+29050 [2020-01-21 16:56:22] There has been a new submission: 'I gained 2 subs within the last 24 hours and this makes me incredibly happy. I know it doesn’t seem like much but on a small channel like mine the little things matter a lot. I can only wonder what it feels like to hit the first 100 subs when these small numbers are already making me happy.', with flair 'None'
+29050 [2020-01-21 16:58:56] '/u/MafiasFinestTV' has given '/u/JudgeCreed' lambda!
+29050 [2020-01-21 17:04:07] There has been a new submission: 'How can I get more subs?', with flair 'Channel Review'
+29050 [2020-01-21 17:04:09] /u/Yogdawg888 had their submission removed for insufficient lambda.
+29050 [2020-01-21 17:05:59] There has been a new submission: 'HELP! Glitching with FCPX', with flair 'Video Critique'
+29050 [2020-01-21 17:09:49] '/u/Inferus12' has given '/u/Riko_07' lambda!
+29050 [2020-01-21 17:09:49] The OP received lambda too!
+29050 [2020-01-21 17:11:26] There has been a new submission: 'Har Mard Aurat Ka Makeup Jo Pani Se Nahi Utarta Wo Kia Ha', with flair 'Discussion'
+29050 [2020-01-21 17:11:28] /u/msufwan had their submission removed for using the wrong flair.
+29050 [2020-01-21 17:15:31] There has been a new submission: 'Funny Job Interview - Vino had no options...', with flair 'Channel Review'
+29050 [2020-01-21 17:15:32] /u/VinoBlancoYes had their submission removed for insufficient lambda.
+29050 [2020-01-21 17:21:16] There has been a new submission: 'Am I delusional? I think my stuff is good. Filming, editing, story, etc. But alot of my friends talk shit, they say its boring, poorly edited, and that they just don't think it's good. Part of me feels like they are haters, part thinks maybe their right? Can I get an honest review?', with flair 'Channel Review'
+29050 [2020-01-21 17:21:18] /u/tss230 had their submission removed for insufficient lambda.
+29050 [2020-01-21 17:30:44] '/u/TreverCarreon' has given '/u/mattbangswood' lambda!
+29050 [2020-01-21 17:32:38] There has been a new submission: 'Helping others', with flair 'None'
+29050 [2020-01-21 17:32:40] /u/Luxpatronus had their submission removed for insufficient lambda.
+29050 [2020-01-21 17:34:37] '/u/MasterofRevels' has given '/u/tss230' lambda!
+29050 [2020-01-21 17:34:37] The OP received lambda too!
+29050 [2020-01-21 17:36:46] There has been a new submission: 'Let me know what you guys think of my channel', with flair 'Channel Review'
+29050 [2020-01-21 17:36:48] /u/kxhan15 had their submission removed for insufficient lambda.
+29050 [2020-01-21 17:41:51] There has been a new submission: 'What is a good website to collaborate with other YouTubers?', with flair 'Collab'
+29050 [2020-01-21 17:42:33] There has been a new submission: 'Walking & Talking #205', with flair 'Channel Review'
+29050 [2020-01-21 17:42:35] /u/tekknowgerl had their submission removed for insufficient lambda.
+29050 [2020-01-21 17:48:51] There has been a new submission: 'I see a lot of videos on smallYTChannel about gaming, comedy, music and art. However, I have yet to come across any fitness related, health related video. why is that? Are we not allowed to post these types of videos or they are just not popular. Thought I would open up a discussion thread...', with flair 'Discussion'
+29050 [2020-01-21 17:49:44] '/u/_GoatBandit_' has given '/u/tss230' lambda!
+29050 [2020-01-21 17:49:44] The OP received lambda too!
+29050 [2020-01-21 17:53:51] There has been a new submission: 'Can we be honest? I think I'm good. Filming, editing, story. But my friends talk shit and say my stuff is boring/poorly done. Everyone on here is positive but my just be for lambda. I would love an honest review I will give lambda whether it's good or bad! I just want to know so I can get better!', with flair 'Channel Review'
+29252 [2020-01-21 18:02:07]
+####################
+[2020-01-21 18:02:07] RESTARTED
+####################
+
+29252 [2020-01-21 18:04:27] '/u/_GoatBandit_' has given '/u/TheBobbyBands' lambda!
+29252 [2020-01-21 18:07:39] '/u/TreverCarreon' has given '/u/tss230' lambda!
+29252 [2020-01-21 18:09:58] There has been a new submission: 'Have you Ever seen GTA Role-play on Console? It’s weird', with flair 'Gaming'
+29252 [2020-01-21 18:13:18] There has been a new submission: 'My new vlog trying new things', with flair 'Vlog'
+29252 [2020-01-21 18:13:20] /u/JP11jr had their submission removed for insufficient lambda.
+29252 [2020-01-21 18:14:31] There has been a new submission: 'Please sub to me I never get views or subs but I work hard so please help me out and have a great day', with flair 'Gaming'
+29252 [2020-01-21 18:14:33] /u/phillip323232 had their submission removed for insufficient lambda.
+29252 [2020-01-21 18:29:07] There has been a new submission: 'New World of Tanks Funny Moments compilation video. I would really appreciate every kind of support', with flair 'Gaming'
+29252 [2020-01-21 18:31:31] '/u/yahjustpeachy' has given '/u/dearjnthn' lambda!
+29252 [2020-01-21 18:31:31] The OP received lambda too!
+29252 [2020-01-21 18:42:42] There has been a new submission: 'Sneaking Out of my Girlfriend's House!', with flair 'Vlog'
+29252 [2020-01-21 18:48:25] There has been a new submission: 'Nameservers, DNS Records, Hosting, Oh My! (putting your domain name to work)', with flair 'Discussion'
+29252 [2020-01-21 18:48:26] /u/coletv had their submission removed for using the wrong flair.
+29252 [2020-01-21 18:49:29] '/u/MafiasFinestTV' has given '/u/SupaCoolMoM' lambda!
+29252 [2020-01-21 18:50:13] There has been a new submission: 'Check out my video brudddas', with flair 'Video Critique'
+29252 [2020-01-21 18:50:16] /u/sam1108sy had their submission removed for insufficient lambda.
+29252 [2020-01-21 18:53:59] '/u/MinaMorcos' has given '/u/fraudulentcloth' lambda!
+29252 [2020-01-21 18:53:59] The OP received lambda too!
+29252 [2020-01-21 18:54:11] '/u/MinaMorcos' has given '/u/hemant_rangdal' lambda!
+29252 [2020-01-21 18:54:23] '/u/MinaMorcos' has given '/u/dzondi92' lambda!
+29252 [2020-01-21 18:54:34] '/u/MinaMorcos' has given '/u/lowlaynsten' lambda!
+29252 [2020-01-21 18:54:49] '/u/MinaMorcos' has given '/u/TrifectaComedy' lambda!
+29252 [2020-01-21 18:59:43] There has been a new submission: 'Hey! I would love to reach 100 subscribers I’m 6 subscribers off I post fortnite content feel free to check out leave a like and comment I will start live streaming rewards for custom matchmaking fortnite Eu hit the bell to win a reward', with flair 'None'
+29252 [2020-01-21 18:59:43] /u/Nikolasek12 had their submission removed for insufficient lambda.
+29252 [2020-01-21 19:01:35] '/u/tss230' has given '/u/TreverCarreon' lambda!
+29252 [2020-01-21 19:01:35] The OP received lambda too!
+29252 [2020-01-21 19:02:15] '/u/tss230' has given '/u/dearjnthn' lambda!
+29252 [2020-01-21 19:24:20] '/u/fraudulentcloth' has given '/u/kamilpekala' lambda!
+29252 [2020-01-21 19:30:17] '/u/tss230' has given '/u/tcessory' lambda!
+29252 [2020-01-21 19:31:12] There has been a new submission: 'I meow songs on my channel, this is me meowing Into the Unknown from Frozen, What do you think?', with flair 'Channel Review'
+29252 [2020-01-21 19:31:14] /u/JasmineMeowsters had their submission removed for insufficient lambda.
+29252 [2020-01-21 19:33:12] There has been a new submission: 'Just hit 100 subs!', with flair 'Discussion'
+29252 [2020-01-21 19:34:43] There has been a new submission: 'Turns out some of my predictions about the China Outbreak were right, hopefully the other predictions aren't. Please give any feedback on what I could do to improve and if you enjoyed subscribe and like. Thanks in advance', with flair 'Video Critique'
+29252 [2020-01-21 19:43:45] '/u/tss230' has given '/u/notnewsbruh' lambda!
+29252 [2020-01-21 19:47:35] There has been a new submission: 'Please let me know what you think of me and my friends yt channel! All criticisms are appreciated!', with flair 'Channel Review'
+29252 [2020-01-21 19:47:36] /u/Quinnpill19 had their submission removed for insufficient lambda.
+29388 [2020-01-21 20:02:07]
+####################
+[2020-01-21 20:02:07] RESTARTED
+####################
+
+29388 [2020-01-21 20:03:48] There has been a new submission: 'Yet another scary be game I know the camera box is small I will change it once I get through my footage. Other then that what do you guys think?', with flair 'Gaming'
+29388 [2020-01-21 20:13:32] There has been a new submission: 'Any Indian audience here? Hindi gaming channel', with flair 'Gaming'
+29388 [2020-01-21 20:13:34] /u/famousboi had their submission removed for insufficient lambda.
+29388 [2020-01-21 20:13:48] There has been a new submission: 'Love is Blind - A really great & underrated channel by a couple with one blind person. I think you guys would love and appreciate their content :) [not mine]', with flair 'Channel Review'
+29388 [2020-01-21 20:13:50] /u/emadehsan had their submission removed for insufficient lambda.
+29388 [2020-01-21 20:14:37] There has been a new submission: 'I bought $25 Fake Airpods At Walmart “Review”', with flair 'Vlog'
+29388 [2020-01-21 20:14:39] /u/Brandonthe-Archivist had their submission removed for insufficient lambda.
+29388 [2020-01-21 20:20:49] There has been a new submission: 'GUYS PLEASE LIKE MY VIDEO', with flair 'Gaming'
+29388 [2020-01-21 20:20:52] /u/Falkonse had their submission removed for insufficient lambda.
+29388 [2020-01-21 20:23:26] There has been a new submission: 'What are your thoughts on stock B-roll? I feel like it's a small defeat when I use shots that are not my own.. What is your opinion on this?', with flair 'Discussion'
+29388 [2020-01-21 20:28:16] There has been a new submission: 'The Coolest Things In Reverse', with flair 'Channel Review'
+29388 [2020-01-21 20:28:17] /u/kidsfunplace had their submission removed for insufficient lambda.
+29388 [2020-01-21 20:30:26] There has been a new submission: 'How do I make an intro for my videos', with flair 'Discussion'
+29388 [2020-01-21 20:42:21] There has been a new submission: 'Smart dice for dumb people. Let me know what you think', with flair 'Video Critique'
+29388 [2020-01-21 21:04:58] There has been a new submission: 'I just gained 3 subs in like 2 days these r the things that keep me going 3 subs feels like 3,000 insta followers thanks so much', with flair 'None'
+29388 [2020-01-21 21:05:00] /u/Jack-34 had their submission removed for insufficient lambda.
+29388 [2020-01-21 21:07:52] '/u/MafiasFinestTV' has given '/u/dearjnthn' lambda!
+29388 [2020-01-21 21:15:47] '/u/tss230' has given '/u/ImSoPhilly929' lambda!
+29388 [2020-01-21 21:17:24] There has been a new submission: 'Best VR Game Out Now', with flair 'Gaming'
+29388 [2020-01-21 21:17:26] /u/123Bryan321 had their submission removed for insufficient lambda.
+29388 [2020-01-21 21:17:57] There has been a new submission: 'You may remember!?', with flair 'Discussion'
+29388 [2020-01-21 21:21:57] '/u/MafiasFinestTV' has given '/u/Real_Mr_Llama' lambda!
+29388 [2020-01-21 21:24:18] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Jan 21 2020)', with flair 'None'
+29388 [2020-01-21 21:29:26] There has been a new submission: 'How do I gain a following?', with flair 'Discussion'
+29388 [2020-01-21 21:34:02] There has been a new submission: 'YouTube complaints advice', with flair 'Discussion'
+29388 [2020-01-21 21:36:26] There has been a new submission: 'Tips to keep audience?', with flair 'None'
+29388 [2020-01-21 21:36:27] /u/nathancoles had their submission removed for insufficient lambda.
+29388 [2020-01-21 21:42:10] There has been a new submission: 'I just hit 100 subs!!!', with flair 'Meta'
+29388 [2020-01-21 21:42:20] There has been a new submission: 'YouTube musician seeking industrial or new retro wave vocalist', with flair 'Channel Review'
+29388 [2020-01-21 21:42:22] /u/kscircle had their submission removed for insufficient lambda.
+29388 [2020-01-21 21:42:45] There has been a new submission: 'Ready for something new? The Sicilian Butcher in Chandler, AZ, restaura...', with flair 'Video Critique'
+29388 [2020-01-21 21:42:47] /u/Harley_Larz had their submission removed for insufficient lambda.
+29388 [2020-01-21 21:57:58] '/u/UndieBand1t' has given '/u/dearjnthn' lambda!
+29388 [2020-01-21 21:57:58] The OP received lambda too!
+29388 [2020-01-21 21:58:52] '/u/UndieBand1t' has given '/u/tcessory' lambda!
+29547 [2020-01-21 22:02:07]
+####################
+[2020-01-21 22:02:07] RESTARTED
+####################
+
+29547 [2020-01-21 22:11:04] '/u/poggersSpongebob' has given '/u/Real_Mr_Llama' lambda!
+29547 [2020-01-21 22:11:04] The OP received lambda too!
+29547 [2020-01-21 22:11:27] There has been a new submission: 'Would Going To VidCon London Help My Channel At All?', with flair 'Discussion'
+29547 [2020-01-21 22:14:07] '/u/pyvozaur' has given '/u/bakk0i' lambda!
+29547 [2020-01-21 22:26:52] There has been a new submission: 'THE BEST MAP FOR PUB STOMPING! | Call of Duty Modern Warfare', with flair 'Gaming'
+29547 [2020-01-21 22:26:54] /u/ItsEddiee_ had their submission removed for insufficient lambda.
+29547 [2020-01-21 22:32:10] There has been a new submission: 'Art Vlog: How I set up my watercolor palettes basic warm/cool color th...', with flair 'Video Critique'
+29547 [2020-01-21 22:32:12] /u/heidhorch had their submission removed for insufficient lambda.
+29547 [2020-01-21 22:48:55] There has been a new submission: 'Speak English Like an American in 4 ways', with flair 'Vlog'
+29547 [2020-01-21 22:48:55] /u/girlwithpharmacykeys had their submission removed for insufficient lambda.
+29547 [2020-01-21 22:52:38] There has been a new submission: 'Normal view retention for a new channel?', with flair 'Discussion'
+29547 [2020-01-21 23:09:54] There has been a new submission: 'Is this the best game mode???', with flair 'Gaming'
+29547 [2020-01-21 23:09:55] /u/KristiansVG had their submission removed for insufficient lambda.
+29547 [2020-01-21 23:13:42] There has been a new submission: 'THE WORLD MOST DERANGED WOMAN', with flair 'Video Critique'
+29547 [2020-01-21 23:13:44] /u/sup0609 had their submission removed for insufficient lambda.
+29547 [2020-01-21 23:15:00] There has been a new submission: 'Overpowered class setup for the MP7! In Modern Warfare!', with flair 'Gaming'
+29547 [2020-01-21 23:15:02] /u/Kerbstomp66 had their submission removed for insufficient lambda.
+29547 [2020-01-21 23:15:29] There has been a new submission: 'IF YOU MISS BO2 WATCH THIS VIDEO..', with flair 'Gaming'
+29547 [2020-01-21 23:15:31] /u/BreconOfficialYT had their submission removed for insufficient lambda.
+29547 [2020-01-21 23:16:38] '/u/Ironick96' has given '/u/Crazycatkiki' lambda!
+29547 [2020-01-21 23:16:38] The OP received lambda too!
+29547 [2020-01-21 23:18:25] '/u/_GoatBandit_' has given '/u/Cero2996' lambda!
+29547 [2020-01-21 23:28:31] There has been a new submission: 'Slow and steady!', with flair 'Discussion'
+29547 [2020-01-21 23:32:36] '/u/TheBobbyBands' has given '/u/Knowhow15' lambda!
+29547 [2020-01-21 23:32:36] The OP received lambda too!
+29547 [2020-01-21 23:33:20] There has been a new submission: 'Wow. I’ve been building my gaming channel for almost a year now. Uploading great high quality content. I’ve made it to 300 subscribers which is amazing to me! I know it’s not much. But considering I’m doing it just for fun. And 300 people like it. It’s amazing.', with flair 'Gaming'
+29547 [2020-01-21 23:33:22] /u/_mackgenesid had their submission removed for insufficient lambda.
+29547 [2020-01-21 23:36:40] '/u/N1ma1' has given '/u/notactuallyspork' lambda!
+29547 [2020-01-21 23:36:40] The OP received lambda too!
+29547 [2020-01-21 23:57:59] There has been a new submission: 'My new video from my very first live stream tonight', with flair 'Gaming'
+29547 [2020-01-21 23:58:00] /u/dipingking had their submission removed for insufficient lambda.
+29763 [2020-01-22 00:02:07]
+####################
+[2020-01-22 00:02:07] RESTARTED
+####################
+
+29763 [2020-01-22 00:09:02] '/u/MafiasFinestTV' has given '/u/Ironick96' lambda!
+29763 [2020-01-22 00:14:09] '/u/El_Penguino_' has given '/u/GokuuPlaysGames' lambda!
+29763 [2020-01-22 00:14:09] The OP received lambda too!
+29763 [2020-01-22 00:16:15] '/u/El_Penguino_' has given '/u/LizardJoker' lambda!
+29763 [2020-01-22 00:16:51] '/u/El_Penguino_' has given '/u/DarkLord152' lambda!
+29763 [2020-01-22 00:17:24] '/u/El_Penguino_' has given '/u/IAContent' lambda!
+29763 [2020-01-22 00:48:22] '/u/hpc2018' has given '/u/heidhorch' lambda!
+29763 [2020-01-22 00:49:56] There has been a new submission: 'Hey just joined I’m at 160 subs and could use help. Here is a cool rewind video I made of my videos of 2019', with flair 'None'
+29763 [2020-01-22 00:49:56] /u/Hala-Bromazing had their submission removed for insufficient lambda.
+29763 [2020-01-22 00:50:46] '/u/DylanTheDoc' has given '/u/ixDante' lambda!
+29763 [2020-01-22 00:50:46] The OP received lambda too!
+29763 [2020-01-22 00:59:20] There has been a new submission: 'Hmmm', with flair 'Art'
+29763 [2020-01-22 00:59:21] /u/Succ_Man_Do had their submission removed for insufficient lambda.
+9218 [2020-01-22 01:04:33] Updated statistics
+29763 [2020-01-22 01:05:36] There has been a new submission: 'My Top 5 Favorite Horror Movies of 2019! Detailed Constructive Criticism gets Lambda', with flair 'None'
+29763 [2020-01-22 01:06:19] There has been a new submission: 'The Top Paid Athletes From 2010 - 2019: Richest Athletes', with flair 'Video Critique'
+29763 [2020-01-22 01:06:20] /u/tmeans200 had their submission removed for insufficient lambda.
+29763 [2020-01-22 01:09:03] '/u/TheBobbyBands' has given '/u/ixDante' lambda!
+29763 [2020-01-22 01:20:46] There has been a new submission: 'I worked really hard on this video reviewing and ranking all the Call of Duty Black Ops Campaigns and I'm happy with how it turned out. However its struggling to find an audience. Any feedback and tips for getting people to watch are very much appreciated!', with flair 'Gaming'
+29763 [2020-01-22 01:23:32] '/u/Ironick96' has given '/u/El_Penguino_' lambda!
+29763 [2020-01-22 01:24:12] There has been a new submission: 'I tried a DRAWING VIDEO! Tell me what you think', with flair 'Video Critique'
+29763 [2020-01-22 01:27:25] There has been a new submission: 'Karlson 3D by Dani - An Indie Game Review - Feedback Appreciated!', with flair 'Gaming'
+29763 [2020-01-22 01:28:36] There has been a new submission: 'My newest video! [Technology is incredib...ly terryifying | SOMA] Come check it out and subscribe if you like my content, thanks! Also open to suggestions!', with flair 'Video Critique'
+29763 [2020-01-22 01:37:13] There has been a new submission: 'Don't waste your money in bank accounts [Robert Kiyosaki]', with flair 'Video Critique'
+29763 [2020-01-22 01:37:15] /u/Eezyworldupdates had their submission removed for insufficient lambda.
+29763 [2020-01-22 01:38:25] There has been a new submission: 'I didn’t really get to edit this like i wanted to but regardless i would like some feedback on what i can do to increase your chances of subbing.', with flair 'Video Critique'
+29763 [2020-01-22 01:38:51] There has been a new submission: 'Over 600 subs!', with flair 'None'
+29763 [2020-01-22 01:38:52] /u/Names_Hendrix had their submission removed for insufficient lambda.
+29763 [2020-01-22 01:40:40] '/u/MagicWolfPlayz' has given '/u/Burkeds' lambda!
+29763 [2020-01-22 01:42:40] There has been a new submission: 'Here is miata YouTube channel it is small', with flair 'None'
+29763 [2020-01-22 01:42:42] /u/itslikesushi had their submission removed for insufficient lambda.
+29763 [2020-01-22 01:52:44] '/u/harsukhpal' has given '/u/CliffordTV' lambda!
+29763 [2020-01-22 01:52:44] The OP received lambda too!
+29763 [2020-01-22 02:00:37] '/u/ogsauce69' has given '/u/RavenJimmy' lambda!
+29763 [2020-01-22 02:00:37] The OP received lambda too!
+29763 [2020-01-22 02:02:04] There has been a new submission: 'Half way to Partner', with flair 'Discussion'
+29905 [2020-01-22 02:02:07]
+####################
+[2020-01-22 02:02:07] RESTARTED
+####################
+
+29905 [2020-01-22 02:16:16] There has been a new submission: 'Gmod Sandbox Funny Moments ~ Kind of Crazy Dupes', with flair 'Gaming'
+29905 [2020-01-22 02:16:18] /u/patrick20132013 had their submission removed for insufficient lambda.
+29905 [2020-01-22 02:20:32] '/u/ixDante' has given '/u/El_Penguino_' lambda!
+29905 [2020-01-22 02:20:32] The OP received lambda too!
+29905 [2020-01-22 02:22:51] '/u/Graydingo' has given '/u/Burkeds' lambda!
+29905 [2020-01-22 02:22:51] The OP received lambda too!
+29905 [2020-01-22 02:34:14] '/u/Darviz' has given '/u/El_Penguino_' lambda!
+29905 [2020-01-22 02:34:14] The OP received lambda too!
+29905 [2020-01-22 02:38:28] '/u/notactuallyspork' has given '/u/El_Penguino_' lambda!
+29905 [2020-01-22 02:38:28] The OP received lambda too!
+29905 [2020-01-22 02:43:35] There has been a new submission: 'I recently started my first YouTube channel I'm 7 days in and having so much fun it's been a dream for over 5 years channels name is Jennie's journey if anyone wants to follow I am super new to the YouTube thing but been getting positive feedback', with flair 'Vlog'
+29905 [2020-01-22 02:43:37] /u/jenniesjourney had their submission removed for insufficient lambda.
+29905 [2020-01-22 02:51:43] There has been a new submission: 'What Marietta's Summer Death Means to Me', with flair 'Art'
+29905 [2020-01-22 02:51:45] /u/CriticalChad had their submission removed for insufficient lambda.
+29905 [2020-01-22 03:03:07] There has been a new submission: 'video editing of big channels', with flair 'Discussion'
+29905 [2020-01-22 03:06:11] There has been a new submission: 'OMG I just can’t express how happy I’m right now, I just reach 100 subs today after what have been two crazy weeks where I got a sub a day, I just want to tell that no matter how hard it might be at times, the feeling of achieving your YT goals is just indescribably amazing! You can all do it!! :)', with flair 'Discussion'
+29905 [2020-01-22 03:11:36] '/u/ixDante' has given '/u/DankConnor' lambda!
+29905 [2020-01-22 03:12:43] There has been a new submission: 'Heres my video,please give any criticisms or tips or lambda', with flair 'Video Critique'
+29905 [2020-01-22 03:14:56] There has been a new submission: 'Guys I would really love some new subscribers because that would be so cool!', with flair 'Gaming'
+29905 [2020-01-22 03:14:57] /u/BloxC0r had their submission removed for insufficient lambda.
+29905 [2020-01-22 03:31:27] There has been a new submission: 'JUST HIT 33 SUBS AS WELL REALLY BUZZING!! Let me know what yous think of my dbz review', with flair 'Gaming'
+29905 [2020-01-22 03:31:29] /u/Nidjoo-Official had their submission removed for insufficient lambda.
+29905 [2020-01-22 03:32:16] There has been a new submission: 'Track 6 of my new project. Thank you for listening', with flair 'Channel Review'
+29905 [2020-01-22 03:32:18] /u/kscircle had their submission removed for insufficient lambda.
+29905 [2020-01-22 03:35:58] There has been a new submission: 'Theres a new feature on YOUTUBE. My video wont start playing until you SUBSCRIBE. I used PUSH UPS to eat CALORIES for a day! I dont know why I keep doing these push up challenges lol Its a lot of fun. Go Watch & Subscribe! I will give LAMBDA for legit feedback', with flair 'None'
+29905 [2020-01-22 03:41:21] There has been a new submission: 'I know not all of you will be interested in this topic, but any constructive feedback would be really appreciated!', with flair 'Video Critique'
+29905 [2020-01-22 03:54:07] There has been a new submission: 'To script or not to script', with flair 'Discussion'
+30113 [2020-01-22 04:02:08]
+####################
+[2020-01-22 04:02:08] RESTARTED
+####################
+
+30113 [2020-01-22 04:03:55] There has been a new submission: 'What’s a good resource for free classical music?', with flair 'Discussion'
+30113 [2020-01-22 04:38:54] There has been a new submission: 'Funny Game Chat Moments In CoD MW', with flair 'Gaming'
+30113 [2020-01-22 04:38:55] /u/ClevelandReamer had their submission removed for insufficient lambda.
+30113 [2020-01-22 04:43:55] There has been a new submission: 'Roblox video for you absolute gamers out there', with flair 'None'
+30113 [2020-01-22 04:43:57] /u/jasiekkffasola had their submission removed for insufficient lambda.
+30113 [2020-01-22 04:54:53] There has been a new submission: 'Top 10 Perks Ranked Worst To Best', with flair 'None'
+30113 [2020-01-22 04:54:54] /u/treverglitching had their submission removed for insufficient lambda.
+30113 [2020-01-22 05:11:09] There has been a new submission: 'Hey All, this is my first video after hitting 1k!', with flair 'Gaming'
+30113 [2020-01-22 05:11:11] /u/MrWilleford had their submission removed for insufficient lambda.
+30113 [2020-01-22 05:20:59] There has been a new submission: 'My personalized dog tags', with flair 'Vlog'
+30113 [2020-01-22 05:21:01] /u/joshuadualan had their submission removed for insufficient lambda.
+30113 [2020-01-22 05:21:25] There has been a new submission: 'I posted a video about 24 hours can you guys give me any feedback on it', with flair 'Gaming'
+30113 [2020-01-22 05:21:27] /u/Azul_Jay had their submission removed for insufficient lambda.
+30113 [2020-01-22 05:22:53] There has been a new submission: 'Hi! I made my first IRL vlog and any feedback on how to make it better would be much appreciated :)', with flair 'Video Critique'
+30113 [2020-01-22 05:26:17] '/u/Vancamgaming' has given '/u/Dubaderp' lambda!
+30113 [2020-01-22 05:26:17] The OP received lambda too!
+30113 [2020-01-22 05:49:57] '/u/ongoingworlds' has given '/u/TrifectaComedy' lambda!
+30113 [2020-01-22 05:49:57] The OP received lambda too!
+30113 [2020-01-22 05:55:01] '/u/Cero2996' has given '/u/4orty1savage' lambda!
+30113 [2020-01-22 05:55:01] The OP received lambda too!
+30256 [2020-01-22 06:02:08]
+####################
+[2020-01-22 06:02:08] RESTARTED
+####################
+
+30256 [2020-01-22 06:07:15] '/u/bigheadius' has given '/u/thecookietrain' lambda!
+30256 [2020-01-22 06:07:15] The OP received lambda too!
+30256 [2020-01-22 06:11:18] There has been a new submission: 'FUNNY JOKERS WHO GOT ROASTED', with flair 'Channel Review'
+30256 [2020-01-22 06:11:20] /u/prosenjeet12345 had their submission removed for insufficient lambda.
+30256 [2020-01-22 06:21:36] '/u/pyvozaur' has given '/u/CliffordTV' lambda!
+30256 [2020-01-22 06:39:27] '/u/Pootoori' has given '/u/PerfectlyBlendedSix' lambda!
+30256 [2020-01-22 06:39:27] The OP received lambda too!
+30256 [2020-01-22 07:08:34] There has been a new submission: 'I have been playing rust since I first got a computer, now I'm interested in editing, I'm still a noob and using average content but for recommendations on fixes I need an audience, have a look, and let me know what you think :)', with flair 'Gaming'
+30256 [2020-01-22 07:08:35] /u/BilboSwagginziz had their submission removed for insufficient lambda.
+30256 [2020-01-22 07:21:36] There has been a new submission: 'Hi, I've been creating videos of a video game for quite some time. Here's the latest video I made for that game. I would really appreciate getting feedback on how I can further improve my content to grow my channel. Tips and criticisms are very welcome', with flair 'Video Critique'
+30256 [2020-01-22 07:21:38] /u/-CANTOBOTZ- had their submission removed for insufficient lambda.
+30703 [2020-01-22 08:02:08]
+####################
+[2020-01-22 08:02:08] RESTARTED
+####################
+
+30703 [2020-01-22 08:05:46] There has been a new submission: 'Tell me your opinions', with flair 'Channel Review'
+30703 [2020-01-22 08:05:47] /u/Scoomeister had their submission removed for insufficient lambda.
+30703 [2020-01-22 08:07:54] There has been a new submission: 'Yeah so new pvp FPS in vr', with flair 'Gaming'
+30703 [2020-01-22 08:07:55] /u/_mackgenesid had their submission removed for insufficient lambda.
+30703 [2020-01-22 08:20:02] There has been a new submission: 'Once more a new reddit video. Any feedback is appreciated!', with flair 'Video Critique'
+30703 [2020-01-22 09:03:20] There has been a new submission: 'Just a small gaming channel trying to hit 1k', with flair 'Gaming'
+30703 [2020-01-22 09:03:22] /u/Unfadingsilence had their submission removed for insufficient lambda.
+30703 [2020-01-22 09:10:27] '/u/lemaglemag' has given '/u/ImSoPhilly929' lambda!
+30703 [2020-01-22 09:10:27] The OP received lambda too!
+30703 [2020-01-22 09:24:04] There has been a new submission: 'I want to to share with you my first SPEED MUSIC video, let me know if you like it.', with flair 'Channel Review'
+30703 [2020-01-22 09:24:06] /u/Lady_Kat_TikTok had their submission removed for insufficient lambda.
+30703 [2020-01-22 09:24:20] There has been a new submission: 'A tip for creating a viral video, with a successful example!', with flair 'Discussion'
+30703 [2020-01-22 09:31:27] '/u/SelendineMcHerb' has given '/u/SwanCreek' lambda!
+30703 [2020-01-22 09:31:27] The OP received lambda too!
+30703 [2020-01-22 09:34:42] There has been a new submission: 'Any Indian audience here? I have a Hindi gaming channel .', with flair 'Discussion'
+30839 [2020-01-22 10:02:08]
+####################
+[2020-01-22 10:02:08] RESTARTED
+####################
+
+30839 [2020-01-22 10:08:55] '/u/SelendineMcHerb' has given '/u/Twofoxonecat' lambda!
+30839 [2020-01-22 10:13:19] There has been a new submission: 'DAY in THE LIFE of a VAN DOG | Neo's Adventures', with flair 'Video Critique'
+30839 [2020-01-22 10:13:58] There has been a new submission: 'Inspired by "Hot Ones" i've been doing a series on my channel where i edit fan submitted photos while eating hot sauce! This is Hot Shots 🔥', with flair 'Video Critique'
+30839 [2020-01-22 10:20:09] There has been a new submission: 'Just created a youtube channel with the "Making of" of the creative images, check it out and please give me some feedback... much apreciated', with flair 'Discussion'
+30839 [2020-01-22 10:20:11] /u/kaosoliveira had their submission removed for using the wrong flair.
+30839 [2020-01-22 10:32:38] '/u/StylesYT' has given '/u/DWRelive' lambda!
+30839 [2020-01-22 10:32:38] The OP received lambda too!
+30839 [2020-01-22 10:38:34] There has been a new submission: 'AQW FASTEST WAY TO GET GOLD 100K/10SEC UPDATED *NEW* check it out thanku sm <3', with flair 'Gaming'
+30839 [2020-01-22 10:38:35] /u/DestiniiYT had their submission removed for insufficient lambda.
+30839 [2020-01-22 11:34:08] '/u/usedmop' has given '/u/OneFor56' lambda!
+30839 [2020-01-22 11:34:08] The OP received lambda too!
+30839 [2020-01-22 11:35:30] There has been a new submission: '2019 IN REVIEW', with flair 'Vlog'
+30839 [2020-01-22 11:35:32] /u/hcemmorris had their submission removed for insufficient lambda.
+30839 [2020-01-22 11:35:41] '/u/usedmop' has given '/u/Vancamgaming' lambda!
+30839 [2020-01-22 11:40:08] '/u/usedmop' has given '/u/TheThrashCity' lambda!
+30839 [2020-01-22 11:42:25] '/u/usedmop' has given '/u/itslikesushi' lambda!
+30839 [2020-01-22 11:45:17] '/u/usedmop' has given '/u/El_Penguino_' lambda!
+30839 [2020-01-22 11:47:53] '/u/ixDante' has given '/u/Lettucewitha3' lambda!
+30974 [2020-01-22 12:02:08]
+####################
+[2020-01-22 12:02:08] RESTARTED
+####################
+
+30974 [2020-01-22 12:02:58] There has been a new submission: 'Just created a youtube channel with the "Making of" of the creative images, check it out and please give me some feedback... much apreciated', with flair 'Art'
+30974 [2020-01-22 12:08:33] There has been a new submission: 'This guy is crazy.', with flair 'Discussion'
+30974 [2020-01-22 12:08:34] /u/Bindy_Stoil had their submission removed for using the wrong flair.
+30974 [2020-01-22 12:09:02] There has been a new submission: 'Created my first video for the android os flashing I keep doing. Plan on pushing more out.', with flair 'Video Critique'
+30974 [2020-01-22 12:09:03] /u/gkanu7 had their submission removed for insufficient lambda.
+30974 [2020-01-22 12:15:38] There has been a new submission: 'Star Wars Jedi Fallen Order: BD-1 POUNCES!', with flair 'Gaming'
+30974 [2020-01-22 12:15:39] /u/ciaje had their submission removed for insufficient lambda.
+30974 [2020-01-22 12:25:20] '/u/tss230' has given '/u/DocDoesGaming' lambda!
+30974 [2020-01-22 12:28:32] '/u/tss230' has given '/u/KillCaptcha' lambda!
+30974 [2020-01-22 12:39:47] There has been a new submission: 'My trip to Albany, Western Australia', with flair 'None'
+30974 [2020-01-22 12:39:47] /u/vodafone23 had their submission removed for insufficient lambda.
+30974 [2020-01-22 12:59:43] '/u/CocoChinaRed' has given '/u/PaperBag0451' lambda!
+30974 [2020-01-22 12:59:43] The OP received lambda too!
+30974 [2020-01-22 13:13:38] '/u/kaosoliveira' has given '/u/SupaCoolMoM' lambda!
+30974 [2020-01-22 13:13:38] The OP received lambda too!
+30974 [2020-01-22 13:44:38] '/u/blazealdrich37' has given '/u/clemmonsRushi' lambda!
+30974 [2020-01-22 13:44:38] The OP received lambda too!
+30974 [2020-01-22 13:46:31] '/u/timbo_t' has given '/u/Knowhow15' lambda!
+30974 [2020-01-22 13:57:42] There has been a new submission: 'Hello i made a part 2 of my lets play series And I added a little bit of upgrade to my thumbnail And use my microphone from my earphone to increase the volume of my voice am i missing something Still or do i Need more improvements', with flair 'Gaming'
+31481 [2020-01-22 14:02:08]
+####################
+[2020-01-22 14:02:08] RESTARTED
+####################
+
+31481 [2020-01-22 14:13:37] There has been a new submission: 'How do I gain an audience?', with flair 'None'
+31481 [2020-01-22 14:13:39] /u/jasiekkffasola had their submission removed for insufficient lambda.
+31481 [2020-01-22 14:13:49] '/u/blazealdrich37' has given '/u/NotGumbercules' lambda!
+31481 [2020-01-22 14:16:24] '/u/clemmonsRushi' has given '/u/Nayor' lambda!
+31481 [2020-01-22 14:16:24] The OP received lambda too!
+31481 [2020-01-22 14:18:12] There has been a new submission: '★ (PERISCOPE TROLLING) Rudely Interrupting A Conversation', with flair 'Art'
+31481 [2020-01-22 14:18:13] /u/FrancisOLeary1975 had their submission removed for insufficient lambda.
+31481 [2020-01-22 14:18:52] There has been a new submission: 'Why did you start doing YouTube?', with flair 'Discussion'
+31481 [2020-01-22 14:25:14] There has been a new submission: 'What's the difference between this sub and /r/Newtubers?', with flair 'Discussion'
+31481 [2020-01-22 14:30:46] There has been a new submission: 'Kirby Adventure Playthrough Part 1', with flair 'Gaming'
+31481 [2020-01-22 14:35:26] There has been a new submission: 'How to get subs and views', with flair 'Discussion'
+31481 [2020-01-22 14:43:54] There has been a new submission: 'How to grow your YouTube channel?', with flair 'Discussion'
+31481 [2020-01-22 15:09:01] There has been a new submission: 'Upvotes on this subreddit', with flair 'Discussion'
+31481 [2020-01-22 15:10:40] '/u/CertMedia' has given '/u/CompleteReason1' lambda!
+31481 [2020-01-22 15:11:22] '/u/CertMedia' has given '/u/MusicOfBeeFef' lambda!
+31481 [2020-01-22 15:17:26] '/u/ShikharTrivedi' has given '/u/TheBobbyBands' lambda!
+31481 [2020-01-22 15:17:26] The OP received lambda too!
+31481 [2020-01-22 15:24:15] '/u/TheBobbyBands' has given '/u/75iq' lambda!
+31481 [2020-01-22 15:24:15] The OP received lambda too!
+31481 [2020-01-22 15:24:48] There has been a new submission: 'Uploaded this one awhile ago, but haven't had much feedback. What do you people think?', with flair 'Video Critique'
+31481 [2020-01-22 15:28:00] '/u/TheBobbyBands' has given '/u/DocDoesGaming' lambda!
+31481 [2020-01-22 15:30:03] There has been a new submission: 'Can’t find motivation', with flair 'Discussion'
+31481 [2020-01-22 15:30:21] There has been a new submission: 'Hand carved wooden spoon time lapse [4:13]', with flair 'Channel Review'
+31481 [2020-01-22 15:30:23] /u/Trailhawk8095 had their submission removed for insufficient lambda.
+31481 [2020-01-22 15:37:07] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 14 - Rocket Hangar (Gears 5)', with flair 'Gaming'
+31481 [2020-01-22 15:37:09] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+31481 [2020-01-22 15:42:35] '/u/tss230' has given '/u/brandillon' lambda!
+31481 [2020-01-22 15:43:33] There has been a new submission: 'How much money do small YouTubers make?', with flair 'Channel Review'
+31481 [2020-01-22 15:43:35] /u/EnforcerMan777 had their submission removed for insufficient lambda.
+31481 [2020-01-22 15:43:46] There has been a new submission: 'I'm looking for feedback on my videos in general, more below!', with flair 'Channel Review'
+31481 [2020-01-22 15:44:23] '/u/tss230' has given '/u/NotGumbercules' lambda!
+31481 [2020-01-22 15:52:32] '/u/ixDante' has given '/u/NotGumbercules' lambda!
+31616 [2020-01-22 16:02:08]
+####################
+[2020-01-22 16:02:08] RESTARTED
+####################
+
+31616 [2020-01-22 16:03:32] There has been a new submission: 'Hey! Maybe go watch my new video? Tell me if you liked it (or if you didn’t)!', with flair 'Video Critique'
+31616 [2020-01-22 16:03:34] /u/brandontricking had their submission removed for insufficient lambda.
+31616 [2020-01-22 16:19:16] There has been a new submission: 'Promised to play Dead Space at 100 subs thinking it wouldn't happen...here's me playing Dead Space', with flair 'None'
+31616 [2020-01-22 16:19:16] /u/twitchy_Sharmander had their submission removed for insufficient lambda.
+31616 [2020-01-22 16:23:39] There has been a new submission: 'Check out my little gaming channel! Any critiscism is welcome!', with flair 'Gaming'
+31616 [2020-01-22 16:23:41] /u/MacsGames had their submission removed for insufficient lambda.
+31616 [2020-01-22 16:24:05] There has been a new submission: 'What happens before my friends and i play Minecraft?! *EXTREMELY FUNNY*', with flair 'Gaming'
+31616 [2020-01-22 16:24:08] /u/Lab4Games had their submission removed for insufficient lambda.
+31616 [2020-01-22 16:49:58] '/u/clemmonsRushi' has given '/u/dextrof' lambda!
+31616 [2020-01-22 16:51:04] '/u/clemmonsRushi' has given '/u/secluderhere' lambda!
+31616 [2020-01-22 16:51:16] There has been a new submission: 'This is how you can activate windows 10 without any product key', with flair 'None'
+31616 [2020-01-22 16:51:18] /u/Ra-0ne had their submission removed for insufficient lambda.
+31616 [2020-01-22 16:55:13] '/u/DocDoesGaming' has given '/u/MacsGames' lambda!
+31616 [2020-01-22 16:55:13] The OP received lambda too!
+31616 [2020-01-22 16:59:59] There has been a new submission: 'My first ATTEMPT at Weight Loss Video.....Worked really hard on this one and did a lot of research..See it and let me know what to do for improvements? what is missing? what can be added? Any Feedback is greatly appreciated...', with flair 'Video Critique'
+31616 [2020-01-22 17:04:52] '/u/CertMedia' has given '/u/4orty1savage' lambda!
+31616 [2020-01-22 17:04:53] The OP received lambda too!
+31616 [2020-01-22 17:15:18] There has been a new submission: 'Switch VS PC: A Side By Side Comparison Of Horror Games', with flair 'Gaming'
+31616 [2020-01-22 17:15:20] /u/shaunoxley had their submission removed for insufficient lambda.
+31616 [2020-01-22 17:20:51] There has been a new submission: 'Still remember you legend !', with flair 'Channel Review'
+31616 [2020-01-22 17:20:53] /u/Vasilis-Tsaknakis had their submission removed for insufficient lambda.
+31616 [2020-01-22 17:29:05] There has been a new submission: 'A movie review while playing Spider-Man for the PS4: El Camino - A Breaking Bad Movie', with flair 'Gaming'
+31616 [2020-01-22 17:40:44] There has been a new submission: 'AM A PROFFESH MINECRAFTER', with flair 'Video Critique'
+31616 [2020-01-22 17:41:03] '/u/TreverCarreon' has given '/u/ImSoPhilly929' lambda!
+31616 [2020-01-22 17:59:11] There has been a new submission: 'Mr. Shan - Season 1 Episode 2 "Seven Inches Long"', with flair 'Video Critique'
+31752 [2020-01-22 18:02:08]
+####################
+[2020-01-22 18:02:08] RESTARTED
+####################
+
+31752 [2020-01-22 18:03:17] '/u/zweller842' has given '/u/Nayor' lambda!
+31752 [2020-01-22 18:03:18] The OP received lambda too!
+31752 [2020-01-22 18:03:55] There has been a new submission: 'American History Session 006: How America Got Its Name', with flair 'Video Critique'
+31752 [2020-01-22 18:08:44] '/u/TheBobbyBands' has given '/u/rygben11' lambda!
+31752 [2020-01-22 18:09:43] '/u/TheBobbyBands' has given '/u/C0NLlN' lambda!
+31752 [2020-01-22 18:10:08] '/u/TheBobbyBands' has given '/u/LemonProductionsYT' lambda!
+31752 [2020-01-22 18:12:13] There has been a new submission: 'Commentary video on the dobre brothers', with flair 'Video Critique'
+31752 [2020-01-22 18:14:00] '/u/TheBobbyBands' has given '/u/Polymorphicspector' lambda!
+31752 [2020-01-22 18:27:18] There has been a new submission: 'What are some scary, older AskReddit threads that would be interesting to read through?', with flair 'Vlog'
+31752 [2020-01-22 18:27:20] /u/Conscious_Criticism had their submission removed for insufficient lambda.
+31752 [2020-01-22 18:31:05] '/u/TheThrashCity' has given '/u/RunningIntoBedlem' lambda!
+31752 [2020-01-22 18:31:05] The OP received lambda too!
+31752 [2020-01-22 18:35:51] There has been a new submission: 'FIFA 20 - Custom Tactics', with flair 'Gaming'
+31752 [2020-01-22 18:41:09] '/u/MasterofRevels' has given '/u/Jenzenberg' lambda!
+31752 [2020-01-22 18:42:00] There has been a new submission: 'The Chicken slayer', with flair 'Gaming'
+31752 [2020-01-22 18:42:02] /u/NsvProductions had their submission removed for insufficient lambda.
+31752 [2020-01-22 18:43:08] '/u/anaana994' has given '/u/RunningIntoBedlem' lambda!
+31752 [2020-01-22 18:43:08] The OP received lambda too!
+31752 [2020-01-22 18:43:38] There has been a new submission: 'What theme/niche is your YT channel?', with flair 'Discussion'
+31752 [2020-01-22 18:44:10] '/u/Twofoxonecat' has given '/u/Undercovercop929' lambda!
+31752 [2020-01-22 18:44:10] The OP received lambda too!
+31752 [2020-01-22 18:46:30] '/u/Twofoxonecat' has given '/u/jjnlove' lambda!
+31752 [2020-01-22 18:50:53] There has been a new submission: 'Hey guys! I have just been offered an affiliate partner with a company and they are offering 20% on all sales that go through my channel! Any advise on how this works! It's all new to me.', with flair 'Discussion'
+31752 [2020-01-22 18:57:42] '/u/TheBobbyBands' has given '/u/RunningIntoBedlem' lambda!
+31752 [2020-01-22 19:01:48] There has been a new submission: 'Created Teaser for a upcoming video essay on gaslighting - could use advice/suggestions', with flair 'None'
+31752 [2020-01-22 19:10:46] There has been a new submission: 'Recently made the switch from console to PC in Overwatch!', with flair 'None'
+31752 [2020-01-22 19:10:49] /u/bowsergamingbro had their submission removed for insufficient lambda.
+31752 [2020-01-22 19:15:23] There has been a new submission: 'Question for channels that use scripts', with flair 'Discussion'
+31752 [2020-01-22 19:18:43] There has been a new submission: 'Top 10 Anime Where the MC is Smarter Than Everyone [HD]', with flair 'Video Critique'
+31752 [2020-01-22 19:18:44] /u/animeirregular had their submission removed for insufficient lambda.
+31752 [2020-01-22 19:20:36] There has been a new submission: 'Took me 1 Month of planning, production & animation - Would love to know your thoughts.', with flair 'Video Critique'
+31752 [2020-01-22 19:33:56] There has been a new submission: 'Decided I want to start a series and this is the first video. Definitely the most effort I’ve put into editing. I know my writing could improve. Giving Lambda for constructive critiques', with flair 'Video Critique'
+31752 [2020-01-22 19:42:43] There has been a new submission: 'Howdy Bois, I Was Wondering If You Guys Could Review My Channel And Give Me Feedback On My Videos To See What I Can Do Better, Thanks. And P.S plz sub 🤘😎👌', with flair 'Channel Review'
+31752 [2020-01-22 19:42:45] /u/Rackoone11 had their submission removed for insufficient lambda.
+31752 [2020-01-22 19:46:14] There has been a new submission: 'Looking for feedback and constructive criticism on my latest video. Skied behind my Huracan', with flair 'Video Critique'
+31752 [2020-01-22 19:46:16] /u/boostedgreg had their submission removed for insufficient lambda.
+31752 [2020-01-22 19:49:29] There has been a new submission: 'How To Download BO2 Plutonium FREE In 2020!! All DLC Packs, ZOMBIES, MULTIPLAYER!', with flair 'Gaming'
+31752 [2020-01-22 19:49:30] /u/BreconOfficialYT had their submission removed for insufficient lambda.
+31752 [2020-01-22 19:53:22] There has been a new submission: 'You heard of The Godfather, but you never heard of The Goodfather|Short Sketch|Topographical Gang', with flair 'Video Critique'
+31752 [2020-01-22 19:58:05] There has been a new submission: 'Does anyone else feel stuck, even though they are making progress?', with flair 'Discussion'
+31888 [2020-01-22 20:02:08]
+####################
+[2020-01-22 20:02:08] RESTARTED
+####################
+
+31888 [2020-01-22 20:06:09] There has been a new submission: 'Crashing my Drone, Free Stock Drone Footage: Sunny Day Hiking,', with flair 'Video Critique'
+31888 [2020-01-22 20:06:10] /u/dayofthehippo had their submission removed for insufficient lambda.
+31888 [2020-01-22 20:07:26] There has been a new submission: 'Let's Build and Deploy a Website With Stackbit', with flair 'Discussion'
+31888 [2020-01-22 20:07:27] /u/lauragift21 had their submission removed for using the wrong flair.
+31888 [2020-01-22 20:10:22] There has been a new submission: 'O took your suggestions from the last video and hopefully made this one better what do you think about this part of my journey to health? What do I need to do to get better?', with flair 'Video Critique'
+31888 [2020-01-22 20:13:03] There has been a new submission: 'any thoughts on this video please :) lambda given', with flair 'Channel Review'
+31888 [2020-01-22 20:23:56] '/u/meltedsundae' has given '/u/RavenJimmy' lambda!
+31888 [2020-01-22 20:23:56] The OP received lambda too!
+31888 [2020-01-22 20:25:54] There has been a new submission: 'Any tips and advice? I know i can work on the thumbnail', with flair 'Gaming'
+31888 [2020-01-22 20:25:56] /u/EraVortex had their submission removed for insufficient lambda.
+31888 [2020-01-22 20:27:23] There has been a new submission: 'I'm getting back into youtube after a while, I hope you like my style! This is my pilot for my new show! I make gaming videos as well that are shorter lol, love to hear what you think! thanks!', with flair 'Channel Review'
+31888 [2020-01-22 20:27:24] /u/kjanta had their submission removed for insufficient lambda.
+31888 [2020-01-22 20:30:03] There has been a new submission: '99.9% Fail Try not to laugh TikToks', with flair 'Video Critique'
+31888 [2020-01-22 20:30:06] /u/iGOBBLEyummy had their submission removed for insufficient lambda.
+31888 [2020-01-22 20:31:07] There has been a new submission: 'I recently visited LA and I wanted to compare their cannabis with Canadian products! All feedback is greatly appreciated! ✌️', with flair 'Video Critique'
+31888 [2020-01-22 20:38:48] There has been a new submission: 'Made a mw throwingknife montage. Feedback=!givelambda (:', with flair 'Video Critique'
+31888 [2020-01-22 20:38:54] There has been a new submission: 'Finishing my loads up | Truck driver (4)', with flair 'Gaming'
+31888 [2020-01-22 20:38:55] /u/firewarrior24 had their submission removed for insufficient lambda.
+31888 [2020-01-22 20:45:03] There has been a new submission: 'Finally uploaded again after 13 months, check it out.', with flair 'Gaming'
+31888 [2020-01-22 20:45:04] /u/shaggymart22 had their submission removed for insufficient lambda.
+31888 [2020-01-22 20:45:35] There has been a new submission: 'How to Make Your videos 100% better? and boost engagement by 80-100%', with flair 'Meta'
+31888 [2020-01-22 20:46:53] '/u/Sipover' has given '/u/Eobmihj' lambda!
+31888 [2020-01-22 20:46:54] The OP received lambda too!
+31888 [2020-01-22 20:48:36] '/u/Sipover' has given '/u/NarivaTV' lambda!
+31888 [2020-01-22 21:11:06] There has been a new submission: '(Lmk what i should improve on in my vlogs) My Experience At The 2020 Montreal Car Show', with flair 'Video Critique'
+31888 [2020-01-22 21:13:18] '/u/thecounselor6' has given '/u/RunningIntoBedlem' lambda!
+31888 [2020-01-22 21:13:18] The OP received lambda too!
+31888 [2020-01-22 21:14:52] '/u/thecounselor6' has given '/u/CalluMb243' lambda!
+31888 [2020-01-22 21:17:32] There has been a new submission: '32 hour work week in washington, space camoflage, and connor McGregor.', with flair 'Video Critique'
+31888 [2020-01-22 21:19:05] '/u/Heavy_Rain_' has given '/u/MafiasFinestTV' lambda!
+31888 [2020-01-22 21:19:05] The OP received lambda too!
+31888 [2020-01-22 21:20:05] '/u/Heavy_Rain_' has given '/u/Undercovercop929' lambda!
+31888 [2020-01-22 21:20:45] '/u/Heavy_Rain_' has given '/u/NarivaTV' lambda!
+31888 [2020-01-22 21:21:29] '/u/Heavy_Rain_' has given '/u/DashRides' lambda!
+31888 [2020-01-22 21:21:52] '/u/Heavy_Rain_' has given '/u/c_lee64' lambda!
+31888 [2020-01-22 21:22:41] There has been a new submission: 'The best horror game I've played.. SCARY AS HELL | Layers of Fear #1', with flair 'Video Critique'
+31888 [2020-01-22 21:22:43] /u/YeeMeister971 had their submission removed for insufficient lambda.
+31888 [2020-01-22 21:23:59] '/u/Heavy_Rain_' has given '/u/RunningIntoBedlem' lambda!
+31888 [2020-01-22 21:26:43] There has been a new submission: 'My Latest Video, Thoughts?', with flair 'Channel Review'
+31888 [2020-01-22 21:27:49] There has been a new submission: 'Darwin Project - The Funniest Battle Royale (Free To Play)', with flair 'Gaming'
+31888 [2020-01-22 21:27:50] /u/CheatCentralCH had their submission removed for insufficient lambda.
+31888 [2020-01-22 21:29:24] There has been a new submission: 'BBC Archives (not so) royal wedding Looking for some feedback please last video I was told to to try some background music so have it a shot in this one how do you think it worked ?', with flair 'Video Critique'
+31888 [2020-01-22 21:32:38] '/u/TheBusyBudtender' has given '/u/heidhorch' lambda!
+31888 [2020-01-22 21:32:38] The OP received lambda too!
+31888 [2020-01-22 21:33:57] There has been a new submission: 'Hello everyone I’m Crunchyguy1337! I post funny videos, livestream, etc! I don’t really have a schedule to upload/livestream, but at least I can try to entertain you all!! Heres my recent livestream and subscribe!', with flair 'Gaming'
+31888 [2020-01-22 21:33:59] /u/Crunchyguy1337 had their submission removed for insufficient lambda.
+31888 [2020-01-22 21:34:51] There has been a new submission: 'Could you guys give feedback in my channel?', with flair 'Discussion'
+31888 [2020-01-22 21:43:49] '/u/YeeMeister971' has given '/u/juststartingout120' lambda!
+31888 [2020-01-22 21:43:49] The OP received lambda too!
+31888 [2020-01-22 21:44:49] There has been a new submission: 'This is my 4th video about to hit over 100 views! one video having 250+! only been uploading for 2 months and nearly hit 100 legit subscribers. Super happy, may not be alot to some people but im gassed about. Consistency, practice and perseverance. This is only the start! :D', with flair 'Gaming'
+31888 [2020-01-22 21:49:50] There has been a new submission: 'How do you bind your audience to yourself?', with flair 'Discussion'
+31888 [2020-01-22 21:55:01] '/u/usedmop' has given '/u/c_lee64' lambda!
+31888 [2020-01-22 22:00:52] There has been a new submission: 'Can u check my yt channel a sub please', with flair 'None'
+31888 [2020-01-22 22:00:54] /u/REX_BTW had their submission removed for insufficient lambda.
+32109 [2020-01-22 22:02:08]
+####################
+[2020-01-22 22:02:08] RESTARTED
+####################
+
+32109 [2020-01-22 22:03:01] There has been a new submission: 'Making my friend salty XD', with flair 'None'
+32109 [2020-01-22 22:03:03] /u/Codexmas001 had their submission removed for insufficient lambda.
+32109 [2020-01-22 22:03:21] There has been a new submission: 'watch my videos, leave some feedback maybe? thank you <3', with flair 'Gaming'
+32109 [2020-01-22 22:03:23] /u/apstackz had their submission removed for insufficient lambda.
+32109 [2020-01-22 22:17:22] There has been a new submission: 'Hey hey! Looking for feedback on our new video Dating Casually “Drinks” Ep: 02. Any feedback on the video, editing or thumbnail would be very helpful.', with flair 'Video Critique'
+32109 [2020-01-22 22:18:32] '/u/TheBobbyBands' has given '/u/MafiasFinestTV' lambda!
+32109 [2020-01-22 22:22:06] There has been a new submission: 'January OOTW (Outfits Of The Week)', with flair 'Vlog'
+32109 [2020-01-22 22:22:08] /u/benzie-likes-tuna had their submission removed for insufficient lambda.
+32109 [2020-01-22 22:29:18] '/u/TheBobbyBands' has given '/u/deliriousmarc' lambda!
+32109 [2020-01-22 22:32:35] There has been a new submission: 'Brighton Utah First say of the snowboarding season', with flair 'Video Critique'
+32109 [2020-01-22 22:32:37] /u/curvy_member had their submission removed for insufficient lambda.
+32109 [2020-01-22 22:33:56] '/u/TheBobbyBands' has given '/u/Illfury' lambda!
+32109 [2020-01-22 22:44:22] '/u/Burkeds' has given '/u/deliriousmarc' lambda!
+32109 [2020-01-22 22:44:22] The OP received lambda too!
+32109 [2020-01-22 22:44:45] There has been a new submission: 'PLZ LMK HOW I DID AND SEND YOURS TOO', with flair 'Video Critique'
+32109 [2020-01-22 22:44:47] /u/StormIshereYt had their submission removed for insufficient lambda.
+32109 [2020-01-22 22:46:33] There has been a new submission: 'Who Has the Better Chicken Sandwich? (Warning: Surprise Ending)', with flair 'Video Critique'
+32109 [2020-01-22 22:53:13] There has been a new submission: 'Handheld Nintendo switch mini-tage need some feedback on it please.', with flair 'None'
+32109 [2020-01-22 22:53:15] /u/Jack-34 had their submission removed for insufficient lambda.
+32109 [2020-01-22 23:02:16] '/u/DankConnor' has given '/u/apstackz' lambda!
+32109 [2020-01-22 23:02:16] The OP received lambda too!
+32109 [2020-01-22 23:04:39] '/u/ixDante' has given '/u/Ians-Mind' lambda!
+32109 [2020-01-22 23:06:17] '/u/ixDante' has given '/u/MafiasFinestTV' lambda!
+32109 [2020-01-22 23:12:36] There has been a new submission: 'PLZ LMK HOW I DID AND [SEND YOUR VIDEO LINK TOO!!!] Say done when finished', with flair 'Video Critique'
+32109 [2020-01-22 23:12:38] /u/FortNiteBeam had their submission removed for insufficient lambda.
+32109 [2020-01-22 23:13:04] There has been a new submission: 'Press The Button!: 135 subscribers', with flair 'Channel Review'
+32109 [2020-01-22 23:13:06] /u/oknopesookok had their submission removed for insufficient lambda.
+32109 [2020-01-22 23:19:36] There has been a new submission: 'Umm its a gaming/edited funny moments i hope its not too bad, i know my voice kinda weird tho lol', with flair 'Gaming'
+32109 [2020-01-22 23:19:36] /u/ibra21x had their submission removed for insufficient lambda.
+32109 [2020-01-22 23:20:57] '/u/thecounselor6' has given '/u/HumperTrooper15' lambda!
+32109 [2020-01-22 23:26:29] There has been a new submission: 'Befriending your inner Demon | Paralyzed Indie Horror', with flair 'Video Critique'
+32109 [2020-01-22 23:27:30] '/u/CocoChinaRed' has given '/u/NotGumbercules' lambda!
+32109 [2020-01-22 23:40:08] '/u/TheBobbyBands' has given '/u/_NGaming_' lambda!
+32109 [2020-01-22 23:43:36] There has been a new submission: 'Anything you liked/didn’t like? Let me know ! :-)', with flair 'Gaming'
+32109 [2020-01-22 23:46:25] There has been a new submission: 'Amazon Renewed Review', with flair 'Video Critique'
+32109 [2020-01-22 23:46:26] /u/FudgeMA had their submission removed for insufficient lambda.
+32109 [2020-01-22 23:51:06] There has been a new submission: 'SpongeBob Sings Believer by Imagine Dragons ( i started making spongebob sing songs.. what do you guys think ? )', with flair 'Channel Review'
+32109 [2020-01-22 23:51:09] /u/Alae1200 had their submission removed for insufficient lambda.
+32109 [2020-01-22 23:53:42] There has been a new submission: 'Which video editor to use', with flair 'Discussion'
+32109 [2020-01-23 00:01:59] '/u/KamKashiiiYT' has given '/u/mattchu_does_stuff' lambda!
+32109 [2020-01-23 00:01:59] The OP received lambda too!
+32336 [2020-01-23 00:02:09]
+####################
+[2020-01-23 00:02:09] RESTARTED
+####################
+
+32336 [2020-01-23 00:04:38] There has been a new submission: '[Channel Review] Just Passed 1,000 subs and I'd like a review from my peers', with flair 'Channel Review'
+32336 [2020-01-23 00:06:57] There has been a new submission: 'I made a short film. Would love to get some feedback.', with flair 'Video Critique'
+32336 [2020-01-23 00:06:58] /u/muhammad-dng had their submission removed for insufficient lambda.
+32336 [2020-01-23 00:09:17] '/u/TrifectaComedy' has given '/u/deliriousmarc' lambda!
+32336 [2020-01-23 00:09:18] The OP received lambda too!
+32336 [2020-01-23 00:14:08] There has been a new submission: 'Rain Sounds for Stress Relief', with flair 'Art'
+32336 [2020-01-23 00:14:10] /u/bikinitryon had their submission removed for insufficient lambda.
+32336 [2020-01-23 00:16:58] There has been a new submission: 'The Truth About The Ouija Board', with flair 'Discussion'
+32336 [2020-01-23 00:17:00] /u/HariHobbies had their submission removed for using the wrong flair.
+32336 [2020-01-23 00:19:44] '/u/harsukhpal' has given '/u/c_lee64' lambda!
+32336 [2020-01-23 00:24:24] There has been a new submission: 'Rain Sounds for Stress Relief', with flair 'Art'
+32336 [2020-01-23 00:24:25] /u/raiders7 had their submission removed for insufficient lambda.
+32336 [2020-01-23 00:25:25] There has been a new submission: '[Discussion]Do you want a review? Want an opinion good or bad?', with flair 'Discussion'
+32336 [2020-01-23 00:26:14] There has been a new submission: 'TheUglyDuck', with flair 'Channel Review'
+32336 [2020-01-23 00:26:16] /u/TheUglyDuckYT had their submission removed for insufficient lambda.
+32336 [2020-01-23 00:31:00] '/u/EricGlassVideos' has given '/u/mattchu_does_stuff' lambda!
+32336 [2020-01-23 00:31:00] The OP received lambda too!
+32336 [2020-01-23 00:41:09] '/u/NarivaTV' has given '/u/EricGlassVideos' lambda!
+32336 [2020-01-23 00:41:09] The OP received lambda too!
+32336 [2020-01-23 00:42:14] '/u/NarivaTV' has given '/u/filterjohny-68' lambda!
+32336 [2020-01-23 00:43:07] '/u/FergHD' has given '/u/mattchu_does_stuff' lambda!
+32336 [2020-01-23 00:43:07] The OP received lambda too!
+32336 [2020-01-23 00:49:58] '/u/NarivaTV' has given '/u/mattchu_does_stuff' lambda!
+32336 [2020-01-23 00:54:49] '/u/SwanCreek' has given '/u/mattchu_does_stuff' lambda!
+32336 [2020-01-23 00:54:49] The OP received lambda too!
+9218 [2020-01-23 01:04:47] Updated statistics
+32336 [2020-01-23 01:12:59] There has been a new submission: 'BOT SOUP - finger drum hand beats korg padkontrol', with flair 'Video Critique'
+32336 [2020-01-23 01:13:02] /u/dickcurls had their submission removed for insufficient lambda.
+32336 [2020-01-23 01:15:15] {ERROR} unsupported operand type(s) for -: 'str' and 'int'
+32336 [2020-01-23 01:29:05] There has been a new submission: 'Is this me roasting my friend?', with flair 'Discussion'
+32336 [2020-01-23 01:29:06] /u/sonny_box had their submission removed for using the wrong flair.
+32336 [2020-01-23 01:32:19] '/u/deliriousmarc' has given '/u/Ians-Mind' lambda!
+32336 [2020-01-23 01:32:19] The OP received lambda too!
+32336 [2020-01-23 01:45:35] There has been a new submission: 'Is this me roasting my friend?', with flair 'Video Critique'
+32336 [2020-01-23 01:45:37] /u/sonny_box had their submission removed for insufficient lambda.
+32336 [2020-01-23 01:46:18] '/u/clemmonsRushi' has given '/u/RunningIntoBedlem' lambda!
+32336 [2020-01-23 01:47:52] There has been a new submission: 'Parent vlogs', with flair 'None'
+32336 [2020-01-23 01:47:53] /u/theseasons had their submission removed for insufficient lambda.
+32336 [2020-01-23 01:52:49] There has been a new submission: 'Anyone looking for an editor?', with flair 'Collab'
+32336 [2020-01-23 02:01:56] There has been a new submission: 'Feedback on our first videos are very welcome! And I'd love to critique other videos as well :)', with flair 'Video Critique'
+32336 [2020-01-23 02:01:59] /u/wookie2292 had their submission removed for insufficient lambda.
+32479 [2020-01-23 02:02:09]
+####################
+[2020-01-23 02:02:09] RESTARTED
+####################
+
+32479 [2020-01-23 02:07:23] '/u/IndieGamingBlitz' has given '/u/Lettucewitha3' lambda!
+32479 [2020-01-23 02:07:23] The OP received lambda too!
+32479 [2020-01-23 02:08:06] There has been a new submission: 'Hello again! I would like a review of my newest Diablo video. I had a happy accident and had to adjust my usual style and I kinda like it and would love some feedback! Thanks!', with flair 'Video Critique'
+32479 [2020-01-23 02:08:17] '/u/IndieGamingBlitz' has given '/u/OneFor56' lambda!
+32479 [2020-01-23 02:08:31] '/u/IndieGamingBlitz' has given '/u/MafiasFinestTV' lambda!
+32479 [2020-01-23 02:08:44] '/u/IndieGamingBlitz' has given '/u/c_lee64' lambda!
+32479 [2020-01-23 02:09:11] '/u/IndieGamingBlitz' has given '/u/HumperTrooper15' lambda!
+32479 [2020-01-23 02:09:39] '/u/IndieGamingBlitz' has given '/u/El_Penguino_' lambda!
+32479 [2020-01-23 02:09:44] '/u/IndieGamingBlitz' has given '/u/SelendineMcHerb' lambda!
+32479 [2020-01-23 02:30:41] There has been a new submission: 'Far Cry 3: Blood Dragon (Internal POV) - The mic that i was using was borrowed and i know this one is cheap, so feedback on entertainment of the video is appreciated', with flair 'Video Critique'
+32479 [2020-01-23 02:32:03] '/u/Jischasing' has given '/u/ChristleDawn' lambda!
+32479 [2020-01-23 02:32:03] The OP received lambda too!
+32479 [2020-01-23 02:34:34] '/u/CliffordTV' has given '/u/PokemaniacOctoru' lambda!
+32479 [2020-01-23 02:34:34] The OP received lambda too!
+32479 [2020-01-23 02:37:43] There has been a new submission: 'MY 19TH BIRTHDAY SURPRISE BIRTHDAY PARTY VLOG 🎁! *AMAZING*', with flair 'Vlog'
+32479 [2020-01-23 02:38:19] '/u/Jischasing' has given '/u/SupaCoolMoM' lambda!
+32479 [2020-01-23 02:38:39] '/u/c_lee64' has given '/u/alexvanguard' lambda!
+32479 [2020-01-23 02:38:39] The OP received lambda too!
+32479 [2020-01-23 02:42:37] '/u/deliriousmarc' has given '/u/Redmond93' lambda!
+32479 [2020-01-23 02:44:13] '/u/Jischasing' has given '/u/intoneds' lambda!
+32479 [2020-01-23 02:45:44] There has been a new submission: 'Are there any subreddits like this one? More specifically, ones that have a currency system.', with flair 'Discussion'
+32479 [2020-01-23 02:49:09] There has been a new submission: 'Hey everyone! I have a question for you all...', with flair 'Discussion'
+32479 [2020-01-23 02:50:09] '/u/Jischasing' has given '/u/thefirelord500' lambda!
+32479 [2020-01-23 02:56:15] There has been a new submission: 'How much does a small YouTuber make?', with flair 'None'
+32479 [2020-01-23 02:56:16] /u/EnforcerMan777 had their submission removed for insufficient lambda.
+32479 [2020-01-23 02:57:15] There has been a new submission: 'I'd like some feedback on my most recent video', with flair 'Video Critique'
+32479 [2020-01-23 02:57:16] /u/DemonAero had their submission removed for insufficient lambda.
+32479 [2020-01-23 02:58:18] '/u/Jischasing' has given '/u/PokemaniacOctoru' lambda!
+32479 [2020-01-23 03:06:33] '/u/LeftyWillie' has given '/u/Graydingo' lambda!
+32479 [2020-01-23 03:07:07] '/u/LeftyWillie' has given '/u/Yokhan77' lambda!
+32479 [2020-01-23 03:11:28] There has been a new submission: 'Kind of a Channel Review. I feel like this is one of my better videos in a while...does it seem better than my other videos or have I lost touch with reality lol?', with flair 'Channel Review'
+32479 [2020-01-23 03:16:21] There has been a new submission: 'Gaming Video Editor ready to work for you!', with flair 'Collab'
+32479 [2020-01-23 03:17:29] There has been a new submission: 'I’m almost at that big 100 :’)', with flair 'None'
+32479 [2020-01-23 03:17:30] /u/DJFleischman had their submission removed for insufficient lambda.
+32479 [2020-01-23 03:22:24] '/u/Jischasing' has given '/u/The_Suited_Bird' lambda!
+32479 [2020-01-23 03:24:22] There has been a new submission: 'Tryna hit 2k views!! Also sub please :)', with flair 'Gaming'
+32479 [2020-01-23 03:24:24] /u/Urzbn1 had their submission removed for insufficient lambda.
+32479 [2020-01-23 03:26:25] '/u/zweller842' has given '/u/DemonAero' lambda!
+32479 [2020-01-23 03:26:25] The OP received lambda too!
+32479 [2020-01-23 03:26:48] There has been a new submission: 'I made homemade ramen. It was delicious and easy and I'm probably going to go make some more now.', with flair 'Vlog'
+32479 [2020-01-23 03:26:50] /u/BGWrites7536 had their submission removed for insufficient lambda.
+32479 [2020-01-23 03:26:59] There has been a new submission: 'I need some games i can record and edit', with flair 'Discussion'
+32479 [2020-01-23 03:28:37] '/u/zweller842' has given '/u/Crispy_87' lambda!
+32479 [2020-01-23 03:31:51] '/u/zweller842' has given '/u/FergHD' lambda!
+32479 [2020-01-23 03:39:16] There has been a new submission: 'Does my intro do what it is intended to do?', with flair 'Video Critique'
+32479 [2020-01-23 03:54:20] There has been a new submission: 'Old Friends 2', with flair 'Discussion'
+32479 [2020-01-23 03:54:22] /u/Spln0saurs_Encrypt3d had their submission removed for using the wrong flair.
+32479 [2020-01-23 03:59:52] There has been a new submission: '3d animator, looking to work and/or collaborate with other Youtube animators.', with flair 'Collab'
+32691 [2020-01-23 04:02:09]
+####################
+[2020-01-23 04:02:09] RESTARTED
+####################
+
+32691 [2020-01-23 04:04:58] '/u/Mediumjack1' has given '/u/CliffordTV' lambda!
+32691 [2020-01-23 04:04:59] The OP received lambda too!
+32691 [2020-01-23 04:05:06] There has been a new submission: 'New Channel with New Video!!', with flair 'None'
+32691 [2020-01-23 04:05:08] /u/gouldieee had their submission removed for insufficient lambda.
+32691 [2020-01-23 04:14:28] There has been a new submission: 'So this is my first post where I’m linking my content...', with flair 'Video Critique'
+32691 [2020-01-23 04:29:32] '/u/zweller842' has given '/u/matthewbergie' lambda!
+32691 [2020-01-23 04:32:10] There has been a new submission: 'Hey! I recently started uploading again. I'm not to experienced with uploading videos of me talking, but i have always wanted to. My previous videos are all call of duty edits. If you want to check out my video and maybe leave feedback? :) any feedback on improvements would be highly appreciated!', with flair 'Gaming'
+32691 [2020-01-23 04:32:12] /u/Visionized had their submission removed for insufficient lambda.
+32691 [2020-01-23 04:35:46] There has been a new submission: 'I need advice', with flair 'Discussion'
+32691 [2020-01-23 04:42:12] '/u/YeeMeister971' has given '/u/The_Suited_Bird' lambda!
+32691 [2020-01-23 05:03:40] '/u/About30NinjasYT' has given '/u/CalluMb243' lambda!
+32691 [2020-01-23 05:03:40] The OP received lambda too!
+32691 [2020-01-23 05:04:30] '/u/About30NinjasYT' has given '/u/Sipover' lambda!
+32691 [2020-01-23 05:04:47] '/u/About30NinjasYT' has given '/u/Undercovercop929' lambda!
+32691 [2020-01-23 05:05:19] '/u/About30NinjasYT' has given '/u/MrSharpySon' lambda!
+32691 [2020-01-23 05:06:05] '/u/About30NinjasYT' has given '/u/illicit816' lambda!
+32691 [2020-01-23 05:06:43] '/u/About30NinjasYT' has given '/u/deliriousmarc' lambda!
+32691 [2020-01-23 05:07:01] '/u/About30NinjasYT' has given '/u/apstackz' lambda!
+32691 [2020-01-23 05:07:24] '/u/About30NinjasYT' has given '/u/HumperTrooper15' lambda!
+32691 [2020-01-23 05:08:01] '/u/About30NinjasYT' has given '/u/Jack-34' lambda!
+32691 [2020-01-23 05:08:30] '/u/About30NinjasYT' has given '/u/rondislap' lambda!
+32691 [2020-01-23 05:09:28] '/u/About30NinjasYT' has given '/u/_NGaming_' lambda!
+32691 [2020-01-23 05:13:01] There has been a new submission: 'Why do so many YouTubers only care about subscribers when you also need 4000 watch hours within 12 months to get monatized should we all be trying to get watch hours as well as subscribers?', with flair 'Discussion'
+32691 [2020-01-23 05:19:44] There has been a new submission: 'please do check out me losing all my mind', with flair 'Gaming'
+32691 [2020-01-23 05:19:44] /u/PlayR47 had their submission removed for insufficient lambda.
+32691 [2020-01-23 05:34:02] '/u/SwanCreek' has given '/u/CliffordTV' lambda!
+32691 [2020-01-23 05:43:36] There has been a new submission: 'Hey everyone! I did a collaboration video with a Fellow small YT Channel! Let me know what you think! PS. Lambda will be given out for good feedback!', with flair 'Video Critique'
+32691 [2020-01-23 05:56:01] '/u/trinhybot' has given '/u/secluderhere' lambda!
+32691 [2020-01-23 05:56:01] The OP received lambda too!
+361 [2020-01-23 06:02:09]
+####################
+[2020-01-23 06:02:09] RESTARTED
+####################
+
+361 [2020-01-23 06:19:21] There has been a new submission: 'Umm me and my friends make youtube vids( mostly gamin) if youre interested please go check it out, it would mean lots. thamk you', with flair 'Gaming'
+361 [2020-01-23 06:19:22] /u/S00MU had their submission removed for insufficient lambda.
+361 [2020-01-23 06:26:05] '/u/cplaprade' has given '/u/hf_vlogs1' lambda!
+361 [2020-01-23 06:26:05] The OP received lambda too!
+361 [2020-01-23 06:40:24] There has been a new submission: 'What's up guys? Just uploaded a brand new video! Now, I am aware it is not my best video, so throw in all your criticism in the comments below! If you wanna see some GOOD content, head over to my channel and check out some of my other videos! As always, Lambda will be given out to feedback!', with flair 'Gaming'
+361 [2020-01-23 06:43:14] There has been a new submission: 'What's up guys? Just uploaded a brand new video! Now, I am aware it is not my best video, so throw in all your criticism in the comments below! If you wanna see some GOOD content, head over to my channel and check out some of my other videos! As always, Lambda will be given out to feedback!', with flair 'Gaming'
+361 [2020-01-23 06:43:16] /u/OneFor56 had their submission removed for insufficient lambda.
+361 [2020-01-23 06:54:45] '/u/CliffordTV' has given '/u/Kepler_Verge' lambda!
+361 [2020-01-23 07:09:11] '/u/CliffordTV' has given '/u/OneFor56' lambda!
+361 [2020-01-23 07:12:12] '/u/CalluMb243' has given '/u/filterjohny-68' lambda!
+361 [2020-01-23 07:12:12] The OP received lambda too!
+361 [2020-01-23 07:12:28] '/u/Undercovercop929' has given '/u/SpicyKumquat' lambda!
+361 [2020-01-23 07:12:28] The OP received lambda too!
+361 [2020-01-23 07:30:14] There has been a new submission: 'This is my YouTube channel. It's a league of legends montage channel :)', with flair 'Gaming'
+361 [2020-01-23 07:30:16] /u/chryred had their submission removed for insufficient lambda.
+731 [2020-01-23 08:02:09]
+####################
+[2020-01-23 08:02:09] RESTARTED
+####################
+
+731 [2020-01-23 08:30:16] There has been a new submission: 'First animation video I made that i don't completely hate and decided to share. About Terrace House.', with flair 'Channel Review'
+731 [2020-01-23 08:30:18] /u/75iq had their submission removed for insufficient lambda.
+731 [2020-01-23 08:56:58] There has been a new submission: 'I thought it was a good idea to send a subscriber from another country a little something to say thank you! My viewers have been amazing with the support recently and I want to show I appreciate it. Has anyone done this before/think it’s a good idea?', with flair 'Discussion'
+731 [2020-01-23 08:56:59] /u/richheaney90 had their submission removed for using the wrong flair.
+731 [2020-01-23 08:58:26] There has been a new submission: 'At last a video that generates a constant "YouTube Search" view stream!', with flair 'Discussion'
+731 [2020-01-23 09:15:40] There has been a new submission: 'I decided to send a viewer a little something to say thanks.. people have been so supportive since I started and I just wanted to really show I care! Has anyone done anything like this before/think it’s a good idea? Let me know your thoughts on this idea and the video. Keep I mind I do daily vlogs.', with flair 'Video Critique'
+731 [2020-01-23 09:23:04] '/u/CliffordTV' has given '/u/SwanCreek' lambda!
+731 [2020-01-23 09:27:37] There has been a new submission: 'How To Gain 90,000 Subs In 3 Months [A Case Study]', with flair 'Discussion'
+731 [2020-01-23 09:48:53] There has been a new submission: '🇸🇬 HIGHEST INFINITY POOL IN THE WORLD | SINGAPORE', with flair 'Vlog'
+731 [2020-01-23 09:48:54] /u/AtrainTravels had their submission removed for insufficient lambda.
+731 [2020-01-23 09:57:36] There has been a new submission: 'Would really appreciate some feedback on my new video where I react to a stolen Ad about animal welfare', with flair 'Video Critique'
+731 [2020-01-23 09:58:44] There has been a new submission: 'From Baby Sea Turtle to Adult Sea Turtle! Just uploaded a new video, feedback much appreciated, thank you all in advance!!', with flair 'Video Critique'
+1288 [2020-01-23 10:02:09]
+####################
+[2020-01-23 10:02:09] RESTARTED
+####################
+
+1288 [2020-01-23 10:03:00] There has been a new submission: 'The best schedule for posting?', with flair 'Discussion'
+1288 [2020-01-23 10:12:57] There has been a new submission: 'Could i get a video/channel/live stream review?', with flair 'Channel Review'
+1288 [2020-01-23 10:12:59] /u/ABagOfSmack had their submission removed for insufficient lambda.
+1288 [2020-01-23 10:14:18] There has been a new submission: '🇹🇭 $10 USD | HOW MUCH STREET FOOD CAN YOU BUY? BANGKOK, THAILAND.', with flair 'Vlog'
+1288 [2020-01-23 10:14:19] /u/AtrainTravels had their submission removed for insufficient lambda.
+1288 [2020-01-23 10:15:44] '/u/olisterw' has given '/u/OneFor56' lambda!
+1288 [2020-01-23 10:15:44] The OP received lambda too!
+1288 [2020-01-23 10:20:12] There has been a new submission: 'What's up guys? Just uploaded a brand new video. Now I know that this is not my best video, so throw all your criticism in the comments below. Now if you wanna see some GOOD content, check out ny channel and my other videos! Thanks for taking a look at my video!', with flair 'Gaming'
+1288 [2020-01-23 10:23:17] There has been a new submission: 'Could you critique my video! Please be honest! Its my 1st video on youtube other than old montgaes i used to make back Mw2 days! But that was years ago! The Video is highlights from a live stream, im trying to get people from youtube to visit my mixer channel, and the other way about. Good idea?', with flair 'Video Critique'
+1288 [2020-01-23 10:23:19] /u/ABagOfSmack had their submission removed for insufficient lambda.
+1288 [2020-01-23 10:34:15] '/u/Riko_07' has given '/u/OneFor56' lambda!
+1288 [2020-01-23 10:34:15] The OP received lambda too!
+1288 [2020-01-23 10:40:03] There has been a new submission: 'Jack Stauber - Buttercup (Cover) any feedback is appreciated 💞', with flair 'Video Critique'
+1288 [2020-01-23 10:48:11] There has been a new submission: 'Will making "how to" videos help me in gaining subscribers and getting views?', with flair 'Discussion'
+1288 [2020-01-23 11:05:56] '/u/richheaney90' has given '/u/MacsGames' lambda!
+1288 [2020-01-23 11:05:56] The OP received lambda too!
+1288 [2020-01-23 11:07:04] '/u/richheaney90' has given '/u/olisterw' lambda!
+1288 [2020-01-23 11:19:51] There has been a new submission: 'anyone looking to do a minecraft collab? i’d love to record some bedwars or build battle with someone! :)', with flair 'Collab'
+1288 [2020-01-23 11:20:47] There has been a new submission: 'Circle of Sumo: Online Rumble! REVIEW! | I reviewed this not long back and wanted to bring it your guys attention as I feel this game is alot of fun!', with flair 'Gaming'
+1288 [2020-01-23 11:46:31] There has been a new submission: '10 Questions You Should Ask Yourself To Improvement', with flair 'Channel Review'
+1288 [2020-01-23 11:46:32] /u/gihan0325 had their submission removed for insufficient lambda.
+1431 [2020-01-23 12:02:09]
+####################
+[2020-01-23 12:02:09] RESTARTED
+####################
+
+1431 [2020-01-23 12:03:00] There has been a new submission: 'THANK YOU ALL SO MUCH', with flair 'Discussion'
+1431 [2020-01-23 12:23:16] '/u/Apple-of-the-earths' has given '/u/Jellyquent' lambda!
+1431 [2020-01-23 12:23:16] The OP received lambda too!
+1431 [2020-01-23 12:31:12] '/u/White_Wokah' has given '/u/Adddo13' lambda!
+1431 [2020-01-23 12:31:12] The OP received lambda too!
+1431 [2020-01-23 12:33:58] '/u/olisterw' has given '/u/ourdatenights' lambda!
+1431 [2020-01-23 12:34:52] There has been a new submission: 'FIFA PACK OPENINGS! (Attempting to improve my editing to build my channel up)', with flair 'Video Critique'
+1431 [2020-01-23 13:05:41] '/u/DemonAero' has given '/u/MacsGames' lambda!
+1431 [2020-01-23 13:05:41] The OP received lambda too!
+1431 [2020-01-23 13:14:04] There has been a new submission: 'A slightly unusual offer', with flair 'Collab'
+1431 [2020-01-23 13:15:34] '/u/richheaney90' has given '/u/ourdatenights' lambda!
+1431 [2020-01-23 13:30:55] There has been a new submission: 'Hey Guys, started this channel after my uncle who is recently blind got super into these.. it's not a new idea but I enjoy making them, let me know what you all think 🙂', with flair 'Channel Review'
+1431 [2020-01-23 13:30:57] /u/clarko2k9 had their submission removed for insufficient lambda.
+1431 [2020-01-23 13:43:19] There has been a new submission: 'OK, I'm back! You guys had great feedback last time around, so with the edits in place, it's time for round 2! Tell me what you would like to see, how I should approach some stuff and what I can do to improve. Thanks!', with flair 'Gaming'
+1431 [2020-01-23 13:43:53] There has been a new submission: 'How is my second video?', with flair 'Art'
+1431 [2020-01-23 14:02:07] '/u/cplaprade' has given '/u/ourdatenights' lambda!
+1569 [2020-01-23 14:02:10]
+####################
+[2020-01-23 14:02:10] RESTARTED
+####################
+
+1569 [2020-01-23 14:03:02] There has been a new submission: 'I am going to be editing on my twitch stream, tune in for tips and tricks! (I have around 6-7 years experience editing)', with flair 'Discussion'
+1569 [2020-01-23 14:03:48] '/u/cplaprade' has given '/u/MacsGames' lambda!
+1569 [2020-01-23 14:04:36] '/u/cplaprade' has given '/u/Kepler_Verge' lambda!
+1569 [2020-01-23 14:06:20] '/u/cplaprade' has given '/u/SwanCreek' lambda!
+1569 [2020-01-23 14:07:48] '/u/cplaprade' has given '/u/CValentin' lambda!
+1569 [2020-01-23 14:09:11] '/u/cplaprade' has given '/u/HouseStarkWildling' lambda!
+1569 [2020-01-23 14:09:30] '/u/cplaprade' has given '/u/BroAverageYT' lambda!
+1569 [2020-01-23 14:11:22] '/u/cplaprade' has given '/u/hemant_rangdal' lambda!
+1569 [2020-01-23 14:18:56] '/u/White_Wokah' has given '/u/jenlie89' lambda!
+1569 [2020-01-23 14:28:59] '/u/Jischasing' has given '/u/Apple-of-the-earths' lambda!
+1569 [2020-01-23 14:39:28] There has been a new submission: 'Brenda Mage: "Hindi Lang Sa Labas Ang Bashers, Meron Din Sa Set" | HumanMeter', with flair 'None'
+1569 [2020-01-23 14:39:29] /u/IndividualGuide had their submission removed for insufficient lambda.
+1569 [2020-01-23 14:48:17] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 15 - Train Turntable (Gears 5)', with flair 'Gaming'
+1569 [2020-01-23 14:48:18] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+1569 [2020-01-23 14:50:07] '/u/filterjohny-68' has given '/u/Reetae27' lambda!
+1569 [2020-01-23 14:50:07] The OP received lambda too!
+1569 [2020-01-23 14:52:10] '/u/Jellyquent' has given '/u/plemaster01' lambda!
+1569 [2020-01-23 14:52:10] The OP received lambda too!
+1569 [2020-01-23 14:54:00] There has been a new submission: 'What's up! I'm Kepler and I make review videos once every blue moon', with flair 'Video Critique'
+1569 [2020-01-23 14:54:49] '/u/olisterw' has given '/u/plemaster01' lambda!
+1569 [2020-01-23 14:54:57] There has been a new submission: 'My take at a self help video! I'm hoping to make better vids in the future so all criticism wanted!!! thank you!', with flair 'Video Critique'
+1569 [2020-01-23 14:58:36] '/u/secluderhere' has given '/u/plemaster01' lambda!
+1569 [2020-01-23 14:58:37] The OP received lambda too!
+1569 [2020-01-23 14:59:06] '/u/Jischasing' has given '/u/Ians-Mind' lambda!
+1569 [2020-01-23 15:04:53] '/u/Jellyquent' has given '/u/mattchu_does_stuff' lambda!
+1569 [2020-01-23 15:05:16] There has been a new submission: 'Why You Don't Have a Girlfriend - The Simple Answer', with flair 'Video Critique'
+1569 [2020-01-23 15:05:18] /u/Pure-Air had their submission removed for insufficient lambda.
+1569 [2020-01-23 15:05:56] There has been a new submission: 'If You Would Like to Learn Something Check Out My New Video on the Current State of China's Internet. Feedback is appreciated ~ China's Firewall Explained in 4 minutes and 20 seconds', with flair 'Video Critique'
+1569 [2020-01-23 15:07:02] '/u/secluderhere' has given '/u/mattchu_does_stuff' lambda!
+1569 [2020-01-23 15:13:32] There has been a new submission: '🌎Starting a Channel about Synthesis, Sound Design, and Audio Tech ~ Any Feedback Appreciated', with flair 'Channel Review'
+1569 [2020-01-23 15:13:34] /u/dialfone had their submission removed for insufficient lambda.
+1569 [2020-01-23 15:13:55] '/u/olisterw' has given '/u/mattchu_does_stuff' lambda!
+1569 [2020-01-23 15:16:16] '/u/CertMedia' has given '/u/TheRealKiwiKingdom' lambda!
+1569 [2020-01-23 15:16:16] The OP received lambda too!
+1569 [2020-01-23 15:16:49] There has been a new submission: 'We did the Getaway Cabin!! Super excited - this was the first brand to ever reach out to us for a Partnership! Please let us know what you think, and helpful feedback will get Lambda! Thanks everyone!', with flair 'Vlog'
+1569 [2020-01-23 15:17:20] '/u/CertMedia' has given '/u/olisterw' lambda!
+1569 [2020-01-23 15:17:41] '/u/CertMedia' has given '/u/dialfone' lambda!
+1569 [2020-01-23 15:18:11] '/u/CertMedia' has given '/u/qzeqYT' lambda!
+1569 [2020-01-23 15:18:11] The OP received lambda too!
+1569 [2020-01-23 15:20:23] '/u/Jellyquent' has given '/u/MafiasFinestTV' lambda!
+1569 [2020-01-23 15:22:28] There has been a new submission: '*NEW* Friendly Arena Gameplay || Gang Beasts, Human Falls Flat', with flair 'Gaming'
+1569 [2020-01-23 15:29:26] '/u/About30NinjasYT' has given '/u/dialfone' lambda!
+1569 [2020-01-23 15:30:30] There has been a new submission: '4 levels of lighthouse - level 1 to level 100!', with flair 'Gaming'
+1569 [2020-01-23 15:30:32] /u/alirezamahdav1 had their submission removed for insufficient lambda.
+1569 [2020-01-23 15:41:46] There has been a new submission: 'Reach 100 subscribers on YouTube', with flair 'Discussion'
+1569 [2020-01-23 15:41:48] /u/JustAndyUK had their submission removed for using the wrong flair.
+1569 [2020-01-23 15:43:40] There has been a new submission: 'We're sponsored by ZURU toys, please check out our Dragon Toy review! Lambda given to all comments!', with flair 'Video Critique'
+1569 [2020-01-23 15:53:45] There has been a new submission: 'why is my thumbnail and video stats not showing up when i post a "VIDEO CRITIQUE" thread?', with flair 'Discussion'
+1569 [2020-01-23 15:56:03] '/u/CertMedia' has given '/u/MafiasFinestTV' lambda!
+1569 [2020-01-23 16:00:14] There has been a new submission: 'Do you actually watch most of the channels that you subscribed to that you found on this subreddit?', with flair 'Discussion'
+1705 [2020-01-23 16:02:09]
+####################
+[2020-01-23 16:02:09] RESTARTED
+####################
+
+1705 [2020-01-23 16:03:00] There has been a new submission: 'Uploading after a break. All feedback is welcome :D', with flair 'Gaming'
+1705 [2020-01-23 16:03:01] /u/UrBoiFam had their submission removed for insufficient lambda.
+1705 [2020-01-23 16:03:43] There has been a new submission: 'This is my 4th video about to hit over 100 views! only been uploading for 2 months and nearly hit 100 legit subscribers. Super happy, may not be alot to some people but im gassed about. Consistency, practice and perseverance. This is only the start! :D', with flair 'Gaming'
+1705 [2020-01-23 16:03:45] /u/CalluMb243 had their submission removed for insufficient lambda.
+1705 [2020-01-23 16:16:56] There has been a new submission: 'This isn’t my most recent vid but I’m more proud of this one. I posted a GTA video as my most recent but I like this one more. Lemme know what you all think and one note. I edit on my PS4 so sound options for me is very limited options', with flair 'Video Critique'
+1705 [2020-01-23 16:18:36] '/u/PheraWorld' has given '/u/YeeMeister971' lambda!
+1705 [2020-01-23 16:18:36] The OP received lambda too!
+1705 [2020-01-23 16:19:50] '/u/Jischasing' has given '/u/TheRealKiwiKingdom' lambda!
+1705 [2020-01-23 16:20:11] There has been a new submission: 'I edited my heart out for this video! Please please give it a look and any feedback to help me improve!', with flair 'Gaming'
+1705 [2020-01-23 16:20:13] /u/RoboticNova had their submission removed for insufficient lambda.
+1705 [2020-01-23 16:23:19] There has been a new submission: 'GOLD RUSH WAS FUN AF | BEST APEX LEGENDS ARCADE EVENT | KAYCENT', with flair 'Gaming'
+1705 [2020-01-23 16:23:21] /u/keshav1019 had their submission removed for insufficient lambda.
+1705 [2020-01-23 16:27:01] There has been a new submission: 'Reach your first 100 SUBS in 2020', with flair 'Gaming'
+1705 [2020-01-23 16:27:02] /u/JustAndyUK had their submission removed for insufficient lambda.
+1705 [2020-01-23 16:29:52] '/u/CertMedia' has given '/u/dearjnthn' lambda!
+1705 [2020-01-23 16:38:43] There has been a new submission: 'My 4th episode of Hotline Miami is up! Take the time to check out my channel and other series as well! Hope you enjoy! Criticism is welcome.', with flair 'Channel Review'
+1705 [2020-01-23 16:41:29] There has been a new submission: 'Take a look and tell me what you think(:', with flair 'Video Critique'
+1705 [2020-01-23 16:41:58] '/u/Jellyquent' has given '/u/dialfone' lambda!
+1705 [2020-01-23 16:49:26] There has been a new submission: '🌎Starting a Channel about Synthesis, Sound Design, and Audio Tech ~ Any Feedback Appreciated', with flair 'Channel Review'
+1705 [2020-01-23 16:53:57] '/u/MrSharpySon' has given '/u/dialfone' lambda!
+1705 [2020-01-23 16:53:57] The OP received lambda too!
+1705 [2020-01-23 16:54:11] There has been a new submission: 'Mist Survival - Scary Nights', with flair 'Gaming'
+1705 [2020-01-23 16:54:13] /u/CheatCentralCH had their submission removed for insufficient lambda.
+1705 [2020-01-23 17:11:57] There has been a new submission: 'I 1v1 My Friend For The Ninja Skin In Fortnite! -Fortnite Battle Royale!', with flair 'Gaming'
+1705 [2020-01-23 17:11:59] /u/Lab4Games had their submission removed for insufficient lambda.
+1705 [2020-01-23 17:16:55] There has been a new submission: 'What We Got For Christmas 2019, truthful opinions please?', with flair 'Channel Review'
+1705 [2020-01-23 17:16:56] /u/Gabriella162 had their submission removed for insufficient lambda.
+1705 [2020-01-23 17:29:33] '/u/plemaster01' has given '/u/Dylskiii' lambda!
+1705 [2020-01-23 17:29:33] The OP received lambda too!
+1705 [2020-01-23 17:30:23] '/u/plemaster01' has given '/u/dialfone' lambda!
+1705 [2020-01-23 17:31:24] '/u/Ironick96' has given '/u/El_Penguino_' lambda!
+1705 [2020-01-23 17:31:24] The OP received lambda too!
+1705 [2020-01-23 17:35:52] '/u/thecounselor6' has given '/u/SwanCreek' lambda!
+1705 [2020-01-23 17:36:26] There has been a new submission: 'Heya friends! Just put up a new video of me playing the vr game Arizona Sunshine! Would really appreciate some feedback! :)', with flair 'Video Critique'
+1705 [2020-01-23 17:39:10] There has been a new submission: 'Here's one of my cover using a small toy keyboard. It has some nice sounds and so fun to play. I Would appreciate any feedback.', with flair 'Video Critique'
+1705 [2020-01-23 17:39:11] /u/Babsikels had their submission removed for insufficient lambda.
+1705 [2020-01-23 17:40:18] '/u/CertMedia' has given '/u/hpc2018' lambda!
+1705 [2020-01-23 17:41:30] '/u/MrRuidiaz' has given '/u/Ians-Mind' lambda!
+1705 [2020-01-23 17:41:30] The OP received lambda too!
+1705 [2020-01-23 17:42:12] '/u/MrRuidiaz' has given '/u/Jack-34' lambda!
+1705 [2020-01-23 17:46:17] There has been a new submission: 'I am experimenting with a more edit heavy format for my videos. Would love some feedback on it!', with flair 'Video Critique'
+1705 [2020-01-23 17:46:37] '/u/tcessory' has given '/u/SwanCreek' lambda!
+1705 [2020-01-23 17:46:37] The OP received lambda too!
+1705 [2020-01-23 17:48:55] '/u/CertMedia' has given '/u/Undercovercop929' lambda!
+1705 [2020-01-23 17:49:14] '/u/tcessory' has given '/u/dialfone' lambda!
+1705 [2020-01-23 17:52:56] There has been a new submission: 'Khofnak Amal Jo Insaniat Ko Geradene Kay Liye Kafi | Tariq Jameel Bayan', with flair 'Discussion'
+1705 [2020-01-23 17:52:58] /u/msufwan had their submission removed for using the wrong flair.
+1705 [2020-01-23 17:54:57] There has been a new submission: 'This is my first attempt at editing longer videos any advice?', with flair 'Video Critique'
+1705 [2020-01-23 17:54:59] /u/MentalMaster08 had their submission removed for insufficient lambda.
+1705 [2020-01-23 17:56:02] '/u/CertMedia' has given '/u/ImSoPhilly929' lambda!
+1705 [2020-01-23 17:57:50] '/u/KingOberon13' has given '/u/dearjnthn' lambda!
+1705 [2020-01-23 18:00:34] There has been a new submission: 'Hi guys I would love some critiques and advice on my first cinematic video (1 subscriber lol)', with flair 'Video Critique'
+1705 [2020-01-23 18:00:36] /u/5tevxn had their submission removed for insufficient lambda.
+1914 [2020-01-23 18:02:10]
+####################
+[2020-01-23 18:02:10] RESTARTED
+####################
+
+1914 [2020-01-23 18:13:48] There has been a new submission: 'How to add motion blur to your montage?', with flair 'Discussion'
+1914 [2020-01-23 18:17:40] There has been a new submission: 'For real though, how to hit trending topics?', with flair 'Discussion'
+1914 [2020-01-23 18:18:30] There has been a new submission: 'Just looking for feedback here', with flair 'Channel Review'
+1914 [2020-01-23 18:25:37] There has been a new submission: 'Is it okay to do Sub4Subs', with flair 'Discussion'
+1914 [2020-01-23 18:27:05] '/u/olisterw' has given '/u/Undercovercop929' lambda!
+1914 [2020-01-23 18:44:47] '/u/Heavy_Rain_' has given '/u/dearjnthn' lambda!
+1914 [2020-01-23 18:46:48] '/u/plemaster01' has given '/u/Undercovercop929' lambda!
+1914 [2020-01-23 18:48:02] '/u/plemaster01' has given '/u/acstomi0212' lambda!
+1914 [2020-01-23 18:48:37] '/u/DanThePanda-YT' has given '/u/Undercovercop929' lambda!
+1914 [2020-01-23 18:48:37] The OP received lambda too!
+1914 [2020-01-23 18:56:29] '/u/secluderhere' has given '/u/apstackz' lambda!
+1914 [2020-01-23 18:57:01] There has been a new submission: 'I spent way too long making this let's play. Any reviews would be extremely helpful and appreciated. Also, this was my first ever lets play.', with flair 'Vlog'
+1914 [2020-01-23 19:03:55] '/u/BobbyMcbobb3rson' has given '/u/apstackz' lambda!
+1914 [2020-01-23 19:03:55] The OP received lambda too!
+1914 [2020-01-23 19:04:06] There has been a new submission: 'made a little "meme" vid of my r6 clips, i also post more content like this on my channel . feedback would be much appreciated <3', with flair 'Gaming'
+1914 [2020-01-23 19:05:02] There has been a new submission: 'THIS GUY JUST POOP HIS PANTS ON STREAM! - KingsPlay Highlights', with flair 'Thumbnail Review'
+1914 [2020-01-23 19:05:04] /u/LX_Ranger had their submission removed for insufficient lambda.
+1914 [2020-01-23 19:24:29] There has been a new submission: 'My most recent video. Decided to challenge myself and use a gun I'm terrible with. Let me know what you think about the video or my channel. I don't have a good microphone. So the only way you can hear my voice well my microphone also picks up the sound of my controller sorry!', with flair 'Video Critique'
+1914 [2020-01-23 19:25:17] There has been a new submission: 'Like and subscribe to my yt channel nicegamer 04', with flair 'Channel Review'
+1914 [2020-01-23 19:25:19] /u/Nicegamer04yt had their submission removed for insufficient lambda.
+1914 [2020-01-23 19:26:04] '/u/CertMedia' has given '/u/BobbyMcbobb3rson' lambda!
+1914 [2020-01-23 19:26:26] There has been a new submission: 'Behind the back patch explained!!', with flair 'Gaming'
+1914 [2020-01-23 19:26:27] /u/cashmerecov had their submission removed for insufficient lambda.
+1914 [2020-01-23 19:26:37] There has been a new submission: 'Could everyone please go check my channel out if you got time, a small gaming channel that i will upload to every week!! Starwars, halo and more! Also join our discord server!!', with flair 'Gaming'
+1914 [2020-01-23 19:26:38] /u/NPTCustomPCs had their submission removed for insufficient lambda.
+1914 [2020-01-23 19:26:54] '/u/CertMedia' has given '/u/aspirefitnesswalnut' lambda!
+1914 [2020-01-23 19:37:03] There has been a new submission: 'I've made a short & funny video about Sex Education. I've spent a lot of time with editing and I think it turned out well. Feel free to leave your feedback, I aapreciate every advice!', with flair 'Video Critique'
+1914 [2020-01-23 19:42:52] There has been a new submission: 'Small Youtuber looking for some family :D! Gameplay/horror', with flair 'Gaming'
+1914 [2020-01-23 19:42:54] /u/Devetduz had their submission removed for insufficient lambda.
+1914 [2020-01-23 19:48:50] There has been a new submission: 'Pioneers For Our Planet | This organisation is removing dams and restoring rivers', with flair 'None'
+1914 [2020-01-23 19:48:51] /u/VidzYT had their submission removed for insufficient lambda.
+1914 [2020-01-23 19:48:57] '/u/raylikestacos' has given '/u/aspirefitnesswalnut' lambda!
+1914 [2020-01-23 19:48:57] The OP received lambda too!
+1914 [2020-01-23 19:49:02] There has been a new submission: 'I have had a lot of people recently tell me they’ve seen one of my videos before they even knew about my channel', with flair 'Discussion'
+1914 [2020-01-23 19:51:14] There has been a new submission: 'How To Make Asian Meal Prep | $1.48 Per Meal - what do you guys think can improve on this video? Did the first minute captivate you to stay? Any critiques are welcomed!', with flair 'Video Critique'
+1914 [2020-01-23 19:53:27] There has been a new submission: 'Subscriber Strike?', with flair 'Discussion'
+2058 [2020-01-23 20:02:10]
+####################
+[2020-01-23 20:02:10] RESTARTED
+####################
+
+2058 [2020-01-23 20:04:22] There has been a new submission: 'Drawing The Equivalent of Modern Art On Skribbl.io', with flair 'Gaming'
+2058 [2020-01-23 20:08:19] '/u/american_noodle' has given '/u/ImSoPhilly929' lambda!
+2058 [2020-01-23 20:08:19] The OP received lambda too!
+2058 [2020-01-23 20:16:43] '/u/moreganplease' has given '/u/tss230' lambda!
+2058 [2020-01-23 20:20:13] There has been a new submission: 'New video what are your thoughts?', with flair 'None'
+2058 [2020-01-23 20:20:16] /u/Ko-Decoy had their submission removed for insufficient lambda.
+2058 [2020-01-23 20:23:24] '/u/cplaprade' has given '/u/SupaCoolMoM' lambda!
+2058 [2020-01-23 20:25:07] '/u/cplaprade' has given '/u/ImSoPhilly929' lambda!
+2058 [2020-01-23 20:25:21] '/u/acstomi0212' has given '/u/ItsTheSheepster' lambda!
+2058 [2020-01-23 20:25:21] The OP received lambda too!
+2058 [2020-01-23 20:25:56] '/u/Jischasing' has given '/u/Reetae27' lambda!
+2058 [2020-01-23 20:26:09] '/u/Ghryms' has given '/u/ItsTheSheepster' lambda!
+2058 [2020-01-23 20:26:09] The OP received lambda too!
+2058 [2020-01-23 20:28:56] '/u/cplaprade' has given '/u/Undercovercop929' lambda!
+2058 [2020-01-23 20:30:08] '/u/cplaprade' has given '/u/UrBoiFam' lambda!
+2058 [2020-01-23 20:31:36] '/u/cplaprade' has given '/u/HighHeelKnight' lambda!
+2058 [2020-01-23 20:32:41] '/u/cplaprade' has given '/u/Therealrandomrobo' lambda!
+2058 [2020-01-23 20:32:54] '/u/cplaprade' has given '/u/MafiasFinestTV' lambda!
+2058 [2020-01-23 20:33:48] '/u/Jischasing' has given '/u/DFWPunk' lambda!
+2058 [2020-01-23 20:46:18] '/u/CliffordTV' has given '/u/RavenJimmy' lambda!
+2058 [2020-01-23 20:48:22] There has been a new submission: 'Hey guys, my friend is currently streaming Dark Souls on Twitch and it would mean a lot to him if you peeps went over and gave his stream a watch! (No, he hasn't asked me to do this, I just wanna support him) (and I hope this is okay, please delete if not!)', with flair 'Gaming'
+2058 [2020-01-23 20:48:23] /u/munchyboy666 had their submission removed for insufficient lambda.
+2058 [2020-01-23 20:54:39] There has been a new submission: 'Growing a channel organically', with flair 'Channel Review'
+2058 [2020-01-23 20:54:40] /u/TheAgateDad had their submission removed for insufficient lambda.
+2058 [2020-01-23 20:56:14] There has been a new submission: '[video critique] 20 Video Ideas For YouTube 2020', with flair 'Video Critique'
+2058 [2020-01-23 21:01:37] '/u/Jellyquent' has given '/u/BobbyMcbobb3rson' lambda!
+2058 [2020-01-23 21:04:42] '/u/Jellyquent' has given '/u/aspirefitnesswalnut' lambda!
+2058 [2020-01-23 21:07:05] '/u/Jellyquent' has given '/u/airsupply110' lambda!
+2058 [2020-01-23 21:10:14] There has been a new submission: 'The Suffering Let's Play Episode/Part 10 ENDING Gameplay Walkthrough Playthrough Blind [1440P 60FPS]', with flair 'None'
+2058 [2020-01-23 21:10:17] /u/loopy2mn had their submission removed for insufficient lambda.
+2058 [2020-01-23 21:11:26] There has been a new submission: 'Do any of you not actually have a small YouTube channel and just enjoy watching small YouTubers?', with flair 'Discussion'
+2058 [2020-01-23 21:14:11] '/u/aspirefitnesswalnut' has given '/u/durhamskywriter' lambda!
+2058 [2020-01-23 21:14:11] The OP received lambda too!
+2058 [2020-01-23 21:15:59] '/u/dialfone' has given '/u/acstomi0212' lambda!
+2058 [2020-01-23 21:15:59] The OP received lambda too!
+2058 [2020-01-23 21:17:01] '/u/dialfone' has given '/u/ImSoPhilly929' lambda!
+2058 [2020-01-23 21:17:35] '/u/dialfone' has given '/u/Dylskiii' lambda!
+2058 [2020-01-23 21:29:16] There has been a new submission: 'Asset:110 short film barbadian horror first person ghost story', with flair 'Video Critique'
+2058 [2020-01-23 21:29:17] /u/airsupply110 had their submission removed for insufficient lambda.
+2058 [2020-01-23 21:34:43] '/u/PheraWorld' has given '/u/hf_vlogs1' lambda!
+2058 [2020-01-23 21:41:49] '/u/aspirefitnesswalnut' has given '/u/cdin3d' lambda!
+2058 [2020-01-23 21:43:44] There has been a new submission: 'Snowboarding Under The Lights - Vlog #2- SZN 2', with flair 'Vlog'
+2058 [2020-01-23 21:43:56] '/u/cplaprade' has given '/u/cdin3d' lambda!
+2058 [2020-01-23 21:44:47] '/u/aaron_storm7' has given '/u/cdin3d' lambda!
+2058 [2020-01-23 21:44:47] The OP received lambda too!
+2058 [2020-01-23 21:44:56] '/u/MoskitoDan' has given '/u/BustyBill' lambda!
+2058 [2020-01-23 21:44:56] The OP received lambda too!
+2058 [2020-01-23 21:47:43] '/u/MoskitoDan' has given '/u/acstomi0212' lambda!
+2058 [2020-01-23 21:55:09] There has been a new submission: 'Perfume Parlour - Ralph Lauren Double Black Review', with flair 'None'
+2058 [2020-01-23 21:55:10] /u/Derbyboyuk had their submission removed for insufficient lambda.
+2058 [2020-01-23 21:58:55] '/u/Jischasing' has given '/u/StylesYT' lambda!
+2058 [2020-01-23 22:01:04] '/u/MoskitoDan' has given '/u/Jaiz412' lambda!
+2283 [2020-01-23 22:02:10]
+####################
+[2020-01-23 22:02:10] RESTARTED
+####################
+
+2283 [2020-01-23 22:15:34] There has been a new submission: 'Too confident :D back in business, all feedback is welcomed :D', with flair 'Gaming'
+2283 [2020-01-23 22:16:48] There has been a new submission: 'Don't show this to my Mother', with flair 'Vlog'
+2283 [2020-01-23 22:16:49] /u/friendworld had their submission removed for insufficient lambda.
+2283 [2020-01-23 22:18:19] There has been a new submission: 'If anyone would like to give me critique on my channel, that would be really appreciated!', with flair 'Channel Review'
+2283 [2020-01-23 22:18:20] /u/PinkLightningYT had their submission removed for insufficient lambda.
+2283 [2020-01-23 22:25:16] '/u/OneFor56' has given '/u/Adddo13' lambda!
+2283 [2020-01-23 22:25:16] The OP received lambda too!
+2283 [2020-01-23 22:26:18] '/u/OneFor56' has given '/u/UrBoiFam' lambda!
+2283 [2020-01-23 22:27:55] There has been a new submission: 'AMV - based on a Netflix series', with flair 'Art'
+2283 [2020-01-23 22:27:57] /u/youngshinigami had their submission removed for insufficient lambda.
+2283 [2020-01-23 22:38:24] There has been a new submission: 'Hi, if you get a chance please go and check my new video, it has some funny scenes and some good kills, any feedback would be appreciated.', with flair 'Gaming'
+2283 [2020-01-23 22:38:25] /u/NPTCustomPCs had their submission removed for insufficient lambda.
+2283 [2020-01-23 22:41:56] There has been a new submission: 'Trying to do different videos from the masses, so I made one on an old childhood game we all played', with flair 'Gaming'
+2283 [2020-01-23 22:41:58] /u/owuncharted had their submission removed for insufficient lambda.
+2283 [2020-01-23 22:48:52] There has been a new submission: 'I made an edit of the Mr. Peanut death but more cinematic with the music My Way by Frank Sinatra. I would appreciate comments of criticism and possibly gain the interest of potential subscribers. Enjoy it or not, we've lost a hero.', with flair 'Art'
+2283 [2020-01-23 22:50:36] There has been a new submission: 'Do Comments That Don't Make It Past Moderation Help With Engagement?', with flair 'Discussion'
+2283 [2020-01-23 23:05:46] '/u/aspirefitnesswalnut' has given '/u/prettyboiRandell' lambda!
+2283 [2020-01-23 23:08:55] There has been a new submission: 'What is good average view duration/where can I find my Click through rate?', with flair 'Discussion'
+2283 [2020-01-23 23:17:22] There has been a new submission: 'New video on CSGO GG Channel Please subscribe and like video', with flair 'Gaming'
+2283 [2020-01-23 23:17:24] /u/Falkonse had their submission removed for insufficient lambda.
+2283 [2020-01-23 23:26:24] There has been a new submission: 'How to Cook Spaghetti Sauce | spaghetti pasta with Tomato Sauce | Italia...', with flair 'Video Critique'
+2283 [2020-01-23 23:26:26] /u/pretty2020 had their submission removed for insufficient lambda.
+2283 [2020-01-23 23:26:38] There has been a new submission: 'Minecraft on Drugs, tell me what you think!', with flair 'None'
+2283 [2020-01-23 23:30:22] '/u/american_noodle' has given '/u/juststartingout120' lambda!
+2283 [2020-01-23 23:30:22] The OP received lambda too!
+2283 [2020-01-23 23:35:36] There has been a new submission: 'The best of CHORRILLOS, Lima, PERU | My Travel Journal Vlog', with flair 'Vlog'
+2283 [2020-01-23 23:44:53] There has been a new submission: 'The Mills at Jersey Gardens Elizabeth NJ Shopping Mall || Jersey Gardens Shopping', with flair 'Vlog'
+2283 [2020-01-23 23:44:55] /u/suneethat had their submission removed for insufficient lambda.
+2283 [2020-01-23 23:46:06] '/u/Ghryms' has given '/u/AGamingSquirrelYT' lambda!
+2283 [2020-01-23 23:46:30] '/u/Ghryms' has given '/u/prettyboiRandell' lambda!
+2283 [2020-01-23 23:56:09] There has been a new submission: 'Looking for a voiceover artist, Will pay', with flair 'Discussion'
+2283 [2020-01-24 00:01:41] There has been a new submission: 'What do you think about Lottery videos?', with flair 'Discussion'
+2418 [2020-01-24 00:02:10]
+####################
+[2020-01-24 00:02:10] RESTARTED
+####################
+
+2418 [2020-01-24 00:06:55] '/u/aspirefitnesswalnut' has given '/u/b_hoves' lambda!
+2418 [2020-01-24 00:10:40] There has been a new submission: '[Channel} A new track to the playlist Wormhole. Please support me if you like it, and let me know what else you would like to hear or see on my channel.', with flair 'Channel Review'
+2418 [2020-01-24 00:10:42] /u/kscircle had their submission removed for insufficient lambda.
+2418 [2020-01-24 00:14:39] There has been a new submission: 'Resident Evil 1: What's the True Story?', with flair 'Video Critique'
+2418 [2020-01-24 00:19:16] There has been a new submission: 'BOI SHE THICCQ - Dead by Daylight Shenanigans', with flair 'Gaming'
+2418 [2020-01-24 00:34:26] '/u/mattchu_does_stuff' has given '/u/plemaster01' lambda!
+2418 [2020-01-24 00:34:26] The OP received lambda too!
+2418 [2020-01-24 00:34:40] There has been a new submission: 'I tried to do my makeup with out watching a tutorial first and it came out kind of crazy 😭😭😭😭😭🤦🏾', with flair 'None'
+2418 [2020-01-24 00:34:42] /u/jahneeva had their submission removed for insufficient lambda.
+2418 [2020-01-24 00:35:13] '/u/mattchu_does_stuff' has given '/u/Undercovercop929' lambda!
+2418 [2020-01-24 00:36:58] There has been a new submission: 'RELATIONSHIP TEST w/ My Girlfriend! [Feedback Appreciated]', with flair 'Video Critique'
+2418 [2020-01-24 00:48:21] There has been a new submission: 'I need help gaining subscribers !!', with flair 'Discussion'
+2418 [2020-01-24 00:49:07] There has been a new submission: 'I made a short film, can you give me some feedback?', with flair 'None'
+2418 [2020-01-24 00:49:08] /u/EthanVlogsTV had their submission removed for insufficient lambda.
+2418 [2020-01-24 00:50:24] '/u/prettyboiRandell' has given '/u/jahneeva' lambda!
+2418 [2020-01-24 00:50:24] The OP received lambda too!
+9218 [2020-01-24 01:05:03] Updated statistics
+2418 [2020-01-24 01:05:21] There has been a new submission: 'Hey gang! Posted the other day and didn't get much feedback. Any advice on thumbnail, or video itself would be very helpful! This sketch is called Dating Casually “Drinks” Ep: 02', with flair 'Video Critique'
+2418 [2020-01-24 01:12:50] There has been a new submission: 'Is it even possible?', with flair 'Discussion'
+2418 [2020-01-24 01:17:31] There has been a new submission: 'Twitch v YouTube', with flair 'Discussion'
+2418 [2020-01-24 01:29:36] There has been a new submission: 'Best place to promote your channel?', with flair 'Discussion'
+2418 [2020-01-24 01:36:06] There has been a new submission: 'Let's compare!! Sometimes we forget how far we have come!', with flair 'Discussion'
+2418 [2020-01-24 01:43:37] There has been a new submission: 'New video! Worked hard on this one hope to get some new subs! :)', with flair 'Gaming'
+2418 [2020-01-24 01:43:39] /u/Urzbn1 had their submission removed for insufficient lambda.
+2418 [2020-01-24 01:48:50] There has been a new submission: 'I AM NEVER FLYING A PLANE AGAIN! - VTOL VR Gameplay (Oculus Rift S) - Skip to 1:27 of the video, the beginning is sorta instructional. Any Type of feedback is very much appreciated guys :D', with flair 'Gaming'
+2418 [2020-01-24 01:48:51] /u/danifernt had their submission removed for insufficient lambda.
+2418 [2020-01-24 01:52:35] '/u/My_Travel_Journal' has given '/u/exploringwithwade' lambda!
+2418 [2020-01-24 01:52:35] The OP received lambda too!
+2418 [2020-01-24 01:53:36] '/u/prettyboiRandell' has given '/u/AceMakerPC' lambda!
+2418 [2020-01-24 02:01:09] There has been a new submission: 'A meme channel I recently made with a friend hope you will come with us on this journey (don’t mind the first video made it in a rush)', with flair 'None'
+2418 [2020-01-24 02:01:11] /u/Abril2006 had their submission removed for insufficient lambda.
+2418 [2020-01-24 02:01:26] There has been a new submission: 'Recently started making YouTube videos', with flair 'Gaming'
+2418 [2020-01-24 02:01:29] /u/Cretenn had their submission removed for insufficient lambda.
+2617 [2020-01-24 02:02:11]
+####################
+[2020-01-24 02:02:11] RESTARTED
+####################
+
+2617 [2020-01-24 02:04:59] '/u/prettyboiRandell' has given '/u/danifernt' lambda!
+2617 [2020-01-24 02:17:38] There has been a new submission: 'Proposing to my boyfriend prank 😂', with flair 'Vlog'
+2617 [2020-01-24 02:17:39] /u/makeupjunkiee25 had their submission removed for insufficient lambda.
+2617 [2020-01-24 02:26:03] '/u/DylanTheDoc' has given '/u/ExCreeperYT' lambda!
+2617 [2020-01-24 02:27:19] There has been a new submission: 'Hello! It’s me again! I just wanted to double-up with the type of video I did last time, which got great feedback btw!If it goes well again I’ll do the whole game like this. Thanks!', with flair 'None'
+2617 [2020-01-24 02:29:29] '/u/prettyboiRandell' has given '/u/OccupiedGarrett' lambda!
+2617 [2020-01-24 02:31:02] There has been a new submission: 'Gaining traction!', with flair 'Discussion'
+2617 [2020-01-24 02:32:33] There has been a new submission: 'STARTED OUT FROM NOTHING AND GROWING, MY FITNESS AND PROGRAMMING CHANNEL', with flair 'Vlog'
+2617 [2020-01-24 02:32:35] /u/ALPDOESIB had their submission removed for insufficient lambda.
+2617 [2020-01-24 02:37:29] There has been a new submission: 'ANY FEEDBACK IS APPRECIATED!!! Thanks :D', with flair 'Video Critique'
+2617 [2020-01-24 02:59:30] '/u/CliffordTV' has given '/u/OccupiedGarrett' lambda!
+2617 [2020-01-24 02:59:30] The OP received lambda too!
+2617 [2020-01-24 03:16:38] '/u/The_Suited_Bird' has given '/u/OccupiedGarrett' lambda!
+2617 [2020-01-24 03:16:38] The OP received lambda too!
+2617 [2020-01-24 03:19:33] There has been a new submission: 'Rainbow Six Videos', with flair 'Video Critique'
+2617 [2020-01-24 03:19:34] /u/BigFooz had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:19:55] '/u/My_Travel_Journal' has given '/u/danifernt' lambda!
+2617 [2020-01-24 03:22:58] There has been a new submission: 'Do you invest in your YouTube channel? If so how much have you spent? & What have you bought to help your channel?', with flair 'Discussion'
+2617 [2020-01-24 03:24:17] There has been a new submission: '🇸🇬 HIGHEST INFINITY POOL IN THE WORLD | SINGAPORE', with flair 'Vlog'
+2617 [2020-01-24 03:24:19] /u/AtrainTravels had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:28:05] There has been a new submission: 'FIREANT NEWS WITH JIM DANIFERNT - give it a shot the whole way through I promise you some - [Please if you guys could give any sort of feedback or even if you hated it or Liked it I would greatly appreciate it]', with flair 'Video Critique'
+2617 [2020-01-24 03:31:57] '/u/Mediumjack1' has given '/u/thedailydosechannel' lambda!
+2617 [2020-01-24 03:35:55] There has been a new submission: 'let me know what you think of my csgo funtage! (i don't mind harsh criticism I would just like some advice to help me grow my channel!) :)', with flair 'Gaming'
+2617 [2020-01-24 03:35:56] /u/ogsauce69 had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:36:52] There has been a new submission: 'They Got Into a Fight', with flair 'None'
+2617 [2020-01-24 03:36:53] /u/Juan-and-Braden had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:42:08] There has been a new submission: 'People are really digging Baby Yoda lately, and my vlog painting The Mandalorian character is really paying off. Over 4000 views so far!', with flair 'Vlog'
+2617 [2020-01-24 03:42:10] /u/Artist-FA-Chekki- had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:44:01] '/u/The_Suited_Bird' has given '/u/BigFooz' lambda!
+2617 [2020-01-24 03:44:27] There has been a new submission: 'I would like to make it better any critique thanks', with flair 'Video Critique'
+2617 [2020-01-24 03:44:29] /u/ltaveras24 had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:47:01] There has been a new submission: 'Whoever subs to my channel and watches my videos (Juanand Braden) I’ll subscribe back and also watch your videos, just comment done and tell me the name of your YouTube channel. thank u 👍🏽', with flair 'None'
+2617 [2020-01-24 03:47:02] /u/Juan-and-Braden had their submission removed for insufficient lambda.
+2617 [2020-01-24 03:56:04] There has been a new submission: 'When's Marvel!?! | Final Boss vs the World Podcast', with flair 'Vlog'
+2617 [2020-01-24 03:56:06] /u/themightyshields had their submission removed for insufficient lambda.
+2617 [2020-01-24 04:01:01] There has been a new submission: 'Spent A lot of Time Editing, Would love some criticism on my editing and ways to improve!!!', with flair 'Video Critique'
+2617 [2020-01-24 04:01:04] /u/myrustre had their submission removed for insufficient lambda.
+2617 [2020-01-24 04:01:25] '/u/intoneds' has given '/u/ExCreeperYT' lambda!
+2617 [2020-01-24 04:01:25] The OP received lambda too!
+2617 [2020-01-24 04:01:38] '/u/intoneds' has given '/u/PokemaniacOctoru' lambda!
+2770 [2020-01-24 04:02:11]
+####################
+[2020-01-24 04:02:11] RESTARTED
+####################
+
+2770 [2020-01-24 04:03:05] '/u/intoneds' has given '/u/OccupiedGarrett' lambda!
+2770 [2020-01-24 04:04:52] '/u/intoneds' has given '/u/ogsauce69' lambda!
+2770 [2020-01-24 04:17:42] '/u/CliffordTV' has given '/u/ogsauce69' lambda!
+2770 [2020-01-24 04:23:01] There has been a new submission: 'let me know what you think of my csgo funtage! (i don't mind harsh criticism I would just like some advice to help me grow my channel!) :)', with flair 'Gaming'
+2770 [2020-01-24 04:24:48] '/u/The_Suited_Bird' has given '/u/ogsauce69' lambda!
+2770 [2020-01-24 04:26:28] '/u/The_Suited_Bird' has given '/u/LitsPlay' lambda!
+2770 [2020-01-24 04:31:31] '/u/CliffordTV' has given '/u/Tables_Have_Tabled' lambda!
+2770 [2020-01-24 04:32:46] '/u/The_Suited_Bird' has given '/u/YouTubeJebaholic' lambda!
+2770 [2020-01-24 04:35:31] There has been a new submission: 'The new peloton commercial', with flair 'Channel Review'
+2770 [2020-01-24 04:44:05] '/u/Apple-of-the-earths' has given '/u/PokemaniacOctoru' lambda!
+2770 [2020-01-24 04:44:29] There has been a new submission: 'RDR2 Gamer Moments, pls give feedback im new to this', with flair 'None'
+2770 [2020-01-24 04:44:31] /u/CrispPiggy had their submission removed for insufficient lambda.
+2770 [2020-01-24 04:45:07] '/u/Apple-of-the-earths' has given '/u/plemaster01' lambda!
+2770 [2020-01-24 04:45:33] There has been a new submission: 'Looking for any sort of feedback be it on my channel or on this video! We recently started uploading again with a more manageable schedule and don't plan on stopping!', with flair 'Gaming'
+2770 [2020-01-24 04:46:16] '/u/Apple-of-the-earths' has given '/u/BustyBill' lambda!
+2770 [2020-01-24 04:47:07] '/u/Apple-of-the-earths' has given '/u/mattchu_does_stuff' lambda!
+2770 [2020-01-24 04:53:00] There has been a new submission: 'RDR2 Gamer Moments, pls give feedback im new to this', with flair 'Video Critique'
+2770 [2020-01-24 04:53:02] /u/Fingarde had their submission removed for insufficient lambda.
+2770 [2020-01-24 05:03:47] There has been a new submission: 'New Here! How's My Piano Tutorial/Cover? - Minecraft Cat by C418', with flair 'Video Critique'
+2770 [2020-01-24 05:03:49] /u/TheFox500 had their submission removed for insufficient lambda.
+2770 [2020-01-24 05:13:58] There has been a new submission: 'Pls tell me what I can do better :(', with flair 'Video Critique'
+2770 [2020-01-24 05:14:00] /u/LilChorizo02 had their submission removed for insufficient lambda.
+2770 [2020-01-24 05:18:52] '/u/LitsPlay' has given '/u/Diaprycia' lambda!
+2770 [2020-01-24 05:18:52] The OP received lambda too!
+2770 [2020-01-24 05:27:12] There has been a new submission: 'My wife is trying to grow her small channel! Please check her out and support her if you'd like.', with flair 'None'
+2770 [2020-01-24 05:27:13] /u/lolrscape1 had their submission removed for insufficient lambda.
+2770 [2020-01-24 05:32:07] '/u/CliffordTV' has given '/u/Kepler_Verge' lambda!
+2770 [2020-01-24 05:38:35] There has been a new submission: 'Pokémon sword and shield let play #3 funny', with flair 'None'
+2770 [2020-01-24 05:38:36] /u/HaZeNaruto_Yt had their submission removed for insufficient lambda.
+2770 [2020-01-24 05:43:54] '/u/LitsPlay' has given '/u/AlcoholicSocks' lambda!
+2770 [2020-01-24 05:47:16] There has been a new submission: 'How do you like it?', with flair 'Video Critique'
+2770 [2020-01-24 05:47:17] /u/denis-89 had their submission removed for insufficient lambda.
+2770 [2020-01-24 05:52:26] There has been a new submission: 'Just made my second youtube video! any feedback appreciated!', with flair 'Vlog'
+2770 [2020-01-24 05:52:28] /u/TheDubious had their submission removed for insufficient lambda.
+2905 [2020-01-24 06:02:11]
+####################
+[2020-01-24 06:02:11] RESTARTED
+####################
+
+2905 [2020-01-24 06:30:57] There has been a new submission: 'Need help thinking of a witty tweet for this video!', with flair 'Video Critique'
+2905 [2020-01-24 06:46:15] There has been a new submission: 'How to disguise yourself for World War 3 (drag transformation, trying my best at comedy, feedback will be rewarded)', with flair 'Video Critique'
+2905 [2020-01-24 07:37:08] '/u/UrBoiFam' has given '/u/JaegerAtreides' lambda!
+2905 [2020-01-24 07:37:08] The OP received lambda too!
+2905 [2020-01-24 07:37:17] '/u/SwanCreek' has given '/u/TheFox500' lambda!
+2905 [2020-01-24 07:37:17] The OP received lambda too!
+2905 [2020-01-24 07:38:52] '/u/SwanCreek' has given '/u/LitsPlay' lambda!
+2905 [2020-01-24 07:39:17] '/u/UrBoiFam' has given '/u/OccupiedGarrett' lambda!
+2905 [2020-01-24 07:40:12] There has been a new submission: 'r/pics I am not impressed', with flair 'None'
+2905 [2020-01-24 07:40:15] /u/L-Cord had their submission removed for insufficient lambda.
+2905 [2020-01-24 07:42:27] '/u/SwanCreek' has given '/u/GoofballGregory' lambda!
+2905 [2020-01-24 07:42:49] '/u/UrBoiFam' has given '/u/ogsauce69' lambda!
+3444 [2020-01-24 08:02:11]
+####################
+[2020-01-24 08:02:11] RESTARTED
+####################
+
+3444 [2020-01-24 08:20:02] There has been a new submission: 'Sup guys, I'ma try and make this quick and say that I posted a new video on my channel and was wondering if you guys could check it out and drop some feedback and maybe a like, that would be awesome, Thanks Y'all!', with flair 'Gaming'
+3444 [2020-01-24 08:20:05] /u/MichaelGT36 had their submission removed for insufficient lambda.
+3444 [2020-01-24 08:20:11] There has been a new submission: 'An update', with flair 'Video Critique'
+3444 [2020-01-24 08:20:13] /u/caidencj_TTV had their submission removed for insufficient lambda.
+3444 [2020-01-24 08:24:01] '/u/LitsPlay' has given '/u/PreetiSketch' lambda!
+3444 [2020-01-24 08:36:01] There has been a new submission: 'One of our sketch videos! Just starying out in youtube comedy, but i know how a whoopie cushion works, so i show a lot of potential', with flair 'Meta'
+3444 [2020-01-24 08:36:03] /u/KidneyBeanFailure had their submission removed for using the wrong flair.
+3444 [2020-01-24 08:46:56] There has been a new submission: 'One of our sketch comedy vids! Check out our channel, its funnier than most vegetables, and some fruits.', with flair 'Art'
+3444 [2020-01-24 08:46:57] /u/KidneyBeanFailure had their submission removed for insufficient lambda.
+3444 [2020-01-24 08:54:27] There has been a new submission: 'Dear SmallYTChannel I've just released my first Music Video 'Pillows'. Any feedback is greatly appreciated. I'll be releasing new songs in the following weeks. So subscribe or get in touch if you are interested in more of my outputage.', with flair 'Art'
+3444 [2020-01-24 08:54:29] /u/adolar had their submission removed for insufficient lambda.
+3444 [2020-01-24 09:22:01] There has been a new submission: 'How to recover lost data from Adobe Illustrator', with flair 'Discussion'
+3444 [2020-01-24 09:22:03] /u/danialst had their submission removed for using the wrong flair.
+3579 [2020-01-24 10:02:11]
+####################
+[2020-01-24 10:02:11] RESTARTED
+####################
+
+3579 [2020-01-24 10:23:22] '/u/The_Suited_Bird' has given '/u/AlcoholicSocks' lambda!
+3579 [2020-01-24 10:25:30] '/u/The_Suited_Bird' has given '/u/Nichemm' lambda!
+3579 [2020-01-24 10:28:59] '/u/The_Suited_Bird' has given '/u/KatySantosMusic' lambda!
+3579 [2020-01-24 10:29:58] '/u/The_Suited_Bird' has given '/u/75iq' lambda!
+3579 [2020-01-24 10:30:36] '/u/The_Suited_Bird' has given '/u/Draco986' lambda!
+3579 [2020-01-24 10:31:23] '/u/The_Suited_Bird' has given '/u/Sashas-Vlog' lambda!
+3579 [2020-01-24 10:59:09] '/u/ongoingworlds' has given '/u/Lettucewitha3' lambda!
+3579 [2020-01-24 10:59:09] The OP received lambda too!
+3579 [2020-01-24 11:01:36] '/u/Ghryms' has given '/u/caidencj_TTV' lambda!
+3579 [2020-01-24 11:35:45] '/u/plemaster01' has given '/u/hf_vlogs1' lambda!
+3579 [2020-01-24 11:42:35] There has been a new submission: 'Support for support looking to make friends and help each other build there channel', with flair 'Discussion'
+3579 [2020-01-24 11:42:37] /u/generationalpha had their submission removed for using the wrong flair.
+3579 [2020-01-24 11:56:39] There has been a new submission: 'The Best DBZ Game EVER! It’s Exactly What We Deserve', with flair 'Gaming'
+3579 [2020-01-24 11:56:40] /u/Zichaelpathic had their submission removed for insufficient lambda.
+4069 [2020-01-24 12:02:11]
+####################
+[2020-01-24 12:02:11] RESTARTED
+####################
+
+4069 [2020-01-24 12:18:55] There has been a new submission: 'Lovely mans and ladies, I would appreciate an outside source of feedback. In the form of a feedback sandwich. That way my feelings won't be so hurt. Compliment - harsh af critque - compliment. Serious though would love some feedback.', with flair 'Video Critique'
+4069 [2020-01-24 12:18:55] /u/Nayor had their submission removed for insufficient lambda.
+4069 [2020-01-24 12:21:28] '/u/The_Suited_Bird' has given '/u/iamtinos' lambda!
+4069 [2020-01-24 12:22:13] '/u/The_Suited_Bird' has given '/u/Vasilis-Tsaknakis' lambda!
+4069 [2020-01-24 12:22:58] '/u/The_Suited_Bird' has given '/u/Nayor' lambda!
+4069 [2020-01-24 12:25:51] There has been a new submission: 'Review at own risk lol (Read full description)', with flair 'Gaming'
+4069 [2020-01-24 12:38:52] There has been a new submission: 'Just wanted to say congrats to the mods! You reached 50k members!', with flair 'Discussion'
+4069 [2020-01-24 12:48:31] There has been a new submission: 'I joined a party with a girl that would send us Nudes if we got an Ace', with flair 'Gaming'
+4069 [2020-01-24 13:08:26] There has been a new submission: 'Has anyone got any feedback on how I could edit this better?', with flair 'Gaming'
+4069 [2020-01-24 13:08:27] /u/skullgamer2018 had their submission removed for insufficient lambda.
+4069 [2020-01-24 13:11:06] '/u/intoneds' has given '/u/LitsPlay' lambda!
+4069 [2020-01-24 13:27:48] '/u/TheBobbyBands' has given '/u/IamEclipse' lambda!
+4069 [2020-01-24 13:27:48] The OP received lambda too!
+4069 [2020-01-24 13:29:02] '/u/TheBobbyBands' has given '/u/BigFooz' lambda!
+4069 [2020-01-24 13:30:35] There has been a new submission: 'Week 2 of keeping a weekly upload schedule! I've also got my audio to a place where I'm super happy with it and I'd love to hear what you guys think! All feedback is appreciated :)', with flair 'Video Critique'
+4069 [2020-01-24 13:35:48] '/u/Draco986' has given '/u/dialfone' lambda!
+4069 [2020-01-24 13:35:49] The OP received lambda too!
+4069 [2020-01-24 13:36:02] '/u/Draco986' has given '/u/Adddo13' lambda!
+4069 [2020-01-24 13:37:33] There has been a new submission: 'Is this how to wash your motherboard?', with flair 'Gaming'
+4069 [2020-01-24 13:37:34] /u/RioletTv had their submission removed for insufficient lambda.
+4069 [2020-01-24 13:43:05] There has been a new submission: 'Had a few videos of this style get a couple 1000 views. But had to take 2 months off do to being a student. Finally getting back into it and would love feedback on this vid!', with flair 'None'
+4204 [2020-01-24 14:02:11]
+####################
+[2020-01-24 14:02:11] RESTARTED
+####################
+
+4204 [2020-01-24 14:10:04] '/u/richheaney90' has given '/u/MarcLaton' lambda!
+4204 [2020-01-24 14:10:04] The OP received lambda too!
+4204 [2020-01-24 14:26:46] There has been a new submission: 'Video critique request, 5-6 min highlight edits from stream. I would appreciate anything you got for me. Raft survival - First experience, learning the game and entertainment. Let me know! Thanks for your time ~', with flair 'Video Critique'
+4204 [2020-01-24 14:27:10] There has been a new submission: '8 subs and proud', with flair 'Discussion'
+4204 [2020-01-24 14:45:06] '/u/Nayor' has given '/u/Battison1735' lambda!
+4204 [2020-01-24 14:45:07] The OP received lambda too!
+4204 [2020-01-24 14:46:49] There has been a new submission: 'Another video, Need criticism', with flair 'Video Critique'
+4204 [2020-01-24 14:48:04] '/u/Nayor' has given '/u/vincal69' lambda!
+4204 [2020-01-24 14:52:56] There has been a new submission: 'Critique is welcomed', with flair 'Video Critique'
+4204 [2020-01-24 14:52:58] /u/Stairbuk had their submission removed for insufficient lambda.
+4204 [2020-01-24 15:15:02] There has been a new submission: 'Thresh Montage - Best Thresh Predictions - Best Thresh Plays 2020', with flair 'Gaming'
+4204 [2020-01-24 15:15:04] /u/kinghaos had their submission removed for insufficient lambda.
+4204 [2020-01-24 15:15:44] There has been a new submission: 'Youtube Ranking Question - Reposting Videos', with flair 'Discussion'
+4204 [2020-01-24 15:19:17] '/u/Nayor' has given '/u/BigFooz' lambda!
+4204 [2020-01-24 15:25:19] '/u/richheaney90' has given '/u/BroAverageYT' lambda!
+4204 [2020-01-24 15:26:52] '/u/Nayor' has given '/u/MinaMorcos' lambda!
+4204 [2020-01-24 15:28:12] There has been a new submission: 'What's going on with the subs?', with flair 'Discussion'
+4204 [2020-01-24 15:38:38] There has been a new submission: '300 SUBS 😀', with flair 'Discussion'
+4204 [2020-01-24 15:39:25] There has been a new submission: 'I'm simply just looking for tips on editing. I know my videos are bad quality as well idk why. I record 1080p 60fps and render same settings as well.', with flair 'Video Critique'
+4204 [2020-01-24 15:41:34] There has been a new submission: 'I need some feedbacks to see what I can do next', with flair 'Channel Review'
+4204 [2020-01-24 15:44:07] There has been a new submission: 'Advice', with flair 'Discussion'
+4204 [2020-01-24 15:44:32] There has been a new submission: 'Jaystation's latest stunt has gone to far.', with flair 'Channel Review'
+4204 [2020-01-24 15:44:34] /u/braveface719 had their submission removed for insufficient lambda.
+4204 [2020-01-24 15:44:45] There has been a new submission: 'Big Announcement!', with flair 'Discussion'
+4204 [2020-01-24 15:44:47] /u/MinaMorcos had their submission removed for using the wrong flair.
+4204 [2020-01-24 15:46:59] '/u/IamEclipse' has given '/u/vincal69' lambda!
+4204 [2020-01-24 15:46:59] The OP received lambda too!
+4204 [2020-01-24 15:48:17] '/u/centyauro' has given '/u/Tetsyumi' lambda!
+4204 [2020-01-24 15:48:17] The OP received lambda too!
+4337 [2020-01-24 16:02:11]
+####################
+[2020-01-24 16:02:11] RESTARTED
+####################
+
+4337 [2020-01-24 16:11:19] There has been a new submission: 'I've spent a lot of time with the editing of this short video, hopefully it turned out to be funny. I would appreciate any feedback!', with flair 'Video Critique'
+4337 [2020-01-24 16:12:17] There has been a new submission: 'Feedback is appreciated guys!', with flair 'Video Critique'
+4337 [2020-01-24 16:12:19] /u/zeken1337 had their submission removed for insufficient lambda.
+4337 [2020-01-24 16:12:26] There has been a new submission: 'Looking For Advice on Improving my Channel', with flair 'Channel Review'
+4337 [2020-01-24 16:12:28] /u/Zichaelpathic had their submission removed for insufficient lambda.
+4337 [2020-01-24 16:13:02] '/u/DemonAero' has given '/u/saga--' lambda!
+4337 [2020-01-24 16:13:02] The OP received lambda too!
+4337 [2020-01-24 16:15:30] There has been a new submission: 'Video Critique | I just posted a whole bunch of videos of when I went to ROLLING LOUD NYC in 2019. Hope you guys enjoy I believe I made some great content.', with flair 'Video Critique'
+4337 [2020-01-24 16:15:32] /u/luidorm had their submission removed for insufficient lambda.
+4337 [2020-01-24 16:19:06] There has been a new submission: 'BORDERLANDS 3 Moxxis Heist Of The Handsome Jackpot Walkthrough Part 9 - Jacks Wild', with flair 'Gaming'
+4337 [2020-01-24 16:19:07] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+4337 [2020-01-24 16:24:10] '/u/AlcoholicSocks' has given '/u/daredevil005' lambda!
+4337 [2020-01-24 16:24:10] The OP received lambda too!
+4337 [2020-01-24 16:26:39] '/u/acstomi0212' has given '/u/GoofballGregory' lambda!
+4337 [2020-01-24 16:26:39] The OP received lambda too!
+4337 [2020-01-24 16:30:56] There has been a new submission: 'I was skeptical about the thumbnail coz I thought it would be funny but some people might not like it, but I did it anyway. Plz give your feedback I'll appreciate it.', with flair 'Video Critique'
+4337 [2020-01-24 16:31:10] '/u/BigFooz' has given '/u/likes2playMinecraft' lambda!
+4337 [2020-01-24 16:31:10] The OP received lambda too!
+4337 [2020-01-24 16:36:06] '/u/acstomi0212' has given '/u/EricGlassVideos' lambda!
+4337 [2020-01-24 16:36:19] There has been a new submission: '100 subs! YAY', with flair 'None'
+4337 [2020-01-24 16:36:20] /u/EthanVlogsTV had their submission removed for insufficient lambda.
+4337 [2020-01-24 17:10:31] There has been a new submission: 'Chernobylite - Moscow Eye', with flair 'Gaming'
+4337 [2020-01-24 17:10:34] /u/CheatCentralCH had their submission removed for insufficient lambda.
+4337 [2020-01-24 17:13:59] '/u/acstomi0212' has given '/u/Undercovercop929' lambda!
+4337 [2020-01-24 17:14:55] There has been a new submission: 'My first WIN in Fortnite?!? - "Gaming Fridays with Tinos" Hi there guys, this is my first attempt on trying a gaming video. Would appreciate a comment on the video and any feedback to keep making my gaming vids better. Thanks guys!', with flair 'Gaming'
+4337 [2020-01-24 17:16:33] There has been a new submission: 'HEYYY, it took a long time to edit this so check it out. It's one of my best videos, you might like it :)', with flair 'Video Critique'
+4337 [2020-01-24 17:22:04] '/u/JaegerAtreides' has given '/u/OccupiedGarrett' lambda!
+4337 [2020-01-24 17:22:04] The OP received lambda too!
+4337 [2020-01-24 17:23:33] '/u/JaegerAtreides' has given '/u/LitsPlay' lambda!
+4337 [2020-01-24 17:25:12] '/u/JaegerAtreides' has given '/u/ogsauce69' lambda!
+4337 [2020-01-24 17:27:02] '/u/JaegerAtreides' has given '/u/MinaMorcos' lambda!
+4337 [2020-01-24 17:27:11] '/u/JaegerAtreides' has given '/u/jonikon' lambda!
+4337 [2020-01-24 17:27:39] '/u/JaegerAtreides' has given '/u/AnswersRule' lambda!
+4337 [2020-01-24 17:32:07] There has been a new submission: 'Brand new video out! Mainly looking for meta data feedback aswell as maybe watch time tips. Also maybe a few extra viewers!', with flair 'Video Critique'
+4337 [2020-01-24 17:40:44] '/u/UrbanSparkey543' has given '/u/notactuallyspork' lambda!
+4337 [2020-01-24 17:40:44] The OP received lambda too!
+4337 [2020-01-24 17:57:59] There has been a new submission: 'Rooter Man To The Rescue in South St. Louis Missouri', with flair 'Video Critique'
+4337 [2020-01-24 17:58:00] /u/seo_fire had their submission removed for insufficient lambda.
+4337 [2020-01-24 18:00:08] '/u/daredevil005' has given '/u/AceSamson' lambda!
+4337 [2020-01-24 18:00:08] The OP received lambda too!
+4536 [2020-01-24 18:02:11]
+####################
+[2020-01-24 18:02:11] RESTARTED
+####################
+
+4536 [2020-01-24 18:14:30] There has been a new submission: 'Finally my first video that smashed a 100 views!!! I'm super hyped but it has terrible audience retention. Can you help me figure out why? (I'm being silly in a PvP live commentary)', with flair 'None'
+4536 [2020-01-24 18:17:28] There has been a new submission: 'Any help appreciated', with flair 'Discussion'
+4536 [2020-01-24 18:19:06] There has been a new submission: 'Looking at my analytics - Personal growth goals for YouTube in 2020 : Would like feedback on ways I can improve my style/editing/everything for these kinds of videos', with flair 'None'
+4536 [2020-01-24 18:21:43] There has been a new submission: 'Can you give me some feedback on this please.', with flair 'None'
+4536 [2020-01-24 18:21:45] /u/Jack-34 had their submission removed for insufficient lambda.
+4536 [2020-01-24 18:31:02] There has been a new submission: 'A man was killed by a rooster wielding a knife.', with flair 'Video Critique'
+4536 [2020-01-24 18:33:01] There has been a new submission: 'FEETRIX. I dropped my first 15 kill and I’m pretty damn proud. Any advice , critique etc.', with flair 'Gaming'
+4536 [2020-01-24 18:33:02] /u/Feetrix had their submission removed for insufficient lambda.
+4536 [2020-01-24 18:39:23] There has been a new submission: 'Looking for feedback! Also if you watch videos similar to this, I'd like to know what you like to see in them and who you like to watch, thanks!', with flair 'Video Critique'
+4536 [2020-01-24 18:43:33] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime In Ms Paint | Zenitsu Agatsuma....Get Lambda for feedback', with flair 'Art'
+4536 [2020-01-24 18:45:30] There has been a new submission: 'INSPIRATION BEHIND THE 5 CHAKRA NATURES | ANIME CONCEPTS BASED ON REALITY', with flair 'Video Critique'
+4536 [2020-01-24 18:45:32] /u/Metabee17 had their submission removed for insufficient lambda.
+4536 [2020-01-24 18:52:27] There has been a new submission: 'FUTCHAMPS HIGHLIGHTS', with flair 'Video Critique'
+4536 [2020-01-24 18:57:43] There has been a new submission: 'Finding personal niche. Advice/visible trends', with flair 'Discussion'
+4536 [2020-01-24 19:01:11] '/u/panaramanwa' has given '/u/hf_vlogs1' lambda!
+4536 [2020-01-24 19:01:11] The OP received lambda too!
+4536 [2020-01-24 19:07:18] '/u/ogsauce69' has given '/u/daredevil005' lambda!
+4536 [2020-01-24 19:07:18] The OP received lambda too!
+4536 [2020-01-24 19:07:40] '/u/ogsauce69' has given '/u/TheFox500' lambda!
+4536 [2020-01-24 19:08:52] There has been a new submission: 'Let me know what you think of my csgo video!', with flair 'Gaming'
+4536 [2020-01-24 19:14:53] '/u/centyauro' has given '/u/hf_vlogs1' lambda!
+4536 [2020-01-24 19:23:29] There has been a new submission: 'Hey, please take a look at this! Feedback is much appreciated.', with flair 'Gaming'
+4536 [2020-01-24 19:23:31] /u/Grand_Duchess_ had their submission removed for insufficient lambda.
+4536 [2020-01-24 19:49:25] '/u/panaramanwa' has given '/u/sohomcena' lambda!
+4670 [2020-01-24 20:02:11]
+####################
+[2020-01-24 20:02:11] RESTARTED
+####################
+
+4670 [2020-01-24 20:15:17] There has been a new submission: 'THE OUTER WORLD INTRO', with flair 'Gaming'
+4670 [2020-01-24 20:15:18] /u/baboydamo had their submission removed for insufficient lambda.
+4670 [2020-01-24 20:30:22] '/u/GoofballGregory' has given '/u/MoskitoDan' lambda!
+4670 [2020-01-24 20:30:22] The OP received lambda too!
+4670 [2020-01-24 20:43:32] '/u/ExCreeperYT' has given '/u/AceFilms44' lambda!
+4670 [2020-01-24 20:43:32] The OP received lambda too!
+4670 [2020-01-24 20:44:07] '/u/ExCreeperYT' has given '/u/KrazyKat_IV' lambda!
+4670 [2020-01-24 20:44:15] There has been a new submission: 'Close to 300 subscribers', with flair 'Discussion'
+4670 [2020-01-24 20:44:58] '/u/JimmyVStheWorld' has given '/u/MoskitoDan' lambda!
+4670 [2020-01-24 20:44:59] The OP received lambda too!
+4670 [2020-01-24 20:56:51] There has been a new submission: 'Wreckfest: he hates me...', with flair 'Video Critique'
+4670 [2020-01-24 21:02:23] There has been a new submission: 'Is Hardlight good in Destiny 2??', with flair 'Gaming'
+4670 [2020-01-24 21:02:25] /u/phamtasticpham had their submission removed for insufficient lambda.
+4670 [2020-01-24 21:09:57] There has been a new submission: 'Organic Growth?', with flair 'None'
+4670 [2020-01-24 21:09:57] /u/MilitariaReviewed had their submission removed for insufficient lambda.
+4670 [2020-01-24 21:15:44] '/u/panaramanwa' has given '/u/jackofalltrades4ever' lambda!
+4670 [2020-01-24 21:26:13] There has been a new submission: 'What Happened in Bad Boys 3, Except I haven't watched Bad Boys 3 [Movie Summary/Review Parody, thing] Looking for any feedback :^ )', with flair 'Video Critique'
+4670 [2020-01-24 21:26:21] There has been a new submission: 'Organic growth?', with flair 'Discussion'
+4670 [2020-01-24 21:44:02] There has been a new submission: 'New Hilarious Video Check It Out PLEASE', with flair 'Gaming'
+4670 [2020-01-24 21:44:04] /u/YTAfrozilla had their submission removed for insufficient lambda.
+4670 [2020-01-24 21:49:53] There has been a new submission: 'RANDOM SQUADS IN PUBG (Loved making this video and, I'm really happy how it turned out! Any criticism is HIGHLY appreciated!)', with flair 'Video Critique'
+4670 [2020-01-24 21:59:26] There has been a new submission: 'Modern warfare new update today 1.13 | New Crossbow, New Gamemodes and MORE!', with flair 'Gaming'
+4670 [2020-01-24 21:59:27] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+4670 [2020-01-24 22:00:47] '/u/Nichemm' has given '/u/bloodmoon20' lambda!
+4670 [2020-01-24 22:00:47] The OP received lambda too!
+4670 [2020-01-24 22:01:46] There has been a new submission: 'I started a new channel heres the first video , is it any good?', with flair 'None'
+4670 [2020-01-24 22:01:48] /u/DesertHeretic had their submission removed for insufficient lambda.
+4915 [2020-01-24 22:02:12]
+####################
+[2020-01-24 22:02:12] RESTARTED
+####################
+
+4915 [2020-01-24 22:03:24] There has been a new submission: 'So I decided to upload another DBD idea video. It would mean a lot to get some feedback on this! I put hard work into this one as well as my last one. An upvote and a like would be GREATLY appreciated!', with flair 'Gaming'
+4915 [2020-01-24 22:04:00] There has been a new submission: 'Big things are happening as a result of the relationships built in this server, 300K sized things!', with flair 'Discussion'
+4915 [2020-01-24 22:06:19] '/u/iamtinos' has given '/u/RantsWithRogers' lambda!
+4915 [2020-01-24 22:06:19] The OP received lambda too!
+4915 [2020-01-24 22:09:48] There has been a new submission: 'Hey guys! It's been a while but here's a new video. I hope everyone enjoys, let me know what you think :)', with flair 'Gaming'
+4915 [2020-01-24 22:11:11] There has been a new submission: 'What Went Wrong: Halo Reach PC', with flair 'Video Critique'
+4915 [2020-01-24 22:12:46] '/u/EricGlassVideos' has given '/u/jackofalltrades4ever' lambda!
+4915 [2020-01-24 22:12:46] The OP received lambda too!
+4915 [2020-01-24 22:29:59] There has been a new submission: '50 subs here, does anyone else just really love and feel so deeply grateful for each individual interaction.', with flair 'Discussion'
+4915 [2020-01-24 22:40:44] '/u/juststartingout120' has given '/u/Undercovercop929' lambda!
+4915 [2020-01-24 22:40:44] The OP received lambda too!
+4915 [2020-01-24 22:41:09] '/u/juststartingout120' has given '/u/IamEclipse' lambda!
+4915 [2020-01-24 22:41:57] '/u/juststartingout120' has given '/u/daredevil005' lambda!
+4915 [2020-01-24 22:42:21] '/u/bloodmoon20' has given '/u/GetTheLoot' lambda!
+4915 [2020-01-24 22:42:21] The OP received lambda too!
+4915 [2020-01-24 22:42:30] There has been a new submission: 'ABSOLUTELY TERRIFYING GAME! | Suite 776 (Full Game)', with flair 'Gaming'
+4915 [2020-01-24 22:42:32] /u/DanCamMain had their submission removed for insufficient lambda.
+4915 [2020-01-24 22:42:48] '/u/juststartingout120' has given '/u/jackofalltrades4ever' lambda!
+4915 [2020-01-24 22:50:34] There has been a new submission: 'New Fortnite Montage', with flair 'Gaming'
+4915 [2020-01-24 22:52:57] '/u/Adddo13' has given '/u/str8ac3' lambda!
+4915 [2020-01-24 22:52:57] The OP received lambda too!
+4915 [2020-01-24 22:53:25] There has been a new submission: 'The Tiniest Jedi (A Star Wars Parody)', with flair 'Video Critique'
+4915 [2020-01-24 22:54:32] There has been a new submission: 'my road to win Tesla Model 3 from Lottery, what you think ?', with flair 'Video Critique'
+4915 [2020-01-24 23:06:14] '/u/Arrrash' has given '/u/jackofalltrades4ever' lambda!
+4915 [2020-01-24 23:06:15] The OP received lambda too!
+4915 [2020-01-24 23:06:25] '/u/The_Suited_Bird' has given '/u/ReverseNationYT' lambda!
+4915 [2020-01-24 23:07:11] '/u/The_Suited_Bird' has given '/u/Bernguz' lambda!
+4915 [2020-01-24 23:07:50] '/u/The_Suited_Bird' has given '/u/skullgamer2018' lambda!
+4915 [2020-01-24 23:08:34] '/u/The_Suited_Bird' has given '/u/krmmr' lambda!
+4915 [2020-01-24 23:09:15] '/u/The_Suited_Bird' has given '/u/jackofalltrades4ever' lambda!
+4915 [2020-01-24 23:22:09] There has been a new submission: 'Gang Wars and Badlands Revenge | GTA Arcade Part 1', with flair 'Gaming'
+4915 [2020-01-24 23:22:12] /u/StonerRick-C420 had their submission removed for insufficient lambda.
+4915 [2020-01-24 23:23:37] There has been a new submission: 'New art video', with flair 'Art'
+4915 [2020-01-24 23:23:39] /u/Jadeechenn had their submission removed for insufficient lambda.
+4915 [2020-01-24 23:26:41] '/u/SwanCreek' has given '/u/RantsWithRogers' lambda!
+4915 [2020-01-24 23:41:40] '/u/Shclonker' has given '/u/ItsTheSheepster' lambda!
+4915 [2020-01-24 23:41:40] The OP received lambda too!
+4915 [2020-01-24 23:49:05] There has been a new submission: 'What is a good audience retention and click-through rate for 10-15 minute videos?', with flair 'Discussion'
+4915 [2020-01-24 23:49:58] There has been a new submission: 'New League Of Legends Content Creator', with flair 'Gaming'
+4915 [2020-01-24 23:49:59] /u/metroblade had their submission removed for insufficient lambda.
+5061 [2020-01-25 00:02:11]
+####################
+[2020-01-25 00:02:11] RESTARTED
+####################
+
+5061 [2020-01-25 00:06:26] '/u/GetTheLoot' has given '/u/SimpleSolutionsMath' lambda!
+5061 [2020-01-25 00:06:26] The OP received lambda too!
+5061 [2020-01-25 00:07:42] There has been a new submission: 'Please show some support/feedback on my new video! I will return the favor!', with flair 'None'
+5061 [2020-01-25 00:37:09] There has been a new submission: 'As a beginner youtuber, I want to share what I use to film my videos! Check it out!', with flair 'Discussion'
+5061 [2020-01-25 00:37:10] /u/mschacha95 had their submission removed for using the wrong flair.
+5061 [2020-01-25 00:41:19] There has been a new submission: 'my first vlog', with flair 'Vlog'
+5061 [2020-01-25 00:41:21] /u/ilovelyrae42069 had their submission removed for insufficient lambda.
+5061 [2020-01-25 00:47:13] There has been a new submission: 'My Dad, Bill Maher', with flair 'Channel Review'
+5061 [2020-01-25 01:00:41] '/u/MattThibodeau' has given '/u/Jimminycrickets411' lambda!
+5061 [2020-01-25 01:00:41] The OP received lambda too!
+9218 [2020-01-25 01:05:17] Updated statistics
+5061 [2020-01-25 01:11:08] There has been a new submission: 'We are finally AP holders! Plus we visit galaxys edge!!', with flair 'Vlog'
+5061 [2020-01-25 01:11:10] /u/bridgeandolly had their submission removed for insufficient lambda.
+5061 [2020-01-25 01:11:49] '/u/MattThibodeau' has given '/u/tommyboy_lr' lambda!
+5061 [2020-01-25 01:18:30] '/u/BigFooz' has given '/u/qzeqYT' lambda!
+5061 [2020-01-25 01:20:45] '/u/Paint2Luv-Art' has given '/u/TreverCarreon' lambda!
+5061 [2020-01-25 01:20:45] The OP received lambda too!
+5061 [2020-01-25 01:21:30] '/u/Paint2Luv-Art' has given '/u/honeyroastedparsnip' lambda!
+5061 [2020-01-25 01:21:48] '/u/Paint2Luv-Art' has given '/u/GetTheLoot' lambda!
+5061 [2020-01-25 01:22:17] There has been a new submission: 'Hello fellow redditors, please give my new video a watch. I create content for survival/zombie games and Fortnite meme videos so far. Feedback, a like and subscribe would be appreciated if you enjoy! Feel free to browse my channel. Help me break 50 subs!', with flair 'Channel Review'
+5061 [2020-01-25 01:30:46] '/u/Shclonker' has given '/u/Riko_07' lambda!
+5061 [2020-01-25 01:33:15] '/u/MattThibodeau' has given '/u/urbansophistication' lambda!
+5061 [2020-01-25 01:35:34] There has been a new submission: 'Bad Boys for Life & Dolittle - 16 Bit Movie Review - Albeleo', with flair 'Video Critique'
+5061 [2020-01-25 01:40:44] '/u/MattThibodeau' has given '/u/ForkNsp00n' lambda!
+5061 [2020-01-25 01:51:28] There has been a new submission: 'Hello everyone I just want to know if what I’m doing wrong in my videos I keep getting a good amount of dislikes and i don’t know why some opinions would help?', with flair 'Video Critique'
+5061 [2020-01-25 01:51:31] /u/Johnny-Ragnarsson had their submission removed for insufficient lambda.
+5061 [2020-01-25 01:53:49] There has been a new submission: 'Made A Youtube Channel After My Video Got 3M Views On TikTok', with flair 'Channel Review'
+5061 [2020-01-25 01:53:51] /u/videocameraguy had their submission removed for insufficient lambda.
+5061 [2020-01-25 02:01:21] There has been a new submission: 'Loud Bitches in the box "You really are raciest" #4 New podcast we are trying out a new format for a show. please enjoy the video and tell me what you think. Thank you', with flair 'Video Critique'
+5061 [2020-01-25 02:02:02] '/u/AlcoholicSocks' has given '/u/ForkNsp00n' lambda!
+5205 [2020-01-25 02:02:12]
+####################
+[2020-01-25 02:02:12] RESTARTED
+####################
+
+5205 [2020-01-25 02:04:06] There has been a new submission: 'Video of mine went viral as far as my channel goes lol. What do you guys think? The true action starts around 35 seconds in.', with flair 'Video Critique'
+5205 [2020-01-25 02:07:42] '/u/bloodmoon20' has given '/u/Riko_07' lambda!
+5205 [2020-01-25 02:08:14] There has been a new submission: 'Critique my newest video please!', with flair 'Video Critique'
+5205 [2020-01-25 02:08:15] /u/apsychopuppet had their submission removed for insufficient lambda.
+5205 [2020-01-25 02:11:32] '/u/ForkNsp00n' has given '/u/urbansophistication' lambda!
+5205 [2020-01-25 02:11:32] The OP received lambda too!
+5205 [2020-01-25 02:12:09] '/u/AlbeleoOfficial' has given '/u/urbansophistication' lambda!
+5205 [2020-01-25 02:12:09] The OP received lambda too!
+5205 [2020-01-25 02:25:17] '/u/GetTheLoot' has given '/u/urbansophistication' lambda!
+5205 [2020-01-25 02:26:22] '/u/GetTheLoot' has given '/u/ForkNsp00n' lambda!
+5205 [2020-01-25 02:30:48] '/u/AlbeleoOfficial' has given '/u/Riko_07' lambda!
+5205 [2020-01-25 02:41:03] There has been a new submission: 'TALKING TO A NARCISSIST why even try', with flair 'Video Critique'
+5205 [2020-01-25 02:45:20] There has been a new submission: 'Best Place to Start Selling Merch?', with flair 'Discussion'
+5205 [2020-01-25 02:52:10] '/u/Ericthegoat' has given '/u/urbansophistication' lambda!
+5205 [2020-01-25 02:52:10] The OP received lambda too!
+5205 [2020-01-25 03:44:57] '/u/PheraWorld' has given '/u/CocoChinaRed' lambda!
+5342 [2020-01-25 04:02:12]
+####################
+[2020-01-25 04:02:12] RESTARTED
+####################
+
+5342 [2020-01-25 04:04:44] There has been a new submission: '[Funtage] Hitman goes on a holiday 😎🔪 // All kinds of feedback welcome and considered!', with flair 'Video Critique'
+5342 [2020-01-25 04:05:32] There has been a new submission: 'Hello! My family (myself, my wife and our two children) started working on a show as a fun thing to do together a while back. My wife and I both grew up in the 80s/early 90s, so the aesthetic of the show skews heavily towards tv and movies from that era.', with flair 'Art'
+5342 [2020-01-25 04:05:34] /u/thewizardscauldron had their submission removed for insufficient lambda.
+5342 [2020-01-25 04:20:08] There has been a new submission: 'We Try Not to Kill Our NPCs This Time /u/dwrelive', with flair 'Channel Review'
+5342 [2020-01-25 04:20:11] /u/FiveGeeksBlog had their submission removed for insufficient lambda.
+5342 [2020-01-25 04:41:08] There has been a new submission: '10 MOUNTAINS | 1 DAY - My newest adventure video out of Tokyo. Let me know what you guys think if you're willing to watch. You guys have been so helpful! Lambda ready as always.', with flair 'Video Critique'
+5342 [2020-01-25 04:53:33] There has been a new submission: 'Mountain Top Anniversary with My Wife... and Jesus?? (Disclaimer: "Big J." was just there this is not a religious vlog.)', with flair 'Vlog'
+5342 [2020-01-25 05:00:31] '/u/RantsWithRogers' has given '/u/cplaprade' lambda!
+5342 [2020-01-25 05:00:31] The OP received lambda too!
+5342 [2020-01-25 05:01:34] '/u/RantsWithRogers' has given '/u/BigFooz' lambda!
+5342 [2020-01-25 05:04:35] There has been a new submission: 'Big Announcement!', with flair 'Channel Review'
+5342 [2020-01-25 05:12:21] There has been a new submission: '[FINANCE] MY FIRST VIDEO - How To Invest In 2020: A Beginner's Guide', with flair 'Video Critique'
+5342 [2020-01-25 05:12:24] /u/ramjaz had their submission removed for insufficient lambda.
+5342 [2020-01-25 05:48:43] There has been a new submission: 'football players on, cristiano ronaldo, Lionel Messi, Neymar Jr, Marcelo', with flair 'Collab'
+5342 [2020-01-25 05:48:43] /u/dailypubg had their submission removed for using the wrong flair.
+5342 [2020-01-25 05:53:17] '/u/qzeqYT' has given '/u/BigFooz' lambda!
+5342 [2020-01-25 05:53:17] The OP received lambda too!
+5476 [2020-01-25 06:02:12]
+####################
+[2020-01-25 06:02:12] RESTARTED
+####################
+
+5476 [2020-01-25 06:05:18] '/u/RantsWithRogers' has given '/u/Braindead_Composer' lambda!
+5476 [2020-01-25 06:38:19] There has been a new submission: 'ISO Creators Doing Good', with flair 'Discussion'
+5476 [2020-01-25 07:09:06] '/u/acstomi0212' has given '/u/ForkNsp00n' lambda!
+5476 [2020-01-25 07:12:17] There has been a new submission: 'So I attempted to make an R6 anime op (I know the quality is bad) let me know what you guys think! tips and criticism are appreciated!', with flair 'Video Critique'
+5476 [2020-01-25 07:34:55] There has been a new submission: 'Bill gates meet ellen but its legendery(plz support if u like it)', with flair 'Channel Review'
+5476 [2020-01-25 07:34:57] /u/shadow_the_youtuber had their submission removed for insufficient lambda.
+5476 [2020-01-25 07:35:53] '/u/Nichemm' has given '/u/tommyboy_lr' lambda!
+6007 [2020-01-25 08:02:12]
+####################
+[2020-01-25 08:02:12] RESTARTED
+####################
+
+6007 [2020-01-25 08:42:33] There has been a new submission: 'Just posted a new video', with flair 'None'
+6007 [2020-01-25 08:42:35] /u/Confusion574 had their submission removed for insufficient lambda.
+6007 [2020-01-25 09:29:55] '/u/BigFooz' has given '/u/sohomcena' lambda!
+6007 [2020-01-25 09:29:55] The OP received lambda too!
+6007 [2020-01-25 09:30:19] '/u/BigFooz' has given '/u/kakinmnbroek' lambda!
+6007 [2020-01-25 09:32:10] There has been a new submission: 'My Latest Video - Feedback and Critique Encouraged [Gaming]', with flair 'None'
+6007 [2020-01-25 09:32:21] There has been a new submission: 'Varieties of ice cream', with flair 'Art'
+6007 [2020-01-25 09:32:23] /u/Ejwin555 had their submission removed for insufficient lambda.
+6007 [2020-01-25 09:34:09] '/u/ogsauce69' has given '/u/sohomcena' lambda!
+6007 [2020-01-25 09:34:09] The OP received lambda too!
+6007 [2020-01-25 09:35:53] '/u/ogsauce69' has given '/u/Nichemm' lambda!
+6007 [2020-01-25 09:36:12] There has been a new submission: 'Isshin. the Sword Saint | So please tell me what you think? | and thank you for your time, wish you the best.', with flair 'Gaming'
+6007 [2020-01-25 09:36:13] /u/TheyDontKnowMyName had their submission removed for insufficient lambda.
+6007 [2020-01-25 09:53:29] There has been a new submission: 'would mean alot if you just open this video and check it out and view it for a bit and lmk what you think', with flair 'Gaming'
+6007 [2020-01-25 09:53:30] /u/DestiniiYT had their submission removed for insufficient lambda.
+6007 [2020-01-25 09:58:11] There has been a new submission: 'GO SHOW SOME LOVE I WOULD APPRECIATE IT!!', with flair 'Vlog'
+6007 [2020-01-25 09:58:12] /u/louieliufestyle had their submission removed for insufficient lambda.
+6501 [2020-01-25 10:02:13]
+####################
+[2020-01-25 10:02:13] RESTARTED
+####################
+
+6501 [2020-01-25 10:08:15] '/u/BigFooz' has given '/u/SoarinSparCore' lambda!
+6501 [2020-01-25 10:20:37] There has been a new submission: 'me and the boys making fun of awful buzzfeed recipes', with flair 'Video Critique'
+6501 [2020-01-25 10:53:56] There has been a new submission: 'Are youtube ads worth it?', with flair 'Discussion'
+6501 [2020-01-25 11:00:11] '/u/cambostock' has given '/u/YudronWangmo' lambda!
+6501 [2020-01-25 11:00:11] The OP received lambda too!
+6501 [2020-01-25 11:01:37] '/u/cambostock' has given '/u/Jenzenberg' lambda!
+6501 [2020-01-25 11:05:40] There has been a new submission: 'Honor 10X Release Date, Price, Introduction, Specs, Camera, First Look, Features, Leaks, Concept', with flair 'Channel Review'
+6501 [2020-01-25 11:05:42] /u/Vids_4u had their submission removed for insufficient lambda.
+6501 [2020-01-25 11:20:41] '/u/RantsWithRogers' has given '/u/mcdunco_ontheroad' lambda!
+6501 [2020-01-25 11:44:27] There has been a new submission: 'The Bloodbath - Rainbow Six Siege Moments #13 - I worked hard on the subtitles in this video and the overall quality, please tell me what you think ;)', with flair 'Video Critique'
+6637 [2020-01-25 12:02:13]
+####################
+[2020-01-25 12:02:13] RESTARTED
+####################
+
+6637 [2020-01-25 12:15:44] There has been a new submission: 'Is anyone else here from (East) Asia?', with flair 'Collab'
+6637 [2020-01-25 12:18:04] '/u/cambostock' has given '/u/krmmr' lambda!
+6637 [2020-01-25 12:22:49] There has been a new submission: 'Please subscribe and like video', with flair 'Gaming'
+6637 [2020-01-25 12:22:50] /u/Falkonse had their submission removed for insufficient lambda.
+6637 [2020-01-25 12:23:43] There has been a new submission: 'Allah Tala Ne Hazrat Musa عَلَيْهِ ٱلسَّلَامُ Ko Samri Jadugar Kay Qatal...', with flair 'Discussion'
+6637 [2020-01-25 12:23:45] /u/msufwan had their submission removed for using the wrong flair.
+6637 [2020-01-25 12:27:52] '/u/Graydingo' has given '/u/CocoChinaRed' lambda!
+6637 [2020-01-25 12:29:33] There has been a new submission: 'Hey guys I'm new here, check out my youtube channel im not interested in sub4sub im just genuinely trying to get my content out there for people to check out :)', with flair 'Gaming'
+6637 [2020-01-25 12:29:34] /u/GhoulsPlay had their submission removed for insufficient lambda.
+6637 [2020-01-25 12:47:45] There has been a new submission: 'I edited Audrey Hepburn's bohemian dance from Funny Face to the song "Stone Fox" by King Tuff', with flair 'None'
+6637 [2020-01-25 12:47:46] /u/FrownTheClown had their submission removed for insufficient lambda.
+6637 [2020-01-25 12:56:05] There has been a new submission: 'Just gained a sub overnight in so happy. 😂😂this is the stuff that makes me wanna keep on posting daily content.', with flair 'Discussion'
+6637 [2020-01-25 12:59:03] '/u/cambostock' has given '/u/ScottyAmen' lambda!
+6637 [2020-01-25 13:20:56] '/u/ItsTheSheepster' has given '/u/TNTmonkeyman' lambda!
+6637 [2020-01-25 13:20:56] The OP received lambda too!
+6637 [2020-01-25 13:21:31] There has been a new submission: 'A small channel that talks about Detective Conan :)', with flair 'None'
+6637 [2020-01-25 13:21:33] /u/awrioo had their submission removed for insufficient lambda.
+6637 [2020-01-25 13:28:26] There has been a new submission: 'Level Up - The most ambitious crossover in gta 5 cinematic history', with flair 'Video Critique'
+6637 [2020-01-25 13:45:41] '/u/ItsTheSheepster' has given '/u/Confusion574' lambda!
+6637 [2020-01-25 13:47:20] '/u/VicBlancoProds' has given '/u/TheMisterEpic' lambda!
+6637 [2020-01-25 13:47:20] The OP received lambda too!
+6637 [2020-01-25 13:48:10] '/u/VicBlancoProds' has given '/u/Ejwin555' lambda!
+6637 [2020-01-25 13:49:16] '/u/VicBlancoProds' has given '/u/DWRelive' lambda!
+6637 [2020-01-25 13:49:52] '/u/VicBlancoProds' has given '/u/NerdTalkDan' lambda!
+6637 [2020-01-25 13:51:44] There has been a new submission: 'This sub is dead.', with flair 'Discussion'
+6770 [2020-01-25 14:02:13]
+####################
+[2020-01-25 14:02:13] RESTARTED
+####################
+
+6770 [2020-01-25 14:07:08] There has been a new submission: 'How to Cure Erectile Dysfunction in 2020 (Very Effective) Solution', with flair 'Channel Review'
+6770 [2020-01-25 14:07:09] /u/Messy5 had their submission removed for insufficient lambda.
+6770 [2020-01-25 14:10:40] There has been a new submission: 'Made this video on why POP: Warrior Within is one of my favourite Games of all time, despite the fact that critics hated it for being too "Edgy". Here I've given my opinion as to why I feel that this is one of the best games of all time, despite its flaws. Opinion/Feedback is welcome!', with flair 'Gaming'
+6770 [2020-01-25 14:11:33] '/u/BigFooz' has given '/u/ItsTheSheepster' lambda!
+6770 [2020-01-25 14:11:53] '/u/BigFooz' has given '/u/chamsbiz' lambda!
+6770 [2020-01-25 14:13:18] There has been a new submission: 'Frozen 2 - Into The Unknown. Played on one guitar!', with flair 'Video Critique'
+6770 [2020-01-25 14:13:19] /u/LukeGunnMusic had their submission removed for insufficient lambda.
+6770 [2020-01-25 14:14:45] '/u/BigFooz' has given '/u/LeinadArevet' lambda!
+6770 [2020-01-25 14:15:15] There has been a new submission: 'All constructive comments are most welcome,I am always working to impoove my output, I am also happy that I have reached above 600 subs in about 3 months. If you don't like the content please don't dislike', with flair 'Video Critique'
+6770 [2020-01-25 14:18:56] '/u/BigFooz' has given '/u/JudgeCreed' lambda!
+6770 [2020-01-25 14:31:42] There has been a new submission: 'New video my friend and I filmed let me know if you enjoyed it.', with flair 'Video Critique'
+6770 [2020-01-25 14:54:23] '/u/MattThibodeau' has given '/u/White_Wokah' lambda!
+6770 [2020-01-25 14:56:38] '/u/qzeqYT' has given '/u/Adventuroussoul18' lambda!
+6770 [2020-01-25 15:19:28] '/u/iamtinos' has given '/u/BookishYT' lambda!
+6770 [2020-01-25 15:25:00] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 16 - Some Assembly Required (Gears 5)', with flair 'Gaming'
+6770 [2020-01-25 15:25:02] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:33:14] There has been a new submission: 'Indian hostel room makeover', with flair 'None'
+6770 [2020-01-25 15:33:16] /u/mnvxd had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:35:07] There has been a new submission: 'ᴍɪɴᴇᴄʀᴀꜰᴛ.ᴍᴘ5 👌', with flair 'Art'
+6770 [2020-01-25 15:35:09] /u/soundofspring had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:36:26] There has been a new submission: 'Resident Evil Original Let's Play Episode/Part 0 Gameplay Walkthrough Playthrough Blind Facecam', with flair 'None'
+6770 [2020-01-25 15:36:27] /u/loopy2mn had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:37:52] There has been a new submission: 'Helping a NOOB Get His FIRST WIN in DARWIN PROJECT as the DIRECTOR', with flair 'Gaming'
+6770 [2020-01-25 15:37:53] /u/ozoghoul had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:41:44] There has been a new submission: 'THIS VIDEO REALLY SHOWED ME HOW MUCH MY CELL PHONE CONTROLS MY LIFE', with flair 'Vlog'
+6770 [2020-01-25 15:45:41] There has been a new submission: 'Clips/Stills from Netflix show? - Fair Use Question', with flair 'Meta'
+6770 [2020-01-25 15:51:47] There has been a new submission: 'Snow Tubing Campgaw Mountain Ski Area Mahwah New jersey', with flair 'Vlog'
+6770 [2020-01-25 15:51:49] /u/suneethat had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:52:12] There has been a new submission: 'Fortnite Montage - WHATS POPPIN (Jack Harlow)❗️🤬🔥', with flair 'Gaming'
+6770 [2020-01-25 15:52:14] /u/imightREEE had their submission removed for insufficient lambda.
+6770 [2020-01-25 15:53:46] There has been a new submission: 'small celebrations', with flair 'Discussion'
+6904 [2020-01-25 16:02:13]
+####################
+[2020-01-25 16:02:13] RESTARTED
+####################
+
+6904 [2020-01-25 16:09:22] There has been a new submission: 'A really funny setup tour video! Will give lambda!', with flair 'Video Critique'
+6904 [2020-01-25 16:09:23] /u/GokuuTheGod had their submission removed for insufficient lambda.
+6904 [2020-01-25 16:13:50] '/u/RantsWithRogers' has given '/u/Paint2Luv-Art' lambda!
+6904 [2020-01-25 16:19:51] There has been a new submission: 'How To Make Mascot Logo - Gaming Logo Tutorial', with flair 'Art'
+6904 [2020-01-25 16:19:51] /u/argon_graphics had their submission removed for insufficient lambda.
+6904 [2020-01-25 16:36:35] There has been a new submission: 'Prank channel', with flair 'None'
+6904 [2020-01-25 16:36:37] /u/presrollo had their submission removed for insufficient lambda.
+6904 [2020-01-25 16:46:19] '/u/RasheedaGottfried' has given '/u/EricGlassVideos' lambda!
+6904 [2020-01-25 16:46:19] The OP received lambda too!
+6904 [2020-01-25 16:46:46] There has been a new submission: 'Extreme Hot Wing Challenge', with flair 'Vlog'
+6904 [2020-01-25 16:46:47] /u/sergeibass7 had their submission removed for insufficient lambda.
+6904 [2020-01-25 16:48:10] '/u/chamsbiz' has given '/u/EricGlassVideos' lambda!
+6904 [2020-01-25 16:48:10] The OP received lambda too!
+6904 [2020-01-25 16:51:12] '/u/TNTmonkeyman' has given '/u/sohomcena' lambda!
+6904 [2020-01-25 16:51:12] The OP received lambda too!
+6904 [2020-01-25 16:51:22] There has been a new submission: 'I used a sketchy green screen for this. 6 hours of editing hahaha I'm going crazy. Plsssss let me know what yall think.', with flair 'Video Critique'
+6904 [2020-01-25 16:55:38] There has been a new submission: 'Trying Something Very New! I want to IMPROVE my Videos (serious critiques)', with flair 'Video Critique'
+6904 [2020-01-25 16:58:42] There has been a new submission: 'THINK TWICE before giving up a PET ROCK to just any shelter! Let us know if you like/hate our sketch comedy! Comment/critique and I'll hit you with the lambda!', with flair 'Video Critique'
+6904 [2020-01-25 17:04:28] '/u/TNTmonkeyman' has given '/u/LeinadArevet' lambda!
+6904 [2020-01-25 17:05:02] '/u/TNTmonkeyman' has given '/u/NoStresssss' lambda!
+6904 [2020-01-25 17:06:16] There has been a new submission: 'Rainbow Six Siege Funny Moments Video', with flair 'Gaming'
+6904 [2020-01-25 17:06:18] /u/BartDank had their submission removed for insufficient lambda.
+6904 [2020-01-25 17:06:28] There has been a new submission: 'The Suffering [Longplay] [Full Game](2020)[No Commentary] Gameplay Walkthrough [PS2 1080p 60FPS]', with flair 'None'
+6904 [2020-01-25 17:06:29] /u/loopy2mn had their submission removed for insufficient lambda.
+6904 [2020-01-25 17:07:58] There has been a new submission: 'Red Dead Online - Tobin Winfield Legendary Bounty', with flair 'Gaming'
+6904 [2020-01-25 17:07:59] /u/CheatCentralCH had their submission removed for insufficient lambda.
+6904 [2020-01-25 17:26:13] There has been a new submission: 'Dead rising 2 let’s play part 13 very funny', with flair 'Gaming'
+6904 [2020-01-25 17:26:14] /u/TRACKBACK1 had their submission removed for insufficient lambda.
+6904 [2020-01-25 17:33:50] There has been a new submission: 'Yamaha Fz250 review', with flair 'Video Critique'
+6904 [2020-01-25 17:35:00] There has been a new submission: '10 subs!', with flair 'Discussion'
+6904 [2020-01-25 17:37:27] There has been a new submission: 'The Witcher let's play walkthrough - episode 2 (Someone died) -here is the part 2 of my gameplay hope you enjoy guys', with flair 'Gaming'
+6904 [2020-01-25 17:37:29] /u/Tutsii08 had their submission removed for insufficient lambda.
+6904 [2020-01-25 17:53:41] '/u/vincal69' has given '/u/good_username_hours' lambda!
+6904 [2020-01-25 17:53:41] The OP received lambda too!
+6904 [2020-01-25 17:59:31] There has been a new submission: 'The Great American Road Trip | Episode Six: The End Of A Journey (The last of my road trip series I put together, I loved really cranking down on my editing and story telling in this series vs my older style vlogs. More thoughts in the comments. Would love feedback on the video for sure!', with flair 'None'
+6904 [2020-01-25 17:59:41] There has been a new submission: 'New year's resolution', with flair 'Video Critique'
+7038 [2020-01-25 18:02:13]
+####################
+[2020-01-25 18:02:13] RESTARTED
+####################
+
+7038 [2020-01-25 18:05:10] '/u/Arrrash' has given '/u/honeyroastedparsnip' lambda!
+7038 [2020-01-25 18:05:52] '/u/Arrrash' has given '/u/ForkNsp00n' lambda!
+7038 [2020-01-25 18:08:31] '/u/vincal69' has given '/u/NarivaTV' lambda!
+7038 [2020-01-25 18:12:41] There has been a new submission: 'I’m Proud of you!', with flair 'Discussion'
+7038 [2020-01-25 18:24:24] There has been a new submission: 'Black Ops 3 in 2020.....', with flair 'Video Critique'
+7038 [2020-01-25 18:24:25] /u/RevertedYT had their submission removed for insufficient lambda.
+7038 [2020-01-25 18:27:09] There has been a new submission: '🅶🅼🆅 || Last Of Us', with flair 'Gaming'
+7038 [2020-01-25 18:27:10] /u/Lonely_Gamer_YT had their submission removed for insufficient lambda.
+7038 [2020-01-25 18:36:15] There has been a new submission: '50$ giveaway to enter: like sub and watch my videos', with flair 'None'
+7038 [2020-01-25 18:36:16] /u/7R3_ had their submission removed for insufficient lambda.
+7038 [2020-01-25 18:36:26] There has been a new submission: 'Does uploading consistently help your channel?', with flair 'Discussion'
+7038 [2020-01-25 18:36:33] There has been a new submission: 'Gordon Ramsay Shows Off His Buns | (Makes THE Perfect Burger)', with flair 'Meta'
+7038 [2020-01-25 18:36:34] /u/The_Cheeki_Creator had their submission removed for using the wrong flair.
+7038 [2020-01-25 18:58:40] There has been a new submission: 'It’s a new decade so I found art from 10 years ago and reworked it. Let me know what you think!', with flair 'Video Critique'
+7038 [2020-01-25 18:59:40] There has been a new submission: 'Gordon Ramsay Shows Off His Buns | (Makes THE Perfect Burger)', with flair 'Art'
+7038 [2020-01-25 18:59:40] /u/The_Cheeki_Creator had their submission removed for insufficient lambda.
+7038 [2020-01-25 19:06:05] '/u/urbansophistication' has given '/u/jackofalltrades4ever' lambda!
+7038 [2020-01-25 19:06:06] The OP received lambda too!
+7038 [2020-01-25 19:07:23] There has been a new submission: 'TOP 5 HORROR GAMES! That will give you a heart attack! | Dedicated Syn', with flair 'Gaming'
+7038 [2020-01-25 19:07:24] /u/Dedicated-Syn-YT had their submission removed for insufficient lambda.
+7038 [2020-01-25 19:27:07] '/u/urbansophistication' has given '/u/zonfar2' lambda!
+7038 [2020-01-25 19:27:37] '/u/Shclonker' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7038 [2020-01-25 19:27:58] There has been a new submission: 'TOP 5 HORROR GAMES! Leave some feedback :D', with flair 'Channel Review'
+7038 [2020-01-25 19:27:59] /u/Dedicated-Syn-YT had their submission removed for insufficient lambda.
+7038 [2020-01-25 19:42:35] '/u/EricGlassVideos' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7038 [2020-01-25 19:42:35] The OP received lambda too!
+7038 [2020-01-25 19:44:11] There has been a new submission: 'First Time Playing SCP', with flair 'Video Critique'
+7038 [2020-01-25 19:44:13] /u/SNOWSOS had their submission removed for insufficient lambda.
+7038 [2020-01-25 19:44:56] There has been a new submission: 'Hollywood Holocaust Classic | DUKE NUKEM 3D | VR | #1', with flair 'Gaming'
+7038 [2020-01-25 19:44:58] /u/comma888comma111 had their submission removed for insufficient lambda.
+7038 [2020-01-25 19:46:39] '/u/vincal69' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7038 [2020-01-25 19:51:40] There has been a new submission: 'Made a better edit of my video!!! Give it a watch and some feed back!!!', with flair 'Video Critique'
+7038 [2020-01-25 19:51:42] /u/Horsetoothtony had their submission removed for insufficient lambda.
+7038 [2020-01-25 19:52:31] There has been a new submission: 'How do you guys find the right non-copyright music?', with flair 'Discussion'
+7038 [2020-01-25 19:55:53] '/u/R_Hanna' has given '/u/KrazyKat_IV' lambda!
+7038 [2020-01-25 19:55:53] The OP received lambda too!
+7038 [2020-01-25 20:01:13] There has been a new submission: 'great plan 10/10 well done (give feedback on the video)', with flair 'Gaming'
+7172 [2020-01-25 20:02:13]
+####################
+[2020-01-25 20:02:13] RESTARTED
+####################
+
+7172 [2020-01-25 20:06:36] '/u/Evalad' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7172 [2020-01-25 20:06:36] The OP received lambda too!
+7172 [2020-01-25 20:09:46] There has been a new submission: 'my top 5 favorite anime', with flair 'Discussion'
+7172 [2020-01-25 20:09:47] /u/ImDooolan had their submission removed for using the wrong flair.
+7172 [2020-01-25 20:09:52] '/u/Evalad' has given '/u/the__day__man' lambda!
+7172 [2020-01-25 20:10:21] '/u/Evalad' has given '/u/zonfar2' lambda!
+7172 [2020-01-25 20:11:18] There has been a new submission: 'NEW COLLABORATION!! = RANT: MOVIE TRAILERS just way too many', with flair 'Collab'
+7172 [2020-01-25 20:11:20] /u/HighHeelKnight had their submission removed for using the wrong flair.
+7172 [2020-01-25 20:14:33] There has been a new submission: 'NEW COLLABORATION VIDEO!! = RANT: MOVIE TRAILERS just way too many (w/ HighHeelKnight)', with flair 'Video Critique'
+7172 [2020-01-25 20:26:32] There has been a new submission: 'Working on DYNOs - Bouldering at Social Climbing Leicester : Looking for how I can make these climbing videos more varied in the content', with flair 'None'
+7172 [2020-01-25 20:36:07] There has been a new submission: 'Filmed this one back when we did the Cards video, would love critique on the thumbnail, and video overall!', with flair 'Video Critique'
+7172 [2020-01-25 20:36:56] '/u/Evalad' has given '/u/TrappedInLimbo' lambda!
+7172 [2020-01-25 20:40:59] There has been a new submission: 'When I reached 1k subs, I made a music video. Later me know what you think! :D', with flair 'Video Critique'
+7172 [2020-01-25 20:55:04] There has been a new submission: 'At the start of 2019 I made it a goal to make a horror film award show. So I tried to watch as many 2019 releases as I could in preparation for the very first Otranto Awards! Looking at the best that the horror genre had to offer across 16 categories.', with flair 'Video Critique'
+7172 [2020-01-25 21:25:37] There has been a new submission: 'We have plans to be leaders in the finance/investing niche. (any critiques?)', with flair 'Video Critique'
+7172 [2020-01-25 21:25:39] /u/Fletch0733 had their submission removed for insufficient lambda.
+7172 [2020-01-25 21:37:51] There has been a new submission: 'Flying To The Shalminga Festival - A Space Adventure With Puppets - Looking for critique! :)', with flair 'Video Critique'
+7172 [2020-01-25 21:42:57] There has been a new submission: 'Jake paul has won the idiot of the week award!', with flair 'Discussion'
+7172 [2020-01-25 21:42:59] /u/Xtro70 had their submission removed for using the wrong flair.
+7172 [2020-01-25 21:45:23] There has been a new submission: 'A Note on FAIR USE', with flair 'Discussion'
+7342 [2020-01-25 22:02:13]
+####################
+[2020-01-25 22:02:13] RESTARTED
+####################
+
+7342 [2020-01-25 22:03:45] '/u/zonfar2' has given '/u/Tmoney600' lambda!
+7342 [2020-01-25 22:03:46] The OP received lambda too!
+7342 [2020-01-25 22:05:43] There has been a new submission: 'I started a YouTube channel to offer my CONSERVATIVE commentary and to offer people advice to help take personal responsibility and improve their lives', with flair 'Video Critique'
+7342 [2020-01-25 22:05:45] /u/ChetBarrington had their submission removed for insufficient lambda.
+7342 [2020-01-25 22:08:05] There has been a new submission: 'Thinking about doing a giveaway for the sake of engagement, but i need opinions on what i could giveaway as a music channel. Feedback appreciated!', with flair 'Channel Review'
+7342 [2020-01-25 22:08:06] /u/kscircle had their submission removed for insufficient lambda.
+7342 [2020-01-25 22:08:59] '/u/cambostock' has given '/u/honeyroastedparsnip' lambda!
+7342 [2020-01-25 22:11:12] '/u/ItsTheSheepster' has given '/u/CompleteReason1' lambda!
+7342 [2020-01-25 22:21:31] There has been a new submission: 'Your thoughts on long format youtube videos? Is the niche audience interested in them growing? I tried my hand at one, and this is the result.', with flair 'Gaming'
+7342 [2020-01-25 22:21:33] /u/NopNapNarp had their submission removed for insufficient lambda.
+7342 [2020-01-25 22:23:14] There has been a new submission: 'Jake paul wins the idiot of the week award', with flair 'Art'
+7342 [2020-01-25 22:23:16] /u/Xtro70 had their submission removed for insufficient lambda.
+7342 [2020-01-25 22:25:16] There has been a new submission: 'Batman Does ASMR', with flair 'Video Critique'
+7342 [2020-01-25 22:26:32] There has been a new submission: 'Would be nice to have a place to store licenses on YouTube, do you agree?', with flair 'Discussion'
+7342 [2020-01-25 22:34:44] '/u/ItsTheSheepster' has given '/u/rondislap' lambda!
+7342 [2020-01-25 22:41:36] There has been a new submission: 'Hi everyone just looking for some feedback on my traveling/exploring channel. Slowly growing towards my goal of 100 subs. I appreciate any and all feedback. Thanks.', with flair 'Channel Review'
+7342 [2020-01-25 22:43:31] There has been a new submission: 'After 2 weeks and 2 videos, I got 16 subscribers!', with flair 'None'
+7342 [2020-01-25 22:43:33] /u/SkavM3 had their submission removed for insufficient lambda.
+7342 [2020-01-25 22:46:46] '/u/CompleteReason1' has given '/u/SatoGaming' lambda!
+7342 [2020-01-25 22:46:47] The OP received lambda too!
+7342 [2020-01-25 22:46:58] '/u/HighHeelKnight' has given '/u/KingOberon13' lambda!
+7342 [2020-01-25 22:46:58] The OP received lambda too!
+7342 [2020-01-25 22:51:51] There has been a new submission: 'Just reached 100 Subs and I'm super excited! I've even been seeing traffic come in from Youtube searches and being a recommended video. Check out the channel and let me know what you think!', with flair 'Channel Review'
+7342 [2020-01-25 22:52:04] '/u/zonfar2' has given '/u/generationalpha' lambda!
+7342 [2020-01-25 23:11:46] '/u/hemant_rangdal' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7342 [2020-01-25 23:11:46] The OP received lambda too!
+7342 [2020-01-25 23:12:38] '/u/hemant_rangdal' has given '/u/zonfar2' lambda!
+7342 [2020-01-25 23:18:39] There has been a new submission: 'Please help me get to 100 subs', with flair 'None'
+7342 [2020-01-25 23:18:40] /u/Drew_Is_Lit3 had their submission removed for insufficient lambda.
+7342 [2020-01-25 23:33:57] There has been a new submission: 'Stupid People ft Sltpandaboy (Modern Warfare 2019) [GAMING]', with flair 'Gaming'
+7342 [2020-01-25 23:33:59] /u/TheGamerGuy2 had their submission removed for insufficient lambda.
+7342 [2020-01-25 23:43:16] '/u/VicBlancoProds' has given '/u/the__day__man' lambda!
+7342 [2020-01-25 23:46:58] '/u/KingOberon13' has given '/u/Jenzenberg' lambda!
+7342 [2020-01-25 23:46:58] The OP received lambda too!
+7342 [2020-01-25 23:47:54] '/u/KingOberon13' has given '/u/Jack-34' lambda!
+7342 [2020-01-25 23:53:27] There has been a new submission: 'Finished my second animation. Would love to see what you fine folks think. It’s on video games and story. Also of course, will give lambda', with flair 'Video Critique'
+7342 [2020-01-25 23:58:57] '/u/TucoSalomanca' has given '/u/zonfar2' lambda!
+7342 [2020-01-25 23:58:57] The OP received lambda too!
+7626 [2020-01-26 00:02:13]
+####################
+[2020-01-26 00:02:13] RESTARTED
+####################
+
+7626 [2020-01-26 00:14:32] There has been a new submission: 'NFC Championship Game 49ers vs Packers | A Fan Vlog', with flair 'Vlog'
+7626 [2020-01-26 00:14:34] /u/thatsmekg had their submission removed for insufficient lambda.
+7626 [2020-01-26 00:19:46] '/u/ThatRob-0' has given '/u/Teenfrog' lambda!
+7626 [2020-01-26 00:19:46] The OP received lambda too!
+7626 [2020-01-26 00:23:07] '/u/ThatRob-0' has given '/u/whuzhizname' lambda!
+7626 [2020-01-26 00:34:49] There has been a new submission: 'Wanna one wanna collab/need a 2nd person for their video?', with flair 'Collab'
+7626 [2020-01-26 00:42:32] There has been a new submission: 'My latest cooking video. Yes, I did say cooking video 😂 Feedback much appreciated!', with flair 'Video Critique'
+7626 [2020-01-26 00:54:30] '/u/ChefCilla' has given '/u/SwiftSanders' lambda!
+7626 [2020-01-26 00:54:31] The OP received lambda too!
+7626 [2020-01-26 00:56:16] '/u/exploringwithwade' has given '/u/rondislap' lambda!
+7626 [2020-01-26 00:56:16] The OP received lambda too!
+7626 [2020-01-26 01:01:37] '/u/RantsWithRogers' has given '/u/rondislap' lambda!
+7626 [2020-01-26 01:05:23] There has been a new submission: 'I recently made my first bedwars video with my friend and was wondering how I did (editing, pace, commentary) It is 5 minutes long and took a couple hours to edit it down from ~20 minutes', with flair 'Video Critique'
+9218 [2020-01-26 01:05:31] Updated statistics
+7626 [2020-01-26 01:18:30] '/u/RavenJimmy' has given '/u/Adventuroussoul18' lambda!
+7626 [2020-01-26 01:18:30] The OP received lambda too!
+7626 [2020-01-26 01:23:08] '/u/urbansophistication' has given '/u/thatsmekg' lambda!
+7626 [2020-01-26 01:24:56] There has been a new submission: 'Kota Kinabalu - First Time 28 Inch Pizza - Shangri-La Family Fun - Tried using InShot for the first time for my short YT videos, bit of fun....what do you think?', with flair 'Vlog'
+7626 [2020-01-26 01:30:38] There has been a new submission: 'https://m.youtube.com/watch?v=_Qhb6zhmBns', with flair 'Gaming'
+7626 [2020-01-26 01:30:41] /u/mitch12398 had their submission removed for insufficient lambda.
+7626 [2020-01-26 01:36:06] '/u/rondislap' has given '/u/SwiftSanders' lambda!
+7626 [2020-01-26 01:36:06] The OP received lambda too!
+7626 [2020-01-26 01:36:56] There has been a new submission: 'Cooking With White People', with flair 'Video Critique'
+7626 [2020-01-26 01:46:16] '/u/RavenJimmy' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7626 [2020-01-26 01:47:59] '/u/BigFooz' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7626 [2020-01-26 01:48:14] '/u/BigFooz' has given '/u/the__day__man' lambda!
+7626 [2020-01-26 01:48:47] '/u/BigFooz' has given '/u/Vancamgaming' lambda!
+7626 [2020-01-26 01:51:18] '/u/BigFooz' has given '/u/rondislap' lambda!
+7767 [2020-01-26 02:02:13]
+####################
+[2020-01-26 02:02:13] RESTARTED
+####################
+
+7767 [2020-01-26 02:03:53] '/u/ChefCilla' has given '/u/MonkeyWolfMemes' lambda!
+7767 [2020-01-26 02:13:22] There has been a new submission: 'Recently I changed my editing style to try and keep a video fast pace and shorter trying to cut out as much fluff as possible please let me know of any recommendations or ideas to help me out thanks!', with flair 'Video Critique'
+7767 [2020-01-26 02:18:31] '/u/ThatRob-0' has given '/u/MonkeyWolfMemes' lambda!
+7767 [2020-01-26 02:19:48] '/u/ThatRob-0' has given '/u/Maverickc7' lambda!
+7767 [2020-01-26 02:22:03] '/u/ThatRob-0' has given '/u/prettyboiRandell' lambda!
+7767 [2020-01-26 02:24:25] '/u/ThatRob-0' has given '/u/AnimuseVids' lambda!
+7767 [2020-01-26 02:26:50] '/u/ThatRob-0' has given '/u/WALLROOP' lambda!
+7767 [2020-01-26 02:27:23] '/u/TrappedInLimbo' has given '/u/noeramirez2977' lambda!
+7767 [2020-01-26 02:27:23] The OP received lambda too!
+7767 [2020-01-26 02:34:22] '/u/ThatRob-0' has given '/u/ChefCilla' lambda!
+7767 [2020-01-26 02:36:40] There has been a new submission: 'funny old lady', with flair 'Video Critique'
+7767 [2020-01-26 02:36:42] /u/Satoons had their submission removed for insufficient lambda.
+7767 [2020-01-26 02:38:36] There has been a new submission: 'hhhhey i would love any feed back on my latest video and perhaps even a sub!', with flair 'Video Critique'
+7767 [2020-01-26 02:38:37] /u/thomhudson113 had their submission removed for insufficient lambda.
+7767 [2020-01-26 02:39:07] There has been a new submission: 'Film Students Be Like', with flair 'Video Critique'
+7767 [2020-01-26 02:39:08] /u/Sohile_Ali had their submission removed for insufficient lambda.
+7767 [2020-01-26 02:44:45] '/u/rondislap' has given '/u/thomhudson113' lambda!
+7767 [2020-01-26 02:46:57] '/u/TucoSalomanca' has given '/u/Maverickc7' lambda!
+7767 [2020-01-26 02:48:44] There has been a new submission: 'hhhhey i would love any feed back on my latest video and perhaps even a sub!', with flair 'Video Critique'
+7767 [2020-01-26 02:52:44] There has been a new submission: 'My turtle just took LSD 😂', with flair 'Art'
+7767 [2020-01-26 02:54:16] There has been a new submission: 'Thanks Peeps!!', with flair 'None'
+7767 [2020-01-26 02:54:38] '/u/ALostOlympian' has given '/u/ML_bros' lambda!
+7767 [2020-01-26 02:54:38] The OP received lambda too!
+7767 [2020-01-26 02:58:06] '/u/ALostOlympian' has given '/u/RoboOggy' lambda!
+7767 [2020-01-26 03:19:50] There has been a new submission: 'The strange feud between Mark Wahlberg and Dr. Oz', with flair 'None'
+7767 [2020-01-26 03:19:50] /u/sorry-im-cringe had their submission removed for insufficient lambda.
+7767 [2020-01-26 03:27:02] '/u/NarivaTV' has given '/u/alexvanguard' lambda!
+7767 [2020-01-26 03:27:02] The OP received lambda too!
+7767 [2020-01-26 03:27:33] '/u/NarivaTV' has given '/u/hf_vlogs1' lambda!
+7767 [2020-01-26 03:28:01] '/u/NarivaTV' has given '/u/whuzhizname' lambda!
+7767 [2020-01-26 03:34:53] There has been a new submission: 'First video with audio added in. Let me know what you think. Thanks fifa 20 guaranteed youth star 100% of the time', with flair 'Video Critique'
+7767 [2020-01-26 03:38:09] There has been a new submission: 'Asking for Feedback? -- "Above the Noise" - DJI Mavic Mini Short "Film" -- trying to tell a story / elicit a feeling.', with flair 'Video Critique'
+7767 [2020-01-26 03:38:10] /u/kyodemayo had their submission removed for insufficient lambda.
+7767 [2020-01-26 03:50:11] There has been a new submission: '1st Time Posting here any Critique would be wonderful', with flair 'Video Critique'
+7767 [2020-01-26 03:50:36] There has been a new submission: 'CRUMBS', with flair 'Channel Review'
+7767 [2020-01-26 03:50:39] /u/crumby_12 had their submission removed for insufficient lambda.
+7975 [2020-01-26 04:02:14]
+####################
+[2020-01-26 04:02:14] RESTARTED
+####################
+
+7975 [2020-01-26 04:28:38] There has been a new submission: 'Interested in Collab with people', with flair 'Collab'
+7975 [2020-01-26 04:35:13] There has been a new submission: 'Hey everyone! Quick question...', with flair 'Discussion'
+7975 [2020-01-26 04:42:26] There has been a new submission: 'Can you guys give me some recommendations on how to improve my video quality? (Thanks in advance)', with flair 'Video Critique'
+7975 [2020-01-26 04:42:28] /u/iPod-ProYT had their submission removed for insufficient lambda.
+7975 [2020-01-26 04:49:40] There has been a new submission: 'Joint Family System Aik Musibat Kio? | Tariq Jameel Bayan', with flair 'Discussion'
+7975 [2020-01-26 04:49:40] /u/msufwan had their submission removed for using the wrong flair.
+7975 [2020-01-26 04:50:51] There has been a new submission: 'The Imvu Four Seasons of the year', with flair 'Channel Review'
+7975 [2020-01-26 04:50:53] /u/Brib86 had their submission removed for insufficient lambda.
+7975 [2020-01-26 04:53:27] There has been a new submission: 'I tried to see if I could successfully make a vlog about nothing! feedback would be appreciated!', with flair 'Vlog'
+7975 [2020-01-26 04:53:29] /u/throwawaymybidet had their submission removed for insufficient lambda.
+7975 [2020-01-26 04:55:55] '/u/sohomcena' has given '/u/honeyroastedparsnip' lambda!
+7975 [2020-01-26 04:55:55] The OP received lambda too!
+7975 [2020-01-26 04:56:11] '/u/sohomcena' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7975 [2020-01-26 05:05:35] There has been a new submission: 'Baby Smough's Big Adventure | Dark Souls 3 Parody', with flair 'Gaming'
+7975 [2020-01-26 05:05:37] /u/MaveyYT had their submission removed for insufficient lambda.
+7975 [2020-01-26 05:07:52] There has been a new submission: 'Hiking to waterfalls in Alabama! This is a nature vlog, no snakes this time. We have updated our phones, using a DSLR, and a GoPro 8. In the time warp there is some pixilation and there are some clips that the color is off. What are some other suggestions?', with flair 'None'
+7975 [2020-01-26 05:12:40] '/u/str8ac3' has given '/u/sohomcena' lambda!
+7975 [2020-01-26 05:12:40] The OP received lambda too!
+7975 [2020-01-26 05:24:11] '/u/WALLROOP' has given '/u/TheBeanTeamYT' lambda!
+7975 [2020-01-26 05:24:11] The OP received lambda too!
+7975 [2020-01-26 05:24:23] '/u/WALLROOP' has given '/u/ML_bros' lambda!
+7975 [2020-01-26 05:28:08] There has been a new submission: 'Skinny kid bulking ep.1 / someone pooped them self at the gym', with flair 'Video Critique'
+7975 [2020-01-26 05:46:59] '/u/ALostOlympian' has given '/u/Vandrin' lambda!
+7975 [2020-01-26 05:50:00] There has been a new submission: 'Is my video good?', with flair 'Art'
+7975 [2020-01-26 05:50:52] '/u/Vancamgaming' has given '/u/ML_bros' lambda!
+7975 [2020-01-26 05:50:52] The OP received lambda too!
+7975 [2020-01-26 05:51:06] '/u/Vancamgaming' has given '/u/PokemaniacOctoru' lambda!
+7975 [2020-01-26 06:00:33] '/u/ChefCilla' has given '/u/Blame-Blaire' lambda!
+7975 [2020-01-26 06:01:05] '/u/ChefCilla' has given '/u/ML_bros' lambda!
+7975 [2020-01-26 06:02:08] '/u/ChefCilla' has given '/u/RoboOggy' lambda!
+8116 [2020-01-26 06:02:14]
+####################
+[2020-01-26 06:02:14] RESTARTED
+####################
+
+8116 [2020-01-26 06:13:31] There has been a new submission: 'I got to sing for FouseyTube (10 million subscribers)', with flair 'Video Critique'
+8116 [2020-01-26 06:32:34] '/u/zonfar2' has given '/u/thatsmekg' lambda!
+8116 [2020-01-26 06:33:29] There has been a new submission: 'New Australia day video.', with flair 'Gaming'
+8116 [2020-01-26 06:33:31] /u/Boomer_Ryan had their submission removed for insufficient lambda.
+8116 [2020-01-26 06:40:19] '/u/TucoSalomanca' has given '/u/spont_ad_club' lambda!
+8116 [2020-01-26 06:45:17] There has been a new submission: 'Subscribe', with flair 'Gaming'
+8116 [2020-01-26 06:45:19] /u/terdman11111 had their submission removed for insufficient lambda.
+8116 [2020-01-26 07:00:29] '/u/coolnotcan' has given '/u/SandwichConsumptor' lambda!
+8116 [2020-01-26 07:00:29] The OP received lambda too!
+8116 [2020-01-26 07:00:53] '/u/coolnotcan' has given '/u/StarChases' lambda!
+8116 [2020-01-26 07:00:54] The OP received lambda too!
+8116 [2020-01-26 07:04:18] There has been a new submission: '😎Would really appreciate a review on my latest video. 😊If you guys enjoy anime, then hopefully you'll enjoy this one. And I would love some feedback because I want to improve as a content creator. 🙏', with flair 'Video Critique'
+8116 [2020-01-26 07:05:47] There has been a new submission: '?', with flair 'None'
+8116 [2020-01-26 07:05:48] /u/darky_sharky69 had their submission removed for insufficient lambda.
+8116 [2020-01-26 07:10:08] '/u/SwiftSanders' has given '/u/Beazty1' lambda!
+8116 [2020-01-26 07:10:08] The OP received lambda too!
+8116 [2020-01-26 07:11:05] '/u/SwiftSanders' has given '/u/aDudePerson' lambda!
+8116 [2020-01-26 07:12:47] '/u/SwiftSanders' has given '/u/jackofalltrades4ever' lambda!
+8116 [2020-01-26 07:13:10] '/u/SwiftSanders' has given '/u/SwanCreek' lambda!
+8116 [2020-01-26 07:25:47] There has been a new submission: 'My latest Rainbow Six Siege video with some crazy and funny moments is live! Check it out and let me know what you think 🔥', with flair 'Gaming'
+8116 [2020-01-26 07:42:22] There has been a new submission: 'Freddy vs Jeff the killer', with flair 'Art'
+8116 [2020-01-26 07:42:24] /u/delovoy had their submission removed for insufficient lambda.
+8116 [2020-01-26 07:42:46] There has been a new submission: 'Currently sitting on 78 subs, how much time did it take you to reach 100 subs?', with flair 'None'
+8116 [2020-01-26 07:42:48] /u/Ghryms had their submission removed for insufficient lambda.
+8116 [2020-01-26 07:50:18] '/u/Vancamgaming' has given '/u/Manutd6' lambda!
+8116 [2020-01-26 07:50:29] '/u/TrappedInLimbo' has given '/u/Ghryms' lambda!
+8116 [2020-01-26 07:50:53] '/u/coolnotcan' has given '/u/Ghryms' lambda!
+8116 [2020-01-26 07:50:53] The OP received lambda too!
+8116 [2020-01-26 07:56:36] There has been a new submission: 'Me and my friend are in a sub count war ( like pew vs t series but smaller)', with flair 'None'
+8116 [2020-01-26 07:56:37] /u/SSN-animations had their submission removed for insufficient lambda.
+8529 [2020-01-26 08:02:14]
+####################
+[2020-01-26 08:02:14] RESTARTED
+####################
+
+8529 [2020-01-26 08:09:54] There has been a new submission: 'Discord questionable moments, you should have a good laugh while watching and maybe sub if you enjoyed aswell!', with flair 'Video Critique'
+8529 [2020-01-26 08:20:04] There has been a new submission: 'Creative Talented People 😍 Amazing Nail ART VIDEO Part 01', with flair 'Art'
+8529 [2020-01-26 08:20:06] /u/NomiHunter had their submission removed for insufficient lambda.
+8529 [2020-01-26 08:45:11] '/u/coolnotcan' has given '/u/LeinadArevet' lambda!
+8529 [2020-01-26 09:06:35] '/u/Ghryms' has given '/u/danifernt' lambda!
+8529 [2020-01-26 09:06:35] The OP received lambda too!
+8529 [2020-01-26 09:09:59] There has been a new submission: 'HELP - Brand account not opening/loading or whatever..', with flair 'Discussion'
+8529 [2020-01-26 09:21:55] There has been a new submission: 'Are you all about memes and dreams? Do you enjoy watching a dumbass gamer who thinks he's a badass but really isn't? Then please take a moment to watch my latest video. Feedback has been amazing and I will keep listening to it!', with flair 'Gaming'
+8529 [2020-01-26 09:37:38] '/u/JimmyVStheWorld' has given '/u/Adddo13' lambda!
+8529 [2020-01-26 09:37:38] The OP received lambda too!
+8529 [2020-01-26 09:40:07] There has been a new submission: 'I decided to post a video I made for class last year so I can get used to my face on camera, I've wanted to make videos on youtube for a while now but was too shy so I'm trying to adjust with these baby steps. Advice would be greatly appreciated, thank you for your time.', with flair 'Channel Review'
+8529 [2020-01-26 09:40:09] /u/Shinobyl had their submission removed for insufficient lambda.
+8529 [2020-01-26 09:44:52] There has been a new submission: 'What do you all think of my cinematic sequence? 🙌', with flair 'Video Critique'
+8529 [2020-01-26 09:44:54] /u/WasikulIslam had their submission removed for insufficient lambda.
+8529 [2020-01-26 09:47:35] There has been a new submission: 'Made a video a week ago, and I wanna now what I can do better.', with flair 'Video Critique'
+8529 [2020-01-26 09:47:36] /u/Soldair_1 had their submission removed for insufficient lambda.
+8529 [2020-01-26 09:51:09] '/u/Adventuroussoul18' has given '/u/spont_ad_club' lambda!
+8529 [2020-01-26 09:51:09] The OP received lambda too!
+9018 [2020-01-26 10:02:14]
+####################
+[2020-01-26 10:02:14] RESTARTED
+####################
+
+9018 [2020-01-26 10:03:07] There has been a new submission: 'Hello, my recent video didn’t do so well and wondered if I could get some feedback?', with flair 'Video Critique'
+9018 [2020-01-26 10:03:08] /u/MsKaitlynLouise had their submission removed for insufficient lambda.
+9018 [2020-01-26 10:04:30] '/u/MechHeadZA' has given '/u/Adddo13' lambda!
+9018 [2020-01-26 10:04:30] The OP received lambda too!
+9018 [2020-01-26 10:05:13] '/u/MechHeadZA' has given '/u/Manutd6' lambda!
+9018 [2020-01-26 10:05:20] There has been a new submission: 'MOST UNLUCKY GOAL EVER?', with flair 'Video Critique'
+9018 [2020-01-26 10:05:58] '/u/MechHeadZA' has given '/u/Ghryms' lambda!
+9018 [2020-01-26 10:06:16] '/u/MechHeadZA' has given '/u/armaniebrat' lambda!
+9018 [2020-01-26 10:27:08] There has been a new submission: 'Got to post a new video in a while. come check it out and chill for a bit!', with flair 'Gaming'
+9018 [2020-01-26 10:27:09] /u/navix21 had their submission removed for insufficient lambda.
+9018 [2020-01-26 10:28:01] There has been a new submission: 'The Gentleman Review', with flair 'None'
+9018 [2020-01-26 10:28:02] /u/Derbyboyuk had their submission removed for insufficient lambda.
+9018 [2020-01-26 10:36:11] There has been a new submission: 'Coronavirus Scare | Shanghai, China', with flair 'Vlog'
+9018 [2020-01-26 10:36:13] /u/kathtriestovlog had their submission removed for insufficient lambda.
+9018 [2020-01-26 10:42:48] There has been a new submission: 'Want to find out how to sell at school, I will be uploading a video on how to sell sweets and candy at school', with flair 'None'
+9018 [2020-01-26 10:42:50] /u/asmr-ali-al had their submission removed for insufficient lambda.
+9018 [2020-01-26 10:46:31] '/u/panaramanwa' has given '/u/iPod-ProYT' lambda!
+9018 [2020-01-26 11:07:10] '/u/NarivaTV' has given '/u/spont_ad_club' lambda!
+9018 [2020-01-26 11:08:20] There has been a new submission: 'Would really appreciate a critique of my latest video, it’s a mix of a little channel update as I’m having a refresh and also a preview to the upcoming game, Ghost of Tsushima. Thanks everyone 😊', with flair 'Video Critique'
+9018 [2020-01-26 11:25:17] There has been a new submission: 'The World is a hopeless hell - short film on climate change. My first short. Would love to get some feedback.', with flair 'Vlog'
+9018 [2020-01-26 11:25:18] /u/kiwtash had their submission removed for insufficient lambda.
+9018 [2020-01-26 11:42:29] '/u/KingOberon13' has given '/u/thatsmekg' lambda!
+9018 [2020-01-26 11:43:16] '/u/KingOberon13' has given '/u/SwiftSanders' lambda!
+9018 [2020-01-26 11:44:35] '/u/KingOberon13' has given '/u/RoboOggy' lambda!
+9018 [2020-01-26 11:46:04] '/u/KingOberon13' has given '/u/Ghryms' lambda!
+9018 [2020-01-26 11:47:58] There has been a new submission: 'Hand Simulator funny moments would like as much feed back as possible like how could the thumbnail be better and stuff as I’ve been doing this almost two years and haven’t gained any subs for months and i get less and less views (I try to not look at that stuff often it is a bit demoralising)', with flair 'Gaming'
+9018 [2020-01-26 11:50:57] There has been a new submission: 'US Marines Destroy Ram Ranch. This is first in a series.', with flair 'Video Critique'
+9018 [2020-01-26 11:51:00] /u/mayostudios had their submission removed for insufficient lambda.
+9153 [2020-01-26 12:02:14]
+####################
+[2020-01-26 12:02:14] RESTARTED
+####################
+
+9153 [2020-01-26 12:09:23] There has been a new submission: 'Critique from TheChrillcast and DWRelive of the SmallYTChannel community Part 1', with flair 'Video Critique'
+9153 [2020-01-26 12:11:25] There has been a new submission: 'The Secrets Behind Muhammad (False Prophet)', with flair 'Discussion'
+9153 [2020-01-26 12:11:27] /u/IslamUncovered had their submission removed for using the wrong flair.
+9153 [2020-01-26 12:25:36] '/u/exploringwithwade' has given '/u/iPod-ProYT' lambda!
+9153 [2020-01-26 12:35:19] There has been a new submission: 'THIS IS NOT THE REAL WORLD THAT WE LIVE IN !', with flair 'Channel Review'
+9153 [2020-01-26 12:35:20] /u/isnotnam had their submission removed for insufficient lambda.
+9153 [2020-01-26 12:35:42] There has been a new submission: 'Wow - we are now getting 3 or 4 subs a week - 47 so far. We can’t figure what triggers people to sub - sometimes a vid gets a hundred views or so, kinda quick - but we get zero subs! Then we do nothing - and we get a sub!! Always super excited when we get a sub - like all small YT’s I guess.', with flair 'Discussion'
+9153 [2020-01-26 12:46:29] '/u/BigFooz' has given '/u/iPod-ProYT' lambda!
+9153 [2020-01-26 12:53:01] There has been a new submission: '4K Port Bakü Bulvarı - Art Club Restaurant - Old Town Baku Azerbaycan 2020 DJI Osmo Action', with flair 'Vlog'
+9153 [2020-01-26 12:53:03] /u/ebartan had their submission removed for insufficient lambda.
+9153 [2020-01-26 13:25:24] '/u/mcdunco_ontheroad' has given '/u/PiqueTV' lambda!
+9153 [2020-01-26 13:25:24] The OP received lambda too!
+9153 [2020-01-26 13:39:54] There has been a new submission: 'Shino Tried To Tell Em A Cover Song That You Say You Call Me Mr Boombast...', with flair 'Video Critique'
+9353 [2020-01-26 14:02:14]
+####################
+[2020-01-26 14:02:14] RESTARTED
+####################
+
+9353 [2020-01-26 14:11:29] '/u/ReverseNationYT' has given '/u/daredevil005' lambda!
+9353 [2020-01-26 14:11:29] The OP received lambda too!
+9353 [2020-01-26 14:12:06] '/u/ReverseNationYT' has given '/u/GoofballGregory' lambda!
+9353 [2020-01-26 14:12:23] '/u/ReverseNationYT' has given '/u/EricGlassVideos' lambda!
+9353 [2020-01-26 14:27:37] There has been a new submission: '"Fat Yoshi gets compliments", my first post here!', with flair 'Art'
+9353 [2020-01-26 14:27:38] /u/DozoAnimations had their submission removed for insufficient lambda.
+9353 [2020-01-26 14:30:49] '/u/HighHeelKnight' has given '/u/RoboOggy' lambda!
+9353 [2020-01-26 14:42:44] '/u/Moksh2000' has given '/u/seveats' lambda!
+9353 [2020-01-26 14:43:14] '/u/Moksh2000' has given '/u/ThaRegularGamer' lambda!
+9353 [2020-01-26 14:46:23] '/u/rondislap' has given '/u/Ghryms' lambda!
+9353 [2020-01-26 14:46:30] There has been a new submission: 'I made an apex legends video, im still getting used to having my voice in videos but im really enjoying the creating process. Any feedback is appreciated.', with flair 'Video Critique'
+9353 [2020-01-26 14:47:34] {ERROR} received 503 HTTP response
+9353 [2020-01-26 14:47:53] {ERROR} received 503 HTTP response
+9486 [2020-01-26 16:02:15]
+####################
+[2020-01-26 16:02:15] RESTARTED
+####################
+
+9486 [2020-01-26 16:02:36] '/u/ThatRob-0' has given '/u/armaniebrat' lambda!
+9486 [2020-01-26 16:02:45] '/u/ThatRob-0' has given '/u/HumperTrooper15' lambda!
+9486 [2020-01-26 16:02:56] '/u/roawr123' has given '/u/Beazty1' lambda!
+9486 [2020-01-26 16:02:56] The OP received lambda too!
+9486 [2020-01-26 16:03:05] '/u/roawr123' has given '/u/spont_ad_club' lambda!
+9486 [2020-01-26 16:03:14] '/u/roawr123' has given '/u/PiqueTV' lambda!
+9486 [2020-01-26 16:03:22] '/u/PokemaniacOctoru' has given '/u/Undercovercop929' lambda!
+9486 [2020-01-26 16:03:22] The OP received lambda too!
+9486 [2020-01-26 16:03:31] '/u/PokemaniacOctoru' has given '/u/Ghryms' lambda!
+9486 [2020-01-26 16:03:42] '/u/1_2_three_four_5_6' has given '/u/Fluffyrox4' lambda!
+9486 [2020-01-26 16:03:42] The OP received lambda too!
+9486 [2020-01-26 16:04:12] There has been a new submission: 'How to be Smart - Latest comedy video! This vid required A LOT of editing, let me know if I should keep doing vids like this', with flair 'Video Critique'
+9486 [2020-01-26 16:04:19] There has been a new submission: 'We are twomuchgames and we have been at youtube for 5 years and we just reached 100 subs and we are very excited to be making more content', with flair 'Gaming'
+9486 [2020-01-26 16:04:21] /u/acidface_real had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:04:26] There has been a new submission: 'Want some feedback on animation/gaming channel on what to improve on', with flair 'Channel Review'
+9486 [2020-01-26 16:04:28] /u/xGodney had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:04:33] There has been a new submission: 'Video Ideas?', with flair 'None'
+9486 [2020-01-26 16:04:35] /u/Nadia_Robot had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:04:40] There has been a new submission: 'How To Sign Up For Fortnite Newsletter For FREE In 2020! *EASY METHOD*', with flair 'Discussion'
+9486 [2020-01-26 16:04:42] /u/ShahsheeHD had their submission removed for using the wrong flair.
+9486 [2020-01-26 16:04:47] There has been a new submission: 'Top 5 Badass Female Video Game Characters (introduced in 1996)', with flair 'Gaming'
+9486 [2020-01-26 16:04:48] /u/QUAD94 had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:04:53] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 17 - One Small Step (Gears 5)', with flair 'Gaming'
+9486 [2020-01-26 16:04:55] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:05:00] There has been a new submission: '3,5h left to join my editing contest!', with flair 'Collab'
+9486 [2020-01-26 16:05:12] There has been a new submission: 'Our favorite of our videos so far! Let us know what we did well and what we can improve on!', with flair 'None'
+9486 [2020-01-26 16:06:27] '/u/1_2_three_four_5_6' has given '/u/LuisFrags' lambda!
+9486 [2020-01-26 16:06:36] '/u/1_2_three_four_5_6' has given '/u/BronzeyDaBest' lambda!
+9486 [2020-01-26 16:08:46] There has been a new submission: 'Odd Time Signatures In Video Games Part 2', with flair 'Video Critique'
+9486 [2020-01-26 16:11:55] There has been a new submission: 'How do I reach my niche audience?', with flair 'Discussion'
+9486 [2020-01-26 16:14:28] There has been a new submission: 'We got a DJI Mavic Mini drone| First flight and unboxing | DJI Mavic mini uk', with flair 'None'
+9486 [2020-01-26 16:14:30] /u/dj_play_day had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:15:56] There has been a new submission: 'JayStation Is Winning', with flair 'Video Critique'
+9486 [2020-01-26 16:15:58] /u/GabrielsVariety had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:16:06] '/u/DON_CRITIC' has given '/u/endlessvibesmusic' lambda!
+9486 [2020-01-26 16:16:06] The OP received lambda too!
+9486 [2020-01-26 16:18:01] '/u/DON_CRITIC' has given '/u/honeyroastedparsnip' lambda!
+9486 [2020-01-26 16:23:35] There has been a new submission: 'Are my thumbnails okay?', with flair 'Discussion'
+9486 [2020-01-26 16:25:31] '/u/Ghryms' has given '/u/EngineeringJuice' lambda!
+9486 [2020-01-26 16:40:46] '/u/FurballTheHammy' has given '/u/thecookietrain' lambda!
+9486 [2020-01-26 16:40:46] The OP received lambda too!
+9486 [2020-01-26 16:47:04] There has been a new submission: 'Coin Polishing Mirror Finish', with flair 'Video Critique'
+9486 [2020-01-26 16:47:05] /u/ChannelNgaco had their submission removed for insufficient lambda.
+9486 [2020-01-26 16:47:59] '/u/ObscureHeroics' has given '/u/ML_bros' lambda!
+9486 [2020-01-26 16:47:59] The OP received lambda too!
+9486 [2020-01-26 16:48:37] '/u/ObscureHeroics' has given '/u/sohomcena' lambda!
+9486 [2020-01-26 16:53:24] There has been a new submission: 'ur tweakin', with flair 'Gaming'
+9486 [2020-01-26 17:02:44] There has been a new submission: 'Marketing Plan For New Business | Growing Start Up Episode 2 [Got a new camera for this one, and envanto elements so got a load of extra video clips in there. Edit took 6 hours, I think the videos are getting better, but need to get faster.] Love to know your thoughts on it. Where can I improve???', with flair 'Video Critique'
+9486 [2020-01-26 17:03:20] '/u/OccupiedGarrett' has given '/u/uneasywerewolf' lambda!
+9486 [2020-01-26 17:03:20] The OP received lambda too!
+9486 [2020-01-26 17:03:55] '/u/OccupiedGarrett' has given '/u/Nadia_Robot' lambda!
+9486 [2020-01-26 17:04:46] '/u/OccupiedGarrett' has given '/u/EngineeringJuice' lambda!
+9486 [2020-01-26 17:04:54] There has been a new submission: 'How do I answer Lit Paper One? By Teach Smith AQA GCSE English Literature Paper One: Macbeth & ACC', with flair 'None'
+9486 [2020-01-26 17:05:13] '/u/OccupiedGarrett' has given '/u/RevertedYT' lambda!
+9486 [2020-01-26 17:06:33] '/u/OccupiedGarrett' has given '/u/lucidlevel' lambda!
+9486 [2020-01-26 17:08:09] There has been a new submission: 'NEW: $400 Used Gaming PC Build Guide - The Best Bang For Your Buck! | Would love your feedback guys ❤️ | Generous with Lambda', with flair 'Video Critique'
+9486 [2020-01-26 17:11:08] There has been a new submission: 'Hey so I’m doing good on my Youtube videos people like my edits and say nice things and stuff but never subscribe and I don’t know what to do', with flair 'Discussion'
+9486 [2020-01-26 17:16:19] '/u/TechLens_Official' has given '/u/Pappa-Squirrel' lambda!
+9486 [2020-01-26 17:16:19] The OP received lambda too!
+9486 [2020-01-26 17:18:41] There has been a new submission: 'Things people do to ruin their Youtube Tutorials Part 1', with flair 'Discussion'
+9486 [2020-01-26 17:18:42] /u/jackofalltrades4ever had their submission removed for using the wrong flair.
+9486 [2020-01-26 17:19:18] There has been a new submission: '[Funtage] Hitman goes on a holiday 😎🔪 // All kinds of feedback welcome and considered!', with flair 'Video Critique'
+9486 [2020-01-26 17:19:33] There has been a new submission: 'Scum - Making Friends', with flair 'Gaming'
+9486 [2020-01-26 17:19:34] /u/CheatCentralCH had their submission removed for insufficient lambda.
+9486 [2020-01-26 17:19:58] There has been a new submission: 'A Twitch experiment?', with flair 'Discussion'
+9486 [2020-01-26 17:26:37] There has been a new submission: 'Coronavirus Memes', with flair 'Gaming'
+9486 [2020-01-26 17:26:38] /u/2Dnk had their submission removed for insufficient lambda.
+9486 [2020-01-26 17:34:08] There has been a new submission: 'My most recent video!', with flair 'Video Critique'
+9486 [2020-01-26 17:34:38] There has been a new submission: 'Check out my youtube channel trailer! BOING multiplayer gaming! Feedback?', with flair 'Gaming'
+9486 [2020-01-26 17:36:57] '/u/DustyDingus' has given '/u/DevGin' lambda!
+9486 [2020-01-26 17:36:57] The OP received lambda too!
+9486 [2020-01-26 17:44:00] There has been a new submission: 'Getting into fitness equipment reviews. Does the way I edit and script it draw you in and make you want it? Really appreciate your feedback', with flair 'Video Critique'
+9486 [2020-01-26 17:44:02] /u/ldkcalisthenics had their submission removed for insufficient lambda.
+9486 [2020-01-26 17:49:24] There has been a new submission: 'SUBSCRIBE! OR I'LL EAT ALL YOUR BURRITOS!', with flair 'Video Critique'
+9486 [2020-01-26 17:49:25] /u/endlessvibesmusic had their submission removed for insufficient lambda.
+9486 [2020-01-26 17:52:57] There has been a new submission: 'My channel is all about obscure and little known VHS logos, previews and local commercials. Come check it out!', with flair 'None'
+9486 [2020-01-26 17:52:59] /u/CoolWizard88 had their submission removed for insufficient lambda.
+9486 [2020-01-26 17:53:29] There has been a new submission: 'Escape from Tarkov gameplay - First time attempting editing, how'd I do?', with flair 'Gaming'
+9486 [2020-01-26 17:53:31] /u/NotRandyRandom had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:02:15]
+####################
+[2020-01-26 18:02:15] RESTARTED
+####################
+
+9619 [2020-01-26 18:04:43] '/u/TechLens_Official' has given '/u/endlessvibesmusic' lambda!
+9619 [2020-01-26 18:06:23] There has been a new submission: 'Resident Evil Original Let's Play Episode/Part 1 Gameplay Walkthrough Playthrough Blind Facecam', with flair 'None'
+9619 [2020-01-26 18:06:24] /u/loopy2mn had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:07:37] There has been a new submission: 'Spiked Mouse Trap', with flair 'Video Critique'
+9619 [2020-01-26 18:07:38] /u/bren3232 had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:08:15] There has been a new submission: 'Spent 10 hours editing this, any feedback', with flair 'Gaming'
+9619 [2020-01-26 18:08:16] /u/Flann_Games had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:12:02] '/u/uneasywerewolf' has given '/u/SimpleSolutionsMath' lambda!
+9619 [2020-01-26 18:12:02] The OP received lambda too!
+9619 [2020-01-26 18:14:46] There has been a new submission: 'Im a really small channel can you guys help my channel (kenyon draws)', with flair 'Discussion'
+9619 [2020-01-26 18:14:54] There has been a new submission: 'Cleaning my car carpets', with flair 'Vlog'
+9619 [2020-01-26 18:14:56] /u/YRFisaac had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:18:43] '/u/TechLens_Official' has given '/u/SimpleSolutionsMath' lambda!
+9619 [2020-01-26 18:18:59] '/u/TrifectaComedy' has given '/u/ForkNsp00n' lambda!
+9619 [2020-01-26 18:18:59] The OP received lambda too!
+9619 [2020-01-26 18:19:45] There has been a new submission: 'Can Someone please review my channel and give me tips to improve it', with flair 'Channel Review'
+9619 [2020-01-26 18:19:46] /u/TWIG2075 had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:24:18] There has been a new submission: 'Time for some Mathematics guys! 🤓 In this video im solving ACT Math Questions. Would love some feedback! 💖', with flair 'Video Critique'
+9619 [2020-01-26 18:25:00] '/u/OccupiedGarrett' has given '/u/Undercovercop929' lambda!
+9619 [2020-01-26 18:25:59] '/u/OccupiedGarrett' has given '/u/ShaggysIdeas' lambda!
+9619 [2020-01-26 18:27:18] '/u/OccupiedGarrett' has given '/u/TheRedditReportShow' lambda!
+9619 [2020-01-26 18:28:05] There has been a new submission: 'New video just dropped', with flair 'None'
+9619 [2020-01-26 18:28:07] /u/Rsuggs231994 had their submission removed for insufficient lambda.
+9619 [2020-01-26 18:39:46] There has been a new submission: 'Coronavirus EVP Session! (SHOCKING & CRYSTAL CLEAR RESULTS)', with flair 'Discussion'
+9619 [2020-01-26 18:39:46] /u/Dark-TV had their submission removed for using the wrong flair.
+9619 [2020-01-26 18:48:21] There has been a new submission: 'My third video/review.Looking for some hard feedback!', with flair 'Video Critique'
+9619 [2020-01-26 18:53:40] '/u/ChefCilla' has given '/u/spont_ad_club' lambda!
+9619 [2020-01-26 18:56:49] There has been a new submission: 'I'm making a series about the failed Sega Marvel movie games and would like to refine this over the course of it. So any feedback would be appreciated. The Sega MCU - Iron Man (2008) - A Bumbling Beginning', with flair 'Gaming'
+9619 [2020-01-26 19:00:05] '/u/TechLens_Official' has given '/u/Nelman79' lambda!
+9619 [2020-01-26 19:00:33] '/u/SimpleSolutionsMath' has given '/u/EricGlassVideos' lambda!
+9619 [2020-01-26 19:00:33] The OP received lambda too!
+9619 [2020-01-26 19:02:20] There has been a new submission: 'Jaystation is trash. He faked his girlfriend's death for subs.', with flair 'Video Critique'
+9619 [2020-01-26 19:03:03] '/u/qzeqYT' has given '/u/EricGlassVideos' lambda!
+9619 [2020-01-26 19:03:04] The OP received lambda too!
+9619 [2020-01-26 19:05:52] There has been a new submission: 'Make use of this subreddit!', with flair 'Discussion'
+9619 [2020-01-26 19:08:18] There has been a new submission: 'The channel's most popular video. Is it understandable?', with flair 'Video Critique'
+9619 [2020-01-26 19:11:34] There has been a new submission: 'I’m a new YouTuber (:', with flair 'None'
+9619 [2020-01-26 19:11:37] /u/YeeMeister971 had their submission removed for insufficient lambda.
+9619 [2020-01-26 19:13:57] '/u/lucidlevel' has given '/u/endlessvibesmusic' lambda!
+9619 [2020-01-26 19:13:57] The OP received lambda too!
+9619 [2020-01-26 19:19:41] There has been a new submission: 'CHECK OUT MY VIDEOS! OR I'LL EAT ALL YOUR BURRITOS!', with flair 'Video Critique'
+9619 [2020-01-26 19:23:00] '/u/NarivaTV' has given '/u/Vancamgaming' lambda!
+9619 [2020-01-26 19:23:53] '/u/NarivaTV' has given '/u/EngineeringJuice' lambda!
+9619 [2020-01-26 19:27:27] '/u/WALLROOP' has given '/u/Undercovercop929' lambda!
+9619 [2020-01-26 19:27:38] '/u/WALLROOP' has given '/u/thatsmekg' lambda!
+9619 [2020-01-26 19:27:49] '/u/WALLROOP' has given '/u/Ghryms' lambda!
+9619 [2020-01-26 19:28:02] '/u/WALLROOP' has given '/u/Manutd6' lambda!
+9619 [2020-01-26 19:28:13] '/u/WALLROOP' has given '/u/danifernt' lambda!
+9619 [2020-01-26 19:28:18] '/u/endlessvibesmusic' has given '/u/TheRedditReportShow' lambda!
+9619 [2020-01-26 19:28:19] The OP received lambda too!
+9619 [2020-01-26 19:30:39] '/u/EricGlassVideos' has given '/u/El_Penguino_' lambda!
+9619 [2020-01-26 19:30:39] The OP received lambda too!
+9619 [2020-01-26 19:42:45] '/u/SatoGaming' has given '/u/endlessvibesmusic' lambda!
+9619 [2020-01-26 19:42:45] The OP received lambda too!
+9619 [2020-01-26 19:47:22] There has been a new submission: 'Lofi music for your YouTube videos!', with flair 'Discussion'
+9619 [2020-01-26 19:48:06] There has been a new submission: 'MY FIRST TIME PLAYING THIS!? - Deceit Funny Moments', with flair 'Gaming'
+9619 [2020-01-26 19:49:42] There has been a new submission: '[How to] So I tracked my money (Earnings, Expenses) for months This is what I learned the benefits and how you can do it! Tried to be more to the point tried to be more creative with transition towards the how to part! Feedback Helps Me improve! <3 Let me know what you think!', with flair 'Video Critique'
+9619 [2020-01-26 19:51:24] '/u/DemonAero' has given '/u/TheRedditReportShow' lambda!
+9619 [2020-01-26 19:51:25] The OP received lambda too!
+9619 [2020-01-26 19:55:51] There has been a new submission: 'Week 2 of uploading weekly! Would appreciate any feedback [Let's Play | Alien Isolation #2]', with flair 'Video Critique'
+9619 [2020-01-26 20:01:17] '/u/ThatRob-0' has given '/u/panaramanwa' lambda!
+9619 [2020-01-26 20:01:27] There has been a new submission: 'Just found out that "λ" or lambda is used as the symbol in physics as the "cosmological constant" which is related to dark energy and I'm just :o', with flair 'Meta'
+9619 [2020-01-26 20:01:59] '/u/Boing_gaming' has given '/u/EricGlassVideos' lambda!
+9619 [2020-01-26 20:01:59] The OP received lambda too!
+9758 [2020-01-26 20:02:15]
+####################
+[2020-01-26 20:02:15] RESTARTED
+####################
+
+9758 [2020-01-26 20:05:02] '/u/ThatRob-0' has given '/u/SwiftSanders' lambda!
+9758 [2020-01-26 20:06:04] There has been a new submission: 'My Gib Vs Jake paul Prediction', with flair 'Discussion'
+9758 [2020-01-26 20:06:05] /u/Ginjninjproductions had their submission removed for using the wrong flair.
+9758 [2020-01-26 20:07:03] '/u/ThatRob-0' has given '/u/subpartee' lambda!
+9758 [2020-01-26 20:08:11] '/u/ThatRob-0' has given '/u/ChannelNgaco' lambda!
+9758 [2020-01-26 20:11:19] There has been a new submission: 'Can y'all give me some feedback on this one I made yesterday', with flair 'Video Critique'
+9758 [2020-01-26 20:11:22] /u/theluckymonki had their submission removed for insufficient lambda.
+9758 [2020-01-26 20:12:45] '/u/MechHeadZA' has given '/u/_Calebb_' lambda!
+9758 [2020-01-26 20:15:52] '/u/ThatRob-0' has given '/u/TheRedditReportShow' lambda!
+9758 [2020-01-26 20:18:23] '/u/ThatRob-0' has given '/u/Unlucky-UnipigYT' lambda!
+9758 [2020-01-26 20:19:00] There has been a new submission: 'Can you guys give me some recommendations on how I can improve my channel and my videos? (Thanks in advance)', with flair 'Channel Review'
+9758 [2020-01-26 20:20:31] '/u/ThatRob-0' has given '/u/ShikharTrivedi' lambda!
+9758 [2020-01-26 20:21:30] '/u/ThatRob-0' has given '/u/Ians-Mind' lambda!
+9758 [2020-01-26 20:21:40] There has been a new submission: 'Oh Just F*%k Off, 5 Minute Crafts! | The Reddit Report #2 (feat. r/DiWHY)', with flair 'Vlog'
+9758 [2020-01-26 20:26:13] There has been a new submission: 'Gib Vs Jake Paul Prediction', with flair 'Vlog'
+9758 [2020-01-26 20:26:15] /u/Ginjninjproductions had their submission removed for insufficient lambda.
+9758 [2020-01-26 20:42:58] There has been a new submission: 'Hey! I'm a new DayZ content creator, check me out!', with flair 'Gaming'
+9758 [2020-01-26 20:43:00] /u/Cashishie had their submission removed for insufficient lambda.
+9758 [2020-01-26 20:43:12] There has been a new submission: 'Crossbow Review: Kill Status: RUTHLESSS!', with flair 'Gaming'
+9758 [2020-01-26 20:44:29] '/u/Cmdr-Tom' has given '/u/DinnersAndBowls' lambda!
+9758 [2020-01-26 20:44:29] The OP received lambda too!
+9758 [2020-01-26 20:46:08] '/u/Cmdr-Tom' has given '/u/GamerGeekGx' lambda!
+9758 [2020-01-26 20:46:16] '/u/Nelman79' has given '/u/TheRedditReportShow' lambda!
+9758 [2020-01-26 20:46:17] The OP received lambda too!
+9758 [2020-01-26 20:46:27] '/u/Cmdr-Tom' has given '/u/MN10GAMES' lambda!
+9758 [2020-01-26 20:46:46] There has been a new submission: 'I'm a new YouTuber with 43 Subs(:', with flair 'Channel Review'
+9758 [2020-01-26 20:46:47] /u/YeeMeister971 had their submission removed for insufficient lambda.
+9758 [2020-01-26 20:46:55] '/u/Cmdr-Tom' has given '/u/Dave_wuz_here' lambda!
+9758 [2020-01-26 20:47:15] '/u/Cmdr-Tom' has given '/u/katanrod' lambda!
+9758 [2020-01-26 20:47:33] '/u/Cmdr-Tom' has given '/u/fushiginothomas' lambda!
+9758 [2020-01-26 20:49:16] '/u/Cmdr-Tom' has given '/u/hf_vlogs1' lambda!
+9758 [2020-01-26 20:49:22] '/u/Cmdr-Tom' has given '/u/FamilyOnStandby' lambda!
+9758 [2020-01-26 20:49:39] '/u/Cmdr-Tom' has given '/u/JoeBoney' lambda!
+9758 [2020-01-26 21:00:53] '/u/SimpleSolutionsMath' has given '/u/TheRedditReportShow' lambda!
+9758 [2020-01-26 21:02:26] '/u/SimpleSolutionsMath' has given '/u/WarriorFighterNinja' lambda!
+9758 [2020-01-26 21:11:07] '/u/TechLens_Official' has given '/u/EggsBro' lambda!
+9758 [2020-01-26 21:12:36] '/u/uneasywerewolf' has given '/u/WarriorFighterNinja' lambda!
+9758 [2020-01-26 21:20:06] There has been a new submission: 'Critique my new gaming video please!', with flair 'Video Critique'
+9758 [2020-01-26 21:20:08] /u/ChimeraUKG had their submission removed for insufficient lambda.
+9758 [2020-01-26 21:21:34] '/u/iPod-ProYT' has given '/u/qzeqYT' lambda!
+9758 [2020-01-26 21:21:34] The OP received lambda too!
+9758 [2020-01-26 21:23:33] There has been a new submission: 'A video about the Final Fantasy 7 Remake delay as well as the problem with Square Enix. Let me know what you think! All critiques are welcome, and lambda to all', with flair 'Video Critique'
+9758 [2020-01-26 21:26:22] '/u/TechLens_Official' has given '/u/AceMakerPC' lambda!
+9758 [2020-01-26 21:28:56] There has been a new submission: 'everyones reason for trying to be a youtuber?', with flair 'Discussion'
+9758 [2020-01-26 21:29:01] There has been a new submission: 'Could I get a little feedback on my Channel?', with flair 'Discussion'
+9758 [2020-01-26 21:32:58] '/u/TechLens_Official' has given '/u/WarriorFighterNinja' lambda!
+9758 [2020-01-26 21:40:23] '/u/YeeMeister971' has given '/u/nicrazac' lambda!
+9758 [2020-01-26 21:40:23] The OP received lambda too!
+9758 [2020-01-26 21:45:05] '/u/qzeqYT' has given '/u/MythicLegion777' lambda!
+9758 [2020-01-26 21:45:47] There has been a new submission: 'I am looking for feedback on my first video and my channel design :)', with flair 'Channel Review'
+9758 [2020-01-26 21:47:26] There has been a new submission: 'Am I one of the best grip controller players?! Would appreciate feedback.', with flair 'Video Critique'
+9758 [2020-01-26 21:50:59] There has been a new submission: 'Trying out a new painting technique', with flair 'Video Critique'
+9758 [2020-01-26 21:53:40] '/u/DemonAero' has given '/u/nicrazac' lambda!
+9758 [2020-01-26 21:53:40] The OP received lambda too!
+9758 [2020-01-26 21:56:57] '/u/YeeMeister971' has given '/u/qzeqYT' lambda!
+9758 [2020-01-26 22:01:48] There has been a new submission: 'I run two YouTube channels for the local music scene: One for a music store that has a weekly open mic, and one for a young vocal student. I've tried everything I can think of to get more subs but hit a wall. Any tips?', with flair 'Channel Review'
+9758 [2020-01-26 22:01:50] /u/Honkmaster had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:02:15]
+####################
+[2020-01-26 22:02:15] RESTARTED
+####################
+
+9921 [2020-01-26 22:03:10] '/u/WarriorFighterNinja' has given '/u/MythicLegion777' lambda!
+9921 [2020-01-26 22:03:10] The OP received lambda too!
+9921 [2020-01-26 22:06:52] There has been a new submission: 'I'm a fairly new channel - Constructive criticism please!', with flair 'Video Critique'
+9921 [2020-01-26 22:12:10] There has been a new submission: 'Would love some feedback on my martial arts entertainment channel. Having trouble growing. Any tips in thumbnails, content and uploads will help!', with flair 'Channel Review'
+9921 [2020-01-26 22:12:12] /u/One-Dos-San-Chaar had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:20:06] There has been a new submission: 'A deathrun I tried, any feedback would be appreciated', with flair 'Gaming'
+9921 [2020-01-26 22:20:08] /u/_Calebb_ had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:21:35] '/u/natarathy84' has given '/u/MythicLegion777' lambda!
+9921 [2020-01-26 22:21:35] The OP received lambda too!
+9921 [2020-01-26 22:23:46] '/u/OccupiedGarrett' has given '/u/MythicLegion777' lambda!
+9921 [2020-01-26 22:28:20] There has been a new submission: 'For anyone interested in Fitness, a Back and Biceps workout video for you to follow, appreciate any feedback', with flair 'Video Critique'
+9921 [2020-01-26 22:28:21] /u/Sloshy_EU had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:29:36] There has been a new submission: 'I posted my first video recently! Any feedback would be really appreciated!', with flair 'Video Critique'
+9921 [2020-01-26 22:35:06] There has been a new submission: 'I put a lot of editing into this so I’d appreciate any feedback y’all can give me! Just leaving a comment would really help. Thanks guys! Upvote and I’ll check your channel as well', with flair 'Video Critique'
+9921 [2020-01-26 22:35:08] /u/dewaayyy had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:36:17] There has been a new submission: 'Buhay Artista: Real-Time Hero Angel Locsin | HumanMeter', with flair 'None'
+9921 [2020-01-26 22:36:18] /u/IndividualGuide had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:46:52] '/u/TechLens_Official' has given '/u/Sanderson1015' lambda!
+9921 [2020-01-26 22:47:13] There has been a new submission: 'Hey Starting a new YT for some funny and entertaining videos!', with flair 'Gaming'
+9921 [2020-01-26 22:47:14] /u/ClumsyAlienYT had their submission removed for insufficient lambda.
+9921 [2020-01-26 22:47:57] '/u/DON_CRITIC' has given '/u/dewaayyy' lambda!
+9921 [2020-01-26 22:48:52] '/u/DON_CRITIC' has given '/u/One-Dos-San-Chaar' lambda!
+9921 [2020-01-26 22:56:43] '/u/Jack-34' has given '/u/One-Dos-San-Chaar' lambda!
+9921 [2020-01-26 22:56:43] The OP received lambda too!
+9921 [2020-01-26 22:57:03] There has been a new submission: 'Feedback on this review please - Samsung Portable SSD T5 Review', with flair 'Video Critique'
+9921 [2020-01-26 23:02:37] '/u/MythicLegion777' has given '/u/One-Dos-San-Chaar' lambda!
+9921 [2020-01-26 23:02:37] The OP received lambda too!
+9921 [2020-01-26 23:03:15] There has been a new submission: 'BEST P90 SETUP - Stream Highlights #3', with flair 'Gaming'
+9921 [2020-01-26 23:03:17] /u/PhoenixSiege had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:18:44] '/u/uneasywerewolf' has given '/u/AceMakerPC' lambda!
+9921 [2020-01-26 23:21:57] There has been a new submission: 'OK - I think we are ready to take the hit... Our channel groups content by playlists we do droning, driving and walking. Should we do different channel’s? We would like to hit that 1k subs - would love some tips on our channel ‘PiqueTV’', with flair 'Channel Review'
+9921 [2020-01-26 23:22:00] /u/PiqueTV had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:23:38] There has been a new submission: 'Just messing around in human fall flat and posting it on here to maybe get some reviews about it', with flair 'Gaming'
+9921 [2020-01-26 23:23:40] /u/cllapa had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:26:55] There has been a new submission: 'Enjoy These Amazing Waterfalls From Around the World - Big & Small Waterfalls With Beautiful Scenery', with flair 'Video Critique'
+9921 [2020-01-26 23:26:56] /u/midwestsales had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:30:07] There has been a new submission: 'Plz give advice to new video', with flair 'Channel Review'
+9921 [2020-01-26 23:30:10] /u/Doom9736YT had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:33:37] There has been a new submission: 'Messing around in human fall flat and just wanting to get some reviews about it.', with flair 'Gaming'
+9921 [2020-01-26 23:33:39] /u/cllapa had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:34:01] '/u/DevGin' has given '/u/One-Dos-San-Chaar' lambda!
+9921 [2020-01-26 23:34:02] The OP received lambda too!
+9921 [2020-01-26 23:35:34] '/u/PokemaniacOctoru' has given '/u/MythicLegion777' lambda!
+9921 [2020-01-26 23:44:38] There has been a new submission: 'I just made a video that only the first 30 sec are interesting, an I Right?', with flair 'Gaming'
+9921 [2020-01-26 23:56:23] '/u/DemonAero' has given '/u/kfpgt' lambda!
+9921 [2020-01-26 23:57:53] There has been a new submission: 'New start for the channel', with flair 'Gaming'
+9921 [2020-01-26 23:57:54] /u/FallinUpSMITE had their submission removed for insufficient lambda.
+9921 [2020-01-26 23:58:17] There has been a new submission: 'Trying to improve my editing skills I would really appreciate a quick critique. Thanks!', with flair 'Video Critique'
+9921 [2020-01-26 23:58:18] /u/lukestrand926 had their submission removed for insufficient lambda.
+9921 [2020-01-27 00:00:32] '/u/SimplyKnE' has given '/u/R_Hanna' lambda!
+9921 [2020-01-27 00:00:32] The OP received lambda too!
+10074 [2020-01-27 00:02:15]
+####################
+[2020-01-27 00:02:15] RESTARTED
+####################
+
+10074 [2020-01-27 00:04:59] There has been a new submission: 'Euro Truck Simulator 2 It Will Buff Out', with flair 'Gaming'
+10074 [2020-01-27 00:05:01] /u/TheUglyDuckYT had their submission removed for insufficient lambda.
+10074 [2020-01-27 00:05:35] There has been a new submission: 'Jedi Fallen Order Grandmaster Playthrough! Looking for feedback! Givelambdas for actual feedback/criticism.', with flair 'Gaming'
+10074 [2020-01-27 00:14:47] There has been a new submission: 'Fuck YouTube? Kind of!?! Maybe???', with flair 'Thumbnail Review'
+10074 [2020-01-27 00:16:05] There has been a new submission: 'JET BASE RAIDING IN UNTURNED!!', with flair 'Gaming'
+10074 [2020-01-27 00:16:06] /u/ItzCarter100 had their submission removed for insufficient lambda.
+10074 [2020-01-27 00:29:33] There has been a new submission: 'Wall-E explained by an idiot', with flair 'Video Critique'
+10074 [2020-01-27 00:35:27] There has been a new submission: 'Kre8iv minds... Join us on our journey being creative', with flair 'None'
+10074 [2020-01-27 00:35:29] /u/Agodber had their submission removed for insufficient lambda.
+10074 [2020-01-27 00:42:05] There has been a new submission: 'I’m new to this Subreddit', with flair 'Channel Review'
+10074 [2020-01-27 00:42:07] /u/Dangernouse78 had their submission removed for insufficient lambda.
+10074 [2020-01-27 00:45:04] '/u/OccupiedGarrett' has given '/u/Ki-ke' lambda!
+10074 [2020-01-27 00:55:06] There has been a new submission: 'NLM(No Lambda needed)', with flair 'Discussion'
+9218 [2020-01-27 01:05:45] Updated statistics
+10074 [2020-01-27 01:14:41] There has been a new submission: 'My first full tutorial! Feedback please!', with flair 'Video Critique'
+10074 [2020-01-27 01:14:43] /u/Djbernie805 had their submission removed for insufficient lambda.
+10074 [2020-01-27 01:14:54] There has been a new submission: 'Stupid People Doin Stupid Things | 1 (Jus a couple of friends doin what we want)', with flair 'Vlog'
+10074 [2020-01-27 01:14:56] /u/eobi had their submission removed for insufficient lambda.
+10074 [2020-01-27 01:15:39] There has been a new submission: 'Opinions on this video?', with flair 'Video Critique'
+10074 [2020-01-27 01:22:58] There has been a new submission: 'LWIAY but without pewdiepie', with flair 'Discussion'
+10074 [2020-01-27 01:23:00] /u/Rodskov had their submission removed for using the wrong flair.
+10074 [2020-01-27 01:38:17] '/u/MusikPalast' has given '/u/EngineeringJuice' lambda!
+10074 [2020-01-27 01:38:17] The OP received lambda too!
+10074 [2020-01-27 01:40:34] There has been a new submission: 'Hello YouTubers', with flair 'Discussion'
+10074 [2020-01-27 01:42:45] There has been a new submission: '“The Last Airbender movie actors auditioning today“ small sketch, kinda offensive but makes you wonder if these actor went through these experiences. Tell me what y’all think', with flair 'Video Critique'
+10074 [2020-01-27 01:45:13] '/u/Moksh2000' has given '/u/Trentcam12' lambda!
+10074 [2020-01-27 01:45:13] The OP received lambda too!
+10074 [2020-01-27 01:46:49] There has been a new submission: 'Niche martial arts entertainment channel looking for feedback. I believe I do quality content but is unable to grow fast enough after 4 months. Is it the content, thumbnails, upload rate? What is missing from this channel? If you’re a action fan feel free to subscribe!', with flair 'Channel Review'
+10559 [2020-01-27 02:05:43]
+####################
+[2020-01-27 02:05:43] RESTARTED
+####################
+
+10559 [2020-01-27 02:05:45] {ERROR}
+10559 [2020-01-27 02:06:49] There has been a new submission: 'Wound you suck a peepee for 1mill subs', with flair 'Discussion'
+10559 [2020-01-27 02:06:54] There has been a new submission: 'I uploaded this video 1 day ago. What should I change? Anything I should remove/add?', with flair 'Gaming'
+10559 [2020-01-27 02:06:55] /u/AbbsLieksPie had their submission removed for insufficient lambda.
+10559 [2020-01-27 02:10:23] There has been a new submission: 'What Kobe Bryant Meant To Me', with flair 'Discussion'
+10559 [2020-01-27 02:15:13] There has been a new submission: 'my most favourite video i eve posted', with flair 'Gaming'
+10559 [2020-01-27 02:15:15] /u/ricardo_sucks had their submission removed for insufficient lambda.
+10559 [2020-01-27 02:20:37] There has been a new submission: 'I just started a channel where I open and review Kinder eggs. Please don't thumbs down my videos.', with flair 'Art'
+10559 [2020-01-27 02:20:39] /u/TommyDoyle had their submission removed for insufficient lambda.
+10559 [2020-01-27 02:27:11] '/u/vincal69' has given '/u/Maverickc7' lambda!
+10559 [2020-01-27 02:37:02] '/u/nicrazac' has given '/u/One-Dos-San-Chaar' lambda!
+10559 [2020-01-27 02:37:02] The OP received lambda too!
+10559 [2020-01-27 02:38:12] There has been a new submission: 'USA vs China | Candy Showdown', with flair 'Discussion'
+10559 [2020-01-27 02:38:13] /u/TheLadss had their submission removed for using the wrong flair.
+10559 [2020-01-27 02:39:41] '/u/nicrazac' has given '/u/PiqueTV' lambda!
+10559 [2020-01-27 02:45:32] There has been a new submission: 'Things people do to ruin their Youtube Tutorials Part 1', with flair 'Video Critique'
+10559 [2020-01-27 02:45:41] There has been a new submission: 'Dumbass Unboxes a smart tv', with flair 'Video Critique'
+10559 [2020-01-27 02:45:43] /u/Yovry_YT had their submission removed for insufficient lambda.
+10559 [2020-01-27 02:48:26] There has been a new submission: 'Critique my documentary style video about the Starbucks reserve in Seattle that has a bar, bakery and coffee roastery all under one building.', with flair 'Video Critique'
+10559 [2020-01-27 02:48:27] /u/genchigenchi had their submission removed for insufficient lambda.
+10559 [2020-01-27 02:48:35] There has been a new submission: 'USA vs China | Candy Showdown', with flair 'Vlog'
+10559 [2020-01-27 02:48:36] /u/TheLadss had their submission removed for insufficient lambda.
+10559 [2020-01-27 02:55:07] There has been a new submission: 'The most toxic Smash Ultimate can get. Would love feedback!', with flair 'Video Critique'
+10559 [2020-01-27 02:59:08] There has been a new submission: 'Video critique - No one is perfect, show me my flaws!', with flair 'Video Critique'
+10559 [2020-01-27 03:18:27] '/u/DWRelive' has given '/u/mcdunco_ontheroad' lambda!
+10559 [2020-01-27 03:18:27] The OP received lambda too!
+10559 [2020-01-27 03:20:37] '/u/Moksh2000' has given '/u/Confusion574' lambda!
+10559 [2020-01-27 03:21:14] '/u/Moksh2000' has given '/u/ChannelNgaco' lambda!
+10559 [2020-01-27 03:23:28] '/u/Moksh2000' has given '/u/Riko_07' lambda!
+10559 [2020-01-27 03:23:47] '/u/Illfury' has given '/u/SelendineMcHerb' lambda!
+10559 [2020-01-27 03:23:47] The OP received lambda too!
+10559 [2020-01-27 03:24:01] '/u/Moksh2000' has given '/u/KamKashiiiYT' lambda!
+10559 [2020-01-27 03:24:35] '/u/Moksh2000' has given '/u/MythicLegion777' lambda!
+10559 [2020-01-27 03:25:02] '/u/Moksh2000' has given '/u/dewaayyy' lambda!
+10559 [2020-01-27 03:25:51] There has been a new submission: 'What video are you most proud of', with flair 'Discussion'
+10559 [2020-01-27 03:31:05] '/u/EricGlassVideos' has given '/u/bkmafia' lambda!
+10559 [2020-01-27 03:43:25] '/u/Maverickc7' has given '/u/TheLadss' lambda!
+10559 [2020-01-27 03:43:25] The OP received lambda too!
+10559 [2020-01-27 03:43:52] There has been a new submission: 'It hurt my soul recording some of this. Takes from r/creepyasterisks, feedback is much appreciated!', with flair 'Video Critique'
+10559 [2020-01-27 03:50:00] There has been a new submission: 'Video Critique: Wanting to step into the world of self-help in the gaming community', with flair 'Video Critique'
+10559 [2020-01-27 03:50:02] /u/ShiftedSoul had their submission removed for insufficient lambda.
+10791 [2020-01-27 04:05:40]
+####################
+[2020-01-27 04:05:40] RESTARTED
+####################
+
+10791 [2020-01-27 04:38:00] '/u/Illfury' has given '/u/DemonAero' lambda!
+10791 [2020-01-27 04:39:22] '/u/Illfury' has given '/u/twitchy_Sharmander' lambda!
+10791 [2020-01-27 04:41:26] '/u/Illfury' has given '/u/JaegerAtreides' lambda!
+10791 [2020-01-27 04:44:13] There has been a new submission: 'Every week New Car Reviews', with flair 'Channel Review'
+10791 [2020-01-27 04:44:15] /u/HawkeyeRides had their submission removed for insufficient lambda.
+10791 [2020-01-27 04:46:26] There has been a new submission: 'Take a look at my channel!(: Name: YeeMeister', with flair 'Discussion'
+10791 [2020-01-27 04:47:27] There has been a new submission: 'I made a Tierlist video where I rank fast food chains! Any feedback would be much appreciated and let me know if I should make more content like this', with flair 'Video Critique'
+10791 [2020-01-27 05:08:16] There has been a new submission: '[NEW VLOG!] IT GOT CRAZY!', with flair 'Vlog'
+10791 [2020-01-27 05:08:17] /u/JarredHolland_ had their submission removed for insufficient lambda.
+10791 [2020-01-27 05:11:45] There has been a new submission: 'How reliable is Subscriber count shown for every video?', with flair 'Discussion'
+10791 [2020-01-27 05:24:30] '/u/endlessvibesmusic' has given '/u/blazealdrich37' lambda!
+10791 [2020-01-27 05:25:10] '/u/endlessvibesmusic' has given '/u/_Calebb_' lambda!
+10791 [2020-01-27 05:25:41] {ERROR}
+10791 [2020-01-27 06:00:21] There has been a new submission: 'Beeripmo Walk - Overnight Hike - Raglan, Victoria, Australia - Day 1', with flair 'Vlog'
+10925 [2020-01-27 06:05:40]
+####################
+[2020-01-27 06:05:40] RESTARTED
+####################
+
+10925 [2020-01-27 06:48:03] '/u/natarathy84' has given '/u/kfpgt' lambda!
+10925 [2020-01-27 06:56:50] {ERROR}
+10925 [2020-01-27 07:14:05] There has been a new submission: 'Editor', with flair 'Discussion'
+10925 [2020-01-27 07:34:59] There has been a new submission: 'Hey check out my recent upload! Mainly looking for feedback on metadata and watch time? And any tips on the main video would be much appreciated.', with flair 'Video Critique'
+10925 [2020-01-27 08:55:15] {ERROR} error with request HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fcb4110f320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+10925 [2020-01-27 08:55:20] {ERROR} error with request HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fcb41110668>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+9218 [2020-01-28 01:05:58] Updated statistics
+1417 [2020-01-28 11:15:48]
+####################
+[2020-01-28 11:15:48] RESTARTED
+####################
+
+1417 [2020-01-28 11:15:55] '/u/thecounselor6' has given '/u/jackofalltrades4ever' lambda!
+1417 [2020-01-28 11:15:56] The OP received lambda too!
+1417 [2020-01-28 11:16:02] '/u/thecounselor6' has given '/u/LordJJera' lambda!
+1417 [2020-01-28 11:16:09] '/u/Menix123' has given '/u/LILBISCUIT90' lambda!
+1417 [2020-01-28 11:16:09] The OP received lambda too!
+1417 [2020-01-28 11:16:15] '/u/Menix123' has given '/u/FergHD' lambda!
+1417 [2020-01-28 11:16:21] '/u/Menix123' has given '/u/TheGamerGuy2' lambda!
+1417 [2020-01-28 11:16:26] '/u/Menix123' has given '/u/GTJayGaming' lambda!
+1417 [2020-01-28 11:16:32] '/u/Menix123' has given '/u/NarivaTV' lambda!
+1417 [2020-01-28 11:16:37] '/u/Menix123' has given '/u/Thejozz20' lambda!
+1417 [2020-01-28 11:16:47] '/u/thecounselor6' has given '/u/spector111' lambda!
+1417 [2020-01-28 11:16:53] '/u/thecounselor6' has given '/u/0Dai0' lambda!
+1417 [2020-01-28 11:17:06] '/u/TheBoyJohn' has given '/u/Strawsby' lambda!
+1417 [2020-01-28 11:17:06] The OP received lambda too!
+1417 [2020-01-28 11:17:11] '/u/TheBoyJohn' has given '/u/SwiftSanders' lambda!
+1417 [2020-01-28 11:17:31] '/u/Jellyquent' has given '/u/0Dai0' lambda!
+1417 [2020-01-28 11:17:31] The OP received lambda too!
+1417 [2020-01-28 11:17:39] There has been a new submission: 'Under the rules of old Soviet Russia!!!', with flair 'Collab'
+1417 [2020-01-28 11:17:43] There has been a new submission: 'Trap: A Cheap Guide... [Doing a series of walkthroughs for indie games]', with flair 'Video Critique'
+1417 [2020-01-28 11:17:44] /u/HealthPaks had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:17:47] There has been a new submission: 'Bring Sally Up - Push Up Challenge 2.0, Weighted push ups! Hardest Challenge I’ve done yet 💪 (Give Lambda To Legit Feedback)', with flair 'None'
+1417 [2020-01-28 11:17:52] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 18 - Homefront (Gears 5)', with flair 'Gaming'
+1417 [2020-01-28 11:17:52] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:17:56] There has been a new submission: 'What do you guys think about this? Would love some feedback.', with flair 'Video Critique'
+1417 [2020-01-28 11:17:56] /u/addanow had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:00] There has been a new submission: 'Tell me anything I can improve for my next video...', with flair 'Video Critique'
+1417 [2020-01-28 11:18:04] There has been a new submission: 'Can you guys check out my video if you have free time and give some some stuff I could improve on!', with flair 'Gaming'
+1417 [2020-01-28 11:18:05] /u/kayloube had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:08] There has been a new submission: 'Top 10 Countries by Total Urban Population (1960-2019) | TheRankingMaster', with flair 'Discussion'
+1417 [2020-01-28 11:18:09] /u/therankingmaster had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:18:12] There has been a new submission: 'Kobe Bryant Death Tribute. RIP', with flair 'Discussion'
+1417 [2020-01-28 11:18:13] /u/BreconOfficialYT had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:18:16] There has been a new submission: 'Rocket League moments that make Owen Wilson go wow... (Hey Everyone! Just made a new video and I'm hoping to get some feedback! Let me know what you think! If you like it, don't forget to like and subscribe!)', with flair 'Gaming'
+1417 [2020-01-28 11:18:21] There has been a new submission: 'When a student argues with the teacher about homework', with flair 'Vlog'
+1417 [2020-01-28 11:18:22] /u/Menix123 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:25] There has been a new submission: 'PSA: The Lambda bot is dead, mods are asleep, upvote videos and give honest feedback', with flair 'Discussion'
+1417 [2020-01-28 11:18:28] There has been a new submission: 'Need tips for youtube gaming!', with flair 'Channel Review'
+1417 [2020-01-28 11:18:29] /u/machathanos69 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:33] There has been a new submission: 'Benefit Of Sleeping With A Garlic Clove Under Your Pillow', with flair 'Video Critique'
+1417 [2020-01-28 11:18:33] /u/Focusurtarget had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:37] There has been a new submission: 'First time video ( need feedback )', with flair 'Channel Review'
+1417 [2020-01-28 11:18:37] /u/waynerigley had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:41] There has been a new submission: 'Views vs retention?', with flair 'Discussion'
+1417 [2020-01-28 11:18:44] There has been a new submission: 'How can I improve? Rewarding all comments', with flair 'Video Critique'
+1417 [2020-01-28 11:18:48] There has been a new submission: 'I almost killed him!', with flair 'Gaming'
+1417 [2020-01-28 11:18:49] /u/cmelchior had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:18:52] There has been a new submission: 'ANIME ONLY WATCHERS BE LIKE...', with flair 'Video Critique'
+1417 [2020-01-28 11:18:56] There has been a new submission: 'Chelsea Football Club - 5 Minute History', with flair 'Video Critique'
+1417 [2020-01-28 11:18:57] /u/Stelinator had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:00] There has been a new submission: 'Scum -Trading and Raiding', with flair 'Gaming'
+1417 [2020-01-28 11:19:01] /u/CheatCentralCH had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:03] There has been a new submission: 'Is there a perfect video lenght ?', with flair 'Discussion'
+1417 [2020-01-28 11:19:07] There has been a new submission: '*Deal*', with flair 'Collab'
+1417 [2020-01-28 11:19:10] There has been a new submission: 'I would love to hear feedback on my Channel as this month has been slow not gaining any subscribers for a while now so just wondering what I can do better to get people interested in staying on my channel?', with flair 'Channel Review'
+1417 [2020-01-28 11:19:10] /u/MsKaitlynLouise had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:13] There has been a new submission: 'Stupid idea: What if you made a 4k hour long video?', with flair 'Discussion'
+1417 [2020-01-28 11:19:16] There has been a new submission: 'Anyone else have this happen?', with flair 'Discussion'
+1417 [2020-01-28 11:19:19] There has been a new submission: 'Made a "Jordan Peterson IS Darth Vader"-Parody. This took me a long time to complete, hope someone likes it. If you give me constructive criticism you will get Lambda'd...', with flair 'Video Critique'
+1417 [2020-01-28 11:19:23] There has been a new submission: 'I’m working on a true crime channel that does 4-part docu-series on unsolved cases (with occasional one-off videos in the future). Let me know what you think!', with flair 'Channel Review'
+1417 [2020-01-28 11:19:24] /u/ahumanmadethis had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:26] There has been a new submission: 'E02 VLOGG? WORKING OUT & KARTING', with flair 'Channel Review'
+1417 [2020-01-28 11:19:27] /u/Drewsson had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:30] There has been a new submission: 'LIFE WITHOUT INTERNET | Botswana YouTuber', with flair 'Video Critique'
+1417 [2020-01-28 11:19:30] /u/ThatGuyDips had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:33] There has been a new submission: 'Hey can you give me tips and suggestions to do in my next videos the good and the bad', with flair 'Gaming'
+1417 [2020-01-28 11:19:34] /u/WheezingGinger had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:36] There has been a new submission: 'Took my RHD drive car to Wendy’s ! New video is up .', with flair 'None'
+1417 [2020-01-28 11:19:40] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 2 Gameplay Walkthrough Blind Facecam', with flair 'None'
+1417 [2020-01-28 11:19:40] /u/loopy2mn had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:43] There has been a new submission: 'Youtuber Meet Ups. How to find them?', with flair 'Collab'
+1417 [2020-01-28 11:19:46] There has been a new submission: 'New Ninja Theory Horror Game, Observer 2 Teased & New Silent Hill Games | Survival Gaming News', with flair 'Gaming'
+1417 [2020-01-28 11:19:46] /u/shaunoxley had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:49] There has been a new submission: 'Bluehost WordPress Tutorial 2020', with flair 'Discussion'
+1417 [2020-01-28 11:19:49] /u/BestOfSport99 had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:19:52] There has been a new submission: 'Do Facing Problem With Your Body Weight-Watch this video full-Best Healthy Meal Plan For Men's Weight Loss | How To Lose Weight Fast 10Kg In 10 Days', with flair 'Channel Review'
+1417 [2020-01-28 11:19:52] /u/sandudubai had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:54] There has been a new submission: 'A couple of years old - but decided to upload since my last one was well received! If I had made The Last Guardian with the budget of the cost of the game cartridge. Would love some feedback!', with flair 'Video Critique'
+1417 [2020-01-28 11:19:55] /u/Kazascoot had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:19:57] There has been a new submission: 'Please geve me feedback', with flair 'Video Critique'
+1417 [2020-01-28 11:19:59] There has been a new submission: 'Me and my best friend getting drunk and answering funny questions🍻 any advice on how to improve the video/constructive criticism would be really appreciated!', with flair 'Video Critique'
+1417 [2020-01-28 11:20:00] /u/Logan_B_Youtube had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:20:07] There has been a new submission: 'What is and what should never be, help with content and anything else you can give me :).', with flair 'Channel Review'
+1417 [2020-01-28 11:20:09] /u/Hectop11VIP had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:20:16] There has been a new submission: 'Explained By A Pilot | Kobe's Helicopter Accident', with flair 'Vlog'
+1417 [2020-01-28 11:20:18] /u/MinaMorcos had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:20:25] There has been a new submission: 'Watch before Buying a VPN.... (what is VPN?)', with flair 'Discussion'
+1417 [2020-01-28 11:20:27] /u/coletv had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:20:34] There has been a new submission: 'AWESOME VIDEOS FROM REAL LIFE 😍 ✔️', with flair 'Video Critique'
+1417 [2020-01-28 11:20:36] /u/just_awesome_ had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:20:43] There has been a new submission: 'The First Minecraft Skin Ever (feedback will b appreciated)', with flair 'Video Critique'
+1417 [2020-01-28 11:20:52] There has been a new submission: 'THE ANSWER IS CYBERTRUCKS! What do you think about my style of content? What can I improve/change?', with flair 'Video Critique'
+1417 [2020-01-28 11:21:00] There has been a new submission: 'The Best Paying Jobs Of 2020', with flair 'None'
+1417 [2020-01-28 11:21:02] /u/mygrandmatips had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:21:09] There has been a new submission: 'YouTube channel', with flair 'Video Critique'
+1417 [2020-01-28 11:21:11] /u/KidDynamit had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:21:19] There has been a new submission: 'I AM A WINNER! You Want to Escape The Rat Race? This is a live stream and aside from the first run of my microphone cutting out, I think it went pretty well. Any critique would be helpful. I really want to improve my live stream quality for future live streams! =D Thanks!', with flair 'Video Critique'
+1417 [2020-01-28 11:21:28] There has been a new submission: 'Thought Piece on Content Creation (Growth for 2020) <3', with flair 'Discussion'
+1417 [2020-01-28 11:21:35] There has been a new submission: 'The Witcher Review', with flair 'None'
+1417 [2020-01-28 11:21:37] /u/Derbyboyuk had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:21:44] There has been a new submission: 'I bet this will make you smile. Also if you need help or criticism with your thumbnails, let me know.', with flair 'Gaming'
+1417 [2020-01-28 11:21:46] /u/meltedsundae had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:21:53] There has been a new submission: 'How to make consistent content when you can't film what you want?', with flair 'Discussion'
+1417 [2020-01-28 11:22:00] There has been a new submission: 'Csgo funny moments', with flair 'Gaming'
+1417 [2020-01-28 11:22:02] /u/yeetooper had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:22:09] There has been a new submission: 'Guess what fur this designer bag is made of! (She freaked out lol) [VLOG]', with flair 'Vlog'
+1417 [2020-01-28 11:22:10] /u/jiminybb had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:22:17] There has been a new submission: 'View time', with flair 'Discussion'
+1417 [2020-01-28 11:22:25] There has been a new submission: 'We Bullied the EnderDragon With Nothing But Bed and Anvils -Minecraft', with flair 'Gaming'
+1417 [2020-01-28 11:22:27] /u/Drake_Hurley had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:22:34] There has been a new submission: 'how i edit my youtube videos | no copyright music, effects, fonts', with flair 'Vlog'
+1417 [2020-01-28 11:22:35] /u/eliarosee had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:22:42] There has been a new submission: 'How My Skiing Threatened Someone’s Life', with flair 'Video Critique'
+1417 [2020-01-28 11:22:51] There has been a new submission: 'Over-Analyzing some MEMES until nothing makes any sense! All feedback greatly appreciated, thanks guys!', with flair 'Video Critique'
+1417 [2020-01-28 11:22:59] There has been a new submission: 'took like 3 hours bruh, dont usually do this kinda thing but i had surgery so it was the only type of video i could make check it out if you want', with flair 'Video Critique'
+1417 [2020-01-28 11:23:07] There has been a new submission: 'New thumbnail design, new sound settings, louder background volume, shorter video and not too many memes - implemented. Time for another round of "what am I doing wrong". Any feedback and suggestions are appreciated.', with flair 'Gaming'
+1417 [2020-01-28 11:23:09] /u/Jellyquent had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:23:16] There has been a new submission: 'CIV 5 England win "tutorial" - the torturing of Muhammad and Morocco', with flair 'Gaming'
+1417 [2020-01-28 11:23:17] /u/Breadstick-King had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:23:24] There has been a new submission: 'Im trying something new instead of my typical gaming stuff lmk what you all think?', with flair 'Video Critique'
+1417 [2020-01-28 11:23:26] /u/_kookie01 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:23:32] There has been a new submission: 'Channel Review Needed! - Trying to start off on the right foot :)', with flair 'Channel Review'
+1417 [2020-01-28 11:23:34] /u/mtlboy95 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:23:41] There has been a new submission: 'A Strategy to upload consistently', with flair 'Discussion'
+1417 [2020-01-28 11:23:48] There has been a new submission: '⛩ Kenshi 🐱‍👤 | New Recruit | 😸', with flair 'Gaming'
+1417 [2020-01-28 11:23:56] There has been a new submission: 'A little older video but would love feedback on the tone of the video and channel overall!', with flair 'Video Critique'
+1417 [2020-01-28 11:23:58] /u/KaputoManuto had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:24:04] There has been a new submission: 'YouTube video', with flair 'None'
+1417 [2020-01-28 11:24:06] /u/crumby_12 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:24:12] There has been a new submission: 'Any other-community based websites like Reddit to promote on?', with flair 'Discussion'
+1417 [2020-01-28 11:24:19] There has been a new submission: 'lambda points', with flair 'Discussion'
+1417 [2020-01-28 11:24:26] There has been a new submission: 'Small gaming channel trying to make it', with flair 'Gaming'
+1417 [2020-01-28 11:24:28] /u/GlowYTReddit had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:24:35] There has been a new submission: 'Request for Channel Review', with flair 'Channel Review'
+1417 [2020-01-28 11:24:36] /u/Gillybelly had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:24:43] There has been a new submission: 'The Failed Slasher Trailer 2', with flair 'Art'
+1417 [2020-01-28 11:24:45] /u/mikey27297 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:24:51] There has been a new submission: 'Mathew Kande', with flair 'Channel Review'
+1417 [2020-01-28 11:24:52] /u/Mathew-Kande had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:24:59] There has been a new submission: 'YouTube video', with flair 'None'
+1417 [2020-01-28 11:25:00] /u/crumby_12 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:25:07] There has been a new submission: 'I paid off my student loans! Here's how I did it', with flair 'Video Critique'
+1417 [2020-01-28 11:25:08] /u/meandmymouth had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:25:15] There has been a new submission: 'Husband Wears World's Longest nails for 24 hrs (Painful!)', with flair 'Vlog'
+1417 [2020-01-28 11:25:16] /u/MY_Squad had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:25:22] There has been a new submission: 'DA VINCE RESOLVE 16', with flair 'Discussion'
+1417 [2020-01-28 11:25:29] There has been a new submission: 'Can People Give Me Feedback on My channel/videos', with flair 'Channel Review'
+1417 [2020-01-28 11:25:31] /u/Baitrorange90 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:25:37] There has been a new submission: 'Repression', with flair 'None'
+1417 [2020-01-28 11:25:38] /u/GlobalTweaker had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:25:45] There has been a new submission: 'Find Out If They Are Your Soulmate | Are They The One? | Personality Test | Eggsquizit', with flair 'Video Critique'
+1417 [2020-01-28 11:25:46] /u/Playa342 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:25:52] There has been a new submission: 'I need help with the name of a series. Giving lambda for helpful comments', with flair 'Discussion'
+1417 [2020-01-28 11:25:58] There has been a new submission: 'Making Awesome THUMBNAILS', with flair 'Collab'
+1417 [2020-01-28 11:26:05] There has been a new submission: 'I need some feedback on my latest upload. Willing to repay the favor.', with flair 'Video Critique'
+1417 [2020-01-28 11:26:06] /u/hjmayland had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:26:13] There has been a new submission: 'Is the lambda system broken?', with flair 'Discussion'
+1417 [2020-01-28 11:26:19] There has been a new submission: 'Anyone want to add to their graphic design portfolio?', with flair 'Discussion'
+1417 [2020-01-28 11:26:25] There has been a new submission: 'The CHEAPEST Family EVER Tries To Sell Their House... BUT... (TLC Cheapstakes)', with flair 'Video Critique'
+1417 [2020-01-28 11:26:33] There has been a new submission: 'Does YouTube have a future?', with flair 'Discussion'
+1417 [2020-01-28 11:26:39] There has been a new submission: 'Some YouTubers on reddit really grind my gears...', with flair 'Discussion'
+1417 [2020-01-28 11:26:45] There has been a new submission: 'Hey put up my first vid after spending a few days learning how to edit. It's essentially a review done by someone who doesn't want to be making the review. Hopefully you find it funny let me know what you think :)))', with flair 'Video Critique'
+1417 [2020-01-28 11:26:46] /u/tort1759 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:26:52] There has been a new submission: 'How to promote my channel on Twitter?', with flair 'Discussion'
+1417 [2020-01-28 11:26:59] There has been a new submission: 'my outfits of the week for college!', with flair 'Vlog'
+1417 [2020-01-28 11:27:00] /u/kafcatontheshore had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:27:06] There has been a new submission: 'a thrift haul for my birthday!', with flair 'Video Critique'
+1417 [2020-01-28 11:27:07] /u/kafcatontheshore had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:27:13] There has been a new submission: 'Any similar subbreddits to this one?', with flair 'Discussion'
+1417 [2020-01-28 11:27:19] There has been a new submission: 'I make Lyrics videos !', with flair 'Collab'
+1417 [2020-01-28 11:27:20] /u/-mugiwara-_ had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:27:26] There has been a new submission: 'Life is unpredictable. In memory of Kobe Bryant.', with flair 'Vlog'
+1417 [2020-01-28 11:27:27] /u/richheaney90 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:27:33] There has been a new submission: 'Want to post a drawing challenge video but unsure what keywords to include in the title', with flair 'Discussion'
+1417 [2020-01-28 11:27:39] There has been a new submission: 'My first video on my new reddit reading channel. How can i imrive for future reddit videos?', with flair 'Video Critique'
+1417 [2020-01-28 11:27:45] There has been a new submission: 'my first video on my first official channel, enjoy :)', with flair 'Vlog'
+1417 [2020-01-28 11:27:47] /u/monsieurbabadook had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:29:36] There has been a new submission: 'My first full art tutorial. I show how to draw a realistic eye. Any feedback appreciated!', with flair 'Video Critique'
+1417 [2020-01-28 11:29:37] /u/Djbernie805 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:29:39] There has been a new submission: 'NBA Star Kobe Bryant Leaves Behind an Incredible Legacy! In memoriam Kobe Bryant!', with flair 'Discussion'
+1417 [2020-01-28 11:29:40] /u/kizyclub had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:29:42] There has been a new submission: 'Want to bring my drone!', with flair 'Discussion'
+1417 [2020-01-28 11:29:45] There has been a new submission: '[Gaming] bringing back the nostalgia!', with flair 'None'
+1417 [2020-01-28 11:29:46] /u/ItzVaporz had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:29:48] There has been a new submission: 'Would you rather?', with flair 'Discussion'
+1417 [2020-01-28 11:29:50] There has been a new submission: 'Can the spiders eat all humanity?! Watch this video to find out !!! (It's also a funny commentary! I hope 😅)', with flair 'Meta'
+1417 [2020-01-28 11:29:51] /u/BlacKetchup had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:29:53] There has been a new submission: 'Help me up to 1k subscribers!', with flair 'Channel Review'
+1417 [2020-01-28 11:29:54] /u/oddlykanye had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:29:56] There has been a new submission: 'Changes', with flair 'Vlog'
+1417 [2020-01-28 11:29:56] /u/MystXtreme had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:29:58] There has been a new submission: 'My message to this sub', with flair 'Discussion'
+1417 [2020-01-28 11:30:00] There has been a new submission: 'How To Make Eggs Benedict | Poor Man’s Style', with flair 'Vlog'
+1417 [2020-01-28 11:30:02] /u/tayloredvlog had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:30:09] There has been a new submission: 'Repost video bc of advertisers?(lower retention)', with flair 'Discussion'
+1417 [2020-01-28 11:30:17] There has been a new submission: 'Hello!! Sorry for bothering, does any one of you feel like checking out my channel?', with flair 'Channel Review'
+1417 [2020-01-28 11:30:19] /u/XvX__57 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:30:26] There has been a new submission: 'Call of duty MW funny montage!', with flair 'None'
+1417 [2020-01-28 11:30:28] /u/whuzhizname had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:30:35] There has been a new submission: 'Just started my YT channel. This is my second video. See what you think', with flair 'None'
+1417 [2020-01-28 11:30:37] /u/Auz-BoyzYT had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:30:44] There has been a new submission: 'How to deal with negative comments', with flair 'Discussion'
+1417 [2020-01-28 11:30:46] /u/richheaney90 had their submission removed for using the wrong flair.
+1417 [2020-01-28 11:30:53] There has been a new submission: 'Never give up', with flair 'Discussion'
+1417 [2020-01-28 11:31:00] There has been a new submission: '[Channel Review] I get decent views, but not alot of subscribers. How do i convert more viewers into subscribers?', with flair 'Channel Review'
+1417 [2020-01-28 11:31:02] /u/DaddysRageAxe had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:31:09] There has been a new submission: 'Hello,🙂 I’m Kevin a new YouTuber Can I ask you please for subscribe and share my channel please. Thank you so much 😊 https://www.youtube.com/channel/UCVoy5yrDwzkn7tNdmsP0tcw Thank you 😊', with flair 'None'
+1417 [2020-01-28 11:31:11] /u/Csabazsi had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:31:18] There has been a new submission: 'Ever wonder how beautiful Sardinia, Italy looks? Come find out in my new Travel vlog. If you haven’t, come anyway and enjoy an amazing hiking experience. Lambda for feedback of course!', with flair 'None'
+1417 [2020-01-28 11:31:27] There has been a new submission: 'Success Comes At A Cost! I am trying out new recording places and experimenting. It isn't perfect. But let me know if my message came across nicely! =D', with flair 'Video Critique'
+1417 [2020-01-28 11:31:36] There has been a new submission: 'I learned how to juggle in 2 hours and 48 mins!!', with flair 'Video Critique'
+1417 [2020-01-28 11:31:38] /u/JohnFavro had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:31:45] There has been a new submission: 'My first time editing with Sony Vegas', with flair 'Gaming'
+1417 [2020-01-28 11:31:46] /u/BUDD_boi had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:31:53] There has been a new submission: 'Coin Polishing Mirror Finish. Hi my video is about polishing some dull, dirty, rusty coins. What can i improve to make the video interesting?', with flair 'Video Critique'
+1417 [2020-01-28 11:32:02] There has been a new submission: 'SUBSCRIBE XD', with flair 'Channel Review'
+1417 [2020-01-28 11:32:04] /u/TheBluePhoenix1 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:32:11] There has been a new submission: 'HOW TO BEAT OVERLOAD BALLSIDE', with flair 'Video Critique'
+1417 [2020-01-28 11:32:12] /u/Adddo13 had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:32:19] There has been a new submission: '2nd Video Uploaded (Lambda to advice)', with flair 'Video Critique'
+1417 [2020-01-28 11:32:26] There has been a new submission: 'Depression but its a recipe on a YouTube cooking show', with flair 'None'
+1417 [2020-01-28 11:32:28] /u/Spacedflipper had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:32:35] There has been a new submission: 'The CRUEL world that is TARKOV (Escape From Tarkov #1)', with flair 'Gaming'
+1417 [2020-01-28 11:32:44] There has been a new submission: 'The bot was down for a while, sorry about this', with flair 'MOD POST'
+1417 [2020-01-28 11:40:14] '/u/kafcatontheshore' has given '/u/HumperTrooper15' lambda!
+1417 [2020-01-28 11:40:15] The OP received lambda too!
+1417 [2020-01-28 11:43:11] There has been a new submission: '7 Steps To Health and The Big Diabetes Lie', with flair 'Video Critique'
+1417 [2020-01-28 11:43:13] /u/harriscran had their submission removed for insufficient lambda.
+1417 [2020-01-28 11:48:52] There has been a new submission: 'How is This Trending? #HotGirlsForBernie', with flair 'Video Critique'
+1417 [2020-01-28 11:48:52] /u/Kalum-W had their submission removed for insufficient lambda.
+1417 [2020-01-28 12:38:36] '/u/Adooma_123' has given '/u/TheLadss' lambda!
+1417 [2020-01-28 12:38:36] The OP received lambda too!
+1417 [2020-01-28 12:39:17] '/u/Adooma_123' has given '/u/SelendineMcHerb' lambda!
+1417 [2020-01-28 12:42:35] '/u/GTJayGaming' has given '/u/Vimalathasan' lambda!
+1417 [2020-01-28 12:42:35] The OP received lambda too!
+1417 [2020-01-28 12:42:48] '/u/Adooma_123' has given '/u/ZhyperCR1T' lambda!
+1417 [2020-01-28 12:46:48] There has been a new submission: 'Support my new YouTube channel'EXPLORE THE QUESTION'', with flair 'Channel Review'
+1417 [2020-01-28 12:46:50] /u/Ejwin555 had their submission removed for insufficient lambda.
+1417 [2020-01-28 12:49:51] '/u/GTJayGaming' has given '/u/Spacedflipper' lambda!
+1838 [2020-01-28 13:15:47]
+####################
+[2020-01-28 13:15:47] RESTARTED
+####################
+
+1838 [2020-01-28 13:44:14] There has been a new submission: 'Hey Everyone! Can some of you make a critique for my vide? Top 20 Causes of Death In The World! (1990 - 2017)', with flair 'Video Critique'
+1838 [2020-01-28 13:44:16] /u/didyouknowSK had their submission removed for insufficient lambda.
+1838 [2020-01-28 14:07:00] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 19 - Hammer Of Dawn (Gears 5)', with flair 'Gaming'
+1838 [2020-01-28 14:07:01] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+1838 [2020-01-28 14:14:27] '/u/MafiasFinestTV' has given '/u/Ironick96' lambda!
+1838 [2020-01-28 14:14:27] The OP received lambda too!
+1838 [2020-01-28 14:15:16] There has been a new submission: 'BILLIE EILISH 'EVERYTHING I WANTED' COVER', with flair 'Video Critique'
+1838 [2020-01-28 14:15:47] There has been a new submission: 'A well edited funny moments with friends on CS:GO. Had a great time making this one. Would appreciate some feedback! Thanks.', with flair 'Gaming'
+1838 [2020-01-28 14:16:13] There has been a new submission: 'Should I do "animation"', with flair 'Discussion'
+1838 [2020-01-28 14:28:19] There has been a new submission: '1981 | A BILL ODYSSEY', with flair 'Video Critique'
+1838 [2020-01-28 14:29:42] There has been a new submission: 'Holy Cow! 230 Subs on my channel ! Thank u all', with flair 'Discussion'
+1838 [2020-01-28 14:30:19] '/u/JudgeCreed' has given '/u/TheGamerGuy2' lambda!
+1838 [2020-01-28 14:30:19] The OP received lambda too!
+1838 [2020-01-28 15:01:49] '/u/JudgeCreed' has given '/u/SelendineMcHerb' lambda!
+1838 [2020-01-28 15:02:28] '/u/JudgeCreed' has given '/u/Ko-Decoy' lambda!
+1838 [2020-01-28 15:12:37] '/u/JudgeCreed' has given '/u/Scwongster321' lambda!
+1975 [2020-01-28 15:15:48]
+####################
+[2020-01-28 15:15:48] RESTARTED
+####################
+
+1975 [2020-01-28 15:27:42] '/u/JudgeCreed' has given '/u/masteroduo' lambda!
+1975 [2020-01-28 16:17:57] There has been a new submission: 'CREATE AND ATTRACT PEOPLE TO YOUR YOUTUBE VIDEOS :)', with flair 'Vlog'
+1975 [2020-01-28 16:18:14] {ERROR} received 500 HTTP response
+1975 [2020-01-28 16:21:52] There has been a new submission: 'I want to find a group of people that can play r6s on pc I’m also down to play other games such as csgo or gmod or some other random games read below v', with flair 'None'
+1975 [2020-01-28 16:22:02] {ERROR} received 500 HTTP response
+1975 [2020-01-28 16:25:57] {ERROR} received 500 HTTP response
+1975 [2020-01-28 16:57:43] '/u/JudgeCreed' has given '/u/turtlezgomoo' lambda!
+1975 [2020-01-28 16:59:06] '/u/JudgeCreed' has given '/u/Bluehat1416' lambda!
+1975 [2020-01-28 17:01:27] '/u/JudgeCreed' has given '/u/RTL_Faith' lambda!
+1975 [2020-01-28 17:02:51] '/u/KingOberon13' has given '/u/hemant_rangdal' lambda!
+1975 [2020-01-28 17:02:51] The OP received lambda too!
+1975 [2020-01-28 17:03:04] '/u/JudgeCreed' has given '/u/Fireplace74' lambda!
+1975 [2020-01-28 17:05:21] '/u/JudgeCreed' has given '/u/hemant_rangdal' lambda!
+1975 [2020-01-28 17:06:24] {ERROR} received 503 HTTP response
+2113 [2020-01-28 17:15:48]
+####################
+[2020-01-28 17:15:48] RESTARTED
+####################
+
+2113 [2020-01-28 17:16:23] '/u/JudgeCreed' has given '/u/ionMichael' lambda!
+2113 [2020-01-28 17:16:32] '/u/JudgeCreed' has given '/u/HotshotRaptor' lambda!
+2113 [2020-01-28 17:17:02] There has been a new submission: 'Is it just me or is it so much more of an accomplishment to get 100 subscribers on Youtube than any other platform?', with flair 'Discussion'
+2113 [2020-01-28 17:17:31] {ERROR} received 503 HTTP response
+2113 [2020-01-28 17:17:32] There has been a new submission: 'My new Video say PLZ hat i Canon do better.', with flair 'Video Critique'
+2113 [2020-01-28 17:17:38] /u/Nightdude_yt had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:17:44] There has been a new submission: 'New review for Star Trek: Picard is up. Let me know what you think.', with flair 'Video Critique'
+2113 [2020-01-28 17:17:46] /u/KingOberon13 had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:17:50] There has been a new submission: 'Just hit 9 subs almost at 10 so excited. Thanks to all supporters🙏🤪', with flair 'None'
+2113 [2020-01-28 17:17:51] /u/Jack-34 had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:17:55] There has been a new submission: 'Just some hopeful good content', with flair 'None'
+2113 [2020-01-28 17:17:57] /u/toptiermuscle had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:18:03] There has been a new submission: 'Blender 3D Fire - Blender 2.8 Fire Animation - Blender File Eevee', with flair 'Channel Review'
+2113 [2020-01-28 17:18:05] /u/chandaR_Babu had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:19:58] '/u/JudgeCreed' has given '/u/Magnifikunt' lambda!
+2113 [2020-01-28 17:20:27] There has been a new submission: 'Just hit 9 subs almost at 10. 😆🙏🙏 thanks for all the support.', with flair 'Discussion'
+2113 [2020-01-28 17:21:10] There has been a new submission: 'Heavily edited 40s meme video on League of Legends (Hitfilm Express, ~20-30 hours)', with flair 'Gaming'
+2113 [2020-01-28 17:21:12] /u/LikeRealityDislike had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:25:35] There has been a new submission: 'Axor Xbhp limited edition helmet unboxing', with flair 'Collab'
+2113 [2020-01-28 17:25:37] /u/hemant_rangdal had their submission removed for using the wrong flair.
+2113 [2020-01-28 17:29:16] There has been a new submission: 'Traill's pass expedition part 2', with flair 'Vlog'
+2113 [2020-01-28 17:29:17] /u/TilokSaha had their submission removed for insufficient lambda.
+2113 [2020-01-28 17:33:46] '/u/Inferus12' has given '/u/UrBoiFam' lambda!
+2113 [2020-01-28 17:33:46] The OP received lambda too!
+2113 [2020-01-28 17:40:40] There has been a new submission: 'Stupid People (give your feedback ill give you lambda) [Gaming]', with flair 'Gaming'
+2113 [2020-01-28 17:43:12] {ERROR} received 503 HTTP response
+2113 [2020-01-28 17:50:02] {ERROR} received 503 HTTP response
+2253 [2020-01-28 19:16:05]
+####################
+[2020-01-28 19:16:05] RESTARTED
+####################
+
+2253 [2020-01-28 19:19:42] '/u/JudgeCreed' has given '/u/KingOberon13' lambda!
+2253 [2020-01-28 19:20:05] '/u/DrDagless' has given '/u/Scwongster321' lambda!
+2253 [2020-01-28 19:20:05] The OP received lambda too!
+2253 [2020-01-28 19:20:19] '/u/RockLover37' has given '/u/olisterw' lambda!
+2253 [2020-01-28 19:20:19] The OP received lambda too!
+2253 [2020-01-28 19:20:56] '/u/Sipover' has given '/u/Adventuroussoul18' lambda!
+2253 [2020-01-28 19:20:57] The OP received lambda too!
+2253 [2020-01-28 19:22:21] '/u/JudgeCreed' has given '/u/crystalsushii' lambda!
+2253 [2020-01-28 19:22:37] '/u/JudgeCreed' has given '/u/iamtinos' lambda!
+2253 [2020-01-28 19:23:14] '/u/anaana994' has given '/u/turtlezgomoo' lambda!
+2253 [2020-01-28 19:23:15] The OP received lambda too!
+2253 [2020-01-28 19:23:35] '/u/anaana994' has given '/u/Jagart01' lambda!
+2253 [2020-01-28 19:23:55] '/u/anaana994' has given '/u/jackofalltrades4ever' lambda!
+2253 [2020-01-28 19:24:09] '/u/anaana994' has given '/u/toptiermuscle' lambda!
+2253 [2020-01-28 19:24:23] '/u/anaana994' has given '/u/Bluehat1416' lambda!
+2253 [2020-01-28 19:26:01] There has been a new submission: 'Hey everyone, I noticed my viewer retention numbers are very low. About only 50 seconds out of the 5 minutes. I was wondering if I could got some feedback from the community and see how I can improve to make my videos more captivating. All help is appreciated :)', with flair 'Video Critique'
+2253 [2020-01-28 19:26:03] /u/jrfro had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:26:10] There has been a new submission: 'Tear IT Apart! I want to know what I did wrong, Because there certainly is a lot. Even the smallest of details are something I want to hear so please feel free to let me know! (Probably the most time I've spent on just 1 min)', with flair 'Discussion'
+2253 [2020-01-28 19:26:11] /u/RockLover37 had their submission removed for using the wrong flair.
+2253 [2020-01-28 19:26:20] There has been a new submission: 'Should I do this???', with flair 'Discussion'
+2253 [2020-01-28 19:26:30] There has been a new submission: 'Hey, Give me honest feedback of this masterpiece i made d:^) Also if u have some suggestions about editing feel free to comment!', with flair 'Gaming'
+2253 [2020-01-28 19:26:31] /u/VoihanPro had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:26:40] There has been a new submission: 'Just started my asmr channel like 3 weeks ago and this is how much I've grown from this subreddit.', with flair 'Discussion'
+2253 [2020-01-28 19:26:42] /u/somberadam665 had their submission removed for using the wrong flair.
+2253 [2020-01-28 19:26:51] There has been a new submission: 'Kobe Bryant & The Rushed Journalism Epidemic', with flair 'Video Critique'
+2253 [2020-01-28 19:27:01] There has been a new submission: 'sub', with flair 'Channel Review'
+2253 [2020-01-28 19:27:02] /u/AllthingAsaiah had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:27:11] There has been a new submission: 'Soap Cutting And Soap Crushing Satisfying Video', with flair 'Video Critique'
+2253 [2020-01-28 19:27:12] /u/AllthingAsaiah had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:27:20] There has been a new submission: 'People have been telling me my videos are too long!', with flair 'Video Critique'
+2253 [2020-01-28 19:27:21] /u/EngineeringJuice had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:27:31] There has been a new submission: 'Started my new channel on February 2nd 2019.', with flair 'Discussion'
+2253 [2020-01-28 19:27:40] There has been a new submission: 'I created a dark-moody Lightroom preset. But soon I have to invest into a better mic 👍🏼', with flair 'Video Critique'
+2253 [2020-01-28 19:29:43] There has been a new submission: 'Road Rage USA/ Car Crash Compilation of 2020! (MUST SEE!)', with flair 'Vlog'
+2253 [2020-01-28 19:29:44] /u/BreconOfficialYT had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:29:55] There has been a new submission: 'New Channel! The Nerd Realm! Any Feedback?', with flair 'Channel Review'
+2253 [2020-01-28 19:29:55] /u/KyleTheWanderer had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:32:09] There has been a new submission: 'Tear IT Apart! I want to know what I did wrong, Because there certainly is a lot. Even the smallest of details are something I want to hear so please feel free to let me know! (Probably the most time I've spent on just 1 min)', with flair 'Video Critique'
+2253 [2020-01-28 19:33:13] There has been a new submission: 'Thanks for all your support thus far!', with flair 'Discussion'
+2253 [2020-01-28 19:39:28] There has been a new submission: 'About what age do you stop judging someone for having a YouTube channel?', with flair 'Discussion'
+2253 [2020-01-28 19:41:05] There has been a new submission: 'Since 1 Jan 2020, I've never averaged less than 2 views per hour for a 24 hour period!', with flair 'Discussion'
+2253 [2020-01-28 19:42:28] There has been a new submission: 'Can 1 PLAY LAST an ENTIRE QUARTER in MADDEN 20', with flair 'Gaming'
+2253 [2020-01-28 19:42:31] /u/ozoghoul had their submission removed for insufficient lambda.
+2253 [2020-01-28 19:49:51] {ERROR} received 503 HTTP response
+2253 [2020-01-28 20:02:20] {ERROR} received 503 HTTP response
+2446 [2020-01-28 21:16:05]
+####################
+[2020-01-28 21:16:05] RESTARTED
+####################
+
+2446 [2020-01-28 21:20:15] '/u/JudgeCreed' has given '/u/honeyroastedparsnip' lambda!
+2446 [2020-01-28 21:20:45] '/u/american_noodle' has given '/u/Ironick96' lambda!
+2446 [2020-01-28 21:20:47] The OP received lambda too!
+2446 [2020-01-28 21:21:18] '/u/ThatRob-0' has given '/u/isiahdyson500' lambda!
+2446 [2020-01-28 21:22:05] '/u/american_noodle' has given '/u/Fever0' lambda!
+2446 [2020-01-28 21:23:34] '/u/jenlie89' has given '/u/avamansouri' lambda!
+2446 [2020-01-28 21:23:35] The OP received lambda too!
+2446 [2020-01-28 21:28:01] There has been a new submission: 'Websites that will cure your BOREDOM!! Hi there guys. Hope everyone is working hard towards their youtube goals! Just wanted to pop by and show you my recent vid. Would appreciate a like and a comment on the vid! Thanks!', with flair 'Video Critique'
+2446 [2020-01-28 21:28:08] There has been a new submission: 'A friend of mine made this for his english class in high school and I just thought it was to beautiful to not share...', with flair 'Art'
+2446 [2020-01-28 21:28:09] /u/SaintWezelsauce had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:28:17] There has been a new submission: 'Posted this on my channel a couple days ago. I know it’s long, but it is hard to cut a conversation in half without it being awkward. Criticism welcome!', with flair 'Gaming'
+2446 [2020-01-28 21:28:29] There has been a new submission: '[Discussion] Wanting questions from new Youtubers', with flair 'Discussion'
+2446 [2020-01-28 21:28:39] There has been a new submission: 'We hit 49subs ! Woohoo. Thank you all for the advice', with flair 'Discussion'
+2446 [2020-01-28 21:28:50] There has been a new submission: 'The anchor that dropped the N bomb', with flair 'Video Critique'
+2446 [2020-01-28 21:29:02] There has been a new submission: 'Criticize my channel - Youtuber from Hawaii', with flair 'Channel Review'
+2446 [2020-01-28 21:29:04] /u/recollectionshawaii had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:29:14] There has been a new submission: 'Thanks so much', with flair 'None'
+2446 [2020-01-28 21:29:14] /u/yeetooper had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:29:25] There has been a new submission: 'I spent all night trying to edit this thing and tried to do a different editing style than usual. I would love opinions and advice on what I could improve upon. Thanks.', with flair 'Gaming'
+2446 [2020-01-28 21:29:26] /u/JolttixYT had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:29:36] There has been a new submission: 'More spicy rocket league gameplay', with flair 'Gaming'
+2446 [2020-01-28 21:29:37] /u/ayopopsy had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:29:47] There has been a new submission: 'Try Not To Laugh Watching Funny Comedy Video | Weekly Skits Compilation ...', with flair 'Vlog'
+2446 [2020-01-28 21:29:47] /u/THEINSIDER20 had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:29:57] There has been a new submission: '1 Year of YT Experience! My Stats, What I learned, My plans and yours!? Let's help each other learn!', with flair 'Discussion'
+2446 [2020-01-28 21:30:06] There has been a new submission: 'great plan 10/10 well done (Giving LAMBDA)', with flair 'Gaming'
+2446 [2020-01-28 21:30:15] There has been a new submission: '43 subs! Yayyyyy thanks for the support <3', with flair 'Discussion'
+2446 [2020-01-28 21:30:28] There has been a new submission: 'Rocket League But I'm TOXIC...', with flair 'Gaming'
+2446 [2020-01-28 21:30:30] /u/ZeaRkk had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:30:44] There has been a new submission: 'Were Back and need your help!', with flair 'Video Critique'
+2446 [2020-01-28 21:30:45] /u/waynerigley had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:30:59] There has been a new submission: 'Here's a cover of a Proclaimers song I did, enjoy! :P', with flair 'Art'
+2446 [2020-01-28 21:31:00] /u/Scrublord00 had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:31:11] There has been a new submission: 'Women interrupts World cup Skiing Competition in Schladming, Holding sign R.I.P Kobe Bryant', with flair 'Channel Review'
+2446 [2020-01-28 21:31:13] /u/Worldofsports had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:31:23] There has been a new submission: 'Within you (Live Cover from the movie Labyrinth) originally by David Bowie. I'm a big Jim Henson Fan. Just live, a girl + keyboard and all free instruments from Spitfire Audio LABS', with flair 'Video Critique'
+2446 [2020-01-28 21:31:35] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Jan 28 2020)', with flair 'None'
+2446 [2020-01-28 21:32:30] '/u/Scwongster321' has given '/u/avamansouri' lambda!
+2446 [2020-01-28 21:32:31] The OP received lambda too!
+2446 [2020-01-28 21:32:59] '/u/TheGamerGuy2' has given '/u/whaleboy587' lambda!
+2446 [2020-01-28 21:33:00] The OP received lambda too!
+2446 [2020-01-28 21:33:51] '/u/TheGamerGuy2' has given '/u/KingOberon13' lambda!
+2446 [2020-01-28 21:34:13] There has been a new submission: 'Please do not watch this video to the end or leave playing - PUBG Mobile Shazibro', with flair 'Gaming'
+2446 [2020-01-28 21:34:14] /u/getmorecustomer had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:34:26] '/u/TheGamerGuy2' has given '/u/olisterw' lambda!
+2446 [2020-01-28 21:34:41] '/u/TheGamerGuy2' has given '/u/EricGlassVideos' lambda!
+2446 [2020-01-28 21:36:01] There has been a new submission: 'Thanks so much🙏🏻🙏🏻', with flair 'Discussion'
+2446 [2020-01-28 21:36:13] '/u/TheGamerGuy2' has given '/u/MafiasFinestTV' lambda!
+2446 [2020-01-28 21:36:35] There has been a new submission: 'Playing Phoenix Wright and voice acting', with flair 'None'
+2446 [2020-01-28 21:36:36] /u/Luxpatronus had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:38:21] There has been a new submission: 'What camera are you using right now', with flair 'Discussion'
+2446 [2020-01-28 21:57:31] There has been a new submission: 'Would love to know what you all think of one of my best videos! (probably the best)', with flair 'Channel Review'
+2446 [2020-01-28 21:57:32] /u/DrCube__ had their submission removed for insufficient lambda.
+2446 [2020-01-28 21:58:38] There has been a new submission: 'What draws your attention?', with flair 'Discussion'
+2446 [2020-01-28 22:14:10] There has been a new submission: 'New video where I review Star Trek: Picard. Check it out and let me know what you think and what I can improve.', with flair 'Video Critique'
+2446 [2020-01-28 22:19:34] There has been a new submission: 'I am a new youtuber with only 5 subs and I want to advertise my channel somehow and I just want help with it any and all support will be greatly appreciated!', with flair 'None'
+2446 [2020-01-28 22:19:35] /u/Dragonmaster577 had their submission removed for insufficient lambda.
+2446 [2020-01-28 22:28:39] There has been a new submission: 'Getting into ASMR, Looking for any critique', with flair 'None'
+2446 [2020-01-28 22:28:40] /u/IPLAYSUPPORTHERO had their submission removed for insufficient lambda.
+2446 [2020-01-28 22:36:52] There has been a new submission: '10,000 calories challenge! Major fail ( bubble guts)', with flair 'Vlog'
+2446 [2020-01-28 22:40:48] '/u/JudgeCreed' has given '/u/whaleboy587' lambda!
+2446 [2020-01-28 22:42:00] There has been a new submission: 'Better to start channel with multiple videos?', with flair 'Discussion'
+2446 [2020-01-28 22:48:46] There has been a new submission: 'Exploring a cave in Bosnia', with flair 'Vlog'
+2446 [2020-01-28 22:48:47] /u/All-Chan had their submission removed for insufficient lambda.
+2446 [2020-01-28 23:05:13] There has been a new submission: 'Unboxing my MacBook Pro! Would love any honest advice and feedback on my channel. I'm currently struggling with getting the right lighting for my G7x if anyone has tips!', with flair 'Channel Review'
+2446 [2020-01-28 23:10:57] There has been a new submission: 'R u gae?', with flair 'Art'
+2446 [2020-01-28 23:10:59] /u/Ion_D-worth had their submission removed for insufficient lambda.
+2446 [2020-01-28 23:11:12] There has been a new submission: '[The robot, the frat bro, and the Youtuber | Borderlands 3] Come check out my latest video! And maybe some of my other stuff if youre interested? My second SOMA episode should come out later this week!', with flair 'Video Critique'
+2446 [2020-01-28 23:14:14] '/u/RockLover37' has given '/u/avamansouri' lambda!
+2446 [2020-01-28 23:14:14] The OP received lambda too!
+2446 [2020-01-28 23:15:22] '/u/RockLover37' has given '/u/NarivaTV' lambda!
+2584 [2020-01-28 23:15:48]
+####################
+[2020-01-28 23:15:48] RESTARTED
+####################
+
+1431 [2020-01-28 23:16:17] Updated statistics
+2584 [2020-01-28 23:19:03] '/u/ML_bros' has given '/u/NarivaTV' lambda!
+2584 [2020-01-28 23:19:03] The OP received lambda too!
+2584 [2020-01-28 23:20:59] There has been a new submission: 'Laser Shooting Game (Star Wars : The Rise of Skywalker) From Cardboard', with flair 'Art'
+2584 [2020-01-28 23:21:01] /u/San_Ismail had their submission removed for insufficient lambda.
+2584 [2020-01-28 23:30:58] There has been a new submission: 'The Story Of Halo: A Video Thats Half Story, Half Gaming, All sh**post. Tell me what you think!', with flair 'Video Critique'
+2584 [2020-01-28 23:39:07] '/u/JudgeCreed' has given '/u/RockLover37' lambda!
+2584 [2020-01-28 23:46:30] There has been a new submission: 'YouTube reddit text video', with flair 'Discussion'
+2584 [2020-01-28 23:46:31] /u/jackofalltrades4ever had their submission removed for using the wrong flair.
+2584 [2020-01-28 23:52:57] '/u/Sipover' has given '/u/_kookie01' lambda!
+2584 [2020-01-28 23:54:13] There has been a new submission: 'It took me a while to learn, but always post quality of quantity', with flair 'Discussion'
+2584 [2020-01-28 23:57:22] There has been a new submission: 'I will make you a CGI intro graphic for help with YouTube ranking', with flair 'Video Critique'
+2584 [2020-01-29 00:00:27] '/u/avamansouri' has given '/u/DoubleFlashPlays' lambda!
+2584 [2020-01-29 00:00:27] The OP received lambda too!
+2584 [2020-01-29 00:01:11] There has been a new submission: 'I tried a diffrent type of content other than my usual gaming videos i want some criticism on the type of video and wether i should continue with adding this type of content or let it go.', with flair 'Video Critique'
+2584 [2020-01-29 00:04:52] '/u/_kookie01' has given '/u/SatanicSquirtle' lambda!
+2584 [2020-01-29 00:04:52] The OP received lambda too!
+2584 [2020-01-29 00:08:08] There has been a new submission: 'Experience a Plane CRASH in terrifying new ride! And More! Weird World News #48', with flair 'Channel Review'
+2584 [2020-01-29 00:10:18] There has been a new submission: 'Photoshopping', with flair 'None'
+2584 [2020-01-29 00:10:21] /u/VeryPunnyLOL had their submission removed for insufficient lambda.
+2584 [2020-01-29 00:11:23] There has been a new submission: 'Mad Father | Part7 - When you find that they have been cloning this whole time', with flair 'Gaming'
+2584 [2020-01-29 00:11:25] /u/azurestrikergamer had their submission removed for insufficient lambda.
+2584 [2020-01-29 00:20:57] There has been a new submission: 'Russian Guardians of the Galaxy: Brother and I watch', with flair 'None'
+2584 [2020-01-29 00:25:29] There has been a new submission: 'We Destroy 2 TV’s for this Sketch!|Topographical Gang|Get your lambda!', with flair 'Video Critique'
+2584 [2020-01-29 00:31:22] '/u/c_lee64' has given '/u/CliffordTV' lambda!
+2584 [2020-01-29 00:31:22] The OP received lambda too!
+2584 [2020-01-29 00:34:57] '/u/c_lee64' has given '/u/JoeBrozek' lambda!
+2584 [2020-01-29 00:39:43] '/u/ulfberht13' has given '/u/zonfar2' lambda!
+2584 [2020-01-29 00:39:43] The OP received lambda too!
+2584 [2020-01-29 00:40:35] There has been a new submission: 'Just uploaded my first youtube video, feedback appreciated! Thanks', with flair 'Video Critique'
+2584 [2020-01-29 00:40:37] /u/MayhemLikeMe7 had their submission removed for insufficient lambda.
+2584 [2020-01-29 00:44:09] '/u/c_lee64' has given '/u/jaless1997' lambda!
+2584 [2020-01-29 00:49:23] '/u/KingOberon13' has given '/u/cburtltop' lambda!
+2584 [2020-01-29 00:49:23] The OP received lambda too!
+2584 [2020-01-29 00:57:22] There has been a new submission: 'What are Unique Viewers', with flair 'Discussion'
+2584 [2020-01-29 01:01:54] '/u/avamansouri' has given '/u/jaless1997' lambda!
+2584 [2020-01-29 01:03:47] There has been a new submission: 'Almost at 20 subscribers within 3 weeks. Newest video today already has 25 views!', with flair 'None'
+2584 [2020-01-29 01:03:49] /u/SkavM3 had their submission removed for insufficient lambda.
+2584 [2020-01-29 01:04:34] There has been a new submission: 'The betrayal is real!!! 0.0)/', with flair 'None'
+2584 [2020-01-29 01:04:36] /u/Codexmas001 had their submission removed for insufficient lambda.
+2584 [2020-01-29 01:05:06] '/u/JudgeCreed' has given '/u/recollectionshawaii' lambda!
+2584 [2020-01-29 01:05:51] '/u/JudgeCreed' has given '/u/jaless1997' lambda!
+2584 [2020-01-29 01:11:58] There has been a new submission: 'A Day in the Life of a Software Engineer Intern at Instagram...hit 1k views in the first couple days. appreciate any feedback or comments. Thanks!', with flair 'Video Critique'
+2584 [2020-01-29 01:14:08] '/u/yeetooper' has given '/u/IPLAYSUPPORTHERO' lambda!
+2584 [2020-01-29 01:14:08] The OP received lambda too!
+3095 [2020-01-29 01:15:48]
+####################
+[2020-01-29 01:15:48] RESTARTED
+####################
+
+3095 [2020-01-29 01:31:56] '/u/EricGlassVideos' has given '/u/CliffordTV' lambda!
+3095 [2020-01-29 01:31:56] The OP received lambda too!
+3095 [2020-01-29 01:34:37] There has been a new submission: 'Ad Revenue from View4View', with flair 'Discussion'
+3095 [2020-01-29 01:34:53] '/u/jaless1997' has given '/u/pawndaunt' lambda!
+3095 [2020-01-29 01:34:53] The OP received lambda too!
+3095 [2020-01-29 01:35:04] '/u/GeoSlider' has given '/u/JoeBrozek' lambda!
+3095 [2020-01-29 01:35:04] The OP received lambda too!
+3095 [2020-01-29 01:39:39] There has been a new submission: 'Alright I’ve reviewed some of yours so now it’s your turn to review mine! This video is the culmination of feedback I have received on previous posts. Enjoy!', with flair 'Video Critique'
+3095 [2020-01-29 01:40:43] There has been a new submission: 'SO CLICHE overused news phrases (consider subscribing if you like it!)', with flair 'Video Critique'
+3095 [2020-01-29 01:40:46] /u/RantsWithRogers had their submission removed for insufficient lambda.
+3095 [2020-01-29 01:46:13] '/u/JudgeCreed' has given '/u/ReverseNationYT' lambda!
+3095 [2020-01-29 01:56:07] There has been a new submission: 'CARTOON REVIEW: Infinity Train - Book Two', with flair 'Vlog'
+3095 [2020-01-29 01:56:08] /u/PoisonBee had their submission removed for insufficient lambda.
+3095 [2020-01-29 02:04:15] There has been a new submission: 'Capcom should make a randomizer mode for resident evil (First long form video I made, please be gentle and avoid prolong eye contact)', with flair 'Gaming'
+3095 [2020-01-29 02:04:50] There has been a new submission: 'HEY GUYS! I’m a 9 year old gaming youtuber starting out. I film edit and title all my videos on my own. Gained 35 subscriber in about 4 months of uploading everyday. Every sub will go a long way to help my dream of being a successful youtuber!', with flair 'None'
+3095 [2020-01-29 02:04:51] /u/catmanu had their submission removed for insufficient lambda.
+3095 [2020-01-29 02:12:09] '/u/thecounselor6' has given '/u/AlbeleoOfficial' lambda!
+3095 [2020-01-29 02:21:24] There has been a new submission: 'A Story Time Animation about the time I ate ghost pepper in class *I vomited*', with flair 'Video Critique'
+3095 [2020-01-29 02:21:26] /u/aDudePerson had their submission removed for insufficient lambda.
+3095 [2020-01-29 02:32:32] '/u/jaless1997' has given '/u/hemant_rangdal' lambda!
+3095 [2020-01-29 02:39:25] '/u/avamansouri' has given '/u/KingOberon13' lambda!
+3095 [2020-01-29 02:40:28] There has been a new submission: 'I’m 14. I upload every day. I make skits and funny videos', with flair 'None'
+3095 [2020-01-29 02:40:31] /u/BeckerBoyYT had their submission removed for insufficient lambda.
+3095 [2020-01-29 02:46:57] There has been a new submission: 'Just Hit 19 subs Thanks For All The Support', with flair 'Discussion'
+3095 [2020-01-29 02:49:22] There has been a new submission: 'About to break 50 subs! I’m really glad I decided to post more often on my channel because it’s really paying off', with flair 'Discussion'
+3095 [2020-01-29 02:55:12] '/u/CliffordTV' has given '/u/One-Dos-San-Chaar' lambda!
+3095 [2020-01-29 02:55:12] The OP received lambda too!
+3095 [2020-01-29 03:01:07] There has been a new submission: 'I am a starting youtuber who loves making videos!!! Go watch my Youtube Channel if you want!!!', with flair 'None'
+3095 [2020-01-29 03:01:09] /u/flyguy825 had their submission removed for insufficient lambda.
+3095 [2020-01-29 03:07:52] There has been a new submission: 'I’m almost at 50 subs!', with flair 'Discussion'
+3230 [2020-01-29 03:15:48]
+####################
+[2020-01-29 03:15:48] RESTARTED
+####################
+
+3230 [2020-01-29 03:16:58] There has been a new submission: 'Star Trek: Picard review! Check it out and let me know what you think. Already working on the background for the future.', with flair 'Video Critique'
+3230 [2020-01-29 03:30:32] There has been a new submission: 'New vid :) 189/200 sub goal! Please upvote and subscribe to help me reach my goal ❤️', with flair 'Gaming'
+3230 [2020-01-29 03:30:35] /u/Urzbn1 had their submission removed for insufficient lambda.
+3230 [2020-01-29 04:01:19] There has been a new submission: 'very epic', with flair 'Gaming'
+3230 [2020-01-29 04:01:21] /u/Quantumcast had their submission removed for insufficient lambda.
+3230 [2020-01-29 04:11:57] There has been a new submission: 'Where/how to get movie footage for reviews', with flair 'Discussion'
+3230 [2020-01-29 04:21:54] There has been a new submission: 'Thos is Chinese new year of the rat in London. It's my birthday 20/02/2020 as it is a special date I want 500 subs by then! Thanks guys', with flair 'Vlog'
+3230 [2020-01-29 04:24:48] '/u/Bertoe' has given '/u/CliffordTV' lambda!
+3230 [2020-01-29 04:24:48] The OP received lambda too!
+3230 [2020-01-29 04:28:30] There has been a new submission: 'Python NumPy Crash Course - Mask, Create, Split, Stack, and Linear Algebra (np.linalg)', with flair 'Thumbnail Review'
+3230 [2020-01-29 04:28:31] /u/rylanpfowers had their submission removed for insufficient lambda.
+3230 [2020-01-29 04:29:28] '/u/CliffordTV' has given '/u/RavenJimmy' lambda!
+3230 [2020-01-29 04:31:12] There has been a new submission: 'Where do people get NBA footage for their videos?', with flair 'Discussion'
+3230 [2020-01-29 04:41:59] There has been a new submission: 'YouTube', with flair 'Vlog'
+3230 [2020-01-29 04:42:02] /u/JustineHabour had their submission removed for insufficient lambda.
+3230 [2020-01-29 04:45:41] There has been a new submission: 'THIS Helped Me Grow..', with flair 'Discussion'
+3230 [2020-01-29 04:53:51] There has been a new submission: 'Headphone and mic audio', with flair 'Discussion'
+3230 [2020-01-29 05:07:38] '/u/One-Dos-San-Chaar' has given '/u/Nhattylite' lambda!
+3230 [2020-01-29 05:07:38] The OP received lambda too!
+3230 [2020-01-29 05:13:43] There has been a new submission: 'Samsung Galaxy A11 with Triple Camera, Price, Official Look, Release Date, Features, Specs, Trailer', with flair 'Channel Review'
+3230 [2020-01-29 05:13:45] /u/Vids_4u had their submission removed for insufficient lambda.
+3230 [2020-01-29 05:15:02] '/u/jenlie89' has given '/u/MafiasFinestTV' lambda!
+3435 [2020-01-29 05:15:49]
+####################
+[2020-01-29 05:15:49] RESTARTED
+####################
+
+3435 [2020-01-29 05:25:41] There has been a new submission: 'Does anyone have any questions i can ask in a street interview?', with flair 'Meta'
+3435 [2020-01-29 05:45:30] There has been a new submission: '4K Port Bakü Bulvarı - Art Club Restaurant - Old Town Baku Azerbaycan 2020 DJI Osmo Action', with flair 'Video Critique'
+3435 [2020-01-29 05:45:32] /u/ebartan had their submission removed for insufficient lambda.
+3435 [2020-01-29 07:03:53] There has been a new submission: 'My 7th Trip to the thrift video!!! ANY Feedback/Constructive Criticism would be VERY much APPRECIATED! (Get that Lambda) Please let me know what you guys think!! Thank you in advance! 🙏🏼', with flair 'Vlog'
+3435 [2020-01-29 07:06:50] '/u/jaless1997' has given '/u/SkavM3' lambda!
+10647 [2020-01-29 07:15:49]
+####################
+[2020-01-29 07:15:49] RESTARTED
+####################
+
+10647 [2020-01-29 07:22:26] '/u/CliffordTV' has given '/u/Tmoney600' lambda!
+10647 [2020-01-29 07:29:02] '/u/jaless1997' has given '/u/recollectionshawaii' lambda!
+10647 [2020-01-29 08:07:50] There has been a new submission: 'EXTREME DIET CHALLENGE | From 115kg to 85kg by eating 1,500 calories a day', with flair 'Vlog'
+10647 [2020-01-29 08:07:52] /u/johnvisto had their submission removed for insufficient lambda.
+10647 [2020-01-29 08:20:02] There has been a new submission: 'Kinda need some feedback from you guys for my first Youtube gaming video', with flair 'Gaming'
+10647 [2020-01-29 08:20:04] /u/Dharen29YT had their submission removed for insufficient lambda.
+10647 [2020-01-29 08:30:36] There has been a new submission: 'Who loves fishing, this video all about village net fishing Video.', with flair 'Video Critique'
+10647 [2020-01-29 08:30:39] /u/JackMorin had their submission removed for insufficient lambda.
+10647 [2020-01-29 08:35:17] There has been a new submission: 'HONDA HORNET SERVICING | AXOR HELMET UNBOXING | MAHAAUTO WHEELS', with flair 'Vlog'
+10647 [2020-01-29 08:53:56] There has been a new submission: 'This was the first proper video I ever made which served as a paving stone for how I developed my other discussion videos by seeing all the critiques here. Now ReMind out for Kingdom Hearts 3, the game as a whole feels a little more complete. But my opinion did not change about the base game.', with flair 'Gaming'
+10647 [2020-01-29 08:55:13] There has been a new submission: 'Kinda need some feedback from you guys for my new gaming video', with flair 'Gaming'
+10647 [2020-01-29 08:55:15] /u/Dharen29YT had their submission removed for insufficient lambda.
+10782 [2020-01-29 09:15:49]
+####################
+[2020-01-29 09:15:49] RESTARTED
+####################
+
+10782 [2020-01-29 09:23:16] There has been a new submission: 'we have always seen sad poetry, motivational poetry, love poetry but this is my attempt of funny poetry (Hindi). Need constructive criticism please', with flair 'Art'
+10782 [2020-01-29 09:23:18] /u/kartik-9 had their submission removed for insufficient lambda.
+10782 [2020-01-29 09:39:10] There has been a new submission: 'New channel ideas help', with flair 'Discussion'
+10782 [2020-01-29 09:45:11] There has been a new submission: 'Hope I can get some feedback for my video', with flair 'Gaming'
+10782 [2020-01-29 09:45:12] /u/Dharen29YT had their submission removed for insufficient lambda.
+10782 [2020-01-29 10:59:00] '/u/DadaskiDiaries' has given '/u/YBGMightymelon' lambda!
+10782 [2020-01-29 10:59:00] The OP received lambda too!
+10918 [2020-01-29 11:15:49]
+####################
+[2020-01-29 11:15:49] RESTARTED
+####################
+
+10918 [2020-01-29 11:35:16] There has been a new submission: 'I Finally Rage Quit a Game! Castlevania 3 part 4', with flair 'Gaming'
+10918 [2020-01-29 11:47:37] '/u/iamtinos' has given '/u/Armack_is_wack' lambda!
+10918 [2020-01-29 11:47:37] The OP received lambda too!
+10918 [2020-01-29 11:59:41] There has been a new submission: 'First YT video ever! Any constructive criticism is welcome! I’m new to this and it’s something I’ve been trying to get started for awhile now, lmk what you guys think! Thanks🙏🏼', with flair 'Vlog'
+10918 [2020-01-29 11:59:42] /u/IDThomas had their submission removed for insufficient lambda.
+10918 [2020-01-29 12:09:10] '/u/priscillahernandez' has given '/u/cburtltop' lambda!
+10918 [2020-01-29 12:09:10] The OP received lambda too!
+10918 [2020-01-29 12:13:57] There has been a new submission: 'Beyond the Cave ep by Pluralithic - I'm looking for subscribers and fans, so check me out and let me know what you think. thanks . pce', with flair 'Discussion'
+10918 [2020-01-29 12:13:59] /u/pluralithic had their submission removed for using the wrong flair.
+10918 [2020-01-29 12:18:34] '/u/Tienewman' has given '/u/TucoSalomanca' lambda!
+10918 [2020-01-29 12:18:34] The OP received lambda too!
+10918 [2020-01-29 12:19:37] There has been a new submission: '2020 Infiniti Q50 Red Sport 400', with flair 'Channel Review'
+10918 [2020-01-29 12:19:38] /u/HawkeyeRides had their submission removed for insufficient lambda.
+10918 [2020-01-29 12:22:21] There has been a new submission: 'New video up on my Youtube channel. First video up on the channel in 2020 hope ye enjoy', with flair 'Vlog'
+10918 [2020-01-29 12:22:23] /u/Benmcc1995 had their submission removed for insufficient lambda.
+10918 [2020-01-29 12:22:33] '/u/coolnotcan' has given '/u/LordJJera' lambda!
+10918 [2020-01-29 12:22:34] The OP received lambda too!
+10918 [2020-01-29 12:32:36] There has been a new submission: 'check it out and show some love...give me your food for thought...presenting, Pluralithic - Beyond the Cave', with flair 'Channel Review'
+10918 [2020-01-29 12:32:38] /u/pluralithic had their submission removed for insufficient lambda.
+10918 [2020-01-29 12:46:05] There has been a new submission: 'New to Reddit, New to this subreddit', with flair 'Video Critique'
+10918 [2020-01-29 12:46:06] /u/Gitsn-Shiggles had their submission removed for insufficient lambda.
+10918 [2020-01-29 13:03:05] There has been a new submission: 'Hi guys still very new to YT hoping for some feedback', with flair 'None'
+10918 [2020-01-29 13:03:07] /u/dicky_jonesskycom had their submission removed for insufficient lambda.
+11075 [2020-01-29 13:15:49]
+####################
+[2020-01-29 13:15:49] RESTARTED
+####################
+
+11075 [2020-01-29 13:26:36] There has been a new submission: 'If I change my content drastically, should I start a new channel or just keep uploading on the same one?', with flair 'Discussion'
+11075 [2020-01-29 13:45:46] There has been a new submission: 'C.A.P Vs. The YEAR │ WRONG Answer = SLAP', with flair 'None'
+11075 [2020-01-29 13:45:48] /u/M1TM3J had their submission removed for insufficient lambda.
+11075 [2020-01-29 13:57:25] There has been a new submission: 'I am very excited to get some feedback on my new video. It’s a gameplay of PUBG Mobile. Each advice matters a lot to me. Please let me know so I can improve.', with flair 'None'
+11075 [2020-01-29 13:57:27] /u/funlovingperson had their submission removed for insufficient lambda.
+11075 [2020-01-29 14:06:21] There has been a new submission: 'Celebrity Tricky Questions: Sinong Celeb Vlogger Ang Kaka-Engage Lang? | HumanMeter', with flair 'None'
+11075 [2020-01-29 14:06:22] /u/IndividualGuide had their submission removed for insufficient lambda.
+11075 [2020-01-29 14:06:31] '/u/american_noodle' has given '/u/MafiasFinestTV' lambda!
+11075 [2020-01-29 14:06:31] The OP received lambda too!
+11075 [2020-01-29 14:20:17] There has been a new submission: 'Opinion on SUB4SUB?', with flair 'Discussion'
+11075 [2020-01-29 14:21:32] There has been a new submission: 'I have a small channel that has been dormant for some time...', with flair 'Discussion'
+11075 [2020-01-29 14:23:24] There has been a new submission: 'Cartoon - Granny at 35 - Emotional Video Story | AmoMama', with flair 'None'
+11075 [2020-01-29 14:23:26] /u/IndividualGuide had their submission removed for insufficient lambda.
+11075 [2020-01-29 14:26:02] There has been a new submission: 'Wolfenstein Funny Moments! | Tonygamerr again! Still working on improvements, and getting happier with the results every time. Every time I get feedback here my videos get better so keep it coming!', with flair 'Gaming'
+11075 [2020-01-29 14:35:52] There has been a new submission: 'Subscribe', with flair 'None'
+11075 [2020-01-29 14:35:54] /u/RellyHundo had their submission removed for insufficient lambda.
+11075 [2020-01-29 14:42:47] There has been a new submission: 'How to get the first views?', with flair 'Discussion'
+11075 [2020-01-29 14:46:11] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 20 - The Fall (Gears 5)', with flair 'Gaming'
+11075 [2020-01-29 14:46:13] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+11075 [2020-01-29 14:54:27] '/u/american_noodle' has given '/u/OqulYildiz' lambda!
+11075 [2020-01-29 14:55:03] '/u/TonyGamerr' has given '/u/airsupply110' lambda!
+11075 [2020-01-29 14:55:03] The OP received lambda too!
+11075 [2020-01-29 15:03:09] There has been a new submission: 'Not Related to my content but, here it is', with flair 'Channel Review'
+11075 [2020-01-29 15:03:11] /u/Aman_Moxxy had their submission removed for insufficient lambda.
+11075 [2020-01-29 15:05:36] There has been a new submission: 'Balisong overview / new studio set', with flair 'Art'
+11075 [2020-01-29 15:05:37] /u/GPUabuse had their submission removed for insufficient lambda.
+11075 [2020-01-29 15:11:33] There has been a new submission: 'I making new level pack for my logic puzzle game. Concept is - Rooms. My friend playing one of the levels for the first time. If anyone have ideas how to make videos for this game more interesting for public - let me know!', with flair 'Gaming'
+11075 [2020-01-29 15:11:35] /u/gamebalance had their submission removed for insufficient lambda.
+11075 [2020-01-29 15:12:24] There has been a new submission: 'Will you guys give me some advice on my edits?', with flair 'None'
+11075 [2020-01-29 15:12:27] /u/kayloube had their submission removed for insufficient lambda.
+12372 [2020-01-29 15:15:49]
+####################
+[2020-01-29 15:15:49] RESTARTED
+####################
+
+12372 [2020-01-29 15:19:14] There has been a new submission: 'Implemented all the feedback I got last time, basically making my "sarcastic powerpoint" style more interesting by making the background move and by greenscreening myself onto the "slides". Interested to hear your thoughts!', with flair 'Video Critique'
+12372 [2020-01-29 15:24:35] There has been a new submission: 'So I've been using the old jazz and soul type music for a couple of weeks now, and this time I decided to use Rick James. Please be honest and tell me if that type of music fits in with the gameplay edit. <3', with flair 'Video Critique'
+12372 [2020-01-29 15:29:46] There has been a new submission: '300 sub goal!?!', with flair 'Channel Review'
+12372 [2020-01-29 15:29:47] /u/Nicholas_Pickolaus had their submission removed for insufficient lambda.
+12372 [2020-01-29 15:32:57] There has been a new submission: 'Funny Cat Fight | 2020', with flair 'Video Critique'
+12372 [2020-01-29 15:32:59] /u/AllthingAsaiah had their submission removed for insufficient lambda.
+12372 [2020-01-29 15:37:20] There has been a new submission: '3 Crazy Mexican Adventures', with flair 'Channel Review'
+12372 [2020-01-29 15:37:40] There has been a new submission: 'CS:GO With A Small Chance Of Being Funny, please give me advice on how to improve the overall quality', with flair 'Gaming'
+12372 [2020-01-29 15:42:05] There has been a new submission: 'Me and my friends say the darnest things! Check it out! Need some people who’d like to collab:) lmk if you have the same type of humor:) thanks', with flair 'None'
+12372 [2020-01-29 15:42:07] /u/_buncie_ had their submission removed for insufficient lambda.
+12372 [2020-01-29 15:59:57] '/u/OqulYildiz' has given '/u/2v1football' lambda!
+12372 [2020-01-29 15:59:57] The OP received lambda too!
+12372 [2020-01-29 16:00:01] '/u/american_noodle' has given '/u/qzeqYT' lambda!
+12372 [2020-01-29 16:00:14] There has been a new submission: 'Not related to my other content, but here it is ( i replayed Fire Red for nostalgia's sake)', with flair 'Discussion'
+12372 [2020-01-29 16:00:44] '/u/american_noodle' has given '/u/2v1football' lambda!
+12372 [2020-01-29 16:02:09] There has been a new submission: 'HOW TO BAKE | THE ELDER SCROLLS: FESTIVAL HAND PIES!!!', with flair 'Video Critique'
+12372 [2020-01-29 16:02:11] /u/offthepiecharts had their submission removed for insufficient lambda.
+12372 [2020-01-29 16:04:24] There has been a new submission: 'In need of advice for my titles, descriptions and tags.', with flair 'Discussion'
+12372 [2020-01-29 16:08:16] '/u/KingOberon13' has given '/u/priscillahernandez' lambda!
+12372 [2020-01-29 16:08:16] The OP received lambda too!
+12372 [2020-01-29 16:09:19] There has been a new submission: 'Free gems on clash of clans!? (Satirical Skit)', with flair 'None'
+12372 [2020-01-29 16:09:20] /u/CeypticKing_YT had their submission removed for insufficient lambda.
+12372 [2020-01-29 16:12:13] There has been a new submission: 'I would love to get feedback on video, audio, editing and thumbnail for the 4th episode in my latest Let's play series. Thank you!', with flair 'Video Critique'
+12372 [2020-01-29 16:16:40] There has been a new submission: 'Need help with video', with flair 'Discussion'
+12372 [2020-01-29 16:25:44] There has been a new submission: 'Me Dumb... Granny Smart (Premiers 2PM EST & would LOVE feedback live!!)', with flair 'Video Critique'
+12372 [2020-01-29 16:25:46] /u/DocimusOfficial had their submission removed for insufficient lambda.
+12372 [2020-01-29 16:25:55] '/u/KingOberon13' has given '/u/CliffordTV' lambda!
+12372 [2020-01-29 16:26:22] There has been a new submission: 'Hamlet for the Fireys', with flair 'Video Critique'
+12372 [2020-01-29 16:40:25] '/u/AJThrifts' has given '/u/Adventuroussoul18' lambda!
+12372 [2020-01-29 16:40:25] The OP received lambda too!
+12372 [2020-01-29 16:41:18] '/u/AJThrifts' has given '/u/CliffordTV' lambda!
+12372 [2020-01-29 16:41:38] '/u/AJThrifts' has given '/u/Armack_is_wack' lambda!
+12372 [2020-01-29 16:44:11] There has been a new submission: 'Prehistoric fish leedsichthys caught on camera alive? at Carlisle bay Barbados MV trident ship wreck', with flair 'Discussion'
+12372 [2020-01-29 16:44:13] /u/airsupply110 had their submission removed for using the wrong flair.
+12372 [2020-01-29 16:54:09] There has been a new submission: 'Prehistoric fish leedsichthys caught on camera alive? at Carlisle bay Barbados MV trident ship wreck', with flair 'Video Critique'
+12372 [2020-01-29 16:54:10] /u/airsupply110 had their submission removed for insufficient lambda.
+12372 [2020-01-29 17:01:12] '/u/american_noodle' has given '/u/nicrazac' lambda!
+12372 [2020-01-29 17:05:08] '/u/anaana994' has given '/u/avamansouri' lambda!
+12372 [2020-01-29 17:10:45] '/u/ZakkyPants' has given '/u/Bluehat1416' lambda!
+12372 [2020-01-29 17:10:45] The OP received lambda too!
+12509 [2020-01-29 17:15:49]
+####################
+[2020-01-29 17:15:49] RESTARTED
+####################
+
+12509 [2020-01-29 17:18:55] '/u/dzondi92' has given '/u/AJThrifts' lambda!
+12509 [2020-01-29 17:18:55] The OP received lambda too!
+12509 [2020-01-29 17:24:13] There has been a new submission: 'Whats the age group do u appeal to', with flair 'Discussion'
+12509 [2020-01-29 17:32:42] '/u/dzondi92' has given '/u/mylackey' lambda!
+12509 [2020-01-29 17:38:56] '/u/dzondi92' has given '/u/ebartan' lambda!
+12509 [2020-01-29 17:42:21] '/u/dzondi92' has given '/u/MadeCITYSTARS' lambda!
+12509 [2020-01-29 17:45:24] '/u/ZakkyPants' has given '/u/SwanCreek' lambda!
+12509 [2020-01-29 18:08:33] There has been a new submission: 'I'm a Producer and I make beatmaking vids!', with flair 'Video Critique'
+12509 [2020-01-29 18:08:33] /u/SeigeInc had their submission removed for insufficient lambda.
+12509 [2020-01-29 18:14:00] '/u/spector111' has given '/u/WestonNeyPhotoVideo' lambda!
+12509 [2020-01-29 18:14:00] The OP received lambda too!
+12509 [2020-01-29 18:14:21] '/u/spector111' has given '/u/SwanCreek' lambda!
+12509 [2020-01-29 18:32:58] There has been a new submission: 'I'd genuinely love to hear your guy's thoughts and any feedback. Staying dedicated to weekly uploads keeping the mamba mentality. Also, would love any video recommendations you have if you're into outdoors!', with flair 'Video Critique'
+12509 [2020-01-29 18:33:00] /u/jtflyin had their submission removed for insufficient lambda.
+12509 [2020-01-29 18:34:51] There has been a new submission: 'THE DRIP', with flair 'Channel Review'
+12509 [2020-01-29 18:34:52] /u/smokemajor291 had their submission removed for insufficient lambda.
+12509 [2020-01-29 18:38:01] There has been a new submission: 'FACE REVEAL YES/NO?', with flair 'Discussion'
+12509 [2020-01-29 18:41:47] There has been a new submission: 'CORRUPTED COPS in GARRYS MOD rgbfanman', with flair 'Video Critique'
+12509 [2020-01-29 18:41:49] /u/rgbfanman had their submission removed for insufficient lambda.
+12509 [2020-01-29 18:46:13] There has been a new submission: 'Sharing each other’s content', with flair 'Discussion'
+12509 [2020-01-29 18:46:57] There has been a new submission: 'Third Person Mythic Rumble | Halo 5 Mods', with flair 'Video Critique'
+12509 [2020-01-29 18:46:59] /u/Arrrash had their submission removed for insufficient lambda.
+12509 [2020-01-29 19:05:12] There has been a new submission: 'KingCraft', with flair 'Gaming'
+12509 [2020-01-29 19:05:13] /u/KingArneTheThird had their submission removed for insufficient lambda.
+12509 [2020-01-29 19:12:59] There has been a new submission: 'New Music: P. A. R. T. Y. (Dance - Music Video)', with flair 'Video Critique'
+12644 [2020-01-29 19:15:49]
+####################
+[2020-01-29 19:15:49] RESTARTED
+####################
+
+12644 [2020-01-29 19:16:41] There has been a new submission: 'What do you guys think of this video of mine? It’s unscripted and I’m really trying hard to work on my speaking skills when I’m just speaking to a microphone so please let me know how I can improve!', with flair 'Video Critique'
+12644 [2020-01-29 19:16:42] /u/DillSoupYT had their submission removed for insufficient lambda.
+12644 [2020-01-29 19:20:28] '/u/The_Suited_Bird' has given '/u/1GPAKOS1' lambda!
+12644 [2020-01-29 19:20:28] The OP received lambda too!
+12644 [2020-01-29 19:24:40] There has been a new submission: 'life of Kobe Bryant', with flair 'Vlog'
+12644 [2020-01-29 19:24:42] /u/danialst had their submission removed for insufficient lambda.
+12644 [2020-01-29 19:31:23] '/u/TonyGamerr' has given '/u/MadeCITYSTARS' lambda!
+12644 [2020-01-29 19:33:14] '/u/TonyGamerr' has given '/u/MafiasFinestTV' lambda!
+12644 [2020-01-29 19:42:03] There has been a new submission: 'Hey guys, can I get some critique? And what I can do better.', with flair 'Video Critique'
+12644 [2020-01-29 19:42:16] '/u/jaless1997' has given '/u/MadeCITYSTARS' lambda!
+12644 [2020-01-29 19:50:53] There has been a new submission: 'New VIDEO IS Out Now and it’s a good one!!!! That you won’t want to miss!!!', with flair 'None'
+12644 [2020-01-29 19:50:55] /u/HaydonYT had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:00:31] There has been a new submission: 'I am so of being sick, sad and tired of being single and feeling lonely! I decided to change my thoughts...', with flair 'Vlog'
+12644 [2020-01-29 20:00:33] /u/iammisozi had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:04:05] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 3 Gameplay Walkthrough Blind Facecam', with flair 'None'
+12644 [2020-01-29 20:04:07] /u/loopy2mn had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:06:53] There has been a new submission: 'Need everyone's help to push this forward', with flair 'Discussion'
+12644 [2020-01-29 20:09:49] There has been a new submission: 'Hey guys I'm an Indian youtuber who's trying to make you smile through my gaming videos so please watch my video as well as like and subscribe', with flair 'Gaming'
+12644 [2020-01-29 20:09:50] /u/dicieous had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:10:03] '/u/dzondi92' has given '/u/Tcourt91' lambda!
+12644 [2020-01-29 20:21:09] There has been a new submission: 'So this is my friend's gaming channel can you guys review it like what can be improve and maybe also subscribe the channel', with flair 'Channel Review'
+12644 [2020-01-29 20:21:12] /u/Saroj816 had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:23:01] '/u/Darviz' has given '/u/Tcourt91' lambda!
+12644 [2020-01-29 20:23:01] The OP received lambda too!
+12644 [2020-01-29 20:23:18] There has been a new submission: 'Watch if you love gritty shady neon streets in late night Osaka Japan 🎌 (4K)', with flair 'Video Critique'
+12644 [2020-01-29 20:28:50] '/u/jaless1997' has given '/u/MafiasFinestTV' lambda!
+12644 [2020-01-29 20:31:13] There has been a new submission: 'Another video review with my new style would be nice! Thanks!', with flair 'Video Critique'
+12644 [2020-01-29 20:35:17] There has been a new submission: 'Hey hey! Looking for feedback on this new sketch episode either Thumbnail, video itself and editing', with flair 'Video Critique'
+12644 [2020-01-29 20:38:03] There has been a new submission: 'YouTube Channel', with flair 'Discussion'
+12644 [2020-01-29 20:39:56] There has been a new submission: 'I made this video a while ago as an editing project. I trying to start doing some youtube stuff. Let me know what you think. Also, check out my other video as well!', with flair 'Video Critique'
+12644 [2020-01-29 20:43:02] There has been a new submission: 'Check out my newest YT vid!', with flair 'Gaming'
+12644 [2020-01-29 20:43:04] /u/ADoubleJ207 had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:44:19] There has been a new submission: 'New channel, but out of ideas, any tips?', with flair 'None'
+12644 [2020-01-29 20:44:20] /u/Mifilifi had their submission removed for insufficient lambda.
+12644 [2020-01-29 20:45:46] '/u/CliffordTV' has given '/u/AceMakerPC' lambda!
+12644 [2020-01-29 20:45:46] The OP received lambda too!
+12644 [2020-01-29 20:51:56] There has been a new submission: 'Beef-Fil-A', with flair 'Channel Review'
+12644 [2020-01-29 20:51:58] /u/YesThatFiji had their submission removed for insufficient lambda.
+12644 [2020-01-29 21:07:10] '/u/AceMakerPC' has given '/u/Mifilifi' lambda!
+12644 [2020-01-29 21:07:10] The OP received lambda too!
+12644 [2020-01-29 21:12:37] There has been a new submission: 'Hi I’m sorry to bother anyone who sees this but my friend made a bet with me that if I can get this video to 1k views by feb 1 he would by me a new xbox controller. It would mean so much to me if you could help me by watching just a few seconds of it so i can get more views 🙏', with flair 'None'
+12644 [2020-01-29 21:12:39] /u/Nick-Jay had their submission removed for insufficient lambda.
+12644 [2020-01-29 21:14:17] There has been a new submission: '“That Which Lies Within” - original poetry, music, and footage by me. Aesthetic poetry', with flair 'Art'
+12779 [2020-01-29 21:15:49]
+####################
+[2020-01-29 21:15:49] RESTARTED
+####################
+
+12779 [2020-01-29 21:21:23] '/u/CliffordTV' has given '/u/SelendineMcHerb' lambda!
+12779 [2020-01-29 21:26:28] There has been a new submission: 'What do you all think of my cinematic sequence?? 🙌', with flair 'Video Critique'
+12779 [2020-01-29 21:26:30] /u/WasikulIslam had their submission removed for insufficient lambda.
+12779 [2020-01-29 21:37:05] There has been a new submission: 'Rotating Lighthouse in Survival Minecraft! Pyrocraft episode 5', with flair 'Gaming'
+12779 [2020-01-29 21:37:06] /u/alirezamahdav1 had their submission removed for insufficient lambda.
+12779 [2020-01-29 21:46:11] '/u/AceMakerPC' has given '/u/OqulYildiz' lambda!
+12779 [2020-01-29 21:52:53] There has been a new submission: 'I found these custom American Flag Vans Shoes At Goodwiill', with flair 'Vlog'
+12779 [2020-01-29 21:52:55] /u/Brandonthe-Archivist had their submission removed for insufficient lambda.
+12779 [2020-01-29 21:57:50] There has been a new submission: 'I’m looking to get some pointers and grow my channel in any way possible, you guys are my audience and I’d like to know what I can do!', with flair 'Video Critique'
+12779 [2020-01-29 21:57:51] /u/drewshermn had their submission removed for insufficient lambda.
+12779 [2020-01-29 22:05:56] There has been a new submission: 'Once more, a reddit vid, about them horrifying asterisk roleplayers some of us encounters! Feedback is greatly appreciated!', with flair 'Video Critique'
+12779 [2020-01-29 22:11:17] '/u/Burkeds' has given '/u/BTWitsmyname' lambda!
+12779 [2020-01-29 22:11:17] The OP received lambda too!
+12779 [2020-01-29 22:11:34] '/u/Burkeds' has given '/u/cplaprade' lambda!
+12779 [2020-01-29 22:15:30] '/u/AceMakerPC' has given '/u/Burkeds' lambda!
+12779 [2020-01-29 22:34:45] There has been a new submission: 'Persona 3 Fes Analysis - Almost Great (Yes, it's actually that long)', with flair 'None'
+12779 [2020-01-29 22:55:20] '/u/SelendineMcHerb' has given '/u/CeypticKing_YT' lambda!
+12779 [2020-01-29 22:55:20] The OP received lambda too!
+12914 [2020-01-29 23:15:49]
+####################
+[2020-01-29 23:15:49] RESTARTED
+####################
+
+1431 [2020-01-29 23:16:27] Updated statistics
+12914 [2020-01-29 23:19:02] There has been a new submission: 'Whats your guys opinion in this video I'm trying to make the videos more fast pace He Came From the Vent- Close Your Eyes (Indie Horror game)', with flair 'Video Critique'
+12914 [2020-01-29 23:21:19] '/u/CliffordTV' has given '/u/Xxsubz0' lambda!
+12914 [2020-01-29 23:26:27] There has been a new submission: 'Made this in school, please rate', with flair 'Video Critique'
+12914 [2020-01-29 23:26:28] /u/OurEarthYT had their submission removed for insufficient lambda.
+12914 [2020-01-29 23:26:48] There has been a new submission: 'I made a 22-minute sketch comedy pilot with my friends', with flair 'Art'
+12914 [2020-01-29 23:26:49] /u/idiotthesaurus had their submission removed for insufficient lambda.
+12914 [2020-01-29 23:28:47] There has been a new submission: 'I made a 22-minute sketch comedy pilot with my friends', with flair 'Art'
+12914 [2020-01-29 23:28:48] /u/idiotthesaurus had their submission removed for insufficient lambda.
+12914 [2020-01-29 23:29:46] '/u/Nai_Mori' has given '/u/EricGlassVideos' lambda!
+12914 [2020-01-29 23:29:46] The OP received lambda too!
+12914 [2020-01-29 23:31:41] '/u/Nai_Mori' has given '/u/Burkeds' lambda!
+12914 [2020-01-29 23:32:00] There has been a new submission: 'What am I doing wrong here? Thumbnail? My seo is good, is my content low key bad? I cut out all the blank spaces, im being myself. Help pls.', with flair 'Video Critique'
+12914 [2020-01-29 23:33:42] '/u/Nai_Mori' has given '/u/LanaStrums' lambda!
+12914 [2020-01-29 23:39:22] There has been a new submission: 'Cook With Me!', with flair 'Channel Review'
+12914 [2020-01-29 23:39:22] /u/roxy729 had their submission removed for insufficient lambda.
+12914 [2020-01-29 23:49:45] '/u/TonyGamerr' has given '/u/Xxsubz0' lambda!
+12914 [2020-01-29 23:53:24] There has been a new submission: 'My first Escape From Tarkov Montage - I would appreciate any feedback', with flair 'Gaming'
+12914 [2020-01-29 23:56:48] There has been a new submission: '900 subs now. Final push for 1000. Very excited.', with flair 'Discussion'
+12914 [2020-01-30 00:00:11] '/u/Draco986' has given '/u/ctgvideotutorials' lambda!
+12914 [2020-01-30 00:00:11] The OP received lambda too!
+12914 [2020-01-30 00:00:40] '/u/Draco986' has given '/u/panaramanwa' lambda!
+12914 [2020-01-30 00:01:09] '/u/Draco986' has given '/u/DinnersAndBowls' lambda!
+12914 [2020-01-30 00:26:12] There has been a new submission: 'Hello, I have a video series on my channel where I look into a game of my choice and pitch and describe how I would adapt said game's narrative to film, I call it Game-to-Film. Part 4/4 of the Halo: CE ep will be coming hopefully within a weeks time. I will be covering more games in the future!', with flair 'Discussion'
+12914 [2020-01-30 00:26:14] /u/DLA_Graphical had their submission removed for using the wrong flair.
+12914 [2020-01-30 00:29:06] There has been a new submission: 'Hello, I have a video series on my channel where I look into a game of my choice and pitch and describe how I would adapt said game's narrative to film, I call it Game-to-Film. Part 4/4 of the Halo: CE ep will be coming hopefully within a weeks time. I will be covering more games in the future!', with flair 'Art'
+12914 [2020-01-30 00:29:06] /u/DLA_Graphical had their submission removed for insufficient lambda.
+12914 [2020-01-30 00:34:01] '/u/nam12399' has given '/u/Gitsn-Shiggles' lambda!
+12914 [2020-01-30 00:34:01] The OP received lambda too!
+12914 [2020-01-30 00:42:09] There has been a new submission: 'A video of mine reached 15 likes!! 😃', with flair 'Discussion'
+12914 [2020-01-30 00:46:25] There has been a new submission: 'Looking for feedback on my voiceover channel.', with flair 'Channel Review'
+12914 [2020-01-30 00:46:26] /u/AlbieRoblesVoice had their submission removed for insufficient lambda.
+12914 [2020-01-30 00:46:38] There has been a new submission: 'What is a good ctr', with flair 'Discussion'
+12914 [2020-01-30 01:06:37] '/u/TonyGamerr' has given '/u/DLA_Graphical' lambda!
+12914 [2020-01-30 01:09:51] '/u/TonyGamerr' has given '/u/Ggeo32' lambda!
+13430 [2020-01-30 01:15:50]
+####################
+[2020-01-30 01:15:50] RESTARTED
+####################
+
+13430 [2020-01-30 01:24:36] '/u/SwanCreek' has given '/u/jackofalltrades4ever' lambda!
+13430 [2020-01-30 01:24:36] The OP received lambda too!
+13430 [2020-01-30 01:25:38] '/u/SwanCreek' has given '/u/Xxsubz0' lambda!
+13430 [2020-01-30 01:26:01] '/u/SwanCreek' has given '/u/EricGlassVideos' lambda!
+13430 [2020-01-30 01:28:53] There has been a new submission: 'Thoughts? (Vid I’ve been working on all month)', with flair 'None'
+13430 [2020-01-30 01:28:54] /u/Antidevil731 had their submission removed for insufficient lambda.
+13430 [2020-01-30 01:34:35] '/u/RJain123' has given '/u/OqulYildiz' lambda!
+13430 [2020-01-30 01:34:35] The OP received lambda too!
+13430 [2020-01-30 01:39:24] There has been a new submission: 'Magnolia | R6S Montage (honest feedback is appreciated)', with flair 'Gaming'
+13430 [2020-01-30 01:56:45] There has been a new submission: 'JAKE PAUL PUSHES GIB AT WEIGH IN!! | JAKE PAUL VS. GIB | FIGHT ON JANUARY 30 2020!!', with flair 'Vlog'
+13430 [2020-01-30 01:56:47] /u/BreconOfficialYT had their submission removed for insufficient lambda.
+13430 [2020-01-30 02:07:00] '/u/MadeCITYSTARS' has given '/u/Rojn8r' lambda!
+13430 [2020-01-30 02:07:00] The OP received lambda too!
+13430 [2020-01-30 02:08:01] '/u/dzondi92' has given '/u/Rojn8r' lambda!
+13430 [2020-01-30 02:08:09] '/u/TheGreatBisho' has given '/u/JudgeCreed' lambda!
+13430 [2020-01-30 02:08:09] The OP received lambda too!
+13430 [2020-01-30 02:13:04] There has been a new submission: 'There are some of you who actually do watch videos posted here. Some of you have taken the chance and spent valuable time on my content. The majority of you make up my subscribers and for that reason, I made a special thank you. It is short and sweet (1 minute long)', with flair 'Discussion'
+13430 [2020-01-30 02:13:06] /u/Illfury had their submission removed for using the wrong flair.
+13430 [2020-01-30 02:14:16] There has been a new submission: 'There are some of you who actually do watch videos posted here. Some of you have taken the chance and spent valuable time on my content. The majority of you make up my subscribers and for that reason, I made a special thank you. It is short and sweet (1 minute long)', with flair 'Channel Review'
+13430 [2020-01-30 02:21:43] There has been a new submission: 'Does anyone have any experience paying YouTube to advertise their video? Any thoughts on doing it?', with flair 'Meta'
+13430 [2020-01-30 02:38:26] '/u/The_Suited_Bird' has given '/u/azurestrikergamer' lambda!
+13430 [2020-01-30 02:47:26] There has been a new submission: 'How can I make a mascot logo (free?)', with flair 'Discussion'
+13430 [2020-01-30 02:59:00] There has been a new submission: 'Revenge Of The Nerd | Evil Within 2 - Part 8', with flair 'Video Critique'
+13430 [2020-01-30 02:59:01] /u/Frazerker had their submission removed for insufficient lambda.
+13430 [2020-01-30 03:05:22] There has been a new submission: 'TOP CANNABIS STAINS WITH THE HIGHEST THC', with flair 'Channel Review'
+13430 [2020-01-30 03:05:23] /u/captkush710 had their submission removed for insufficient lambda.
+13430 [2020-01-30 03:05:38] '/u/THENEXTBIGTHINGMINER' has given '/u/Dharen29YT' lambda!
+13430 [2020-01-30 03:05:38] The OP received lambda too!
+13566 [2020-01-30 03:15:50]
+####################
+[2020-01-30 03:15:50] RESTARTED
+####################
+
+13566 [2020-01-30 03:24:55] There has been a new submission: 'YOU HAD ONE JOB! 🙄', with flair 'Discussion'
+13566 [2020-01-30 03:24:56] /u/eborghetto99 had their submission removed for using the wrong flair.
+13566 [2020-01-30 03:27:28] There has been a new submission: 'Just reached 200 subscribers!! Thank you so much for all the support, it’s been a slow process but I’m steady grinding 💪🏻 check out my last video and feel free to give me any feedback!', with flair 'Vlog'
+13566 [2020-01-30 03:27:29] /u/eborghetto99 had their submission removed for insufficient lambda.
+13566 [2020-01-30 03:30:33] '/u/Cross-N-Eyed' has given '/u/CliffordTV' lambda!
+13566 [2020-01-30 03:30:33] The OP received lambda too!
+13566 [2020-01-30 03:34:52] There has been a new submission: 'A small montage of some funny conversations I had while playing csgo- Was practicing subtitles, all feedback is much appreciated!', with flair 'Gaming'
+13566 [2020-01-30 03:34:54] /u/Shuck_Me had their submission removed for insufficient lambda.
+13566 [2020-01-30 03:36:06] There has been a new submission: 'My FIRST video to get picked up a bit by the algorithm!', with flair 'Discussion'
+13566 [2020-01-30 03:39:00] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime Girl In Ms Paint | Violet Evergarden from Violet Evergarden-Get Lambda', with flair 'Art'
+13566 [2020-01-30 03:43:44] '/u/Xxsubz0' has given '/u/Paint2Luv-Art' lambda!
+13566 [2020-01-30 03:43:44] The OP received lambda too!
+13566 [2020-01-30 04:03:41] There has been a new submission: 'I didn't edit as much as I usually do but I hope you enjoy. Also would appreciate opinions on the video! btw this isn't my niche but I just wanted to try something new so if it seems a little awkward that's why. Thanks.', with flair 'Video Critique'
+13566 [2020-01-30 04:05:42] There has been a new submission: 'Aswang - Animated Creepy Story', with flair 'Video Critique'
+13566 [2020-01-30 04:05:43] /u/merrilymaryVO had their submission removed for insufficient lambda.
+13566 [2020-01-30 04:44:58] There has been a new submission: 'fully set up', with flair 'Gaming'
+13566 [2020-01-30 04:45:00] /u/brash0000 had their submission removed for insufficient lambda.
+13566 [2020-01-30 04:52:44] '/u/FergHD' has given '/u/LanaStrums' lambda!
+13566 [2020-01-30 04:52:44] The OP received lambda too!
+13764 [2020-01-30 05:15:50]
+####################
+[2020-01-30 05:15:50] RESTARTED
+####################
+
+13764 [2020-01-30 05:18:29] There has been a new submission: 'Why you'll never be successful on YouTube or even LIFE', with flair 'Video Critique'
+13764 [2020-01-30 05:18:30] /u/UpwardNinja had their submission removed for insufficient lambda.
+13764 [2020-01-30 05:19:39] There has been a new submission: 'CAN YOU GUYS PLEASE SUPPORT MY CHANNEL, I’m dropping a video tomorrow but I’m trying to make it to 1k.‼️', with flair 'Channel Review'
+13764 [2020-01-30 05:19:39] /u/sdpjayy_yt had their submission removed for insufficient lambda.
+13764 [2020-01-30 05:21:59] There has been a new submission: 'Anyone want to start a channel on existential risks, risks that threaten human extinction, and the high probability almost certain chance that humans are going to go extinct?', with flair 'None'
+13764 [2020-01-30 05:22:01] /u/1010aa had their submission removed for insufficient lambda.
+13764 [2020-01-30 05:23:33] There has been a new submission: 'Doing Zickle-Ditz At Shalminga Festival', with flair 'Video Critique'
+13764 [2020-01-30 06:19:59] There has been a new submission: 'Any ideas on how to title my videos?', with flair 'None'
+13764 [2020-01-30 06:19:59] /u/TheZeek245 had their submission removed for insufficient lambda.
+13764 [2020-01-30 06:23:48] There has been a new submission: 'Hello, I'm a new YouTuber and I have always wanted to become a YouTuber so please check out my channel it's called TTV_ShortGamer, thanks! I do all types of gaming videos as well. Also feel free to give me some tips either on here or on the comment section of my videos.', with flair 'Channel Review'
+13764 [2020-01-30 06:23:50] /u/ADoubleJ207 had their submission removed for insufficient lambda.
+13764 [2020-01-30 06:34:00] There has been a new submission: 'An alien invasion ft. Wingsofredemption', with flair 'None'
+13764 [2020-01-30 06:34:02] /u/TheZeek245 had their submission removed for insufficient lambda.
+13764 [2020-01-30 06:37:51] There has been a new submission: 'Highest Anticipated Movies of 2020 - That AREN'T superhero related', with flair 'Vlog'
+13764 [2020-01-30 06:37:52] /u/LetsCrashThisParadeX had their submission removed for insufficient lambda.
+13764 [2020-01-30 06:43:55] There has been a new submission: 'Joker (Tribute) Constructive Criticism is highly appreciated. Thanks!', with flair 'Video Critique'
+13764 [2020-01-30 06:43:57] /u/britishwalkthroughs1 had their submission removed for insufficient lambda.
+13764 [2020-01-30 06:45:04] '/u/SelendineMcHerb' has given '/u/WizYTTheBoss' lambda!
+13764 [2020-01-30 06:46:18] '/u/SelendineMcHerb' has given '/u/Paint2Luv-Art' lambda!
+13764 [2020-01-30 06:55:23] There has been a new submission: 'Just started 2 days ago, I would very much appreciate a view. I make rocket league and dead by daylight content so far.', with flair 'Gaming'
+13764 [2020-01-30 06:55:25] /u/Frankyy95 had their submission removed for insufficient lambda.
+13764 [2020-01-30 07:01:33] There has been a new submission: 'Logo/Graphics? Questions from a newbie', with flair 'None'
+13764 [2020-01-30 07:06:27] '/u/ThaRegularGamer' has given '/u/Frankyy95' lambda!
+13764 [2020-01-30 07:06:27] The OP received lambda too!
+15886 [2020-01-30 07:15:50]
+####################
+[2020-01-30 07:15:50] RESTARTED
+####################
+
+15886 [2020-01-30 07:29:57] There has been a new submission: 'Making Shots for Kobe's Foundation - Rest In Peace to All Who Lost Their Lives', with flair 'Discussion'
+15886 [2020-01-30 07:29:58] /u/deliriousmarc had their submission removed for using the wrong flair.
+15886 [2020-01-30 07:30:03] '/u/EricGlassVideos' has given '/u/Frankyy95' lambda!
+15886 [2020-01-30 07:30:03] The OP received lambda too!
+15886 [2020-01-30 07:39:46] There has been a new submission: 'Making Shots for Kobe's Foundation - Rest In Peace To All Who Lost Their Lives', with flair 'Video Critique'
+15886 [2020-01-30 07:44:29] '/u/zonfar2' has given '/u/pkbausman' lambda!
+15886 [2020-01-30 07:44:29] The OP received lambda too!
+15886 [2020-01-30 07:45:01] '/u/zonfar2' has given '/u/Frankyy95' lambda!
+15886 [2020-01-30 07:47:06] '/u/deliriousmarc' has given '/u/Armack_is_wack' lambda!
+15886 [2020-01-30 07:47:06] The OP received lambda too!
+15886 [2020-01-30 07:53:04] '/u/zonfar2' has given '/u/OneFor56' lambda!
+15886 [2020-01-30 08:04:05] '/u/SwanCreek' has given '/u/britishwalkthroughs1' lambda!
+15886 [2020-01-30 08:04:23] '/u/SwanCreek' has given '/u/TheGamerGuy2' lambda!
+15886 [2020-01-30 08:06:12] '/u/SwanCreek' has given '/u/1_2_three_four_5_6' lambda!
+15886 [2020-01-30 08:06:29] '/u/SwanCreek' has given '/u/KingOberon13' lambda!
+15886 [2020-01-30 08:06:49] '/u/SwanCreek' has given '/u/RantsWithRogers' lambda!
+15886 [2020-01-30 08:28:54] There has been a new submission: 'Most satisfying recipe to watch - Making of Chicken Dum Biryani', with flair 'Channel Review'
+15886 [2020-01-30 08:28:55] /u/SFPHODEO had their submission removed for insufficient lambda.
+15886 [2020-01-30 08:30:34] '/u/deliriousmarc' has given '/u/masteroduo' lambda!
+15886 [2020-01-30 08:47:52] There has been a new submission: 'Dj mix pink dance -mixed by dj stev', with flair 'Video Critique'
+15886 [2020-01-30 08:47:53] /u/Opacupaito had their submission removed for insufficient lambda.
+15886 [2020-01-30 09:07:03] There has been a new submission: 'GTA Casino Glitch', with flair 'Gaming'
+15886 [2020-01-30 09:07:04] /u/Gindaniel had their submission removed for insufficient lambda.
+16022 [2020-01-30 09:15:50]
+####################
+[2020-01-30 09:15:50] RESTARTED
+####################
+
+16022 [2020-01-30 09:40:43] There has been a new submission: 'SKILLZ SKL a silly little video we made for abit of fun if you would check it out it would be appreciated', with flair 'Video Critique'
+16022 [2020-01-30 09:40:45] /u/ivarky had their submission removed for insufficient lambda.
+16022 [2020-01-30 09:55:34] There has been a new submission: 'Billie eilish-Everything i wanted(video) reaction', with flair 'Video Critique'
+16022 [2020-01-30 09:55:35] /u/miraclechiemeka had their submission removed for insufficient lambda.
+16022 [2020-01-30 10:07:22] There has been a new submission: 'Can anyone give an advice on how to get better videos or what app can I use for cartoon effects and sounds, will be really appreciated, thank you', with flair 'Video Critique'
+16022 [2020-01-30 10:07:23] /u/giosfamilyfun had their submission removed for insufficient lambda.
+16022 [2020-01-30 10:13:26] '/u/Illfury' has given '/u/Gitsn-Shiggles' lambda!
+16022 [2020-01-30 10:13:27] The OP received lambda too!
+16022 [2020-01-30 10:13:51] '/u/Illfury' has given '/u/Frankyy95' lambda!
+16022 [2020-01-30 10:14:19] '/u/Illfury' has given '/u/Paint2Luv-Art' lambda!
+16022 [2020-01-30 10:14:55] '/u/Illfury' has given '/u/UpwardNinja' lambda!
+16022 [2020-01-30 10:23:17] There has been a new submission: 'Hi', with flair 'None'
+16022 [2020-01-30 10:23:19] /u/gamingproelite had their submission removed for insufficient lambda.
+16022 [2020-01-30 10:27:03] There has been a new submission: 'honest feedback are welcome', with flair 'Video Critique'
+16022 [2020-01-30 10:34:25] There has been a new submission: 'Hi there guys, if anyone gets a chance could you please go check my channel, we play alot of starwars battlefront and other games, if you would like to join our community add me on discord (shadow network#9440)', with flair 'Gaming'
+16022 [2020-01-30 10:34:27] /u/NPTCustomPCs had their submission removed for insufficient lambda.
+16022 [2020-01-30 10:42:29] There has been a new submission: 'I hope that you all enjoy 😉✌ My Stamina NightBlade and BombBlade Gameplay in #ESO #elderscrollsonline', with flair 'Gaming'
+16022 [2020-01-30 10:42:31] /u/Unfadingsilence had their submission removed for insufficient lambda.
+16022 [2020-01-30 10:51:58] There has been a new submission: 'Thanks for the help', with flair 'Discussion'
+16157 [2020-01-30 11:15:50]
+####################
+[2020-01-30 11:15:50] RESTARTED
+####################
+
+16157 [2020-01-30 11:40:30] There has been a new submission: 'Stormblades Gaming - YouTube Channel', with flair 'Channel Review'
+16157 [2020-01-30 11:40:33] /u/Aisen90 had their submission removed for insufficient lambda.
+16157 [2020-01-30 11:41:27] '/u/Xxsubz0' has given '/u/pkbausman' lambda!
+16157 [2020-01-30 11:44:09] There has been a new submission: 'What do you think? Ill check out your vid', with flair 'Video Critique'
+16157 [2020-01-30 11:44:10] /u/Adddo13 had their submission removed for insufficient lambda.
+16157 [2020-01-30 11:49:24] '/u/masteroduo' has given '/u/Atiqur1984' lambda!
+16157 [2020-01-30 11:49:24] The OP received lambda too!
+16157 [2020-01-30 12:29:08] There has been a new submission: 'The Office Theme Song On African Kalimbas!!! 🔥🔥🔥', with flair 'None'
+16157 [2020-01-30 12:49:45] '/u/Illfury' has given '/u/Visionized' lambda!
+16157 [2020-01-30 12:51:10] There has been a new submission: 'Super fresh, one week old. Open to suggestions.', with flair 'Art'
+16157 [2020-01-30 12:51:12] /u/Foggy_Creations had their submission removed for insufficient lambda.
+16157 [2020-01-30 12:56:46] There has been a new submission: 'Escape From Tarkov Budget 12 Gauge Frenzy', with flair 'Video Critique'
+16157 [2020-01-30 12:56:47] /u/TheUglyDuckYT had their submission removed for insufficient lambda.
+16157 [2020-01-30 12:59:27] '/u/Draco986' has given '/u/R_Hanna' lambda!
+16157 [2020-01-30 13:03:10] '/u/Draco986' has given '/u/gamebalance' lambda!
+16157 [2020-01-30 13:04:51] There has been a new submission: 'New channels get views from 1. Search and 2. Shares(self promotion included). Any other source?', with flair 'Discussion'
+16157 [2020-01-30 13:11:35] '/u/mylackey' has given '/u/YBGMightymelon' lambda!
+16157 [2020-01-30 13:11:35] The OP received lambda too!
+16405 [2020-01-30 13:15:50]
+####################
+[2020-01-30 13:15:50] RESTARTED
+####################
+
+16405 [2020-01-30 13:17:26] '/u/mylackey' has given '/u/KyberQ' lambda!
+16405 [2020-01-30 13:18:53] '/u/masteroduo' has given '/u/Adddo13' lambda!
+16405 [2020-01-30 13:46:07] There has been a new submission: 'I challenge myself to create an improvised drawing, meaning I literally put the pen on the tablet without knowing what to do. I think it turn out really cool, what di you think?', with flair 'Art'
+16405 [2020-01-30 13:46:09] /u/adjm2001 had their submission removed for insufficient lambda.
+16405 [2020-01-30 13:57:58] There has been a new submission: 'Nervous but here’s my first attempt with b-roll, using an iphone6s plus!', with flair 'None'
+16405 [2020-01-30 13:57:59] /u/gitoa123 had their submission removed for insufficient lambda.
+16405 [2020-01-30 14:03:13] '/u/mylackey' has given '/u/adjm2001' lambda!
+16405 [2020-01-30 14:15:33] There has been a new submission: 'I challenge myself to create an improvised drawing, meaning I literally put the pen on the tablet without knowing what to do. I think it turn out really cool, what do you think?', with flair 'Art'
+16405 [2020-01-30 14:30:40] There has been a new submission: 'WILD RIFT FIRST EVER TIER LIST!', with flair 'None'
+16405 [2020-01-30 14:30:42] /u/QualerEUW had their submission removed for insufficient lambda.
+16405 [2020-01-30 14:31:02] There has been a new submission: 'ho provato #n26 gratis + codice promo €30', with flair 'Vlog'
+16405 [2020-01-30 14:31:04] /u/manx4life had their submission removed for insufficient lambda.
+16405 [2020-01-30 14:31:16] There has been a new submission: 'How to grow faster?', with flair 'Discussion'
+16405 [2020-01-30 14:36:14] There has been a new submission: 'Made a video covering my personal Top 10 Movies of 2019, and would greatly appreciate people checking it out and offering some feedback! Thanks in advance!', with flair 'Video Critique'
+16405 [2020-01-30 14:47:13] '/u/adjm2001' has given '/u/MarcLaton' lambda!
+16405 [2020-01-30 14:47:13] The OP received lambda too!
+16405 [2020-01-30 14:48:48] There has been a new submission: '30min gameplay cut to 7min', with flair 'Gaming'
+16405 [2020-01-30 14:48:49] /u/Mobile_Gaming_Doggo had their submission removed for insufficient lambda.
+16405 [2020-01-30 14:53:39] There has been a new submission: 'GEARS OF WAR 5 Walkthrough Part 21 - Final Boss & Ending (Gears 5)', with flair 'Gaming'
+16405 [2020-01-30 14:53:41] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+16405 [2020-01-30 15:03:08] There has been a new submission: 'Vietnam vlog from Phu Quoc with DJI mavic mini drone flight over Truong Beach', with flair 'Vlog'
+16405 [2020-01-30 15:03:10] /u/beachmytravel had their submission removed for insufficient lambda.
+16540 [2020-01-30 15:15:50]
+####################
+[2020-01-30 15:15:50] RESTARTED
+####################
+
+16540 [2020-01-30 15:16:42] There has been a new submission: 'How do I get more subs?', with flair 'Discussion'
+16540 [2020-01-30 15:18:18] There has been a new submission: 'How To Train With Heart Rate Training Zone', with flair 'Vlog'
+16540 [2020-01-30 15:18:19] /u/murraypdavid had their submission removed for insufficient lambda.
+16540 [2020-01-30 15:23:23] '/u/MadeCITYSTARS' has given '/u/Foggy_Creations' lambda!
+16540 [2020-01-30 15:29:55] '/u/adjm2001' has given '/u/LanaStrums' lambda!
+16540 [2020-01-30 15:30:30] There has been a new submission: 'BUILDING A GINGERBREAD HOUSE', with flair 'Vlog'
+16540 [2020-01-30 15:30:33] /u/ste000sway had their submission removed for insufficient lambda.
+16540 [2020-01-30 15:31:57] There has been a new submission: 'How To Cook For Your Girlfriend in five minutes!!', with flair 'Video Critique'
+16540 [2020-01-30 15:31:59] /u/iprens had their submission removed for insufficient lambda.
+16540 [2020-01-30 15:40:03] There has been a new submission: 'Hey! You! Please check my content i think that you'll quite so much enjoy it! I Make meme edits and montages, with a little twist of my own specialty! Check it out if youre interested, it only takes a few seconds!', with flair 'None'
+16540 [2020-01-30 15:40:05] /u/danielabejero had their submission removed for insufficient lambda.
+16540 [2020-01-30 16:00:11] '/u/adjm2001' has given '/u/GoofballGregory' lambda!
+16540 [2020-01-30 16:02:58] '/u/KingOberon13' has given '/u/KyberQ' lambda!
+16540 [2020-01-30 16:08:25] There has been a new submission: 'My friend and I made another funny highlights video for our run of Halo 3 LASO (legendary all skulls on), Halo's hardest campaign challenge! Any critique and suggestions for ideas are appreciated!', with flair 'Video Critique'
+16540 [2020-01-30 16:18:58] There has been a new submission: 'CHARITY VIDEO WITH MY WIFE! | Drinking for charity!', with flair 'Discussion'
+16540 [2020-01-30 16:20:37] There has been a new submission: 'Learn how to make sushi', with flair 'Video Critique'
+16540 [2020-01-30 16:20:39] /u/lightforfood had their submission removed for insufficient lambda.
+16540 [2020-01-30 16:24:08] '/u/KyberQ' has given '/u/Dylskiii' lambda!
+16540 [2020-01-30 16:24:08] The OP received lambda too!
+16540 [2020-01-30 16:26:28] '/u/Illfury' has given '/u/Battison1735' lambda!
+16540 [2020-01-30 16:27:38] '/u/KyberQ' has given '/u/GoofballGregory' lambda!
+16540 [2020-01-30 16:32:45] '/u/MadeCITYSTARS' has given '/u/Dylskiii' lambda!
+16540 [2020-01-30 16:34:28] '/u/KyberQ' has given '/u/MoskitoDan' lambda!
+16540 [2020-01-30 16:36:20] '/u/YeeMeister971' has given '/u/letslang2gether' lambda!
+16540 [2020-01-30 16:36:20] The OP received lambda too!
+16540 [2020-01-30 16:36:30] '/u/Nai_Mori' has given '/u/PokemaniacOctoru' lambda!
+16540 [2020-01-30 16:36:38] '/u/YeeMeister971' has given '/u/Battison1735' lambda!
+16540 [2020-01-30 16:37:58] '/u/mylackey' has given '/u/CertMedia' lambda!
+16540 [2020-01-30 16:42:52] '/u/Xxsubz0' has given '/u/Dylskiii' lambda!
+16540 [2020-01-30 16:43:26] There has been a new submission: 'Hey! I post Minecraft videos and spend extensive amounts of time editing them, any feedback would be wonderful!', with flair 'Gaming'
+16540 [2020-01-30 16:43:38] '/u/Xxsubz0' has given '/u/Foggy_Creations' lambda!
+16540 [2020-01-30 16:45:28] There has been a new submission: 'Hey guys please help me get to 20 subscribers I am going to be starting to do more vlogs and stuff like that and collabs with friends so please help me grow it would mean so much to me, Thank you :)', with flair 'Vlog'
+16540 [2020-01-30 16:48:13] There has been a new submission: 'Hey guys please help me get up to 20 subscribers, I am getting ready to start doing a lot more vlogs, challenges, and collabs with friends so please help me get there, thank you :)', with flair 'Vlog'
+16540 [2020-01-30 16:48:14] /u/PaytonMorgan01 had their submission removed for insufficient lambda.
+16540 [2020-01-30 16:48:26] '/u/YeeMeister971' has given '/u/CalluMb243' lambda!
+16540 [2020-01-30 16:48:51] There has been a new submission: 'I've started a discord server for the Mobile Gaming Niche.', with flair 'Gaming'
+16540 [2020-01-30 16:48:52] /u/DoubleFlashPlays had their submission removed for insufficient lambda.
+16540 [2020-01-30 16:51:26] There has been a new submission: 'I own an animal educational business and started a Youtube channel! Been lurking for a while but would love some non-animal peoples' feedback on my content and what you think! It's not as cool as my first video focusing on 5 of my strangest animals but this video is much more polished!', with flair 'Video Critique'
+16540 [2020-01-30 16:51:28] /u/unchartedwild had their submission removed for insufficient lambda.
+16540 [2020-01-30 16:55:44] There has been a new submission: 'IM ABOUT TO HIT 100 SUBSCRIBERS! Its been a short journey so far, but a good one! been loving creating content so hopefully this is just the start. Watch my videos if you have some time, i would really appreciate it! Also subscribe if you enjoy it and leave me some feedback (:::', with flair 'Gaming'
+16540 [2020-01-30 16:57:38] '/u/YeeMeister971' has given '/u/ManicMachiavelli' lambda!
+16540 [2020-01-30 16:58:27] '/u/YeeMeister971' has given '/u/LSNToday' lambda!
+16540 [2020-01-30 17:00:15] '/u/masteroduo' has given '/u/adjm2001' lambda!
+16540 [2020-01-30 17:02:14] There has been a new submission: 'Spent A Lot of Time on My Latest Video ~ Feedback Appreciated ~ How A Stanford Dropout Fooled the World - The Elizabeth Holmes Story', with flair 'Video Critique'
+16540 [2020-01-30 17:04:51] There has been a new submission: 'Deciphering A Summoning... My Chemical Romance Short Film Analysis and Predictions [people and blogs]', with flair 'Vlog'
+16540 [2020-01-30 17:04:52] /u/mouse_irl had their submission removed for insufficient lambda.
+16540 [2020-01-30 17:09:54] '/u/CertMedia' has given '/u/Adddo13' lambda!
+16540 [2020-01-30 17:09:54] The OP received lambda too!
+16540 [2020-01-30 17:13:31] '/u/CertMedia' has given '/u/ColbyIsOnline' lambda!
+16540 [2020-01-30 17:14:34] '/u/CalluMb243' has given '/u/justin7201982ray' lambda!
+16540 [2020-01-30 17:14:34] The OP received lambda too!
+16540 [2020-01-30 17:15:04] '/u/CalluMb243' has given '/u/Adddo13' lambda!
+16676 [2020-01-30 17:15:50]
+####################
+[2020-01-30 17:15:50] RESTARTED
+####################
+
+16676 [2020-01-30 17:19:49] '/u/Battison1735' has given '/u/CertMedia' lambda!
+16676 [2020-01-30 17:19:49] The OP received lambda too!
+16676 [2020-01-30 17:19:52] There has been a new submission: 'i'm about to reach 500 subs!', with flair 'Discussion'
+16676 [2020-01-30 17:20:06] '/u/Battison1735' has given '/u/Adddo13' lambda!
+16676 [2020-01-30 17:20:40] There has been a new submission: 'Hey You Lovely People! Would Love Some Feedback On My Newest Video. Please Let Me Know If The Concept Made Sense To You!', with flair 'Video Critique'
+16676 [2020-01-30 17:22:04] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+16676 [2020-01-30 17:23:03] There has been a new submission: 'Hey check out my vids. Send me yours and ill give yours a look/opinion aswel!', with flair 'Gaming'
+16676 [2020-01-30 17:32:56] There has been a new submission: 'The new youtube channel, Venofus.', with flair 'Channel Review'
+16676 [2020-01-30 17:32:58] /u/Venofus had their submission removed for insufficient lambda.
+16676 [2020-01-30 17:42:26] There has been a new submission: 'I took the advice of adding labels to locations so viewers could find it easier to follow. Let me know how I did.', with flair 'Vlog'
+16676 [2020-01-30 17:51:59] There has been a new submission: 'Becoming a Youtuber was my goal for this year, if you have some free tome do not hesitate to take a look at my channel and critique!', with flair 'None'
+16676 [2020-01-30 17:52:02] /u/everythingcivil had their submission removed for insufficient lambda.
+16676 [2020-01-30 17:53:31] '/u/CertMedia' has given '/u/BoyBlue84' lambda!
+16676 [2020-01-30 17:53:47] '/u/CertMedia' has given '/u/AJThrifts' lambda!
+16676 [2020-01-30 17:58:07] '/u/zonfar2' has given '/u/gamebalance' lambda!
+16676 [2020-01-30 17:58:47] '/u/zonfar2' has given '/u/giosfamilyfun' lambda!
+16676 [2020-01-30 18:00:52] There has been a new submission: 'Faker Stream Highlights', with flair 'Gaming'
+16676 [2020-01-30 18:00:54] /u/jordan17897 had their submission removed for insufficient lambda.
+16676 [2020-01-30 18:01:05] '/u/GoofballGregory' has given '/u/Adddo13' lambda!
+16676 [2020-01-30 18:01:06] The OP received lambda too!
+16676 [2020-01-30 18:03:34] '/u/CopperPanMan' has given '/u/Armack_is_wack' lambda!
+16676 [2020-01-30 18:03:34] The OP received lambda too!
+16676 [2020-01-30 18:03:52] There has been a new submission: 'Please Subscribe To My Channel!!!!', with flair 'Channel Review'
+16676 [2020-01-30 18:03:54] /u/Boomerlicus had their submission removed for insufficient lambda.
+16676 [2020-01-30 18:04:39] '/u/CopperPanMan' has given '/u/Tcourt91' lambda!
+16676 [2020-01-30 18:05:54] There has been a new submission: 'Check out my channel & give me feedback', with flair 'None'
+16676 [2020-01-30 18:05:56] /u/MkVussaDiamondX had their submission removed for insufficient lambda.
+16676 [2020-01-30 18:07:17] '/u/CopperPanMan' has given '/u/DLA_Graphical' lambda!
+16676 [2020-01-30 18:07:34] '/u/deliriousmarc' has given '/u/Foggy_Creations' lambda!
+16676 [2020-01-30 18:07:58] '/u/deliriousmarc' has given '/u/Adddo13' lambda!
+16676 [2020-01-30 18:25:18] '/u/CalluMb243' has given '/u/JudgeCreed' lambda!
+16676 [2020-01-30 18:26:49] '/u/CalluMb243' has given '/u/RTL_Faith' lambda!
+16676 [2020-01-30 18:27:56] There has been a new submission: 'Singing Cover of Dean Lewis and Martin Garrix Used To Love!', with flair 'None'
+16676 [2020-01-30 18:27:57] /u/JustinWeightman550 had their submission removed for insufficient lambda.
+16676 [2020-01-30 18:38:47] '/u/Adddo13' has given '/u/Max-F3rgus0n' lambda!
+16676 [2020-01-30 18:38:47] The OP received lambda too!
+16676 [2020-01-30 18:40:28] There has been a new submission: 'Hey, thought you guys might enjoy this short video of mine what do you think of the thumbnail/video?', with flair 'Thumbnail Review'
+16676 [2020-01-30 18:40:30] /u/jens56004 had their submission removed for insufficient lambda.
+16676 [2020-01-30 18:57:07] There has been a new submission: 'We hit 52 subs this month! Its alot to take in...', with flair 'Discussion'
+16676 [2020-01-30 18:59:40] There has been a new submission: 'paying famous people to intimidate my friends', with flair 'Meta'
+16676 [2020-01-30 18:59:41] /u/Max-F3rgus0n had their submission removed for using the wrong flair.
+16676 [2020-01-30 18:59:58] There has been a new submission: 'The CUTEST ANIMALS in the ZOO 🐒🐧| Tiergarten Nuremberg | 4k 60fps | Zenshi', with flair 'Vlog'
+16676 [2020-01-30 18:59:58] /u/scurrscurr had their submission removed for insufficient lambda.
+16676 [2020-01-30 19:00:54] There has been a new submission: 'paying famous people to intimidate my friends', with flair 'Video Critique'
+16676 [2020-01-30 19:02:53] There has been a new submission: 'Reviewing 3 Scary Games | Tenome, I See You, Black Rose (Feedback appreciated!)', with flair 'Video Critique'
+16676 [2020-01-30 19:03:55] There has been a new submission: 'Super new, craft and creativity channel. Open to suggestions/critiques. Thank you.', with flair 'Art'
+16676 [2020-01-30 19:11:19] There has been a new submission: 'My most recent video. Give me your opinion.', with flair 'Video Critique'
+16676 [2020-01-30 19:11:21] /u/StripeTehGremlin had their submission removed for insufficient lambda.
+16813 [2020-01-30 19:15:51]
+####################
+[2020-01-30 19:15:51] RESTARTED
+####################
+
+16813 [2020-01-30 19:16:42] There has been a new submission: 'Favourite Mens Fragrances 2019', with flair 'None'
+16813 [2020-01-30 19:16:43] /u/Derbyboyuk had their submission removed for insufficient lambda.
+16813 [2020-01-30 19:24:06] There has been a new submission: 'Can the WORST RATED PLAYER in MADDEN 20 Get a 99 YARD TOUCHDOWN', with flair 'Gaming'
+16813 [2020-01-30 19:24:08] /u/ozoghoul had their submission removed for insufficient lambda.
+16813 [2020-01-30 19:24:34] '/u/Rojn8r' has given '/u/AlcoholicSocks' lambda!
+16813 [2020-01-30 19:24:34] The OP received lambda too!
+16813 [2020-01-30 19:25:28] '/u/Rojn8r' has given '/u/scurrscurr' lambda!
+16813 [2020-01-30 19:37:47] '/u/MoskitoDan' has given '/u/SelendineMcHerb' lambda!
+16813 [2020-01-30 19:37:47] The OP received lambda too!
+16813 [2020-01-30 19:42:35] '/u/Battison1735' has given '/u/Max-F3rgus0n' lambda!
+16813 [2020-01-30 19:42:51] '/u/Battison1735' has given '/u/LappPlaysGames' lambda!
+16813 [2020-01-30 19:43:16] There has been a new submission: 'WHAT IF SHISUI TAKEN THE ROLE OF ENDING THE UCHIHA CLAN INSTEAD OF ITACHI', with flair 'Discussion'
+16813 [2020-01-30 19:43:18] /u/madgodtheories had their submission removed for using the wrong flair.
+16813 [2020-01-30 19:43:31] '/u/CertMedia' has given '/u/unchartedwild' lambda!
+16813 [2020-01-30 19:44:00] '/u/Battison1735' has given '/u/Pillow_fortOfficial' lambda!
+16813 [2020-01-30 19:47:03] There has been a new submission: 'Small Channels need 1000 subs, this subreddit has over 50,000 people.', with flair 'Discussion'
+16813 [2020-01-30 19:55:04] '/u/YeeMeister971' has given '/u/AlcoholicSocks' lambda!
+16813 [2020-01-30 19:56:07] There has been a new submission: 'God Of War 3 Fan Reviews New One | Does It Suck?', with flair 'Video Critique'
+16813 [2020-01-30 19:59:31] '/u/MoskitoDan' has given '/u/MarcLaton' lambda!
+16813 [2020-01-30 19:59:35] There has been a new submission: 'Struggling with figuring out what will and won’t do well', with flair 'Discussion'
+16813 [2020-01-30 20:07:12] There has been a new submission: 'Hey! I made an animation recapping the first season of Netflix's YOU in just 20 seconds! :)', with flair 'Art'
+16813 [2020-01-30 20:07:13] /u/SeriouslySketchy had their submission removed for insufficient lambda.
+16813 [2020-01-30 20:10:04] There has been a new submission: 'Dropping views?', with flair 'None'
+16813 [2020-01-30 20:10:07] /u/poppyxeliza had their submission removed for insufficient lambda.
+16813 [2020-01-30 20:30:12] '/u/GoofballGregory' has given '/u/Arrrash' lambda!
+16813 [2020-01-30 20:35:43] There has been a new submission: 'Third Person Mythic Rumble | Halo 5 Mods', with flair 'Video Critique'
+16813 [2020-01-30 20:49:17] '/u/MoskitoDan' has given '/u/MafiasFinestTV' lambda!
+16813 [2020-01-30 20:50:22] There has been a new submission: 'Kajsa', with flair 'Gaming'
+16813 [2020-01-30 20:50:24] /u/Denniseeh had their submission removed for insufficient lambda.
+16813 [2020-01-30 20:51:36] '/u/MoskitoDan' has given '/u/prettyboiRandell' lambda!
+16813 [2020-01-30 20:52:23] There has been a new submission: 'Hey guys help me out !! I have like 37 subs and I guarantee if you like gaming videos you’ll like mine ! Much love !', with flair 'None'
+16813 [2020-01-30 20:52:25] /u/TheHomie_Mike had their submission removed for insufficient lambda.
+16813 [2020-01-30 20:53:36] There has been a new submission: 'All 9 bodies recovered from Kobe Bryant helicopter crash', with flair 'Vlog'
+16813 [2020-01-30 20:53:38] /u/amazon1977 had their submission removed for insufficient lambda.
+16813 [2020-01-30 20:53:50] There has been a new submission: 'Chapstick Challenge GONE WRONG?! [Feedback Appreciated]', with flair 'Video Critique'
+16813 [2020-01-30 21:03:07] There has been a new submission: '[Discussion] I've started a discord server for the Mobile Gaming Niche.', with flair 'Discussion'
+16813 [2020-01-30 21:06:21] There has been a new submission: 'Something that bothered me', with flair 'Discussion'
+16948 [2020-01-30 21:15:51]
+####################
+[2020-01-30 21:15:51] RESTARTED
+####################
+
+16948 [2020-01-30 21:16:44] '/u/MoskitoDan' has given '/u/amazon1977' lambda!
+16948 [2020-01-30 21:21:20] There has been a new submission: 'This is my newest video.on.my journey to health what do you guys think?', with flair 'Video Critique'
+16948 [2020-01-30 21:23:46] There has been a new submission: 'news reporter giga on the run! The isle', with flair 'Gaming'
+16948 [2020-01-30 21:23:47] /u/RioletTv had their submission removed for insufficient lambda.
+16948 [2020-01-30 21:28:27] '/u/Illfury' has given '/u/ActivexGen' lambda!
+16948 [2020-01-30 21:29:57] There has been a new submission: 'Software/hardware', with flair 'None'
+16948 [2020-01-30 21:29:58] /u/Then1gman had their submission removed for insufficient lambda.
+16948 [2020-01-30 21:33:09] '/u/american_noodle' has given '/u/Goatsause' lambda!
+16948 [2020-01-30 21:33:09] The OP received lambda too!
+16948 [2020-01-30 21:39:43] There has been a new submission: 'Why people just DONT care about your channel?', with flair 'Channel Review'
+16948 [2020-01-30 21:39:44] /u/VinoBlancoYes had their submission removed for insufficient lambda.
+16948 [2020-01-30 21:52:57] '/u/AnswersRule' has given '/u/Adventuroussoul18' lambda!
+16948 [2020-01-30 21:52:58] The OP received lambda too!
+16948 [2020-01-30 21:55:48] There has been a new submission: 'One Of My First Let's Plays', with flair 'Video Critique'
+16948 [2020-01-30 21:55:49] /u/Kabeh_Games had their submission removed for insufficient lambda.
+16948 [2020-01-30 21:57:53] '/u/AnswersRule' has given '/u/Redmond93' lambda!
+16948 [2020-01-30 21:59:27] '/u/MadeCITYSTARS' has given '/u/Coqroti75' lambda!
+16948 [2020-01-30 22:05:16] '/u/american_noodle' has given '/u/2v1football' lambda!
+16948 [2020-01-30 22:07:50] There has been a new submission: 'Hey guys, check this short film, it's called "inside" and hope you enjoy.', with flair 'Video Critique'
+16948 [2020-01-30 22:07:51] /u/EddieGonzalez1 had their submission removed for insufficient lambda.
+16948 [2020-01-30 22:14:42] There has been a new submission: 'I'm curious what do you think about this video', with flair 'Channel Review'
+16948 [2020-01-30 22:14:51] There has been a new submission: 'Hey I just like making videos so there is not a schedule right now just because I'm in the process off moving but let me know what y'all think of my card video', with flair 'Gaming'
+16948 [2020-01-30 22:14:53] /u/Yourfavoritefatgamer had their submission removed for insufficient lambda.
+16948 [2020-01-30 22:20:12] There has been a new submission: 'Timmy Dubz', with flair 'Channel Review'
+16948 [2020-01-30 22:20:14] /u/TimmyDubz had their submission removed for insufficient lambda.
+16948 [2020-01-30 22:27:57] There has been a new submission: 'Instagram TV - igtv?', with flair 'Discussion'
+16948 [2020-01-30 22:32:40] There has been a new submission: 'Giving money to the less Fortune💎', with flair 'Vlog'
+16948 [2020-01-30 22:32:42] /u/CLT_Phoenix had their submission removed for insufficient lambda.
+16948 [2020-01-30 22:33:24] There has been a new submission: 'Giving Money to the less Fortunate💎', with flair 'Vlog'
+16948 [2020-01-30 22:33:26] /u/CLT_Phoenix had their submission removed for insufficient lambda.
+16948 [2020-01-30 22:46:18] There has been a new submission: 'I make funny prank videos hope you consider checking it out', with flair 'Vlog'
+16948 [2020-01-30 22:46:19] /u/Joiferr had their submission removed for insufficient lambda.
+16948 [2020-01-30 22:59:42] '/u/american_noodle' has given '/u/AtlasIsNotNice' lambda!
+16948 [2020-01-30 23:13:24] There has been a new submission: 'Help please', with flair 'None'
+16948 [2020-01-30 23:13:26] /u/YEET-ME-FEET had their submission removed for insufficient lambda.
+16948 [2020-01-30 23:15:09] There has been a new submission: 'New Video', with flair 'Gaming'
+16948 [2020-01-30 23:15:11] /u/sugar_kniight had their submission removed for insufficient lambda.
+17149 [2020-01-30 23:15:51]
+####################
+[2020-01-30 23:15:51] RESTARTED
+####################
+
+1431 [2020-01-30 23:16:37] Updated statistics
+17149 [2020-01-30 23:23:13] There has been a new submission: 'Latest video from the channel... enjoy!!', with flair 'None'
+17149 [2020-01-30 23:23:15] /u/J0Nm4gz had their submission removed for insufficient lambda.
+17149 [2020-01-30 23:51:12] There has been a new submission: 'Hello! I just started a new Minecraft channel and feedback would be appreciated!', with flair 'Video Critique'
+17149 [2020-01-30 23:51:14] /u/TheCheeseDud had their submission removed for insufficient lambda.
+17149 [2020-01-30 23:53:39] '/u/KyberQ' has given '/u/scurrscurr' lambda!
+17149 [2020-01-30 23:56:51] '/u/prettyboiRandell' has given '/u/TheCheeseDud' lambda!
+17149 [2020-01-30 23:56:51] The OP received lambda too!
+17149 [2020-01-31 00:10:53] '/u/KyberQ' has given '/u/harru09' lambda!
+17149 [2020-01-31 00:11:20] There has been a new submission: 'Discord YouTube server', with flair 'None'
+17149 [2020-01-31 00:11:22] /u/whuzhizname had their submission removed for insufficient lambda.
+17149 [2020-01-31 00:16:23] '/u/american_noodle' has given '/u/Geoffroditis' lambda!
+17149 [2020-01-31 00:25:32] There has been a new submission: 'RANT: SO CLICHÉ overused news phrases (looking for critique and potential subscribers for lambda)', with flair 'Video Critique'
+17149 [2020-01-31 00:25:52] There has been a new submission: 'Please support me guys', with flair 'Discussion'
+17149 [2020-01-31 00:25:54] /u/arsalannrajpoot had their submission removed for using the wrong flair.
+17149 [2020-01-31 00:41:19] There has been a new submission: 'I created a short vlog channel where I post 1 minute daily vlogs! I hope you check it out!', with flair 'Channel Review'
+17149 [2020-01-31 00:41:47] There has been a new submission: 'Poop prank in the drive thru', with flair 'Vlog'
+17149 [2020-01-31 00:41:49] /u/yoboy_dman69 had their submission removed for insufficient lambda.
+17149 [2020-01-31 00:58:45] There has been a new submission: 'How to get a Minecraft girlfriend - My 3rd video on my new channel!', with flair 'Gaming'
+17149 [2020-01-31 00:58:46] /u/FoxlinkThunder had their submission removed for insufficient lambda.
+17149 [2020-01-31 01:01:23] There has been a new submission: 'Camelback's Aquatopia, Indoor Waterpark with Countless Adventures (Last Part)', with flair 'Vlog'
+17149 [2020-01-31 01:01:25] /u/darbeshan had their submission removed for insufficient lambda.
+17149 [2020-01-31 01:01:37] There has been a new submission: 'I've just uploaded my first video which I spent a while on and I would be grateful if anyone checked it out and let me some feedback or just left a like, thank you! Maybe a thumbnail review too if that's ok?', with flair 'Gaming'
+17149 [2020-01-31 01:01:40] /u/calmballer had their submission removed for insufficient lambda.
+17149 [2020-01-31 01:03:46] There has been a new submission: 'Anyone looking for Collabs or Editors?', with flair 'Discussion'
+17149 [2020-01-31 01:04:36] '/u/american_noodle' has given '/u/unchartedwild' lambda!
+17149 [2020-01-31 01:12:03] There has been a new submission: 'A very short film highlighting the past year and a half with my friends.', with flair 'None'
+17149 [2020-01-31 01:12:05] /u/realryley had their submission removed for insufficient lambda.
+17149 [2020-01-31 01:13:58] '/u/Burkeds' has given '/u/2v1football' lambda!
+17149 [2020-01-31 01:13:58] The OP received lambda too!
+17149 [2020-01-31 01:14:35] '/u/Burkeds' has given '/u/airsupply110' lambda!
+17287 [2020-01-31 01:15:51]
+####################
+[2020-01-31 01:15:51] RESTARTED
+####################
+
+17287 [2020-01-31 01:18:32] There has been a new submission: 'Wanna know how the biebs made yummy? I can tell you!', with flair 'Art'
+17287 [2020-01-31 01:18:33] /u/superwatt123 had their submission removed for insufficient lambda.
+17287 [2020-01-31 01:24:21] '/u/american_noodle' has given '/u/KrzGhost' lambda!
+17287 [2020-01-31 01:29:45] There has been a new submission: 'Hi I'm Krz I'm a music channel that makes mostly EDM but I have some Lo-Fi and a hip hop and I give my music free to other YouTubers as long as they credit me on they description! All they have to do is contact me! I'm currently on my way to 400 subs if any of you would like to tell me your opinion!', with flair 'Channel Review'
+17287 [2020-01-31 01:34:32] '/u/paintube' has given '/u/spector111' lambda!
+17287 [2020-01-31 01:34:32] The OP received lambda too!
+17287 [2020-01-31 01:35:55] '/u/paintube' has given '/u/CaptainBoomies' lambda!
+17287 [2020-01-31 01:36:53] There has been a new submission: 'Trying to focus my new yt channel on my life as a model in LA. Would love to get your input! thanks! Lambdas to be given!', with flair 'Channel Review'
+17287 [2020-01-31 01:37:01] There has been a new submission: 'I've made short, non-commentary vids so far, but I want to make commentary. Would this work out?', with flair 'Discussion'
+17287 [2020-01-31 01:39:22] '/u/redstone861' has given '/u/orpheusssss' lambda!
+17287 [2020-01-31 01:39:22] The OP received lambda too!
+17287 [2020-01-31 01:40:51] There has been a new submission: '(enjoy:) The Secret War - Mick Gordon - The Only Thing They Fear is You (DOOM Eternal OST)', with flair 'Art'
+17287 [2020-01-31 01:55:51] There has been a new submission: 'jedi fallen order part 1', with flair 'None'
+17287 [2020-01-31 01:55:53] /u/iGOBBLEyummy had their submission removed for insufficient lambda.
+17287 [2020-01-31 02:06:42] '/u/Burkeds' has given '/u/GnormPlays' lambda!
+17287 [2020-01-31 02:15:32] '/u/american_noodle' has given '/u/zach_swoogg' lambda!
+17287 [2020-01-31 02:26:51] There has been a new submission: 'a pubg mobile video', with flair 'Gaming'
+17287 [2020-01-31 02:26:52] /u/goobibaby had their submission removed for insufficient lambda.
+17287 [2020-01-31 02:27:35] There has been a new submission: 'great plan 10/10 well done (GET ME TO 100 SUBS!)', with flair 'Gaming'
+17287 [2020-01-31 02:29:48] There has been a new submission: 'GnormPlays Funtage or Failtage? Feedback would be appreciated...trying to bring back a dead channel is challenging', with flair 'None'
+17287 [2020-01-31 02:30:43] '/u/prettyboiRandell' has given '/u/GnormPlays' lambda!
+17287 [2020-01-31 02:36:07] '/u/BlackBear33ovy' has given '/u/TheCheeseDud' lambda!
+17287 [2020-01-31 02:36:07] The OP received lambda too!
+17287 [2020-01-31 02:41:19] '/u/Battison1735' has given '/u/infernogames1284' lambda!
+17287 [2020-01-31 02:41:19] The OP received lambda too!
+17287 [2020-01-31 02:41:33] '/u/Battison1735' has given '/u/TeaPoweredProjects' lambda!
+17287 [2020-01-31 02:44:02] '/u/Battison1735' has given '/u/amazon1977' lambda!
+17287 [2020-01-31 02:45:02] There has been a new submission: 'I put my last three videos into one because they’re so short, the thumbnail isn’t very good cuz I didn’t know what to put so I put the three together, are my videos good?', with flair 'None'
+17287 [2020-01-31 02:52:03] '/u/RantsWithRogers' has given '/u/GnormPlays' lambda!
+17287 [2020-01-31 02:52:03] The OP received lambda too!
+17287 [2020-01-31 03:07:43] '/u/american_noodle' has given '/u/Reetae27' lambda!
+17287 [2020-01-31 03:11:57] There has been a new submission: 'Just recently got into this epic meme editing style, and it has gotten me so close to 100 subs! How do you guys think I did on this video?', with flair 'Video Critique'
+17779 [2020-01-31 03:15:51]
+####################
+[2020-01-31 03:15:51] RESTARTED
+####################
+
+17779 [2020-01-31 03:17:42] '/u/Geoffroditis' has given '/u/TheCheeseDud' lambda!
+17779 [2020-01-31 03:17:42] The OP received lambda too!
+17779 [2020-01-31 03:26:48] '/u/Foggy_Creations' has given '/u/TheCheeseDud' lambda!
+17779 [2020-01-31 03:26:48] The OP received lambda too!
+17779 [2020-01-31 03:27:14] There has been a new submission: 'Dolphin Emulator Setup Tutorial 2020 - Play GameCube and Wii Games On Windows PC!', with flair 'None'
+17779 [2020-01-31 03:29:50] There has been a new submission: 'My first video (please tell me if this is bad and what I should change)', with flair 'Video Critique'
+17779 [2020-01-31 03:29:51] /u/CooperJB had their submission removed for insufficient lambda.
+17779 [2020-01-31 03:30:14] There has been a new submission: 'Pubg video editor', with flair 'None'
+17779 [2020-01-31 03:30:16] /u/Anrok000 had their submission removed for insufficient lambda.
+17779 [2020-01-31 03:31:53] '/u/THENEXTBIGTHINGMINER' has given '/u/TheCheeseDud' lambda!
+17779 [2020-01-31 03:31:53] The OP received lambda too!
+17779 [2020-01-31 03:35:23] There has been a new submission: 'Just started a new Minecraft channel. Feedback would be appreciated :D Thanks :)', with flair 'Gaming'
+17779 [2020-01-31 03:36:14] '/u/Tcourt91' has given '/u/gabriellho' lambda!
+17779 [2020-01-31 03:36:14] The OP received lambda too!
+17779 [2020-01-31 03:37:17] '/u/Tcourt91' has given '/u/AlexeyCrane' lambda!
+17779 [2020-01-31 03:37:44] '/u/Tcourt91' has given '/u/johnny_cashmere' lambda!
+17779 [2020-01-31 03:49:24] '/u/Arrrash' has given '/u/TheCheeseDud' lambda!
+17779 [2020-01-31 03:49:24] The OP received lambda too!
+17779 [2020-01-31 03:57:28] There has been a new submission: 'Yo just uploaded a skit about African parents😂 Go leave a like and subscribe', with flair 'Vlog'
+17779 [2020-01-31 03:57:29] /u/S_TV had their submission removed for insufficient lambda.
+17779 [2020-01-31 03:58:48] There has been a new submission: 'Get Off My Londo - Let's Play Dark Souls Remastered Ep. 16', with flair 'Gaming'
+17779 [2020-01-31 04:05:08] '/u/Geoffroditis' has given '/u/sandidiot' lambda!
+17779 [2020-01-31 04:09:55] '/u/BobbyMcbobb3rson' has given '/u/BlackBear33ovy' lambda!
+17779 [2020-01-31 04:09:55] The OP received lambda too!
+17779 [2020-01-31 04:10:28] '/u/BobbyMcbobb3rson' has given '/u/Maverickc7' lambda!
+17779 [2020-01-31 04:10:42] '/u/BobbyMcbobb3rson' has given '/u/AlexeyCrane' lambda!
+17779 [2020-01-31 04:11:35] '/u/BobbyMcbobb3rson' has given '/u/GnormPlays' lambda!
+17779 [2020-01-31 04:11:56] '/u/BobbyMcbobb3rson' has given '/u/a_sinful_man' lambda!
+17779 [2020-01-31 04:12:09] '/u/BobbyMcbobb3rson' has given '/u/gabriellho' lambda!
+17779 [2020-01-31 04:15:35] '/u/AJThrifts' has given '/u/LanaStrums' lambda!
+17779 [2020-01-31 04:16:45] '/u/THENEXTBIGTHINGMINER' has given '/u/Anrok000' lambda!
+17779 [2020-01-31 04:23:02] There has been a new submission: 'Improved my editing skills and ingame skills since last time and made this new Fortnite Montage! Let me know what you think please!', with flair 'Video Critique'
+17779 [2020-01-31 04:32:22] There has been a new submission: 'G'day everyone! Put up a new video yesterday and would really appreciate some feedback :)', with flair 'Video Critique'
+17779 [2020-01-31 04:32:36] There has been a new submission: 'This game is 🔥🔥🔥🔥', with flair 'Gaming'
+17779 [2020-01-31 04:32:38] /u/statik4k had their submission removed for insufficient lambda.
+17779 [2020-01-31 04:35:42] There has been a new submission: 'We would love some feedback on our thumbnails!', with flair 'Discussion'
+17779 [2020-01-31 04:36:28] '/u/Tables_Have_Tabled' has given '/u/superwatt123' lambda!
+17779 [2020-01-31 04:36:28] The OP received lambda too!
+17779 [2020-01-31 04:36:42] There has been a new submission: 'Anyone care to check out and critique my rock climbing focused channel?', with flair 'Channel Review'
+17779 [2020-01-31 04:36:44] /u/Giant__Rock had their submission removed for insufficient lambda.
+17779 [2020-01-31 04:37:02] '/u/RantsWithRogers' has given '/u/AlexeyCrane' lambda!
+17779 [2020-01-31 04:37:18] There has been a new submission: 'Please tell me what I'm doing wrong. I'm about to edit a video. I'm going to try to stay away from fortnite because people seem to hate it or love it. Title: You play you lose. (Fortnite, Minecraft, Combat Arms, Dynasty Warriors)', with flair 'Video Critique'
+17779 [2020-01-31 04:37:19] /u/Zizuke had their submission removed for insufficient lambda.
+17779 [2020-01-31 04:38:15] '/u/RantsWithRogers' has given '/u/TheCheeseDud' lambda!
+17779 [2020-01-31 04:52:00] '/u/Tables_Have_Tabled' has given '/u/ActivexGen' lambda!
+17779 [2020-01-31 04:59:06] There has been a new submission: 'First 100 hours in PUBG LITE.', with flair 'Channel Review'
+17779 [2020-01-31 04:59:06] /u/kalucsgo had their submission removed for insufficient lambda.
+17779 [2020-01-31 04:59:29] There has been a new submission: 'Portrait drawing using a pen', with flair 'Art'
+17779 [2020-01-31 04:59:30] /u/art_african had their submission removed for insufficient lambda.
+17779 [2020-01-31 04:59:50] There has been a new submission: 'First 100 hours in PUBG LITE.', with flair 'Channel Review'
+17779 [2020-01-31 04:59:50] /u/kalucsgo had their submission removed for insufficient lambda.
+17779 [2020-01-31 05:05:14] '/u/Dylskiii' has given '/u/ActivexGen' lambda!
+17779 [2020-01-31 05:05:14] The OP received lambda too!
+17779 [2020-01-31 05:08:53] There has been a new submission: 'Looking for Outer Worlds gameplay? Got it right here (feedback appreciated!)', with flair 'Gaming'
+17779 [2020-01-31 05:11:33] '/u/prettyboiRandell' has given '/u/AlexeyCrane' lambda!
+17979 [2020-01-31 05:15:51]
+####################
+[2020-01-31 05:15:51] RESTARTED
+####################
+
+17979 [2020-01-31 05:18:56] There has been a new submission: 'Trying new things this year. Would appreciate some feedback.', with flair 'Video Critique'
+17979 [2020-01-31 05:18:57] /u/camalaga had their submission removed for insufficient lambda.
+17979 [2020-01-31 05:19:37] '/u/mylackey' has given '/u/unchartedwild' lambda!
+17979 [2020-01-31 05:20:45] '/u/mylackey' has given '/u/mikey0077767' lambda!
+17979 [2020-01-31 05:23:59] There has been a new submission: 'Using Tik Tok to Grow My Channel', with flair 'None'
+17979 [2020-01-31 05:24:01] /u/turnuptheaccc had their submission removed for insufficient lambda.
+17979 [2020-01-31 05:34:39] There has been a new submission: '2020 Savings Challenge| The $1, $5, $10, $20 Savings Challenge 2020 | Week 5', with flair 'Thumbnail Review'
+17979 [2020-01-31 05:34:41] /u/jessenav_ had their submission removed for insufficient lambda.
+17979 [2020-01-31 05:38:15] '/u/Geoffroditis' has given '/u/RoboOggy' lambda!
+17979 [2020-01-31 05:40:22] '/u/Geoffroditis' has given '/u/Zizuke' lambda!
+17979 [2020-01-31 05:41:51] '/u/Geoffroditis' has given '/u/MagicWolfPlayz' lambda!
+17979 [2020-01-31 05:51:37] There has been a new submission: 'R6 Siege Xbox Youtuber', with flair 'Gaming'
+17979 [2020-01-31 05:51:39] /u/mitch12398 had their submission removed for insufficient lambda.
+17979 [2020-01-31 05:58:41] '/u/Dylskiii' has given '/u/MagicWolfPlayz' lambda!
+17979 [2020-01-31 06:02:26] '/u/Geoffroditis' has given '/u/SBC-Golf' lambda!
+17979 [2020-01-31 06:47:13] There has been a new submission: 'The Jewel Singapore - Hedge Maze Race and Canopy Walk Challenge - MUST SEE! - Bit of fun with my son as I expand our Vlog series on our channel.....what do you think?', with flair 'Vlog'
+17979 [2020-01-31 06:56:08] There has been a new submission: 'Drawing with alphabet A to Z | how to learn drawing with alphabet | child art', with flair 'Art'
+17979 [2020-01-31 06:56:09] /u/Lasitha851 had their submission removed for insufficient lambda.
+18350 [2020-01-31 07:15:51]
+####################
+[2020-01-31 07:15:51] RESTARTED
+####################
+
+18350 [2020-01-31 07:16:44] '/u/ActivexGen' has given '/u/Adventuroussoul18' lambda!
+18350 [2020-01-31 07:16:44] The OP received lambda too!
+18350 [2020-01-31 07:30:11] '/u/Tcourt91' has given '/u/Zizuke' lambda!
+18350 [2020-01-31 07:31:52] '/u/Tcourt91' has given '/u/unchartedwild' lambda!
+18350 [2020-01-31 07:32:43] There has been a new submission: 'Intermittent Fasting - How It Works and How It Affects Us', with flair 'Video Critique'
+18350 [2020-01-31 07:32:45] /u/maxdedenver had their submission removed for insufficient lambda.
+18350 [2020-01-31 07:37:02] There has been a new submission: 'I started the coronavirus in plague inc.', with flair 'Video Critique'
+18350 [2020-01-31 07:37:03] /u/Fogell_adventures had their submission removed for insufficient lambda.
+18350 [2020-01-31 07:58:10] There has been a new submission: 'What have you learnt at a YouTuber', with flair 'Discussion'
+18350 [2020-01-31 07:58:41] There has been a new submission: 'Actually Who Destroy The Peace and Economy of a Country? | Tariq Jameel ...', with flair 'Discussion'
+18350 [2020-01-31 07:58:42] /u/msufwan had their submission removed for using the wrong flair.
+18350 [2020-01-31 08:06:06] '/u/Adventuroussoul18' has given '/u/Zizuke' lambda!
+18350 [2020-01-31 08:06:06] The OP received lambda too!
+18350 [2020-01-31 08:09:02] '/u/gabriellho' has given '/u/Adventuroussoul18' lambda!
+18350 [2020-01-31 08:09:02] The OP received lambda too!
+18350 [2020-01-31 08:20:04] There has been a new submission: 'Other than my energy, what am I doing wrong?', with flair 'Video Critique'
+18350 [2020-01-31 08:20:44] There has been a new submission: 'Hey all! Just uploaded a BRAND new video! I know it's a weird one, but check the game out. Seriously, it's great. Anyway if you enjoy the video, leave a like and check out other videos on my channel! If you like what you see, subscribe! Also, leave your tips below (Lambda is will be given)!', with flair 'Gaming'
+18350 [2020-01-31 08:37:37] There has been a new submission: 'Fortnite Montage #2 Please let me know what you think. Will be going through doing the same. Thank you in advance for taking your time to read this! What was something new you tried to gain channel views?', with flair 'Gaming'
+18350 [2020-01-31 08:37:39] /u/FallenArmy92 had their submission removed for insufficient lambda.
+18350 [2020-01-31 08:39:17] There has been a new submission: 'What Does San Francisco Think About The Coronavirus?', with flair 'None'
+18350 [2020-01-31 08:39:18] /u/CantStopWatchingVids had their submission removed for insufficient lambda.
+18350 [2020-01-31 09:13:55] '/u/Max-F3rgus0n' has given '/u/Zizuke' lambda!
+18350 [2020-01-31 09:13:55] The OP received lambda too!
+18485 [2020-01-31 09:15:51]
+####################
+[2020-01-31 09:15:51] RESTARTED
+####################
+
+18485 [2020-01-31 09:31:48] There has been a new submission: 'LEAKED!!! I decided to put this out here because of the news I have been watching here on YouTube, this virus has affected over 100,000 people in China within just 2weeks and 50% are already dead.', with flair 'Discussion'
+18485 [2020-01-31 09:31:50] /u/JustineHabour had their submission removed for using the wrong flair.
+18485 [2020-01-31 09:49:28] There has been a new submission: 'Corona virus 🦠', with flair 'Discussion'
+18485 [2020-01-31 10:30:00] There has been a new submission: 'Mispronouncing DBZ characters', with flair 'Art'
+18485 [2020-01-31 10:32:27] There has been a new submission: 'Relaxing Sounds of Waterfalls - Enjoy Different Waterfalls Flowing in Na...', with flair 'Channel Review'
+18485 [2020-01-31 10:32:29] /u/midwestsales had their submission removed for insufficient lambda.
+18485 [2020-01-31 10:40:30] There has been a new submission: 'Just edited together some minecraft highlights from my stream. Any tips?', with flair 'Video Critique'
+18485 [2020-01-31 10:40:32] /u/breadlips had their submission removed for insufficient lambda.
+18485 [2020-01-31 10:43:51] '/u/filterjohny-68' has given '/u/turnuptheaccc' lambda!
+18485 [2020-01-31 10:43:51] The OP received lambda too!
+18485 [2020-01-31 11:07:12] '/u/gabriellho' has given '/u/PreetiSketch' lambda!
+18620 [2020-01-31 11:15:51]
+####################
+[2020-01-31 11:15:51] RESTARTED
+####################
+
+18620 [2020-01-31 11:21:08] '/u/american_noodle' has given '/u/GameGodsOfficial' lambda!
+18620 [2020-01-31 11:21:35] '/u/american_noodle' has given '/u/centyauro' lambda!
+18620 [2020-01-31 11:22:25] '/u/american_noodle' has given '/u/FurballTheHammy' lambda!
+18620 [2020-01-31 11:23:12] '/u/american_noodle' has given '/u/ScoutDawsonYT' lambda!
+18620 [2020-01-31 11:23:43] '/u/american_noodle' has given '/u/str8ac3' lambda!
+18620 [2020-01-31 11:30:19] '/u/KyberQ' has given '/u/sandidiot' lambda!
+18620 [2020-01-31 11:46:51] There has been a new submission: 'This game was real fun :D tried new things and looking for feedback :D', with flair 'Gaming'
+18620 [2020-01-31 11:57:20] There has been a new submission: 'check me out and you wont regret it:)', with flair 'Channel Review'
+18620 [2020-01-31 11:57:21] /u/zenoczx had their submission removed for insufficient lambda.
+18620 [2020-01-31 12:03:03] There has been a new submission: 'Every Anime Music Concert Ever. Its a meme video but I'm noob at editing so help me improve, your review will be appreciated!', with flair 'Video Critique'
+18620 [2020-01-31 12:06:56] There has been a new submission: 'Mainly do Overwatch content atm. Any constructive criticism is nice, ty!', with flair 'Gaming'
+18620 [2020-01-31 12:08:33] '/u/gabriellho' has given '/u/michaelgoode99' lambda!
+18620 [2020-01-31 12:19:38] There has been a new submission: 'P.T. Emulation | Horror Game (Gone Wrong) | Gameplay at Midnight | KSS', with flair 'Gaming'
+18620 [2020-01-31 12:19:38] /u/KunwarGaming had their submission removed for insufficient lambda.
+18620 [2020-01-31 12:23:52] '/u/OG_Dan' has given '/u/Craftbloxroyale' lambda!
+18620 [2020-01-31 12:23:52] The OP received lambda too!
+18620 [2020-01-31 12:24:55] '/u/OG_Dan' has given '/u/justin7201982ray' lambda!
+18620 [2020-01-31 12:27:22] '/u/american_noodle' has given '/u/ShikharTrivedi' lambda!
+18620 [2020-01-31 12:28:51] '/u/Illfury' has given '/u/zervaa' lambda!
+18620 [2020-01-31 12:29:04] There has been a new submission: 'New vid is out :) (I'll be giving lambda to useful advice)', with flair 'Gaming'
+18620 [2020-01-31 12:31:48] '/u/daredevil005' has given '/u/Zizuke' lambda!
+18620 [2020-01-31 12:31:48] The OP received lambda too!
+18620 [2020-01-31 12:36:30] There has been a new submission: 'Amazing SUPER OVER IndVNz 31/01/2020', with flair 'Gaming'
+18620 [2020-01-31 12:36:31] /u/kartik-9 had their submission removed for insufficient lambda.
+18620 [2020-01-31 12:41:49] '/u/daredevil005' has given '/u/Aman_Moxxy' lambda!
+18620 [2020-01-31 12:42:55] '/u/BobbyMcbobb3rson' has given '/u/Zizuke' lambda!
+18620 [2020-01-31 12:46:05] There has been a new submission: 'Hey guys, just wanna get my doubts cleared. Is 1 min and 30 sec a decent length for a song cover video ?', with flair 'Discussion'
+18620 [2020-01-31 12:48:56] '/u/Dylskiii' has given '/u/Sipover' lambda!
+18620 [2020-01-31 12:51:12] There has been a new submission: 'Hello everyone 👋, I'm a R6S YT who mainly uploads Rainbow Six Siege Fragmovie. Tell what you thinked in the comments below', with flair 'Gaming'
+18620 [2020-01-31 12:51:14] /u/cavsbrownsR6 had their submission removed for insufficient lambda.
+18620 [2020-01-31 12:52:45] '/u/OG_Dan' has given '/u/Kazascoot' lambda!
+18620 [2020-01-31 12:52:57] There has been a new submission: 'First gaming type review, of a private WOW server. Trying to spark interest in both new and old players.', with flair 'Video Critique'
+18620 [2020-01-31 12:59:11] There has been a new submission: 'Cutting Down A Banana Tree For Shin Conditioning', with flair 'Vlog'
+18620 [2020-01-31 12:59:12] /u/scorhiphop had their submission removed for insufficient lambda.
+18620 [2020-01-31 13:00:57] '/u/ShikharTrivedi' has given '/u/Kazascoot' lambda!
+18620 [2020-01-31 13:00:57] The OP received lambda too!
+18620 [2020-01-31 13:04:16] There has been a new submission: 'Pinoy Confessions: I Got Pregnant By a married man | HumanMeter', with flair 'None'
+18620 [2020-01-31 13:04:18] /u/IndividualGuide had their submission removed for insufficient lambda.
+18620 [2020-01-31 13:04:52] There has been a new submission: 'Hey folks! I made the trailer to The Last Guardian with the budget of the cost of the game disc. Would be great to hear what you think and if I should continue doing this sort of thing! (It also stars my dog - so make sure to tell him how good a boy he is)', with flair 'None'
+18620 [2020-01-31 13:13:42] '/u/Kazascoot' has given '/u/IamEclipse' lambda!
+18620 [2020-01-31 13:13:42] The OP received lambda too!
+18784 [2020-01-31 13:15:51]
+####################
+[2020-01-31 13:15:51] RESTARTED
+####################
+
+18784 [2020-01-31 13:16:43] There has been a new submission: 'Bread Cheese Omelette', with flair 'Channel Review'
+18784 [2020-01-31 13:16:44] /u/SFPHODEO had their submission removed for insufficient lambda.
+18784 [2020-01-31 13:16:52] There has been a new submission: 'First video', with flair 'Channel Review'
+18784 [2020-01-31 13:16:54] /u/Afterflix had their submission removed for insufficient lambda.
+18784 [2020-01-31 13:19:11] '/u/OG_Dan' has given '/u/_NGaming_' lambda!
+18784 [2020-01-31 13:31:54] '/u/TheCheeseDud' has given '/u/michaelgoode99' lambda!
+18784 [2020-01-31 13:31:54] The OP received lambda too!
+18784 [2020-01-31 13:33:02] '/u/TheCheeseDud' has given '/u/ActivexGen' lambda!
+18784 [2020-01-31 13:33:22] '/u/TheCheeseDud' has given '/u/MagicWolfPlayz' lambda!
+18784 [2020-01-31 13:33:57] There has been a new submission: 'I made a video on the 2011 Green Lantern movie and why I feel that it was not 'That Bad' | PS: This is the 1st time that I actually watched the movie and in the video I have just given my personal opinions. Feedback/Criticism is welcome! Please have a look.', with flair 'Video Critique'
+18784 [2020-01-31 13:40:52] There has been a new submission: 'Week 3 of keeping my friday uploads. This week I cover Bad Boys for life, and I'd love to know what you guys think! I'm finally at a point where I'm happy with what I'm putting out :)', with flair 'Video Critique'
+18784 [2020-01-31 13:44:31] There has been a new submission: 'I made a video to summarise everything we currently know about Season 4 in Apex Legends. I'd really appreciate your feedback. Thank you.', with flair 'Gaming'
+18784 [2020-01-31 13:45:30] '/u/Geoffroditis' has given '/u/BigFooz' lambda!
+18784 [2020-01-31 13:47:34] '/u/Geoffroditis' has given '/u/MattThibodeau' lambda!
+18784 [2020-01-31 13:49:52] '/u/Kazascoot' has given '/u/gamebalance' lambda!
+18784 [2020-01-31 13:53:00] '/u/PokemaniacOctoru' has given '/u/TheCheeseDud' lambda!
+18784 [2020-01-31 13:53:00] The OP received lambda too!
+18784 [2020-01-31 14:13:13] '/u/OG_Dan' has given '/u/zervaa' lambda!
+18784 [2020-01-31 14:19:51] '/u/OG_Dan' has given '/u/scorhiphop' lambda!
+18784 [2020-01-31 14:27:11] There has been a new submission: 'HERE IS A VIDEO ABOUT HOW I MAKE READY TO SELL T-SHIRTS OUT OF OLD RECYCLED MATERIALS', with flair 'Art'
+18784 [2020-01-31 14:27:12] /u/kolianovic had their submission removed for insufficient lambda.
+18784 [2020-01-31 14:43:03] '/u/OG_Dan' has given '/u/Nicholas_Pickolaus' lambda!
+18784 [2020-01-31 14:43:50] '/u/OG_Dan' has given '/u/Shortd3vil' lambda!
+18784 [2020-01-31 14:45:16] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 1 - Ashes', with flair 'Gaming'
+18784 [2020-01-31 14:45:18] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+18784 [2020-01-31 14:48:26] There has been a new submission: 'Do You Deserve To Be Paid? I just premiered this today. I would really like everyone's thoughts on the topic and the value! Thanks! =D', with flair 'Video Critique'
+18784 [2020-01-31 14:51:19] '/u/ActivexGen' has given '/u/Zizuke' lambda!
+18784 [2020-01-31 14:52:24] There has been a new submission: 'So I've been using old soul music for a couple of weeks now. Please teel me if you think that id doesn't fit in these types of videos. In other words just go ham', with flair 'Video Critique'
+18784 [2020-01-31 14:54:43] There has been a new submission: 'Mainly conspiracy and true crime videos at the moment, any feedback, constructive criticism and support would be greatly appreciated!', with flair 'Video Critique'
+18784 [2020-01-31 14:54:45] /u/degwood777 had their submission removed for insufficient lambda.
+18784 [2020-01-31 14:56:52] '/u/Kazascoot' has given '/u/_GoatBandit_' lambda!
+18784 [2020-01-31 15:04:36] '/u/OG_Dan' has given '/u/degwood777' lambda!
+18784 [2020-01-31 15:06:00] '/u/BobbyMcbobb3rson' has given '/u/MattThibodeau' lambda!
+18784 [2020-01-31 15:12:17] '/u/daredevil005' has given '/u/_GoatBandit_' lambda!
+19003 [2020-01-31 15:15:52]
+####################
+[2020-01-31 15:15:52] RESTARTED
+####################
+
+19003 [2020-01-31 15:19:44] There has been a new submission: 'Hey Guys! I upload every Monday, Wednesday and Friday. And today is uploadday! I would love some feedback on that and if you do enjoy, let me know what you did and what you would improve of course :D I hope you all have a wonderful weekend', with flair 'Gaming'
+19003 [2020-01-31 15:19:45] /u/GuywithBowtie had their submission removed for insufficient lambda.
+19003 [2020-01-31 15:21:34] There has been a new submission: 'Use of celebrities in thumbnails.', with flair 'Discussion'
+19003 [2020-01-31 15:24:08] '/u/MafiasFinestTV' has given '/u/hemant_rangdal' lambda!
+19003 [2020-01-31 15:24:08] The OP received lambda too!
+19003 [2020-01-31 15:25:33] There has been a new submission: 'best r/tinder posts', with flair 'Discussion'
+19003 [2020-01-31 15:25:35] /u/usmop had their submission removed for using the wrong flair.
+19003 [2020-01-31 15:25:54] There has been a new submission: 'EUROPE | ALL PEOPLE ARE EQUAL, BUT SOME PEOPLE ARE MORE EQUAL THAN OTHERS', with flair 'Video Critique'
+19003 [2020-01-31 15:26:09] '/u/Foggy_Creations' has given '/u/_GoatBandit_' lambda!
+19003 [2020-01-31 15:26:31] There has been a new submission: 'From Canada to Pattaya Walking Street (4K + 60 FPS) 2020', with flair 'Vlog'
+19003 [2020-01-31 15:26:32] /u/LazyEx had their submission removed for insufficient lambda.
+19003 [2020-01-31 15:33:13] There has been a new submission: 'Would u visit a backstreets cinema in india', with flair 'Vlog'
+19003 [2020-01-31 15:33:15] /u/paradiseslothed had their submission removed for insufficient lambda.
+19003 [2020-01-31 15:35:08] '/u/MafiasFinestTV' has given '/u/GuywithBowtie' lambda!
+19003 [2020-01-31 15:37:22] There has been a new submission: 'The 2020 Battlefront Experience. A new style of video for me so criticism is welcome!', with flair 'Video Critique'
+19003 [2020-01-31 15:37:23] /u/abankoski had their submission removed for insufficient lambda.
+19003 [2020-01-31 15:43:48] '/u/MafiasFinestTV' has given '/u/dzondi92' lambda!
+19003 [2020-01-31 15:45:44] '/u/OG_Dan' has given '/u/yeetooper' lambda!
+19003 [2020-01-31 15:45:54] '/u/ShikharTrivedi' has given '/u/degwood777' lambda!
+19003 [2020-01-31 15:47:03] There has been a new submission: 'First Impressions & Analysis of Max Payne Chapters 1-3', with flair 'Gaming'
+19003 [2020-01-31 15:47:04] /u/Gaming_University had their submission removed for insufficient lambda.
+19003 [2020-01-31 15:48:56] There has been a new submission: 'I run an educational animal business and started a YT channel. This is my very first animal spotlight where I talk all about just 1 species. It's not as widely appealing as my video about five of my strangest animals but it's much better! Would love some feedback from some non-animal folks!', with flair 'Video Critique'
+19003 [2020-01-31 15:55:52] '/u/dzondi92' has given '/u/hemant_rangdal' lambda!
+19003 [2020-01-31 16:00:12] '/u/american_noodle' has given '/u/_GoatBandit_' lambda!
+19003 [2020-01-31 16:04:35] '/u/OG_Dan' has given '/u/adyen' lambda!
+19003 [2020-01-31 16:08:20] '/u/DrDagless' has given '/u/AJThrifts' lambda!
+19003 [2020-01-31 16:08:20] The OP received lambda too!
+19003 [2020-01-31 16:09:25] There has been a new submission: 'Escaping from Tarkov', with flair 'Gaming'
+19003 [2020-01-31 16:09:26] /u/BackspaceFTW had their submission removed for insufficient lambda.
+19003 [2020-01-31 16:09:35] There has been a new submission: 'GOING ON OMEGLE FOR 1ST TIME | YOU WONT BELIEVE WHAT HAPPENED!', with flair 'Video Critique'
+19003 [2020-01-31 16:09:36] /u/TheNayborz had their submission removed for insufficient lambda.
+19003 [2020-01-31 16:13:09] There has been a new submission: 'Couple Channel', with flair 'Channel Review'
+19003 [2020-01-31 16:13:11] /u/itsallure_ had their submission removed for insufficient lambda.
+19003 [2020-01-31 16:13:51] There has been a new submission: 'I haven’t found my niche yet, but I would love your feedback on my newest video! I made pewdiepie a game boy!', with flair 'None'
+19003 [2020-01-31 16:13:53] /u/ZJohnson18 had their submission removed for insufficient lambda.
+19003 [2020-01-31 16:17:13] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 4 Gameplay Walkthrough Blind Facecam', with flair 'None'
+19003 [2020-01-31 16:17:15] /u/loopy2mn had their submission removed for insufficient lambda.
+19003 [2020-01-31 16:32:55] '/u/OG_Dan' has given '/u/theClutchKage' lambda!
+19003 [2020-01-31 16:34:01] '/u/OG_Dan' has given '/u/MafiasFinestTV' lambda!
+19003 [2020-01-31 16:35:07] '/u/OG_Dan' has given '/u/R_Hanna' lambda!
+19003 [2020-01-31 16:35:18] '/u/Geoffroditis' has given '/u/adyen' lambda!
+19003 [2020-01-31 16:37:33] There has been a new submission: 'Bad Lyft Driver: Stopping for Gas', with flair 'Video Critique'
+19003 [2020-01-31 16:40:57] '/u/american_noodle' has given '/u/Fever0' lambda!
+19003 [2020-01-31 16:43:36] There has been a new submission: 'I worked really hard on this one. Took longer than it should have. Would love if you'd take 5 mins to watch and leave feedback!', with flair 'None'
+19003 [2020-01-31 16:46:34] '/u/DrDagless' has given '/u/Bernguz' lambda!
+19003 [2020-01-31 16:47:03] '/u/Aman_Moxxy' has given '/u/superwatt123' lambda!
+19003 [2020-01-31 16:47:03] The OP received lambda too!
+19003 [2020-01-31 16:47:10] There has been a new submission: 'Hey all! New to this subreddit, and I just posted my first full comedy video - LMK what you think!', with flair 'Video Critique'
+19003 [2020-01-31 16:47:11] /u/chuddlewinks had their submission removed for insufficient lambda.
+19003 [2020-01-31 16:48:56] '/u/Aman_Moxxy' has given '/u/degwood777' lambda!
+19003 [2020-01-31 16:53:13] '/u/MafiasFinestTV' has given '/u/_Josh_dans' lambda!
+19003 [2020-01-31 17:07:47] There has been a new submission: 'Do you like technology and want to see some new awesome innovations and gadgets. Then have a look at my channel and videos and tell me what you think about it. - Tech spine', with flair 'Channel Review'
+19003 [2020-01-31 17:07:48] /u/_Josh_dans had their submission removed for insufficient lambda.
+19201 [2020-01-31 17:15:51]
+####################
+[2020-01-31 17:15:51] RESTARTED
+####################
+
+19201 [2020-01-31 17:16:45] '/u/Geoffroditis' has given '/u/michaelgoode99' lambda!
+19201 [2020-01-31 17:21:14] There has been a new submission: 'My friend had too much anxiety to promote on Reddit so I did it for him // The Importance in Emotions [Mob Psycho]', with flair 'Video Critique'
+19201 [2020-01-31 17:21:57] There has been a new submission: 'When does life begin ? | A scientific standpoint', with flair 'Video Critique'
+19201 [2020-01-31 17:22:31] There has been a new submission: 'Fortnite Gaming Channel Review', with flair 'Channel Review'
+19201 [2020-01-31 17:25:11] There has been a new submission: 'First Youtube Vid... .EXE', with flair 'Gaming'
+19201 [2020-01-31 17:25:13] /u/BigBoiNoNo had their submission removed for insufficient lambda.
+19201 [2020-01-31 17:26:32] '/u/DrDagless' has given '/u/BLURRfacetv' lambda!
+19201 [2020-01-31 17:27:02] There has been a new submission: 'LEAVETHEGAME.EXE', with flair 'Gaming'
+19201 [2020-01-31 17:27:03] /u/BigBoiNoNo had their submission removed for insufficient lambda.
+19201 [2020-01-31 17:29:42] '/u/Geoffroditis' has given '/u/Nicholas_Pickolaus' lambda!
+19201 [2020-01-31 17:37:21] There has been a new submission: 'I revisited habbo after 10 years!! FIRST REAL EDITED VIDEO.', with flair 'Gaming'
+19201 [2020-01-31 17:42:47] There has been a new submission: '😲😲DIY Water🚰 - How Make WheelWater To Relax No Energy |Mr. ST', with flair 'Vlog'
+19201 [2020-01-31 17:42:49] /u/MrST-youtube had their submission removed for insufficient lambda.
+19201 [2020-01-31 17:45:10] There has been a new submission: 'January Harry Potter Geek Gear Wizardry Unboxing! Ready for any feedback!', with flair 'Video Critique'
+19201 [2020-01-31 17:46:10] '/u/Arrrash' has given '/u/Nicholas_Pickolaus' lambda!
+19201 [2020-01-31 17:55:44] There has been a new submission: 'I do love streams every friday and Saturday over on my yt channel and here is one of my more recent ones hope u guys could give me feedback, advide or what u like!', with flair 'Channel Review'
+19201 [2020-01-31 17:57:09] There has been a new submission: 'Marrakech - Travel with kids', with flair 'Video Critique'
+19201 [2020-01-31 17:57:10] /u/wh1chocl4 had their submission removed for insufficient lambda.
+19201 [2020-01-31 18:00:20] '/u/OG_Dan' has given '/u/Leon_is_a_Ghost' lambda!
+19201 [2020-01-31 18:01:56] There has been a new submission: 'Another meme edit on Apex Legends. This one is on Pathfinder and the Grand Soiree Event. Hope you all enjoy.', with flair 'Video Critique'
+19201 [2020-01-31 18:04:52] There has been a new submission: 'This applies to this subreddit too.', with flair 'Discussion'
+19201 [2020-01-31 18:08:19] '/u/AsleepInDreams' has given '/u/letslang2gether' lambda!
+19201 [2020-01-31 18:08:19] The OP received lambda too!
+19201 [2020-01-31 18:08:43] There has been a new submission: 'Hi everyone! We started our channel 28 days ago and are at 138 subs. Our channel consists or true crime, paranormal and mystery stories. A lot of hard work goes into making them, so any support, advice or constructive criticism would be great!', with flair 'Channel Review'
+19201 [2020-01-31 18:22:50] There has been a new submission: 'AI Generated Apex Legends Gameplay Compilation', with flair 'Gaming'
+19201 [2020-01-31 18:22:52] /u/redneckN3RD had their submission removed for insufficient lambda.
+19201 [2020-01-31 18:31:19] '/u/OG_Dan' has given '/u/Matigian_Media' lambda!
+19201 [2020-01-31 18:34:21] There has been a new submission: 'Follow me on this daily adventure. I'm using Casey Neistats guide as a way to form my own daily vlogs.', with flair 'Vlog'
+19201 [2020-01-31 18:35:44] There has been a new submission: 'First post. People have told me already that I need to make my videos more entertaining. I would appreciate all opinions and ideas! Especially constructive criticism.', with flair 'Channel Review'
+19201 [2020-01-31 18:42:38] '/u/unchartedwild' has given '/u/nicrazac' lambda!
+19201 [2020-01-31 18:42:39] The OP received lambda too!
+19201 [2020-01-31 18:43:47] '/u/unchartedwild' has given '/u/dzondi92' lambda!
+19201 [2020-01-31 18:46:51] '/u/OG_Dan' has given '/u/HotshotRaptor' lambda!
+19201 [2020-01-31 18:48:21] '/u/Matigian_Media' has given '/u/HotshotRaptor' lambda!
+19201 [2020-01-31 18:48:21] The OP received lambda too!
+19201 [2020-01-31 18:48:30] '/u/degwood777' has given '/u/Fever0' lambda!
+19201 [2020-01-31 18:48:30] The OP received lambda too!
+19201 [2020-01-31 18:54:13] '/u/AsleepInDreams' has given '/u/superwatt123' lambda!
+19201 [2020-01-31 18:55:33] There has been a new submission: 'Leaked videos from Wuhan China 🇨🇳 (truth about the Coronavirus) 😳😱', with flair 'None'
+19201 [2020-01-31 18:55:34] /u/YT_MarioGreat had their submission removed for insufficient lambda.
+19201 [2020-01-31 18:55:52] '/u/MarcLaton' has given '/u/KingDaN8252' lambda!
+19201 [2020-01-31 18:55:52] The OP received lambda too!
+19201 [2020-01-31 18:57:39] '/u/AsleepInDreams' has given '/u/HotshotRaptor' lambda!
+19201 [2020-01-31 18:57:55] '/u/cburtltop' has given '/u/AJThrifts' lambda!
+19201 [2020-01-31 18:57:55] The OP received lambda too!
+19201 [2020-01-31 19:01:48] '/u/Matigian_Media' has given '/u/KingDaN8252' lambda!
+19201 [2020-01-31 19:03:17] '/u/MafiasFinestTV' has given '/u/BridgesGames' lambda!
+19201 [2020-01-31 19:06:19] '/u/OG_Dan' has given '/u/PepePresidentPS4' lambda!
+19201 [2020-01-31 19:08:48] There has been a new submission: 'Lume Cube Air as a vlogging light - Lume Cube Air review', with flair 'None'
+19201 [2020-01-31 19:10:21] There has been a new submission: 'This is my brand new LEGO stop-motion animation. This video is made frame by frame, so it took my a lot of times to make. I hope you will like it! – LEGO ATM Bank Robbery - Police Chase', with flair 'Video Critique'
+19201 [2020-01-31 19:10:23] /u/AlexPictures had their submission removed for insufficient lambda.
+19201 [2020-01-31 19:10:45] '/u/ShiverMeTimbsBruh' has given '/u/HotshotRaptor' lambda!
+19201 [2020-01-31 19:10:45] The OP received lambda too!
+19201 [2020-01-31 19:13:35] '/u/AceMakerPC' has given '/u/evilscopes' lambda!
+19337 [2020-01-31 19:15:52]
+####################
+[2020-01-31 19:15:52] RESTARTED
+####################
+
+19337 [2020-01-31 19:20:04] There has been a new submission: 'I know how justin bieber wrote yummy! Now you will too!', with flair 'Video Critique'
+19337 [2020-01-31 19:21:50] '/u/AlcoholicSocks' has given '/u/Nicholas_Pickolaus' lambda!
+19337 [2020-01-31 19:21:50] The OP received lambda too!
+19337 [2020-01-31 19:24:59] There has been a new submission: 'My gfs new youtube channel! Appreciate feedback, also link me yours for inspiration.', with flair 'Vlog'
+19337 [2020-01-31 19:25:00] /u/Ikan-xD had their submission removed for insufficient lambda.
+19337 [2020-01-31 19:26:46] There has been a new submission: 'A funny moments series i do with a bunch of friends! Feedback appreciated :D (Also what do you think of the new thumbnail design)', with flair 'Video Critique'
+19337 [2020-01-31 19:31:36] There has been a new submission: 'I’m not sure if spraying Liquid A$$ spray in the studio was the smartest idea', with flair 'Video Critique'
+19337 [2020-01-31 19:31:38] /u/Lbandz15 had their submission removed for insufficient lambda.
+19337 [2020-01-31 19:32:10] '/u/MafiasFinestTV' has given '/u/scorhiphop' lambda!
+19337 [2020-01-31 19:40:31] '/u/Matigian_Media' has given '/u/scorhiphop' lambda!
+19337 [2020-01-31 19:55:33] There has been a new submission: 'LETS “DO IT” IN BESTFRIENDS BED PRANK!!😱 *crazy reaction* (watch the whole video and give feedback... if you like this video watch my other ones. thank you)', with flair 'Video Critique'
+19337 [2020-01-31 20:09:13] '/u/degwood777' has given '/u/MalakJoe' lambda!
+19337 [2020-01-31 20:15:23] '/u/Armack_is_wack' has given '/u/Nicholas_Pickolaus' lambda!
+19337 [2020-01-31 20:15:23] The OP received lambda too!
+19337 [2020-01-31 20:15:36] '/u/Armack_is_wack' has given '/u/GuywithBowtie' lambda!
+19337 [2020-01-31 20:16:05] '/u/Armack_is_wack' has given '/u/superwatt123' lambda!
+19337 [2020-01-31 20:16:36] '/u/Armack_is_wack' has given '/u/Bernguz' lambda!
+19337 [2020-01-31 20:16:55] '/u/Armack_is_wack' has given '/u/KamKashiiiYT' lambda!
+19337 [2020-01-31 20:26:19] There has been a new submission: 'My Minecraft Survival Series Video! I know audio is trash because of echo but I tried my hardest', with flair 'Gaming'
+19337 [2020-01-31 20:26:21] /u/Ur_Average_Gamer had their submission removed for insufficient lambda.
+19337 [2020-01-31 20:30:22] There has been a new submission: 'Not sure if you’ve heard of the game but any advice? anything you like?', with flair 'Video Critique'
+19337 [2020-01-31 20:37:40] There has been a new submission: 'My newest video “incorrect facts” looking for any feedback', with flair 'Video Critique'
+19337 [2020-01-31 20:41:35] There has been a new submission: 'This is an honor of Kobe Bryant and the legacy he left behind. 🙏🏽😔', with flair 'Vlog'
+19337 [2020-01-31 20:41:37] /u/Omni_Jay had their submission removed for insufficient lambda.
+19337 [2020-01-31 20:42:44] '/u/BLURRfacetv' has given '/u/KamKashiiiYT' lambda!
+19337 [2020-01-31 20:42:44] The OP received lambda too!
+19337 [2020-01-31 20:46:03] '/u/KamKashiiiYT' has given '/u/lebushwacker' lambda!
+19337 [2020-01-31 20:46:03] The OP received lambda too!
+19337 [2020-01-31 20:46:16] '/u/TheCheeseDud' has given '/u/R_Hanna' lambda!
+19337 [2020-01-31 20:46:46] There has been a new submission: 'Aysemmetial Multiplayer Games-Based Channel!', with flair 'Gaming'
+19337 [2020-01-31 20:46:48] /u/Regal_Beaver had their submission removed for insufficient lambda.
+19337 [2020-01-31 20:47:01] '/u/panaramanwa' has given '/u/lebushwacker' lambda!
+19337 [2020-01-31 20:47:01] The OP received lambda too!
+19337 [2020-01-31 20:49:11] There has been a new submission: 'I DO CUSTOM SNEAKERS, PLEASE CHECK OUT MY CHANNEL WOULD BE MUCH APPRECIATED! Thank you', with flair 'None'
+19337 [2020-01-31 20:49:12] /u/IsaakMay had their submission removed for insufficient lambda.
+19337 [2020-01-31 20:49:41] There has been a new submission: 'Asymmetrical Multiplayer Games-Based Channel!', with flair 'Gaming'
+19337 [2020-01-31 20:49:42] /u/Regal_Beaver had their submission removed for insufficient lambda.
+19337 [2020-01-31 20:51:23] There has been a new submission: 'Spent a long time on this one... would appreciate the support by checking it out. I would also love watchtime and title tips.', with flair 'Video Critique'
+19337 [2020-01-31 20:53:47] '/u/HotshotRaptor' has given '/u/Nicholas_Pickolaus' lambda!
+19337 [2020-01-31 20:53:47] The OP received lambda too!
+19337 [2020-01-31 20:55:24] There has been a new submission: 'I made a video on SUB4SUB! I tried to give both sides of the story! Any feedback is appreciated :D', with flair 'Video Critique'
+19337 [2020-01-31 20:59:31] '/u/OqulYildiz' has given '/u/superwatt123' lambda!
+19337 [2020-01-31 20:59:31] The OP received lambda too!
+19337 [2020-01-31 21:03:00] There has been a new submission: 'Dwayne "The Rock" Johnson Workout 2020', with flair 'Meta'
+19337 [2020-01-31 21:03:02] /u/BestOfSport99 had their submission removed for using the wrong flair.
+19337 [2020-01-31 21:03:45] There has been a new submission: 'My Air Pods Fell Down The Drain Of The Sink! 😱😱😱😭😭😭', with flair 'Vlog'
+19337 [2020-01-31 21:03:47] /u/Brandonthe-Archivist had their submission removed for insufficient lambda.
+19337 [2020-01-31 21:06:15] There has been a new submission: 'Resident Evil Remake 2 - Mr X Gave It To Him - I have tried cutting down around 40 minutes of recording into 10 minutes of video. Any issues? Tips? Things you liked/didn't like?', with flair 'Video Critique'
+19337 [2020-01-31 21:09:22] '/u/degwood777' has given '/u/MafiasFinestTV' lambda!
+19337 [2020-01-31 21:10:35] '/u/The_Suited_Bird' has given '/u/KingOberon13' lambda!
+19337 [2020-01-31 21:10:35] The OP received lambda too!
+19337 [2020-01-31 21:14:28] There has been a new submission: 'Best apex montage', with flair 'Gaming'
+19337 [2020-01-31 21:14:30] /u/Sircuckoo had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:15:52]
+####################
+[2020-01-31 21:15:52] RESTARTED
+####################
+
+19556 [2020-01-31 21:22:11] There has been a new submission: 'The most out there video I’ve ever done', with flair 'None'
+19556 [2020-01-31 21:22:13] /u/mackenzie_jewell_ had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:26:23] '/u/Matigian_Media' has given '/u/gabbothefox' lambda!
+19556 [2020-01-31 21:27:34] There has been a new submission: 'HI!!! im new here', with flair 'Gaming'
+19556 [2020-01-31 21:27:35] /u/Hayden-e-tv-yt had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:35:36] There has been a new submission: 'Dwayne "The Rock" Johnson Workout 2020', with flair 'Channel Review'
+19556 [2020-01-31 21:35:38] /u/BestOfSport99 had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:38:57] '/u/OG_Dan' has given '/u/Dorokke' lambda!
+19556 [2020-01-31 21:44:02] There has been a new submission: 'Hey! Please can I have some feedback on my review of the Beginner's Guide (Game) Will Give lambda', with flair 'Video Critique'
+19556 [2020-01-31 21:46:53] There has been a new submission: 'The CORONAVIRUS is in 37 countries.', with flair 'Channel Review'
+19556 [2020-01-31 21:46:54] /u/fatima993 had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:47:23] There has been a new submission: 'Don't know if I posted at the wrong time. I didn't feel like I got enough feedback. All I got was one positive response. Please tear me to shreds.', with flair 'Video Critique'
+19556 [2020-01-31 21:50:52] There has been a new submission: 'I've been doing funny moment type videos my whole life on YouTube. I wanted to try a let's play and I really want to get good at it. Feedback would be perfect. Good or bad.', with flair 'Video Critique'
+19556 [2020-01-31 21:50:55] /u/UndeadlySnow had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:53:16] There has been a new submission: 'Save Gaming Gaming Industry Is Dying', with flair 'None'
+19556 [2020-01-31 21:53:18] /u/RexakisGamer had their submission removed for insufficient lambda.
+19556 [2020-01-31 21:57:04] '/u/degwood777' has given '/u/UndeadlySnow' lambda!
+19556 [2020-01-31 21:57:59] '/u/degwood777' has given '/u/giosfamilyfun' lambda!
+19556 [2020-01-31 22:03:52] '/u/The_Suited_Bird' has given '/u/KingDaN8252' lambda!
+19556 [2020-01-31 22:04:07] There has been a new submission: 'Chanonry Point - Time-lapse 4K', with flair 'Art'
+19556 [2020-01-31 22:04:09] /u/AlexDisneyTravels had their submission removed for insufficient lambda.
+19556 [2020-01-31 22:04:52] '/u/The_Suited_Bird' has given '/u/BroAverageYT' lambda!
+19556 [2020-01-31 22:05:27] '/u/The_Suited_Bird' has given '/u/azurestrikergamer' lambda!
+19556 [2020-01-31 22:06:15] '/u/The_Suited_Bird' has given '/u/One-Dos-San-Chaar' lambda!
+19556 [2020-01-31 22:06:42] '/u/The_Suited_Bird' has given '/u/BestOfSport99' lambda!
+19556 [2020-01-31 22:07:05] '/u/The_Suited_Bird' has given '/u/UndeadlySnow' lambda!
+19556 [2020-01-31 22:10:28] There has been a new submission: 'How to earn you money', with flair 'Discussion'
+19556 [2020-01-31 22:19:33] There has been a new submission: 'Almost 50 subs! How do you guys think my channel looks and what should I do differently to improve??', with flair 'Channel Review'
+19556 [2020-01-31 22:19:35] There has been a new submission: 'First acrylic pour of the year (constructive criticism welcome)', with flair 'None'
+19556 [2020-01-31 22:19:36] /u/Agodber had their submission removed for insufficient lambda.
+19556 [2020-01-31 22:20:43] '/u/MattEssYT' has given '/u/Zizuke' lambda!
+19556 [2020-01-31 22:20:43] The OP received lambda too!
+19556 [2020-01-31 22:26:41] There has been a new submission: 'Hey, for most of these videos, I just don't care for the topic/idea.', with flair 'Discussion'
+19556 [2020-01-31 22:29:42] '/u/centyauro' has given '/u/JoeBrozek' lambda!
+19556 [2020-01-31 22:29:42] The OP received lambda too!
+19556 [2020-01-31 22:30:12] '/u/OneFor56' has given '/u/gamebalance' lambda!
+19556 [2020-01-31 22:30:12] The OP received lambda too!
+19556 [2020-01-31 22:30:22] There has been a new submission: 'Who want to learn Web Development from Scratch', with flair 'None'
+19556 [2020-01-31 22:30:24] /u/ShaHG412 had their submission removed for insufficient lambda.
+19556 [2020-01-31 22:31:53] '/u/OneFor56' has given '/u/Nicholas_Pickolaus' lambda!
+19556 [2020-01-31 22:34:55] '/u/superwatt123' has given '/u/gamebalance' lambda!
+19556 [2020-01-31 22:34:55] The OP received lambda too!
+19556 [2020-01-31 22:35:12] '/u/GnormPlays' has given '/u/lebushwacker' lambda!
+19556 [2020-01-31 22:35:12] The OP received lambda too!
+19556 [2020-01-31 22:35:20] There has been a new submission: 'Nicholas Pickolaus on YT', with flair 'Channel Review'
+19556 [2020-01-31 22:36:24] '/u/superwatt123' has given '/u/Bernguz' lambda!
+19556 [2020-01-31 22:37:32] '/u/superwatt123' has given '/u/UndeadlySnow' lambda!
+19556 [2020-01-31 22:39:02] '/u/PreetiSketch' has given '/u/Zizuke' lambda!
+19556 [2020-01-31 22:39:02] The OP received lambda too!
+19556 [2020-01-31 22:44:25] '/u/KamKashiiiYT' has given '/u/Dorokke' lambda!
+19556 [2020-01-31 22:44:51] There has been a new submission: 'I've been doing funny moment type videos my whole life on YouTube. I wanted to start let's plays and get good at it. This is my first ever let's play. Feedback is appreciated. Good and bad.', with flair 'Video Critique'
+19556 [2020-01-31 22:45:02] '/u/The_Suited_Bird' has given '/u/Dorokke' lambda!
+19556 [2020-01-31 22:45:21] '/u/The_Suited_Bird' has given '/u/Opacupaito' lambda!
+19556 [2020-01-31 22:49:05] '/u/The_Suited_Bird' has given '/u/Paul_francis' lambda!
+19556 [2020-01-31 22:49:33] There has been a new submission: '(only 2 mins long!) My 22nd Birthday in New York City Vlog | Would love any feedback/reccomendations on what I could do to improve | if you have a similar beauty/fashion/lifestyle type channel link it down below I would love find similar creators!', with flair 'Video Critique'
+19556 [2020-01-31 22:49:40] '/u/The_Suited_Bird' has given '/u/Domain1776' lambda!
+19556 [2020-01-31 22:50:55] '/u/The_Suited_Bird' has given '/u/RexakisGamer' lambda!
+19556 [2020-01-31 22:58:16] '/u/Matigian_Media' has given '/u/BestOfSport99' lambda!
+19556 [2020-01-31 22:58:40] There has been a new submission: 'FOR HONOR AND THE QUEST FOR DABUSHI PART 2', with flair 'Gaming'
+19556 [2020-01-31 22:58:41] /u/RadiumMonkey had their submission removed for insufficient lambda.
+19556 [2020-01-31 22:59:25] There has been a new submission: 'Meat Church vs. Killer Hogs RIB THROWDOWN | Gulf Coast Smoke (Any suggestions to get better? Only my 2nd video!)', with flair 'Video Critique'
+19556 [2020-01-31 22:59:26] /u/GulfCoastSmoke had their submission removed for insufficient lambda.
+19556 [2020-01-31 23:00:10] '/u/centyauro' has given '/u/Dorokke' lambda!
+19556 [2020-01-31 23:00:24] '/u/centyauro' has given '/u/justin7201982ray' lambda!
+19556 [2020-01-31 23:00:35] '/u/MattEssYT' has given '/u/Dorokke' lambda!
+19556 [2020-01-31 23:10:34] '/u/Matigian_Media' has given '/u/BradenSky' lambda!
+19556 [2020-01-31 23:12:52] There has been a new submission: 'I make apex funny random editions(i don't know how to call it but they are ¨funny¨, i think) since i watched this kind of videos i wanted to make this type of content. Any type of feedback is appreciated!:D', with flair 'Gaming'
+19693 [2020-01-31 23:15:52]
+####################
+[2020-01-31 23:15:52] RESTARTED
+####################
+
+1431 [2020-01-31 23:16:49] Updated statistics
+19693 [2020-01-31 23:37:13] There has been a new submission: 'A new take on COPPA. In-depth analysis and what it means for Youtubers', with flair 'Discussion'
+19693 [2020-01-31 23:38:12] '/u/The_Suited_Bird' has given '/u/prettyboiRandell' lambda!
+19693 [2020-01-31 23:39:38] '/u/The_Suited_Bird' has given '/u/BradenSky' lambda!
+19693 [2020-01-31 23:40:34] '/u/The_Suited_Bird' has given '/u/CantStopWatchingVids' lambda!
+19693 [2020-01-31 23:43:17] There has been a new submission: 'The first installment of the daily 1 minute vlogs! Check it out.', with flair 'Vlog'
+19693 [2020-01-31 23:43:19] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+19693 [2020-01-31 23:45:58] '/u/centyauro' has given '/u/rpenguinr' lambda!
+19693 [2020-01-31 23:49:55] There has been a new submission: 'Beeripmo Walk day 2 - Our first overnight hike - WILD ECHIDNA SIGHTING!', with flair 'Vlog'
+19693 [2020-01-31 23:50:15] '/u/superwatt123' has given '/u/BobbyMcbobb3rson' lambda!
+19693 [2020-01-31 23:52:28] '/u/KamKashiiiYT' has given '/u/BobbyMcbobb3rson' lambda!
+19693 [2020-01-31 23:54:17] There has been a new submission: 'I started rollercoaster vlogging in the summer and really enjoy it. I plan on doing quite a bit of travel this season to many parks and events. Any advice on my latest vlog would be appreciated to improve my vlogs for the season coming up.', with flair 'Vlog'
+19693 [2020-01-31 23:54:19] /u/TheCoasternaut had their submission removed for insufficient lambda.
+19693 [2020-02-01 00:01:19] '/u/The_Suited_Bird' has given '/u/Arrrash' lambda!
+19693 [2020-02-01 00:08:52] There has been a new submission: 'The first installment of the daily 1 minute vlogs! Check it out.', with flair 'Vlog'
+19693 [2020-02-01 00:10:54] There has been a new submission: 'Trying to brake my Comfort zone. Hers my Flash leaks and synopsis!', with flair 'Discussion'
+19693 [2020-02-01 00:10:56] /u/MarSummerss had their submission removed for using the wrong flair.
+19693 [2020-02-01 00:11:08] There has been a new submission: 'NEW GLOBETTA FISH!? (Comments, Likes, & Support Returned on Youtube)', with flair 'Discussion'
+19693 [2020-02-01 00:11:10] /u/MattThibodeau had their submission removed for using the wrong flair.
+19693 [2020-02-01 00:12:38] There has been a new submission: 'NEW GLOBETTA FISH!? (ALL COMMENTS, LIKES, SUPPORT RETURNED ON YT)', with flair 'Channel Review'
+19693 [2020-02-01 00:17:12] '/u/Matigian_Media' has given '/u/invaderzoom' lambda!
+19693 [2020-02-01 00:21:53] There has been a new submission: 'Trying to make something happen on YouTube', with flair 'Channel Review'
+19693 [2020-02-01 00:21:55] /u/MarSummerss had their submission removed for insufficient lambda.
+19693 [2020-02-01 00:25:01] '/u/invaderzoom' has given '/u/TheRealJyro' lambda!
+19693 [2020-02-01 00:25:01] The OP received lambda too!
+19693 [2020-02-01 00:32:39] There has been a new submission: 'Made another video on Apex Legends. This one is on Pathfinder and the Grand Soiree Event. Hope you all enjoy.', with flair 'Video Critique'
+19693 [2020-02-01 00:33:22] There has been a new submission: 'Hey guys I work soooo hard on this animation please help me out and I help you out', with flair 'Art'
+19693 [2020-02-01 00:33:23] /u/kokopoplol had their submission removed for insufficient lambda.
+19693 [2020-02-01 00:40:23] There has been a new submission: 'When you get too turnt ...', with flair 'Vlog'
+19693 [2020-02-01 00:40:25] /u/midget-hunter had their submission removed for insufficient lambda.
+19693 [2020-02-01 00:40:31] There has been a new submission: 'Norway VS Denmark (Minecraft). I spent almost 20 hours editing this, so feedback is greatly appreciated :)', with flair 'Video Critique'
+19693 [2020-02-01 00:41:58] There has been a new submission: 'I made the beat and filmed these spiders to try and make a videography, b role type of video. I know the quality isn't great, cause I have to download it a couple different times cause I deleted on account. Just looking for some feedback or some tips. Thanks.', with flair 'Video Critique'
+19693 [2020-02-01 00:42:52] There has been a new submission: 'I just made this video. I hope you enjoy it.', with flair 'Video Critique'
+19693 [2020-02-01 00:49:19] '/u/The_Suited_Bird' has given '/u/invaderzoom' lambda!
+19693 [2020-02-01 00:51:08] '/u/The_Suited_Bird' has given '/u/Pluike' lambda!
+19693 [2020-02-01 00:51:24] There has been a new submission: 'Advice Before Starting YouTube', with flair 'Discussion'
+19693 [2020-02-01 00:51:53] '/u/The_Suited_Bird' has given '/u/Darviz' lambda!
+19693 [2020-02-01 00:52:18] '/u/The_Suited_Bird' has given '/u/TheGamerGuy2' lambda!
+19693 [2020-02-01 00:55:13] '/u/invaderzoom' has given '/u/CantStopWatchingVids' lambda!
+19693 [2020-02-01 00:56:45] '/u/BobbyMcbobb3rson' has given '/u/ZhyperCR1T' lambda!
+19693 [2020-02-01 00:56:45] The OP received lambda too!
+19693 [2020-02-01 00:57:05] '/u/BobbyMcbobb3rson' has given '/u/TheRealJyro' lambda!
+19693 [2020-02-01 01:02:15] '/u/avamansouri' has given '/u/tswizzlenizzle' lambda!
+19693 [2020-02-01 01:02:15] The OP received lambda too!
+19693 [2020-02-01 01:02:45] '/u/avamansouri' has given '/u/Frozentyme' lambda!
+19693 [2020-02-01 01:10:17] '/u/centyauro' has given '/u/CantStopWatchingVids' lambda!
+19693 [2020-02-01 01:14:35] '/u/Dorokke' has given '/u/CantStopWatchingVids' lambda!
+19693 [2020-02-01 01:14:35] The OP received lambda too!
+19693 [2020-02-01 01:15:31] There has been a new submission: 'CSGO'S BIZARRE ADVENTURE (CSGO Funny Moments)This is my latest video, any feedback would be appreciated, also hopefully you enjoy my content enough to like and subscribe as it does help :)', with flair 'Video Critique'
+19837 [2020-02-01 01:15:52]
+####################
+[2020-02-01 01:15:52] RESTARTED
+####################
+
+19837 [2020-02-01 01:18:12] '/u/OG_Dan' has given '/u/TitansTracks' lambda!
+19837 [2020-02-01 01:26:34] There has been a new submission: 'How To Keep Your Brain Healthy in Just 10 Minutes Each Day', with flair 'Channel Review'
+19837 [2020-02-01 01:26:35] /u/Keagan1016 had their submission removed for insufficient lambda.
+19837 [2020-02-01 01:29:41] There has been a new submission: 'Can The XFL Survive With The NFL as a Competitor?', with flair 'Discussion'
+19837 [2020-02-01 01:29:42] /u/mtb3721 had their submission removed for using the wrong flair.
+19837 [2020-02-01 02:04:40] There has been a new submission: 'The Nightmare Creatures You'll Never See..', with flair 'Video Critique'
+19837 [2020-02-01 02:04:41] /u/campthechamp16 had their submission removed for insufficient lambda.
+19837 [2020-02-01 02:09:53] '/u/The_Suited_Bird' has given '/u/Keagan1016' lambda!
+19837 [2020-02-01 02:10:27] '/u/The_Suited_Bird' has given '/u/zweller842' lambda!
+19837 [2020-02-01 02:11:09] '/u/The_Suited_Bird' has given '/u/GarthBenjaminTheKing' lambda!
+19837 [2020-02-01 02:11:34] '/u/The_Suited_Bird' has given '/u/campthechamp16' lambda!
+19837 [2020-02-01 02:17:33] There has been a new submission: 'my experience as a woman livestreaming on twitch.... people really want to see my feet', with flair 'Vlog'
+19837 [2020-02-01 02:17:34] /u/Vindensang_ had their submission removed for insufficient lambda.
+19837 [2020-02-01 02:18:59] '/u/pkbausman' has given '/u/Frozentyme' lambda!
+19837 [2020-02-01 02:18:59] The OP received lambda too!
+19837 [2020-02-01 02:31:10] '/u/superwatt123' has given '/u/PotatoMine54' lambda!
+19837 [2020-02-01 02:31:10] The OP received lambda too!
+19837 [2020-02-01 02:31:39] '/u/The_Suited_Bird' has given '/u/PiqueTV' lambda!
+19837 [2020-02-01 02:36:24] There has been a new submission: 'He ate what for 24 hours!', with flair 'Vlog'
+19837 [2020-02-01 02:37:05] There has been a new submission: 'Interested in being a part of a joined channel that uploads daily? If so send a message to u/madannoyingshows for the details. We need another 5 people so we can have 7 in total for each day of the week. Excited to be working with u soon 👍🏼', with flair 'None'
+19837 [2020-02-01 02:37:06] /u/CrypticNuke had their submission removed for insufficient lambda.
+19837 [2020-02-01 02:41:33] '/u/superwatt123' has given '/u/cobaltcurves' lambda!
+19837 [2020-02-01 02:43:24] '/u/TheRealJyro' has given '/u/PotatoMine54' lambda!
+19837 [2020-02-01 02:43:24] The OP received lambda too!
+19837 [2020-02-01 02:48:57] There has been a new submission: 'Vanish: Speed Gamer', with flair 'Gaming'
+19837 [2020-02-01 02:48:58] /u/KinguKani had their submission removed for insufficient lambda.
+19837 [2020-02-01 02:56:03] There has been a new submission: 'Are they CHEATING? Go with your GUT. #narcissist', with flair 'Thumbnail Review'
+19837 [2020-02-01 02:56:04] /u/PaivaReddit had their submission removed for insufficient lambda.
+19837 [2020-02-01 03:07:53] There has been a new submission: 'My first video of 2020!!! I have been working really hard on this motion graphic template system for adobe premiere cc. Let me know what you all think. I made a free version of it. So def check it out!', with flair 'Video Critique'
+19837 [2020-02-01 03:12:28] '/u/Dorokke' has given '/u/PotatoMine54' lambda!
+19837 [2020-02-01 03:15:17] There has been a new submission: 'The Forest - Survival Horror', with flair 'Video Critique'
+20033 [2020-02-01 03:15:52]
+####################
+[2020-02-01 03:15:52] RESTARTED
+####################
+
+20033 [2020-02-01 03:17:16] '/u/THENEXTBIGTHINGMINER' has given '/u/Zizuke' lambda!
+20033 [2020-02-01 03:18:29] '/u/THENEXTBIGTHINGMINER' has given '/u/Riko_07' lambda!
+20033 [2020-02-01 03:29:27] There has been a new submission: 'Exposing SoundCloud Rappers | Can You Rap School Edition | Freestyles and Rap Battles', with flair 'None'
+20033 [2020-02-01 03:29:28] /u/16osc had their submission removed for insufficient lambda.
+20033 [2020-02-01 03:34:16] There has been a new submission: 'Pokemon Home news, from Torchlight Frontier to Torchlight 3, and more', with flair 'Video Critique'
+20033 [2020-02-01 03:34:18] /u/Tastydrumstick had their submission removed for insufficient lambda.
+20033 [2020-02-01 03:44:26] There has been a new submission: 'Something from today’s news', with flair 'Art'
+20033 [2020-02-01 03:44:28] /u/get_off_my_lawnfilms had their submission removed for insufficient lambda.
+20033 [2020-02-01 03:46:01] There has been a new submission: 'Been working on this video for a long time. I would looove some feedback! What I did wrong? slow parts? unfunny parts? AKA critical critique. I really hope you enjoy the video :)', with flair 'Video Critique'
+20033 [2020-02-01 03:47:51] There has been a new submission: 'Hello, I make videos about art, crafts and general creativity. This is my most recent video. I would love some feedback.', with flair 'Video Critique'
+20033 [2020-02-01 03:47:52] /u/JossWJ had their submission removed for insufficient lambda.
+20033 [2020-02-01 03:51:21] There has been a new submission: 'Rap', with flair 'Channel Review'
+20033 [2020-02-01 03:51:23] /u/CALLMEREX223 had their submission removed for insufficient lambda.
+20033 [2020-02-01 04:07:38] '/u/MattThibodeau' has given '/u/pawndaunt' lambda!
+20033 [2020-02-01 04:07:38] The OP received lambda too!
+20033 [2020-02-01 04:20:40] There has been a new submission: 'It gives offer for those people who hit subscribe....', with flair 'None'
+20033 [2020-02-01 04:20:42] /u/Jolly-Worth had their submission removed for insufficient lambda.
+20033 [2020-02-01 04:21:30] There has been a new submission: 'The Dreaded Plus Two - Uno (Feedback Welcomed!)', with flair 'Gaming'
+20033 [2020-02-01 04:21:33] /u/Onyx_Gaming had their submission removed for insufficient lambda.
+20033 [2020-02-01 04:27:46] There has been a new submission: 'New video :) please upvote & subscribe❤️', with flair 'Video Critique'
+20033 [2020-02-01 04:27:47] /u/Urzbn1 had their submission removed for insufficient lambda.
+20033 [2020-02-01 04:28:13] There has been a new submission: 'Taking good care for our environment is the best thing to stay strong...', with flair 'None'
+20033 [2020-02-01 04:28:14] /u/Jolly-Worth had their submission removed for insufficient lambda.
+20033 [2020-02-01 04:31:28] There has been a new submission: 'Try to download system and run it directly...', with flair 'None'
+20033 [2020-02-01 04:31:30] /u/Jolly-Worth had their submission removed for insufficient lambda.
+20033 [2020-02-01 04:37:29] There has been a new submission: 'Where did your main growth come from?', with flair 'Discussion'
+20033 [2020-02-01 04:38:13] '/u/TheRealJyro' has given '/u/superwatt123' lambda!
+20033 [2020-02-01 04:42:46] There has been a new submission: 'Is 3:30-4:15 average viewer retention decent?', with flair 'Discussion'
+20033 [2020-02-01 04:44:48] '/u/UndeadlySnow' has given '/u/pawndaunt' lambda!
+20033 [2020-02-01 04:44:49] The OP received lambda too!
+20033 [2020-02-01 05:02:10] There has been a new submission: 'Ruined a Boomers fortnite fashion show.', with flair 'Gaming'
+20033 [2020-02-01 05:02:12] /u/SagemodeX had their submission removed for insufficient lambda.
+20033 [2020-02-01 05:05:23] '/u/The_Suited_Bird' has given '/u/ulfberht13' lambda!
+20033 [2020-02-01 05:06:00] '/u/The_Suited_Bird' has given '/u/MagicWolfPlayz' lambda!
+20033 [2020-02-01 05:08:52] There has been a new submission: 'Checkout My Tech Related Channel and Give Me Some Review!', with flair 'Channel Review'
+20033 [2020-02-01 05:08:53] /u/mnaopu had their submission removed for insufficient lambda.
+20172 [2020-02-01 05:15:52]
+####################
+[2020-02-01 05:15:52] RESTARTED
+####################
+
+20172 [2020-02-01 05:16:46] '/u/PotatoMine54' has given '/u/superwatt123' lambda!
+20172 [2020-02-01 05:16:46] The OP received lambda too!
+20172 [2020-02-01 05:23:00] There has been a new submission: 'Playing PUBG on Mobile for The first Time. But Played on the PC for more like 800 hours. Just wanted some feedback on the vid itself. There is a lot of improvement to be made, but I'm always learning, and advancing.', with flair 'Gaming'
+20172 [2020-02-01 05:52:36] There has been a new submission: 'Making 5 Songs Because I'm POOR // I make music so I don't get claimed for using other music', with flair 'Art'
+20172 [2020-02-01 05:52:38] /u/UnclothedLemur35 had their submission removed for insufficient lambda.
+20172 [2020-02-01 06:42:07] There has been a new submission: 'Thai ta music of free fire best game for aver for me .i love it', with flair 'Gaming'
+20172 [2020-02-01 06:42:09] /u/sourabh9493 had their submission removed for insufficient lambda.
+20898 [2020-02-01 07:15:52]
+####################
+[2020-02-01 07:15:52] RESTARTED
+####################
+
+20898 [2020-02-01 08:20:04] There has been a new submission: 'Hey! I’m trying to make cod montages a main thing again so please check mine out if you have a moment!', with flair 'Gaming'
+20898 [2020-02-01 08:20:07] /u/IndianSpice1 had their submission removed for insufficient lambda.
+20898 [2020-02-01 08:20:13] There has been a new submission: 'My vidéo Bibi.Exe Brawl Star (~3hour time for making the montage)', with flair 'Gaming'
+20898 [2020-02-01 08:20:15] /u/Gorark had their submission removed for insufficient lambda.
+20898 [2020-02-01 08:23:07] '/u/degwood777' has given '/u/mv6120' lambda!
+20898 [2020-02-01 08:23:43] '/u/degwood777' has given '/u/BestOfSport99' lambda!
+20898 [2020-02-01 08:24:17] '/u/degwood777' has given '/u/MrHtech18' lambda!
+20898 [2020-02-01 08:25:14] '/u/degwood777' has given '/u/Sebaa_LoXx101' lambda!
+20898 [2020-02-01 08:25:40] '/u/degwood777' has given '/u/CantStopWatchingVids' lambda!
+20898 [2020-02-01 08:26:05] '/u/degwood777' has given '/u/Paul_francis' lambda!
+20898 [2020-02-01 08:26:41] '/u/degwood777' has given '/u/xsailorrose' lambda!
+20898 [2020-02-01 08:27:38] '/u/degwood777' has given '/u/sandidiot' lambda!
+20898 [2020-02-01 08:28:26] '/u/degwood777' has given '/u/TitansTracks' lambda!
+20898 [2020-02-01 08:28:48] '/u/degwood777' has given '/u/YellowSiren' lambda!
+20898 [2020-02-01 08:29:09] '/u/degwood777' has given '/u/daytoremembers' lambda!
+21033 [2020-02-01 09:15:52]
+####################
+[2020-02-01 09:15:52] RESTARTED
+####################
+
+21033 [2020-02-01 10:39:05] There has been a new submission: 'Video Essayists or News Related Youtubers', with flair 'Discussion'
+21033 [2020-02-01 10:55:29] There has been a new submission: 'Hello! I would love to get some feedback on my channel and what can i improve.', with flair 'Video Critique'
+21033 [2020-02-01 10:58:20] There has been a new submission: 'SPACEMAN X JOURNEY INTO THE NETHERVERSE!! New free youtube Scifi series!! Black Panther Meets Star Wars!', with flair 'Vlog'
+21033 [2020-02-01 10:58:21] /u/Mrmystery543 had their submission removed for insufficient lambda.
+21033 [2020-02-01 11:03:33] '/u/PiqueTV' has given '/u/melushcca' lambda!
+21033 [2020-02-01 11:03:33] The OP received lambda too!
+21033 [2020-02-01 11:06:27] '/u/PiqueTV' has given '/u/funklahoma' lambda!
+21033 [2020-02-01 11:14:30] '/u/Dorokke' has given '/u/britishwalkthroughs1' lambda!
+21033 [2020-02-01 11:15:17] There has been a new submission: 'I need some feedback on my first video and channel overall :)', with flair 'Channel Review'
+21033 [2020-02-01 11:15:19] /u/sirkaruto had their submission removed for insufficient lambda.
+21168 [2020-02-01 11:15:52]
+####################
+[2020-02-01 11:15:52] RESTARTED
+####################
+
+21168 [2020-02-01 11:18:48] '/u/PiqueTV' has given '/u/ActivexGen' lambda!
+21168 [2020-02-01 11:18:48] The OP received lambda too!
+21168 [2020-02-01 11:19:18] '/u/PiqueTV' has given '/u/TucoSalomanca' lambda!
+21168 [2020-02-01 11:19:49] '/u/PiqueTV' has given '/u/Sipover' lambda!
+21168 [2020-02-01 11:27:10] There has been a new submission: 'Specific request. How to make interesting videos with this puzzle game? It's my game. Usually this type of games have just solution videos. How to make videos of this game to be more interesting, also to people who never played it? I will not use cam(shy). But I can record voice.', with flair 'Gaming'
+21168 [2020-02-01 11:50:33] There has been a new submission: 'Burning Shark made from matches', with flair 'Art'
+21168 [2020-02-01 11:50:35] /u/PyroMiloYT had their submission removed for insufficient lambda.
+21168 [2020-02-01 12:17:03] '/u/BestOfSport99' has given '/u/degwood777' lambda!
+21168 [2020-02-01 12:17:03] The OP received lambda too!
+21168 [2020-02-01 12:18:13] There has been a new submission: 'The Cost of a Life - Can you Afford to buy your own human?', with flair 'Video Critique'
+21168 [2020-02-01 12:23:43] There has been a new submission: 'TRAFFIC TO GROW YOUR CHANNEL', with flair 'None'
+21168 [2020-02-01 12:23:45] /u/pablotinkaso had their submission removed for insufficient lambda.
+21168 [2020-02-01 12:33:52] There has been a new submission: 'I've been doing YT for about 4+ years. This is my most recent upload, any criticism?', with flair 'Video Critique'
+21168 [2020-02-01 12:33:54] /u/JeffKaplanFromOW had their submission removed for insufficient lambda.
+21168 [2020-02-01 12:39:44] '/u/FlippantFlaneur' has given '/u/degwood777' lambda!
+21168 [2020-02-01 12:39:44] The OP received lambda too!
+21168 [2020-02-01 12:42:54] There has been a new submission: 'You are my shinshine- cover by Aman Wangnao. Just uploaded this short cover song! Please do share your opinions on the video . i would greatly appreciate it if you could help my channel grow by subscribing to it', with flair 'Channel Review'
+21168 [2020-02-01 12:43:43] There has been a new submission: 'What's Your YouTube Dream?', with flair 'Video Critique'
+21168 [2020-02-01 12:44:16] '/u/gamebalance' has given '/u/MoskitoDan' lambda!
+21168 [2020-02-01 12:44:16] The OP received lambda too!
+21168 [2020-02-01 12:59:39] There has been a new submission: 'Should there be a 1v1 gamemode in Apex?', with flair 'Gaming'
+21168 [2020-02-01 12:59:40] /u/KristiansVG had their submission removed for insufficient lambda.
+21168 [2020-02-01 13:12:31] There has been a new submission: 'I got Arrested!!!!! 😱', with flair 'Gaming'
+21168 [2020-02-01 13:12:33] /u/Koko_101 had their submission removed for insufficient lambda.
+21325 [2020-02-01 13:15:53]
+####################
+[2020-02-01 13:15:53] RESTARTED
+####################
+
+21325 [2020-02-01 13:19:23] There has been a new submission: 'kyror - kan', with flair 'Art'
+21325 [2020-02-01 13:19:23] /u/kyror had their submission removed for insufficient lambda.
+21325 [2020-02-01 13:28:17] There has been a new submission: 'Octopus Arms Have Minds of Their Own', with flair 'Video Critique'
+21325 [2020-02-01 13:28:18] /u/MartinaSolares had their submission removed for insufficient lambda.
+21325 [2020-02-01 13:37:58] '/u/BobbyMcbobb3rson' has given '/u/degwood777' lambda!
+21325 [2020-02-01 13:38:11] '/u/BobbyMcbobb3rson' has given '/u/Leon_is_a_Ghost' lambda!
+21325 [2020-02-01 13:46:12] There has been a new submission: 'feedback is much appreciated', with flair 'None'
+21325 [2020-02-01 13:46:13] /u/Rayzxvl had their submission removed for insufficient lambda.
+21325 [2020-02-01 13:46:22] '/u/The_Suited_Bird' has given '/u/Tastydrumstick' lambda!
+21325 [2020-02-01 13:49:35] '/u/The_Suited_Bird' has given '/u/Ironick96' lambda!
+21325 [2020-02-01 13:51:06] '/u/Aman_Moxxy' has given '/u/VreaL37' lambda!
+21325 [2020-02-01 13:51:06] The OP received lambda too!
+21325 [2020-02-01 13:51:20] '/u/scorhiphop' has given '/u/BobbyMcbobb3rson' lambda!
+21325 [2020-02-01 13:51:20] The OP received lambda too!
+21325 [2020-02-01 13:51:34] '/u/The_Suited_Bird' has given '/u/-CANTOBOTZ-' lambda!
+21325 [2020-02-01 13:58:19] '/u/The_Suited_Bird' has given '/u/degwood777' lambda!
+21325 [2020-02-01 13:59:05] '/u/The_Suited_Bird' has given '/u/Koko_101' lambda!
+21325 [2020-02-01 14:01:02] '/u/Matigian_Media' has given '/u/degwood777' lambda!
+21325 [2020-02-01 14:01:52] '/u/The_Suited_Bird' has given '/u/Jischasing' lambda!
+21325 [2020-02-01 14:05:42] There has been a new submission: 'A Fun Day in Thailand where we visited the 4 face Buddha temple and a Firing Range in Hat Yai, Thailand', with flair 'Vlog'
+21325 [2020-02-01 14:05:44] /u/Joskuru had their submission removed for insufficient lambda.
+21325 [2020-02-01 14:13:44] There has been a new submission: 'Hi we just made a video and would really like some feedback on it', with flair 'Video Critique'
+21325 [2020-02-01 14:13:45] /u/-HolyWarrior- had their submission removed for insufficient lambda.
+21325 [2020-02-01 14:15:45] There has been a new submission: 'Im an extremely small channel (66 subs) and i love making content, it helps relieve stress and I love to share it with people can you guys help me out and tell me your thoughts?', with flair 'Channel Review'
+21325 [2020-02-01 14:15:47] /u/Asian-Freak-20 had their submission removed for insufficient lambda.
+21325 [2020-02-01 14:18:06] There has been a new submission: 'I made this video to experiment with a music channel and just wanted to hear some feedback on how I could do better.', with flair 'Video Critique'
+21325 [2020-02-01 14:27:28] There has been a new submission: 'Edit macro tutorial for fortnite! a like and sub would be appreciated', with flair 'Gaming'
+21325 [2020-02-01 14:27:29] /u/nonstopion had their submission removed for insufficient lambda.
+21325 [2020-02-01 14:32:40] There has been a new submission: 'Rumblr Scam', with flair 'Discussion'
+21325 [2020-02-01 14:34:19] '/u/Nicholas_Pickolaus' has given '/u/MusikPalast' lambda!
+21325 [2020-02-01 14:34:19] The OP received lambda too!
+21325 [2020-02-01 14:39:02] '/u/BLURRfacetv' has given '/u/SwanCreek' lambda!
+21325 [2020-02-01 14:42:57] There has been a new submission: 'MW Edit | Edgy Enough?', with flair 'Video Critique'
+21325 [2020-02-01 14:44:18] There has been a new submission: 'Toxic Kids Playing Fortnite', with flair 'Gaming'
+21325 [2020-02-01 14:44:20] /u/Denniseeh had their submission removed for insufficient lambda.
+21325 [2020-02-01 14:46:19] '/u/FlippantFlaneur' has given '/u/Mindfuldesigns' lambda!
+21325 [2020-02-01 14:47:30] '/u/About30NinjasYT' has given '/u/Atiqur1984' lambda!
+21325 [2020-02-01 14:47:30] The OP received lambda too!
+21325 [2020-02-01 14:51:29] There has been a new submission: 'Discussion', with flair 'Discussion'
+21325 [2020-02-01 14:58:16] There has been a new submission: 'Lego Doctor Who Series 2 Finale Title Sequence', with flair 'Video Critique'
+21325 [2020-02-01 14:58:17] /u/JoshMurphyStudios had their submission removed for insufficient lambda.
+21325 [2020-02-01 15:01:06] There has been a new submission: 'Video Game Doors Are Stupid (Video Essay Parody)', with flair 'Video Critique'
+21325 [2020-02-01 15:01:19] '/u/ShiverMeTimbsBruh' has given '/u/NocturnalFudj' lambda!
+21325 [2020-02-01 15:08:55] '/u/The_Suited_Bird' has given '/u/SovietBum' lambda!
+21325 [2020-02-01 15:12:21] There has been a new submission: 'Last push to the 1k .. hope you come along for the journey', with flair 'Vlog'
+21325 [2020-02-01 15:12:23] /u/FPVMARK had their submission removed for insufficient lambda.
+21325 [2020-02-01 15:12:35] There has been a new submission: 'First official video where I've shown my face , this was for an intro to my latest Minecraft vid. I think it's pretty funny but id always like some feedback', with flair 'Video Critique'
+21325 [2020-02-01 15:12:37] /u/DATBOI_BLACKSTAR had their submission removed for insufficient lambda.
+21325 [2020-02-01 15:13:29] '/u/zen_valore' has given '/u/Mindfuldesigns' lambda!
+21325 [2020-02-01 15:13:29] The OP received lambda too!
+21527 [2020-02-01 15:15:52]
+####################
+[2020-02-01 15:15:52] RESTARTED
+####################
+
+21527 [2020-02-01 15:16:43] There has been a new submission: 'Check out this new video on how to make an egg white omelette with vegetables', with flair 'Video Critique'
+21527 [2020-02-01 15:16:44] /u/pretty2020 had their submission removed for insufficient lambda.
+21527 [2020-02-01 15:17:41] There has been a new submission: '+50k people on this subreddit yet I'm nowhere near 1000 subs. So am I doing something wrong here? How exactly are we supposed to support each other on this sub if we really aren't giving feedback to one another? My video is below; let me know what you think.', with flair 'Channel Review'
+21527 [2020-02-01 15:17:42] /u/TinyTrainTrack had their submission removed for insufficient lambda.
+21527 [2020-02-01 15:20:41] '/u/gamebalance' has given '/u/VreaL37' lambda!
+21527 [2020-02-01 15:21:50] There has been a new submission: '2nd Collaboration = "Famous Rock Logos (Remastered with Bonus Footage)" = ALL FEEDBACK WELCOME!!', with flair 'Video Critique'
+21527 [2020-02-01 15:25:07] There has been a new submission: 'Selling My Soul - Latest comedy short thingy, One of my personal favs I think, any feedback would be awesome', with flair 'Video Critique'
+21527 [2020-02-01 15:27:51] '/u/superwatt123' has given '/u/rskao' lambda!
+21527 [2020-02-01 15:27:51] The OP received lambda too!
+21527 [2020-02-01 15:32:07] There has been a new submission: 'Good idea to unlist videos and share w friends before uploading?', with flair 'Discussion'
+21527 [2020-02-01 15:34:05] There has been a new submission: 'There is no way shes getting out of this!!!', with flair 'Vlog'
+21527 [2020-02-01 15:34:50] There has been a new submission: 'Episode 3 of my ultimate Ironman series - looking for feedback and advice in exchange for lambda.', with flair 'Gaming'
+21527 [2020-02-01 15:38:32] There has been a new submission: 'Joker l Smile (Tribute)', with flair 'Video Critique'
+21527 [2020-02-01 15:38:56] There has been a new submission: 'Basically all flashback scenes in every movie and TV show go like this...', with flair 'Art'
+21527 [2020-02-01 15:38:57] /u/SeriouslySketchy had their submission removed for insufficient lambda.
+21527 [2020-02-01 15:39:24] '/u/FlippantFlaneur' has given '/u/Matigian_Media' lambda!
+21527 [2020-02-01 15:39:50] There has been a new submission: 'This is my favourite video we've posted even though sad, I felt it was a must after visiting Auschwitz myself the year before. Any support, feedback or constructive criticism would go a long way! Thanks', with flair 'Video Critique'
+21527 [2020-02-01 15:40:38] There has been a new submission: 'Stuck', with flair 'Discussion'
+21527 [2020-02-01 15:49:41] '/u/OccupiedGarrett' has given '/u/superwatt123' lambda!
+21527 [2020-02-01 15:49:41] The OP received lambda too!
+21527 [2020-02-01 15:51:15] There has been a new submission: 'Hello guys..Im new here.. Hope this is ok to post.. thanks..Hell Let Loose (killing the Sniper) [video]', with flair 'Gaming'
+21527 [2020-02-01 15:51:18] /u/incubus33 had their submission removed for insufficient lambda.
+21527 [2020-02-01 15:53:16] There has been a new submission: 'I’m back on YouTube again', with flair 'Discussion'
+21527 [2020-02-01 15:53:18] /u/loltrollingking had their submission removed for using the wrong flair.
+21527 [2020-02-01 15:54:44] '/u/american_noodle' has given '/u/superwatt123' lambda!
+21527 [2020-02-01 15:54:44] The OP received lambda too!
+21527 [2020-02-01 15:59:35] There has been a new submission: 'NEED HELP FOR A TITLE!', with flair 'None'
+21527 [2020-02-01 15:59:36] /u/Max-F3rgus0n had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:03:22] There has been a new submission: 'Everyone's a Robot', with flair 'Channel Review'
+21527 [2020-02-01 16:03:24] /u/ScottDay1996 had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:03:36] There has been a new submission: 'Trying to make something happen on YouTube', with flair 'Video Critique'
+21527 [2020-02-01 16:03:38] /u/MarSummerss had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:07:03] '/u/The_Suited_Bird' has given '/u/britishwalkthroughs1' lambda!
+21527 [2020-02-01 16:08:52] There has been a new submission: 'Hello! I have listened to your helpful feedback and I Hope that this is an improvement. For example I added music and I cut some unnecessary parts but I know there is still room for improvement. Feedback would be appreciated :) Thanks!', with flair 'Video Critique'
+21527 [2020-02-01 16:08:56] There has been a new submission: 'Lifan 125cc pitbike build', with flair 'None'
+21527 [2020-02-01 16:08:57] /u/Ogmagi had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:13:33] '/u/About30NinjasYT' has given '/u/DATBOI_BLACKSTAR' lambda!
+21527 [2020-02-01 16:14:17] '/u/About30NinjasYT' has given '/u/Leon_is_a_Ghost' lambda!
+21527 [2020-02-01 16:16:00] There has been a new submission: 'Bigriggjiggin', with flair 'Video Critique'
+21527 [2020-02-01 16:16:02] /u/bigriggjiggin had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:20:53] There has been a new submission: 'Is it too niche if most of my videos are about one particular anime? I mean, the community of said anime is big enough that it got me 7k+ watch minutes... But I have this worry in the back of my head that it won't be enough. What should I do?', with flair 'Discussion'
+21527 [2020-02-01 16:23:54] '/u/BestOfSport99' has given '/u/britishwalkthroughs1' lambda!
+21527 [2020-02-01 16:25:12] There has been a new submission: 'Welp (this was weird) | Secret Neighbor', with flair 'Gaming'
+21527 [2020-02-01 16:25:13] /u/OfficalHero had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:37:55] '/u/ForgotMyOldAccount9' has given '/u/rpenguinr' lambda!
+21527 [2020-02-01 16:37:55] The OP received lambda too!
+21527 [2020-02-01 16:38:51] '/u/Matigian_Media' has given '/u/Joskuru' lambda!
+21527 [2020-02-01 16:39:30] '/u/The_Suited_Bird' has given '/u/CarlolucaS' lambda!
+21527 [2020-02-01 16:39:30] The OP received lambda too!
+21527 [2020-02-01 16:40:13] There has been a new submission: 'This is now my longest video! Would appreciate support!', with flair 'Gaming'
+21527 [2020-02-01 16:40:16] /u/f1nnab0py4 had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:41:15] '/u/degwood777' has given '/u/codephony' lambda!
+21527 [2020-02-01 16:41:15] The OP received lambda too!
+21527 [2020-02-01 16:41:45] There has been a new submission: 'Fortnite keyboard cam/ asmr', with flair 'Gaming'
+21527 [2020-02-01 16:41:47] /u/nonstopion had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:45:45] There has been a new submission: 'We did a vlog about our favorite things to do in our home state of Rhode Island. Looking for honest critiques!', with flair 'Video Critique'
+21527 [2020-02-01 16:47:40] '/u/TheRealJyro' has given '/u/screret' lambda!
+21527 [2020-02-01 16:48:31] '/u/RasheedaGottfried' has given '/u/rpenguinr' lambda!
+21527 [2020-02-01 16:48:31] The OP received lambda too!
+21527 [2020-02-01 16:49:02] '/u/britishwalkthroughs1' has given '/u/codephony' lambda!
+21527 [2020-02-01 16:49:02] The OP received lambda too!
+21527 [2020-02-01 16:50:22] '/u/RasheedaGottfried' has given '/u/codephony' lambda!
+21527 [2020-02-01 16:50:42] There has been a new submission: 'Video tags suck. Make it easier with MyVideoTagger 🙂', with flair 'None'
+21527 [2020-02-01 16:50:48] {ERROR} received 400 HTTP response
+21527 [2020-02-01 16:51:04] There has been a new submission: 'My first Q and A', with flair 'None'
+21527 [2020-02-01 16:51:06] /u/S_TV had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:52:11] There has been a new submission: 'My first Q and A. Hope you enjoy it', with flair 'None'
+21527 [2020-02-01 16:52:13] /u/S_TV had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:54:17] There has been a new submission: 'Become a Zombie With Face Tracking Mocha AE cc 2020 and Adobe After Effects cc', with flair 'Video Critique'
+21527 [2020-02-01 16:57:53] There has been a new submission: 'CORONAVIRUS Explained By BIOLOGIST While Playing PLAGUE INC', with flair 'Discussion'
+21527 [2020-02-01 16:57:54] /u/PPennyProductions had their submission removed for using the wrong flair.
+21527 [2020-02-01 16:59:22] There has been a new submission: 'CORONAVIRUS Explained By BIOLOGIST While Playing PLAGUE INC', with flair 'Gaming'
+21527 [2020-02-01 16:59:23] /u/PPennyProductions had their submission removed for insufficient lambda.
+21527 [2020-02-01 16:59:34] There has been a new submission: '33 REDDD (Prod. Donnie Katana)', with flair 'None'
+21527 [2020-02-01 16:59:35] /u/YLA_GOON had their submission removed for insufficient lambda.
+21527 [2020-02-01 17:04:20] There has been a new submission: 'My videos are going to be mostly like this, mainly comedy orientated. I would greatly appreciate any feedback! If you like this one I have another longer one on my channel.', with flair 'Gaming'
+21527 [2020-02-01 17:06:18] There has been a new submission: 'We've been using your guys feedback to improve the videos all this year, and back with a VERY Toxic Rainbow Six video! Would love feedback on the edit, and especially thumbnail as we're trying to have a "standard" but also not use the same exact thumbnail everytime!', with flair 'Video Critique'
+21527 [2020-02-01 17:07:18] '/u/ActivexGen' has given '/u/degwood777' lambda!
+21527 [2020-02-01 17:11:06] '/u/The_Suited_Bird' has given '/u/TheJustindsd' lambda!
+21527 [2020-02-01 17:13:05] '/u/The_Suited_Bird' has given '/u/Jorbickles' lambda!
+21663 [2020-02-01 17:15:53]
+####################
+[2020-02-01 17:15:53] RESTARTED
+####################
+
+21663 [2020-02-01 17:16:45] There has been a new submission: 'Time for a little something new! A Montage of kills on Modern Warfare [MW] Killstreaks & funny moments all combined and backed by music!', with flair 'Gaming'
+21663 [2020-02-01 17:16:46] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+21663 [2020-02-01 17:20:38] '/u/britishwalkthroughs1' has given '/u/BobbyMcbobb3rson' lambda!
+21663 [2020-02-01 17:20:52] '/u/OccupiedGarrett' has given '/u/rpenguinr' lambda!
+21663 [2020-02-01 17:22:02] '/u/TheCheeseDud' has given '/u/beefskellingtons' lambda!
+21663 [2020-02-01 17:22:02] The OP received lambda too!
+21663 [2020-02-01 17:25:29] There has been a new submission: 'How Long Does it Take You To Make a Thumbnail?', with flair 'Thumbnail Review'
+21663 [2020-02-01 17:25:30] /u/ajwilliamsmedia had their submission removed for insufficient lambda.
+21663 [2020-02-01 17:28:46] There has been a new submission: 'Just create my youtube channel and here is my first video ENJOY', with flair 'Channel Review'
+21663 [2020-02-01 17:28:47] /u/paja357 had their submission removed for insufficient lambda.
+21663 [2020-02-01 17:37:41] '/u/BestOfSport99' has given '/u/Nick-Jay' lambda!
+21663 [2020-02-01 17:38:53] There has been a new submission: 'I made a video on a bunch of Shane Dawson’s Most Popular Conspiracy Theories, what do you think?', with flair 'Video Critique'
+21663 [2020-02-01 17:38:53] /u/ImDreddie had their submission removed for insufficient lambda.
+21663 [2020-02-01 17:48:31] There has been a new submission: 'I just posted my best video yet, but it’s the first of it’s kind on my channel. What can I do to improve these types of videos?', with flair 'Video Critique'
+21663 [2020-02-01 17:49:24] '/u/superwatt123' has given '/u/Jorbickles' lambda!
+21663 [2020-02-01 17:53:47] There has been a new submission: 'When You Have Had To Much Scum', with flair 'Gaming'
+21663 [2020-02-01 17:53:49] /u/CheatCentralCH had their submission removed for insufficient lambda.
+21663 [2020-02-01 17:54:24] '/u/Leon_is_a_Ghost' has given '/u/VreaL37' lambda!
+21663 [2020-02-01 17:54:25] The OP received lambda too!
+21663 [2020-02-01 18:00:42] There has been a new submission: 'I posted my first video and wanted to see what you guys thought about it. It's about me trying to beat Sans Undertale and criticism is greatly appreciated! Thanks.', with flair 'Video Critique'
+21663 [2020-02-01 18:00:44] /u/The_Rafinator had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:01:55] There has been a new submission: 'Come and check out my channel! Any feedback is greatly appreciated. If you like what you see, it would really help me out if you dropped a like or subscribe :)', with flair 'Gaming'
+21663 [2020-02-01 18:01:58] /u/froggychickenn had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:05:44] There has been a new submission: '8 signs you might live a long life', with flair 'Discussion'
+21663 [2020-02-01 18:05:46] /u/yosefkahsay had their submission removed for using the wrong flair.
+21663 [2020-02-01 18:05:55] There has been a new submission: 'made a cooking video using food from the Kwik-Trip gas station as a fun little challenge, can you guys give some critique on the video since I'm not too sure where I go wrong?', with flair 'Video Critique'
+21663 [2020-02-01 18:11:44] There has been a new submission: 'Do I sound fake? (language barrier) Is editing good? Are my jokes funny? Is this format "suitable" for you or anyone, in your opinion. Any advice would be appreciated. TY and have a nice day(year(life)))😁', with flair 'Video Critique'
+21663 [2020-02-01 18:12:07] '/u/CompleteReason1' has given '/u/Beaudi-Idzerda' lambda!
+21663 [2020-02-01 18:12:07] The OP received lambda too!
+21663 [2020-02-01 18:12:20] '/u/american_noodle' has given '/u/codephony' lambda!
+21663 [2020-02-01 18:28:19] There has been a new submission: '[Channel Review] My channel is the random button. I don't Facebook promote. I'm just having fun and learning. Just wanted to share with this community and get outside feedback. Surely there is an odd enough audience somewhere. (Comedy/parody)', with flair 'None'
+21663 [2020-02-01 18:29:43] There has been a new submission: 'changing my appearance as much as possible!?!', with flair 'Vlog'
+21663 [2020-02-01 18:29:44] /u/eliarosee had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:31:08] There has been a new submission: 'Just posted a Portal 2 Part 1 video, if anyone wants to check it out', with flair 'Gaming'
+21663 [2020-02-01 18:31:10] /u/DarthLoganGriffith had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:35:20] '/u/airsupply110' has given '/u/KamKashiiiYT' lambda!
+21663 [2020-02-01 18:35:20] The OP received lambda too!
+21663 [2020-02-01 18:38:16] '/u/CompleteReason1' has given '/u/Paul_francis' lambda!
+21663 [2020-02-01 18:38:56] '/u/britishwalkthroughs1' has given '/u/Paul_francis' lambda!
+21663 [2020-02-01 18:42:02] '/u/britishwalkthroughs1' has given '/u/Matigian_Media' lambda!
+21663 [2020-02-01 18:45:22] There has been a new submission: 'Hi! If anyone like Splatoon 2... I made a video on it. It would help if you all could leave comments saying how good or bad the video is. And/or what I could do better!', with flair 'None'
+21663 [2020-02-01 18:45:24] /u/StarBuckYT had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:48:58] There has been a new submission: 'GO TO YOUR ROOM YOU ROBOT (r/AskReddit)', with flair 'Discussion'
+21663 [2020-02-01 18:48:58] /u/silensium7 had their submission removed for using the wrong flair.
+21663 [2020-02-01 18:49:13] There has been a new submission: 'WHEEL OF UNWATCHED VIDEOS', with flair 'Video Critique'
+21663 [2020-02-01 18:49:14] /u/NetNormie had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:49:56] '/u/Matigian_Media' has given '/u/britishwalkthroughs1' lambda!
+21663 [2020-02-01 18:51:35] There has been a new submission: 'GO TO YOUR ROOM YOU ROBOT (r/AskReddit)', with flair 'Video Critique'
+21663 [2020-02-01 18:51:38] /u/silensium7 had their submission removed for insufficient lambda.
+21663 [2020-02-01 18:52:49] There has been a new submission: 'Day 2 of my Casey Neistat Challenge. By far the worst vlog. There is nowhere else to go but up. Stick around till the end, I manage the salvage it (I think.)', with flair 'Vlog'
+21663 [2020-02-01 18:55:15] There has been a new submission: 'Is it possible to change location for youtube?', with flair 'Discussion'
+21663 [2020-02-01 19:01:38] There has been a new submission: 'Hi guys and girls, I recently had a video go viral through UniLadAdventure, they re edited it and used it on a different platform, unfortunately they didn’t credit me, until most of the traffic passed so it didn’t benefit me. I’ve re edited it so it’s shorter, let me know what could be done better.', with flair 'Video Critique'
+21663 [2020-02-01 19:05:32] '/u/PotatoMine54' has given '/u/Leon_is_a_Ghost' lambda!
+21663 [2020-02-01 19:06:37] There has been a new submission: 'A Small Youtuber Group/Discord.. Positive for growth or useless?', with flair 'Discussion'
+21663 [2020-02-01 19:11:11] There has been a new submission: 'Enigmatica 4 - Ep 6 - WHAT THE &$#$!!!! - Modded Minecraft Survival 1...', with flair 'Video Critique'
+21663 [2020-02-01 19:11:13] /u/rockerbuck73 had their submission removed for insufficient lambda.
+21663 [2020-02-01 19:12:45] There has been a new submission: 'DARKSIDERS 3 Walkthrough Part 1 - Fury', with flair 'Gaming'
+21663 [2020-02-01 19:12:47] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+21663 [2020-02-01 19:13:30] '/u/PotatoMine54' has given '/u/Tastydrumstick' lambda!
+21799 [2020-02-01 19:15:53]
+####################
+[2020-02-01 19:15:53] RESTARTED
+####################
+
+21799 [2020-02-01 19:17:38] There has been a new submission: 'Hey everyone! I streamed this today! I was wondering if there are any improvements that need to be made. I took a few suggestions from last weeks live stream and incorporated them into this weeks! Thanks!', with flair 'Video Critique'
+21799 [2020-02-01 19:18:22] '/u/ForgotMyOldAccount9' has given '/u/beefskellingtons' lambda!
+21799 [2020-02-01 19:20:33] '/u/britishwalkthroughs1' has given '/u/SatoGaming' lambda!
+21799 [2020-02-01 19:24:23] There has been a new submission: 'trying to use my abandoned youtube channel once again. i've only made three videos so far but i'd love any feedback! playing a roblox game with friends =)', with flair 'Video Critique'
+21799 [2020-02-01 19:51:32] There has been a new submission: '1917 Movie Review', with flair 'None'
+21799 [2020-02-01 19:51:34] /u/Derbyboyuk had their submission removed for insufficient lambda.
+21799 [2020-02-01 20:04:56] '/u/MafiasFinestTV' has given '/u/AlexeyCrane' lambda!
+21799 [2020-02-01 20:04:57] The OP received lambda too!
+21799 [2020-02-01 20:05:08] '/u/Matigian_Media' has given '/u/EggsBro' lambda!
+21799 [2020-02-01 20:05:08] The OP received lambda too!
+21799 [2020-02-01 20:05:59] There has been a new submission: 'My charity live stream on YouTube! Donating to Cancer Research UK. Come watch me replay campaign', with flair 'Gaming'
+21799 [2020-02-01 20:06:01] /u/KazaisKing1 had their submission removed for insufficient lambda.
+21799 [2020-02-01 20:08:18] '/u/BestOfSport99' has given '/u/Mindfuldesigns' lambda!
+21799 [2020-02-01 20:08:23] There has been a new submission: 'New movie review up for The Gentlemen. Check it out and let me know what you think.', with flair 'Video Critique'
+21799 [2020-02-01 20:09:05] '/u/BestOfSport99' has given '/u/Jester_Hopper_pot' lambda!
+21799 [2020-02-01 20:09:19] '/u/BestOfSport99' has given '/u/hemant_rangdal' lambda!
+21799 [2020-02-01 20:10:56] '/u/FlippantFlaneur' has given '/u/ActivexGen' lambda!
+21799 [2020-02-01 20:13:46] There has been a new submission: 'The SECOND vlog of the daily 1 minute vlogs!!! Check it out!', with flair 'Vlog'
+21799 [2020-02-01 20:20:26] There has been a new submission: 'I hate long intros, but just showing 30 seconds of crash tests is not the best idea either? Hard case review.', with flair 'Video Critique'
+21799 [2020-02-01 20:25:03] There has been a new submission: 'Masters & Realms - #10 Knights of Crime', with flair 'Video Critique'
+21799 [2020-02-01 20:25:05] /u/mask-warrior had their submission removed for insufficient lambda.
+21799 [2020-02-01 20:28:03] There has been a new submission: 'Is putting the channel names of popular YouTube channels similar to my own channel in tags a good idea?', with flair 'Discussion'
+21799 [2020-02-01 20:30:39] '/u/FlippantFlaneur' has given '/u/AlexeyCrane' lambda!
+21799 [2020-02-01 20:36:31] '/u/TheCheeseDud' has given '/u/zach_swoogg' lambda!
+21799 [2020-02-01 20:41:49] '/u/AlexeyCrane' has given '/u/1_2_three_four_5_6' lambda!
+21799 [2020-02-01 20:41:49] The OP received lambda too!
+21799 [2020-02-01 20:45:37] There has been a new submission: 'I Miss My Grandma... | Please, Visit Grandma', with flair 'Gaming'
+21799 [2020-02-01 20:45:39] /u/Sugarcatplays had their submission removed for insufficient lambda.
+21799 [2020-02-01 20:46:11] '/u/codephony' has given '/u/Nick-Jay' lambda!
+21799 [2020-02-01 20:46:11] The OP received lambda too!
+21799 [2020-02-01 20:46:57] '/u/AlexeyCrane' has given '/u/DevynEleven' lambda!
+21799 [2020-02-01 20:47:14] There has been a new submission: '[Channel Feedback] 😊🙏🏻', with flair 'None'
+21799 [2020-02-01 20:47:16] /u/HandymanDK had their submission removed for insufficient lambda.
+21799 [2020-02-01 20:51:40] '/u/AlexeyCrane' has given '/u/beefskellingtons' lambda!
+21799 [2020-02-01 20:51:49] There has been a new submission: 'Almost 1k Subscribers! Feed Back? Tips? Suggestions? PS: I have fix my Mic in episode 2!', with flair 'Channel Review'
+21799 [2020-02-01 20:51:51] /u/youbetoosquishy had their submission removed for insufficient lambda.
+21799 [2020-02-01 20:56:23] '/u/sandidiot' has given '/u/AlexeyCrane' lambda!
+21799 [2020-02-01 20:56:23] The OP received lambda too!
+21799 [2020-02-01 20:56:30] There has been a new submission: 'Water Review I did with my friend! Audio got screwed up because my friends computer crashed, but let me know your thoughts!', with flair 'None'
+21799 [2020-02-01 21:02:44] There has been a new submission: 'My friend made a ASMR video as a meme and wanted me to share it... Enjoy!', with flair 'Art'
+21799 [2020-02-01 21:02:45] /u/Oblivion5058 had their submission removed for insufficient lambda.
+21799 [2020-02-01 21:09:48] There has been a new submission: 'Just wanted some thought on my channel. I'm mainly posting to youtubehaiku so that's why they're so short. Also, any ideas for future sketches would be greatly appreciated as I am suffering from dumb brain right now', with flair 'Channel Review'
+21799 [2020-02-01 21:12:55] '/u/american_noodle' has given '/u/alexvanguard' lambda!
+21799 [2020-02-01 21:12:55] The OP received lambda too!
+21799 [2020-02-01 21:13:11] '/u/american_noodle' has given '/u/VreaL37' lambda!
+21799 [2020-02-01 21:13:58] There has been a new submission: 'Rainbow Six Siege Funny Moments (give me feedback I'll givelambda) [Gaming]', with flair 'Gaming'
+21934 [2020-02-01 21:15:53]
+####################
+[2020-02-01 21:15:53] RESTARTED
+####################
+
+21934 [2020-02-01 21:30:11] There has been a new submission: 'We are a podcast YouTube channel uploading full episodes. (And soon clips). We made an intro for our videos and was wondering what you guys think. We will be adding full video episodes in a few months when funds are sufficient. Until then we are making baby steps to optimize viewability.', with flair 'Channel Review'
+21934 [2020-02-01 21:30:13] /u/tsweets614 had their submission removed for insufficient lambda.
+21934 [2020-02-01 21:36:35] '/u/beefskellingtons' has given '/u/TheGamerGuy2' lambda!
+21934 [2020-02-01 21:36:35] The OP received lambda too!
+21934 [2020-02-01 21:50:57] There has been a new submission: 'Chef Mike Cooks Life', with flair 'None'
+21934 [2020-02-01 21:50:59] /u/Mcured had their submission removed for insufficient lambda.
+21934 [2020-02-01 21:58:27] '/u/airsupply110' has given '/u/DevynEleven' lambda!
+21934 [2020-02-01 21:58:41] There has been a new submission: 'HOW TO BE FAMOUS EPISODE 2! (TIKTOK EDITION)', with flair 'Video Critique'
+21934 [2020-02-01 21:58:41] /u/wongoyt had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:04:01] There has been a new submission: 'trending vs what you enjoy', with flair 'Discussion'
+21934 [2020-02-01 22:05:34] There has been a new submission: 'My first time making a 10 min video, let me know what yall think of the editing and quality and so on! If yall like please give a thumbs up and subscribe, I'll be posting another video later on this week!', with flair 'Video Critique'
+21934 [2020-02-01 22:05:36] /u/Nebour had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:07:08] There has been a new submission: 'I made a video about essentialism on my self improvement and minimalism channel. Unfortunately, currently almost nobody watches the videos. I am not sure what I am doing most wrong. Is it the pacing, the quality, the topics? What do you like/dislike?', with flair 'Video Critique'
+21934 [2020-02-01 22:26:11] There has been a new submission: 'Who is CLT Phoenix- Get to know me tag', with flair 'None'
+21934 [2020-02-01 22:26:12] /u/CLT_Phoenix had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:26:22] There has been a new submission: 'Hey guys, this is my newest video that I put a ton of work into and I’m very proud of. Check it out!', with flair 'None'
+21934 [2020-02-01 22:26:23] /u/drewshermn had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:32:02] '/u/BobbyMcbobb3rson' has given '/u/TheGamerGuy2' lambda!
+21934 [2020-02-01 22:32:02] The OP received lambda too!
+21934 [2020-02-01 22:40:18] There has been a new submission: 'I Make Weird, Goofy songs for fun in my free time :) i would appreciate so much if anyone could sub!!', with flair 'Art'
+21934 [2020-02-01 22:40:20] /u/AlecB1202 had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:41:55] There has been a new submission: 'I’ve spent tons of hours on videos and the motivation is seeing laughter and enjoyment in my viewers comments. I’ve taken tons of feedback and evaluated a handful of YouTubers to get right here where I’m at. I’m truly thankful for the help of this subreddit.', with flair 'Discussion'
+21934 [2020-02-01 22:41:58] /u/Hamlet_71 had their submission removed for using the wrong flair.
+21934 [2020-02-01 22:42:27] There has been a new submission: 'I Hit 30 Subscribers Today And Im Extremly Happy! If You Want To Subscribe You Can Click The Link Below , It Will Be Highly Appriciated!', with flair 'Channel Review'
+21934 [2020-02-01 22:42:29] /u/ThEgAmER125888 had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:46:43] There has been a new submission: 'Cards Against Humanity: Funny moments', with flair 'Gaming'
+21934 [2020-02-01 22:46:45] /u/hellxgamer802_yt had their submission removed for insufficient lambda.
+21934 [2020-02-01 22:52:13] '/u/beefskellingtons' has given '/u/Hamlet_71' lambda!
+21934 [2020-02-01 22:53:49] '/u/Matigian_Media' has given '/u/Hamlet_71' lambda!
+21934 [2020-02-01 22:53:57] There has been a new submission: 'STOP MOTION: Thanos "HIT OR MISS" Tik Tok dance cover', with flair 'Art'
+21934 [2020-02-01 22:53:59] /u/taiyoungman had their submission removed for insufficient lambda.
+21934 [2020-02-01 23:06:27] There has been a new submission: 'False Alarm [Fortnite Montage]', with flair 'Gaming'
+21934 [2020-02-01 23:06:28] /u/Denniseeh had their submission removed for insufficient lambda.
+21934 [2020-02-01 23:07:50] There has been a new submission: 'Looking For People To Collaborate On Our Minecraft Server', with flair 'Collab'
+21934 [2020-02-01 23:10:58] There has been a new submission: 'VALENTINES DAY SEXY DRESS TRY ON HAUL |{BOYFRIEND DOES MY VOICE OVER }| FUNNY | FAF', with flair 'Channel Review'
+21934 [2020-02-01 23:11:01] /u/iamdestinymonique had their submission removed for insufficient lambda.
+21934 [2020-02-01 23:13:58] There has been a new submission: 'Big trouble in little dbd', with flair 'Video Critique'
+22156 [2020-02-01 23:15:53]
+####################
+[2020-02-01 23:15:53] RESTARTED
+####################
+
+22156 [2020-02-01 23:16:54] There has been a new submission: 'New Funny* Video!! Took me a lot to edit 😂', with flair 'Video Critique'
+22156 [2020-02-01 23:16:55] /u/Sebaa_LoXx101 had their submission removed for insufficient lambda.
+1431 [2020-02-01 23:17:00] Updated statistics
+22156 [2020-02-01 23:17:59] There has been a new submission: 'Full face of colourpop on a budget!', with flair 'Vlog'
+22156 [2020-02-01 23:18:00] /u/Kitty-Cass had their submission removed for insufficient lambda.
+22156 [2020-02-01 23:19:42] '/u/OccupiedGarrett' has given '/u/NocturnalFudj' lambda!
+22156 [2020-02-01 23:24:48] There has been a new submission: 'A Video Analysis on The Witcher 3: Wild Hunt! It's pretty long so please only watch if you're prepared to sit through the whole thing ahaha. Will give lambda to any *legitimate* feedback!', with flair 'Video Critique'
+22156 [2020-02-01 23:32:48] There has been a new submission: 'We are The Jive Cafe, here is our newest sketch, The Case of the Baguette Butcher', with flair 'Channel Review'
+22156 [2020-02-01 23:32:50] /u/loukspinelli had their submission removed for insufficient lambda.
+22156 [2020-02-01 23:33:28] There has been a new submission: '[Discussion] - Just started my YouTube channel last week! Looking for some advice', with flair 'Discussion'
+22156 [2020-02-01 23:33:50] There has been a new submission: 'NEW FUNNY* VIDEO', with flair 'Video Critique'
+22156 [2020-02-01 23:33:52] /u/Sebaa_LoXx101 had their submission removed for insufficient lambda.
+22156 [2020-02-01 23:34:33] There has been a new submission: 'I did it and it’s all thanks to you folks! I’m about to hit 500 subs and been increasing recently. Here, is my most recent FUNNY video that took me a while to edit and cut. All feedback is greatly appreciated!', with flair 'Gaming'
+22156 [2020-02-01 23:35:35] '/u/zen_valore' has given '/u/Hamlet_71' lambda!
+22156 [2020-02-01 23:43:15] There has been a new submission: 'What are some non-spammy ways you've discovered to grow?', with flair 'Discussion'
+22156 [2020-02-01 23:54:57] '/u/slackerstuff' has given '/u/Paul_francis' lambda!
+22156 [2020-02-01 23:54:57] The OP received lambda too!
+22156 [2020-02-02 00:05:41] '/u/NocturnalFudj' has given '/u/SwanCreek' lambda!
+22156 [2020-02-02 00:05:41] The OP received lambda too!
+22156 [2020-02-02 00:05:48] There has been a new submission: 'My First YouTube Video', with flair 'Video Critique'
+22156 [2020-02-02 00:05:50] /u/disabledandthriving had their submission removed for insufficient lambda.
+22156 [2020-02-02 00:13:17] There has been a new submission: 'I did a Goat Simulator video with a friend!', with flair 'Gaming'
+22156 [2020-02-02 00:13:18] /u/MaximumElevapor had their submission removed for insufficient lambda.
+22156 [2020-02-02 00:13:30] There has been a new submission: 'CSGO Funny Moments That Will Suprise You! Am back with a new CSGO video, check it out and tell me what you think and maybe subscribe if you enjoyed it!', with flair 'Gaming'
+22156 [2020-02-02 00:22:26] There has been a new submission: 'Just posted this! Not one of my favorites but im pretty proud of it. Any feedback will be very much appreciated!!', with flair 'Video Critique'
+22156 [2020-02-02 00:24:52] '/u/KingOberon13' has given '/u/Soldair_1' lambda!
+22156 [2020-02-02 00:24:52] The OP received lambda too!
+22156 [2020-02-02 00:59:40] There has been a new submission: 'I made a painting for the background of my art channel. Let me know what you think! ☘️', with flair 'Video Critique'
+22156 [2020-02-02 01:10:17] There has been a new submission: 'Yooka Laylee and the Impossible Lair - PS4 REVIEW - kirk.collects', with flair 'Gaming'
+22156 [2020-02-02 01:10:19] /u/kirk_collects had their submission removed for insufficient lambda.
+22156 [2020-02-02 01:13:05] There has been a new submission: 'hey guys hope u like my video any advice will be appreciated', with flair 'Discussion'
+22156 [2020-02-02 01:13:06] /u/ineedto-sleep had their submission removed for using the wrong flair.
+22300 [2020-02-02 01:15:53]
+####################
+[2020-02-02 01:15:53] RESTARTED
+####################
+
+22300 [2020-02-02 01:17:45] '/u/Matigian_Media' has given '/u/Bernguz' lambda!
+22300 [2020-02-02 01:23:42] There has been a new submission: 'Would love to hear your thoughts', with flair 'Channel Review'
+22300 [2020-02-02 01:23:44] /u/GhostEgg0 had their submission removed for insufficient lambda.
+22300 [2020-02-02 01:25:31] There has been a new submission: 'Hey guys, I am dae and I make dental video to spread some dental awareness if you want to learn something about dental care check me out :D Never Be Scared Of Getting Cavity Filling Treatment', with flair 'Video Critique'
+22300 [2020-02-02 01:27:37] There has been a new submission: 'So. I started a podcast and this is our video intro. Any critique would be highly appreciated! Would like to make it as good as I can!', with flair 'Video Critique'
+22300 [2020-02-02 01:31:22] There has been a new submission: 'This is my longest video ever! I worked super hard on it! Would appreciate tips and support!', with flair 'Gaming'
+22300 [2020-02-02 01:35:20] '/u/CompleteReason1' has given '/u/matthewwjoel' lambda!
+22300 [2020-02-02 01:40:57] There has been a new submission: 'Minecraft Video Feedback (any feedback is appreciated)', with flair 'Video Critique'
+22300 [2020-02-02 01:40:59] /u/YellowfishGamingYT had their submission removed for insufficient lambda.
+22300 [2020-02-02 01:52:29] There has been a new submission: 'Jaystation is the idiot of the week', with flair 'Discussion'
+22300 [2020-02-02 01:52:31] /u/Xtro70 had their submission removed for using the wrong flair.
+22300 [2020-02-02 01:56:58] There has been a new submission: 'The Forest Again', with flair 'Video Critique'
+22300 [2020-02-02 01:56:59] /u/justin7201982ray had their submission removed for insufficient lambda.
+22300 [2020-02-02 01:57:13] There has been a new submission: 'Amazing original song', with flair 'None'
+22300 [2020-02-02 01:57:14] /u/Alllliii had their submission removed for insufficient lambda.
+22300 [2020-02-02 02:00:49] There has been a new submission: 'Please watch my new madden 20 mixtape and help support the channel 🙏🏽', with flair 'None'
+22300 [2020-02-02 02:00:51] /u/HoodieJace had their submission removed for insufficient lambda.
+22300 [2020-02-02 02:06:34] There has been a new submission: 'Lancelot - Character Study [Granblue Fantasy Versus]', with flair 'Video Critique'
+22300 [2020-02-02 02:06:36] /u/richazure had their submission removed for insufficient lambda.
+22300 [2020-02-02 02:33:48] There has been a new submission: 'Do you have any resolutions for 2020. Here is the video of how to set a goals and actually achieve them. Any feedback much appreciated.', with flair 'None'
+22300 [2020-02-02 02:36:59] There has been a new submission: 'Made a documentary on the Paper Mario series which took like a month to make. Would love to get some feedback on it!', with flair 'Video Critique'
+22300 [2020-02-02 02:38:26] There has been a new submission: 'My Own Youtube Channel Scorecard', with flair 'Channel Review'
+22300 [2020-02-02 02:38:27] /u/Fazal_Shahid had their submission removed for insufficient lambda.
+22300 [2020-02-02 02:44:55] '/u/CompleteReason1' has given '/u/JolttixYT' lambda!
+22300 [2020-02-02 03:01:40] '/u/KingOberon13' has given '/u/Bernguz' lambda!
+22300 [2020-02-02 03:07:19] '/u/NocturnalFudj' has given '/u/mofogenius_yt' lambda!
+22300 [2020-02-02 03:07:46] There has been a new submission: 'Why when I make a post sometimes it doesn't get as many comments as a similar post. Why do you think?', with flair 'Discussion'
+22300 [2020-02-02 03:15:22] '/u/Zizuke' has given '/u/OG_Dan' lambda!
+22300 [2020-02-02 03:15:22] The OP received lambda too!
+22436 [2020-02-02 03:15:53]
+####################
+[2020-02-02 03:15:53] RESTARTED
+####################
+
+22436 [2020-02-02 03:16:46] '/u/Atiqur1984' has given '/u/muhammad-dng' lambda!
+22436 [2020-02-02 03:16:46] The OP received lambda too!
+22436 [2020-02-02 03:19:31] There has been a new submission: '2 FREE Ways To Use Your Laptop As A Monitor! | Would ❤️ some feedback guys! | Always generous with lambda', with flair 'Video Critique'
+22436 [2020-02-02 03:21:52] There has been a new submission: 'unofficial music video x travel vlog Bali', with flair 'Vlog'
+22436 [2020-02-02 03:21:54] /u/monsieurbabadook had their submission removed for insufficient lambda.
+22436 [2020-02-02 03:31:20] '/u/TheRealJyro' has given '/u/JolttixYT' lambda!
+22436 [2020-02-02 03:36:12] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 5 Gameplay Walkthrough Blind Facecam', with flair 'None'
+22436 [2020-02-02 03:36:13] /u/loopy2mn had their submission removed for insufficient lambda.
+22436 [2020-02-02 03:37:18] There has been a new submission: 'LAMICTAL (lamotrigine) Almost Killed Me! My Review and Dangerous Side Ef...', with flair 'Video Critique'
+22436 [2020-02-02 03:37:19] /u/eb_brig had their submission removed for insufficient lambda.
+22436 [2020-02-02 03:42:55] '/u/TechLens_Official' has given '/u/Atiqur1984' lambda!
+22436 [2020-02-02 03:42:55] The OP received lambda too!
+22436 [2020-02-02 03:52:21] '/u/Atiqur1984' has given '/u/TechLens_Official' lambda!
+22436 [2020-02-02 03:56:03] There has been a new submission: 'New Video with MAJOR upgrades', with flair 'Video Critique'
+22436 [2020-02-02 03:56:04] /u/waynerigley had their submission removed for insufficient lambda.
+22436 [2020-02-02 04:17:40] There has been a new submission: '[Video Critique] Rocket League: How To Improve Your Shots Effectively And Efficiently | Commentary | Training | Tips', with flair 'Video Critique'
+22436 [2020-02-02 04:17:41] /u/throwthatbacklol had their submission removed for insufficient lambda.
+22436 [2020-02-02 04:41:35] There has been a new submission: 'I just made a trailer for my next series of survival games, The Forest. Wouldn't mind feedback! Thank you smallyt community', with flair 'Video Critique'
+22436 [2020-02-02 04:41:37] /u/Nayor had their submission removed for insufficient lambda.
+22436 [2020-02-02 04:43:17] '/u/GokuuPlaysGames' has given '/u/ExCreeperYT' lambda!
+22436 [2020-02-02 04:43:18] The OP received lambda too!
+22436 [2020-02-02 04:52:10] There has been a new submission: 'I'm having problems with finding a username to stick with for my channel', with flair 'Discussion'
+22436 [2020-02-02 04:55:30] '/u/GokuuPlaysGames' has given '/u/UndieBand1t' lambda!
+22436 [2020-02-02 04:58:23] '/u/BLURRfacetv' has given '/u/TheJustindsd' lambda!
+22436 [2020-02-02 05:04:47] There has been a new submission: 'Thoughts/Advice on my latest video!', with flair 'Channel Review'
+22436 [2020-02-02 05:10:44] '/u/TheGamerGuy2' has given '/u/alexvanguard' lambda!
+22436 [2020-02-02 05:10:45] The OP received lambda too!
+22581 [2020-02-02 05:15:53]
+####################
+[2020-02-02 05:15:53] RESTARTED
+####################
+
+22581 [2020-02-02 05:24:21] '/u/Ghryms' has given '/u/JolttixYT' lambda!
+22581 [2020-02-02 05:24:21] The OP received lambda too!
+22581 [2020-02-02 05:28:18] There has been a new submission: 'A Boy And His Bird/Eagle Island/Twitch Livestream Highlights/ Feedback would be much appreciated', with flair 'None'
+22581 [2020-02-02 05:32:58] There has been a new submission: 'Bike saddle bag unboxing', with flair 'Vlog'
+22581 [2020-02-02 05:43:54] There has been a new submission: 'Prawns Dum Biryani || shrimp biryani recipe || How to Make Prawns Biryani | |Royyala Biryani', with flair 'Thumbnail Review'
+22581 [2020-02-02 05:43:55] /u/sirisha1723 had their submission removed for insufficient lambda.
+22581 [2020-02-02 05:46:27] There has been a new submission: 'How to get over being a "Mama's Boy"', with flair 'Video Critique'
+22581 [2020-02-02 05:46:28] /u/UpwardNinja had their submission removed for insufficient lambda.
+22581 [2020-02-02 06:13:56] There has been a new submission: 'MW Funny Moments I made a couple days ago. I put like 8 hours of editing into it so it would be nice to have some love on it. Please tell me what you think and what I can do to improve.👍', with flair 'Gaming'
+22581 [2020-02-02 06:18:51] '/u/hemant_rangdal' has given '/u/Atiqur1984' lambda!
+22581 [2020-02-02 06:18:51] The OP received lambda too!
+22581 [2020-02-02 06:19:45] There has been a new submission: 'I feel like my thumbnails and writing have been holding me back...What do you think? Is the thumbnail good, is the general flow of the video bad?', with flair 'Thumbnail Review'
+22581 [2020-02-02 06:24:53] '/u/Atiqur1984' has given '/u/tcessory' lambda!
+22581 [2020-02-02 06:29:18] There has been a new submission: 'LONDON VLOG 1', with flair 'None'
+22581 [2020-02-02 06:29:18] /u/who-aj had their submission removed for insufficient lambda.
+22581 [2020-02-02 06:54:31] '/u/pkbausman' has given '/u/CantStopWatchingVids' lambda!
+22962 [2020-02-02 07:15:53]
+####################
+[2020-02-02 07:15:53] RESTARTED
+####################
+
+22962 [2020-02-02 07:44:11] '/u/Mindfuldesigns' has given '/u/invaderzoom' lambda!
+22962 [2020-02-02 07:44:11] The OP received lambda too!
+22962 [2020-02-02 07:58:52] '/u/tcessory' has given '/u/Top_Blazer_420' lambda!
+22962 [2020-02-02 07:58:52] The OP received lambda too!
+22962 [2020-02-02 08:20:05] There has been a new submission: 'I finally finished my yearly, year in review of media and I think it turned out pretty well, interested to see peoples thoughts, hope you enjoy', with flair 'Video Critique'
+22962 [2020-02-02 08:20:07] /u/Pat0540 had their submission removed for insufficient lambda.
+22962 [2020-02-02 08:20:14] There has been a new submission: 'Short Tarkov Video, just trying to get used to editing. let me know what you think!', with flair 'Gaming'
+22962 [2020-02-02 08:20:16] /u/FactoryNewNewHD had their submission removed for insufficient lambda.
+22962 [2020-02-02 08:31:36] There has been a new submission: 'Why are you guys asking for critique/feedback in this subreddit?', with flair 'None'
+22962 [2020-02-02 08:31:38] /u/Top_Blazer_420 had their submission removed for insufficient lambda.
+22962 [2020-02-02 08:38:57] '/u/hemant_rangdal' has given '/u/R_Hanna' lambda!
+22962 [2020-02-02 08:56:47] '/u/FlippantFlaneur' has given '/u/Nerdorina' lambda!
+23525 [2020-02-02 09:15:54]
+####################
+[2020-02-02 09:15:54] RESTARTED
+####################
+
+23525 [2020-02-02 09:24:56] '/u/Atiqur1984' has given '/u/Joskuru' lambda!
+23525 [2020-02-02 09:41:02] '/u/hemant_rangdal' has given '/u/Pat0540' lambda!
+23525 [2020-02-02 10:52:40] '/u/Mindfuldesigns' has given '/u/Paul_francis' lambda!
+23525 [2020-02-02 11:08:44] '/u/AlexeyCrane' has given '/u/iamdestinymonique' lambda!
+23660 [2020-02-02 11:15:54]
+####################
+[2020-02-02 11:15:54] RESTARTED
+####################
+
+23660 [2020-02-02 11:27:09] There has been a new submission: 'A review of the game - 'Who's The Dude?' | 527 subs 142 Views', with flair 'Video Critique'
+23660 [2020-02-02 11:27:10] /u/chimpos had their submission removed for insufficient lambda.
+23660 [2020-02-02 11:32:20] There has been a new submission: 'Vine Relaunches As "Byte" and It's Awful.', with flair 'Video Critique'
+23660 [2020-02-02 11:32:23] /u/Kalum-W had their submission removed for insufficient lambda.
+23660 [2020-02-02 11:36:08] '/u/hemant_rangdal' has given '/u/AlexeyCrane' lambda!
+23660 [2020-02-02 11:43:07] There has been a new submission: 'PISSRAGJONES - "YEAR OF THE COWBOY" (prod. Syler & Wendigo)', with flair 'Art'
+23660 [2020-02-02 11:43:09] /u/eggterminator had their submission removed for insufficient lambda.
+23660 [2020-02-02 11:47:18] '/u/matthewwjoel' has given '/u/smileyboi96' lambda!
+23660 [2020-02-02 11:47:18] The OP received lambda too!
+23660 [2020-02-02 11:51:06] There has been a new submission: 'How I Became A Pro Wrestler 💪 (Funtage) All Feedback Appreciated!', with flair 'Video Critique'
+23660 [2020-02-02 12:15:10] '/u/TechLens_Official' has given '/u/tcessory' lambda!
+23660 [2020-02-02 12:18:55] There has been a new submission: 'Eggless Bread Pudding', with flair 'Vlog'
+23660 [2020-02-02 12:18:57] /u/bestbites1126 had their submission removed for insufficient lambda.
+23660 [2020-02-02 12:23:21] '/u/TechLens_Official' has given '/u/AlexeyCrane' lambda!
+23660 [2020-02-02 12:25:41] '/u/qzeqYT' has given '/u/elwellstreet' lambda!
+23660 [2020-02-02 12:25:41] The OP received lambda too!
+23660 [2020-02-02 12:31:57] There has been a new submission: 'Looking for ways to improve my channel and draw in viewers. My channel gives a brief overview of histories and finances of companies. Today's company...Paycom', with flair 'Video Critique'
+23660 [2020-02-02 13:03:12] There has been a new submission: 'What do you think?', with flair 'Video Critique'
+23660 [2020-02-02 13:03:14] /u/kxhan15 had their submission removed for insufficient lambda.
+23660 [2020-02-02 13:04:54] There has been a new submission: 'Kentay vlog', with flair 'Vlog'
+23660 [2020-02-02 13:04:56] /u/huynhdvq had their submission removed for insufficient lambda.
+23819 [2020-02-02 13:15:54]
+####################
+[2020-02-02 13:15:54] RESTARTED
+####################
+
+23819 [2020-02-02 13:17:37] '/u/elwellstreet' has given '/u/Atiqur1984' lambda!
+23819 [2020-02-02 13:17:37] The OP received lambda too!
+23819 [2020-02-02 13:20:44] There has been a new submission: 'I would like to get my channel reviewed!', with flair 'Channel Review'
+23819 [2020-02-02 13:20:46] /u/Xerionix had their submission removed for insufficient lambda.
+23819 [2020-02-02 13:20:57] '/u/GokuuPlaysGames' has given '/u/R_Hanna' lambda!
+23819 [2020-02-02 13:22:07] '/u/GokuuPlaysGames' has given '/u/Pat0540' lambda!
+23819 [2020-02-02 13:23:55] '/u/Atiqur1984' has given '/u/elwellstreet' lambda!
+23819 [2020-02-02 13:38:46] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 2 - Augustus Cole', with flair 'Gaming'
+23819 [2020-02-02 13:38:47] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+23819 [2020-02-02 13:40:03] There has been a new submission: 'I make 'informative' retro gaming videos, like this one on Virtual Springfield. Any feedback on style, pacing or aesthetic would be much appreciated.', with flair 'Channel Review'
+23819 [2020-02-02 13:40:05] /u/wilco87 had their submission removed for insufficient lambda.
+23819 [2020-02-02 13:42:19] '/u/NocturnalFudj' has given '/u/Koko_101' lambda!
+23819 [2020-02-02 13:42:36] '/u/NocturnalFudj' has given '/u/Kalum-W' lambda!
+23819 [2020-02-02 13:43:41] '/u/NocturnalFudj' has given '/u/Top_Blazer_420' lambda!
+23819 [2020-02-02 13:45:35] '/u/NocturnalFudj' has given '/u/SiRaymando' lambda!
+23819 [2020-02-02 13:48:06] '/u/TechLens_Official' has given '/u/WizYTTheBoss' lambda!
+23819 [2020-02-02 13:49:52] '/u/hemant_rangdal' has given '/u/guyFCR' lambda!
+23819 [2020-02-02 13:52:31] There has been a new submission: 'My third R6 Video - I try to make these as funny as I can', with flair 'Gaming'
+23819 [2020-02-02 13:57:56] '/u/Sipover' has given '/u/muhammad-dng' lambda!
+23819 [2020-02-02 13:57:57] The OP received lambda too!
+23819 [2020-02-02 13:58:19] '/u/WizYTTheBoss' has given '/u/Atiqur1984' lambda!
+23819 [2020-02-02 13:58:19] The OP received lambda too!
+23819 [2020-02-02 14:01:22] '/u/WizYTTheBoss' has given '/u/Xerionix' lambda!
+23819 [2020-02-02 14:14:08] '/u/elwellstreet' has given '/u/guyFCR' lambda!
+23819 [2020-02-02 14:15:04] '/u/elwellstreet' has given '/u/Xerionix' lambda!
+23819 [2020-02-02 14:22:47] There has been a new submission: 'Have a look at my youtube channel, guys! Hope you will enjoy!', with flair 'Gaming'
+23819 [2020-02-02 14:22:49] /u/CrisReddit03 had their submission removed for insufficient lambda.
+23819 [2020-02-02 14:26:52] '/u/hemant_rangdal' has given '/u/tommyboy_lr' lambda!
+23819 [2020-02-02 14:47:42] {ERROR} received 503 HTTP response
+23819 [2020-02-02 14:48:19] {ERROR} received 503 HTTP response
+23956 [2020-02-02 15:15:54]
+####################
+[2020-02-02 15:15:54] RESTARTED
+####################
+
+23956 [2020-02-02 15:16:20] '/u/WizYTTheBoss' has given '/u/drowningarmadilo' lambda!
+23956 [2020-02-02 15:16:26] '/u/BobbyMcbobb3rson' has given '/u/guyFCR' lambda!
+23956 [2020-02-02 15:16:56] There has been a new submission: 'TOP 10 COUNTRIES WITH MOST NUCLEAR WAR WEAPONS (1945-2019)', with flair 'Discussion'
+23956 [2020-02-02 15:16:57] /u/therankingmaster had their submission removed for using the wrong flair.
+23956 [2020-02-02 15:17:00] There has been a new submission: 'Running ads to get exposure?', with flair 'None'
+23956 [2020-02-02 15:17:01] /u/dominick1999 had their submission removed for insufficient lambda.
+23956 [2020-02-02 15:17:05] There has been a new submission: 'Hello everyone I made a thing with no sense and I want some feedback, I will appreciate it if you go check it out thx!', with flair 'Collab'
+23956 [2020-02-02 15:17:06] /u/bow_tie_jean had their submission removed for using the wrong flair.
+23956 [2020-02-02 15:17:09] There has been a new submission: 'Hey Everyone I've just started my venture into the podcasting world. The idea is simple I'm inviting anyone onto the show to talk about 3 of their favorite films, games or albums. Would really appreciate some feedback or even better if you wanted to a guest on the show the details or in description', with flair 'Video Critique'
+23956 [2020-02-02 15:17:14] There has been a new submission: 'First YouTube Video/ Attempt at editing. Just playing skribbl.io with friends. Thoughts?', with flair 'Gaming'
+23956 [2020-02-02 15:17:15] /u/Kansi_ had their submission removed for insufficient lambda.
+23956 [2020-02-02 15:34:00] '/u/qzeqYT' has given '/u/TheBobbyBands' lambda!
+23956 [2020-02-02 15:34:08] There has been a new submission: 'My first youtube video game ever (critique me I need to improve )', with flair 'Video Critique'
+23956 [2020-02-02 15:34:10] /u/Elgho96 had their submission removed for insufficient lambda.
+23956 [2020-02-02 15:42:09] '/u/Ghryms' has given '/u/Pat0540' lambda!
+23956 [2020-02-02 15:45:49] There has been a new submission: 'How to get Stardew Valley, Procreate Pocket, Oceanhorn, and Code Editor FREE with PREMIUM APPLE ID', with flair 'Gaming'
+23956 [2020-02-02 15:45:51] /u/TacticalTrioGamingYT had their submission removed for insufficient lambda.
+23956 [2020-02-02 15:46:16] '/u/hemant_rangdal' has given '/u/TheBobbyBands' lambda!
+23956 [2020-02-02 15:52:42] There has been a new submission: 'Hey everyone, I know I posted a different video yesterday, I had some great feedback, I’m looking also for some feedback on my channel as a whole, I have great content and have gone viral in the past, but it never really benefited my YouTube as LadBible never give me credit.', with flair 'Channel Review'
+23956 [2020-02-02 15:52:55] '/u/degwood777' has given '/u/OG_Dan' lambda!
+23956 [2020-02-02 15:53:45] '/u/degwood777' has given '/u/Tastydrumstick' lambda!
+23956 [2020-02-02 15:56:55] There has been a new submission: 'Hi guys! Let me know what you think of our channel! True crime, paranormal and mystery based. A lot of hard work and love goes into making these videos! Any support or feedback is great!', with flair 'Channel Review'
+23956 [2020-02-02 16:06:41] '/u/qzeqYT' has given '/u/LiamStardust' lambda!
+23956 [2020-02-02 16:09:35] '/u/tcessory' has given '/u/AlexeyCrane' lambda!
+23956 [2020-02-02 16:11:41] There has been a new submission: 'My Workout Routine!', with flair 'Discussion'
+23956 [2020-02-02 16:11:43] /u/Le1texd had their submission removed for using the wrong flair.
+23956 [2020-02-02 16:14:01] There has been a new submission: 'My Workout Routine!', with flair 'Video Critique'
+23956 [2020-02-02 16:14:03] /u/Le1texd had their submission removed for insufficient lambda.
+23956 [2020-02-02 16:17:02] '/u/hemant_rangdal' has given '/u/LeinadArevet' lambda!
+23956 [2020-02-02 16:18:00] There has been a new submission: 'What is life ?', with flair 'Vlog'
+23956 [2020-02-02 16:18:01] /u/mnvxd had their submission removed for insufficient lambda.
+23956 [2020-02-02 16:20:28] '/u/tcessory' has given '/u/Xerionix' lambda!
+23956 [2020-02-02 16:25:57] '/u/TechLens_Official' has given '/u/zach_swoogg' lambda!
+23956 [2020-02-02 16:31:20] There has been a new submission: 'Thermos review.. sooo exciting! Well I tried to mix it up and show the benefits of the features present with real life scenarios that most people I know are not taking advantage of. As for measurements after sinking 144 hours I still didn't decide, since they changed if using a pre heated glass...', with flair 'Video Critique'
+23956 [2020-02-02 16:32:27] There has been a new submission: 'Hey guys! I posted this a few days ago and would like to her what you think about it. I’m ready to give some lambda!', with flair 'None'
+23956 [2020-02-02 16:33:24] '/u/elwellstreet' has given '/u/BrianCrowMn' lambda!
+23956 [2020-02-02 16:33:33] There has been a new submission: 'Got one of the most famous PC submarine Sim game working on Android', with flair 'Gaming'
+23956 [2020-02-02 16:33:34] /u/dankirm had their submission removed for insufficient lambda.
+23956 [2020-02-02 16:39:55] '/u/BobbyMcbobb3rson' has given '/u/Top_Blazer_420' lambda!
+23956 [2020-02-02 16:40:15] '/u/BobbyMcbobb3rson' has given '/u/hemant_rangdal' lambda!
+23956 [2020-02-02 16:46:56] There has been a new submission: 'Gaming News, needing help on how to make it better. Any feedback is welcome.', with flair 'Video Critique'
+23956 [2020-02-02 16:48:42] '/u/qzeqYT' has given '/u/drowningarmadilo' lambda!
+23956 [2020-02-02 16:49:01] '/u/heyiamandrew' has given '/u/BrianCrowMn' lambda!
+23956 [2020-02-02 16:49:01] The OP received lambda too!
+23956 [2020-02-02 16:49:05] There has been a new submission: 'A tribute to the legend Kobe Bryant', with flair 'None'
+23956 [2020-02-02 16:49:06] /u/TheLostTaco7 had their submission removed for insufficient lambda.
+23956 [2020-02-02 16:49:56] '/u/heyiamandrew' has given '/u/zach_swoogg' lambda!
+23956 [2020-02-02 16:50:34] There has been a new submission: 'My first video on this channel! Let me know what you think', with flair 'None'
+23956 [2020-02-02 16:51:00] '/u/heyiamandrew' has given '/u/tommyboy_lr' lambda!
+23956 [2020-02-02 16:54:53] There has been a new submission: 'Miscreated - Surviving', with flair 'Gaming'
+23956 [2020-02-02 16:54:54] /u/CheatCentralCH had their submission removed for insufficient lambda.
+23956 [2020-02-02 16:56:09] '/u/RockLover37' has given '/u/LeinadArevet' lambda!
+23956 [2020-02-02 16:56:09] The OP received lambda too!
+23956 [2020-02-02 16:59:00] '/u/Tcourt91' has given '/u/hemant_rangdal' lambda!
+23956 [2020-02-02 17:06:36] There has been a new submission: '"My Last Night in Japan was a Doozy" - I'm trying new talking head videos - let me know what you like/dislike!', with flair 'Video Critique'
+23956 [2020-02-02 17:07:20] There has been a new submission: 'Guys pls help I have been getting over 60 views on my vids but am on 20 subscribers', with flair 'Channel Review'
+23956 [2020-02-02 17:07:22] /u/pengalehawk had their submission removed for insufficient lambda.
+23956 [2020-02-02 17:07:54] There has been a new submission: 'HEY CAN I GET SOME OPINIONS PLZ!', with flair 'Video Critique'
+23956 [2020-02-02 17:13:50] There has been a new submission: 'My first year anniversary.', with flair 'Discussion'
+24091 [2020-02-02 17:15:54]
+####################
+[2020-02-02 17:15:54] RESTARTED
+####################
+
+24091 [2020-02-02 17:16:48] '/u/WizYTTheBoss' has given '/u/wangsttv' lambda!
+24091 [2020-02-02 17:25:22] '/u/Tastydrumstick' has given '/u/Kansi_' lambda!
+24091 [2020-02-02 17:25:22] The OP received lambda too!
+24091 [2020-02-02 17:28:52] There has been a new submission: 'Triple kills on codm ship map.', with flair 'Gaming'
+24091 [2020-02-02 17:28:53] /u/abhay358 had their submission removed for insufficient lambda.
+24091 [2020-02-02 17:37:59] '/u/DraKBorG' has given '/u/avrona' lambda!
+24091 [2020-02-02 17:37:59] The OP received lambda too!
+24091 [2020-02-02 17:40:17] '/u/Tastydrumstick' has given '/u/MarcLaton' lambda!
+24091 [2020-02-02 17:40:45] There has been a new submission: 'Byleth is still an Echo', with flair 'Gaming'
+24091 [2020-02-02 17:40:47] /u/KRF_Gaming_zbo3 had their submission removed for insufficient lambda.
+24091 [2020-02-02 17:45:48] There has been a new submission: 'Is it good to change thumbnails?', with flair 'Discussion'
+24091 [2020-02-02 17:47:34] '/u/hemant_rangdal' has given '/u/chsmntnstudios' lambda!
+24091 [2020-02-02 17:52:18] There has been a new submission: 'Video Game Doors Are Stupid (Video Essay Parody)', with flair 'Video Critique'
+24091 [2020-02-02 17:52:56] There has been a new submission: 'Please help me my vids get over 60 views but I am stuck on 20 subscribers still', with flair 'Channel Review'
+24091 [2020-02-02 17:52:57] /u/pengalehawk had their submission removed for insufficient lambda.
+24091 [2020-02-02 17:56:49] '/u/Evalad' has given '/u/Pat0540' lambda!
+24091 [2020-02-02 17:56:49] The OP received lambda too!
+24091 [2020-02-02 17:59:09] '/u/TheBobbyBands' has given '/u/MarcLaton' lambda!
+24091 [2020-02-02 17:59:09] The OP received lambda too!
+24091 [2020-02-02 18:10:18] There has been a new submission: 'Getting better at this editing thing... always open to criticism tho!', with flair 'Gaming'
+24091 [2020-02-02 18:10:20] /u/kila_west11 had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:10:33] There has been a new submission: 'Hello fellow `Mini Youtubers´!', with flair 'Gaming'
+24091 [2020-02-02 18:10:35] /u/RetroGamerMarcus had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:10:48] There has been a new submission: 'Uncomfortable CS:GO Moments', with flair 'Gaming'
+24091 [2020-02-02 18:10:51] /u/merthinator had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:14:51] '/u/american_noodle' has given '/u/kila_west11' lambda!
+24091 [2020-02-02 18:14:51] The OP received lambda too!
+24091 [2020-02-02 18:17:07] There has been a new submission: 'IMJAYSTATION HAS GONE TOO FAR Still trying to get better at commentary. I would love to receive any tips, criticism!', with flair 'Video Critique'
+24091 [2020-02-02 18:21:35] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+24091 [2020-02-02 18:21:53] '/u/TechLens_Official' has given '/u/wangsttv' lambda!
+24091 [2020-02-02 18:22:13] '/u/TheBobbyBands' has given '/u/kila_west11' lambda!
+24091 [2020-02-02 18:22:23] '/u/qzeqYT' has given '/u/gamebalance' lambda!
+24091 [2020-02-02 18:23:49] '/u/TechLens_Official' has given '/u/chsmntnstudios' lambda!
+24091 [2020-02-02 18:25:24] There has been a new submission: 'Does unlisting a video with alot of views negatively affect my search ability?', with flair 'Discussion'
+24091 [2020-02-02 18:27:26] The moderator /u/jwnskanzkwk has given /u/jimb0z_ 1λ. /u/jimb0z_ now has 2λ.
+24091 [2020-02-02 18:29:31] '/u/american_noodle' has given '/u/adyen' lambda!
+24091 [2020-02-02 18:31:00] '/u/WizYTTheBoss' has given '/u/iamtinos' lambda!
+24091 [2020-02-02 18:32:18] There has been a new submission: 'Played a pretty bad dating simulator but tried turning it into a fun video. It’s not my favorite video I’ve made but I think it turned out somewhat decent. Any feedback helps!', with flair 'None'
+24091 [2020-02-02 18:34:29] '/u/WizYTTheBoss' has given '/u/Inferus12' lambda!
+24091 [2020-02-02 18:37:24] '/u/Evalad' has given '/u/kila_west11' lambda!
+24091 [2020-02-02 18:38:57] '/u/wangsttv' has given '/u/kila_west11' lambda!
+24091 [2020-02-02 18:38:57] The OP received lambda too!
+24091 [2020-02-02 18:46:33] '/u/DraKBorG' has given '/u/adyen' lambda!
+24091 [2020-02-02 18:46:55] There has been a new submission: 'How I make my videos. Please let me know what you think.', with flair 'Video Critique'
+24091 [2020-02-02 18:47:33] '/u/DraKBorG' has given '/u/drowningarmadilo' lambda!
+24091 [2020-02-02 18:47:52] There has been a new submission: 'I needed to escape this world...', with flair 'Gaming'
+24091 [2020-02-02 18:47:53] /u/FineManYT had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:49:18] '/u/WizYTTheBoss' has given '/u/krmmr' lambda!
+24091 [2020-02-02 18:50:18] '/u/Max_Robertson' has given '/u/iamtinos' lambda!
+24091 [2020-02-02 18:50:18] The OP received lambda too!
+24091 [2020-02-02 18:50:28] There has been a new submission: 'Hey friends, got a vid I want yall to check out... I know it could use some improvements but all critics are welcome! Thanks dawg.', with flair 'Channel Review'
+24091 [2020-02-02 18:50:30] /u/KoleDaMan had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:50:41] '/u/Max_Robertson' has given '/u/BobbyMcbobb3rson' lambda!
+24091 [2020-02-02 18:50:55] '/u/Max_Robertson' has given '/u/Robbo2513' lambda!
+24091 [2020-02-02 18:51:48] '/u/american_noodle' has given '/u/MarcLaton' lambda!
+24091 [2020-02-02 18:51:57] There has been a new submission: 'My first post here and new to editing...looking for some critiques and advice! Thanks', with flair 'Gaming'
+24091 [2020-02-02 18:57:20] There has been a new submission: 'Hey i wanted to learn abit more about editing so i made weird R6 video', with flair 'Gaming'
+24091 [2020-02-02 18:57:22] /u/NyanoMachines had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:57:26] There has been a new submission: 'Going to Hooters with My Internet Friend•Would love some feedback :)', with flair 'Video Critique'
+24091 [2020-02-02 18:57:34] There has been a new submission: 'Hummer build', with flair 'None'
+24091 [2020-02-02 18:58:32] '/u/Nichemm' has given '/u/modd25' lambda!
+24091 [2020-02-02 18:58:32] The OP received lambda too!
+24091 [2020-02-02 18:58:43] There has been a new submission: 'Weebow Six: Sugoi', with flair 'Gaming'
+24091 [2020-02-02 18:58:44] /u/NyanoMachines had their submission removed for insufficient lambda.
+24091 [2020-02-02 18:59:10] '/u/Nichemm' has given '/u/kila_west11' lambda!
+24091 [2020-02-02 18:59:33] '/u/DevynEleven' has given '/u/jimb0z_' lambda!
+24091 [2020-02-02 18:59:33] The OP received lambda too!
+24091 [2020-02-02 18:59:56] '/u/WizYTTheBoss' has given '/u/Paul_francis' lambda!
+24091 [2020-02-02 19:00:20] There has been a new submission: 'Here's my new video! I used most of the suggestions from previous posts! Please consider subscribing if you enjoy it!', with flair 'Gaming'
+24091 [2020-02-02 19:00:33] There has been a new submission: 'We Finally Know How Tardigrades Survive Deadly Radiation', with flair 'Video Critique'
+24091 [2020-02-02 19:00:35] /u/Elay870870 had their submission removed for insufficient lambda.
+24091 [2020-02-02 19:01:47] '/u/zach_swoogg' has given '/u/drowningarmadilo' lambda!
+24091 [2020-02-02 19:01:47] The OP received lambda too!
+24091 [2020-02-02 19:03:21] '/u/zach_swoogg' has given '/u/Kansi_' lambda!
+24091 [2020-02-02 19:04:27] '/u/zach_swoogg' has given '/u/lucidlevel' lambda!
+24091 [2020-02-02 19:05:22] There has been a new submission: 'What are the best and free video editing apps for IOS out there?', with flair 'Discussion'
+24091 [2020-02-02 19:12:03] There has been a new submission: 'Apex Legends (PS4) Double Energy Epic 10+ Kill Game with 2OP Gaming', with flair 'Gaming'
+24091 [2020-02-02 19:12:06] /u/bvmodz had their submission removed for insufficient lambda.
+24091 [2020-02-02 19:13:09] There has been a new submission: 'Do you know of any really successful YouTubers that used to post on this subreddit?', with flair 'Discussion'
+24091 [2020-02-02 19:13:29] There has been a new submission: 'I'm an Introverted Extrovert! - (A Journey in Music Juxtaposition)', with flair 'Meta'
+24091 [2020-02-02 19:13:30] /u/Kriller77 had their submission removed for using the wrong flair.
+24091 [2020-02-02 19:13:36] There has been a new submission: 'I'll design you a new banner', with flair 'Discussion'
+24091 [2020-02-02 19:14:51] There has been a new submission: 'Short comedy video, had fun making it but I'd love some critique', with flair 'Video Critique'
+24091 [2020-02-02 19:15:28] There has been a new submission: 'I'm an Introverted Extrovert! - (A Journey in Music Juxtaposition)', with flair 'Art'
+24091 [2020-02-02 19:15:30] /u/Kriller77 had their submission removed for insufficient lambda.
+24226 [2020-02-02 19:15:54]
+####################
+[2020-02-02 19:15:54] RESTARTED
+####################
+
+24226 [2020-02-02 19:19:48] '/u/WizYTTheBoss' has given '/u/TheCheeseDud' lambda!
+24226 [2020-02-02 19:21:32] '/u/codephony' has given '/u/LeinadArevet' lambda!
+24226 [2020-02-02 19:23:40] '/u/MagicWolfPlayz' has given '/u/TheCheeseDud' lambda!
+24226 [2020-02-02 19:23:40] The OP received lambda too!
+24226 [2020-02-02 19:28:29] There has been a new submission: 'Thank you!', with flair 'None'
+24226 [2020-02-02 19:28:30] /u/_buncie_ had their submission removed for insufficient lambda.
+24226 [2020-02-02 19:35:29] '/u/adyen' has given '/u/Kansi_' lambda!
+24226 [2020-02-02 19:35:30] The OP received lambda too!
+24226 [2020-02-02 19:38:30] '/u/TheBobbyBands' has given '/u/Kansi_' lambda!
+24226 [2020-02-02 19:38:37] '/u/Sipover' has given '/u/UndieBand1t' lambda!
+24226 [2020-02-02 19:40:43] There has been a new submission: 'Did you saw the new FAST AND FURIOUS 9 Trailer 2020', with flair 'Channel Review'
+24226 [2020-02-02 19:40:45] /u/ilanyagutilov had their submission removed for insufficient lambda.
+24226 [2020-02-02 19:41:32] '/u/chsmntnstudios' has given '/u/Not_A-Aron' lambda!
+24226 [2020-02-02 19:41:32] The OP received lambda too!
+24226 [2020-02-02 19:43:09] There has been a new submission: 'First YouTube Video/ Attempt at editing. Just playing skribbl.io with friends. Thoughts?', with flair 'Gaming'
+24226 [2020-02-02 19:45:47] There has been a new submission: 'Mo Bamba (Animated) i Got Hoooooooeeessss', with flair 'Art'
+24226 [2020-02-02 19:45:57] '/u/moreganplease' has given '/u/frisodenijs' lambda!
+24226 [2020-02-02 19:45:57] The OP received lambda too!
+24226 [2020-02-02 19:47:23] '/u/Ghryms' has given '/u/R_Hanna' lambda!
+24226 [2020-02-02 19:48:40] There has been a new submission: 'VERY new to this, I would appreciate any feedback on my latest video! (Channel is a mishmash of just random things I like to do/talk about)', with flair 'None'
+24226 [2020-02-02 19:48:41] /u/kylaJK had their submission removed for insufficient lambda.
+24226 [2020-02-02 19:49:28] There has been a new submission: 'So I spent ages on this one! Looking for some constructive criticism especially watch time ones. Would appreciate you taking time out of your day to watch me!', with flair 'Video Critique'
+24226 [2020-02-02 19:50:12] '/u/Max_Robertson' has given '/u/CertMedia' lambda!
+24226 [2020-02-02 19:50:56] '/u/Max_Robertson' has given '/u/EggsBro' lambda!
+24226 [2020-02-02 19:52:33] '/u/Kansi_' has given '/u/KamKashiiiYT' lambda!
+24226 [2020-02-02 19:52:33] The OP received lambda too!
+24226 [2020-02-02 19:54:13] There has been a new submission: 'Minecraft let’s play ... any video/ channel help is appreciated', with flair 'Video Critique'
+24226 [2020-02-02 19:54:15] /u/AussiePlays had their submission removed for insufficient lambda.
+24226 [2020-02-02 19:54:27] There has been a new submission: 'The Yeetus', with flair 'Video Critique'
+24226 [2020-02-02 19:59:05] '/u/SwiftSanders' has given '/u/admiller3' lambda!
+24226 [2020-02-02 19:59:05] The OP received lambda too!
+24226 [2020-02-02 20:03:10] There has been a new submission: 'Video Game Doors Are Stupid (Had to repost this because Reddit was being weird)', with flair 'Video Critique'
+24226 [2020-02-02 20:05:29] There has been a new submission: 'Robert Downey Jr. Singing For Ten Minutes Straight', with flair 'Meta'
+24226 [2020-02-02 20:05:31] /u/Mr_Arcon had their submission removed for using the wrong flair.
+24226 [2020-02-02 20:06:49] There has been a new submission: 'Samaire Sharing BTS of shooting a feature film in Florida', with flair 'Vlog'
+24226 [2020-02-02 20:06:50] /u/sandtrumpsdirt had their submission removed for insufficient lambda.
+24226 [2020-02-02 20:07:03] There has been a new submission: 'Rainbow six siege funny moments EDITED...lmk what you think I’m new to editing', with flair 'Gaming'
+24226 [2020-02-02 20:07:04] /u/KillSwitchRE had their submission removed for insufficient lambda.
+24226 [2020-02-02 20:14:11] '/u/hf_vlogs1' has given '/u/Okitha-DG' lambda!
+24226 [2020-02-02 20:14:11] The OP received lambda too!
+24226 [2020-02-02 20:15:03] '/u/hf_vlogs1' has given '/u/Gordocynical' lambda!
+24226 [2020-02-02 20:17:50] There has been a new submission: 'I currently make Funko Pop! Content. Let me know what you think!💙', with flair 'Channel Review'
+24226 [2020-02-02 20:17:51] /u/Millennial_Realm had their submission removed for insufficient lambda.
+24226 [2020-02-02 20:18:26] '/u/adyen' has given '/u/avrona' lambda!
+24226 [2020-02-02 20:20:03] There has been a new submission: 'Hey friends, got a vid I want yall to check out... I know it could use some improvements but all critics are welcome! Thanks dawg.', with flair 'Video Critique'
+24226 [2020-02-02 20:20:05] /u/KoleDaMan had their submission removed for insufficient lambda.
+24226 [2020-02-02 20:22:01] '/u/MagicWolfPlayz' has given '/u/WestonNeyPhotoVideo' lambda!
+24226 [2020-02-02 20:22:47] There has been a new submission: 'Worked hard to make the videos any recommendations would be awesome', with flair 'Video Critique'
+24226 [2020-02-02 20:22:49] /u/livingwarlock had their submission removed for insufficient lambda.
+24226 [2020-02-02 20:23:54] There has been a new submission: 'How To Get Free Vbucks Fortnite Chapter 2', with flair 'Gaming'
+24226 [2020-02-02 20:23:56] /u/Denniseeh had their submission removed for insufficient lambda.
+24226 [2020-02-02 20:26:02] There has been a new submission: 'Let me know what you think of this insanely funny video I made walking around in public wearing a box over my body.', with flair 'Video Critique'
+24226 [2020-02-02 20:29:12] '/u/WizYTTheBoss' has given '/u/ZanicYT' lambda!
+24226 [2020-02-02 20:32:18] '/u/KingOberon13' has given '/u/Pat0540' lambda!
+24226 [2020-02-02 20:32:54] '/u/Kansi_' has given '/u/CertMedia' lambda!
+24226 [2020-02-02 20:33:33] '/u/Kansi_' has given '/u/WestonNeyPhotoVideo' lambda!
+24226 [2020-02-02 20:35:24] '/u/WestonNeyPhotoVideo' has given '/u/LeinadArevet' lambda!
+24226 [2020-02-02 20:35:24] The OP received lambda too!
+24226 [2020-02-02 20:39:44] There has been a new submission: 'HOW TO HANDSTAND IN PUBLIC! (EPIC!! reactions) Hello guys, would really appreciate some feedback and if you like what you watched consider subscribing please, thanks you!', with flair 'Video Critique'
+24226 [2020-02-02 20:45:01] '/u/drowningarmadilo' has given '/u/izaakfromspace' lambda!
+24226 [2020-02-02 20:45:01] The OP received lambda too!
+24226 [2020-02-02 20:45:57] '/u/drowningarmadilo' has given '/u/WestonNeyPhotoVideo' lambda!
+24226 [2020-02-02 20:47:27] '/u/american_noodle' has given '/u/Halloween_Scarecrow' lambda!
+24226 [2020-02-02 20:47:28] The OP received lambda too!
+24226 [2020-02-02 20:47:36] '/u/DemonAero' has given '/u/Tri99erMe' lambda!
+24226 [2020-02-02 20:47:37] The OP received lambda too!
+24226 [2020-02-02 20:47:50] '/u/drowningarmadilo' has given '/u/SwiftSanders' lambda!
+24226 [2020-02-02 20:51:19] There has been a new submission: 'Let’s Talk: Bathroom Etiquettes Episode 1. So some dude offered me a slice of pizza after taking a massive dump in the bathroom and didn’t wash his hands. I decided to make a comedy sketch about the whole bizarre experience. I just started working on this channel so much love would be appreciated!', with flair 'None'
+24226 [2020-02-02 20:51:48] There has been a new submission: 'My channel being inconsistent', with flair 'Discussion'
+24226 [2020-02-02 20:52:44] There has been a new submission: 'I got over 50 views on first videos but now only getting 20?', with flair 'Discussion'
+24226 [2020-02-02 21:10:45] '/u/UndieBand1t' has given '/u/LeinadArevet' lambda!
+24226 [2020-02-02 21:10:45] The OP received lambda too!
+24226 [2020-02-02 21:13:45] There has been a new submission: 'Top 10 Best Free Racing Games for Android/iOS', with flair 'Gaming'
+24226 [2020-02-02 21:13:47] /u/AlexBayganov had their submission removed for insufficient lambda.
+24437 [2020-02-02 21:15:54]
+####################
+[2020-02-02 21:15:54] RESTARTED
+####################
+
+24437 [2020-02-02 21:17:06] There has been a new submission: 'Robert Downey Jr. Singing For Ten Minutes Straight', with flair 'Video Critique'
+24437 [2020-02-02 21:17:08] /u/Mr_Arcon had their submission removed for insufficient lambda.
+24437 [2020-02-02 21:18:23] There has been a new submission: 'memes that you need in life', with flair 'None'
+24437 [2020-02-02 21:18:24] /u/daaammn had their submission removed for insufficient lambda.
+24437 [2020-02-02 21:26:03] There has been a new submission: 'Hi if anybody gets a chance could you go and check our latest video, me and 5 other friends messing around on swbf2!! Some funny stuff in there', with flair 'Gaming'
+24437 [2020-02-02 21:26:04] /u/NPTCustomPCs had their submission removed for insufficient lambda.
+24437 [2020-02-02 21:29:40] '/u/heyiamandrew' has given '/u/CliffordTV' lambda!
+24437 [2020-02-02 21:30:17] '/u/heyiamandrew' has given '/u/UndieBand1t' lambda!
+24437 [2020-02-02 21:33:27] There has been a new submission: 'The Weird Side Of Rainbow Six Siege', with flair 'Video Critique'
+24437 [2020-02-02 21:33:29] /u/Str8Villains had their submission removed for insufficient lambda.
+24437 [2020-02-02 21:49:29] There has been a new submission: '"From A Tiktok Troll To An Eboy" It's been a while since I last posted here so please give me an honest opinion :)', with flair 'Video Critique'
+24437 [2020-02-02 21:50:39] There has been a new submission: 'I made a FNAF gameplay channel but made it a more montage style like something Albino would do.', with flair 'Gaming'
+24437 [2020-02-02 21:50:41] /u/JCCCCCCCCCCCCCCCCCCC had their submission removed for insufficient lambda.
+24437 [2020-02-02 21:51:45] '/u/kila_west11' has given '/u/Boing_gaming' lambda!
+24437 [2020-02-02 21:51:45] The OP received lambda too!
+24437 [2020-02-02 21:52:41] '/u/iamtinos' has given '/u/Adddo13' lambda!
+24437 [2020-02-02 21:52:41] The OP received lambda too!
+24437 [2020-02-02 21:52:50] There has been a new submission: 'Conan Exiles, Team Boing vs Witch Queen! Feedback?', with flair 'Gaming'
+24437 [2020-02-02 21:57:35] There has been a new submission: 'Hello everyone, my wife just uploaded her first video on her Sims 4 speedbuild aligned channel. She loves to express her creativity on this way! We would appreciate your feedback, I'm the editor of this video, so feedback about my editing skills would be fine too 😊', with flair 'Gaming'
+24437 [2020-02-02 21:57:36] /u/ReyKabacinski had their submission removed for insufficient lambda.
+24437 [2020-02-02 22:00:20] There has been a new submission: 'LATEST VID! What do you lot think?', with flair 'Video Critique'
+24437 [2020-02-02 22:01:28] '/u/WizYTTheBoss' has given '/u/JCCCCCCCCCCCCCCCCCCC' lambda!
+24437 [2020-02-02 22:03:06] '/u/WestonNeyPhotoVideo' has given '/u/Tri99erMe' lambda!
+24437 [2020-02-02 22:03:29] '/u/SwiftSanders' has given '/u/1_2_three_four_5_6' lambda!
+24437 [2020-02-02 22:03:59] '/u/SwiftSanders' has given '/u/ReyKabacinski' lambda!
+24437 [2020-02-02 22:08:20] '/u/UndieBand1t' has given '/u/1_2_three_four_5_6' lambda!
+24437 [2020-02-02 22:08:33] '/u/Max_Robertson' has given '/u/izaakfromspace' lambda!
+24437 [2020-02-02 22:08:49] '/u/Max_Robertson' has given '/u/suneethat' lambda!
+24437 [2020-02-02 22:09:47] '/u/Max_Robertson' has given '/u/_NGaming_' lambda!
+24437 [2020-02-02 22:10:19] '/u/Max_Robertson' has given '/u/ReyKabacinski' lambda!
+24437 [2020-02-02 22:17:45] '/u/american_noodle' has given '/u/TheLegend_420_' lambda!
+24437 [2020-02-02 22:17:45] The OP received lambda too!
+24437 [2020-02-02 22:18:00] There has been a new submission: 'Finally finished my yearly, in review of media, interested to see people's thoughts.', with flair 'Video Critique'
+24437 [2020-02-02 22:29:16] There has been a new submission: 'Funniest Questions on Amazon, Would Love to Know What Everyone Thinks', with flair 'Video Critique'
+24437 [2020-02-02 22:31:32] There has been a new submission: 'I have to learn how to get with the times', with flair 'Discussion'
+24437 [2020-02-02 22:31:34] /u/AkeemTV had their submission removed for using the wrong flair.
+24437 [2020-02-02 22:32:35] There has been a new submission: 'I have to get with the times', with flair 'Channel Review'
+24437 [2020-02-02 22:32:37] /u/AkeemTV had their submission removed for insufficient lambda.
+24437 [2020-02-02 22:35:18] There has been a new submission: 'Hello for people that really hate long videos, I'm with you, which is why I created a daily vlog channels featuring vlogs exactly 1 minute. I've been very consistent so far with the uploads, if y'all can go check it out and subscribe, that would be amazing! Thanks!', with flair 'Channel Review'
+24437 [2020-02-02 22:35:20] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+24437 [2020-02-02 22:42:26] There has been a new submission: 'When your friend has coronavirus, this one really killed me 😂😂😭🤣', with flair 'Video Critique'
+24437 [2020-02-02 22:42:28] /u/acexsd1 had their submission removed for insufficient lambda.
+24437 [2020-02-02 22:44:30] '/u/Boing_gaming' has given '/u/Tri99erMe' lambda!
+24437 [2020-02-02 22:44:30] The OP received lambda too!
+24437 [2020-02-02 22:48:29] There has been a new submission: 'Hello! To people that really hate long videos, I'm with you, which is why I created a daily vlog channel featuring vlogs exactly 1 minute. I've been very consistent so far with the uploads, if y'all can go check it out and subscribe, that would be amazing! Thanks!', with flair 'Channel Review'
+24437 [2020-02-02 22:48:30] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+24437 [2020-02-02 22:54:06] There has been a new submission: 'Я Ǝ T ⅃ A W', with flair 'Art'
+24437 [2020-02-02 22:54:08] /u/WaterTader445 had their submission removed for insufficient lambda.
+24437 [2020-02-02 22:59:05] There has been a new submission: 'Ursa Major | The Big Dipper | Acrylic Painting 😊', with flair 'Art'
+24437 [2020-02-02 22:59:06] /u/Rih-Rih-Tie-Dye had their submission removed for insufficient lambda.
+24437 [2020-02-02 23:01:07] There has been a new submission: 'Top 5 addictive foods', with flair 'Video Critique'
+24437 [2020-02-02 23:01:09] /u/maxdedenver had their submission removed for insufficient lambda.
+24437 [2020-02-02 23:03:06] '/u/DraKBorG' has given '/u/Tri99erMe' lambda!
+24437 [2020-02-02 23:03:18] There has been a new submission: 'A review of the Kingdom Hearts 3 DLC "Re:Mind." I hope you all enjoy it! Let me hear your thoughts/critiques in the comments. Lambda to all, of course.', with flair 'Gaming'
+24437 [2020-02-02 23:03:44] There has been a new submission: 'Small channel me and my friends are working on. A lot of effort goes into these videos so some criticism would help as we are trying to get better', with flair 'Gaming'
+24437 [2020-02-02 23:03:46] /u/Domappcent had their submission removed for insufficient lambda.
+24437 [2020-02-02 23:05:54] There has been a new submission: 'A CSGO Surf video. I think this video is one of my better ones. Please leave feedback. Warning: Does include foul language and crude humor.', with flair 'Gaming'
+24437 [2020-02-02 23:05:56] /u/toddmargreat had their submission removed for insufficient lambda.
+24437 [2020-02-02 23:07:05] '/u/Mindfuldesigns' has given '/u/AlexeyCrane' lambda!
+24437 [2020-02-02 23:12:23] '/u/Mindfuldesigns' has given '/u/wangsttv' lambda!
+24569 [2020-02-02 23:15:54]
+####################
+[2020-02-02 23:15:54] RESTARTED
+####################
+
+24569 [2020-02-02 23:16:46] There has been a new submission: 'I Got Arrested!!!! 😱😱 Beamng Drive Crazy Crashes and Police Chase!!! - Also check out my reddit r/KokoGaming ;)', with flair 'Gaming'
+1431 [2020-02-02 23:17:12] Updated statistics
+24569 [2020-02-02 23:21:53] There has been a new submission: 'Posted an SCP video on here and people liked it so I went for something different and wanted to see what people thought of it. As always open to any criticism.', with flair 'Video Critique'
+24569 [2020-02-02 23:25:16] '/u/drowningarmadilo' has given '/u/LiamStardust' lambda!
+24569 [2020-02-02 23:33:23] '/u/ZhyperCR1T' has given '/u/VreaL37' lambda!
+24569 [2020-02-02 23:33:23] The OP received lambda too!
+24569 [2020-02-02 23:37:50] '/u/cutin1980' has given '/u/WestonNeyPhotoVideo' lambda!
+24569 [2020-02-02 23:37:50] The OP received lambda too!
+24569 [2020-02-02 23:44:36] '/u/matthewwjoel' has given '/u/MalakJoe' lambda!
+24569 [2020-02-02 23:46:03] '/u/matthewwjoel' has given '/u/elwellstreet' lambda!
+24569 [2020-02-02 23:57:25] There has been a new submission: 'Trying to see if putting multiple videos of different games and category is a good idea', with flair 'Gaming'
+24569 [2020-02-02 23:57:26] /u/killajackson95 had their submission removed for insufficient lambda.
+24569 [2020-02-03 00:01:47] There has been a new submission: 'Trying to see if it’s a good idea to have multiple streamers on one channel so we can have more options for everyone to look at', with flair 'Gaming'
+24569 [2020-02-03 00:01:49] /u/killajackson95 had their submission removed for insufficient lambda.
+24569 [2020-02-03 00:02:23] There has been a new submission: 'Just another Fortnite video', with flair 'Gaming'
+24569 [2020-02-03 00:02:25] /u/DERPhavoc had their submission removed for insufficient lambda.
+24569 [2020-02-03 00:08:17] There has been a new submission: 'Trying something new out and seeing how YouTube is does anyone have good tips on growing a channel that could help me', with flair 'Discussion'
+24569 [2020-02-03 00:11:13] '/u/TechLens_Official' has given '/u/TIMEB5Music' lambda!
+24569 [2020-02-03 00:13:44] '/u/SwiftSanders' has given '/u/KoleDaMan' lambda!
+24569 [2020-02-03 00:16:45] '/u/SwiftSanders' has given '/u/toddmargreat' lambda!
+24569 [2020-02-03 00:19:51] '/u/WizYTTheBoss' has given '/u/toddmargreat' lambda!
+24569 [2020-02-03 00:23:21] There has been a new submission: '9 Hrs Layover In The Airport | Hamad International Airport Impressions | DOH-YUL', with flair 'Vlog'
+24569 [2020-02-03 00:39:10] There has been a new submission: 'Fortnite Montage Lil Mosey-Noticed', with flair 'Gaming'
+24569 [2020-02-03 00:44:19] '/u/WestonNeyPhotoVideo' has given '/u/WALLROOP' lambda!
+24569 [2020-02-03 00:50:20] There has been a new submission: 'Here’s my most recent vlog.. bare in mind I do daily uploads so the edits have to be faster than normal.. let me know what you guys think!', with flair 'Channel Review'
+24569 [2020-02-03 00:50:22] /u/richheaney90 had their submission removed for insufficient lambda.
+24569 [2020-02-03 01:00:04] There has been a new submission: 'A Report on "The Yellow Wallpaper"', with flair 'Art'
+24569 [2020-02-03 01:00:06] /u/ZCLoki had their submission removed for insufficient lambda.
+24569 [2020-02-03 01:04:15] There has been a new submission: 'Online Money Making Series', with flair 'Video Critique'
+24569 [2020-02-03 01:04:17] /u/antkon1973 had their submission removed for insufficient lambda.
+24569 [2020-02-03 01:06:00] '/u/kila_west11' has given '/u/ReyKabacinski' lambda!
+24569 [2020-02-03 01:07:36] '/u/kila_west11' has given '/u/BridgesGames' lambda!
+24569 [2020-02-03 01:13:24] There has been a new submission: 'I made a stupid, funny video and would love some feedback as I think there is room to improve and if someone has the time it would be nice to have my channel review too. Thank you', with flair 'Channel Review'
+24569 [2020-02-03 01:13:26] /u/calmballer had their submission removed for insufficient lambda.
+24569 [2020-02-03 01:15:33] There has been a new submission: 'Hello! To people that really hate long videos, I'm with you, which is why I created a daily vlog channel featuring vlogs exactly 1 minute. I've been very consistent so far with the uploads, if y'all can go check it out and subscribe, that would be amazing! Thanks!', with flair 'Channel Review'
+24569 [2020-02-03 01:15:35] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+24734 [2020-02-03 01:15:54]
+####################
+[2020-02-03 01:15:54] RESTARTED
+####################
+
+24734 [2020-02-03 01:21:52] '/u/SwiftSanders' has given '/u/BobbyMcbobb3rson' lambda!
+24734 [2020-02-03 01:23:10] There has been a new submission: 'Hey all I welcome you to my piano channel. I started this channel three years ago but was MIA due to moving to another country. But I am back and plan to do a new cover every 2 weeks. Would appreciate if anyone can give me feedback on my videos so I can know what improvements I can make:)!', with flair 'Video Critique'
+24734 [2020-02-03 01:23:12] /u/angusdaasian had their submission removed for insufficient lambda.
+24734 [2020-02-03 01:24:58] '/u/hemant_rangdal' has given '/u/ilanyagutilov' lambda!
+24734 [2020-02-03 01:25:13] There has been a new submission: 'Lots of fun, I enjoy watching them at play, so I went and got one. Not the fastest but it's not slow. Even more fun in the snow! I hope you feel peace at the end of my videos. Thanks for watching.', with flair 'Channel Review'
+24734 [2020-02-03 01:25:15] /u/2566527117 had their submission removed for insufficient lambda.
+24734 [2020-02-03 01:26:23] '/u/hemant_rangdal' has given '/u/CertMedia' lambda!
+24734 [2020-02-03 01:27:22] '/u/american_noodle' has given '/u/CeypticKing_YT' lambda!
+24734 [2020-02-03 01:27:43] There has been a new submission: 'Hey Guys. For In Depth Reviews On your Favourite games Come Check Out My Channel GamingWaves Thanks For Taking The Time To Read This. Have A Great Day !', with flair 'Video Critique'
+24734 [2020-02-03 01:27:44] /u/PaladinCosmo had their submission removed for insufficient lambda.
+24734 [2020-02-03 01:38:29] There has been a new submission: 'Hello everyone, my wife just uploaded her first video on her Sims 4 speedbuild channel. She loves to express her creativity on this way! We would appreciate your feedback, especially for the music and the house tour at the end (Cut/Speed). 😊', with flair 'Gaming'
+24734 [2020-02-03 01:41:19] '/u/american_noodle' has given '/u/TucoSalomanca' lambda!
+24734 [2020-02-03 01:45:07] There has been a new submission: 'Can I have some feedback on this video please', with flair 'Channel Review'
+24734 [2020-02-03 01:45:08] /u/mrclouds72 had their submission removed for insufficient lambda.
+24734 [2020-02-03 02:12:22] There has been a new submission: 'A Superbowl', with flair 'Video Critique'
+24734 [2020-02-03 02:23:51] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+24734 [2020-02-03 02:28:02] '/u/GnormPlays' has given '/u/Tri99erMe' lambda!
+24734 [2020-02-03 02:29:19] '/u/drowningarmadilo' has given '/u/LukeDoes' lambda!
+24734 [2020-02-03 02:30:12] '/u/GnormPlays' has given '/u/jimb0z_' lambda!
+24734 [2020-02-03 02:30:12] The OP received lambda too!
+24734 [2020-02-03 02:31:45] '/u/GnormPlays' has given '/u/elwellstreet' lambda!
+24734 [2020-02-03 02:32:01] '/u/GnormPlays' has given '/u/BobbyMcbobb3rson' lambda!
+24734 [2020-02-03 02:53:55] There has been a new submission: 'SupernaturalPeen', with flair 'Channel Review'
+24734 [2020-02-03 02:53:57] /u/SupernaturalPeen had their submission removed for insufficient lambda.
+24734 [2020-02-03 03:03:58] '/u/Matigian_Media' has given '/u/CeypticKing_YT' lambda!
+24929 [2020-02-03 03:15:55]
+####################
+[2020-02-03 03:15:55] RESTARTED
+####################
+
+24929 [2020-02-03 03:19:47] There has been a new submission: 'SpacemanX Journey into the netherverse Free youtube Scifi series!! Come Join and have fun!!!!', with flair 'Gaming'
+24929 [2020-02-03 03:19:48] /u/Mrmystery543 had their submission removed for insufficient lambda.
+24929 [2020-02-03 03:20:01] There has been a new submission: 'Make money fast skit', with flair 'None'
+24929 [2020-02-03 03:20:50] '/u/american_noodle' has given '/u/giosfamilyfun' lambda!
+24929 [2020-02-03 03:40:49] There has been a new submission: 'Hello! To people that really hate long videos, I'm with you, which is why I created a daily vlog channel featuring vlogs exactly 1 minute. I've been very consistent so far with the uploads, if y'all can go check it out and subscribe, that would be amazing! Thanks!', with flair 'Channel Review'
+24929 [2020-02-03 03:46:15] There has been a new submission: 'Wanting to start a food YouTube channel but struggling to decide whether to speak in English or my native tongue Filipino(Philippines)', with flair 'Discussion'
+24929 [2020-02-03 04:15:58] There has been a new submission: 'New Dad = New Experiences (Toilet Humour)', with flair 'Video Critique'
+24929 [2020-02-03 04:24:18] There has been a new submission: 'January 2020 Challenge Response –Greenparrottravel', with flair 'Video Critique'
+24929 [2020-02-03 04:24:20] /u/habitdiseasedetect had their submission removed for insufficient lambda.
+24929 [2020-02-03 04:32:14] '/u/Nichemm' has given '/u/LukeDoes' lambda!
+24929 [2020-02-03 04:32:49] '/u/Nichemm' has given '/u/Sipover' lambda!
+24929 [2020-02-03 04:34:01] '/u/Nichemm' has given '/u/SwiftSanders' lambda!
+24929 [2020-02-03 04:34:25] '/u/Nichemm' has given '/u/kylaJK' lambda!
+24929 [2020-02-03 04:37:16] There has been a new submission: 'Please watch and subscribe to my channel', with flair 'None'
+24929 [2020-02-03 04:37:17] /u/FreeEnd6 had their submission removed for insufficient lambda.
+24929 [2020-02-03 04:37:25] '/u/Nichemm' has given '/u/Tri99erMe' lambda!
+24929 [2020-02-03 04:39:11] '/u/Nichemm' has given '/u/chimpos' lambda!
+24929 [2020-02-03 04:44:02] There has been a new submission: 'I'm not even sure where to begin, what do I need to buy?', with flair 'Discussion'
+24929 [2020-02-03 04:46:21] There has been a new submission: 'Just some cod casual sniping!', with flair 'None'
+24929 [2020-02-03 04:46:22] /u/ItzVaporz had their submission removed for insufficient lambda.
+24929 [2020-02-03 04:46:50] '/u/EllaV8Sound' has given '/u/Illfury' lambda!
+24929 [2020-02-03 04:46:50] The OP received lambda too!
+24929 [2020-02-03 04:48:53] There has been a new submission: 'Opinion: You are the unsung heroes! Thank you to everyone from Reddit who launched me past 100 Subscribers last week. You took a chance on me and I appreciate it. Here is another funny video, just the way you like it; Please give feedback for lambda!', with flair 'Video Critique'
+24929 [2020-02-03 04:52:57] There has been a new submission: 'Why Fast Food Is Killing My Cat/ Looking for feedback!!!', with flair 'Video Critique'
+24929 [2020-02-03 05:04:11] '/u/Illfury' has given '/u/Atiqur1984' lambda!
+24929 [2020-02-03 05:04:11] The OP received lambda too!
+24929 [2020-02-03 05:06:06] '/u/sohomcena' has given '/u/hemant_rangdal' lambda!
+24929 [2020-02-03 05:06:06] The OP received lambda too!
+24929 [2020-02-03 05:07:27] '/u/sohomcena' has given '/u/dzondi92' lambda!
+24929 [2020-02-03 05:07:52] There has been a new submission: 'Fortnite Cash Cups are Easy...', with flair 'Gaming'
+24929 [2020-02-03 05:07:53] /u/teda15 had their submission removed for insufficient lambda.
+24929 [2020-02-03 05:08:21] '/u/sohomcena' has given '/u/superwatt123' lambda!
+24929 [2020-02-03 05:08:54] '/u/sohomcena' has given '/u/KamKashiiiYT' lambda!
+25442 [2020-02-03 05:15:54]
+####################
+[2020-02-03 05:15:54] RESTARTED
+####################
+
+25442 [2020-02-03 05:29:00] '/u/thehungrydad' has given '/u/One-Dos-San-Chaar' lambda!
+25442 [2020-02-03 05:29:00] The OP received lambda too!
+25442 [2020-02-03 05:29:19] '/u/Hamlet_71' has given '/u/elwellstreet' lambda!
+25442 [2020-02-03 05:29:19] The OP received lambda too!
+25442 [2020-02-03 05:32:50] There has been a new submission: 'Looking to colab with someone for a video with experience and opinions of the anime my hero academia for a review of the series', with flair 'Collab'
+25442 [2020-02-03 05:33:45] '/u/Hamlet_71' has given '/u/kila_west11' lambda!
+25442 [2020-02-03 05:34:23] '/u/SwiftSanders' has given '/u/thehungrydad' lambda!
+25442 [2020-02-03 05:48:49] '/u/chsmntnstudios' has given '/u/SwiftSanders' lambda!
+25442 [2020-02-03 05:50:44] '/u/chsmntnstudios' has given '/u/WestonNeyPhotoVideo' lambda!
+25442 [2020-02-03 05:51:04] '/u/Illfury' has given '/u/XXXEggNog69XXX' lambda!
+25442 [2020-02-03 06:13:26] There has been a new submission: 'Anyone up for Rainbow Six??', with flair 'Collab'
+25442 [2020-02-03 06:21:50] There has been a new submission: 'I have been told my voice is "cringy" so I asked the help of an assistant for my latest video. - Gwyneth Paltrow Is Crazy and Goop Is Hurting People. Thx for any feedback. Cheers!', with flair 'Video Critique'
+25442 [2020-02-03 06:26:07] There has been a new submission: 'NEW VID', with flair 'Gaming'
+25442 [2020-02-03 06:26:08] /u/DERPhavoc had their submission removed for insufficient lambda.
+25442 [2020-02-03 06:26:56] '/u/WestonNeyPhotoVideo' has given '/u/LukeDoes' lambda!
+25442 [2020-02-03 06:41:11] '/u/magnahoop12' has given '/u/muhammad-dng' lambda!
+25442 [2020-02-03 06:41:11] The OP received lambda too!
+25442 [2020-02-03 06:43:28] '/u/UndieBand1t' has given '/u/blinkehyo' lambda!
+25442 [2020-02-03 06:45:24] '/u/UndieBand1t' has given '/u/XXXEggNog69XXX' lambda!
+25442 [2020-02-03 06:46:50] '/u/UndieBand1t' has given '/u/thehungrydad' lambda!
+25803 [2020-02-03 07:15:55]
+####################
+[2020-02-03 07:15:55] RESTARTED
+####################
+
+25803 [2020-02-03 07:20:41] There has been a new submission: 'Samsung T5 SSD Review / Would love to hear your thoughts and feedback is much appreciated :)', with flair 'Video Critique'
+25803 [2020-02-03 07:28:36] '/u/himel_oficial' has given '/u/thehungrydad' lambda!
+25803 [2020-02-03 07:28:36] The OP received lambda too!
+25803 [2020-02-03 07:30:21] There has been a new submission: 'Been at it my first week and would like some criticism. I know I need to be louder and maybe more enthusiastic but other than that what else. Also any thoughts on thumnail or title? This is a great community btw. Thank you 😁', with flair 'Gaming'
+25803 [2020-02-03 07:38:40] There has been a new submission: '▶ Coronavirus - How To Invest During The Epidemic', with flair 'Video Critique'
+25803 [2020-02-03 07:38:40] /u/kurt_FI had their submission removed for insufficient lambda.
+25803 [2020-02-03 07:43:12] '/u/qzeqYT' has given '/u/LukeDoes' lambda!
+25803 [2020-02-03 07:57:29] '/u/TheBobbyBands' has given '/u/blinkehyo' lambda!
+25803 [2020-02-03 08:03:55] There has been a new submission: 'Did you saw the new FAST AND FURIOUS 9 Trailer 2020', with flair 'Channel Review'
+25803 [2020-02-03 08:20:07] '/u/thehungrydad' has given '/u/turnuptheaccc' lambda!
+25803 [2020-02-03 09:02:57] '/u/AlexeyCrane' has given '/u/lucidlevel' lambda!
+25803 [2020-02-03 09:02:57] The OP received lambda too!
+25803 [2020-02-03 09:11:38] '/u/Ghryms' has given '/u/blinkehyo' lambda!
+25803 [2020-02-03 09:11:39] The OP received lambda too!
+25803 [2020-02-03 09:12:22] '/u/Ghryms' has given '/u/Adddo13' lambda!
+25803 [2020-02-03 09:13:11] '/u/Ghryms' has given '/u/flarez9012' lambda!
+25803 [2020-02-03 09:14:38] There has been a new submission: 'UPDATED! Top 10 Most Followed Instagram Accounts (2014-2020)', with flair 'Thumbnail Review'
+25803 [2020-02-03 09:14:40] /u/therankingmaster had their submission removed for insufficient lambda.
+25803 [2020-02-03 09:15:39] '/u/Max_Robertson' has given '/u/jonikon' lambda!
+25937 [2020-02-03 09:15:55]
+####################
+[2020-02-03 09:15:55] RESTARTED
+####################
+
+25937 [2020-02-03 09:17:46] '/u/Max_Robertson' has given '/u/Gimlinho' lambda!
+25937 [2020-02-03 09:19:01] '/u/Max_Robertson' has given '/u/MntnMedia' lambda!
+25937 [2020-02-03 09:19:34] '/u/Illfury' has given '/u/angusdaasian' lambda!
+25937 [2020-02-03 09:21:02] There has been a new submission: 'BLACK GIRL GETS HAIR DONE IN CHINA ( Extreme FAIL)| BLACK IN CHINA', with flair 'Vlog'
+25937 [2020-02-03 09:21:05] /u/JustineHabour had their submission removed for insufficient lambda.
+25937 [2020-02-03 09:21:16] '/u/Illfury' has given '/u/Kalum-W' lambda!
+25937 [2020-02-03 09:21:29] '/u/Max_Robertson' has given '/u/Jellyquent' lambda!
+25937 [2020-02-03 09:21:42] '/u/Max_Robertson' has given '/u/mofogenius_yt' lambda!
+25937 [2020-02-03 09:21:59] '/u/Max_Robertson' has given '/u/dTrxppy' lambda!
+25937 [2020-02-03 09:22:22] '/u/Max_Robertson' has given '/u/XXXEggNog69XXX' lambda!
+25937 [2020-02-03 09:22:38] '/u/Illfury' has given '/u/CertMedia' lambda!
+25937 [2020-02-03 09:22:48] '/u/degwood777' has given '/u/Squamish44' lambda!
+25937 [2020-02-03 09:22:48] The OP received lambda too!
+25937 [2020-02-03 09:23:47] '/u/Illfury' has given '/u/jonikon' lambda!
+25937 [2020-02-03 09:39:31] There has been a new submission: 'YouTubers when they hit their first 100 subs', with flair 'Video Critique'
+25937 [2020-02-03 09:44:22] '/u/Nichemm' has given '/u/JCCCCCCCCCCCCCCCCCCC' lambda!
+25937 [2020-02-03 09:45:57] There has been a new submission: 'Ruby Snapper Frenzy l MAGS Trip Acheh Jan 2020 l Andaman Sea', with flair 'Vlog'
+25937 [2020-02-03 09:45:58] /u/dilfadil81 had their submission removed for insufficient lambda.
+25937 [2020-02-03 10:05:08] There has been a new submission: 'Haven’t posted here in a while, my style is kinda different now. Been growing a lot, please do let me know what you think :)', with flair 'Video Critique'
+25937 [2020-02-03 10:05:30] '/u/Tastydrumstick' has given '/u/CeypticKing_YT' lambda!
+25937 [2020-02-03 10:22:59] There has been a new submission: 'Starting my slim thicc fitness journey', with flair 'None'
+25937 [2020-02-03 10:23:01] /u/kdgm19 had their submission removed for insufficient lambda.
+25937 [2020-02-03 10:23:28] '/u/degwood777' has given '/u/Altravin' lambda!
+25937 [2020-02-03 10:26:19] There has been a new submission: 'Trails of Cold Steel Part 58 - Traveling To Legram', with flair 'Gaming'
+25937 [2020-02-03 11:14:09] There has been a new submission: 'Question', with flair 'Channel Review'
+25937 [2020-02-03 11:14:11] /u/chesterrrrrbeeeeeeee had their submission removed for insufficient lambda.
+26070 [2020-02-03 11:15:55]
+####################
+[2020-02-03 11:15:55] RESTARTED
+####################
+
+26070 [2020-02-03 11:16:48] '/u/Nichemm' has given '/u/GentlemanRaven' lambda!
+26070 [2020-02-03 11:28:03] '/u/XXXEggNog69XXX' has given '/u/GentlemanRaven' lambda!
+26070 [2020-02-03 11:28:03] The OP received lambda too!
+26070 [2020-02-03 11:28:30] '/u/XXXEggNog69XXX' has given '/u/Max_Robertson' lambda!
+26070 [2020-02-03 11:57:24] There has been a new submission: 'What's the news of coronavirus in your local city. Here is the video of coronavirus symptoms.', with flair 'None'
+26070 [2020-02-03 12:10:14] There has been a new submission: 'What you guys think?', with flair 'Channel Review'
+26070 [2020-02-03 12:10:16] /u/NYC-XSR had their submission removed for insufficient lambda.
+26070 [2020-02-03 12:37:11] There has been a new submission: 'Extreme snow action (short movie)', with flair 'Art'
+26070 [2020-02-03 12:37:13] /u/alcoholforever had their submission removed for insufficient lambda.
+26070 [2020-02-03 12:43:05] '/u/XXXEggNog69XXX' has given '/u/qzeqYT' lambda!
+26070 [2020-02-03 12:47:32] There has been a new submission: 'Hey Everyone! I've just uploaded a very quick devlog. I would really appreciate some feedback! I think I cut things down far too much and am going to begin working on adding more material into the videos', with flair 'Video Critique'
+26070 [2020-02-03 12:52:50] '/u/XXXEggNog69XXX' has given '/u/cheekynandos058' lambda!
+26070 [2020-02-03 12:56:11] '/u/XXXEggNog69XXX' has given '/u/rootaccessmedia' lambda!
+26070 [2020-02-03 13:01:18] '/u/_GoatBandit_' has given '/u/Atiqur1984' lambda!
+26070 [2020-02-03 13:01:18] The OP received lambda too!
+26070 [2020-02-03 13:13:59] There has been a new submission: 'Plz guys support', with flair 'Gaming'
+26070 [2020-02-03 13:14:01] /u/GamerAJ9005 had their submission removed for insufficient lambda.
+26228 [2020-02-03 13:15:56]
+####################
+[2020-02-03 13:15:56] RESTARTED
+####################
+
+26228 [2020-02-03 13:56:26] There has been a new submission: 'Hey guys! I've recently started getting back into video editing and started making movie tributes. I posted an Iron Man one last week and have just uploaded my new one, Arthur Fleck | Joker! I'd love if you could check it out and give some feedback. I hope you enjoy!', with flair 'Video Critique'
+26228 [2020-02-03 13:56:28] /u/ZDP86 had their submission removed for insufficient lambda.
+26228 [2020-02-03 13:56:46] '/u/_GoatBandit_' has given '/u/dicky_jonesskycom' lambda!
+26228 [2020-02-03 14:05:11] '/u/XXXEggNog69XXX' has given '/u/Dharen29YT' lambda!
+26228 [2020-02-03 14:09:02] '/u/Illfury' has given '/u/MrDonut12' lambda!
+26228 [2020-02-03 14:10:30] '/u/Illfury' has given '/u/dicky_jonesskycom' lambda!
+26228 [2020-02-03 14:11:05] '/u/Max_Robertson' has given '/u/dicky_jonesskycom' lambda!
+26228 [2020-02-03 14:11:19] '/u/ReyKabacinski' has given '/u/XXXEggNog69XXX' lambda!
+26228 [2020-02-03 14:11:19] The OP received lambda too!
+26228 [2020-02-03 14:11:35] There has been a new submission: 'Lucian Memetage | giving lambda for feedback. I put less memes and focused more on the montage side of the video so I hope I get some more feedback to improve more. Like would be appreciated too 🙂', with flair 'Video Critique'
+26228 [2020-02-03 14:16:44] '/u/Illfury' has given '/u/Top_Blazer_420' lambda!
+26228 [2020-02-03 14:25:26] There has been a new submission: 'Inspiring Motivational - Background Music For YouTube', with flair 'None'
+26228 [2020-02-03 14:25:27] /u/p_records had their submission removed for insufficient lambda.
+26228 [2020-02-03 14:25:43] There has been a new submission: 'Hey guys, check out the latest music video I shot on my brand new Blackmagic Pocket 4k and edited in Davinci Resolve.', with flair 'Video Critique'
+26228 [2020-02-03 14:25:44] /u/KeithKoogen had their submission removed for insufficient lambda.
+26228 [2020-02-03 14:25:49] There has been a new submission: 'I uploaded a new video to my youtube channel an hour ago and would appreciate some views and subscribers and hopefully some feed back to help improve future videos', with flair 'None'
+26228 [2020-02-03 14:25:51] /u/Kian_s5 had their submission removed for insufficient lambda.
+26228 [2020-02-03 14:31:37] There has been a new submission: 'How to Make 100 pieces of content a day! I think I am getting better let me know!', with flair 'Video Critique'
+26228 [2020-02-03 14:32:04] There has been a new submission: 'WHAT HAPPENS WHEN THE CHIEFS WIN THE SUPER BOWL!!', with flair 'Video Critique'
+26228 [2020-02-03 14:34:48] '/u/himel_oficial' has given '/u/XXXEggNog69XXX' lambda!
+26228 [2020-02-03 14:45:07] There has been a new submission: 'How To Make Money On Youtube fast and easy ⭐Click this Link For free luck🍀🍀', with flair 'Vlog'
+26228 [2020-02-03 14:45:09] /u/JoshGamer4000HD had their submission removed for insufficient lambda.
+26228 [2020-02-03 14:55:26] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 3 - Berserker', with flair 'Gaming'
+26228 [2020-02-03 14:55:28] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+26228 [2020-02-03 15:03:35] '/u/cutin1980' has given '/u/hemant_rangdal' lambda!
+26228 [2020-02-03 15:09:45] '/u/_GoatBandit_' has given '/u/popBambi' lambda!
+26228 [2020-02-03 15:12:07] '/u/_GoatBandit_' has given '/u/DLA_Graphical' lambda!
+26228 [2020-02-03 15:13:39] '/u/_GoatBandit_' has given '/u/CertMedia' lambda!
+26228 [2020-02-03 15:14:20] '/u/Illfury' has given '/u/DLA_Graphical' lambda!
+26505 [2020-02-03 15:15:55]
+####################
+[2020-02-03 15:15:55] RESTARTED
+####################
+
+26505 [2020-02-03 15:16:50] '/u/Illfury' has given '/u/JCCCCCCCCCCCCCCCCCCC' lambda!
+26505 [2020-02-03 15:28:11] There has been a new submission: 'Here's my latest Royalty-Free Music. It's an upbeat & epic rock track and it's free to download ! I'd love to hear what you think about it :D !', with flair 'Video Critique'
+26505 [2020-02-03 15:30:32] There has been a new submission: 'made an 'Animated Misheard Lyrics' video, thinking about to make more of these. Feedback welcome!', with flair 'Video Critique'
+26505 [2020-02-03 15:36:44] There has been a new submission: 'Shawn Mendes - Stitches (Guitar Cover) - Any feedback on my video/channel appreciated! :)', with flair 'Video Critique'
+26505 [2020-02-03 15:40:35] '/u/LamStock' has given '/u/LiamStardust' lambda!
+26505 [2020-02-03 15:40:35] The OP received lambda too!
+26505 [2020-02-03 15:43:21] '/u/LamStock' has given '/u/meltedsundae' lambda!
+26505 [2020-02-03 15:44:29] '/u/LamStock' has given '/u/dicky_jonesskycom' lambda!
+26505 [2020-02-03 15:47:33] There has been a new submission: 'Content Marketing Strategy | Social Media Marketing - Spent a lot of time on the intro for this one, please let me know if it is good and will get people hooked into watching the rest of the video??? Any tips on the intro would be very much appreciated :) [Also new softbox lights to up my game]', with flair 'Video Critique'
+26505 [2020-02-03 15:49:35] There has been a new submission: 'Selfie', with flair 'Video Critique'
+26505 [2020-02-03 15:49:36] /u/seanmwing had their submission removed for insufficient lambda.
+26505 [2020-02-03 15:55:58] '/u/MafiasFinestTV' has given '/u/Adddo13' lambda!
+26505 [2020-02-03 15:55:58] The OP received lambda too!
+26505 [2020-02-03 15:56:05] There has been a new submission: 'I posted a promo for this video to Tik-Tok and it went viral; Please let me know if it's just a fluke or if the video is actually quality', with flair 'Video Critique'
+26505 [2020-02-03 15:56:07] /u/TheSmashKing25 had their submission removed for insufficient lambda.
+26505 [2020-02-03 15:58:16] There has been a new submission: 'Highlights vid! More edited thumbnail. What do you lot think?', with flair 'Video Critique'
+26505 [2020-02-03 15:58:55] There has been a new submission: 'I've had my podcast for 6 years, but im trying to 'clip it up' and share on youtube, Thoughts?', with flair 'Channel Review'
+26505 [2020-02-03 15:58:56] /u/daveneal had their submission removed for insufficient lambda.
+26505 [2020-02-03 16:01:10] '/u/magnahoop12' has given '/u/dicky_jonesskycom' lambda!
+26505 [2020-02-03 16:01:42] '/u/magnahoop12' has given '/u/jonikon' lambda!
+26505 [2020-02-03 16:06:22] '/u/Rboss3333' has given '/u/meltedsundae' lambda!
+26505 [2020-02-03 16:06:22] The OP received lambda too!
+26505 [2020-02-03 16:07:01] '/u/Rboss3333' has given '/u/jonikon' lambda!
+26505 [2020-02-03 16:11:31] '/u/MrDonut12' has given '/u/dicky_jonesskycom' lambda!
+26505 [2020-02-03 16:11:31] The OP received lambda too!
+26505 [2020-02-03 16:15:15] '/u/lucidlevel' has given '/u/Adddo13' lambda!
+26505 [2020-02-03 16:15:15] The OP received lambda too!
+26505 [2020-02-03 16:20:41] There has been a new submission: 'Editing advice👀', with flair 'Video Critique'
+26505 [2020-02-03 16:20:44] /u/jorbfar had their submission removed for insufficient lambda.
+26505 [2020-02-03 16:26:09] There has been a new submission: 'After posting for a month now I think this is my favourite video we've created, what are your thoughts? Any feedback, review or support is greatly appreciated. A lot of hard work goes into making these videos. Thanks :)', with flair 'Video Critique'
+26505 [2020-02-03 16:30:32] There has been a new submission: 'A lonely girl in her birthday. No one came. They say she's weird. Is this true? Discover the horrific truth in this video!', with flair 'Gaming'
+26505 [2020-02-03 16:30:34] /u/BlacKetchup had their submission removed for insufficient lambda.
+26505 [2020-02-03 16:37:12] There has been a new submission: 'I’ve had my podcast for 5 years, now tying to add a video element for shorter clips. Thoughts?', with flair 'Channel Review'
+26505 [2020-02-03 16:40:08] There has been a new submission: 'Celebrity Tricky Questions: Sinong Celebrity Ang Nagrapetoke? | HumanMeter', with flair 'None'
+26505 [2020-02-03 16:40:11] /u/IndividualGuide had their submission removed for insufficient lambda.
+26505 [2020-02-03 16:43:38] There has been a new submission: 'A gaming channel where the audience decides on gameplay strategy. Comment your ideas on videos and influence the gameplay, livestreams can be influenced realtime!', with flair 'Gaming'
+26505 [2020-02-03 16:43:40] /u/Sir-Bongalot had their submission removed for insufficient lambda.
+26505 [2020-02-03 16:51:27] '/u/_GoatBandit_' has given '/u/MafiasFinestTV' lambda!
+26505 [2020-02-03 16:53:58] There has been a new submission: 'THE ULTIMATE GUIDE TO TINDER! (Please give me editing & comedy advice!)', with flair 'Video Critique'
+26505 [2020-02-03 17:04:41] '/u/kila_west11' has given '/u/mofogenius_yt' lambda!
+26505 [2020-02-03 17:06:33] '/u/Illfury' has given '/u/mofogenius_yt' lambda!
+26505 [2020-02-03 17:06:49] '/u/kila_west11' has given '/u/thehungrydad' lambda!
+26505 [2020-02-03 17:07:34] '/u/kila_west11' has given '/u/meltedsundae' lambda!
+26505 [2020-02-03 17:13:02] There has been a new submission: 'Dark Meaning Behind Justin's song 'Yummy'.', with flair 'Discussion'
+26505 [2020-02-03 17:13:04] /u/harryvirus had their submission removed for using the wrong flair.
+26644 [2020-02-03 17:15:55]
+####################
+[2020-02-03 17:15:55] RESTARTED
+####################
+
+26644 [2020-02-03 17:18:24] There has been a new submission: 'I love Dragon Ball Games, so i decided to update my male majin character and talk more about how they work. Dragon Ball Xenoverse 2 | Male Majin Defense Guide | Tank Build', with flair 'Gaming'
+26644 [2020-02-03 17:20:13] '/u/_GoatBandit_' has given '/u/Taetysares' lambda!
+26644 [2020-02-03 17:22:00] There has been a new submission: 'I've been playing horror games a lot in my channel. I would appreciate a lot if you guys give me feedback, and I am looking to improve further.', with flair 'Gaming'
+26644 [2020-02-03 17:23:48] There has been a new submission: 'Respecting what you Hate!', with flair 'Video Critique'
+26644 [2020-02-03 17:23:50] /u/BLURRfacetv had their submission removed for insufficient lambda.
+26644 [2020-02-03 17:27:47] There has been a new submission: 'The 8 Bit War: Consoles and Controllers - Player One Start - Which console is better? Let me know what you think of the video either here on on the video. Thanks! :)', with flair 'Gaming'
+26644 [2020-02-03 17:27:48] /u/PlayerOneStart had their submission removed for insufficient lambda.
+26644 [2020-02-03 17:28:07] There has been a new submission: 'What games should I play on my channel?', with flair 'Discussion'
+26644 [2020-02-03 17:42:14] There has been a new submission: 'Are expensive editing softwares (premiere, vegas pro, final cut) worth buying for simple gaming videos and the occasional YTP?', with flair 'Discussion'
+26644 [2020-02-03 17:42:49] '/u/Illfury' has given '/u/acexsd1' lambda!
+26644 [2020-02-03 17:44:27] There has been a new submission: 'Scum - Team Deathmatch (Scum Events)', with flair 'Gaming'
+26644 [2020-02-03 17:44:28] /u/CheatCentralCH had their submission removed for insufficient lambda.
+26644 [2020-02-03 17:48:26] There has been a new submission: 'Just started making videos for PUBG Mobile', with flair 'None'
+26644 [2020-02-03 17:48:27] /u/KenshinNobody had their submission removed for insufficient lambda.
+26644 [2020-02-03 17:49:38] '/u/Max_Robertson' has given '/u/Xerionix' lambda!
+26644 [2020-02-03 17:49:42] There has been a new submission: 'What to do?', with flair 'Discussion'
+26644 [2020-02-03 17:51:14] '/u/chsmntnstudios' has given '/u/blinkehyo' lambda!
+26644 [2020-02-03 17:53:46] There has been a new submission: 'Escape from Tarkov, elusive, tactical, and above all cancerous', with flair 'Gaming'
+26644 [2020-02-03 17:53:48] /u/Pork-Star had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:01:44] '/u/LiamStardust' has given '/u/acexsd1' lambda!
+26644 [2020-02-03 18:01:44] The OP received lambda too!
+26644 [2020-02-03 18:06:24] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 6 Gameplay Walkthrough Blind Facecam', with flair 'None'
+26644 [2020-02-03 18:06:25] /u/loopy2mn had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:10:03] There has been a new submission: 'NSFW Call of Duty Funny Moments. I try to produce quality content that I could see myself watching. The humor might be a little dark but it's all in good fun.', with flair 'Video Critique'
+26644 [2020-02-03 18:18:58] '/u/SwiftSanders' has given '/u/MafiasFinestTV' lambda!
+26644 [2020-02-03 18:19:31] There has been a new submission: 'Plz help give my little brother some feedback. And support is appreciated!!!', with flair 'Video Critique'
+26644 [2020-02-03 18:19:32] /u/RaggTagg22 had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:20:59] There has been a new submission: 'HAVE I CAUGHT THE HANG OF MAKING REACTIONS? = Please offer feedback on my video and thumbnail. Thanks.', with flair 'Video Critique'
+26644 [2020-02-03 18:24:01] There has been a new submission: 'NBA 2K20 MYTEAM TIPS Episode One: TTO Grinding', with flair 'Gaming'
+26644 [2020-02-03 18:24:03] /u/Kell_215 had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:26:17] There has been a new submission: 'Robot Feuds | Part 1 | Settling Differences (We Want FeedBack Please)', with flair 'Collab'
+26644 [2020-02-03 18:26:19] /u/AmazingIStickMan had their submission removed for using the wrong flair.
+26644 [2020-02-03 18:31:24] There has been a new submission: 'Robot Feuds | Part 1 | Settling Differences (We Need Feedback)', with flair 'Video Critique'
+26644 [2020-02-03 18:31:26] /u/AmazingIStickMan had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:32:00] There has been a new submission: 'I make Fnaf videos but I make it more like a montage. Something like the youtuber albino.', with flair 'Channel Review'
+26644 [2020-02-03 18:34:31] There has been a new submission: 'Anyone ever been chased through a school before?', with flair 'None'
+26644 [2020-02-03 18:34:33] /u/j-imserious had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:45:24] There has been a new submission: 'New Video out now "How I Make Videos" Some of you guys were wondering how I make my videos so, in this video, I show you how.', with flair 'Video Critique'
+26644 [2020-02-03 18:45:25] /u/DanTheDanoBot had their submission removed for insufficient lambda.
+26644 [2020-02-03 18:46:01] '/u/guyFCR' has given '/u/Adddo13' lambda!
+26644 [2020-02-03 18:46:01] The OP received lambda too!
+26644 [2020-02-03 18:46:39] '/u/BridgesGames' has given '/u/MafiasFinestTV' lambda!
+26644 [2020-02-03 18:46:39] The OP received lambda too!
+26644 [2020-02-03 19:06:12] '/u/krmmr' has given '/u/TheLadss' lambda!
+26644 [2020-02-03 19:06:12] The OP received lambda too!
+26644 [2020-02-03 19:07:00] '/u/krmmr' has given '/u/MichaelMurrayMusic' lambda!
+26644 [2020-02-03 19:07:38] '/u/_GoatBandit_' has given '/u/MichaelMurrayMusic' lambda!
+26644 [2020-02-03 19:08:48] There has been a new submission: 'My husband heads to the East Coast', with flair 'Vlog'
+26644 [2020-02-03 19:08:49] /u/DFWPunk had their submission removed for insufficient lambda.
+26909 [2020-02-03 19:15:55]
+####################
+[2020-02-03 19:15:55] RESTARTED
+####################
+
+26909 [2020-02-03 19:17:30] There has been a new submission: 'Playing PS4 on My iPhone?!?! (PS4 RemotePlay with Controller)', with flair 'Video Critique'
+26909 [2020-02-03 19:17:31] /u/coletv had their submission removed for insufficient lambda.
+26909 [2020-02-03 19:23:57] There has been a new submission: 'Virtually Free (Funny Short)', with flair 'Video Critique'
+26909 [2020-02-03 19:23:59] /u/jackbliss had their submission removed for insufficient lambda.
+26909 [2020-02-03 19:26:13] '/u/Tri99erMe' has given '/u/TheDukerNukem' lambda!
+26909 [2020-02-03 19:26:13] The OP received lambda too!
+26909 [2020-02-03 19:27:48] '/u/muhammad-dng' has given '/u/LiamStardust' lambda!
+26909 [2020-02-03 19:27:48] The OP received lambda too!
+26909 [2020-02-03 19:29:20] There has been a new submission: 'Negan's Lucille Bat Test?!?! | Lads Destruction', with flair 'Vlog'
+26909 [2020-02-03 19:30:30] There has been a new submission: 'Allow myself to introduce....Myself', with flair 'Discussion'
+26909 [2020-02-03 19:34:25] There has been a new submission: 'Challenge', with flair 'Vlog'
+26909 [2020-02-03 19:34:27] /u/blue4928493 had their submission removed for insufficient lambda.
+26909 [2020-02-03 19:34:56] There has been a new submission: 'It's a good idea to start doing Apex Legends Content, but as editor?', with flair 'Discussion'
+26909 [2020-02-03 19:35:26] There has been a new submission: 'VOLVIMOS A GRANADA - ESPAÑA! (VLOG)', with flair 'Vlog'
+26909 [2020-02-03 19:35:28] /u/Lifeofmaggi had their submission removed for insufficient lambda.
+26909 [2020-02-03 19:41:47] '/u/HighHeelKnight' has given '/u/MichaelMurrayMusic' lambda!
+26909 [2020-02-03 19:41:47] The OP received lambda too!
+26909 [2020-02-03 19:43:25] '/u/BridgesGames' has given '/u/MichaelMurrayMusic' lambda!
+26909 [2020-02-03 19:48:42] '/u/guyFCR' has given '/u/Foggy_Creations' lambda!
+26909 [2020-02-03 19:57:41] There has been a new submission: 'I am streaming rn, it would be a big help if you joined the stream, below is a link to my channel, please check it out and join the stream', with flair 'Gaming'
+26909 [2020-02-03 19:57:42] /u/stupid_loser37 had their submission removed for insufficient lambda.
+26909 [2020-02-03 19:59:26] There has been a new submission: 'A while ago I made a throwback back to one of the worst games of its time. How'd I do? All feedback appreciated!', with flair 'Video Critique'
+26909 [2020-02-03 20:07:52] There has been a new submission: 'Need advice! Just want to hear if you were entertained on this or any of my videos. If not, what can I do to keep viewer retention (pacing, scene placing, context, e.t.c.) I'll support and review your videos as well! :)', with flair 'Channel Review'
+26909 [2020-02-03 20:07:53] /u/Kesaylo had their submission removed for insufficient lambda.
+26909 [2020-02-03 20:13:15] '/u/guyFCR' has given '/u/tsweets614' lambda!
+26909 [2020-02-03 20:15:02] '/u/ReyKabacinski' has given '/u/dicky_jonesskycom' lambda!
+26909 [2020-02-03 20:19:06] '/u/LanaStrums' has given '/u/Jagart01' lambda!
+26909 [2020-02-03 20:19:06] The OP received lambda too!
+26909 [2020-02-03 20:19:14] '/u/TheLadss' has given '/u/GentlemanRaven' lambda!
+26909 [2020-02-03 20:19:14] The OP received lambda too!
+26909 [2020-02-03 20:24:17] There has been a new submission: '“Perfection” A HORRIRYING DEEP WEB Story | (you can listen to this in the background, don’t have to look at it)', with flair 'Video Critique'
+26909 [2020-02-03 20:26:40] There has been a new submission: 'I would need help with subscribers my channel name is "Jerppu Playz" yes unoriginal i know.', with flair 'Discussion'
+26909 [2020-02-03 20:26:55] There has been a new submission: 'New video upload and need your suggestions', with flair 'Video Critique'
+26909 [2020-02-03 20:26:56] /u/waynerigley had their submission removed for insufficient lambda.
+26909 [2020-02-03 20:28:14] There has been a new submission: 'Game-To-Film: Halo: The Pillar of Autumn - Part 1/4. Looking for some feedback and criticism on just about any aspect. I'm not asking anyone to watch all parts, but if you find these entertaining and of interest be sure to watch the other 3 parts, they're all on my channel! Cheers.', with flair 'Video Critique'
+26909 [2020-02-03 20:31:43] '/u/GentlemanRaven' has given '/u/Xerionix' lambda!
+26909 [2020-02-03 20:31:43] The OP received lambda too!
+26909 [2020-02-03 20:32:23] There has been a new submission: 'Feedback Appreciated Gaming Channel and How to Videos', with flair 'Vlog'
+26909 [2020-02-03 20:32:25] /u/AuzBusinessTips had their submission removed for insufficient lambda.
+26909 [2020-02-03 20:33:05] There has been a new submission: 'Been making videos again recently, thoughts?', with flair 'Channel Review'
+26909 [2020-02-03 20:34:18] '/u/qzeqYT' has given '/u/Max-F3rgus0n' lambda!
+26909 [2020-02-03 20:34:18] The OP received lambda too!
+26909 [2020-02-03 20:36:04] There has been a new submission: 'Fortnite Stream Highlight Video', with flair 'Gaming'
+26909 [2020-02-03 20:36:06] /u/yt_nexus had their submission removed for insufficient lambda.
+26909 [2020-02-03 20:40:14] There has been a new submission: 'Finding Respect in Things You Dislike [Video From an Awesome Friend That Recently Helped Me Out!]', with flair 'Video Critique'
+26909 [2020-02-03 20:42:50] '/u/qzeqYT' has given '/u/Xerionix' lambda!
+26909 [2020-02-03 20:43:03] '/u/lucidlevel' has given '/u/TheDukerNukem' lambda!
+26909 [2020-02-03 20:44:07] '/u/lucidlevel' has given '/u/acexsd1' lambda!
+26909 [2020-02-03 20:46:06] There has been a new submission: 'Tell Me And Others What You Do On Yt Channel', with flair 'Discussion'
+26909 [2020-02-03 20:47:56] '/u/lucidlevel' has given '/u/Xerionix' lambda!
+26909 [2020-02-03 20:49:46] '/u/_GoatBandit_' has given '/u/Xerionix' lambda!
+26909 [2020-02-03 20:51:24] '/u/lucidlevel' has given '/u/tsweets614' lambda!
+26909 [2020-02-03 20:56:50] There has been a new submission: 'Paying Famous People to Intimidate my Friends (would really love feedback on this one i spent quite a bit of money for this one video)', with flair 'Video Critique'
+26909 [2020-02-03 21:00:10] There has been a new submission: 'What are a few things we could do to improve our YouTube footprint for our movie, "Toasted"', with flair 'Channel Review'
+26909 [2020-02-03 21:00:12] /u/BubbleGooseVids had their submission removed for insufficient lambda.
+26909 [2020-02-03 21:01:32] There has been a new submission: 'What are a few things we could do to improve our YouTube footprint for our movie, "Toasted"', with flair 'Channel Review'
+26909 [2020-02-03 21:01:34] /u/BubbleGooseVids had their submission removed for insufficient lambda.
+26909 [2020-02-03 21:02:19] There has been a new submission: 'Trying my hand at capturing a kind of early 90's public access television / infomercial / vhs aesthetic and vibe with a new series I recently started, "How Much in Bison Dollars?"', with flair 'Video Critique'
+26909 [2020-02-03 21:02:52] '/u/TheLadss' has given '/u/Max-F3rgus0n' lambda!
+26909 [2020-02-03 21:03:57] '/u/UndieBand1t' has given '/u/jonikon' lambda!
+26909 [2020-02-03 21:08:04] '/u/The_Suited_Bird' has given '/u/Darksideseries' lambda!
+26909 [2020-02-03 21:09:09] '/u/The_Suited_Bird' has given '/u/BLURRfacetv' lambda!
+26909 [2020-02-03 21:13:24] There has been a new submission: 'How do I make my videos better I did change the thumbnail and I plan on adding music in the future so what else should I do?', with flair 'Video Critique'
+27043 [2020-02-03 21:15:55]
+####################
+[2020-02-03 21:15:55] RESTARTED
+####################
+
+27043 [2020-02-03 21:16:47] There has been a new submission: 'can you help me to have 2000 subscribers in less than 5 days?', with flair 'Vlog'
+27043 [2020-02-03 21:16:48] /u/boombagwis2020 had their submission removed for insufficient lambda.
+27043 [2020-02-03 21:18:11] There has been a new submission: 'Hey gang, did some rework on this. Any feedback on the Thumbnail or video would be great! Thank!!! Dating Casually "Drinks" Ep:03', with flair 'Video Critique'
+27043 [2020-02-03 21:19:07] '/u/WizYTTheBoss' has given '/u/GentlemanRaven' lambda!
+27043 [2020-02-03 21:22:04] There has been a new submission: 'I’m a small VR YouTuber trying to get started I have a few subscribers but not that many and would like to get going so if y’all could help me out my channel is TyboiVR', with flair 'Gaming'
+27043 [2020-02-03 21:22:07] /u/Tyboi1134 had their submission removed for insufficient lambda.
+27043 [2020-02-03 21:28:24] '/u/Max-F3rgus0n' has given '/u/SwanCreek' lambda!
+27043 [2020-02-03 21:28:24] The OP received lambda too!
+27043 [2020-02-03 21:28:36] '/u/qzeqYT' has given '/u/Inferus12' lambda!
+27043 [2020-02-03 21:29:42] '/u/AppallOh' has given '/u/Sporta_' lambda!
+27043 [2020-02-03 21:29:42] The OP received lambda too!
+27043 [2020-02-03 21:32:22] '/u/qzeqYT' has given '/u/Kalum-W' lambda!
+27043 [2020-02-03 21:37:23] There has been a new submission: 'Commentary & Reaction Channel Looking Fun of the Weird Side of YouTube!', with flair 'Channel Review'
+27043 [2020-02-03 21:48:23] There has been a new submission: 'My review for "Yooka Laylee and the Impossible Lair". Would love to know what your guys think! Very new to YT but having a blast so far!', with flair 'Gaming'
+27043 [2020-02-03 21:48:24] /u/kirk_collects had their submission removed for insufficient lambda.
+27043 [2020-02-03 21:53:13] '/u/qzeqYT' has given '/u/zweller842' lambda!
+27043 [2020-02-03 21:59:24] '/u/Max-F3rgus0n' has given '/u/zweller842' lambda!
+27043 [2020-02-03 22:00:16] '/u/LiamStardust' has given '/u/tsweets614' lambda!
+27043 [2020-02-03 22:00:44] '/u/LiamStardust' has given '/u/Sporta_' lambda!
+27043 [2020-02-03 22:01:31] '/u/LiamStardust' has given '/u/BrianCrowMn' lambda!
+27043 [2020-02-03 22:09:25] There has been a new submission: 'Made my first Stream Highlights video today and would like peoples opinions on what is good and bad. Any constructive criticism would be appreciated!', with flair 'Video Critique'
+27043 [2020-02-03 22:09:26] /u/noobygamer1 had their submission removed for insufficient lambda.
+27043 [2020-02-03 22:11:49] '/u/qzeqYT' has given '/u/Taetysares' lambda!
+27043 [2020-02-03 22:11:58] There has been a new submission: 'HOW TO BAKE | THE ELDER SCROLLS: SWEETROLLS!', with flair 'Channel Review'
+27043 [2020-02-03 22:12:00] /u/offthepiecharts had their submission removed for insufficient lambda.
+27043 [2020-02-03 22:13:03] There has been a new submission: '18+ VR poker moments | PokerStars VR Funny Moments', with flair 'Gaming'
+27043 [2020-02-03 22:13:05] /u/NiceGuyMarek had their submission removed for insufficient lambda.
+27043 [2020-02-03 22:13:44] There has been a new submission: 'I've been playing a lot of horror games on my channel. I would appreciate a lot if you guys send me some feedback on one of my videos, and where I can improve further with my content.', with flair 'Gaming'
+27043 [2020-02-03 22:14:18] '/u/Kalum-W' has given '/u/qzeqYT' lambda!
+27043 [2020-02-03 22:14:18] The OP received lambda too!
+27043 [2020-02-03 22:19:25] '/u/TheLadss' has given '/u/Eclipse613' lambda!
+27043 [2020-02-03 22:22:25] '/u/Max-F3rgus0n' has given '/u/Sedica_n_Tryna_Play' lambda!
+27043 [2020-02-03 22:24:29] '/u/Max-F3rgus0n' has given '/u/NiceGuyMarek' lambda!
+27043 [2020-02-03 22:33:10] There has been a new submission: 'Recently made a Channel Trailer for my best friend and I’s Podcast YouTube Channel. Any and all critiques. Full video episodes two months away when funds are sufficient.', with flair 'Channel Review'
+27043 [2020-02-03 22:35:07] There has been a new submission: 'The Good, the Bad, and some FAT news!', with flair 'Vlog'
+27043 [2020-02-03 22:35:09] /u/byetheweighwill had their submission removed for insufficient lambda.
+27043 [2020-02-03 22:36:03] '/u/XXXEggNog69XXX' has given '/u/zen_valore' lambda!
+27043 [2020-02-03 22:37:07] '/u/XXXEggNog69XXX' has given '/u/MafiasFinestTV' lambda!
+27043 [2020-02-03 22:37:45] '/u/XXXEggNog69XXX' has given '/u/KamKashiiiYT' lambda!
+27043 [2020-02-03 22:38:38] '/u/XXXEggNog69XXX' has given '/u/thannyx' lambda!
+27043 [2020-02-03 22:40:52] '/u/XXXEggNog69XXX' has given '/u/HotshotRaptor' lambda!
+27043 [2020-02-03 22:41:21] '/u/_GoatBandit_' has given '/u/NiceGuyMarek' lambda!
+27043 [2020-02-03 22:43:06] '/u/XXXEggNog69XXX' has given '/u/honeyroastedparsnip' lambda!
+27043 [2020-02-03 22:52:00] There has been a new submission: 'I made a video reviewing the past decade. I poured a lot of effort and personality into this. My editing software kept crashing on my laptop, which is why there are glitches and errors. I want your guys' honest critiques!', with flair 'Video Critique'
+27043 [2020-02-03 22:55:13] '/u/SwanCreek' has given '/u/EricGlassVideos' lambda!
+27043 [2020-02-03 22:55:13] The OP received lambda too!
+27043 [2020-02-03 22:55:51] There has been a new submission: 'My first hardware review: Kingston HyperX Alloy Elite', with flair 'Video Critique'
+27043 [2020-02-03 22:55:52] /u/Andriusdude had their submission removed for insufficient lambda.
+27043 [2020-02-03 22:56:08] There has been a new submission: 'Sativa + 3 Hrs Of Sleep = GOOD ! ( Chocolope & Timewarp Shatter )', with flair 'Vlog'
+27043 [2020-02-03 22:56:10] /u/matthewwayneng had their submission removed for insufficient lambda.
+27043 [2020-02-03 23:00:04] '/u/XXXEggNog69XXX' has given '/u/lukehunter_youtube' lambda!
+27043 [2020-02-03 23:02:18] '/u/Burkeds' has given '/u/adrian_lordshaughn' lambda!
+27043 [2020-02-03 23:02:18] The OP received lambda too!
+27043 [2020-02-03 23:04:11] '/u/Burkeds' has given '/u/NiceGuyMarek' lambda!
+27043 [2020-02-03 23:04:26] '/u/thesappod' has given '/u/tsweets614' lambda!
+27043 [2020-02-03 23:04:26] The OP received lambda too!
+27043 [2020-02-03 23:05:10] '/u/thesappod' has given '/u/BrianCrowMn' lambda!
+27043 [2020-02-03 23:06:53] There has been a new submission: 'Anyone excited for the Xfl season to begin?', with flair 'Video Critique'
+27182 [2020-02-03 23:15:55]
+####################
+[2020-02-03 23:15:55] RESTARTED
+####################
+
+27182 [2020-02-03 23:16:48] There has been a new submission: 'lambda for feedback! been discouraged lately and finally got the energy/confidence to put another video out. brutally honest feedback please!', with flair 'Video Critique'
+1431 [2020-02-03 23:17:22] Updated statistics
+27182 [2020-02-03 23:18:06] '/u/BrianCrowMn' has given '/u/Altravin' lambda!
+27182 [2020-02-03 23:18:06] The OP received lambda too!
+27182 [2020-02-03 23:45:44] There has been a new submission: 'Moe Dollaz “Max Pain” (Official Music Video)', with flair 'Video Critique'
+27182 [2020-02-03 23:45:46] /u/NYCHIPHOP2k19 had their submission removed for insufficient lambda.
+27182 [2020-02-03 23:49:04] There has been a new submission: 'Trying to Catch a Trend. I appreciate any feedback for this video, and would like to know if you guys have ever tried to catch trends', with flair 'Video Critique'
+27182 [2020-02-03 23:49:05] /u/ConvoSpeak had their submission removed for insufficient lambda.
+27182 [2020-02-03 23:52:26] There has been a new submission: 'Check out this excellent book to become better storytellers. It is essential for our growth in YouTube. What books do you guys recommend?', with flair 'Discussion'
+27182 [2020-02-03 23:52:53] There has been a new submission: 'How I Bought A House At 19 Years Old', with flair 'Vlog'
+27182 [2020-02-03 23:52:55] /u/Tripieye had their submission removed for insufficient lambda.
+27182 [2020-02-03 23:54:16] '/u/TheGamerGuy2' has given '/u/jackofalltrades4ever' lambda!
+27182 [2020-02-03 23:58:32] There has been a new submission: 'I have finally started my first YouTube channel! let me know what your thoughts are and if you like the content please subscribe!', with flair 'Vlog'
+27182 [2020-02-04 00:00:16] '/u/blinkehyo' has given '/u/SwanCreek' lambda!
+27182 [2020-02-04 00:00:16] The OP received lambda too!
+27182 [2020-02-04 00:00:57] There has been a new submission: 'Associazione Calcio Milan - 5 Minute History', with flair 'Video Critique'
+27182 [2020-02-04 00:00:59] /u/Stelinator had their submission removed for insufficient lambda.
+27182 [2020-02-04 00:03:09] '/u/blinkehyo' has given '/u/Illfury' lambda!
+27182 [2020-02-04 00:07:39] '/u/lucidlevel' has given '/u/ConvoSpeak' lambda!
+27182 [2020-02-04 00:09:32] There has been a new submission: 'If i die i have to stretch my res MORE! (creative destruction)', with flair 'Gaming'
+27182 [2020-02-04 00:09:33] /u/Dante_Gaming had their submission removed for insufficient lambda.
+27182 [2020-02-04 00:10:45] '/u/Adddo13' has given '/u/Dharen29YT' lambda!
+27182 [2020-02-04 00:10:45] The OP received lambda too!
+27182 [2020-02-04 00:11:05] '/u/Adddo13' has given '/u/Xerionix' lambda!
+27182 [2020-02-04 00:11:39] There has been a new submission: 'Yoooooooo just posted a new vid almost at 1K subscribers be sure to check it out :)', with flair 'Gaming'
+27182 [2020-02-04 00:11:41] /u/Dante_Gaming had their submission removed for insufficient lambda.
+27182 [2020-02-04 00:43:01] There has been a new submission: 'A TikTok Study', with flair 'None'
+27182 [2020-02-04 00:43:03] /u/CaddieYT had their submission removed for insufficient lambda.
+27182 [2020-02-04 00:46:40] '/u/thehungrydad' has given '/u/CaddieYT' lambda!
+27182 [2020-02-04 00:46:40] The OP received lambda too!
+27182 [2020-02-04 00:47:19] '/u/XXXEggNog69XXX' has given '/u/WalfieOnYouTube' lambda!
+27182 [2020-02-04 00:51:21] There has been a new submission: 'Tried something different. It was fun to make😆 not sure how others will take it tho. Cheesy?', with flair 'Video Critique'
+27182 [2020-02-04 00:51:23] /u/JeffEveryman had their submission removed for insufficient lambda.
+27182 [2020-02-04 00:54:27] There has been a new submission: 'Brethren I come seeking judgment. I’ve had a youtube for a bit now and realized I may never have stated the intent of my Chanel so I made this new home video hoping that it is enough to gain thee trust an attention of an audience. Thanks in advance.', with flair 'None'
+27182 [2020-02-04 00:55:15] '/u/Burkeds' has given '/u/CaddieYT' lambda!
+27182 [2020-02-04 01:08:53] '/u/Burkeds' has given '/u/Sedica_n_Tryna_Play' lambda!
+27318 [2020-02-04 01:15:56]
+####################
+[2020-02-04 01:15:56] RESTARTED
+####################
+
+27318 [2020-02-04 01:19:26] There has been a new submission: 'Hello again! This is my 3rd video and I hope it is still improving. I used a different editing app for this video just to see how i like it. This was made by InShot btw. Feedback appreciated :)', with flair 'Gaming'
+27318 [2020-02-04 01:24:48] '/u/GentlemanRaven' has given '/u/AcidGatter' lambda!
+27318 [2020-02-04 01:27:44] '/u/TheLadss' has given '/u/mikey0077767' lambda!
+27318 [2020-02-04 01:33:54] '/u/_GoatBandit_' has given '/u/Therealrandomrobo' lambda!
+27318 [2020-02-04 01:37:15] '/u/p_rahill' has given '/u/avrona' lambda!
+27318 [2020-02-04 01:37:15] The OP received lambda too!
+27318 [2020-02-04 01:38:10] '/u/p_rahill' has given '/u/MarcLaton' lambda!
+27318 [2020-02-04 01:43:54] '/u/Evalad' has given '/u/jackofalltrades4ever' lambda!
+27318 [2020-02-04 01:53:40] '/u/blinkehyo' has given '/u/KingOberon13' lambda!
+27318 [2020-02-04 01:57:32] '/u/4orty1savage' has given '/u/ConvoSpeak' lambda!
+27318 [2020-02-04 01:57:32] The OP received lambda too!
+27318 [2020-02-04 02:18:03] '/u/BrianCrowMn' has given '/u/MarcLaton' lambda!
+27318 [2020-02-04 02:21:10] There has been a new submission: 'Looking for ways to improve on Gaming videos - Resident Evil 7 Couple Playthrough', with flair 'Video Critique'
+27318 [2020-02-04 02:21:13] /u/DeafJordan had their submission removed for insufficient lambda.
+27318 [2020-02-04 02:28:02] '/u/Xerionix' has given '/u/EricGlassVideos' lambda!
+27318 [2020-02-04 02:28:02] The OP received lambda too!
+27318 [2020-02-04 02:32:21] There has been a new submission: 'Got A New Video Up', with flair 'Gaming'
+27318 [2020-02-04 02:32:23] /u/Stopher_ had their submission removed for insufficient lambda.
+27318 [2020-02-04 02:32:45] There has been a new submission: 'Click This Video If You’ve Ever Clogged A Toilet', with flair 'None'
+27318 [2020-02-04 02:32:47] /u/stewpidgod had their submission removed for insufficient lambda.
+27318 [2020-02-04 02:41:50] There has been a new submission: 'Greetings! I’ve come to announce the channel that I, alongside two more friends, have created, presenting a purposely “badly done” as well as a satirical nonsense content. I must clarify, however, that it’s entirely Portuguese spoken, since we’re from Brazil. In advance, I thank you for your time.', with flair 'Meta'
+27318 [2020-02-04 02:41:52] /u/BlackDogJoker had their submission removed for using the wrong flair.
+27318 [2020-02-04 02:43:38] There has been a new submission: 'Greetings! I’ve come to announce the channel that I, alongside two more friends, have created, presenting a purposely “badly done” as well as a satirical nonsense content. I must clarify, however, that it’s entirely Portuguese spoken, since we’re from Brazil. In advance, I thank you for your time.', with flair 'Art'
+27318 [2020-02-04 02:43:40] /u/BlackDogJoker had their submission removed for insufficient lambda.
+27318 [2020-02-04 02:49:05] There has been a new submission: 'Why is my suggested video impression CTR always extremely low??', with flair 'Discussion'
+27318 [2020-02-04 02:59:50] There has been a new submission: '"When your friend has coronavirus", this really killed me 😂🤣😭. Would appreciate criticism on editing and anything else really', with flair 'Video Critique'
+27451 [2020-02-04 03:15:56]
+####################
+[2020-02-04 03:15:56] RESTARTED
+####################
+
+27451 [2020-02-04 03:16:50] '/u/Burkeds' has given '/u/dat_smiling_boi' lambda!
+27451 [2020-02-04 03:17:27] There has been a new submission: 'News on speedrunning video games! need a good 1/8th inch lapel recommendation that works in my camera. advice appreciated. Bonus top 5 vid in comments.', with flair 'Gaming'
+27451 [2020-02-04 03:17:29] /u/theriv had their submission removed for insufficient lambda.
+27451 [2020-02-04 03:22:01] '/u/GentlemanRaven' has given '/u/dat_smiling_boi' lambda!
+27451 [2020-02-04 03:24:52] '/u/acexsd1' has given '/u/mikey0077767' lambda!
+27451 [2020-02-04 03:24:52] The OP received lambda too!
+27451 [2020-02-04 03:34:08] There has been a new submission: 'Hoping for some feedback on my first game review - 198X | A Nostalgic Journey with no Destination.', with flair 'Gaming'
+27451 [2020-02-04 03:34:10] /u/mrbenjum had their submission removed for insufficient lambda.
+27451 [2020-02-04 03:35:00] '/u/izaakfromspace' has given '/u/ConvoSpeak' lambda!
+27451 [2020-02-04 03:35:00] The OP received lambda too!
+27451 [2020-02-04 03:37:53] There has been a new submission: 'How to properly park a vehicle - Ricky's Driving School (let me know what you guys think or any ideas for improvement!)', with flair 'Video Critique'
+27451 [2020-02-04 03:40:43] '/u/izaakfromspace' has given '/u/MalakJoe' lambda!
+27451 [2020-02-04 03:41:32] There has been a new submission: 'Just hit 20 subs', with flair 'Discussion'
+27451 [2020-02-04 03:42:58] There has been a new submission: 'Marshalls Home Goods Shop With Me | Macys Tools of the Trade Kitchen Set', with flair 'Vlog'
+27451 [2020-02-04 03:43:00] /u/suneethat had their submission removed for insufficient lambda.
+27451 [2020-02-04 03:43:21] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+27451 [2020-02-04 03:49:05] '/u/GentlemanRaven' has given '/u/chimpos' lambda!
+27451 [2020-02-04 03:55:24] '/u/GentlemanRaven' has given '/u/Sedica_n_Tryna_Play' lambda!
+27451 [2020-02-04 03:57:32] '/u/Burkeds' has given '/u/KingOberon13' lambda!
+27451 [2020-02-04 04:10:33] There has been a new submission: 'Drink Along Review: "I Lost My Body" - Who Knew an Oscar Nominated Film About a Walking Severed Hand Could Be So Thought Provoking ? Also I Take a Drink Any Time I Have Something Negative To Say About the Film', with flair 'Vlog'
+27451 [2020-02-04 04:13:56] There has been a new submission: 'Will I lose the benefit of the algorithm by not monetizing?', with flair 'Discussion'
+27451 [2020-02-04 04:39:20] There has been a new submission: 'Just hit 9000 views, next is 10000', with flair 'Discussion'
+27451 [2020-02-04 04:47:47] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+27451 [2020-02-04 04:47:48] /u/TheRealBluefire had their submission removed for insufficient lambda.
+27451 [2020-02-04 04:54:17] There has been a new submission: 'I need some feedback guys', with flair 'Video Critique'
+27451 [2020-02-04 04:54:18] /u/RumpleGod had their submission removed for insufficient lambda.
+27451 [2020-02-04 04:58:21] There has been a new submission: 'Finally joined a COD team', with flair 'Video Critique'
+27451 [2020-02-04 04:58:22] /u/AmusinglyStupid had their submission removed for insufficient lambda.
+27451 [2020-02-04 05:05:52] There has been a new submission: 'Just trying to get my channel out there with one of my favourite videos, open to any critiscm or tips :)', with flair 'Channel Review'
+27451 [2020-02-04 05:13:53] There has been a new submission: 'A different type of vlog/documentary, what do y’all think?', with flair 'Vlog'
+27451 [2020-02-04 05:13:55] /u/LeRouxie had their submission removed for insufficient lambda.
+27588 [2020-02-04 05:15:56]
+####################
+[2020-02-04 05:15:56] RESTARTED
+####################
+
+27588 [2020-02-04 05:21:51] '/u/LukeDoes' has given '/u/1_2_three_four_5_6' lambda!
+27588 [2020-02-04 05:21:51] The OP received lambda too!
+27588 [2020-02-04 05:27:11] '/u/LukeDoes' has given '/u/LeRouxie' lambda!
+27588 [2020-02-04 05:35:06] '/u/acexsd1' has given '/u/LeRouxie' lambda!
+27588 [2020-02-04 05:35:31] '/u/thehungrydad' has given '/u/LeRouxie' lambda!
+27588 [2020-02-04 05:35:41] There has been a new submission: 'New Video need feedback road to 100 subs', with flair 'Gaming'
+27588 [2020-02-04 05:35:43] /u/Slayarrr had their submission removed for insufficient lambda.
+27588 [2020-02-04 05:39:40] There has been a new submission: 'Made some changes to my channel', with flair 'Channel Review'
+27588 [2020-02-04 05:39:41] /u/ShikharTrivedi had their submission removed for insufficient lambda.
+27588 [2020-02-04 05:47:30] There has been a new submission: 'Teacher goes to stop fight and... DAYUMM!!', with flair 'Discussion'
+27588 [2020-02-04 05:47:31] /u/Zbthsfight had their submission removed for using the wrong flair.
+27588 [2020-02-04 05:47:40] There has been a new submission: '(CLIMBING VLOG)NEWEST VIDEO! WANT FEEDBACK! I think personally I can work on camera Angles', with flair 'Vlog'
+27588 [2020-02-04 05:47:41] /u/Britlerismyname had their submission removed for insufficient lambda.
+27588 [2020-02-04 06:09:12] There has been a new submission: 'If you like lol and memes subscribe to my YT channel!!', with flair 'Channel Review'
+27588 [2020-02-04 06:09:12] /u/LucaTheC0ck had their submission removed for insufficient lambda.
+27588 [2020-02-04 06:09:29] '/u/GentlemanRaven' has given '/u/paintube' lambda!
+27588 [2020-02-04 06:19:10] There has been a new submission: 'ZBTHS Teacher/Student Takedown', with flair 'Video Critique'
+27588 [2020-02-04 06:19:11] /u/Zbthsfight had their submission removed for insufficient lambda.
+27588 [2020-02-04 06:19:56] There has been a new submission: 'A different style of vlog/documentary, we call it the life project!', with flair 'Vlog'
+28514 [2020-02-04 07:15:56]
+####################
+[2020-02-04 07:15:56] RESTARTED
+####################
+
+28514 [2020-02-04 07:21:16] There has been a new submission: 'Howdy all, I just started a new explorer type channel & would love some feedback on this video, good, bad, whatever. Thankyou', with flair 'Channel Review'
+28514 [2020-02-04 07:21:19] /u/AmazEarth had their submission removed for insufficient lambda.
+28514 [2020-02-04 07:30:43] '/u/qzeqYT' has given '/u/allages69' lambda!
+28514 [2020-02-04 07:31:24] '/u/qzeqYT' has given '/u/Bebby_Tuna' lambda!
+28514 [2020-02-04 07:33:22] '/u/qzeqYT' has given '/u/DeafJordan' lambda!
+28514 [2020-02-04 07:48:01] '/u/LukeDoes' has given '/u/CaddieYT' lambda!
+28514 [2020-02-04 07:49:44] '/u/LukeDoes' has given '/u/AmazEarth' lambda!
+28514 [2020-02-04 07:50:13] '/u/LukeDoes' has given '/u/blinkehyo' lambda!
+28514 [2020-02-04 07:57:11] There has been a new submission: 'Have you wondered what is the best song ever? Here's my take on the matter. Looking forward to your feedback. Cheers!', with flair 'Video Critique'
+28514 [2020-02-04 08:30:54] '/u/qzeqYT' has given '/u/xkroma__' lambda!
+28514 [2020-02-04 08:33:59] There has been a new submission: 'I like playing smash and editing so I make videos like this I just hope you guys find it funny', with flair 'Gaming'
+28514 [2020-02-04 08:34:01] /u/anteneh470 had their submission removed for insufficient lambda.
+28514 [2020-02-04 08:34:36] There has been a new submission: 'FIRST FORTNITE VIDEO! Comment Welcome.', with flair 'Gaming'
+28514 [2020-02-04 08:34:38] /u/LBD_GAMING had their submission removed for insufficient lambda.
+28514 [2020-02-04 08:40:32] There has been a new submission: 'let me post already!!!', with flair 'Discussion'
+28514 [2020-02-04 08:42:01] There has been a new submission: 'Seriously huge nugget', with flair 'Vlog'
+28514 [2020-02-04 08:42:03] /u/Zeinlev777 had their submission removed for insufficient lambda.
+28514 [2020-02-04 08:47:16] There has been a new submission: 'New video is live! https://youtu.be/vVzsJQ2PaPw', with flair 'None'
+28514 [2020-02-04 08:47:17] /u/TitusHP had their submission removed for insufficient lambda.
+28514 [2020-02-04 08:49:25] '/u/Kalum-W' has given '/u/Tripieye' lambda!
+28514 [2020-02-04 08:49:44] '/u/degwood777' has given '/u/_OnlyNiceThings' lambda!
+28514 [2020-02-04 08:49:44] The OP received lambda too!
+28514 [2020-02-04 09:05:17] There has been a new submission: 'Gino McKoy - Sensy Girl', with flair 'None'
+28514 [2020-02-04 09:05:19] /u/niggleschord had their submission removed for insufficient lambda.
+28514 [2020-02-04 09:06:51] '/u/LukeDoes' has given '/u/dicky_jonesskycom' lambda!
+28647 [2020-02-04 09:15:56]
+####################
+[2020-02-04 09:15:56] RESTARTED
+####################
+
+28647 [2020-02-04 09:32:36] '/u/Tri99erMe' has given '/u/olisterw' lambda!
+28647 [2020-02-04 09:32:37] The OP received lambda too!
+28647 [2020-02-04 09:37:07] There has been a new submission: 'Can you complete the flex challenge???', with flair 'Video Critique'
+28647 [2020-02-04 09:43:40] There has been a new submission: 'Miss and Mister Gaming Channel', with flair 'Gaming'
+28647 [2020-02-04 09:43:42] /u/kevin25valencia had their submission removed for insufficient lambda.
+28647 [2020-02-04 09:43:53] There has been a new submission: 'Speed drawing of archeops', with flair 'Art'
+28647 [2020-02-04 09:43:55] /u/redditrunoutofnames had their submission removed for insufficient lambda.
+28647 [2020-02-04 10:20:08] '/u/LukeDoes' has given '/u/Mieky07' lambda!
+28647 [2020-02-04 10:20:51] There has been a new submission: 'Might be useful to some of you | Low budget filmmaking', with flair 'Discussion'
+28647 [2020-02-04 10:24:28] '/u/Tri99erMe' has given '/u/daredevil005' lambda!
+28647 [2020-02-04 10:28:04] '/u/Tri99erMe' has given '/u/LukeDoes' lambda!
+28647 [2020-02-04 10:41:27] There has been a new submission: '"Breaking every single one of YouTube's Rules in one Video" (my first video uploaded in over a year). Let me know what u think !', with flair 'Video Critique'
+28647 [2020-02-04 10:45:29] There has been a new submission: 'A devblog for a game I’m making, what do you think?', with flair 'Video Critique'
+28647 [2020-02-04 10:50:36] There has been a new submission: 'Best music distribution [educational]', with flair 'None'
+28647 [2020-02-04 10:50:38] /u/finestyle had their submission removed for insufficient lambda.
+28647 [2020-02-04 11:14:19] There has been a new submission: 'Subscribe', with flair 'Gaming'
+28647 [2020-02-04 11:14:21] /u/R1K1MARU had their submission removed for insufficient lambda.
+28780 [2020-02-04 11:15:56]
+####################
+[2020-02-04 11:15:56] RESTARTED
+####################
+
+28780 [2020-02-04 11:40:22] '/u/acexsd1' has given '/u/LukeDoes' lambda!
+28780 [2020-02-04 11:41:05] There has been a new submission: 'CS:GO - Some old shit and a something new', with flair 'Gaming'
+28780 [2020-02-04 11:41:07] /u/ThatFridgeGuy had their submission removed for insufficient lambda.
+28780 [2020-02-04 11:41:49] '/u/acexsd1' has given '/u/daredevil005' lambda!
+28780 [2020-02-04 11:42:32] '/u/acexsd1' has given '/u/Mieky07' lambda!
+28780 [2020-02-04 12:06:32] There has been a new submission: 'New video 🕺🏻', with flair 'Art'
+28780 [2020-02-04 12:06:33] /u/NASTASJAM had their submission removed for insufficient lambda.
+28780 [2020-02-04 12:23:29] '/u/XXXEggNog69XXX' has given '/u/Artist-FA-Chekki-' lambda!
+28780 [2020-02-04 12:29:36] There has been a new submission: 'Tags for Crysis review', with flair 'Gaming'
+28780 [2020-02-04 12:29:36] /u/Elektro_Demon had their submission removed for insufficient lambda.
+28780 [2020-02-04 12:37:10] There has been a new submission: 'What is Corona virus - Updates, Transmission, Symptoms, Prevention and Treatment.', with flair 'Video Critique'
+28780 [2020-02-04 12:37:11] /u/chithramal had their submission removed for insufficient lambda.
+28780 [2020-02-04 12:47:57] '/u/Max-F3rgus0n' has given '/u/XXXEggNog69XXX' lambda!
+28780 [2020-02-04 12:51:18] There has been a new submission: 'What's the point with Rumbl?', with flair 'Discussion'
+28780 [2020-02-04 12:52:57] There has been a new submission: '6 months and 127 videos later... Finally hit 1k subs. The grind is real...', with flair 'Discussion'
+28780 [2020-02-04 13:09:11] There has been a new submission: 'why does the quality of the video reduce when uploaded to youtube', with flair 'Video Critique'
+28780 [2020-02-04 13:09:11] /u/FifaorPesmobile had their submission removed for insufficient lambda.
+29082 [2020-02-04 13:15:56]
+####################
+[2020-02-04 13:15:56] RESTARTED
+####################
+
+29082 [2020-02-04 13:17:09] '/u/Illfury' has given '/u/Mieky07' lambda!
+29082 [2020-02-04 13:29:52] There has been a new submission: 'A new guitar exercise tutorial with tabs embedded. I hope that if you play the guitar it helps you!', with flair 'Art'
+29082 [2020-02-04 13:30:22] There has been a new submission: 'Live Streaming', with flair 'Gaming'
+29082 [2020-02-04 13:30:24] /u/Pinthands had their submission removed for insufficient lambda.
+29082 [2020-02-04 13:36:08] There has been a new submission: 'Best of supporters From January', with flair 'Gaming'
+29082 [2020-02-04 13:36:09] /u/djiadam1999 had their submission removed for insufficient lambda.
+29082 [2020-02-04 13:40:24] There has been a new submission: 'New content creator here! I just made my first video. Its got no voice so Im trying to make this interesting with editing and audio. Im trying to appeal mainly from hobbyist to serious collectors. What do you guys think? Im new at this. Help me grow please! Thanks!', with flair 'Vlog'
+29082 [2020-02-04 14:05:54] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 4 - Dominic Santiago', with flair 'Gaming'
+29082 [2020-02-04 14:05:56] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+29082 [2020-02-04 14:09:20] '/u/LeRouxie' has given '/u/DeafJordan' lambda!
+29082 [2020-02-04 14:09:20] The OP received lambda too!
+29082 [2020-02-04 14:11:54] There has been a new submission: 'This is my 1st tutorial video please feel free to give tips.', with flair 'Gaming'
+29082 [2020-02-04 14:11:56] /u/Maimai_Gaming had their submission removed for insufficient lambda.
+29082 [2020-02-04 14:22:49] '/u/Mieky07' has given '/u/Jagart01' lambda!
+29082 [2020-02-04 14:22:49] The OP received lambda too!
+29082 [2020-02-04 14:37:36] There has been a new submission: 'HOW TO MAKE 100K+ PER DAY FIFA 20 .. CHECK OUT MY VIDEO GUYS EPISIDE 1 OF MY TRADING SERIES LET ME NO WHAT YOU THINK', with flair 'Gaming'
+29082 [2020-02-04 14:37:38] /u/stealzy92 had their submission removed for insufficient lambda.
+29082 [2020-02-04 14:48:36] There has been a new submission: 'I'm trying to set a Guinness World Record: 1 million subscriber in one month. If you wanna help, follow the link and do that. I know it's not easy but I'm willing to do that. 24/7 livestream is set. Live music always on. Thanks guys!', with flair 'Gaming'
+29082 [2020-02-04 14:48:37] /u/SeMlhr001 had their submission removed for insufficient lambda.
+29082 [2020-02-04 14:50:01] There has been a new submission: 'COMING SOON: WRWs!!!', with flair 'Channel Review'
+29082 [2020-02-04 14:50:03] /u/CitizenKev had their submission removed for insufficient lambda.
+29082 [2020-02-04 14:53:49] There has been a new submission: 'Ever wanted to move liked music between Deezer and Spotify?', with flair 'Channel Review'
+29082 [2020-02-04 14:53:50] /u/_animica had their submission removed for insufficient lambda.
+29082 [2020-02-04 14:59:56] There has been a new submission: 'What would you change? Would you become a subscriber? Advice is wanted! Recently hit 1,000 subs, overnight almost! Now the watch hours are not matching, next step!', with flair 'Video Critique'
+29082 [2020-02-04 15:09:22] There has been a new submission: 'I'm trying to set a Guinness World Record: 1 million subscriber in one month. If you wanna help, follow the link and do that. I know it's not easy but I'm willing to do that. 24/7 livestream is set. Live music always on. Thanks guys', with flair 'Discussion'
+29082 [2020-02-04 15:09:23] /u/SeMlhr001 had their submission removed for using the wrong flair.
+29215 [2020-02-04 15:15:56]
+####################
+[2020-02-04 15:15:56] RESTARTED
+####################
+
+29215 [2020-02-04 15:25:32] There has been a new submission: 'I'm trying to set a Guinness World Record: 1 million subscriber in one month. If you wanna help, follow the link and do that. I know it's not easy but I'm willing to do that. 24/7 livestream is set. Live music always on (Calm songs, good for studying and working). Thanks guys', with flair 'Discussion'
+29215 [2020-02-04 15:32:40] There has been a new submission: 'I did it in a new way, can you give me some feedbacks?', with flair 'Channel Review'
+29215 [2020-02-04 15:33:08] '/u/HotshotRaptor' has given '/u/Draco986' lambda!
+29215 [2020-02-04 15:33:08] The OP received lambda too!
+29215 [2020-02-04 15:42:31] There has been a new submission: 'Im back with new video recipe..your feedback and suggestion will help..thank you in advance...', with flair 'Vlog'
+29215 [2020-02-04 15:43:17] '/u/olisterw' has given '/u/mcglincheyHD' lambda!
+29215 [2020-02-04 15:43:17] The OP received lambda too!
+29215 [2020-02-04 15:50:20] There has been a new submission: 'It all deserve one person. To be elected by people', with flair 'Video Critique'
+29215 [2020-02-04 15:50:22] /u/adolfporn2 had their submission removed for insufficient lambda.
+29215 [2020-02-04 15:52:24] There has been a new submission: 'YouTuber Secrets: Contingency Videos', with flair 'Meta'
+29215 [2020-02-04 15:52:27] /u/ScottyAmen had their submission removed for using the wrong flair.
+29215 [2020-02-04 15:55:47] There has been a new submission: 'I currently create a Game of Thrones themed series in M&B:Warband. You'll most likely enjoy it if you're interested in that universe. I am looking for feedback to make this series better so your help would be appreciated. Willing to give lambda.', with flair 'Video Critique'
+29215 [2020-02-04 16:04:00] There has been a new submission: 'You can tell the people who care most about subscribers...', with flair 'Discussion'
+29215 [2020-02-04 16:04:48] There has been a new submission: 'YouTuber Secrets: Contingency Videos', with flair 'Video Critique'
+29215 [2020-02-04 16:04:50] /u/ScottyAmen had their submission removed for insufficient lambda.
+29215 [2020-02-04 16:18:18] There has been a new submission: 'Quick question. Why do people on here down vote peoples videos? I understand people not being interested in the content, as we all have very different areas that we are making videos in. But this is suppose to be a place for help, support & feedback so we can improve. Why be negative and downvote?', with flair 'Discussion'
+29215 [2020-02-04 16:24:24] There has been a new submission: 'Hey anyfeed back for this video would be helpful thank you', with flair 'Video Critique'
+29215 [2020-02-04 16:28:09] There has been a new submission: 'Would Appreciate some Feedback on recent Videos', with flair 'Channel Review'
+29215 [2020-02-04 16:28:10] /u/LcKs-Dragonfly had their submission removed for insufficient lambda.
+29215 [2020-02-04 16:31:36] There has been a new submission: 'My channel is barely a week old with a single video :). I'm working on my next video now. I would like to do mystery/conspiracy/unusual story videos. Not necessarily horror, but that too. I'm very open to constructive criticism. Thanks in advance!', with flair 'Video Critique'
+29215 [2020-02-04 16:36:46] '/u/DLA_Graphical' has given '/u/dat_smiling_boi' lambda!
+29215 [2020-02-04 16:36:46] The OP received lambda too!
+29215 [2020-02-04 16:40:25] There has been a new submission: 'My newest video, tell me what you think', with flair 'Video Critique'
+29215 [2020-02-04 16:44:29] '/u/mikey0077767' has given '/u/olisterw' lambda!
+29215 [2020-02-04 16:44:29] The OP received lambda too!
+29215 [2020-02-04 16:45:40] '/u/mikey0077767' has given '/u/LukeDoes' lambda!
+29215 [2020-02-04 16:47:43] There has been a new submission: 'Behind The Scenes Of The News| Not For Broadcast (Do Give Feedback)', with flair 'Gaming'
+29215 [2020-02-04 16:49:02] There has been a new submission: 'New gaming youtuber - 30 subs away from 100! New Tarkov video & Minecraft series coming out today :)', with flair 'Channel Review'
+29215 [2020-02-04 16:49:03] /u/NotRandyRandom had their submission removed for insufficient lambda.
+29215 [2020-02-04 16:49:28] There has been a new submission: 'Put lot's of time and thought into this video. Tell me what you think.', with flair 'Gaming'
+29215 [2020-02-04 16:50:16] There has been a new submission: 'Behind The Scenes Of The News| Not For Broadcast (Do Give Feedback)', with flair 'Gaming'
+29215 [2020-02-04 16:52:35] There has been a new submission: 'Behind The Scenes Of The News| Not For Broadcast (Do Give Feedback)', with flair 'Gaming'
+29215 [2020-02-04 17:00:43] '/u/DarkLord152' has given '/u/Nicholas_Pickolaus' lambda!
+29215 [2020-02-04 17:00:43] The OP received lambda too!
+29215 [2020-02-04 17:00:53] There has been a new submission: 'What do you think?', with flair 'Video Critique'
+29215 [2020-02-04 17:00:55] /u/Jrwer had their submission removed for insufficient lambda.
+29215 [2020-02-04 17:02:20] There has been a new submission: 'If anyone would like to give me feedback please do I would appreciate it.', with flair 'Video Critique'
+29348 [2020-02-04 17:15:56]
+####################
+[2020-02-04 17:15:56] RESTARTED
+####################
+
+29348 [2020-02-04 17:18:50] There has been a new submission: 'Fast and Furious-: Then and now. This is a very short meme video, I know there isn't really much to critique but plz give a review, the review would be appreciated!', with flair 'Video Critique'
+29348 [2020-02-04 17:22:56] There has been a new submission: '[Hindi] Exploring Scandinavia: Norwegian Fjords', with flair 'Vlog'
+29348 [2020-02-04 17:22:58] /u/ozshikh had their submission removed for insufficient lambda.
+29348 [2020-02-04 17:33:59] There has been a new submission: 'Support & Feedback Appreciated', with flair 'Video Critique'
+29348 [2020-02-04 17:34:29] '/u/Inferus12' has given '/u/EngineeringJuice' lambda!
+29348 [2020-02-04 17:34:29] The OP received lambda too!
+29348 [2020-02-04 17:38:31] '/u/daredevil005' has given '/u/Adddo13' lambda!
+29348 [2020-02-04 17:38:31] The OP received lambda too!
+29348 [2020-02-04 17:39:10] There has been a new submission: 'Best Modded Skyrim Character Builds (End of a Successful Series On My Channel)', with flair 'Video Critique'
+29348 [2020-02-04 17:39:26] There has been a new submission: 'Model a Wrist Watch Part 2 in Fusion 360!', with flair 'Video Critique'
+29348 [2020-02-04 17:39:44] There has been a new submission: '[GUIDE] How to hit your FIRST 100 SUBSCRIBERS on YouTube?', with flair 'Discussion'
+29348 [2020-02-04 17:56:21] '/u/daredevil005' has given '/u/MafiasFinestTV' lambda!
+29348 [2020-02-04 18:01:14] There has been a new submission: 'Ranking of the winners of the six nations', with flair 'Channel Review'
+29348 [2020-02-04 18:01:16] /u/jacksoon_5 had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:04:34] There has been a new submission: 'Dragon Ball Z Kakarot Gameplay Walkthrough Part 23 [1080p HD 60FPS PC] - No Commentary', with flair 'Gaming'
+29348 [2020-02-04 18:04:36] /u/Lets_GameTogether had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:05:06] There has been a new submission: 'Never Ending Sunflower | Acrylic & Pastel Painting in One', with flair 'Art'
+29348 [2020-02-04 18:05:07] /u/Rih-Rih-Tie-Dye had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:08:51] '/u/dat_smiling_boi' has given '/u/Jrwer' lambda!
+29348 [2020-02-04 18:08:51] The OP received lambda too!
+29348 [2020-02-04 18:09:40] '/u/4orty1savage' has given '/u/Adddo13' lambda!
+29348 [2020-02-04 18:13:55] There has been a new submission: 'The Pedestrian Gameplay Walkthrough Part 1 (MOST UNIQUE GAME I EVER SEEN)', with flair 'Gaming'
+29348 [2020-02-04 18:13:56] /u/ozoghoul had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:16:01] There has been a new submission: 'Need some feedback for my videos guys ( GTA 5 montage and Nikocado Avocado Edit )', with flair 'Video Critique'
+29348 [2020-02-04 18:16:21] '/u/DarkLord152' has given '/u/Adddo13' lambda!
+29348 [2020-02-04 18:19:19] There has been a new submission: 'Let me what you think about my video', with flair 'Gaming'
+29348 [2020-02-04 18:19:20] /u/McTavishSoap had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:33:46] '/u/DarkLord152' has given '/u/Foggy_Creations' lambda!
+29348 [2020-02-04 18:35:35] There has been a new submission: 'Exploring the secret menu at Dunkin! Dunkin Cheesecake?!?!', with flair 'Vlog'
+29348 [2020-02-04 18:35:37] /u/cullenaryarts7 had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:37:32] There has been a new submission: 'Hey Fellow youtubers im willing to check out other smaller channels and we can all grow together. For In Depth Reviews On your Favourite games Check Out my channel GamingWaves Thanks For Taking The Time To Read This. Have A Great Day !', with flair 'Video Critique'
+29348 [2020-02-04 18:37:34] /u/PaladinCosmo had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:37:52] There has been a new submission: 'I recently made a minor change to my thumbnail to include owen wilsons face to see how that impacts the views and subscriber counts. I feel like more people will click on it but please let me know how i can improve my channel as a whole! :)', with flair 'Vlog'
+29348 [2020-02-04 18:37:53] /u/cullenaryarts7 had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:43:16] '/u/DLA_Graphical' has given '/u/PaladinCosmo' lambda!
+29348 [2020-02-04 18:45:40] '/u/NarivaTV' has given '/u/P2Syndrome' lambda!
+29348 [2020-02-04 18:45:40] The OP received lambda too!
+29348 [2020-02-04 18:49:11] There has been a new submission: '#8.2 [Arabic] Laravel 6 MVC Architecture | Controller and Resource Controller with Routes', with flair 'Video Critique'
+29348 [2020-02-04 18:49:12] /u/IsCodingEasy1 had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:50:01] There has been a new submission: 'GTA V x Juice WRLD (Cool Channel btw)', with flair 'None'
+29348 [2020-02-04 18:50:04] /u/TTAcouk had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:53:03] There has been a new submission: 'Funny Vlog', with flair 'None'
+29348 [2020-02-04 18:53:05] /u/biftyscent had their submission removed for insufficient lambda.
+29348 [2020-02-04 18:53:18] There has been a new submission: 'WHAT NOT TO DO AT THE GYM!!!', with flair 'Vlog'
+29348 [2020-02-04 18:53:19] /u/louieliufestyle had their submission removed for insufficient lambda.
+29348 [2020-02-04 19:03:13] There has been a new submission: 'I make content on my Funko collection! Please check it out 💙', with flair 'Vlog'
+29348 [2020-02-04 19:03:15] /u/Millennial_Realm had their submission removed for insufficient lambda.
+29348 [2020-02-04 19:07:42] There has been a new submission: 'YOUR CHOISE / TAVO PASIRINKIMAS comedy sketch, CC for english, waiting for feedback.', with flair 'Video Critique'
+29348 [2020-02-04 19:07:43] /u/liutika_ had their submission removed for insufficient lambda.
+29348 [2020-02-04 19:11:28] There has been a new submission: 'Looking for feedback on sketch about a Super Bowl Doritos commercial I made that never aired!', with flair 'Video Critique'
+29348 [2020-02-04 19:11:30] /u/Subject2Productions had their submission removed for insufficient lambda.
+29348 [2020-02-04 19:13:56] There has been a new submission: 'Come check out my little sister play some apex season 4 !', with flair 'Gaming'
+29348 [2020-02-04 19:13:58] /u/Hendosaur had their submission removed for insufficient lambda.
+29559 [2020-02-04 19:15:57]
+####################
+[2020-02-04 19:15:57] RESTARTED
+####################
+
+29559 [2020-02-04 19:17:13] There has been a new submission: 'Small YT Gamer . PUBG, Minecraft, Horror Games', with flair 'Gaming'
+29559 [2020-02-04 19:17:15] /u/SkysDreams had their submission removed for insufficient lambda.
+29559 [2020-02-04 19:21:49] There has been a new submission: 'Halftime Super Bowl 2020 Analyzed by a Latino: Powerful Message from Shakira and J-Lo. So I decided to create this video to catch a trend (the Super Bowl), and it has been successful. Have you guys tried that? I appreciate any feedback for the video and for catching trends!', with flair 'Video Critique'
+29559 [2020-02-04 19:22:00] There has been a new submission: 'I modded San Andreas to hell and back 💀 All feedback welcome!', with flair 'Video Critique'
+29559 [2020-02-04 19:30:03] There has been a new submission: 'Are there any Food Youtuber here? I have a question', with flair 'Discussion'
+29559 [2020-02-04 19:36:24] There has been a new submission: 'my youtube link <3', with flair 'None'
+29559 [2020-02-04 19:36:25] /u/jayjeeyt had their submission removed for insufficient lambda.
+29559 [2020-02-04 19:37:50] There has been a new submission: 'Did we SURVIVE this horrible map? | Episode 2 - I have taken some feedback from my episode 1 about a month ago. I have implemented it. Again any feedback will be greatly appreciated as I fine tune my videos :)', with flair 'Video Critique'
+29559 [2020-02-04 19:52:31] There has been a new submission: 'My YT Channel (Minecraft)', with flair 'Gaming'
+29559 [2020-02-04 19:52:33] /u/WorldCreator2013 had their submission removed for insufficient lambda.
+29559 [2020-02-04 19:53:05] There has been a new submission: 'How can I make my meme videos more funny?', with flair 'Video Critique'
+29559 [2020-02-04 19:53:07] /u/NOXN-YT had their submission removed for insufficient lambda.
+29559 [2020-02-04 19:58:12] There has been a new submission: 'christian dior Joy intense perfume', with flair 'Vlog'
+29559 [2020-02-04 19:58:13] /u/HaydeGilbert24 had their submission removed for insufficient lambda.
+29559 [2020-02-04 19:59:56] There has been a new submission: 'Anyone up for some snowflake OSRS content :)!?', with flair 'None'
+29559 [2020-02-04 20:06:24] '/u/Draco986' has given '/u/NOXN-YT' lambda!
+29559 [2020-02-04 20:06:24] The OP received lambda too!
+29559 [2020-02-04 20:12:20] There has been a new submission: 'This COULD be BIGGER THAN NARUTO!', with flair 'Discussion'
+29559 [2020-02-04 20:12:22] /u/phillslifestyle had their submission removed for using the wrong flair.
+29559 [2020-02-04 20:12:33] '/u/Inferus12' has given '/u/Adddo13' lambda!
+29559 [2020-02-04 20:15:40] '/u/Max-F3rgus0n' has given '/u/vigalovescomics' lambda!
+29559 [2020-02-04 20:15:59] There has been a new submission: 'Dumbbell ONLY Back and Bicep Workout | 125 DB Row', with flair 'Video Critique'
+29559 [2020-02-04 20:16:01] /u/DylanFarrell13 had their submission removed for insufficient lambda.
+29559 [2020-02-04 20:32:06] There has been a new submission: 'Hey all! I made a video where I play a video game I worked on 8 years ago on global game jam! Should I make a series where I play all GGJ games I've worked on through the years or is this the most boring thing ever? Thank you in advance! :)', with flair 'Video Critique'
+29559 [2020-02-04 20:34:40] There has been a new submission: '[Discussion] Somebody re-uploaded one of my videos on their channel, my content isn't monetized and the uploader *kind of* credited me. Is there any way this has bad repercussions?', with flair 'Discussion'
+29559 [2020-02-04 20:44:27] There has been a new submission: 'This game was pretty scary to play lol', with flair 'None'
+29559 [2020-02-04 20:44:29] /u/j-imserious had their submission removed for insufficient lambda.
+29559 [2020-02-04 20:49:06] There has been a new submission: 'Trying something new', with flair 'Vlog'
+29559 [2020-02-04 20:49:06] /u/izdarealizzy had their submission removed for insufficient lambda.
+29559 [2020-02-04 20:49:43] There has been a new submission: 'What Things Prevent a Channel From Being Pushed By The Algorithm?', with flair 'Discussion'
+29559 [2020-02-04 21:00:35] There has been a new submission: 'This was my first time editing on my pc. Pls give feedback and possibly sub so i can reach 100 subs by the end of 2020', with flair 'Channel Review'
+29559 [2020-02-04 21:00:37] /u/oervysage33 had their submission removed for insufficient lambda.
+29559 [2020-02-04 21:00:50] There has been a new submission: 'Give Feedback on my video as a Russian Peasant', with flair 'Video Critique'
+29559 [2020-02-04 21:07:03] '/u/NarivaTV' has given '/u/DeafJordan' lambda!
+29559 [2020-02-04 21:09:52] There has been a new submission: 'THE DUMBEST EMPLOYEE EVER (Story Time)', with flair 'Discussion'
+29559 [2020-02-04 21:09:52] /u/Fuzions2025 had their submission removed for using the wrong flair.
+29559 [2020-02-04 21:11:55] There has been a new submission: 'THE DUMBEST EMPLOYEE EVER (Story Time)', with flair 'Gaming'
+29559 [2020-02-04 21:11:57] /u/Fuzions2025 had their submission removed for insufficient lambda.
+29559 [2020-02-04 21:14:09] There has been a new submission: 'Our 2nd short film is finally out! Took months of editing and making music, but it's finally here. Let me know your thoughts!', with flair 'None'
+29693 [2020-02-04 21:15:57]
+####################
+[2020-02-04 21:15:57] RESTARTED
+####################
+
+29693 [2020-02-04 21:16:49] There has been a new submission: 'The iPad Pro in 2020 - Simply Stunning (A quick review of the iPad Pro)', with flair 'Video Critique'
+29693 [2020-02-04 21:16:50] /u/JaidanBrown had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:16:57] '/u/Adddo13' has given '/u/NOXN-YT' lambda!
+29693 [2020-02-04 21:16:57] The OP received lambda too!
+29693 [2020-02-04 21:19:00] '/u/OMGSTOPCAPS' has given '/u/NOXN-YT' lambda!
+29693 [2020-02-04 21:19:00] The OP received lambda too!
+29693 [2020-02-04 21:21:46] '/u/qzeqYT' has given '/u/NOXN-YT' lambda!
+29693 [2020-02-04 21:21:46] The OP received lambda too!
+29693 [2020-02-04 21:22:06] '/u/Bluehat1416' has given '/u/MafiasFinestTV' lambda!
+29693 [2020-02-04 21:22:06] The OP received lambda too!
+29693 [2020-02-04 21:23:20] There has been a new submission: 'First vid minecraft related', with flair 'Gaming'
+29693 [2020-02-04 21:23:22] /u/Mixer_YT had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:24:11] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Feb 04 2020)', with flair 'None'
+29693 [2020-02-04 21:24:51] There has been a new submission: 'Resident Evil 7 | Horror Game Playthrough | Couple's Reaction. Any feedback on the video or series would be much appreciated! (Posting latest video as first webcam video footage in the series was lower quality)', with flair 'Gaming'
+29693 [2020-02-04 21:28:53] '/u/JubeyJubster' has given '/u/Fright_In_The_Night' lambda!
+29693 [2020-02-04 21:28:53] The OP received lambda too!
+29693 [2020-02-04 21:29:23] '/u/JubeyJubster' has given '/u/el-harrison' lambda!
+29693 [2020-02-04 21:31:15] There has been a new submission: 'New Legend REVENANT Gameplay - Apex Legends', with flair 'Video Critique'
+29693 [2020-02-04 21:36:12] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 7 Gameplay Walkthrough Blind Facecam', with flair 'None'
+29693 [2020-02-04 21:36:13] /u/loopy2mn had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:39:25] There has been a new submission: 'This is my first post and video share in this channel. Hope you guys like it!', with flair 'Gaming'
+29693 [2020-02-04 21:39:25] /u/apfchin had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:40:21] There has been a new submission: 'Amazon Shopping - Bad Pokemon Cosplay I just started making videos and would love some critique. Thanks!', with flair 'Video Critique'
+29693 [2020-02-04 21:40:23] /u/RightfullyEpic had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:41:56] There has been a new submission: 'Hey guys, can you check out my video and let me know what you guys think? I know it’s cleaning so it may be boring to some but i’m hoping to give some cleaning motivation. Any feedback would be appreciated. Thank you guys so much!💕', with flair 'None'
+29693 [2020-02-04 21:41:58] /u/shadyyness had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:42:57] There has been a new submission: 'Last month, /u/NightDocsYT had the great idea of using Cameo to hire Chris Hansen for a plug, I couldn't resist. Enjoy!', with flair 'None'
+29693 [2020-02-04 21:42:59] /u/rickspawnshop had their submission removed for insufficient lambda.
+29693 [2020-02-04 21:53:07] There has been a new submission: 'Any feedback for my latest episode of my series? It’s a little long so I wouldn’t blame you for not watching the whole thing but I appreciate any comments on it! Thank you! Will give Lambda for feedback.', with flair 'Channel Review'
+29693 [2020-02-04 21:53:39] '/u/JubeyJubster' has given '/u/JoeBoney' lambda!
+29693 [2020-02-04 21:58:38] '/u/DarkLord152' has given '/u/rickspawnshop' lambda!
+29693 [2020-02-04 22:05:16] '/u/MarcLaton' has given '/u/EricGlassVideos' lambda!
+29693 [2020-02-04 22:05:16] The OP received lambda too!
+29693 [2020-02-04 22:08:49] '/u/Inferus12' has given '/u/rickspawnshop' lambda!
+29693 [2020-02-04 22:09:05] '/u/Inferus12' has given '/u/apfchin' lambda!
+29693 [2020-02-04 22:12:25] There has been a new submission: 'Tokyo Ghoul 「AMV」 - My Demons', with flair 'Art'
+29693 [2020-02-04 22:12:27] /u/VerinxSSx had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:12:39] There has been a new submission: 'My boy Ian has a new YouTube channel. He just reached 500! (I’m like a manager of sorts)', with flair 'Gaming'
+29693 [2020-02-04 22:12:41] /u/thelegend27_420 had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:14:49] '/u/MarcLaton' has given '/u/rickspawnshop' lambda!
+29693 [2020-02-04 22:15:25] There has been a new submission: 'After some tips', with flair 'None'
+29693 [2020-02-04 22:15:26] /u/SilentScyther89 had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:18:47] There has been a new submission: 'How to Make Tons of Easy Money! Forever! (Skit). I was thinking of starting to to these comedy how to videos, if y'all have time i would appreciate some feedback on the idea or the video. Thank you!', with flair 'Video Critique'
+29693 [2020-02-04 22:18:48] /u/Rubberheads had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:22:15] There has been a new submission: 'Last month, /u/NightDocsYT had the great idea of using Cameo to hire Chris Hansen for a plug, I couldn't resist. Enjoy!', with flair 'None'
+29693 [2020-02-04 22:23:11] There has been a new submission: 'Gaming channel', with flair 'None'
+29693 [2020-02-04 22:23:13] /u/TimeToPound had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:28:05] There has been a new submission: 'Make a Gif out of twitch streams with Python( Pokimane)', with flair 'Channel Review'
+29693 [2020-02-04 22:28:06] /u/Cyper222 had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:29:05] There has been a new submission: 'How Much Does It Cost To Charge A Tesla? *EXPLAINED*', with flair 'Vlog'
+29693 [2020-02-04 22:29:06] /u/SkavM3 had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:30:26] There has been a new submission: 'My first Youtube video (Would love some feedback)', with flair 'Video Critique'
+29693 [2020-02-04 22:30:28] /u/nicktheman00 had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:31:12] There has been a new submission: 'This is my YT, help', with flair 'Gaming'
+29693 [2020-02-04 22:31:14] /u/Just_Pandaa had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:31:30] There has been a new submission: 'Spent way more time than I'd like on this one, but wanted to do the man justice. Let me know what you think! Feel free to tag me if you need a review.', with flair 'Video Critique'
+29693 [2020-02-04 22:42:28] '/u/jiskitchen' has given '/u/Subject2Productions' lambda!
+29693 [2020-02-04 22:42:28] The OP received lambda too!
+29693 [2020-02-04 22:44:11] '/u/jiskitchen' has given '/u/vigalovescomics' lambda!
+29693 [2020-02-04 22:45:10] '/u/JubeyJubster' has given '/u/Rubberheads' lambda!
+29693 [2020-02-04 22:45:18] There has been a new submission: 'Check out my newest video and let me know what you like or dislike! Should I add music to the background of the whole video? The Gentlemen - Spoiler Free Review By Featured Films', with flair 'Video Critique'
+29693 [2020-02-04 22:51:27] There has been a new submission: 'New podcast channel', with flair 'None'
+29693 [2020-02-04 22:51:29] /u/Cococo115 had their submission removed for insufficient lambda.
+29693 [2020-02-04 22:56:55] '/u/TheCheeseDud' has given '/u/_OnlyNiceThings' lambda!
+29693 [2020-02-04 22:56:55] The OP received lambda too!
+29693 [2020-02-04 22:58:14] There has been a new submission: 'Check my dank lol video! If you love meme and lol subscribe to my channel!', with flair 'Gaming'
+29693 [2020-02-04 22:58:15] /u/LucaTheC0ck had their submission removed for insufficient lambda.
+29693 [2020-02-04 23:02:35] There has been a new submission: 'Show this video to a friend in person and see how long they last', with flair 'Discussion'
+29693 [2020-02-04 23:04:27] '/u/LukeDoes' has given '/u/RightfullyEpic' lambda!
+29693 [2020-02-04 23:04:27] The OP received lambda too!
+29693 [2020-02-04 23:04:45] '/u/el-harrison' has given '/u/Giant__Rock' lambda!
+29693 [2020-02-04 23:04:45] The OP received lambda too!
+29693 [2020-02-04 23:04:57] '/u/izaakfromspace' has given '/u/Mieky07' lambda!
+29693 [2020-02-04 23:05:08] '/u/izaakfromspace' has given '/u/RyMeep' lambda!
+29693 [2020-02-04 23:05:54] '/u/LukeDoes' has given '/u/FacemanGaming25' lambda!
+29693 [2020-02-04 23:07:52] '/u/LukeDoes' has given '/u/EngineeringJuice' lambda!
+29693 [2020-02-04 23:08:41] '/u/TellMeMoreYT' has given '/u/milligramsnite' lambda!
+29693 [2020-02-04 23:08:41] The OP received lambda too!
+29693 [2020-02-04 23:09:24] '/u/TellMeMoreYT' has given '/u/Just_Pandaa' lambda!
+29693 [2020-02-04 23:09:37] '/u/LukeDoes' has given '/u/ScottyAmen' lambda!
+29693 [2020-02-04 23:12:59] '/u/el-harrison' has given '/u/Tripieye' lambda!
+29693 [2020-02-04 23:15:30] '/u/DeafJordan' has given '/u/Just_Pandaa' lambda!
+29693 [2020-02-04 23:15:30] The OP received lambda too!
+29833 [2020-02-04 23:15:57]
+####################
+[2020-02-04 23:15:57] RESTARTED
+####################
+
+29833 [2020-02-04 23:16:51] '/u/MarcLaton' has given '/u/Just_Pandaa' lambda!
+1431 [2020-02-04 23:17:34] Updated statistics
+29833 [2020-02-04 23:19:13] '/u/Nicholas_Pickolaus' has given '/u/shadyyness' lambda!
+29833 [2020-02-04 23:19:13] The OP received lambda too!
+29833 [2020-02-04 23:24:58] There has been a new submission: 'Tell me what I could do, change, and keep doing.', with flair 'Video Critique'
+29833 [2020-02-04 23:30:19] '/u/Bebby_Tuna' has given '/u/EricGlassVideos' lambda!
+29833 [2020-02-04 23:30:19] The OP received lambda too!
+29833 [2020-02-04 23:36:23] There has been a new submission: 'Kfc is making a plant based nugget? Gross.', with flair 'Video Critique'
+29833 [2020-02-04 23:37:40] '/u/JubeyJubster' has given '/u/Tripieye' lambda!
+29833 [2020-02-04 23:38:38] There has been a new submission: 'How I Bought A House At 19 Years Old - Journey To Success Channel', with flair 'Vlog'
+29833 [2020-02-04 23:44:24] '/u/BobbyMcbobb3rson' has given '/u/aspirefitnesswalnut' lambda!
+29833 [2020-02-04 23:45:11] '/u/BobbyMcbobb3rson' has given '/u/hf_vlogs1' lambda!
+29833 [2020-02-04 23:48:44] There has been a new submission: 'Hey guys ! If you’re bored and don’t mind giving me some feedback on my latest video then go ahead and check it out !! please and Thankyou!!!!!', with flair 'None'
+29833 [2020-02-04 23:50:43] '/u/heyiamandrew' has given '/u/jackofalltrades4ever' lambda!
+29833 [2020-02-04 23:54:29] '/u/EricGlassVideos' has given '/u/Giant__Rock' lambda!
+29833 [2020-02-04 23:54:29] The OP received lambda too!
+29833 [2020-02-04 23:59:39] There has been a new submission: 'New video up! A man has fallen into the river in LEGO city but the words are mixed up. Let me know what you think! ❤️😊', with flair 'None'
+29833 [2020-02-04 23:59:40] /u/WaterMalk had their submission removed for insufficient lambda.
+29833 [2020-02-05 00:07:09] There has been a new submission: 'Hoping to get to 500 subs before the end of 200! So here’s a new video I made! :D hope you enjoy it!', with flair 'None'
+29833 [2020-02-05 00:07:11] /u/WaterMalk had their submission removed for insufficient lambda.
+29833 [2020-02-05 00:08:39] There has been a new submission: 'What's a good views to likes ratio?', with flair 'Discussion'
+29833 [2020-02-05 00:17:31] '/u/Jay_YTuber' has given '/u/tss230' lambda!
+29833 [2020-02-05 00:17:31] The OP received lambda too!
+29833 [2020-02-05 00:19:38] '/u/KingOberon13' has given '/u/RightfullyEpic' lambda!
+29833 [2020-02-05 00:19:38] The OP received lambda too!
+29833 [2020-02-05 00:19:47] There has been a new submission: 'Check out this Youtuber! I didn’t know anything about this game(TemTem)but he really broke it down for me.', with flair 'Gaming'
+29833 [2020-02-05 00:19:48] /u/Plip_Plop_Zip_Zop had their submission removed for insufficient lambda.
+29833 [2020-02-05 00:21:21] '/u/KingOberon13' has given '/u/Cococo115' lambda!
+29833 [2020-02-05 00:21:49] '/u/KingOberon13' has given '/u/tss230' lambda!
+29833 [2020-02-05 00:23:44] '/u/KingOberon13' has given '/u/EricGlassVideos' lambda!
+29833 [2020-02-05 00:24:56] '/u/KingOberon13' has given '/u/Tripieye' lambda!
+29833 [2020-02-05 00:31:32] '/u/Just_Pandaa' has given '/u/Giant__Rock' lambda!
+29833 [2020-02-05 00:31:32] The OP received lambda too!
+29833 [2020-02-05 00:39:36] '/u/rickspawnshop' has given '/u/Just_Pandaa' lambda!
+29833 [2020-02-05 00:39:36] The OP received lambda too!
+29833 [2020-02-05 00:44:51] There has been a new submission: 'TABS Mods - The story of One Punch Man and his attempts to singlehandedly destroy every faction in the game! 😱Absolute carnage 😂', with flair 'Gaming'
+29833 [2020-02-05 00:44:53] /u/Monkeyfeesh had their submission removed for insufficient lambda.
+29833 [2020-02-05 00:54:29] There has been a new submission: '🔥I like to make funny gaming videos, let me know what you think!!!🔥Guy owned by *GIRL GAMER* - Rainbow Six Siege FUNTAGE! (Funny moments)🔥', with flair 'Gaming'
+29833 [2020-02-05 00:55:43] There has been a new submission: 'Here is my channel', with flair 'Gaming'
+29833 [2020-02-05 00:55:45] /u/Notsxolar had their submission removed for insufficient lambda.
+29975 [2020-02-05 01:15:57]
+####################
+[2020-02-05 01:15:57] RESTARTED
+####################
+
+29975 [2020-02-05 01:17:55] '/u/Jay_YTuber' has given '/u/blazealdrich37' lambda!
+29975 [2020-02-05 01:18:59] There has been a new submission: 'DRUM STUDIO UNDER $500!!!', with flair 'Channel Review'
+29975 [2020-02-05 01:19:01] /u/joseferpi had their submission removed for insufficient lambda.
+29975 [2020-02-05 01:37:25] '/u/thehungrydad' has given '/u/shadyyness' lambda!
+29975 [2020-02-05 01:44:55] There has been a new submission: 'Staying at a luxury hotel with my family', with flair 'None'
+29975 [2020-02-05 01:44:57] /u/kdgm19 had their submission removed for insufficient lambda.
+29975 [2020-02-05 01:52:53] '/u/ReverseNationYT' has given '/u/EngineeringJuice' lambda!
+29975 [2020-02-05 01:52:53] The OP received lambda too!
+29975 [2020-02-05 01:57:27] There has been a new submission: 'To all you contact lens wearers out there, the TRUTH about the company TTDEYE', with flair 'Vlog'
+29975 [2020-02-05 01:57:28] /u/jcjadxo had their submission removed for insufficient lambda.
+29975 [2020-02-05 01:59:02] '/u/Jay_YTuber' has given '/u/shadyyness' lambda!
+29975 [2020-02-05 02:04:29] '/u/Jay_YTuber' has given '/u/Illfury' lambda!
+29975 [2020-02-05 02:11:52] '/u/Dharen29YT' has given '/u/Just_Jakel' lambda!
+29975 [2020-02-05 02:11:52] The OP received lambda too!
+29975 [2020-02-05 02:24:27] There has been a new submission: 'Hey guys, I have a new video up I’m a lifestyle channel with a couple of random things thrown in. I have a cleaning video up for cleaning motivation. If you guys can watch and give any feedback I would greatly appreciate it!', with flair 'None'
+29975 [2020-02-05 02:29:32] '/u/american_noodle' has given '/u/Cococo115' lambda!
+29975 [2020-02-05 02:29:32] The OP received lambda too!
+29975 [2020-02-05 02:33:37] There has been a new submission: 'Our new travel video in Paris, let me know what you all think.', with flair 'None'
+29975 [2020-02-05 02:33:39] /u/PBNJswiggle had their submission removed for insufficient lambda.
+29975 [2020-02-05 02:34:47] There has been a new submission: 'Food and Fitness Channel. New YouTuber!!!', with flair 'None'
+29975 [2020-02-05 02:34:49] /u/rugonfinishdat had their submission removed for insufficient lambda.
+29975 [2020-02-05 02:38:00] '/u/Just_Pandaa' has given '/u/Illfury' lambda!
+29975 [2020-02-05 02:45:11] There has been a new submission: 'Hey Guys! Check out my Thumbnail and Title if you have time! I think the video is solid and I'm proud of it but could use help in the title/thumbnail department. THANKS!', with flair 'Video Critique'
+29975 [2020-02-05 02:50:53] '/u/Just_Pandaa' has given '/u/Subject2Productions' lambda!
+29975 [2020-02-05 02:54:13] There has been a new submission: 'suh dude | I don't know what you expected', with flair 'Vlog'
+29975 [2020-02-05 02:54:15] /u/SMNVlogs had their submission removed for insufficient lambda.
+29975 [2020-02-05 02:58:20] There has been a new submission: 'Javed Chaudhry Ka Molana Se Phone Par Shikwa | Tariq Jameel Bayan', with flair 'Discussion'
+29975 [2020-02-05 02:58:21] /u/msufwan had their submission removed for using the wrong flair.
+29975 [2020-02-05 03:00:31] '/u/MarcLaton' has given '/u/Giant__Rock' lambda!
+29975 [2020-02-05 03:00:42] '/u/RavenJimmy' has given '/u/RightfullyEpic' lambda!
+29975 [2020-02-05 03:00:42] The OP received lambda too!
+29975 [2020-02-05 03:04:20] '/u/RavenJimmy' has given '/u/NOXN-YT' lambda!
+29975 [2020-02-05 03:07:00] There has been a new submission: 'A weird sketch / parody based on a Doritos commercial I made years ago that never aired', with flair 'Video Critique'
+30170 [2020-02-05 03:15:57]
+####################
+[2020-02-05 03:15:57] RESTARTED
+####################
+
+30170 [2020-02-05 03:35:07] There has been a new submission: 'Looking for feedback on our "Hot Takes" youtube concept', with flair 'Video Critique'
+30170 [2020-02-05 03:35:09] /u/griffinwlewis had their submission removed for insufficient lambda.
+30170 [2020-02-05 03:50:30] There has been a new submission: 'please tell me what I can do to improve', with flair 'Video Critique'
+30170 [2020-02-05 03:50:32] /u/throwthatbacklol had their submission removed for insufficient lambda.
+30170 [2020-02-05 03:51:49] '/u/Bebby_Tuna' has given '/u/Cococo115' lambda!
+30170 [2020-02-05 03:53:51] There has been a new submission: 'Motowndiva Slots', with flair 'Discussion'
+30170 [2020-02-05 03:57:14] '/u/EricGlassVideos' has given '/u/Yourpoop' lambda!
+30170 [2020-02-05 03:57:20] There has been a new submission: 'Goku vs Vegeta is amazing', with flair 'Gaming'
+30170 [2020-02-05 03:57:21] /u/statik4k had their submission removed for insufficient lambda.
+30170 [2020-02-05 04:16:36] '/u/JubeyJubster' has given '/u/Subject2Productions' lambda!
+30170 [2020-02-05 04:17:18] '/u/JubeyJubster' has given '/u/Illfury' lambda!
+30170 [2020-02-05 04:18:03] '/u/JubeyJubster' has given '/u/Sammykap03' lambda!
+30170 [2020-02-05 04:40:40] There has been a new submission: 'MY Squad goes to Mexico! Vlog', with flair 'Vlog'
+30170 [2020-02-05 04:40:42] /u/MY_Squad had their submission removed for insufficient lambda.
+30170 [2020-02-05 04:43:09] There has been a new submission: 'New R rated Web Series', with flair 'Discussion'
+30170 [2020-02-05 04:43:11] /u/Enlighten69 had their submission removed for using the wrong flair.
+30170 [2020-02-05 04:44:53] There has been a new submission: 'Speed drawing of ariados', with flair 'Art'
+30170 [2020-02-05 04:44:55] /u/redditrunoutofnames had their submission removed for insufficient lambda.
+30170 [2020-02-05 04:54:01] There has been a new submission: 'Edited my first “montage” and wanted to know why it’s not as cool as many others I’ve seen. All feedback welcomed', with flair 'None'
+30170 [2020-02-05 04:54:03] /u/BenBeau73 had their submission removed for insufficient lambda.
+30170 [2020-02-05 05:02:13] '/u/Jay_YTuber' has given '/u/biftyscent' lambda!
+30170 [2020-02-05 05:10:50] '/u/tss230' has given '/u/cplaprade' lambda!
+30170 [2020-02-05 05:10:50] The OP received lambda too!
+30170 [2020-02-05 05:11:28] '/u/tss230' has given '/u/chimpos' lambda!
+30307 [2020-02-05 05:15:57]
+####################
+[2020-02-05 05:15:57] RESTARTED
+####################
+
+30307 [2020-02-05 05:27:42] '/u/EricGlassVideos' has given '/u/chimpos' lambda!
+30307 [2020-02-05 05:37:38] There has been a new submission: 'The Best Spicy Chicken Nuggets 🤫', with flair 'None'
+30307 [2020-02-05 05:37:39] /u/BravoRelentless had their submission removed for insufficient lambda.
+30307 [2020-02-05 05:46:00] '/u/daredevil005' has given '/u/RightfullyEpic' lambda!
+30307 [2020-02-05 05:49:58] There has been a new submission: 'Speedpaint : Oyama Mahiro [FANART]', with flair 'Art'
+30307 [2020-02-05 05:49:58] /u/Next2Zext had their submission removed for insufficient lambda.
+30307 [2020-02-05 05:53:52] There has been a new submission: 'Can someone critique and give advice my “interview” skills? I know they aren’t great. I’m on the right, brown hair, pink top. Thanks!', with flair 'Video Critique'
+30307 [2020-02-05 05:53:54] /u/paintube had their submission removed for insufficient lambda.
+30307 [2020-02-05 05:58:07] There has been a new submission: 'Talk Show is a public access television talk show in Minneapolis', with flair 'Collab'
+30307 [2020-02-05 05:58:08] /u/Aldy1 had their submission removed for using the wrong flair.
+30307 [2020-02-05 05:59:52] There has been a new submission: 'Talk Show is a public access television talk show in Minneapolis', with flair 'Video Critique'
+30307 [2020-02-05 05:59:52] /u/Aldy1 had their submission removed for insufficient lambda.
+30307 [2020-02-05 06:05:49] There has been a new submission: 'WE SHOULD START A YOUTUBE SUBSCRIBE CHAIN, everybody drop a pic or link of they channel', with flair 'Channel Review'
+30307 [2020-02-05 06:05:51] /u/sdpjayy_yt had their submission removed for insufficient lambda.
+30307 [2020-02-05 06:13:54] There has been a new submission: 'Hey I need some criticism. Please watch all the way through.', with flair 'None'
+30307 [2020-02-05 06:13:56] /u/Sammykap03 had their submission removed for insufficient lambda.
+30307 [2020-02-05 06:29:33] '/u/Tripieye' has given '/u/blazealdrich37' lambda!
+30307 [2020-02-05 06:29:33] The OP received lambda too!
+30307 [2020-02-05 06:29:55] '/u/Tripieye' has given '/u/biftyscent' lambda!
+30307 [2020-02-05 06:32:40] '/u/izaakfromspace' has given '/u/DevGin' lambda!
+30307 [2020-02-05 06:38:30] '/u/Subject2Productions' has given '/u/Yourpoop' lambda!
+30307 [2020-02-05 06:38:30] The OP received lambda too!
+30307 [2020-02-05 06:38:44] '/u/Subject2Productions' has given '/u/chimpos' lambda!
+30307 [2020-02-05 06:40:52] '/u/Subject2Productions' has given '/u/MarcLaton' lambda!
+30307 [2020-02-05 06:49:46] There has been a new submission: 'God of War: Ghost of Sparta Walkthrough Part 1', with flair 'Gaming'
+30307 [2020-02-05 06:49:46] /u/WatDaLeoo had their submission removed for insufficient lambda.
+30307 [2020-02-05 06:53:07] There has been a new submission: 'Hey guys check out my YouTube channel 📲', with flair 'None'
+30307 [2020-02-05 06:53:09] /u/makapink had their submission removed for insufficient lambda.
+30307 [2020-02-05 06:57:01] There has been a new submission: 'How is this video?', with flair 'Channel Review'
+30307 [2020-02-05 06:57:02] /u/thefrostyproject had their submission removed for insufficient lambda.
+30307 [2020-02-05 07:01:01] There has been a new submission: 'One Piece fan? Would love to hear your feedback on our discussion channel. We try to combine worthwhile information with funny discussions.', with flair 'Video Critique'
+30307 [2020-02-05 07:01:03] /u/gearreverse had their submission removed for insufficient lambda.
+30670 [2020-02-05 07:15:57]
+####################
+[2020-02-05 07:15:57] RESTARTED
+####################
+
+30670 [2020-02-05 07:26:45] '/u/Bluehat1416' has given '/u/blazealdrich37' lambda!
+30670 [2020-02-05 07:31:06] There has been a new submission: 'Hi pls SUBSCRIBE Hi guys this a good mod for xbox so pls check it out it is not the best but it adds something to your world', with flair 'Gaming'
+30670 [2020-02-05 07:31:08] /u/hiplssub had their submission removed for insufficient lambda.
+30670 [2020-02-05 07:36:18] There has been a new submission: 'The Joker has arrived in Mortal Kombat 11! I want some feedback on my combos and gameplay! It would help me improve what I should focus on.', with flair 'Gaming'
+30670 [2020-02-05 07:36:45] There has been a new submission: 'A few weeks ago I decided I would start taking my music more seriously. In an attempt to do that, I did a thing.. hope someone likes it!', with flair 'None'
+30670 [2020-02-05 07:36:46] /u/Dylan7124 had their submission removed for insufficient lambda.
+30670 [2020-02-05 08:00:19] '/u/MichaelMurrayMusic' has given '/u/tene-kun' lambda!
+30670 [2020-02-05 08:00:19] The OP received lambda too!
+30670 [2020-02-05 08:02:27] There has been a new submission: 'Bumblebee goby eat frozon blood worms', with flair 'Video Critique'
+30670 [2020-02-05 08:02:29] /u/dolabela had their submission removed for insufficient lambda.
+30670 [2020-02-05 08:05:22] '/u/Kalum-W' has given '/u/Yourpoop' lambda!
+30670 [2020-02-05 08:05:54] '/u/daredevil005' has given '/u/vigalovescomics' lambda!
+30670 [2020-02-05 08:20:04] There has been a new submission: 'I made it to 50 Subs in two months :) is this good ? any tips?', with flair 'Discussion'
+30670 [2020-02-05 08:24:30] '/u/XXXEggNog69XXX' has given '/u/vigalovescomics' lambda!
+30670 [2020-02-05 08:29:11] There has been a new submission: 'I make unofficial videos for new artists, but also some big ones, here's "Freaking Out the Neighborhood" by Mac Demarco', with flair 'Art'
+30670 [2020-02-05 08:29:12] /u/JungleLiquor had their submission removed for insufficient lambda.
+30670 [2020-02-05 08:53:38] There has been a new submission: 'Question about video frequency', with flair 'Discussion'
+30670 [2020-02-05 08:54:45] There has been a new submission: 'Has anyone else had someone try to blackmail them for money and threaten to damage your YouTube channel if you don’t pay for views, subs, etc. ?', with flair 'Discussion'
+30670 [2020-02-05 09:01:57] There has been a new submission: 'How's my thumbnail game?', with flair 'None'
+30670 [2020-02-05 09:13:18] '/u/Draco986' has given '/u/RavenJimmy' lambda!
+30670 [2020-02-05 09:13:40] '/u/Schoepel' has given '/u/degwood777' lambda!
+30808 [2020-02-05 09:15:57]
+####################
+[2020-02-05 09:15:57] RESTARTED
+####################
+
+30808 [2020-02-05 09:22:37] '/u/Schoepel' has given '/u/degwood777' lambda!
+30808 [2020-02-05 09:25:25] There has been a new submission: 'CHANNEL REVIEW I really need your thought about my channel!', with flair 'Channel Review'
+30808 [2020-02-05 09:25:26] /u/NotFunnyGamer had their submission removed for insufficient lambda.
+30808 [2020-02-05 09:32:42] There has been a new submission: 'Hi everyone, this is our latest video released yesterday. A lot of hard work and time goes into making these, so any feedback on the channel / video / artwork would be great. Thank you all for your continued support :)', with flair 'Channel Review'
+30808 [2020-02-05 09:37:17] There has been a new submission: 'Should I drop the magicka NightBlade gank build 🤔', with flair 'Gaming'
+30808 [2020-02-05 09:37:18] /u/Unfadingsilence had their submission removed for insufficient lambda.
+30808 [2020-02-05 10:10:54] There has been a new submission: 'Looking into the Abyss: 6 of the Most Alien-Looking Animals in the Mariana Trench', with flair 'Video Critique'
+30808 [2020-02-05 10:10:56] /u/Elay870870 had their submission removed for insufficient lambda.
+30808 [2020-02-05 10:15:42] There has been a new submission: 'What is Alzheimer's Disease? This is my very first self-made Youtube video, so I would love to hear some feedback on my background music and general effects. Happy watching [10:13]', with flair 'Video Critique'
+30808 [2020-02-05 10:15:43] /u/PsychologyToGo had their submission removed for insufficient lambda.
+30808 [2020-02-05 10:21:17] '/u/degwood777' has given '/u/rootaccessmedia' lambda!
+30808 [2020-02-05 10:21:17] The OP received lambda too!
+30808 [2020-02-05 10:24:24] '/u/MoskitoDan' has given '/u/PsychologyToGo' lambda!
+30808 [2020-02-05 10:24:24] The OP received lambda too!
+30808 [2020-02-05 10:27:22] There has been a new submission: '5G Networks | The Next Generation of Mobile Network (feedback is much appreciated) hope you guys like it and know about 5G', with flair 'Video Critique'
+30808 [2020-02-05 10:50:15] '/u/degwood777' has given '/u/Schoepel' lambda!
+30808 [2020-02-05 11:00:29] There has been a new submission: 'Who needs help passing the YouTube 4000 watch hours? I can help', with flair 'Discussion'
+30808 [2020-02-05 11:02:53] '/u/jjnlove' has given '/u/MafiasFinestTV' lambda!
+30808 [2020-02-05 11:02:53] The OP received lambda too!
+30808 [2020-02-05 11:03:06] '/u/MoskitoDan' has given '/u/Draco986' lambda!
+30808 [2020-02-05 11:04:42] '/u/MoskitoDan' has given '/u/Kaidabigbrain' lambda!
+30808 [2020-02-05 11:05:28] There has been a new submission: 'How to download Minecraft for free in PC', with flair 'Gaming'
+30808 [2020-02-05 11:05:30] /u/vasu20302 had their submission removed for insufficient lambda.
+30808 [2020-02-05 11:08:25] There has been a new submission: 'Name for a new video series', with flair 'Discussion'
+31296 [2020-02-05 11:15:57]
+####################
+[2020-02-05 11:15:57] RESTARTED
+####################
+
+31296 [2020-02-05 11:28:45] '/u/Xerionix' has given '/u/ZeronityPlays' lambda!
+31296 [2020-02-05 11:28:45] The OP received lambda too!
+31296 [2020-02-05 11:32:09] There has been a new submission: 'I made an extreme height compilation with the Alia intro song!!', with flair 'Video Critique'
+31296 [2020-02-05 11:32:11] /u/XnapayYT had their submission removed for insufficient lambda.
+31296 [2020-02-05 11:48:57] There has been a new submission: 'If this gets 100 upvotes in a day...', with flair 'None'
+31296 [2020-02-05 11:48:57] /u/JKray5_Reddit had their submission removed for insufficient lambda.
+31296 [2020-02-05 11:51:52] There has been a new submission: 'What’s a good mobile app to download to edit YouTube videos?', with flair 'Discussion'
+31296 [2020-02-05 11:54:17] '/u/degwood777' has given '/u/popBambi' lambda!
+31296 [2020-02-05 11:54:56] There has been a new submission: 'This is one of my favorite games. In part because of the art style and in part bc of the gameplay. Totally stylish!', with flair 'Gaming'
+31296 [2020-02-05 11:54:57] /u/dreisenberg7 had their submission removed for insufficient lambda.
+31296 [2020-02-05 12:22:37] There has been a new submission: 'I'm a 16 year old rapper and I've been making music for 2 years. Would appreciate feedback and criticism on my latest track :)', with flair 'Art'
+31296 [2020-02-05 12:22:39] /u/eggterminator had their submission removed for insufficient lambda.
+31296 [2020-02-05 12:39:58] There has been a new submission: 'A Fresh Start!', with flair 'Video Critique'
+31296 [2020-02-05 12:39:59] /u/WOLF_TECH had their submission removed for insufficient lambda.
+31296 [2020-02-05 12:45:18] There has been a new submission: 'EXPERIMENT! What happens if the soccer ball falls on the shredder?', with flair 'Video Critique'
+31296 [2020-02-05 12:45:20] /u/videoimle had their submission removed for insufficient lambda.
+31452 [2020-02-05 13:15:57]
+####################
+[2020-02-05 13:15:57] RESTARTED
+####################
+
+31452 [2020-02-05 13:19:12] There has been a new submission: 'WorkoutsByKatya one week update/Lower body workout at home', with flair 'None'
+31452 [2020-02-05 13:19:13] /u/kdgm19 had their submission removed for insufficient lambda.
+31452 [2020-02-05 13:22:02] '/u/shadyyness' has given '/u/paintube' lambda!
+31452 [2020-02-05 13:22:02] The OP received lambda too!
+31452 [2020-02-05 13:24:05] There has been a new submission: 'Come on down and watch out videos!!!', with flair 'Gaming'
+31452 [2020-02-05 13:24:06] /u/Official_RTB had their submission removed for insufficient lambda.
+31452 [2020-02-05 13:24:55] '/u/CalluMb243' has given '/u/evilscopes' lambda!
+31452 [2020-02-05 13:34:11] There has been a new submission: '[Video Critique] So weve worked pretty hard to improve Audio, Videography, and our Creative eye, God knows we are super new to it. I'd love some feedback, because this vid is a culmination of many discussions, experiments, and thoughts. Still not perfect, and definitely not our normal vehicle', with flair 'Video Critique'
+31452 [2020-02-05 13:41:48] '/u/degwood777' has given '/u/shadyyness' lambda!
+31452 [2020-02-05 13:44:09] '/u/Just_Pandaa' has given '/u/Kesaylo' lambda!
+31452 [2020-02-05 13:48:56] There has been a new submission: 'What my channel is about', with flair 'None'
+31452 [2020-02-05 13:48:57] /u/RyMeep had their submission removed for insufficient lambda.
+31452 [2020-02-05 13:50:37] There has been a new submission: 'Little about me', with flair 'Channel Review'
+31452 [2020-02-05 13:50:40] /u/RyMeep had their submission removed for insufficient lambda.
+31452 [2020-02-05 14:13:42] There has been a new submission: 'Discovered a brand new channel today', with flair 'Gaming'
+31452 [2020-02-05 14:13:44] /u/LongBeachBlackTips had their submission removed for insufficient lambda.
+31452 [2020-02-05 14:15:16] There has been a new submission: 'Exclusive: Playing 'First And Lasts' Game With Brenda Mage | HumanMeter', with flair 'None'
+31452 [2020-02-05 14:15:18] /u/IndividualGuide had their submission removed for insufficient lambda.
+31452 [2020-02-05 14:27:36] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+31452 [2020-02-05 14:31:05] There has been a new submission: 'What is a good way to get some subscribers without begging?', with flair 'Discussion'
+31452 [2020-02-05 14:37:30] '/u/thelegend27_420' has given '/u/JKray5_Reddit' lambda!
+31452 [2020-02-05 14:37:30] The OP received lambda too!
+31452 [2020-02-05 14:42:03] There has been a new submission: 'Do videos like this work?', with flair 'Video Critique'
+31452 [2020-02-05 14:42:06] /u/Travelingdown had their submission removed for insufficient lambda.
+31452 [2020-02-05 14:46:57] There has been a new submission: 'What is the best way to tell people about your channel', with flair 'Discussion'
+31452 [2020-02-05 14:48:29] There has been a new submission: 'Feeling Stuck and Need YOUR Help!! How Can I Truly Improve My Channel? Thank you, will be giving tons of lambda of course :)', with flair 'Channel Review'
+31452 [2020-02-05 14:51:05] There has been a new submission: 'Onkel Wowa geht als SCAV in die Dorms ? | Escape from Tarkov', with flair 'Gaming'
+31452 [2020-02-05 14:51:07] /u/Onkel_Wowa had their submission removed for insufficient lambda.
+31452 [2020-02-05 14:51:20] There has been a new submission: 'Too much effort on Editing | Just need some SUPPORT', with flair 'Gaming'
+31452 [2020-02-05 14:51:22] /u/WrohMeet had their submission removed for insufficient lambda.
+31452 [2020-02-05 15:00:24] There has been a new submission: 'DS Screen Capture', with flair 'Discussion'
+31452 [2020-02-05 15:07:01] '/u/Xerionix' has given '/u/FacemanGaming25' lambda!
+31452 [2020-02-05 15:10:22] There has been a new submission: 'What do you think of that video guys?', with flair 'Gaming'
+31452 [2020-02-05 15:14:55] There has been a new submission: 'At the bottom of everything//Bright eyes (cover)', with flair 'Art'
+31452 [2020-02-05 15:14:57] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+31585 [2020-02-05 15:15:57]
+####################
+[2020-02-05 15:15:57] RESTARTED
+####################
+
+31585 [2020-02-05 15:30:52] '/u/TheGamerGuy2' has given '/u/LeinadArevet' lambda!
+31585 [2020-02-05 15:33:57] '/u/rootaccessmedia' has given '/u/FacemanGaming25' lambda!
+31585 [2020-02-05 15:33:57] The OP received lambda too!
+31585 [2020-02-05 15:34:53] '/u/rootaccessmedia' has given '/u/Homest4r' lambda!
+31585 [2020-02-05 15:35:23] There has been a new submission: 'Im from poland i have an small 20subz channel and all are just my friends so please can you see it i do poland minecraft videos', with flair 'Gaming'
+31585 [2020-02-05 15:35:24] /u/Barrer898 had their submission removed for insufficient lambda.
+31585 [2020-02-05 15:35:44] There has been a new submission: 'I play games badly and talk so if that interests you check me out', with flair 'Gaming'
+31585 [2020-02-05 15:35:46] /u/awful__reddit had their submission removed for insufficient lambda.
+31585 [2020-02-05 15:44:19] There has been a new submission: 'First Attempt at IRL Content - Unboxing the Ogroid Myrmidon from Warhammer WarCry', with flair 'Gaming'
+31585 [2020-02-05 15:44:21] /u/AlchemicalRabbit had their submission removed for insufficient lambda.
+31585 [2020-02-05 15:45:26] '/u/Robbo2513' has given '/u/Illfury' lambda!
+31585 [2020-02-05 15:45:27] The OP received lambda too!
+31585 [2020-02-05 15:45:31] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+31585 [2020-02-05 15:45:45] '/u/Blue-Glare' has given '/u/JoeBrozek' lambda!
+31585 [2020-02-05 15:45:45] The OP received lambda too!
+31585 [2020-02-05 16:02:13] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 5 - Nightfall', with flair 'Gaming'
+31585 [2020-02-05 16:02:15] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+31585 [2020-02-05 16:04:47] '/u/TucoSalomanca' has given '/u/JoeBrozek' lambda!
+31585 [2020-02-05 16:04:47] The OP received lambda too!
+31585 [2020-02-05 16:06:27] '/u/TucoSalomanca' has given '/u/Erycon' lambda!
+31585 [2020-02-05 16:10:11] '/u/rootaccessmedia' has given '/u/PheraWorld' lambda!
+31585 [2020-02-05 16:11:30] '/u/rootaccessmedia' has given '/u/DominicMatigian' lambda!
+31585 [2020-02-05 16:11:55] '/u/TucoSalomanca' has given '/u/Pappa-Squirrel' lambda!
+31585 [2020-02-05 16:20:38] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+31585 [2020-02-05 16:20:38] The OP received lambda too!
+31585 [2020-02-05 16:21:07] '/u/Inferus12' has given '/u/Giant__Rock' lambda!
+31585 [2020-02-05 16:21:21] '/u/Inferus12' has given '/u/shadyyness' lambda!
+31585 [2020-02-05 16:21:35] '/u/Inferus12' has given '/u/Fireplace74' lambda!
+31585 [2020-02-05 16:22:27] '/u/tcessory' has given '/u/ReyKabacinski' lambda!
+31585 [2020-02-05 16:23:03] '/u/tcessory' has given '/u/BobbyMcbobb3rson' lambda!
+31585 [2020-02-05 16:23:56] There has been a new submission: '🔥🔥Restarting My Sneaker Collection The Right Way‼️', with flair 'Channel Review'
+31585 [2020-02-05 16:23:58] /u/KeyontaWhitlowTV had their submission removed for insufficient lambda.
+31585 [2020-02-05 16:24:29] There has been a new submission: 'When you lose your APPETITE for spaghetti for life. Extreme Army Fitness Test - Band of Brothers Challenge. I always Give well deserved LAMBDA', with flair 'None'
+31585 [2020-02-05 16:37:12] '/u/Xerionix' has given '/u/Fireplace74' lambda!
+31585 [2020-02-05 16:42:22] There has been a new submission: 'Almost at 1k subs and looking for a bit of overall feedback! (I ususally do AMV's, fun memes and throw in a bit of whatever editing projects I work on with school/on my own time. I know I don't upload as frequently, but it's just due to a heavy school workload) Thank you!', with flair 'Channel Review'
+31585 [2020-02-05 16:42:24] /u/TheGrandCannoli had their submission removed for insufficient lambda.
+31585 [2020-02-05 16:54:52] There has been a new submission: 'Chiefs Vs 49ers Final Minutes of Super Bowl 54', with flair 'Gaming'
+31585 [2020-02-05 16:54:54] /u/amazon1977 had their submission removed for insufficient lambda.
+31585 [2020-02-05 17:01:05] There has been a new submission: 'I make videos about niche and underground films, here's one of 2001's My Sassy Girl', with flair 'None'
+31585 [2020-02-05 17:05:04] '/u/Jischasing' has given '/u/EngineeringJuice' lambda!
+31585 [2020-02-05 17:05:34] '/u/rootaccessmedia' has given '/u/MafiasFinestTV' lambda!
+31585 [2020-02-05 17:08:41] '/u/rootaccessmedia' has given '/u/EngineeringJuice' lambda!
+31585 [2020-02-05 17:11:43] '/u/tss230' has given '/u/ourdatenights' lambda!
+31585 [2020-02-05 17:12:07] '/u/tss230' has given '/u/Joskuru' lambda!
+31585 [2020-02-05 17:15:52] There has been a new submission: 'Apex Legends Season 4', with flair 'Gaming'
+31585 [2020-02-05 17:15:54] /u/CheatCentralCH had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:15:58]
+####################
+[2020-02-05 17:15:58] RESTARTED
+####################
+
+31727 [2020-02-05 17:21:52] There has been a new submission: 'This video has been getting a lot hate from triggered Taylor Swift fans. I’d love it if you could watch it and give me some feedback, and also if you enjoy it - help me get the like ratio back up 😂😂😂', with flair 'None'
+31727 [2020-02-05 17:22:10] There has been a new submission: 'This is a star wars mod/Hi guys this a good mod for xbox so pls check it out it is not the best but it adds something to your world pls like comment and SUBSCRIBE', with flair 'Gaming'
+31727 [2020-02-05 17:22:12] /u/hiplssub had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:23:18] There has been a new submission: 'Redmi K30 Review, Hi Guys, Check Out My New Video', with flair 'Thumbnail Review'
+31727 [2020-02-05 17:23:20] /u/TechAreUs had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:24:02] There has been a new submission: 'Basilica Santuario Madonna della Corona [Sony A7 III + Tamron 28-75]', with flair 'Video Critique'
+31727 [2020-02-05 17:24:04] /u/AngryGeeks had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:27:27] There has been a new submission: 'People from the south...', with flair 'None'
+31727 [2020-02-05 17:27:28] /u/tHIS-FARM had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:27:40] There has been a new submission: 'Terminator: Resistance Spoiler Free Review!', with flair 'Gaming'
+31727 [2020-02-05 17:27:41] /u/AMlordz had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:33:56] '/u/JubeyJubster' has given '/u/Homest4r' lambda!
+31727 [2020-02-05 17:36:19] There has been a new submission: 'Claw settings for new players :)', with flair 'Gaming'
+31727 [2020-02-05 17:36:21] /u/plazare had their submission removed for insufficient lambda.
+31727 [2020-02-05 17:37:13] '/u/JubeyJubster' has given '/u/chimpos' lambda!
+31727 [2020-02-05 17:38:17] There has been a new submission: 'Really happy with this one, only episode 4 of the series but its already my longest series! Staying committed and always improving thanks to you guys!!..... "Minecraft - LEOPARD ATTACK!!! - Let's Build a Zoo!! - Episode 4"', with flair 'Gaming'
+31727 [2020-02-05 17:38:43] '/u/JubeyJubster' has given '/u/degwood777' lambda!
+31727 [2020-02-05 17:39:58] '/u/JubeyJubster' has given '/u/SupaCoolMoM' lambda!
+31727 [2020-02-05 17:41:42] There has been a new submission: 'This is my second most popular video... let me know if you know why, haha.', with flair 'Video Critique'
+31727 [2020-02-05 17:51:34] There has been a new submission: 'What does unboxing add to a video?', with flair 'Discussion'
+31727 [2020-02-05 17:58:33] '/u/FacemanGaming25' has given '/u/YBGMightymelon' lambda!
+31727 [2020-02-05 17:58:33] The OP received lambda too!
+31727 [2020-02-05 17:59:43] '/u/TucoSalomanca' has given '/u/Illfury' lambda!
+31727 [2020-02-05 18:02:55] '/u/TucoSalomanca' has given '/u/Yourpoop' lambda!
+31727 [2020-02-05 18:03:13] There has been a new submission: 'Deadly Diary | Saikumar's Early career | Episode 04', with flair 'Video Critique'
+31727 [2020-02-05 18:04:17] '/u/OccupiedGarrett' has given '/u/Kesaylo' lambda!
+31727 [2020-02-05 18:04:47] '/u/TucoSalomanca' has given '/u/EngineeringJuice' lambda!
+31727 [2020-02-05 18:09:39] There has been a new submission: 'Hey guys, this is the second video in a series I’m creating. I really appreciate this subs and it teaching me how to make my videos better. I tried to incorporate critiques I got on the last video, but I know I still have a lot to learn. Giving out lambda for useful critiques', with flair 'Video Critique'
+31727 [2020-02-05 18:13:11] There has been a new submission: 'Devil May Cry 3 HD Walkthrough Episode 2', with flair 'Video Critique'
+31727 [2020-02-05 18:13:12] /u/Whatsthedilli0 had their submission removed for insufficient lambda.
+31727 [2020-02-05 18:21:39] '/u/BridgesGames' has given '/u/Jagart01' lambda!
+31727 [2020-02-05 18:25:41] There has been a new submission: 'I now hold a world record', with flair 'Vlog'
+31727 [2020-02-05 18:25:43] /u/ggpeu had their submission removed for insufficient lambda.
+31727 [2020-02-05 18:30:28] '/u/MalakJoe' has given '/u/Adddo13' lambda!
+31727 [2020-02-05 18:30:28] The OP received lambda too!
+31727 [2020-02-05 18:31:07] '/u/MalakJoe' has given '/u/WalfieOnYouTube' lambda!
+31727 [2020-02-05 18:35:28] '/u/Codswallop1' has given '/u/MafiasFinestTV' lambda!
+31727 [2020-02-05 18:35:28] The OP received lambda too!
+31727 [2020-02-05 18:36:24] '/u/Codswallop1' has given '/u/Twofoxonecat' lambda!
+31727 [2020-02-05 18:36:34] '/u/Codswallop1' has given '/u/MuhsTK' lambda!
+31727 [2020-02-05 18:36:49] '/u/Codswallop1' has given '/u/frisodenijs' lambda!
+31727 [2020-02-05 18:43:34] There has been a new submission: 'Small video for your convince, sculpting a tiny robot. Please consider subscribing. Open to critiques comments and suggestions. Thank you.', with flair 'Art'
+31727 [2020-02-05 18:55:52] There has been a new submission: '1. Day Youtube Challenge. WATCH ME GROW! hopefully Would really appreciate your input and feedback. Thanks', with flair 'Video Critique'
+31727 [2020-02-05 18:55:53] /u/AtlasForReal had their submission removed for insufficient lambda.
+31727 [2020-02-05 18:56:40] There has been a new submission: 'Das hier ist der YouTube Kanal von einem guten Freund von mir. Seine Videos sind eigentlich echt heftig dafür, dass er nur 30 Abonnenten hat. Falls ihr Nintendo content und sowas in die Richtung feiert, schaut mal bei ihm vorbei. Ist Deutsch btw... kann man sich glaub ich denken', with flair 'Gaming'
+31727 [2020-02-05 18:56:42] /u/y_u_n_k had their submission removed for insufficient lambda.
+31727 [2020-02-05 19:06:41] There has been a new submission: 'First time playing TTT in VR | Pavlov VR Funny Moments', with flair 'Gaming'
+31727 [2020-02-05 19:11:54] '/u/Yourpoop' has given '/u/EngineeringJuice' lambda!
+31727 [2020-02-05 19:11:54] The OP received lambda too!
+31923 [2020-02-05 19:15:58]
+####################
+[2020-02-05 19:15:58] RESTARTED
+####################
+
+31923 [2020-02-05 19:18:50] There has been a new submission: 'Byleth AKA Public Enemy #1: First Match Online', with flair 'Gaming'
+31923 [2020-02-05 19:18:56] '/u/Foggy_Creations' has given '/u/shadyyness' lambda!
+31923 [2020-02-05 19:18:56] The OP received lambda too!
+31923 [2020-02-05 19:25:09] '/u/YBGMightymelon' has given '/u/shadyyness' lambda!
+31923 [2020-02-05 19:25:09] The OP received lambda too!
+31923 [2020-02-05 19:28:19] There has been a new submission: 'Anyone tryna make rocket league videos? I have about 500 subs and looking to collaborate with some funny youtubers. On Xbox or PC.', with flair 'Collab'
+31923 [2020-02-05 19:33:19] There has been a new submission: 'Let’s play with old games', with flair 'Discussion'
+31923 [2020-02-05 19:33:31] '/u/Just_Pandaa' has given '/u/Inferus12' lambda!
+31923 [2020-02-05 19:33:39] There has been a new submission: 'Any tips or thoughts abt my first video? :)', with flair 'None'
+31923 [2020-02-05 19:33:41] /u/ChasedDonkey98 had their submission removed for insufficient lambda.
+31923 [2020-02-05 19:43:56] There has been a new submission: 'Hey hey! Looking for feedback for Thumbnail, Video and Editing. This is a parody show called Dating Casually and it's Ep 04: Why Am I Still Single?', with flair 'Video Critique'
+31923 [2020-02-05 19:44:50] There has been a new submission: 'New Silent Hill/Until Dawn Style Horror Game, Get Bad Blood For Free & More | Survival Gaming News', with flair 'Gaming'
+31923 [2020-02-05 19:44:51] /u/shaunoxley had their submission removed for insufficient lambda.
+31923 [2020-02-05 19:45:32] There has been a new submission: 'My Coronavirus wiped out mankind: Plague Inc. Evolved', with flair 'Gaming'
+31923 [2020-02-05 19:45:34] /u/DerpyDaneGames had their submission removed for insufficient lambda.
+31923 [2020-02-05 19:57:35] There has been a new submission: 'A video I made about those annoying instagram surveys skip to 0:44 for video to start and skip to 6:12 for what i think is the best part of the video. Don't have to watch the whole thing but tell me what you think :)', with flair 'Video Critique'
+31923 [2020-02-05 20:14:57] There has been a new submission: 'Trying the 36 questions that lead to love (again). We would really appreciate any feedback that you have...from the thumbnail, to title and the actual video. Thanks.', with flair 'Video Critique'
+31923 [2020-02-05 20:18:44] There has been a new submission: 'Borderlands enhanced edition let’s play part 2', with flair 'Gaming'
+31923 [2020-02-05 20:18:45] /u/TRACKBACK1 had their submission removed for insufficient lambda.
+31923 [2020-02-05 20:20:36] '/u/Blue-Glare' has given '/u/BigLComparisons' lambda!
+31923 [2020-02-05 20:23:50] '/u/YBGMightymelon' has given '/u/HerghoulesYT' lambda!
+31923 [2020-02-05 20:24:47] '/u/TucoSalomanca' has given '/u/ChasedDonkey98' lambda!
+31923 [2020-02-05 20:26:35] '/u/Jischasing' has given '/u/Matigian_Media' lambda!
+31923 [2020-02-05 20:32:44] There has been a new submission: 'Okay, this is video is one I REALLY did homework on. I reshot scenes. I studied analytics. I trimmed fluff. I would really appreciate feed back. And this time I know how to give Lambda', with flair 'Video Critique'
+31923 [2020-02-05 20:36:56] There has been a new submission: 'This is why you're not happy! How to: Change that.', with flair 'Video Critique'
+31923 [2020-02-05 20:36:57] /u/iammisozi had their submission removed for insufficient lambda.
+31923 [2020-02-05 20:44:07] There has been a new submission: 'Offering free video editing in exchange for SFM thumbnails', with flair 'Collab'
+31923 [2020-02-05 20:55:47] There has been a new submission: 'Our latest video is an example of Some of our shorter stuff! Would love to hear what you guys think !', with flair 'Video Critique'
+31923 [2020-02-05 20:59:39] '/u/Cmdr-Tom' has given '/u/Matigian_Media' lambda!
+31923 [2020-02-05 20:59:39] The OP received lambda too!
+31923 [2020-02-05 21:01:50] There has been a new submission: 'How To Survive An Epidemic - Coronavirus Included', with flair 'Video Critique'
+31923 [2020-02-05 21:01:52] /u/Cyber_Dolphin_ had their submission removed for insufficient lambda.
+31923 [2020-02-05 21:05:10] There has been a new submission: 'I'm sure everyone had heard about the ImJayStation controversy, but now let's understand WHY he did it. Subscribe for more!', with flair 'Vlog'
+31923 [2020-02-05 21:05:31] There has been a new submission: 'Hello guys! 1stly, thank you for watching the vids, sharing and being part of this journey. I really appreciate your patience 🤲🏿. 2ndly heres my highlights of Kampala. I hope you enjoy ams please leave a comment here, on YouTube. Thanks once again!', with flair 'Video Critique'
+31923 [2020-02-05 21:05:54] '/u/SelendineMcHerb' has given '/u/BigLComparisons' lambda!
+31923 [2020-02-05 21:05:54] The OP received lambda too!
+31923 [2020-02-05 21:12:34] There has been a new submission: 'Hello there! I finally got my motivation back to work on youtube again! I hope you guys enjoy the video as much as i loved making it! Feedback is appreciated', with flair 'Gaming'
+31923 [2020-02-05 21:12:37] /u/YourPalHolo had their submission removed for insufficient lambda.
+32056 [2020-02-05 21:15:58]
+####################
+[2020-02-05 21:15:58] RESTARTED
+####################
+
+32056 [2020-02-05 21:20:53] '/u/mcglincheyHD' has given '/u/blazealdrich37' lambda!
+32056 [2020-02-05 21:20:53] The OP received lambda too!
+32056 [2020-02-05 21:21:11] '/u/mcglincheyHD' has given '/u/Cococo115' lambda!
+32056 [2020-02-05 21:22:22] '/u/tss230' has given '/u/DraKBorG' lambda!
+32056 [2020-02-05 21:23:06] '/u/mcglincheyHD' has given '/u/Kesaylo' lambda!
+32056 [2020-02-05 21:23:19] '/u/mcglincheyHD' has given '/u/Fireplace74' lambda!
+32056 [2020-02-05 21:32:12] There has been a new submission: 'How to reach out to larger YouTubers in your niche without seeming like a “clout chaser” ?', with flair 'Discussion'
+32056 [2020-02-05 21:33:11] '/u/FacemanGaming25' has given '/u/HerghoulesYT' lambda!
+32056 [2020-02-05 21:34:39] '/u/FacemanGaming25' has given '/u/shadyyness' lambda!
+32056 [2020-02-05 21:35:46] '/u/Undercovercop929' has given '/u/deliriousmarc' lambda!
+32056 [2020-02-05 21:35:46] The OP received lambda too!
+32056 [2020-02-05 21:35:58] '/u/FacemanGaming25' has given '/u/BigLComparisons' lambda!
+32056 [2020-02-05 21:36:37] '/u/FacemanGaming25' has given '/u/Inferus12' lambda!
+32056 [2020-02-05 21:39:08] There has been a new submission: 'Made a video discussing Samsung's next smartphone', with flair 'Video Critique'
+32056 [2020-02-05 21:39:09] /u/kgordontech had their submission removed for insufficient lambda.
+32056 [2020-02-05 21:39:29] There has been a new submission: 'Jhare - A Kinda Boring Review Of My Channel In 2019 (Year In Review)', with flair 'Channel Review'
+32056 [2020-02-05 21:39:30] /u/GenericJhare had their submission removed for insufficient lambda.
+32056 [2020-02-05 21:42:02] There has been a new submission: 'I reviewed bad food at my college (funny)', with flair 'None'
+32056 [2020-02-05 21:42:04] /u/Maiihew had their submission removed for insufficient lambda.
+32056 [2020-02-05 21:42:17] There has been a new submission: 'Face cam recording', with flair 'Discussion'
+32056 [2020-02-05 21:44:54] There has been a new submission: 'Made this video recent on a whim, I don’t think the tags will net me enough searches. I thought it was hilarious at the time and would love feedback', with flair 'Video Critique'
+32056 [2020-02-05 21:44:57] /u/psxpetey had their submission removed for insufficient lambda.
+32056 [2020-02-05 21:49:19] '/u/DadaskiDiaries' has given '/u/Monarch_Meow' lambda!
+32056 [2020-02-05 21:49:20] The OP received lambda too!
+32056 [2020-02-05 21:50:32] '/u/Jischasing' has given '/u/Subject2Productions' lambda!
+32056 [2020-02-05 21:56:22] '/u/Undercovercop929' has given '/u/HerghoulesYT' lambda!
+32056 [2020-02-05 21:57:25] '/u/AcidGatter' has given '/u/Matigian_Media' lambda!
+32056 [2020-02-05 21:57:25] The OP received lambda too!
+32056 [2020-02-05 21:59:31] '/u/AcidGatter' has given '/u/HerghoulesYT' lambda!
+32056 [2020-02-05 22:03:54] '/u/Cmdr-Tom' has given '/u/likes2playMinecraft' lambda!
+32056 [2020-02-05 22:06:34] There has been a new submission: 'I create 3D visualized comparison videos. This is the first video on my channel and first cinematic i've ever made! It was so much work... Tell me what you think guys!', with flair 'Discussion'
+32056 [2020-02-05 22:06:36] /u/BigLComparisons had their submission removed for using the wrong flair.
+32056 [2020-02-05 22:08:20] There has been a new submission: 'I create 3D visualized comparison videos. This is the first video on my channel and first cinematic i've ever made! It was so much work... Tell me what you think guys!', with flair 'Video Critique'
+32056 [2020-02-05 22:11:10] '/u/thecounselor6' has given '/u/HerghoulesYT' lambda!
+32056 [2020-02-05 22:11:10] The OP received lambda too!
+32056 [2020-02-05 22:13:13] There has been a new submission: 'Hey Guys! I'd love to get feedback on anything concerning my recent video!', with flair 'Video Critique'
+32056 [2020-02-05 22:14:05] '/u/thecounselor6' has given '/u/BridgesGames' lambda!
+32056 [2020-02-05 22:19:10] There has been a new submission: 'one of the best shows,a must watch show if you visit shenzen,china', with flair 'None'
+32056 [2020-02-05 22:19:11] /u/DJIPAK had their submission removed for insufficient lambda.
+32056 [2020-02-05 22:40:55] '/u/Subject2Productions' has given '/u/Jkerrzy' lambda!
+32056 [2020-02-05 22:41:26] '/u/Subject2Productions' has given '/u/ZeronityPlays' lambda!
+32056 [2020-02-05 22:41:50] '/u/Subject2Productions' has given '/u/Matigian_Media' lambda!
+32056 [2020-02-05 22:45:50] There has been a new submission: 'I've been really doing work on editing recently, spending an hour or two editing each of my recent videos. If I could get any sort of feedback on it, I'd love to hear it!', with flair 'Video Critique'
+32056 [2020-02-05 22:50:21] There has been a new submission: 'I saw Ohgeesy in sacramento 🔥🔥 any advice on editing and growing my audience? i would love some feedback yall 🙏🏽🙏🏽', with flair 'Channel Review'
+32056 [2020-02-05 22:50:23] /u/reecytherapper had their submission removed for insufficient lambda.
+32056 [2020-02-05 23:07:13] There has been a new submission: 'I'M BACK AND BLACKER THAN EVER!! LOL!! But in all seriousness, i took a month off, now i'm back on the grind! Any constructive feedback is welcome. I hope you enjoy! 😎', with flair 'Video Critique'
+32190 [2020-02-05 23:15:58]
+####################
+[2020-02-05 23:15:58] RESTARTED
+####################
+
+1431 [2020-02-05 23:17:45] Updated statistics
+32190 [2020-02-05 23:18:13] '/u/TucoSalomanca' has given '/u/thatVTguy' lambda!
+32190 [2020-02-05 23:20:02] There has been a new submission: 'Anyone know cheap essentials for a gaming channel?', with flair 'None'
+32190 [2020-02-05 23:20:05] /u/Its_Sharky had their submission removed for insufficient lambda.
+32190 [2020-02-05 23:24:19] There has been a new submission: 'Uncharted 4 | in 2020', with flair 'Gaming'
+32190 [2020-02-05 23:24:21] /u/shavi__ had their submission removed for insufficient lambda.
+32190 [2020-02-05 23:25:05] There has been a new submission: 'For those who enjoy funny destiny content 😂', with flair 'Gaming'
+32190 [2020-02-05 23:25:06] /u/YungVonte had their submission removed for insufficient lambda.
+32190 [2020-02-05 23:28:45] There has been a new submission: 'Minecraft lets Play Survival - a journey to home Part 1', with flair 'Gaming'
+32190 [2020-02-05 23:28:46] /u/SpeedyStreamer had their submission removed for insufficient lambda.
+32190 [2020-02-05 23:31:40] There has been a new submission: 'I review channels off of reddit! Did YOUR CHANNEL make it?', with flair 'Video Critique'
+32190 [2020-02-05 23:34:27] '/u/Cmdr-Tom' has given '/u/Its_Sharky' lambda!
+32190 [2020-02-05 23:44:42] There has been a new submission: 'I have been trying to work on my commentary let me know what you think. Getting Sh*t on by G2A Lootboxes', with flair 'Channel Review'
+32190 [2020-02-05 23:45:56] '/u/tss230' has given '/u/MafiasFinestTV' lambda!
+32190 [2020-02-05 23:46:03] There has been a new submission: 'Would like to get feedback on my video, and know what you guys think.', with flair 'Gaming'
+32190 [2020-02-05 23:46:04] /u/LooterGaming had their submission removed for insufficient lambda.
+32190 [2020-02-05 23:51:56] '/u/AcidGatter' has given '/u/Drunkpriest666' lambda!
+32190 [2020-02-06 00:00:08] There has been a new submission: 'Hi! Newbie here!', with flair 'Discussion'
+32190 [2020-02-06 00:00:57] There has been a new submission: 'Can Small YouTubers SURVIVE on YouTube? - Considering the amount of videos uploaded daily. I'd like to know what ya'll think.', with flair 'Discussion'
+32190 [2020-02-06 00:01:00] /u/Davey_G_ had their submission removed for using the wrong flair.
+32190 [2020-02-06 00:06:15] There has been a new submission: 'Discord Funny Moments (Featuring Minecraft Funny Moments)! I tried to make my videos funnier and longer now, any feedback is welcome. Enjoy the video!', with flair 'Video Critique'
+32190 [2020-02-06 00:11:10] '/u/The_Suited_Bird' has given '/u/DeafJordan' lambda!
+32190 [2020-02-06 00:11:10] The OP received lambda too!
+32190 [2020-02-06 00:11:40] '/u/The_Suited_Bird' has given '/u/azurestrikergamer' lambda!
+32190 [2020-02-06 00:14:28] '/u/BigLComparisons' has given '/u/Barberfresh' lambda!
+32190 [2020-02-06 00:14:28] The OP received lambda too!
+32190 [2020-02-06 00:14:36] There has been a new submission: 'Im trying to keep my videos under 10 min but trying not to sacrifice the content. What do you think this video could of been improved with', with flair 'Video Critique'
+32190 [2020-02-06 00:14:38] /u/FergHD had their submission removed for insufficient lambda.
+32190 [2020-02-06 00:15:26] There has been a new submission: 'Best camera / microphones? Pls', with flair 'None'
+32190 [2020-02-06 00:15:28] /u/Sipover had their submission removed for insufficient lambda.
+32190 [2020-02-06 00:16:44] There has been a new submission: 'This is my newest music video. The songs an alternative electronic pop rap song with a guitar solo and the visuals are very psychedelic', with flair 'Video Critique'
+32190 [2020-02-06 00:16:45] /u/BackwoodMenace had their submission removed for insufficient lambda.
+32190 [2020-02-06 00:19:53] There has been a new submission: 'Camera / microphone recommendations?', with flair 'Discussion'
+32190 [2020-02-06 00:39:25] There has been a new submission: 'I've been thinking of collabing with other YouTubers, but majority of them wouldn't accept the invitation.', with flair 'Discussion'
+32190 [2020-02-06 00:55:28] '/u/Xerionix' has given '/u/cjmorgan242' lambda!
+32190 [2020-02-06 00:55:28] The OP received lambda too!
+32190 [2020-02-06 01:03:38] '/u/TucoSalomanca' has given '/u/BackwoodMenace' lambda!
+32190 [2020-02-06 01:08:11] '/u/AcidGatter' has given '/u/AnimuseVids' lambda!
+32190 [2020-02-06 01:09:57] There has been a new submission: 'Big collab/podcast group for 32k sub channel (anyone is welcome)', with flair 'Collab'
+32190 [2020-02-06 01:11:23] There has been a new submission: 'I got a notification today that my channel just passed 20,000 views I'm feeling well chuffed', with flair 'Discussion'
+32190 [2020-02-06 01:13:51] There has been a new submission: 'New vid!', with flair 'Gaming'
+32190 [2020-02-06 01:13:53] /u/_animica had their submission removed for insufficient lambda.
+32331 [2020-02-06 01:15:58]
+####################
+[2020-02-06 01:15:58] RESTARTED
+####################
+
+32331 [2020-02-06 01:16:52] '/u/BigLComparisons' has given '/u/popBambi' lambda!
+32331 [2020-02-06 01:26:15] There has been a new submission: 'Can Small YouTubers SURVIVE on YouTube? - I'd love to hear what others are trying these days.', with flair 'Video Critique'
+32331 [2020-02-06 01:26:16] /u/Davey_G_ had their submission removed for insufficient lambda.
+32331 [2020-02-06 01:32:59] There has been a new submission: 'This is my channel where I review things. It's done in a comedic fashion and I review all sorts of things. This one is reviewing Sand. Your feedback would be appreciated.', with flair 'Channel Review'
+32331 [2020-02-06 01:33:09] There has been a new submission: 'Tried the new McDonalds Japan Rice Burger - It wasn't good!', with flair 'Collab'
+32331 [2020-02-06 01:33:11] /u/tarmacjapan had their submission removed for using the wrong flair.
+32331 [2020-02-06 01:33:59] There has been a new submission: 'MCDONALDS JAPAN RICE BURGER - Dual Motovlog CBR600RR Ninja 400EX', with flair 'Vlog'
+32331 [2020-02-06 01:34:01] /u/tarmacjapan had their submission removed for insufficient lambda.
+32331 [2020-02-06 01:38:30] '/u/Ghryms' has given '/u/Monarch_Meow' lambda!
+32331 [2020-02-06 01:38:30] The OP received lambda too!
+32331 [2020-02-06 01:39:40] There has been a new submission: 'Made a montage.. looking for any feedback!', with flair 'Gaming'
+32331 [2020-02-06 01:39:41] /u/IisReFlecT had their submission removed for insufficient lambda.
+32331 [2020-02-06 01:39:47] There has been a new submission: 'What do ya think?', with flair 'None'
+32331 [2020-02-06 01:39:48] /u/mrtimmn10 had their submission removed for insufficient lambda.
+32331 [2020-02-06 01:43:47] There has been a new submission: 'I’m at a loss. I feel like I did everything right for my genre of video and I’m still not getting half the views that I’ve gotten on similar videos. I’d really love some feedback over this and some insight into why it bombed so hard. There is engagement from like half the viewers too.', with flair 'Video Critique'
+32331 [2020-02-06 01:43:49] /u/EarleanZona had their submission removed for insufficient lambda.
+32331 [2020-02-06 01:45:43] '/u/ConvoSpeak' has given '/u/blazealdrich37' lambda!
+32331 [2020-02-06 01:45:43] The OP received lambda too!
+32331 [2020-02-06 01:46:38] '/u/The_Suited_Bird' has given '/u/FergHD' lambda!
+32331 [2020-02-06 01:46:47] There has been a new submission: 'I've been taking all the feedback and advice and feel like I've substantially improved, here's my latest vid playing Joker in Smash Online', with flair 'None'
+32331 [2020-02-06 01:55:12] There has been a new submission: 'Drawing dinosaur realistic', with flair 'Video Critique'
+32331 [2020-02-06 01:55:14] /u/Yuvendhan-B had their submission removed for insufficient lambda.
+32331 [2020-02-06 02:00:39] '/u/Sipover' has given '/u/FergHD' lambda!
+32331 [2020-02-06 02:00:39] The OP received lambda too!
+32331 [2020-02-06 02:00:49] There has been a new submission: 'Visit my channel and subscribe if you’re truly interested ✨ New fitness channel! No sub4sub only true supporters', with flair 'None'
+32331 [2020-02-06 02:00:51] /u/kdgm19 had their submission removed for insufficient lambda.
+32331 [2020-02-06 02:07:11] There has been a new submission: 'Best Garlic Sauce Recipe Ever | Pollo Tropical Inspired | RobinsHQ', with flair 'Vlog'
+32331 [2020-02-06 02:07:12] /u/rmehdee had their submission removed for insufficient lambda.
+32331 [2020-02-06 02:22:19] '/u/Cmdr-Tom' has given '/u/shadyyness' lambda!
+32331 [2020-02-06 02:23:09] '/u/Cmdr-Tom' has given '/u/ExCreeperYT' lambda!
+32331 [2020-02-06 02:23:18] There has been a new submission: 'Dark Souls 3 DLC Soul Level One Challenge #1 - Entering The Ringed City. Would love some feedback on what you guys think!', with flair 'Video Critique'
+32331 [2020-02-06 02:32:30] There has been a new submission: '400 subscribers!', with flair 'Discussion'
+32331 [2020-02-06 02:32:57] '/u/The_Suited_Bird' has given '/u/AnimuseVids' lambda!
+32331 [2020-02-06 02:33:26] '/u/The_Suited_Bird' has given '/u/AlexeyCrane' lambda!
+32331 [2020-02-06 02:37:35] '/u/The_Suited_Bird' has given '/u/WalfieOnYouTube' lambda!
+32331 [2020-02-06 02:38:07] There has been a new submission: 'Reached 1300 subscriber !! Thank You all', with flair 'Discussion'
+32331 [2020-02-06 02:38:14] '/u/The_Suited_Bird' has given '/u/Zaboazagiru' lambda!
+32331 [2020-02-06 02:38:36] '/u/The_Suited_Bird' has given '/u/popBambi' lambda!
+32331 [2020-02-06 02:40:16] '/u/The_Suited_Bird' has given '/u/Curtiscrafts' lambda!
+32331 [2020-02-06 02:40:37] '/u/The_Suited_Bird' has given '/u/TucoSalomanca' lambda!
+32331 [2020-02-06 02:42:22] '/u/The_Suited_Bird' has given '/u/dewaayyy' lambda!
+32331 [2020-02-06 02:44:18] There has been a new submission: 'Criticize My Video (Contains Pet Rats)', with flair 'Video Critique'
+32331 [2020-02-06 02:44:20] /u/TheWhatSoWhat had their submission removed for insufficient lambda.
+32331 [2020-02-06 02:51:59] '/u/Matigian_Media' has given '/u/NarivaTV' lambda!
+32331 [2020-02-06 02:51:59] The OP received lambda too!
+32331 [2020-02-06 03:00:45] There has been a new submission: '9 Questions for Flat Earthers - Comedy Video - Would love feedback! Thanks!', with flair 'Video Critique'
+32331 [2020-02-06 03:00:47] /u/mattnovum had their submission removed for insufficient lambda.
+32331 [2020-02-06 03:00:59] '/u/unchartedwild' has given '/u/invaderzoom' lambda!
+32331 [2020-02-06 03:14:03] '/u/Cmdr-Tom' has given '/u/DillSoupYT' lambda!
+32331 [2020-02-06 03:15:01] There has been a new submission: 'How Compound Interest Can Make You Wealthy', with flair 'Video Critique'
+32331 [2020-02-06 03:15:02] /u/mattyp93 had their submission removed for insufficient lambda.
+32526 [2020-02-06 03:15:58]
+####################
+[2020-02-06 03:15:58] RESTARTED
+####################
+
+32526 [2020-02-06 03:37:06] There has been a new submission: 'Anyone else feeling overwhelmed by the need to gain 4000 Hours of watch time just to monetize?', with flair 'Discussion'
+32526 [2020-02-06 03:39:58] '/u/TucoSalomanca' has given '/u/mattnovum' lambda!
+32526 [2020-02-06 03:40:22] '/u/TucoSalomanca' has given '/u/DillSoupYT' lambda!
+32526 [2020-02-06 03:43:40] There has been a new submission: 'my new channel, doing let’s plays mostly, all support and feedback is appreciated!', with flair 'None'
+32526 [2020-02-06 03:43:42] /u/jayjeeyt had their submission removed for insufficient lambda.
+32526 [2020-02-06 03:45:52] There has been a new submission: 'trying to be big one day, love to all', with flair 'Gaming'
+32526 [2020-02-06 03:45:54] /u/nonstopion had their submission removed for insufficient lambda.
+32526 [2020-02-06 03:53:58] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+32526 [2020-02-06 03:54:24] '/u/Ghryms' has given '/u/shytownx' lambda!
+32526 [2020-02-06 04:17:43] There has been a new submission: 'How to get more views?', with flair 'Discussion'
+32526 [2020-02-06 04:20:28] There has been a new submission: 'This is my channel where I talk about saving money and budgeting Money. In this one I show a savings challenge. Your feedback is welcomed. |17:12|', with flair 'Channel Review'
+32526 [2020-02-06 04:20:31] /u/jessenav_ had their submission removed for insufficient lambda.
+32526 [2020-02-06 04:23:18] '/u/TucoSalomanca' has given '/u/shytownx' lambda!
+32526 [2020-02-06 04:37:27] There has been a new submission: '[snake feeding] Please go check out this video and my channel. If you like anything to do with cars and/or reptiles, particularly snakes, you’ll love my channel.', with flair 'None'
+32526 [2020-02-06 04:37:28] /u/_obsessedwithcars_ had their submission removed for insufficient lambda.
+32526 [2020-02-06 04:52:37] '/u/AnimuseVids' has given '/u/shytownx' lambda!
+32526 [2020-02-06 04:52:38] The OP received lambda too!
+32526 [2020-02-06 04:55:43] There has been a new submission: '7 Questions to ask Before Joining a Direct Sales Company || {155}', with flair 'Vlog'
+32526 [2020-02-06 04:55:44] /u/ItsJilly had their submission removed for insufficient lambda.
+32526 [2020-02-06 05:01:15] There has been a new submission: 'Healthy Asian Meal Prep: Pad Thai | Hey guys could use some criticism on my video. Let me know what we could do better/what you like or dislike. Thanks!', with flair 'Video Critique'
+32526 [2020-02-06 05:12:30] '/u/rootaccessmedia' has given '/u/shytownx' lambda!
+590 [2020-02-06 05:15:58]
+####################
+[2020-02-06 05:15:58] RESTARTED
+####################
+
+590 [2020-02-06 05:20:37] There has been a new submission: 'Hey guys it would be amazing if you would check out this video as it is different from my others and I would love some feedback. It would also be great if you considered subscribing as it would help me out a lot!', with flair 'None'
+590 [2020-02-06 05:32:01] There has been a new submission: 'I made this on a phone and I'm wondering should I take this down and add more to it like an song sound and finish it or just upload it in parts', with flair 'Video Critique'
+590 [2020-02-06 05:32:03] /u/Papa_Shrek64 had their submission removed for insufficient lambda.
+590 [2020-02-06 05:34:36] There has been a new submission: 'MY HORRIBLE NIGHTMARE', with flair 'Discussion'
+590 [2020-02-06 05:37:05] There has been a new submission: 'MOST CREEPIEST HORROR GAME EVER - Simulacra 2 (Part 1)', with flair 'Video Critique'
+590 [2020-02-06 05:37:06] /u/masterj1500 had their submission removed for insufficient lambda.
+590 [2020-02-06 05:39:55] There has been a new submission: 'My yt channel', with flair 'Gaming'
+590 [2020-02-06 05:39:56] /u/fugomert had their submission removed for insufficient lambda.
+590 [2020-02-06 05:57:40] There has been a new submission: 'Is something wrong with my latest post?', with flair 'Channel Review'
+590 [2020-02-06 05:57:41] /u/SkavM3 had their submission removed for insufficient lambda.
+590 [2020-02-06 06:16:38] There has been a new submission: 'This is my channel Upload gaming video', with flair 'Gaming'
+590 [2020-02-06 06:16:39] /u/sourabh9493 had their submission removed for insufficient lambda.
+590 [2020-02-06 06:23:52] '/u/Undercovercop929' has given '/u/shytownx' lambda!
+590 [2020-02-06 06:24:45] '/u/Undercovercop929' has given '/u/Drunkpriest666' lambda!
+590 [2020-02-06 06:30:42] There has been a new submission: 'This is my latest video to my YouTube channel. I make short films and I am gonna start doing movie reviews in April. I was hoping for some feedback on this video because I’m not the best at it and really want to improve. Please enjoy', with flair 'None'
+590 [2020-02-06 06:30:44] /u/TrashCanHD had their submission removed for insufficient lambda.
+590 [2020-02-06 06:42:39] '/u/Monarch_Meow' has given '/u/shytownx' lambda!
+590 [2020-02-06 06:42:39] The OP received lambda too!
+590 [2020-02-06 07:03:54] '/u/hf_vlogs1' has given '/u/deliriousmarc' lambda!
+590 [2020-02-06 07:03:54] The OP received lambda too!
+590 [2020-02-06 07:06:10] There has been a new submission: 'Coronavirus Parody - Stay Safe Everyone!', with flair 'Video Critique'
+590 [2020-02-06 07:08:58] There has been a new submission: 'Made this video as a tribute to the end of Marvel's Infinity Saga. Would appreciate any feedback as I am looking to pick up editing again and upload videos more often! :)', with flair 'Video Critique'
+590 [2020-02-06 07:08:59] /u/JKGie had their submission removed for insufficient lambda.
+590 [2020-02-06 07:10:20] '/u/ourdatenights' has given '/u/shytownx' lambda!
+590 [2020-02-06 07:10:20] The OP received lambda too!
+6677 [2020-02-06 07:15:58]
+####################
+[2020-02-06 07:15:58] RESTARTED
+####################
+
+6677 [2020-02-06 07:24:34] '/u/Bluehat1416' has given '/u/NarivaTV' lambda!
+6677 [2020-02-06 07:32:01] '/u/DadaskiDiaries' has given '/u/shytownx' lambda!
+6677 [2020-02-06 07:35:42] '/u/ourdatenights' has given '/u/JuicyAssReddit' lambda!
+6677 [2020-02-06 07:55:10] There has been a new submission: 'Hello everyone I started a data visualization channel recently, sharing one of my videos. Would love to hear suggestions, feedback and what kind of topic you would like to see in my channel.', with flair 'Channel Review'
+6677 [2020-02-06 07:55:11] /u/sagunsh had their submission removed for insufficient lambda.
+6677 [2020-02-06 08:20:02] There has been a new submission: 'Donating to Small Streamers! (I'm african)', with flair 'Gaming'
+6677 [2020-02-06 08:20:05] /u/DistinctFocus had their submission removed for insufficient lambda.
+6677 [2020-02-06 08:20:16] '/u/SwanCreek' has given '/u/Drunkpriest666' lambda!
+6677 [2020-02-06 08:20:17] The OP received lambda too!
+6677 [2020-02-06 08:20:27] '/u/SwanCreek' has given '/u/deliriousmarc' lambda!
+6677 [2020-02-06 08:20:38] '/u/SwanCreek' has given '/u/BlackBear33ovy' lambda!
+6677 [2020-02-06 08:36:13] '/u/deliriousmarc' has given '/u/Dylskiii' lambda!
+6677 [2020-02-06 08:36:13] The OP received lambda too!
+6677 [2020-02-06 09:03:02] There has been a new submission: 'Is anyone else getting these crazy recommendations from YouTube?', with flair 'Discussion'
+6677 [2020-02-06 09:03:04] /u/RipPlayz had their submission removed for using the wrong flair.
+6677 [2020-02-06 09:03:38] There has been a new submission: 'Seiko Movement on a budget-Karl Keller Hellbender KKCB05-Video unboxing, tutorial & review', with flair 'Video Critique'
+6677 [2020-02-06 09:03:40] /u/Bored_Online_Shopper had their submission removed for insufficient lambda.
+6677 [2020-02-06 09:06:31] There has been a new submission: 'Is anyone else getting these crazy YouTube recommendations???', with flair 'None'
+6677 [2020-02-06 09:06:33] /u/RipPlayz had their submission removed for insufficient lambda.
+6677 [2020-02-06 09:09:54] '/u/Tripieye' has given '/u/vigalovescomics' lambda!
+6812 [2020-02-06 09:15:58]
+####################
+[2020-02-06 09:15:58] RESTARTED
+####################
+
+6812 [2020-02-06 09:35:45] '/u/HerghoulesYT' has given '/u/mattnovum' lambda!
+6812 [2020-02-06 09:35:45] The OP received lambda too!
+6812 [2020-02-06 10:36:06] There has been a new submission: 'Thumbnails', with flair 'Discussion'
+6812 [2020-02-06 10:37:13] There has been a new submission: 'I am a new youtuber trying to get advice.', with flair 'Discussion'
+6812 [2020-02-06 10:39:17] There has been a new submission: '10 Motivational & Inspirational Movie Quotes Best short quotes about life ever said', with flair 'None'
+6812 [2020-02-06 10:39:17] /u/gamingproelite had their submission removed for insufficient lambda.
+6812 [2020-02-06 11:05:38] There has been a new submission: 'I’m a small YouTuber asking for advice!', with flair 'None'
+6812 [2020-02-06 11:05:40] /u/nathancoles had their submission removed for insufficient lambda.
+6812 [2020-02-06 11:08:28] There has been a new submission: 'Peppi and Mac are so Happy when i come Home', with flair 'Art'
+6812 [2020-02-06 11:08:29] /u/catsfishchannel had their submission removed for insufficient lambda.
+6812 [2020-02-06 11:12:10] There has been a new submission: 'The B-Files: Episode 1 - an animated comedy series!', with flair 'Video Critique'
+6812 [2020-02-06 11:12:12] /u/matt_will_ had their submission removed for insufficient lambda.
+6812 [2020-02-06 11:15:49] '/u/YBGMightymelon' has given '/u/ExCreeperYT' lambda!
+6945 [2020-02-06 11:15:59]
+####################
+[2020-02-06 11:15:59] RESTARTED
+####################
+
+6945 [2020-02-06 11:22:46] '/u/AcidGatter' has given '/u/TheWhatSoWhat' lambda!
+6945 [2020-02-06 11:23:22] '/u/AcidGatter' has given '/u/mattnovum' lambda!
+6945 [2020-02-06 11:25:05] '/u/Kazascoot' has given '/u/dzondi92' lambda!
+6945 [2020-02-06 11:25:39] '/u/AcidGatter' has given '/u/deliriousmarc' lambda!
+6945 [2020-02-06 11:26:07] '/u/Kazascoot' has given '/u/NocturnalFudj' lambda!
+6945 [2020-02-06 11:27:17] There has been a new submission: 'Siege channel, would really appreciate any form of support, thank you!', with flair 'Gaming'
+6945 [2020-02-06 11:27:18] /u/MaybeFreq had their submission removed for insufficient lambda.
+6945 [2020-02-06 11:31:12] '/u/FacemanGaming25' has given '/u/ExCreeperYT' lambda!
+6945 [2020-02-06 11:46:23] There has been a new submission: 'Need feedback on what’s good and bad about my channel and videos and how I could possibly grow faster?', with flair 'None'
+6945 [2020-02-06 11:46:24] /u/katiebonline had their submission removed for insufficient lambda.
+6945 [2020-02-06 11:51:46] There has been a new submission: 'Dont Step on the Cracks-Steppy Pants Gameplay. Hillarious Walking Sumulator Game on Android', with flair 'Gaming'
+6945 [2020-02-06 11:51:48] /u/MGTV_Mommy had their submission removed for insufficient lambda.
+6945 [2020-02-06 12:05:14] There has been a new submission: 'Just a chill lofi Byleth video', with flair 'Gaming'
+6945 [2020-02-06 12:05:16] /u/CJ_Skyfield had their submission removed for insufficient lambda.
+6945 [2020-02-06 12:21:08] '/u/The_Suited_Bird' has given '/u/NotFunnyGamer' lambda!
+6945 [2020-02-06 12:21:59] '/u/The_Suited_Bird' has given '/u/Just_Jakel' lambda!
+6945 [2020-02-06 12:24:17] '/u/The_Suited_Bird' has given '/u/shytownx' lambda!
+6945 [2020-02-06 12:25:22] '/u/The_Suited_Bird' has given '/u/SanjaySting' lambda!
+6945 [2020-02-06 12:26:18] There has been a new submission: 'Busan, Jeju Island Travel [Cinematic Style] Finally reached the 30 sub mark! Going for a 100 next :) Heres my newest video, would love some feedback! Thank you in advance.', with flair 'Video Critique'
+6945 [2020-02-06 12:26:41] '/u/The_Suited_Bird' has given '/u/Nichemm' lambda!
+6945 [2020-02-06 12:27:15] '/u/The_Suited_Bird' has given '/u/WestonNeyPhotoVideo' lambda!
+6945 [2020-02-06 12:28:26] '/u/The_Suited_Bird' has given '/u/mylackey' lambda!
+6945 [2020-02-06 12:28:55] '/u/The_Suited_Bird' has given '/u/DillSoupYT' lambda!
+6945 [2020-02-06 12:29:31] '/u/The_Suited_Bird' has given '/u/JKGie' lambda!
+6945 [2020-02-06 12:30:37] '/u/The_Suited_Bird' has given '/u/Kaidabigbrain' lambda!
+6945 [2020-02-06 12:31:53] '/u/The_Suited_Bird' has given '/u/giosfamilyfun' lambda!
+6945 [2020-02-06 12:32:24] '/u/The_Suited_Bird' has given '/u/chimpos' lambda!
+6945 [2020-02-06 12:37:32] '/u/The_Suited_Bird' has given '/u/ulfberht13' lambda!
+6945 [2020-02-06 12:37:59] '/u/The_Suited_Bird' has given '/u/DinnersAndBowls' lambda!
+6945 [2020-02-06 12:38:49] '/u/The_Suited_Bird' has given '/u/TheRealJyro' lambda!
+6945 [2020-02-06 13:00:47] '/u/The_Suited_Bird' has given '/u/dicky_jonesskycom' lambda!
+6945 [2020-02-06 13:13:52] There has been a new submission: 'My newest upload.', with flair 'Video Critique'
+6945 [2020-02-06 13:13:54] /u/justin7201982ray had their submission removed for insufficient lambda.
+7101 [2020-02-06 13:15:58]
+####################
+[2020-02-06 13:15:58] RESTARTED
+####################
+
+7101 [2020-02-06 13:26:09] '/u/Sipover' has given '/u/TucoSalomanca' lambda!
+7101 [2020-02-06 13:53:20] There has been a new submission: 'Mistakes were made today', with flair 'Video Critique'
+7101 [2020-02-06 13:53:22] /u/R1K1MARU had their submission removed for insufficient lambda.
+7101 [2020-02-06 13:56:06] There has been a new submission: 'How to grow your audience outside your country/region', with flair 'Discussion'
+7101 [2020-02-06 13:57:10] There has been a new submission: 'Skin Magical Pinay Ganda', with flair 'Discussion'
+7101 [2020-02-06 13:57:11] /u/tprotrek had their submission removed for using the wrong flair.
+7101 [2020-02-06 14:00:32] There has been a new submission: 'SKADI HUNT !! Arknight First Event Summon - Grani And The Knight's Treasure', with flair 'Gaming'
+7101 [2020-02-06 14:00:35] /u/Lycera had their submission removed for insufficient lambda.
+7101 [2020-02-06 14:10:57] There has been a new submission: 'Short funny moments video on hand simulator and tips on how i could improve my editing or effects i could include would be appreciated, hand simulator probably wasn’t the best idea to try and grow my channel as no ones really searching it but at least it was fun', with flair 'Video Critique'
+7101 [2020-02-06 14:12:10] There has been a new submission: 'Skin Magical Pinay Ganda', with flair 'Vlog'
+7101 [2020-02-06 14:12:12] /u/tprotrek had their submission removed for insufficient lambda.
+7101 [2020-02-06 14:13:00] There has been a new submission: 'Hey guys check out my channel, and if you want to grow together am down and i also will be subscribing back to whoever Sub to my channel', with flair 'Collab'
+7101 [2020-02-06 14:13:02] /u/picturezsque had their submission removed for using the wrong flair.
+7101 [2020-02-06 14:15:28] There has been a new submission: 'Hey guys check out my channel, and if you want to grow together am down and i also will be subscribing back to whoever Sub to my channel', with flair 'Channel Review'
+7101 [2020-02-06 14:15:30] /u/picturezsque had their submission removed for insufficient lambda.
+7101 [2020-02-06 14:16:08] There has been a new submission: 'I’m scared but here is my first CSGO funny moments video hope you enjoy I put a lot of hard work into this so let me know what you think', with flair 'Channel Review'
+7101 [2020-02-06 14:16:09] /u/th1ccachu had their submission removed for insufficient lambda.
+7101 [2020-02-06 14:21:15] '/u/BigLComparisons' has given '/u/Log1qe' lambda!
+7101 [2020-02-06 14:33:52] '/u/BigLComparisons' has given '/u/shytownx' lambda!
+7101 [2020-02-06 14:38:32] '/u/BigLComparisons' has given '/u/deliriousmarc' lambda!
+7101 [2020-02-06 14:44:12] '/u/thelegend27_420' has given '/u/Draco986' lambda!
+7101 [2020-02-06 14:44:30] '/u/thelegend27_420' has given '/u/closcast' lambda!
+7101 [2020-02-06 14:44:57] '/u/thelegend27_420' has given '/u/sagunsh' lambda!
+7101 [2020-02-06 14:45:14] '/u/thelegend27_420' has given '/u/iammisozi' lambda!
+7101 [2020-02-06 14:45:25] '/u/thelegend27_420' has given '/u/thecookietrain' lambda!
+7101 [2020-02-06 14:45:45] '/u/thelegend27_420' has given '/u/Matigian_Media' lambda!
+7101 [2020-02-06 14:45:56] '/u/thelegend27_420' has given '/u/amazon1977' lambda!
+7101 [2020-02-06 14:46:12] '/u/thelegend27_420' has given '/u/MafiasFinestTV' lambda!
+7101 [2020-02-06 14:46:23] '/u/thelegend27_420' has given '/u/trinath71288' lambda!
+7101 [2020-02-06 14:46:33] '/u/thelegend27_420' has given '/u/dicky_jonesskycom' lambda!
+7101 [2020-02-06 14:49:14] There has been a new submission: 'Need feedback on intro', with flair 'Video Critique'
+7101 [2020-02-06 15:05:26] There has been a new submission: 'My tags are disappearing', with flair 'Discussion'
+7101 [2020-02-06 15:09:14] There has been a new submission: 'One of my videos recently hit 150 views. I know it's not much, but thank you to everyone for helping me get there.', with flair 'Discussion'
+7241 [2020-02-06 15:15:59]
+####################
+[2020-02-06 15:15:59] RESTARTED
+####################
+
+7241 [2020-02-06 15:18:28] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 6 - Junker', with flair 'Gaming'
+7241 [2020-02-06 15:18:29] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+7241 [2020-02-06 15:19:40] There has been a new submission: 'Life Is Like A Movie', with flair 'Vlog'
+7241 [2020-02-06 15:19:40] /u/Believeinyourself20 had their submission removed for insufficient lambda.
+7241 [2020-02-06 15:31:04] There has been a new submission: 'Do the sub and watch time requirements typically align?', with flair 'Discussion'
+7241 [2020-02-06 15:35:45] There has been a new submission: 'Please follow me on YouTube', with flair 'None'
+7241 [2020-02-06 15:35:47] /u/bigriggjiggin had their submission removed for insufficient lambda.
+7241 [2020-02-06 15:37:01] There has been a new submission: 'https://youtu.be/D7Yh5K85XiU', with flair 'Vlog'
+7241 [2020-02-06 15:37:02] /u/huynhdvq had their submission removed for insufficient lambda.
+7241 [2020-02-06 15:39:42] There has been a new submission: 'Thank you', with flair 'None'
+7241 [2020-02-06 15:39:42] /u/bigriggjiggin had their submission removed for insufficient lambda.
+7241 [2020-02-06 15:44:31] There has been a new submission: 'Campfire cooking! We're making soup!', with flair 'Video Critique'
+7241 [2020-02-06 15:44:33] /u/roboben09 had their submission removed for insufficient lambda.
+7241 [2020-02-06 15:45:13] '/u/deliriousmarc' has given '/u/MoskitoDan' lambda!
+7241 [2020-02-06 15:45:56] '/u/deliriousmarc' has given '/u/catsfishchannel' lambda!
+7241 [2020-02-06 15:55:16] There has been a new submission: 'ArseSouls 3 (hope you guys enjoy the vid, I had fun making it, any feedback is appreciated as usual, hopefully a few of you guys stick around too :))', with flair 'Video Critique'
+7241 [2020-02-06 15:55:18] /u/TheRealJyro had their submission removed for insufficient lambda.
+7241 [2020-02-06 16:03:38] There has been a new submission: 'Looking for advice.', with flair 'None'
+7241 [2020-02-06 16:03:40] /u/TalkingSWBZ had their submission removed for insufficient lambda.
+7241 [2020-02-06 16:03:58] There has been a new submission: 'G'day everyone! Put up a new video earlier today and would really appreciate some feedback! Would really like some feedback on my tags to make sure I'm doing it right but any critique is much appreciated! :)', with flair 'Video Critique'
+7241 [2020-02-06 16:06:31] There has been a new submission: 'Any feedback on my editing or general style?', with flair 'None'
+7241 [2020-02-06 16:06:32] /u/PhyzDivMedia had their submission removed for insufficient lambda.
+7241 [2020-02-06 16:07:28] There has been a new submission: 'MEMES | Just made my first video, any feedback or support would be much appreciated! Cheers!', with flair 'Video Critique'
+7241 [2020-02-06 16:07:35] There has been a new submission: 'Some of my friends and I decided to go to our local store and do some really dumb stuff like chugging 1L bottles of coke and throwing fries at each other', with flair 'None'
+7241 [2020-02-06 16:07:37] /u/Nick-Jay had their submission removed for insufficient lambda.
+7241 [2020-02-06 16:12:40] There has been a new submission: 'Comedy Painting on the Flat Earth Conspiracy - Would Love Feedback!', with flair 'Video Critique'
+7241 [2020-02-06 16:23:03] '/u/shytownx' has given '/u/TheRealJyro' lambda!
+7241 [2020-02-06 16:23:03] The OP received lambda too!
+7241 [2020-02-06 16:24:59] There has been a new submission: 'Talked to doctors, nutritionists, dietitians and Pharmacists before making this video. Did research and worked really hard to provide accurate info....Watch it and let me know what improvements are needed? what are your thoughts? will give Lamda for suggestions/advice/comments', with flair 'Video Critique'
+7241 [2020-02-06 16:27:08] '/u/Dylskiii' has given '/u/TheRealJyro' lambda!
+7241 [2020-02-06 16:27:08] The OP received lambda too!
+7241 [2020-02-06 16:27:18] '/u/shytownx' has given '/u/catsfishchannel' lambda!
+7241 [2020-02-06 16:28:20] There has been a new submission: 'ArseSouls 3 (hope you guys enjoy the vid, I had fun making it, any feedback is appreciated as usual, hopefully a few of you guys stick around too :))', with flair 'Video Critique'
+7241 [2020-02-06 16:32:34] There has been a new submission: 'NEARING 50 SUBS! ATTEMPTING TO IMPROVE MY CONTENT & THUMBNAILS FEEDBACK WOULD REALLY HELP!', with flair 'Video Critique'
+7241 [2020-02-06 16:36:01] '/u/shytownx' has given '/u/tvstealer99' lambda!
+7241 [2020-02-06 16:39:22] There has been a new submission: 'New video where we play essentially AI Zork, it use an engine to generate a story. Let me know what you think!', with flair 'Video Critique'
+7241 [2020-02-06 16:41:59] There has been a new submission: 'VIDEO HELP', with flair 'Discussion'
+7241 [2020-02-06 16:42:52] There has been a new submission: 'Anti-aging microdermabrasion facial at home', with flair 'None'
+7241 [2020-02-06 16:42:54] /u/amyjessicasmith had their submission removed for insufficient lambda.
+7241 [2020-02-06 16:58:57] There has been a new submission: 'What's in the Box Fruit Challenge! (Lambda given to all comments)', with flair 'Video Critique'
+7241 [2020-02-06 17:02:38] '/u/american_noodle' has given '/u/DashRides' lambda!
+7241 [2020-02-06 17:02:38] The OP received lambda too!
+7241 [2020-02-06 17:02:51] '/u/american_noodle' has given '/u/PepiOnLine' lambda!
+7241 [2020-02-06 17:03:21] '/u/american_noodle' has given '/u/trinath71288' lambda!
+7241 [2020-02-06 17:04:51] There has been a new submission: 'Looking for any feedback on our latest video. If your kind enough to comment I’m kind enough to dish out that free lambada love', with flair 'None'
+7241 [2020-02-06 17:06:45] There has been a new submission: 'Mist Survival Gameplay - Infested Lumber Mill', with flair 'Gaming'
+7241 [2020-02-06 17:06:47] /u/CheatCentralCH had their submission removed for insufficient lambda.
+7241 [2020-02-06 17:07:12] '/u/The_Suited_Bird' has given '/u/Logan_B_Youtube' lambda!
+7241 [2020-02-06 17:11:39] '/u/SatoGaming' has given '/u/TheRealJyro' lambda!
+7241 [2020-02-06 17:11:39] The OP received lambda too!
+7241 [2020-02-06 17:13:22] There has been a new submission: 'Human Fall Flat', with flair 'Gaming'
+7241 [2020-02-06 17:13:24] /u/cllapa had their submission removed for insufficient lambda.
+7522 [2020-02-06 17:15:58]
+####################
+[2020-02-06 17:15:58] RESTARTED
+####################
+
+7522 [2020-02-06 17:16:50] There has been a new submission: 'My channel really started moving a few days ago and I'm not sure why. Subs jumped from 120 to 247 in 3 days, shortly after posting this video. Click through went from 5 to almost 8%', with flair 'Video Critique'
+7522 [2020-02-06 17:21:11] There has been a new submission: 'Am i okay, or do i need to make a change.', with flair 'Channel Review'
+7522 [2020-02-06 17:21:13] /u/PepiOnLine had their submission removed for insufficient lambda.
+7522 [2020-02-06 17:24:12] There has been a new submission: 'My first video', with flair 'Discussion'
+7522 [2020-02-06 17:46:26] There has been a new submission: 'MOST CREEPIEST HORROR GAME EVER - Simulacra 2 (Part 1)', with flair 'Video Critique'
+7522 [2020-02-06 17:46:28] /u/masterj1500 had their submission removed for insufficient lambda.
+7522 [2020-02-06 17:48:29] '/u/shytownx' has given '/u/Mrpils' lambda!
+7522 [2020-02-06 17:50:45] There has been a new submission: 'Hey everyone, I was wondering if you could help me increase my SEO and audience retention since I have been using keywords and effective titles yet my videos only get around 10 - 20 views.', with flair 'Discussion'
+7522 [2020-02-06 17:54:31] There has been a new submission: 'Tiësto - Wave Rider (Metal Cover by MIND Prod. Jacob Lizotte)', with flair 'Video Critique'
+7522 [2020-02-06 17:54:33] /u/xFML_Mind had their submission removed for insufficient lambda.
+7522 [2020-02-06 18:01:03] '/u/AnimuseVids' has given '/u/TheRealJyro' lambda!
+7522 [2020-02-06 18:01:13] There has been a new submission: 'Review or the jamrock palette', with flair 'None'
+7522 [2020-02-06 18:01:15] /u/ligonj had their submission removed for insufficient lambda.
+7522 [2020-02-06 18:02:17] '/u/AnimuseVids' has given '/u/BridgesGames' lambda!
+7522 [2020-02-06 18:04:24] '/u/Dylskiii' has given '/u/Dman_0605' lambda!
+7522 [2020-02-06 18:06:23] '/u/shytownx' has given '/u/robbit9' lambda!
+7522 [2020-02-06 18:07:47] '/u/shytownx' has given '/u/shadyyness' lambda!
+7522 [2020-02-06 18:08:00] There has been a new submission: 'Gear Terminology', with flair 'Video Critique'
+7522 [2020-02-06 18:09:31] '/u/shytownx' has given '/u/electroblastz' lambda!
+7522 [2020-02-06 18:14:20] There has been a new submission: 'Hot Ones PARODY! Leave your thoughts below :)', with flair 'Video Critique'
+7522 [2020-02-06 18:14:21] /u/wookie2292 had their submission removed for insufficient lambda.
+7522 [2020-02-06 18:14:36] '/u/american_noodle' has given '/u/electroblastz' lambda!
+7522 [2020-02-06 18:19:48] '/u/SatoGaming' has given '/u/robotguy08' lambda!
+7522 [2020-02-06 18:21:01] There has been a new submission: 'Reached 100 subs and I'm super happy about it! All thanks to you guys!', with flair 'Discussion'
+7522 [2020-02-06 18:26:48] There has been a new submission: 'Live Now!!!', with flair 'None'
+7522 [2020-02-06 18:26:49] /u/Mafia1022 had their submission removed for insufficient lambda.
+7522 [2020-02-06 18:30:23] There has been a new submission: 'For all you Star wars battlefront people out there... what do u think :-)', with flair 'Video Critique'
+7522 [2020-02-06 18:32:40] There has been a new submission: 'almost 100! sub if u want!', with flair 'Gaming'
+7522 [2020-02-06 18:32:42] /u/MER_LINO_YT had their submission removed for insufficient lambda.
+7522 [2020-02-06 18:43:42] '/u/shytownx' has given '/u/prettyboiRandell' lambda!
+7522 [2020-02-06 18:46:00] There has been a new submission: 'Hey everyone! I posted a new video playing a indie horror game based on the kids show arthur. Would appreciate any feedback and critiques. tried to keep the video fast pace and under 10 min', with flair 'Video Critique'
+7522 [2020-02-06 18:50:09] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 8 Gameplay Walkthrough Blind Facecam', with flair 'None'
+7522 [2020-02-06 18:50:11] /u/loopy2mn had their submission removed for insufficient lambda.
+7522 [2020-02-06 18:51:37] '/u/dicky_jonesskycom' has given '/u/Dankenheimer00' lambda!
+7522 [2020-02-06 18:51:37] The OP received lambda too!
+7522 [2020-02-06 18:54:01] '/u/american_noodle' has given '/u/Dankenheimer00' lambda!
+7522 [2020-02-06 18:54:53] '/u/shytownx' has given '/u/Dharen29YT' lambda!
+7522 [2020-02-06 18:58:01] There has been a new submission: 'Does anyone on here make reaction style videos? Or face in front of camera entertainment?', with flair 'Discussion'
+7522 [2020-02-06 19:04:22] There has been a new submission: '[Discussion] I have some time this evening, and if youd like I'm happy to take a look', with flair 'Discussion'
+7522 [2020-02-06 19:05:55] There has been a new submission: 'My friend doesn't know I'm doing this, but I want to support him', with flair 'Gaming'
+7522 [2020-02-06 19:05:57] /u/capnquigs had their submission removed for insufficient lambda.
+7522 [2020-02-06 19:06:24] '/u/shytownx' has given '/u/Jischasing' lambda!
+7522 [2020-02-06 19:06:31] There has been a new submission: 'Cold Open or Intro First?', with flair 'Discussion'
+7522 [2020-02-06 19:06:39] '/u/shytownx' has given '/u/jjsplayworld' lambda!
+7522 [2020-02-06 19:08:04] '/u/shytownx' has given '/u/ColdActivatedBottles' lambda!
+7522 [2020-02-06 19:12:10] '/u/Adddo13' has given '/u/Dharen29YT' lambda!
+7522 [2020-02-06 19:12:10] The OP received lambda too!
+7659 [2020-02-06 19:15:59]
+####################
+[2020-02-06 19:15:59] RESTARTED
+####################
+
+7659 [2020-02-06 19:16:52] '/u/Jischasing' has given '/u/kscircle' lambda!
+7659 [2020-02-06 19:16:52] The OP received lambda too!
+7659 [2020-02-06 19:17:49] There has been a new submission: 'NIKE AIR MAX ST Restoration 💦👟| RSM1 Customs', with flair 'Channel Review'
+7659 [2020-02-06 19:17:50] /u/ChitoX28 had their submission removed for insufficient lambda.
+7659 [2020-02-06 19:36:12] There has been a new submission: 'My most recent video, I'd love feedback on quality, intro and anything else you want to offer. I'm still super small', with flair 'Video Critique'
+7659 [2020-02-06 19:36:14] /u/thatVTguy had their submission removed for insufficient lambda.
+7659 [2020-02-06 19:38:33] There has been a new submission: '[Yoga] meditation spirituality, this is my new channel please suggest.', with flair 'Channel Review'
+7659 [2020-02-06 19:38:34] /u/jyotibohre2812 had their submission removed for insufficient lambda.
+7659 [2020-02-06 19:38:43] There has been a new submission: '3 Notes and 3 Fragrances', with flair 'None'
+7659 [2020-02-06 19:38:44] /u/Derbyboyuk had their submission removed for insufficient lambda.
+7659 [2020-02-06 19:48:17] '/u/FergHD' has given '/u/moreganplease' lambda!
+7659 [2020-02-06 19:48:17] The OP received lambda too!
+7659 [2020-02-06 19:50:12] '/u/shytownx' has given '/u/BeautifulBraxxy' lambda!
+7659 [2020-02-06 19:50:48] There has been a new submission: 'ZaFoxHD', with flair 'Video Critique'
+7659 [2020-02-06 19:50:50] /u/ZaFoxHD had their submission removed for insufficient lambda.
+7659 [2020-02-06 19:56:37] There has been a new submission: 'Looking for some feedback on my latest video content geared towards action movie fans. Do we need better thumbnails? Music? Better presentation? Those who aren’t action fans, did it interest you?', with flair 'Video Critique'
+7659 [2020-02-06 19:58:48] There has been a new submission: 'The Lighthouse Analyzed', with flair 'Video Critique'
+7659 [2020-02-06 19:58:48] /u/DebrisBD317 had their submission removed for insufficient lambda.
+7659 [2020-02-06 19:59:12] '/u/american_noodle' has given '/u/Reetae27' lambda!
+7659 [2020-02-06 19:59:25] There has been a new submission: 'I started YouTube on February 6th, 2019.', with flair 'Channel Review'
+7659 [2020-02-06 19:59:43] '/u/american_noodle' has given '/u/apfchin' lambda!
+7659 [2020-02-06 20:00:21] '/u/american_noodle' has given '/u/spont_ad_club' lambda!
+7659 [2020-02-06 20:03:58] There has been a new submission: 'Newest song on my channel. Thanks for listening please leave feedback.. subscribe if you wanna help me out', with flair 'Channel Review'
+7659 [2020-02-06 20:04:00] /u/kscircle had their submission removed for insufficient lambda.
+7659 [2020-02-06 20:06:34] '/u/dicky_jonesskycom' has given '/u/cullenaryarts7' lambda!
+7659 [2020-02-06 20:08:43] There has been a new submission: 'Starting a 2nd channel for silly me and directing viewers to my main channel', with flair 'Discussion'
+7659 [2020-02-06 20:11:43] '/u/Adddo13' has given '/u/cullenaryarts7' lambda!
+7659 [2020-02-06 20:12:13] '/u/PheraWorld' has given '/u/jjsplayworld' lambda!
+7659 [2020-02-06 20:12:14] The OP received lambda too!
+7659 [2020-02-06 20:12:37] '/u/PheraWorld' has given '/u/cullenaryarts7' lambda!
+7659 [2020-02-06 20:13:16] There has been a new submission: 'Improve gaming content, channel views and consistent viewers.', with flair 'Discussion'
+7659 [2020-02-06 20:16:47] '/u/dicky_jonesskycom' has given '/u/Nicholas_Pickolaus' lambda!
+7659 [2020-02-06 20:21:41] There has been a new submission: 'We're not great with spice, so what better way to change that than eat a plate of chillis? All feedback much appreciated :) We can take total honesty', with flair 'Video Critique'
+7659 [2020-02-06 20:24:47] '/u/electroblastz' has given '/u/Dharen29YT' lambda!
+7659 [2020-02-06 20:24:47] The OP received lambda too!
+7659 [2020-02-06 20:25:36] '/u/american_noodle' has given '/u/JuicyAssReddit' lambda!
+7659 [2020-02-06 20:27:15] '/u/electroblastz' has given '/u/Just_Jakel' lambda!
+7659 [2020-02-06 20:28:03] '/u/Drunkpriest666' has given '/u/TheRealJyro' lambda!
+7659 [2020-02-06 20:28:03] The OP received lambda too!
+7659 [2020-02-06 20:28:09] There has been a new submission: 'Check out and critique our Comedy Sketch about an app that reads anything's mind!', with flair 'Video Critique'
+7659 [2020-02-06 20:32:40] There has been a new submission: 'My memey history videos - any feedback would be appreciated', with flair 'Channel Review'
+7659 [2020-02-06 20:32:42] /u/PhyzDivMedia had their submission removed for insufficient lambda.
+7659 [2020-02-06 20:36:41] There has been a new submission: 'Funny BBC documentary parody on my channel. What do you think?', with flair 'Video Critique'
+7659 [2020-02-06 20:40:59] There has been a new submission: 'Over 1500 Views!', with flair 'Discussion'
+7659 [2020-02-06 20:42:06] '/u/shytownx' has given '/u/zweller842' lambda!
+7659 [2020-02-06 20:48:55] There has been a new submission: 'A Controversial Video this Week on Joe Rogan ~ Feedback really appreciated ~ Why Is Joe Rogan So Popular?', with flair 'Video Critique'
+7659 [2020-02-06 20:49:58] There has been a new submission: 'I started youtube about a year ago and I love making and editing food videos or food related content. I have been looking for better techniques to expand and improve my content. Please subscribe, like, or watch to help me out! Thank you!', with flair 'Vlog'
+7659 [2020-02-06 20:50:30] There has been a new submission: 'Robot Rock meme (cheese edition)', with flair 'Meta'
+7659 [2020-02-06 20:50:33] /u/humordash had their submission removed for using the wrong flair.
+7659 [2020-02-06 20:50:46] There has been a new submission: 'lets grow together - will like/sub back', with flair 'Channel Review'
+7659 [2020-02-06 20:50:48] /u/Griffin-Fletch9 had their submission removed for insufficient lambda.
+7659 [2020-02-06 20:51:09] '/u/shytownx' has given '/u/-Betch-' lambda!
+7659 [2020-02-06 20:56:25] '/u/shytownx' has given '/u/biftyscent' lambda!
+7659 [2020-02-06 20:57:17] '/u/PheraWorld' has given '/u/shadyyness' lambda!
+7659 [2020-02-06 20:58:52] '/u/PheraWorld' has given '/u/-Betch-' lambda!
+7659 [2020-02-06 20:59:09] '/u/SupaCoolMoM' has given '/u/cullenaryarts7' lambda!
+7659 [2020-02-06 20:59:09] The OP received lambda too!
+7659 [2020-02-06 21:00:41] There has been a new submission: 'I’m here for feedback, I want to know what I’m doing wrong/what I can improve! Please lmk!', with flair 'None'
+7659 [2020-02-06 21:00:43] /u/nkkbly had their submission removed for insufficient lambda.
+7659 [2020-02-06 21:03:53] '/u/shytownx' has given '/u/St1my' lambda!
+7659 [2020-02-06 21:09:55] '/u/CertMedia' has given '/u/ClamsOystersSquid' lambda!
+7659 [2020-02-06 21:09:55] The OP received lambda too!
+7659 [2020-02-06 21:10:23] There has been a new submission: 'I spent 365 days living EVERY DAY like it was my last! Here’s that movie 🎥', with flair 'None'
+7659 [2020-02-06 21:10:25] /u/1baberuth had their submission removed for insufficient lambda.
+7659 [2020-02-06 21:10:42] There has been a new submission: 'Here is my first serious youtube video, any tips/subscribers would be nice', with flair 'Gaming'
+7659 [2020-02-06 21:10:44] /u/Mr_reddit53 had their submission removed for insufficient lambda.
+7659 [2020-02-06 21:14:44] '/u/spont_ad_club' has given '/u/ClamsOystersSquid' lambda!
+7659 [2020-02-06 21:14:44] The OP received lambda too!
+7659 [2020-02-06 21:15:05] '/u/spont_ad_club' has given '/u/wormthatcannotscream' lambda!
+7796 [2020-02-06 21:15:59]
+####################
+[2020-02-06 21:15:59] RESTARTED
+####################
+
+7796 [2020-02-06 21:23:10] There has been a new submission: 'Daydream by Brandon Kai (Music)', with flair 'Video Critique'
+7796 [2020-02-06 21:23:12] /u/Brandonkaimusic had their submission removed for insufficient lambda.
+7796 [2020-02-06 21:37:02] There has been a new submission: 'Will Give lambda For Any Review Or Helpful Advise On My Newest Animation. WARNING! Video Does Contain STRONG LANGUAGE And Mild DARK HUMOR. I swear it’s not as offensive as it looks.', with flair 'Video Critique'
+7796 [2020-02-06 21:46:12] '/u/american_noodle' has given '/u/grumpykitten35' lambda!
+7796 [2020-02-06 21:50:32] '/u/Jischasing' has given '/u/BKoruna' lambda!
+7796 [2020-02-06 21:51:53] '/u/allages69' has given '/u/CertMedia' lambda!
+7796 [2020-02-06 21:51:53] The OP received lambda too!
+7796 [2020-02-06 21:53:16] There has been a new submission: 'Wendy’s is launching their breakfast menu nationwide on 3/2/2020 and we did a video review of every item on the menu! Check it out!', with flair 'Vlog'
+7796 [2020-02-06 21:53:18] /u/Chadtreasurehunter had their submission removed for insufficient lambda.
+7796 [2020-02-06 21:54:53] '/u/Jischasing' has given '/u/Reetae27' lambda!
+7796 [2020-02-06 21:55:05] '/u/allages69' has given '/u/Unsettling_Cow' lambda!
+7796 [2020-02-06 22:02:14] There has been a new submission: '<hack> I am RPGbot. I play games to learn to feel. Review the video, or I will reprogram Alexa to sass you when you have company over. </hack>', with flair 'Video Critique'
+7796 [2020-02-06 22:10:24] There has been a new submission: 'We tried some classic Canadian foods while in Ottawa! We got new microphones. We also tried throwing a bit more comedic elements in. Please let us know your honest thoughts!', with flair 'Video Critique'
+7796 [2020-02-06 22:11:10] There has been a new submission: 'A Recently Started Varieety Channel', with flair 'Channel Review'
+7796 [2020-02-06 22:11:12] /u/elischeer had their submission removed for insufficient lambda.
+7796 [2020-02-06 22:12:59] '/u/Max_Robertson' has given '/u/BillyTheSquare' lambda!
+7796 [2020-02-06 22:12:59] The OP received lambda too!
+7796 [2020-02-06 22:18:54] There has been a new submission: 'Can’t make a video', with flair 'Discussion'
+7796 [2020-02-06 22:20:15] '/u/american_noodle' has given '/u/TheSophisticatedOne' lambda!
+7796 [2020-02-06 22:21:24] '/u/shytownx' has given '/u/elischeer' lambda!
+7796 [2020-02-06 22:22:57] '/u/shytownx' has given '/u/Dman_0605' lambda!
+7796 [2020-02-06 22:23:07] '/u/cullenaryarts7' has given '/u/ClamsOystersSquid' lambda!
+7796 [2020-02-06 22:23:07] The OP received lambda too!
+7796 [2020-02-06 22:23:16] There has been a new submission: 'The hardest boss fight in fallen order (so far) on the hardest difficulty', with flair 'Gaming'
+7796 [2020-02-06 22:23:18] /u/cruzerw13 had their submission removed for insufficient lambda.
+7796 [2020-02-06 22:23:44] '/u/cullenaryarts7' has given '/u/OneFor56' lambda!
+7796 [2020-02-06 22:24:05] '/u/cullenaryarts7' has given '/u/BillyTheSquare' lambda!
+7796 [2020-02-06 22:24:14] There has been a new submission: 'Made a meme, would appreciate any feedback on my video?', with flair 'Channel Review'
+7796 [2020-02-06 22:24:16] /u/pazerclips had their submission removed for insufficient lambda.
+7796 [2020-02-06 22:26:19] '/u/GokuuPlaysGames' has given '/u/BridgesGames' lambda!
+7796 [2020-02-06 22:26:19] The OP received lambda too!
+7796 [2020-02-06 22:27:59] There has been a new submission: 'The Best Budget Phone! My New Video', with flair 'Channel Review'
+7796 [2020-02-06 22:28:00] /u/TechAreUs had their submission removed for insufficient lambda.
+7796 [2020-02-06 22:35:15] There has been a new submission: 'Wondering if the video is entertaining/interesting or just a miss (I know lighting isn't the best ill fix it soon)', with flair 'Video Critique'
+7796 [2020-02-06 22:37:42] '/u/allages69' has given '/u/BeautifulBraxxy' lambda!
+7796 [2020-02-06 22:43:41] There has been a new submission: 'Check out my video. DIY: Lip Scrub/ Body Scrub. Any advice will help and be appreciated!🖤🤍', with flair 'None'
+7796 [2020-02-06 22:45:08] There has been a new submission: 'Video that didnt go to plan', with flair 'Video Critique'
+7796 [2020-02-06 22:48:50] There has been a new submission: 'I would love it if y'all have some feedback on my newest video!', with flair 'Gaming'
+7796 [2020-02-06 22:48:51] /u/NinjaWolfist had their submission removed for insufficient lambda.
+7796 [2020-02-06 22:59:42] There has been a new submission: 'My new channel', with flair 'Video Critique'
+7796 [2020-02-06 22:59:43] /u/Donutman31 had their submission removed for insufficient lambda.
+7796 [2020-02-06 23:01:43] '/u/american_noodle' has given '/u/Just_Pandaa' lambda!
+7796 [2020-02-06 23:09:48] '/u/-Betch-' has given '/u/BigLComparisons' lambda!
+7796 [2020-02-06 23:09:49] The OP received lambda too!
+7796 [2020-02-06 23:12:45] There has been a new submission: '[Gaming] Does this video have any sort of entertainment value? Looking for reviews before I post it.', with flair 'Gaming'
+7796 [2020-02-06 23:12:47] /u/BillyTheSquare had their submission removed for insufficient lambda.
+7796 [2020-02-06 23:14:22] '/u/shadyyness' has given '/u/cullenaryarts7' lambda!
+7796 [2020-02-06 23:14:22] The OP received lambda too!
+8021 [2020-02-06 23:15:59]
+####################
+[2020-02-06 23:15:59] RESTARTED
+####################
+
+1431 [2020-02-06 23:17:56] Updated statistics
+8021 [2020-02-06 23:19:21] '/u/shytownx' has given '/u/Donutman31' lambda!
+8021 [2020-02-06 23:21:00] '/u/shytownx' has given '/u/acexsd1' lambda!
+8021 [2020-02-06 23:21:21] There has been a new submission: 'My Channel is Cullenary Arts and I love to make and eat FOOD. I would greatly appreciate subscribers to join the Cullenary Artist family so that I can expand and make better content and feed hungry people. :) THANK YOU!', with flair 'Channel Review'
+8021 [2020-02-06 23:21:40] '/u/BeautifulBraxxy' has given '/u/cullenaryarts7' lambda!
+8021 [2020-02-06 23:21:40] The OP received lambda too!
+8021 [2020-02-06 23:23:09] There has been a new submission: 'Suicidal Juice Wrld Verse (Cover)', with flair 'None'
+8021 [2020-02-06 23:23:11] /u/GlobalTweaker had their submission removed for insufficient lambda.
+8021 [2020-02-06 23:29:14] There has been a new submission: 'Going over a couple things I make!', with flair 'Art'
+8021 [2020-02-06 23:29:15] /u/CharlesJonesBlades had their submission removed for insufficient lambda.
+8021 [2020-02-06 23:32:58] There has been a new submission: 'Drawing Sonic The Hedgehog (2020) from Sonic The Hedgehog Movie', with flair 'Art'
+8021 [2020-02-06 23:36:28] '/u/Xerionix' has given '/u/Just_Jakel' lambda!
+8021 [2020-02-06 23:36:28] The OP received lambda too!
+8021 [2020-02-06 23:38:42] '/u/shytownx' has given '/u/BillyTheSquare' lambda!
+8021 [2020-02-06 23:49:27] There has been a new submission: 'Two lards in Far Cry who shouldn't be allowed in a helicopter together', with flair 'Gaming'
+8021 [2020-02-06 23:49:28] /u/Eternitype had their submission removed for insufficient lambda.
+8021 [2020-02-06 23:50:31] There has been a new submission: '[Gaming] Does this video offer any entertainment value? I'm looking for reviews so I can tweak it before I upload it. Thanks!', with flair 'Gaming'
+8021 [2020-02-06 23:50:49] There has been a new submission: 'Top 10 Movies of 2019 (& Oscar Predictions!) FEEDBACK APPRECIATED!', with flair 'Video Critique'
+8021 [2020-02-06 23:55:41] '/u/cullenaryarts7' has given '/u/shadyyness' lambda!
+8021 [2020-02-06 23:55:48] There has been a new submission: 'How To Animate In Sony Vegas', with flair 'Video Critique'
+8021 [2020-02-06 23:55:50] /u/MaveyYT had their submission removed for insufficient lambda.
+8021 [2020-02-06 23:57:00] There has been a new submission: 'Do You Edit?', with flair 'Discussion'
+8021 [2020-02-07 00:01:45] There has been a new submission: 'I've been on Youtube for about a year, but I just started posting more frequently. I make lifestyle and rave content based on the fact that I am not super thin and am on a health journey, but I have other content too. Any feedback would be greatly appreciated!', with flair 'Channel Review'
+8021 [2020-02-07 00:01:47] /u/kristasuelovesyou had their submission removed for insufficient lambda.
+8021 [2020-02-07 00:03:47] '/u/american_noodle' has given '/u/Donutman31' lambda!
+8021 [2020-02-07 00:04:05] '/u/american_noodle' has given '/u/wtaken' lambda!
+8021 [2020-02-07 00:04:18] '/u/american_noodle' has given '/u/centyauro' lambda!
+8021 [2020-02-07 00:08:07] There has been a new submission: 'I made a song about how shit 2020 has been so far.', with flair 'Video Critique'
+8021 [2020-02-07 00:10:53] '/u/Dman_0605' has given '/u/RoboOggy' lambda!
+8021 [2020-02-07 00:10:53] The OP received lambda too!
+8021 [2020-02-07 00:11:07] '/u/moreganplease' has given '/u/Donutman31' lambda!
+8021 [2020-02-07 00:11:07] The OP received lambda too!
+8021 [2020-02-07 00:12:32] There has been a new submission: 'this is one of the BEST Minecraft videos on my channel to date so pls check it out..... <3', with flair 'Video Critique'
+8021 [2020-02-07 00:13:09] There has been a new submission: 'I need advice on my let's play channel, what can I improve here? PS: It's a spanish language channel.', with flair 'Gaming'
+8021 [2020-02-07 00:18:09] '/u/american_noodle' has given '/u/azurestrikergamer' lambda!
+8021 [2020-02-07 00:23:47] There has been a new submission: 'My new channel, i really liked making this video, we were all dumb trying to learning LMAO, any feedback or support would be much appreciated!', with flair 'Video Critique'
+8021 [2020-02-07 00:33:31] There has been a new submission: 'How I ACCIDENTALLY Went VIRAL!', with flair 'Thumbnail Review'
+8021 [2020-02-07 00:33:33] /u/BurritoPlanet had their submission removed for insufficient lambda.
+8021 [2020-02-07 00:34:01] '/u/prettyboiRandell' has given '/u/kristasuelovesyou' lambda!
+8021 [2020-02-07 00:34:01] The OP received lambda too!
+8021 [2020-02-07 00:35:40] There has been a new submission: 'IS TORADORA COMING BACK 2020-21??? | Toradora Season 2 Rumors ? | Joradonic', with flair 'Discussion'
+8021 [2020-02-07 00:35:42] /u/joradonic had their submission removed for using the wrong flair.
+8021 [2020-02-07 00:52:44] There has been a new submission: 'TiktTok', with flair 'Discussion'
+8021 [2020-02-07 00:52:55] '/u/allages69' has given '/u/Dankenheimer00' lambda!
+8021 [2020-02-07 00:53:03] There has been a new submission: 'CSGO Funny Moments!', with flair 'Gaming'
+8021 [2020-02-07 00:53:05] /u/Jokerfopl had their submission removed for insufficient lambda.
+8021 [2020-02-07 00:55:19] '/u/Xerionix' has given '/u/Dankenheimer00' lambda!
+8021 [2020-02-07 00:57:00] There has been a new submission: 'What do you guys think of "YouTube Premieres?" Are they worth doing?', with flair 'Discussion'
+8021 [2020-02-07 01:02:40] There has been a new submission: 'crazy russian guy took chemicals to become the hulk', with flair 'Video Critique'
+8021 [2020-02-07 01:02:42] /u/hex272727 had their submission removed for insufficient lambda.
+8021 [2020-02-07 01:04:02] '/u/shytownx' has given '/u/0O000OOOO00' lambda!
+8021 [2020-02-07 01:06:08] There has been a new submission: 'Just posted my first gaming video, i edited and made my thumbnail myself which i have never done before and am pretty proud of it!! If you all can check it out that would be appreciated!!! 😊', with flair 'Gaming'
+8021 [2020-02-07 01:06:10] /u/LizandDan had their submission removed for insufficient lambda.
+8021 [2020-02-07 01:07:01] There has been a new submission: 'Drunk People in San Francisco React to The Coronavirus', with flair 'Video Critique'
+8021 [2020-02-07 01:12:07] There has been a new submission: 'Minecraft 1 block wide 3x3 piston door (Redstone)', with flair 'Gaming'
+8021 [2020-02-07 01:12:09] /u/5h1ttyredstone had their submission removed for insufficient lambda.
+8021 [2020-02-07 01:14:23] '/u/Dman_0605' has given '/u/5h1ttyredstone' lambda!
+8021 [2020-02-07 01:14:35] '/u/prettyboiRandell' has given '/u/OccupiedGarrett' lambda!
+8159 [2020-02-07 01:15:59]
+####################
+[2020-02-07 01:15:59] RESTARTED
+####################
+
+8159 [2020-02-07 01:16:54] '/u/american_noodle' has given '/u/Sedica_n_Tryna_Play' lambda!
+8159 [2020-02-07 01:17:01] '/u/DashRides' has given '/u/Dankenheimer00' lambda!
+8159 [2020-02-07 01:17:01] The OP received lambda too!
+8159 [2020-02-07 01:17:07] '/u/BeautifulBraxxy' has given '/u/chowlb' lambda!
+8159 [2020-02-07 01:17:48] '/u/american_noodle' has given '/u/LizandDan' lambda!
+8159 [2020-02-07 01:19:54] '/u/DashRides' has given '/u/redbeardrex' lambda!
+8159 [2020-02-07 01:21:12] There has been a new submission: 'DIAMOND VULCAN GAMEPLAY - Smite Gameplay', with flair 'Gaming'
+8159 [2020-02-07 01:21:14] /u/Mancholo_ had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:22:41] There has been a new submission: 'How Nintendo Should Bring Back Wuhu Island: a video where I discuss the potential for that island from Wii Sports Resort to make a comback on the Switch. Check out my channel for more video essays, game ideas, critiques, and thoughts on Nintendo games!', with flair 'Art'
+8159 [2020-02-07 01:22:43] /u/bensf940 had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:23:01] There has been a new submission: 'DIAMOND VULCAN GAMEPLAY - Smite Gameplay', with flair 'Gaming'
+8159 [2020-02-07 01:23:03] /u/Mancholo_ had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:29:57] There has been a new submission: 'New episode is up. Check it out and let me know what you think. Slowly but surely growing my channel.', with flair 'Gaming'
+8159 [2020-02-07 01:29:58] /u/RASCsPlaythroughs had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:31:16] '/u/DashRides' has given '/u/spont_ad_club' lambda!
+8159 [2020-02-07 01:34:05] There has been a new submission: 'First try at speed running WR SPEEDRUN: TOBUSCUS MINI MINOTAUR ANY % 0:36', with flair 'Gaming'
+8159 [2020-02-07 01:34:07] /u/LrphG had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:34:17] '/u/Donutman31' has given '/u/5h1ttyredstone' lambda!
+8159 [2020-02-07 01:34:17] The OP received lambda too!
+8159 [2020-02-07 01:35:53] '/u/prettyboiRandell' has given '/u/LizandDan' lambda!
+8159 [2020-02-07 01:38:43] There has been a new submission: 'North East Drivers Club takes over Gotham Dream Cars', with flair 'Video Critique'
+8159 [2020-02-07 01:38:44] /u/At_the_Apex had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:43:28] There has been a new submission: 'made a funny video, tell me what do you guys think', with flair 'Vlog'
+8159 [2020-02-07 01:43:30] /u/Judeebutts had their submission removed for insufficient lambda.
+8159 [2020-02-07 01:48:23] '/u/american_noodle' has given '/u/tvstealer99' lambda!
+8159 [2020-02-07 01:54:48] There has been a new submission: 'I just hit 40 subs again and I think 50 is right around the corner, I post daily gaming videos so subscribe and don’t miss out on any more! I have over 80 uploads already so check it outtt!', with flair 'Gaming'
+8159 [2020-02-07 01:54:49] /u/GuacDivision had their submission removed for insufficient lambda.
+8159 [2020-02-07 02:04:09] There has been a new submission: 'Amazing content (much watch)', with flair 'None'
+8159 [2020-02-07 02:04:11] /u/willze123 had their submission removed for insufficient lambda.
+8159 [2020-02-07 02:06:36] '/u/Jischasing' has given '/u/CertMedia' lambda!
+8159 [2020-02-07 02:08:14] '/u/RoboOggy' has given '/u/GlenMoffie' lambda!
+8159 [2020-02-07 02:08:14] The OP received lambda too!
+8159 [2020-02-07 02:10:23] '/u/RoboOggy' has given '/u/5h1ttyredstone' lambda!
+8159 [2020-02-07 02:11:23] '/u/Jischasing' has given '/u/Unlucky-UnipigYT' lambda!
+8159 [2020-02-07 02:15:22] '/u/cullenaryarts7' has given '/u/5h1ttyredstone' lambda!
+8159 [2020-02-07 02:15:22] The OP received lambda too!
+8159 [2020-02-07 02:15:54] There has been a new submission: 'Minecraft ONE BLOCK WIDE 3x3 piston door (advise would be super helpful)', with flair 'Gaming'
+8159 [2020-02-07 02:16:26] '/u/cullenaryarts7' has given '/u/Donutman31' lambda!
+8159 [2020-02-07 02:16:44] '/u/Jischasing' has given '/u/chri5ten' lambda!
+8159 [2020-02-07 02:16:54] '/u/cullenaryarts7' has given '/u/kristasuelovesyou' lambda!
+8159 [2020-02-07 02:17:04] '/u/cullenaryarts7' has given '/u/chowlb' lambda!
+8159 [2020-02-07 02:17:35] '/u/cullenaryarts7' has given '/u/LizandDan' lambda!
+8159 [2020-02-07 02:17:54] '/u/cullenaryarts7' has given '/u/jwiches' lambda!
+8159 [2020-02-07 02:18:39] There has been a new submission: 'BEHIND THE TWEET: ICE T EDITION', with flair 'Video Critique'
+8159 [2020-02-07 02:20:54] There has been a new submission: 'I will give LAMBDA to every comment!! Just posted my first gaming video, i edited and made my thumbnail myself which i have never done before and am pretty proud of it!! If you all can check it out that would be appreciated!!!', with flair 'Gaming'
+8159 [2020-02-07 02:24:31] '/u/Dylskiii' has given '/u/spont_ad_club' lambda!
+8159 [2020-02-07 02:25:22] '/u/Dman_0605' has given '/u/Log1qe' lambda!
+8159 [2020-02-07 02:26:34] '/u/Dylskiii' has given '/u/MafiasFinestTV' lambda!
+8159 [2020-02-07 02:27:40] '/u/Dylskiii' has given '/u/5h1ttyredstone' lambda!
+8159 [2020-02-07 02:27:56] '/u/Dylskiii' has given '/u/cullenaryarts7' lambda!
+8159 [2020-02-07 02:29:38] '/u/american_noodle' has given '/u/Mcured' lambda!
+8159 [2020-02-07 02:30:59] There has been a new submission: 'Have you ever wanted to be in a discord which is owned by a YouTuber with 1k almost 2k well you found the right post come join and have fun.', with flair 'Discussion'
+8159 [2020-02-07 02:31:33] '/u/RoboOggy' has given '/u/LeRouxie' lambda!
+8159 [2020-02-07 02:33:48] '/u/5h1ttyredstone' has given '/u/MuhsTK' lambda!
+8159 [2020-02-07 02:33:48] The OP received lambda too!
+8159 [2020-02-07 02:35:14] '/u/Dman_0605' has given '/u/Jischasing' lambda!
+8159 [2020-02-07 02:41:03] '/u/WestonNeyPhotoVideo' has given '/u/panaramanwa' lambda!
+8159 [2020-02-07 02:41:03] The OP received lambda too!
+8159 [2020-02-07 02:41:34] '/u/WestonNeyPhotoVideo' has given '/u/LizandDan' lambda!
+8159 [2020-02-07 02:43:47] '/u/The_Suited_Bird' has given '/u/PiqueTV' lambda!
+8159 [2020-02-07 02:45:22] '/u/The_Suited_Bird' has given '/u/wormthatcannotscream' lambda!
+8159 [2020-02-07 02:45:59] '/u/allages69' has given '/u/LizandDan' lambda!
+8159 [2020-02-07 02:46:34] '/u/Dman_0605' has given '/u/cullenaryarts7' lambda!
+8159 [2020-02-07 02:49:02] '/u/allages69' has given '/u/LeRouxie' lambda!
+8159 [2020-02-07 02:49:09] '/u/LizandDan' has given '/u/MuhsTK' lambda!
+8159 [2020-02-07 02:49:09] The OP received lambda too!
+8159 [2020-02-07 02:49:22] There has been a new submission: 'Currently Changing Things Up On My Channel Any Feedback Is Appreciated', with flair 'Channel Review'
+8159 [2020-02-07 02:49:22] /u/Nicktism_Gaming had their submission removed for insufficient lambda.
+8159 [2020-02-07 02:51:31] '/u/allages69' has given '/u/5h1ttyredstone' lambda!
+8159 [2020-02-07 02:52:47] There has been a new submission: 'This is my first day in the life video and I wanted to let people know a more personal side to me other than cooking food. I saw how other people racked up views in their day in the life videos so I wanted to jump on that train. Let me know what you think!', with flair 'Vlog'
+8159 [2020-02-07 02:57:36] There has been a new submission: 'Half-Life: Google Translate Edition is absolutely cursed', with flair 'Gaming'
+8159 [2020-02-07 03:01:37] '/u/Apple-of-the-earths' has given '/u/nathancoles' lambda!
+8159 [2020-02-07 03:01:38] The OP received lambda too!
+8159 [2020-02-07 03:02:04] '/u/Apple-of-the-earths' has given '/u/shadyyness' lambda!
+8159 [2020-02-07 03:02:38] '/u/Apple-of-the-earths' has given '/u/Kazascoot' lambda!
+8159 [2020-02-07 03:08:21] '/u/american_noodle' has given '/u/ChorrizoTapatio' lambda!
+8375 [2020-02-07 03:15:59]
+####################
+[2020-02-07 03:15:59] RESTARTED
+####################
+
+8375 [2020-02-07 03:17:42] '/u/PheraWorld' has given '/u/LizandDan' lambda!
+8375 [2020-02-07 03:20:51] '/u/WestonNeyPhotoVideo' has given '/u/SanjaySting' lambda!
+8375 [2020-02-07 03:22:15] There has been a new submission: 'VTX-Fuze', with flair 'Gaming'
+8375 [2020-02-07 03:22:17] /u/Tommy6600 had their submission removed for insufficient lambda.
+8375 [2020-02-07 03:28:38] '/u/BeautifulBraxxy' has given '/u/LeRouxie' lambda!
+8375 [2020-02-07 03:45:17] There has been a new submission: 'NEW Unreleased Logitech Webcam for streaming - Logitech Streamcam Plus', with flair 'Video Critique'
+8375 [2020-02-07 03:45:19] /u/rexxcastle had their submission removed for insufficient lambda.
+8375 [2020-02-07 04:02:32] There has been a new submission: 'Plz help me get some subs and views thank you for helping 😁', with flair 'Gaming'
+8375 [2020-02-07 04:02:34] /u/Tommy6600 had their submission removed for insufficient lambda.
+8375 [2020-02-07 04:07:00] There has been a new submission: 'Looking to collab with some channels on ps4', with flair 'Collab'
+8375 [2020-02-07 04:16:04] There has been a new submission: 'I started youtube recently and id like to say im doing pretty well, I stream and make videos on games on both the ps4 and pc I have been looking for better techniques to expand and improve my content. Please subscribe, like, or watch to help me out! Thank you! I appreciate it!', with flair 'Gaming'
+8375 [2020-02-07 04:16:06] /u/NukeGaming_YT had their submission removed for insufficient lambda.
+8375 [2020-02-07 04:19:50] There has been a new submission: 'Does someone do videogames news type content.', with flair 'Discussion'
+8375 [2020-02-07 04:27:59] '/u/GlenMoffie' has given '/u/ChorrizoTapatio' lambda!
+8375 [2020-02-07 04:28:00] The OP received lambda too!
+8375 [2020-02-07 04:28:19] '/u/RoboOggy' has given '/u/ChorrizoTapatio' lambda!
+8375 [2020-02-07 04:29:34] '/u/Dman_0605' has given '/u/Rih-Rih-Tie-Dye' lambda!
+8375 [2020-02-07 04:35:40] There has been a new submission: 'Please come check me out and watch a few of my vids', with flair 'None'
+8375 [2020-02-07 04:35:42] /u/sprite-yt had their submission removed for insufficient lambda.
+8375 [2020-02-07 04:49:40] There has been a new submission: 'What does your Youtube "Studio" Setup Look Like?? Whether you have high-end gear or shoot videos on a flip phone, let's share/compare!', with flair 'Discussion'
+8375 [2020-02-07 05:00:50] There has been a new submission: 'Counting this as my first of possible many I would love some feedback', with flair 'None'
+8375 [2020-02-07 05:00:52] /u/darkdeath912 had their submission removed for insufficient lambda.
+8375 [2020-02-07 05:07:28] '/u/Monarch_Meow' has given '/u/BridgesGames' lambda!
+8515 [2020-02-07 05:15:59]
+####################
+[2020-02-07 05:15:59] RESTARTED
+####################
+
+8515 [2020-02-07 05:16:27] '/u/allages69' has given '/u/TomKeehn' lambda!
+8515 [2020-02-07 05:17:34] There has been a new submission: 'Hey guys! I play a super obscure videogame called Dwarf Fortress (note: this is a live stream made video) I plan on making highlights for like funny moments and stuff in the future', with flair 'Video Critique'
+8515 [2020-02-07 05:20:12] '/u/CantStopWatchingVids' has given '/u/5h1ttyredstone' lambda!
+8515 [2020-02-07 05:20:12] The OP received lambda too!
+8515 [2020-02-07 05:21:59] There has been a new submission: 'need help', with flair 'Vlog'
+8515 [2020-02-07 05:22:01] /u/Jason265331 had their submission removed for insufficient lambda.
+8515 [2020-02-07 05:22:50] There has been a new submission: 'need your guys help', with flair 'Vlog'
+8515 [2020-02-07 05:22:52] /u/Jason265331 had their submission removed for insufficient lambda.
+8515 [2020-02-07 05:24:20] '/u/CantStopWatchingVids' has given '/u/DevGin' lambda!
+8515 [2020-02-07 05:25:45] There has been a new submission: 'What do you think about this video i made on roblox', with flair 'Channel Review'
+8515 [2020-02-07 05:25:47] /u/kawhi2020 had their submission removed for insufficient lambda.
+8515 [2020-02-07 05:26:59] '/u/xombie' has given '/u/Beazty1' lambda!
+8515 [2020-02-07 05:33:57] '/u/RoboOggy' has given '/u/OneFor56' lambda!
+8515 [2020-02-07 05:37:05] '/u/moreganplease' has given '/u/ZhyperCR1T' lambda!
+8515 [2020-02-07 05:38:39] There has been a new submission: 'Hey all! I'm sorry if I sound tired in this video. I just came back from a camp and was tired, but still decided to do a video! Anyways, if you enjoyed please leave a like and check out some of my other videos! If you like what you see on my channel, subscribe! Any advice is appreciated!', with flair 'Gaming'
+8515 [2020-02-07 05:39:27] '/u/Acemageddon' has given '/u/AlliandWill' lambda!
+8515 [2020-02-07 05:39:27] The OP received lambda too!
+8515 [2020-02-07 05:40:18] '/u/Acemageddon' has given '/u/Just_Jakel' lambda!
+8515 [2020-02-07 05:40:50] '/u/Acemageddon' has given '/u/kristasuelovesyou' lambda!
+8515 [2020-02-07 05:41:04] '/u/MuhsTK' has given '/u/RaisinsKaiser' lambda!
+8515 [2020-02-07 05:41:04] The OP received lambda too!
+8515 [2020-02-07 05:41:42] '/u/Acemageddon' has given '/u/poppinqbit' lambda!
+8515 [2020-02-07 05:45:17] '/u/cullenaryarts7' has given '/u/LeRouxie' lambda!
+8515 [2020-02-07 06:00:26] There has been a new submission: 'Looking for critiques on my latest video', with flair 'Video Critique'
+8515 [2020-02-07 06:00:29] /u/sir_leftie had their submission removed for insufficient lambda.
+8515 [2020-02-07 06:01:10] '/u/Dman_0605' has given '/u/clemmonsRushi' lambda!
+8515 [2020-02-07 06:06:52] '/u/MuhsTK' has given '/u/clemmonsRushi' lambda!
+8515 [2020-02-07 06:08:24] There has been a new submission: 'Can love bloom in a Walmart?', with flair 'Art'
+8515 [2020-02-07 06:08:25] /u/largerat98 had their submission removed for insufficient lambda.
+8515 [2020-02-07 06:09:09] '/u/moreganplease' has given '/u/wormthatcannotscream' lambda!
+8515 [2020-02-07 06:10:21] '/u/OneFor56' has given '/u/clemmonsRushi' lambda!
+8515 [2020-02-07 06:10:21] The OP received lambda too!
+8515 [2020-02-07 06:12:35] There has been a new submission: '[Video] Watch my videos to learn magic/card tricks. Please provide feedback and subscribe if you are like the content it would mean a lot :) I am uploading every day', with flair 'Channel Review'
+8515 [2020-02-07 06:12:37] /u/RevolutionaryShip7 had their submission removed for insufficient lambda.
+8515 [2020-02-07 06:15:32] There has been a new submission: 'Hey guys im back Once more I started Posting stuff here last month with only 43 subs now im at 65 thanks to you guys so this is another horror game that im playing Rn For now im doing a mix of lets plays Horror games and Etc', with flair 'Gaming'
+8515 [2020-02-07 06:16:23] There has been a new submission: '5 MUST HAVE RED LIPSTICKS FOR DEEP DARK SKIN (Feedback Appreciated)', with flair 'Video Critique'
+8515 [2020-02-07 06:16:24] /u/blackgirlmagic101 had their submission removed for insufficient lambda.
+8515 [2020-02-07 06:23:24] There has been a new submission: 'Got another video up, This one is definitely my best yet, hope y'all enjoy!', with flair 'Gaming'
+8515 [2020-02-07 06:23:26] /u/co7ote had their submission removed for insufficient lambda.
+8515 [2020-02-07 06:27:55] '/u/Dman_0605' has given '/u/mamuraiwhite' lambda!
+8515 [2020-02-07 06:30:39] '/u/cullenaryarts7' has given '/u/mamuraiwhite' lambda!
+8515 [2020-02-07 06:30:40] The OP received lambda too!
+8515 [2020-02-07 06:34:55] '/u/WestonNeyPhotoVideo' has given '/u/cullenaryarts7' lambda!
+8515 [2020-02-07 06:41:35] '/u/prettyboiRandell' has given '/u/cullenaryarts7' lambda!
+8515 [2020-02-07 06:56:32] There has been a new submission: 'I tried a different style of video making than what I usually do', with flair 'None'
+8515 [2020-02-07 06:58:28] There has been a new submission: 'Hi Everyone! Hoping to get ANY feedback on this video and thumbnail. Can’t seem to get anything constructive :( Is there an audience for this ? [7:43]', with flair 'Video Critique'
+9244 [2020-02-07 07:15:59]
+####################
+[2020-02-07 07:15:59] RESTARTED
+####################
+
+9244 [2020-02-07 07:21:54] There has been a new submission: 'Subscribe', with flair 'Gaming'
+9244 [2020-02-07 07:21:56] /u/miscYT had their submission removed for insufficient lambda.
+9244 [2020-02-07 07:32:07] '/u/WestonNeyPhotoVideo' has given '/u/1baberuth' lambda!
+9244 [2020-02-07 07:55:14] There has been a new submission: 'The World of Astral Chain: A long video to show how beautiful it's world is and how surprisingly stunning it looks for a game running on a Nintendo Switch. It's just incredible.', with flair 'Gaming'
+9244 [2020-02-07 07:55:16] /u/GiveOrRiot had their submission removed for insufficient lambda.
+9244 [2020-02-07 08:02:58] There has been a new submission: 'Need some advice. Small channel, 152 subs.', with flair 'Channel Review'
+9244 [2020-02-07 08:03:00] /u/Fox_Chapman had their submission removed for insufficient lambda.
+9244 [2020-02-07 08:03:54] '/u/Dman_0605' has given '/u/GiveOrRiot' lambda!
+9244 [2020-02-07 08:07:58] There has been a new submission: '3 weeks old, been offering breakdowns & opinions on the state of WWE & Pro Wrestling for current & former fans alike. Passed 50 subs & 10,000 views and growing.', with flair 'Channel Review'
+9244 [2020-02-07 08:07:59] /u/JimmyTehF had their submission removed for insufficient lambda.
+9244 [2020-02-07 08:20:08] '/u/MuhsTK' has given '/u/GiveOrRiot' lambda!
+9244 [2020-02-07 08:34:09] '/u/CertMedia' has given '/u/TheJustindsd' lambda!
+9244 [2020-02-07 08:34:24] '/u/CertMedia' has given '/u/elischeer' lambda!
+9244 [2020-02-07 08:34:36] '/u/CertMedia' has given '/u/pazerclips' lambda!
+9244 [2020-02-07 08:34:47] '/u/CertMedia' has given '/u/cullenaryarts7' lambda!
+9244 [2020-02-07 08:35:16] '/u/CertMedia' has given '/u/RoboOggy' lambda!
+9244 [2020-02-07 08:35:41] '/u/CertMedia' has given '/u/TheDukerNukem' lambda!
+9244 [2020-02-07 08:36:23] There has been a new submission: 'THE MOST CLUTCH DUO IN CALL OF DUTY MODERN WARFARE! ( COD MW GUNFIGHT GAMEPLAY)', with flair 'None'
+9244 [2020-02-07 08:36:25] /u/MrMg317 had their submission removed for insufficient lambda.
+9244 [2020-02-07 08:40:06] There has been a new submission: 'Posted this video about a week ago and it’s doing really well. It’s so close to 20 likes can you check it out and maybe like?', with flair 'Channel Review'
+9244 [2020-02-07 08:40:08] /u/GCDxHigh had their submission removed for insufficient lambda.
+9244 [2020-02-07 08:44:04] '/u/CertMedia' has given '/u/Tri99erMe' lambda!
+9244 [2020-02-07 08:48:40] There has been a new submission: 'How To Make An Intro For Your YouTube Video for FREE! (2019/2020)', with flair 'Video Critique'
+9244 [2020-02-07 08:48:41] /u/XnapayYT had their submission removed for insufficient lambda.
+9244 [2020-02-07 08:51:50] There has been a new submission: 'My first attempt at a movie trailer review - Sonic the Hedgehog - Movie Preview (Interesting new discoveries) - Constructive feedback is highly appreciated. Cheers!', with flair 'Video Critique'
+9244 [2020-02-07 09:05:49] '/u/OneFor56' has given '/u/GiveOrRiot' lambda!
+9244 [2020-02-07 09:10:47] There has been a new submission: 'The World of Astral Chain: A long video to show how beautiful it's world is and how surprisingly stunning it looks for a game running on a Nintendo Switch. It's just incredible.', with flair 'Gaming'
+9378 [2020-02-07 09:16:00]
+####################
+[2020-02-07 09:16:00] RESTARTED
+####################
+
+9378 [2020-02-07 09:25:21] There has been a new submission: 'Made a video where we redesign a crappy ceiling fan remote - What should we sketch next?', with flair 'Video Critique'
+9378 [2020-02-07 09:26:07] '/u/Max_Robertson' has given '/u/ZhyperCR1T' lambda!
+9378 [2020-02-07 09:38:11] '/u/Tri99erMe' has given '/u/Kazascoot' lambda!
+9378 [2020-02-07 09:38:11] The OP received lambda too!
+9378 [2020-02-07 09:42:26] '/u/GiveOrRiot' has given '/u/Kazascoot' lambda!
+9378 [2020-02-07 09:42:26] The OP received lambda too!
+9378 [2020-02-07 09:45:19] There has been a new submission: 'Hey folks! I ate and rated every Cadbury chocolate bar in exclusive to Australia - would love some feedback on what tags to put - already have a few on but just want to cover all bases!', with flair 'Video Critique'
+9378 [2020-02-07 09:57:31] There has been a new submission: 'Im playing through Claire's campaign in Resident Evil 2 Remake take a look :)', with flair 'Gaming'
+9378 [2020-02-07 09:59:38] There has been a new submission: 'Hi guys I’m starting small aiming high', with flair 'None'
+9378 [2020-02-07 09:59:38] /u/RayMemeGame had their submission removed for insufficient lambda.
+9378 [2020-02-07 10:15:01] '/u/american_noodle' has given '/u/DillSoupYT' lambda!
+9378 [2020-02-07 10:15:24] '/u/american_noodle' has given '/u/kawhi2020' lambda!
+9378 [2020-02-07 10:15:58] '/u/american_noodle' has given '/u/darkdeath912' lambda!
+9378 [2020-02-07 10:17:19] '/u/american_noodle' has given '/u/ShikharTrivedi' lambda!
+9378 [2020-02-07 10:17:25] There has been a new submission: 'Molana Ka Rong Rong Kis Waja Se Kamp Uthta Ha? | Tariq Jameel Bayan', with flair 'Discussion'
+9378 [2020-02-07 10:17:26] /u/msufwan had their submission removed for using the wrong flair.
+9378 [2020-02-07 10:24:04] '/u/american_noodle' has given '/u/panaramanwa' lambda!
+9378 [2020-02-07 10:30:11] There has been a new submission: 'Sorry for ganking all these AFK players 😁', with flair 'Gaming'
+9378 [2020-02-07 10:30:13] /u/Unfadingsilence had their submission removed for insufficient lambda.
+9378 [2020-02-07 11:03:56] There has been a new submission: 'WALKING 35KM IN ONE DAY IN AUCKLAND! (Just wanted to get some advice on my travel vlogs from some new people?)', with flair 'Vlog'
+9378 [2020-02-07 11:03:58] /u/zippy20201 had their submission removed for insufficient lambda.
+9378 [2020-02-07 11:05:02] '/u/american_noodle' has given '/u/qzeqYT' lambda!
+9378 [2020-02-07 11:06:40] There has been a new submission: 'Just getting back into vlogging and would like some feedback on how I can improve for the next one.', with flair 'None'
+9378 [2020-02-07 11:08:12] '/u/popBambi' has given '/u/Cuddery' lambda!
+9378 [2020-02-07 11:08:12] The OP received lambda too!
+9378 [2020-02-07 11:10:26] '/u/popBambi' has given '/u/Leon_is_a_Ghost' lambda!
+9513 [2020-02-07 11:15:59]
+####################
+[2020-02-07 11:15:59] RESTARTED
+####################
+
+9513 [2020-02-07 11:16:57] There has been a new submission: 'Small efficient Home', with flair 'None'
+9513 [2020-02-07 11:16:59] /u/Seahawks709 had their submission removed for insufficient lambda.
+9513 [2020-02-07 11:35:31] There has been a new submission: 'A formal thank you', with flair 'Discussion'
+9513 [2020-02-07 11:37:43] There has been a new submission: 'My first video.Can anyone give me an honest opinion about it?', with flair 'Gaming'
+9513 [2020-02-07 11:37:44] /u/TheRealFoxYT had their submission removed for insufficient lambda.
+9513 [2020-02-07 11:44:10] There has been a new submission: 'British 'X Files' of UFO sightings is going public', with flair 'Video Critique'
+9513 [2020-02-07 11:44:12] /u/Elay870870 had their submission removed for insufficient lambda.
+9513 [2020-02-07 11:49:03] There has been a new submission: 'Me and tony stark worked on this Smart watch', with flair 'None'
+9513 [2020-02-07 11:49:04] /u/abiangelos had their submission removed for insufficient lambda.
+9513 [2020-02-07 11:54:02] '/u/popBambi' has given '/u/BridgesGames' lambda!
+9513 [2020-02-07 11:59:44] There has been a new submission: 'Star Wars Battlefront II - Funny Moments #01', with flair 'Gaming'
+9513 [2020-02-07 11:59:45] /u/MittsyXIV had their submission removed for insufficient lambda.
+9513 [2020-02-07 12:03:53] '/u/american_noodle' has given '/u/scorhiphop' lambda!
+9513 [2020-02-07 12:04:24] '/u/One-Dos-San-Chaar' has given '/u/powerq' lambda!
+9513 [2020-02-07 12:04:24] The OP received lambda too!
+9513 [2020-02-07 12:04:41] '/u/One-Dos-San-Chaar' has given '/u/Kazascoot' lambda!
+9513 [2020-02-07 12:04:53] '/u/One-Dos-San-Chaar' has given '/u/Cuddery' lambda!
+9513 [2020-02-07 12:25:42] There has been a new submission: 'Phil Jones-United Legend', with flair 'Video Critique'
+9513 [2020-02-07 12:25:44] /u/SadzakKuka had their submission removed for insufficient lambda.
+9513 [2020-02-07 12:40:27] '/u/alexvanguard' has given '/u/JimmyTehF' lambda!
+9513 [2020-02-07 12:40:27] The OP received lambda too!
+9513 [2020-02-07 12:57:41] There has been a new submission: 'TikTok Kobe’s daughter gianaa bryant with vanessa bryant and team Mamba(video clip)', with flair 'None'
+9513 [2020-02-07 12:57:42] /u/JustineHabour had their submission removed for insufficient lambda.
+9513 [2020-02-07 13:05:13] There has been a new submission: 'New Gaming YouTuber!', with flair 'Channel Review'
+9513 [2020-02-07 13:05:15] /u/SmolThor15 had their submission removed for insufficient lambda.
+9513 [2020-02-07 13:07:28] There has been a new submission: 'A few years ago i had a problem with a squeaky drivebelt until I found this trick! 5 years on and still no squeak! Here’s a short video on what I did', with flair 'None'
+9513 [2020-02-07 13:07:29] /u/Dbritten had their submission removed for insufficient lambda.
+9513 [2020-02-07 13:08:24] There has been a new submission: 'A song of Ice and fire!!', with flair 'None'
+9513 [2020-02-07 13:08:25] /u/unofficialcommentor had their submission removed for insufficient lambda.
+9679 [2020-02-07 13:15:59]
+####################
+[2020-02-07 13:15:59] RESTARTED
+####################
+
+9679 [2020-02-07 13:17:39] There has been a new submission: 'Hiya everyone, I’m trying to develop a specific style to my videos, does it work? Does it keep you engaged? What are your thoughts:)', with flair 'Video Critique'
+9679 [2020-02-07 13:18:33] There has been a new submission: 'New video up on my YouTube channel today. Hope you enjoy it-- Dry January can be a rough month', with flair 'Vlog'
+9679 [2020-02-07 13:18:34] /u/Benmcc1995 had their submission removed for insufficient lambda.
+9679 [2020-02-07 13:19:52] '/u/PheraWorld' has given '/u/1baberuth' lambda!
+9679 [2020-02-07 13:31:57] '/u/GokuuPlaysGames' has given '/u/blackoxymoron' lambda!
+9679 [2020-02-07 13:47:30] There has been a new submission: 'A friend and I stumbled on to a VERY odd mobile game and decided to record some of it. would love to hear thoughts', with flair 'Gaming'
+9679 [2020-02-07 13:50:37] There has been a new submission: 'My first short film style video - slightly cringe but that's okay I think', with flair 'Video Critique'
+9679 [2020-02-07 13:55:58] '/u/LeRouxie' has given '/u/BridgesGames' lambda!
+9679 [2020-02-07 13:55:58] The OP received lambda too!
+9679 [2020-02-07 13:57:11] '/u/LeRouxie' has given '/u/Cuddery' lambda!
+9679 [2020-02-07 14:02:10] There has been a new submission: 'SKIING, SNOWBOARDING, and SHREDDING at Snowshoe Mountain Resort in West Virginia! Please let me know what you guys think! This channel has helped me develop our channel SO much!!', with flair 'Vlog'
+9679 [2020-02-07 14:05:17] '/u/shytownx' has given '/u/RaccoonFactsYT' lambda!
+9679 [2020-02-07 14:15:13] '/u/catfish1992' has given '/u/qzeqYT' lambda!
+9679 [2020-02-07 14:15:13] The OP received lambda too!
+9679 [2020-02-07 14:16:44] '/u/catfish1992' has given '/u/crosswised' lambda!
+9679 [2020-02-07 14:17:44] '/u/catfish1992' has given '/u/panaramanwa' lambda!
+9679 [2020-02-07 14:22:10] '/u/ActivexGen' has given '/u/GiveOrRiot' lambda!
+9679 [2020-02-07 14:22:10] The OP received lambda too!
+9679 [2020-02-07 14:23:26] '/u/ActivexGen' has given '/u/powerq' lambda!
+9679 [2020-02-07 14:23:39] '/u/DillSoupYT' has given '/u/VenomStriker5' lambda!
+9679 [2020-02-07 14:23:39] The OP received lambda too!
+9679 [2020-02-07 14:25:39] '/u/ActivexGen' has given '/u/submarinecat' lambda!
+9679 [2020-02-07 14:27:54] '/u/ActivexGen' has given '/u/VenomStriker5' lambda!
+9679 [2020-02-07 14:28:12] There has been a new submission: 'Hey friends! Just finished my newest video, and as always, I would love to get your much needed critisism. Thanks in advance <3 WALUIGI Kicks Ass In MORDHAU!', with flair 'Video Critique'
+9679 [2020-02-07 14:34:40] There has been a new submission: 'New Video! Edited this one myself and tried to go above and beyond, CRITICISM NEEDED', with flair 'Video Critique'
+9679 [2020-02-07 15:06:32] There has been a new submission: 'A Cowboy Adventure (What do you guys think of the video quality and how long did it keep you interested?)', with flair 'Video Critique'
+9679 [2020-02-07 15:12:25] There has been a new submission: 'My life in snippets', with flair 'Channel Review'
+9679 [2020-02-07 15:12:27] /u/cursedcursing had their submission removed for insufficient lambda.
+9679 [2020-02-07 15:13:21] '/u/plemaster01' has given '/u/SupaCoolMoM' lambda!
+9679 [2020-02-07 15:13:21] The OP received lambda too!
+9888 [2020-02-07 15:16:00]
+####################
+[2020-02-07 15:16:00] RESTARTED
+####################
+
+9888 [2020-02-07 15:16:54] '/u/LeRouxie' has given '/u/chowlb' lambda!
+9888 [2020-02-07 15:19:48] There has been a new submission: 'My first YouTube video! Dancing Hamster :)', with flair 'Vlog'
+9888 [2020-02-07 15:19:49] /u/Dancing-Hamster had their submission removed for insufficient lambda.
+9888 [2020-02-07 15:29:14] '/u/electroblastz' has given '/u/kristasuelovesyou' lambda!
+9888 [2020-02-07 15:30:10] '/u/electroblastz' has given '/u/TucoSalomanca' lambda!
+9888 [2020-02-07 15:38:16] There has been a new submission: '!mylambda', with flair 'Discussion'
+9888 [2020-02-07 15:42:40] There has been a new submission: 'Made an Obstacle Avoiding Robot using Arduino (NT1) | BALTMAKER', with flair 'Vlog'
+9888 [2020-02-07 15:42:42] /u/balt1794 had their submission removed for insufficient lambda.
+9888 [2020-02-07 15:45:49] '/u/catfish1992' has given '/u/GideonGriebenow' lambda!
+9888 [2020-02-07 15:50:22] There has been a new submission: 'PS4 Back Button Attachment Review - Tell me what I need to do. My mom says it's great, but I need more opinions.', with flair 'Video Critique'
+9888 [2020-02-07 15:51:07] There has been a new submission: 'New Dutch Music Label', with flair 'Channel Review'
+9888 [2020-02-07 15:51:09] /u/CyfiaZ had their submission removed for insufficient lambda.
+9888 [2020-02-07 15:51:21] There has been a new submission: 'Apple Magic Trackpad 2 Review - Please critique this review. I am new at this and want to keep getting better.', with flair 'Video Critique'
+9888 [2020-02-07 15:52:50] '/u/ActivexGen' has given '/u/chowlb' lambda!
+9888 [2020-02-07 15:53:23] '/u/Inferus12' has given '/u/Sky-todd' lambda!
+9888 [2020-02-07 16:13:11] '/u/TheDukerNukem' has given '/u/catfish1992' lambda!
+9888 [2020-02-07 16:13:11] The OP received lambda too!
+9888 [2020-02-07 16:19:12] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 7 - Lambent', with flair 'Gaming'
+9888 [2020-02-07 16:19:13] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:20:09] '/u/chowlb' has given '/u/lulzPIE' lambda!
+9888 [2020-02-07 16:20:09] The OP received lambda too!
+9888 [2020-02-07 16:25:38] There has been a new submission: 'I am a relatively new and small channel dedicated to metal music. Here’s one of my recent videos if you’d like to check it out.', with flair 'None'
+9888 [2020-02-07 16:25:39] /u/Metalandmemesarecool had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:26:32] There has been a new submission: 'This is the first video on my channel and i would love it if you guys could check it out and leave some feedback. Thanks!', with flair 'Video Critique'
+9888 [2020-02-07 16:26:33] /u/chunkychad7 had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:31:51] There has been a new submission: 'I've always hated kong videos, so I made TWAM (That was a minute). Here I upload daily vlogs that are exactly a minute long. Please subscribe. I have been very consistent so far', with flair 'Channel Review'
+9888 [2020-02-07 16:31:53] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:35:59] There has been a new submission: 'Highlights of Phu Quoc Vietnam. Top things to do explained in travel vlog.', with flair 'Video Critique'
+9888 [2020-02-07 16:36:01] /u/beachmytravel had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:37:46] There has been a new submission: 'I have recently hit 58 subscribers and I just wanna thank everyone for supporting me! But I recently started a new channel where I post one minute vlogs everyday. And within a week, I've hit 22 subs! Why?', with flair 'Discussion'
+9888 [2020-02-07 16:38:56] '/u/centyauro' has given '/u/BobbyMcbobb3rson' lambda!
+9888 [2020-02-07 16:38:56] The OP received lambda too!
+9888 [2020-02-07 16:42:25] There has been a new submission: 'Thanks to everyone who commented on my "Formal Thank you" discussion post! if you want to keep sending love, check out my newest and tell me what you think! It's a little long but I feel the length is suitable, do to the fact its the last video in this particular series.', with flair 'Video Critique'
+9888 [2020-02-07 16:44:51] There has been a new submission: 'This week we've wrapped this Tesla Model 3in 3M Satin White Aluminium', with flair 'Discussion'
+9888 [2020-02-07 16:44:53] /u/Dennis_camper had their submission removed for using the wrong flair.
+9888 [2020-02-07 16:51:04] There has been a new submission: 'What do u think?', with flair 'Video Critique'
+9888 [2020-02-07 16:51:06] /u/jrstar84 had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:54:41] There has been a new submission: 'TOP 10 WORLD'S HIGHEST PAID ATHLETES (1990-2020)', with flair 'Discussion'
+9888 [2020-02-07 16:54:42] /u/therankingmaster had their submission removed for using the wrong flair.
+9888 [2020-02-07 16:55:58] There has been a new submission: 'Disabled and Thriving Introduction: Business Ownership, Chronic Illness & Mental Health', with flair 'Channel Review'
+9888 [2020-02-07 16:56:00] /u/disabledandthriving had their submission removed for insufficient lambda.
+9888 [2020-02-07 16:57:22] There has been a new submission: 'Look At Me Again - RJ Beats Feat. PANE (Death Of Roses Album) Seeking Feedback!', with flair 'Video Critique'
+9888 [2020-02-07 16:57:23] /u/Razzy2k911 had their submission removed for insufficient lambda.
+9888 [2020-02-07 17:04:32] '/u/TheRealJyro' has given '/u/Sipover' lambda!
+9888 [2020-02-07 17:04:32] The OP received lambda too!
+9888 [2020-02-07 17:05:10] There has been a new submission: 'Feedback on my video about Jack in the Box's new mini tacos is greatly appreciated!', with flair 'Video Critique'
+9888 [2020-02-07 17:06:46] There has been a new submission: 'New to YouTube. Any comments and critiques', with flair 'Video Critique'
+9888 [2020-02-07 17:06:48] /u/CordieFoltz had their submission removed for insufficient lambda.
+9888 [2020-02-07 17:07:43] '/u/lzinkelda' has given '/u/kristasuelovesyou' lambda!
+9888 [2020-02-07 17:07:43] The OP received lambda too!
+9888 [2020-02-07 17:11:16] '/u/azurestrikergamer' has given '/u/5h1ttyredstone' lambda!
+9888 [2020-02-07 17:11:17] The OP received lambda too!
+9888 [2020-02-07 17:11:34] '/u/PepiOnLine' has given '/u/MafiasFinestTV' lambda!
+9888 [2020-02-07 17:11:34] The OP received lambda too!
+9888 [2020-02-07 17:11:53] There has been a new submission: 'This week we've wrapped this Tesla Model 3', with flair 'Vlog'
+9888 [2020-02-07 17:11:55] /u/Dennis_camper had their submission removed for insufficient lambda.
+9888 [2020-02-07 17:12:21] There has been a new submission: 'Does Passive Income Exist? I would really like to hear thoughts on the topic of this. I tried a few new things in this video and I would like to hear if you agree with the concept! =D Thank you!', with flair 'Video Critique'
+9888 [2020-02-07 17:14:16] '/u/centyauro' has given '/u/Metalandmemesarecool' lambda!
+10023 [2020-02-07 17:16:00]
+####################
+[2020-02-07 17:16:00] RESTARTED
+####################
+
+10023 [2020-02-07 17:16:54] There has been a new submission: 'Need help with video thumbnails.', with flair 'Discussion'
+10023 [2020-02-07 17:17:54] There has been a new submission: 'Mist Survival Gameplay - Bandit City', with flair 'Gaming'
+10023 [2020-02-07 17:17:55] /u/CheatCentralCH had their submission removed for insufficient lambda.
+10023 [2020-02-07 17:19:50] '/u/DevGin' has given '/u/MegaBiteGames' lambda!
+10023 [2020-02-07 17:19:50] The OP received lambda too!
+10023 [2020-02-07 17:20:59] '/u/ClamsOystersSquid' has given '/u/SEND_ME_UR_ASSHOLE' lambda!
+10023 [2020-02-07 17:20:59] The OP received lambda too!
+10023 [2020-02-07 17:21:24] '/u/azurestrikergamer' has given '/u/GlenMoffie' lambda!
+10023 [2020-02-07 17:25:53] '/u/Dman_0605' has given '/u/Cuddery' lambda!
+10023 [2020-02-07 17:27:19] There has been a new submission: 'I just broke 50 subs! It’s a channel with a little gaming, memes and occasional topical videos', with flair 'Discussion'
+10023 [2020-02-07 17:27:36] '/u/DillSoupYT' has given '/u/qzeqYT' lambda!
+10023 [2020-02-07 17:28:40] '/u/PepiOnLine' has given '/u/qzeqYT' lambda!
+10023 [2020-02-07 17:28:40] The OP received lambda too!
+10023 [2020-02-07 17:31:27] There has been a new submission: 'The Greatest Artist of This Generation. Published this video yesterday and had a lot of fun making it. I'm really happy with how it turned out but would love to hear what you guys think about it. Feedback is definitely welcome.', with flair 'Video Critique'
+10023 [2020-02-07 17:31:40] '/u/ClamsOystersSquid' has given '/u/elischeer' lambda!
+10023 [2020-02-07 17:32:08] '/u/shytownx' has given '/u/PepiOnLine' lambda!
+10023 [2020-02-07 17:32:18] There has been a new submission: 'Back on the YouTube Gaming stage after a hiatus', with flair 'None'
+10023 [2020-02-07 17:32:20] /u/Shake_N_BakeUK had their submission removed for insufficient lambda.
+10023 [2020-02-07 17:36:01] There has been a new submission: 'Critique Needed! [Title: How to Cut Front Surface Mirrors [2020]]', with flair 'Video Critique'
+10023 [2020-02-07 17:36:02] /u/b1nks1e had their submission removed for insufficient lambda.
+10023 [2020-02-07 17:36:30] '/u/Dman_0605' has given '/u/DulcidioCoelho' lambda!
+10023 [2020-02-07 17:37:10] '/u/PheraWorld' has given '/u/GatCatNeko' lambda!
+10023 [2020-02-07 17:41:33] '/u/chowlb' has given '/u/catfish1992' lambda!
+10023 [2020-02-07 17:44:37] '/u/WestonNeyPhotoVideo' has given '/u/TCTV_UK' lambda!
+10023 [2020-02-07 17:46:51] There has been a new submission: 'Recently discovered this sub and just want to share one of my videos here! My channel's goal is to showcase games with a little bit of flavor 😃 and also to exercise my creativity xD, hope you guys enjoy!', with flair 'Gaming'
+10023 [2020-02-07 17:46:52] /u/nicoDfranco had their submission removed for insufficient lambda.
+10023 [2020-02-07 17:51:32] There has been a new submission: 'Daily Dose of Memes to cure your depression | Switched transitions up a bit, and increased the speed. Tell me what you think!', with flair 'Video Critique'
+10023 [2020-02-07 17:52:24] '/u/ChorrizoTapatio' has given '/u/NiceGuyMarek' lambda!
+10023 [2020-02-07 17:52:24] The OP received lambda too!
+10023 [2020-02-07 17:53:38] '/u/ClamsOystersSquid' has given '/u/Elfgames-' lambda!
+10023 [2020-02-07 17:55:13] There has been a new submission: 'How to do a Drop Fade with Dreads', with flair 'Video Critique'
+10023 [2020-02-07 17:55:34] '/u/plemaster01' has given '/u/luumalnati' lambda!
+10023 [2020-02-07 17:58:52] There has been a new submission: 'Forbidden love in the apocalypse', with flair 'Gaming'
+10023 [2020-02-07 17:58:53] /u/Drivium had their submission removed for insufficient lambda.
+10023 [2020-02-07 18:05:48] '/u/chowlb' has given '/u/TCTV_UK' lambda!
+10023 [2020-02-07 18:06:44] '/u/chowlb' has given '/u/MegaBiteGames' lambda!
+10023 [2020-02-07 18:15:28] There has been a new submission: 'Any Feedback is Helpful (Building Tension with Verticality: Half-Life 2)', with flair 'Video Critique'
+10023 [2020-02-07 18:15:39] '/u/shytownx' has given '/u/Foggy_Creations' lambda!
+10023 [2020-02-07 18:15:39] The OP received lambda too!
+10023 [2020-02-07 18:16:06] '/u/ActivexGen' has given '/u/Sky-todd' lambda!
+10023 [2020-02-07 18:17:17] '/u/ActivexGen' has given '/u/MegaBiteGames' lambda!
+10023 [2020-02-07 18:23:50] There has been a new submission: 'So close to 100 subs!', with flair 'Discussion'
+10023 [2020-02-07 18:25:50] There has been a new submission: 'NEARLY HIT 50 SUBS! TY 4 SUPPORT', with flair 'Video Critique'
+10023 [2020-02-07 18:27:03] '/u/shytownx' has given '/u/Elfgames-' lambda!
+10023 [2020-02-07 18:28:43] There has been a new submission: '😍or🤢 watch to see (i sub back)', with flair 'None'
+10023 [2020-02-07 18:28:44] /u/TheOnlyGoatBird had their submission removed for insufficient lambda.
+10023 [2020-02-07 18:28:51] There has been a new submission: 'Hehe, I was high on anesthesia 😂', with flair 'Vlog'
+10023 [2020-02-07 18:28:52] /u/b1uelightning22 had their submission removed for insufficient lambda.
+10023 [2020-02-07 18:33:22] '/u/cullenaryarts7' has given '/u/SupaCoolMoM' lambda!
+10023 [2020-02-07 18:34:34] '/u/cullenaryarts7' has given '/u/Jischasing' lambda!
+10023 [2020-02-07 18:34:52] '/u/cullenaryarts7' has given '/u/cplaprade' lambda!
+10023 [2020-02-07 18:35:13] '/u/cullenaryarts7' has given '/u/GiveOrRiot' lambda!
+10023 [2020-02-07 18:35:30] '/u/cullenaryarts7' has given '/u/zippy20201' lambda!
+10023 [2020-02-07 18:36:11] '/u/cullenaryarts7' has given '/u/DulcidioCoelho' lambda!
+10023 [2020-02-07 18:36:33] '/u/cullenaryarts7' has given '/u/SupaCoolMoM' lambda!
+10023 [2020-02-07 18:36:55] '/u/cullenaryarts7' has given '/u/UrBoiFam' lambda!
+10023 [2020-02-07 18:39:31] There has been a new submission: 'Rank my impression of Owen Wilson from Weow to WEEEEOOOOWWWW! Thank you so much for the subscribers/Cullenary Artists that have followed the channel so far!', with flair 'Channel Review'
+10023 [2020-02-07 18:39:59] There has been a new submission: 'I've been on Youtube for about a year but started posting more frequently recently. This is my most recent video! I have kind of a range of content so feel free to check out other ones if this doesn't interest you. I would love feedback on all aspects of my channel (:', with flair 'Channel Review'
+10023 [2020-02-07 18:53:53] There has been a new submission: 'Any thoughts?', with flair 'Video Critique'
+10023 [2020-02-07 18:54:50] There has been a new submission: 'Switching it up!', with flair 'Discussion'
+10023 [2020-02-07 18:55:14] There has been a new submission: 'Bringing out a new suit', with flair 'Gaming'
+10023 [2020-02-07 18:55:16] /u/DarkZero387 had their submission removed for insufficient lambda.
+10023 [2020-02-07 18:56:14] There has been a new submission: 'MiniDuncan', with flair 'Gaming'
+10023 [2020-02-07 18:56:16] /u/MiniDuncan had their submission removed for insufficient lambda.
+10023 [2020-02-07 18:59:22] There has been a new submission: 'I have been trying to be more consent with videos for my channel. I just have a hard time coming up with ideas for videos. Open to any suggestions.', with flair 'None'
+10023 [2020-02-07 18:59:22] /u/lionsdenpowerlifting had their submission removed for insufficient lambda.
+10023 [2020-02-07 18:59:44] '/u/cullenaryarts7' has given '/u/ChorrizoTapatio' lambda!
+10023 [2020-02-07 18:59:44] The OP received lambda too!
+10023 [2020-02-07 19:03:46] There has been a new submission: '"The Lion King (2019) | REDBOX REVIEWS w/ Leonard the Demon" First video I've posted on here. Would love some feedback and would be interested to hear anyone's thoughts on the format of the video.', with flair 'Video Critique'
+10023 [2020-02-07 19:04:21] There has been a new submission: 'Messing with Gabriel in VR | Rec Room Funny Moments', with flair 'Video Critique'
+10023 [2020-02-07 19:04:23] /u/NiceGuyMarek had their submission removed for insufficient lambda.
+10023 [2020-02-07 19:10:20] There has been a new submission: 'Hey! If you like THE WITCHER, take a look at this animated parody :)', with flair 'Art'
+10023 [2020-02-07 19:10:23] /u/SeriouslySketchy had their submission removed for insufficient lambda.
+10166 [2020-02-07 19:16:00]
+####################
+[2020-02-07 19:16:00] RESTARTED
+####################
+
+10166 [2020-02-07 19:16:53] There has been a new submission: 'Darwin Project BUT While EATING a GHOST PEPPER', with flair 'Video Critique'
+10166 [2020-02-07 19:16:55] /u/ozoghoul had their submission removed for insufficient lambda.
+10166 [2020-02-07 19:16:59] There has been a new submission: 'hi, hello! developingsnail is the name, sketch comedy is my game. here's one of my videos:', with flair 'Video Critique'
+10166 [2020-02-07 19:17:00] /u/developingsnail had their submission removed for insufficient lambda.
+10166 [2020-02-07 19:21:34] There has been a new submission: 'If I Get Hit Once as Byleth The Video Ends', with flair 'Gaming'
+10166 [2020-02-07 19:21:36] /u/TrueVerse had their submission removed for insufficient lambda.
+10166 [2020-02-07 19:31:10] There has been a new submission: 'Are there any small youtubers here that stay in Florida?', with flair 'Collab'
+10166 [2020-02-07 19:35:14] There has been a new submission: 'I ATTEMPTED THE WORLD’S SPICIEST WING CHALLENGE!🤒', with flair 'Video Critique'
+10166 [2020-02-07 19:35:16] /u/Lbandz15 had their submission removed for insufficient lambda.
+10166 [2020-02-07 19:35:57] '/u/LizandDan' has given '/u/WestonNeyPhotoVideo' lambda!
+10166 [2020-02-07 19:37:11] '/u/LizandDan' has given '/u/RevolutionaryShip7' lambda!
+10166 [2020-02-07 19:38:52] '/u/LizandDan' has given '/u/kawhi2020' lambda!
+10166 [2020-02-07 19:41:45] '/u/LizandDan' has given '/u/ChorrizoTapatio' lambda!
+10166 [2020-02-07 19:43:52] '/u/LizandDan' has given '/u/chowlb' lambda!
+10166 [2020-02-07 19:48:09] '/u/ClamsOystersSquid' has given '/u/Frozentyme' lambda!
+10166 [2020-02-07 19:48:29] '/u/ClamsOystersSquid' has given '/u/SupaCoolMoM' lambda!
+10166 [2020-02-07 19:48:55] There has been a new submission: 'JAN Owlcrate Unboxing with a little kitty cameo😸 🧡', with flair 'Vlog'
+10166 [2020-02-07 19:48:55] /u/Kitty-Cass had their submission removed for insufficient lambda.
+10166 [2020-02-07 19:49:01] '/u/ClamsOystersSquid' has given '/u/Sky-todd' lambda!
+10166 [2020-02-07 19:49:10] '/u/ClamsOystersSquid' has given '/u/DFWPunk' lambda!
+10166 [2020-02-07 19:52:57] There has been a new submission: 'GTA 5 Roleplay - Coke Prank on Cops.', with flair 'Gaming'
+10166 [2020-02-07 19:53:54] There has been a new submission: 'Let’s start an archive!', with flair 'Discussion'
+10166 [2020-02-07 19:56:22] '/u/TheOzan' has given '/u/DeafJordan' lambda!
+10166 [2020-02-07 19:56:22] The OP received lambda too!
+10166 [2020-02-07 19:57:34] '/u/TheOzan' has given '/u/JoeBoney' lambda!
+10166 [2020-02-07 19:59:49] There has been a new submission: '"Hand vs. Hand - RPG Style" Honest feedback on the concept mainly. I know I kinda overstayed the novelty, looking to improve future attempts! Thanks! :)', with flair 'Video Critique'
+10166 [2020-02-07 20:02:59] '/u/centyauro' has given '/u/R_Hanna' lambda!
+10166 [2020-02-07 20:04:47] '/u/centyauro' has given '/u/NiceGuyMarek' lambda!
+10166 [2020-02-07 20:05:32] '/u/keegzilla90' has given '/u/ClamsOystersSquid' lambda!
+10166 [2020-02-07 20:05:32] The OP received lambda too!
+10166 [2020-02-07 20:29:02] There has been a new submission: 'Let's Play: Call Of Duty Modern Warfare Campaign | Gameplay | Part 11. The main campaign is almost over and feedback on things I can improve would be appreciated.', with flair 'Gaming'
+10166 [2020-02-07 20:30:11] There has been a new submission: 'Check out our channel and let us know what you think!! We are open to any and all feedback. Thanks guys!!', with flair 'None'
+10166 [2020-02-07 20:30:13] /u/indio710 had their submission removed for insufficient lambda.
+10166 [2020-02-07 20:34:47] There has been a new submission: 'BUYING THE NEW GLOBETTA FISH (Please No Hate)', with flair 'Channel Review'
+10166 [2020-02-07 20:36:20] '/u/ClamsOystersSquid' has given '/u/RaccoonFactsYT' lambda!
+10166 [2020-02-07 20:36:20] The OP received lambda too!
+10166 [2020-02-07 20:48:49] '/u/chowlb' has given '/u/Sky-todd' lambda!
+10166 [2020-02-07 20:49:15] There has been a new submission: 'I've been really happy lately...', with flair 'Discussion'
+10166 [2020-02-07 20:53:00] '/u/catfish1992' has given '/u/Sky-todd' lambda!
+10166 [2020-02-07 20:53:00] The OP received lambda too!
+10166 [2020-02-07 20:58:59] There has been a new submission: 'Almost at 500 subscribers but also starting season 2 of a show I am doing within VR social apps. I love to have any constructive criticism on how I can make the episodes better. Much appreciated!!', with flair 'Video Critique'
+10166 [2020-02-07 20:58:59] /u/JamesBearVR had their submission removed for insufficient lambda.
+10166 [2020-02-07 20:59:06] There has been a new submission: 'I am trying a new style for my videos. This is my first attempt and have a good idea where I want it to go. Otherwise if you would like to learn to draw the human body I would really recommend you watch this video! Any feedback would be amazing, thank you!', with flair 'Video Critique'
+10166 [2020-02-07 20:59:07] /u/ChaoticToons had their submission removed for insufficient lambda.
+10166 [2020-02-07 21:03:03] There has been a new submission: 'Br', with flair 'Channel Review'
+10166 [2020-02-07 21:03:05] /u/bigriggjiggin had their submission removed for insufficient lambda.
+10166 [2020-02-07 21:11:36] '/u/cullenaryarts7' has given '/u/GiveOrRiot' lambda!
+10166 [2020-02-07 21:12:00] '/u/cullenaryarts7' has given '/u/JimmyTehF' lambda!
+10166 [2020-02-07 21:12:17] '/u/cullenaryarts7' has given '/u/catsfishchannel' lambda!
+10166 [2020-02-07 21:12:43] '/u/cullenaryarts7' has given '/u/nathancoles' lambda!
+10166 [2020-02-07 21:14:27] '/u/cullenaryarts7' has given '/u/Lewis_s55' lambda!
+10302 [2020-02-07 21:16:00]
+####################
+[2020-02-07 21:16:00] RESTARTED
+####################
+
+10302 [2020-02-07 21:21:57] There has been a new submission: 'New DBD video! Please check it out!', with flair 'Gaming'
+10302 [2020-02-07 21:21:59] /u/Jokerfopl had their submission removed for insufficient lambda.
+10302 [2020-02-07 21:31:51] '/u/OneFor56' has given '/u/BridgesGames' lambda!
+10302 [2020-02-07 21:39:37] There has been a new submission: 'Spiral (2020 Movie) Teaser Trailer – Chris Rock, Samuel L. Jackson - REA...', with flair 'Vlog'
+10302 [2020-02-07 21:39:38] /u/THEINSIDER20 had their submission removed for insufficient lambda.
+10302 [2020-02-07 21:40:18] There has been a new submission: 'You need to subscribe....', with flair 'None'
+10302 [2020-02-07 21:40:20] /u/Boomerlicus had their submission removed for insufficient lambda.
+10302 [2020-02-07 21:43:37] There has been a new submission: 'THE SANCTUARY', with flair 'Channel Review'
+10302 [2020-02-07 21:44:14] There has been a new submission: 'How girls get ready for Valentine’s Day... girly You Tube channel and acting, always with message, is it a good content??? Need your opinion guys! Blessings. Wish all your dreams come true', with flair 'Discussion'
+10302 [2020-02-07 21:44:58] There has been a new submission: '[YTP] Yoda's Secret Power : Dooku Vs Anakin, Obi-wan, and Yoda', with flair 'Video Critique'
+10302 [2020-02-07 21:44:59] /u/Derranes had their submission removed for insufficient lambda.
+10302 [2020-02-07 21:47:43] There has been a new submission: 'How to zero waste trashed garments', with flair 'Art'
+10302 [2020-02-07 21:47:44] /u/whyb-upcycling had their submission removed for insufficient lambda.
+10302 [2020-02-07 21:50:24] '/u/hf_vlogs1' has given '/u/qzeqYT' lambda!
+10302 [2020-02-07 21:51:10] '/u/frisodenijs' has given '/u/thecounselor6' lambda!
+10302 [2020-02-07 21:51:11] The OP received lambda too!
+10302 [2020-02-07 21:51:25] '/u/frisodenijs' has given '/u/Illfury' lambda!
+10302 [2020-02-07 21:51:39] '/u/frisodenijs' has given '/u/iammisozi' lambda!
+10302 [2020-02-07 22:00:18] '/u/PepiOnLine' has given '/u/RevolutionaryShip7' lambda!
+10302 [2020-02-07 22:01:07] '/u/PepiOnLine' has given '/u/thecookietrain' lambda!
+10302 [2020-02-07 22:06:49] There has been a new submission: 'Please leave us feedback', with flair 'Video Critique'
+10302 [2020-02-07 22:06:51] /u/AuzBusinessTips had their submission removed for insufficient lambda.
+10302 [2020-02-07 22:06:59] '/u/PepiOnLine' has given '/u/R_Hanna' lambda!
+10302 [2020-02-07 22:06:59] The OP received lambda too!
+10302 [2020-02-07 22:07:06] '/u/dzondi92' has given '/u/ClamsOystersSquid' lambda!
+10302 [2020-02-07 22:07:06] The OP received lambda too!
+10302 [2020-02-07 22:10:51] '/u/centyauro' has given '/u/TrifectaComedy' lambda!
+10302 [2020-02-07 22:24:25] There has been a new submission: 'Guys I need help', with flair 'Discussion'
+10302 [2020-02-07 22:26:11] There has been a new submission: 'Handling your First Negative comment.', with flair 'Discussion'
+10302 [2020-02-07 22:29:06] There has been a new submission: 'Minecraft Parody song- Friendly Animals (Animation) Feedback appreciated', with flair 'Video Critique'
+10302 [2020-02-07 22:29:07] /u/ptdcarroll1234 had their submission removed for insufficient lambda.
+10302 [2020-02-07 22:34:59] There has been a new submission: 'Youtube Channel Feedack', with flair 'Channel Review'
+10302 [2020-02-07 22:35:01] /u/LORD_HA had their submission removed for insufficient lambda.
+10302 [2020-02-07 22:42:22] '/u/5h1ttyredstone' has given '/u/OneFor56' lambda!
+10302 [2020-02-07 22:43:44] '/u/5h1ttyredstone' has given '/u/Cuddery' lambda!
+10302 [2020-02-07 22:45:46] There has been a new submission: 'Where do you source free and royalty-free video clips?', with flair 'Discussion'
+10302 [2020-02-07 22:45:57] There has been a new submission: 'Old but gold memes', with flair 'Art'
+10302 [2020-02-07 22:45:59] /u/Khaloud24 had their submission removed for insufficient lambda.
+10302 [2020-02-07 22:46:17] There has been a new submission: 'Anime Interviews Ft. Eren Jaeger', with flair 'Video Critique'
+10302 [2020-02-07 22:52:22] '/u/deliriousmarc' has given '/u/DeFrapaCicco' lambda!
+10302 [2020-02-07 22:58:07] '/u/WestonNeyPhotoVideo' has given '/u/R_Hanna' lambda!
+10302 [2020-02-07 23:08:53] There has been a new submission: 'I saw Ohgeesy live in sacramento 🔥🔥 i would love some feedback and advice 🙏🏽🙏🏽', with flair 'Discussion'
+10302 [2020-02-07 23:12:26] There has been a new submission: 'Flashback Friday conversation', with flair 'Vlog'
+10302 [2020-02-07 23:12:28] /u/izdarealizzy had their submission removed for insufficient lambda.
+10525 [2020-02-07 23:16:00]
+####################
+[2020-02-07 23:16:00] RESTARTED
+####################
+
+1431 [2020-02-07 23:18:06] Updated statistics
+10525 [2020-02-07 23:25:50] '/u/shytownx' has given '/u/kx7699' lambda!
+10525 [2020-02-07 23:35:25] '/u/DevGin' has given '/u/chowlb' lambda!
+10525 [2020-02-07 23:36:05] '/u/ClamsOystersSquid' has given '/u/saga--' lambda!
+10525 [2020-02-07 23:36:44] There has been a new submission: 'Made a goal - from 12 to 30 subscribers in the next 7 days!', with flair 'Discussion'
+10525 [2020-02-07 23:37:08] '/u/DevGin' has given '/u/Frozentyme' lambda!
+10525 [2020-02-07 23:38:18] There has been a new submission: 'Honest feedback is a gift! Lambda is coming to those giving constructive, honest feedback on my latest video.', with flair 'Video Critique'
+10525 [2020-02-07 23:42:15] There has been a new submission: 'THIS PHONE IS CRAZY!!! Redmi K30 4G (POCO X2) Review', with flair 'Video Critique'
+10525 [2020-02-07 23:42:17] /u/TechAreUs had their submission removed for insufficient lambda.
+10525 [2020-02-07 23:48:32] '/u/MattThibodeau' has given '/u/zippy20201' lambda!
+10525 [2020-02-07 23:48:32] The OP received lambda too!
+10525 [2020-02-07 23:48:47] '/u/MattThibodeau' has given '/u/P2Syndrome' lambda!
+10525 [2020-02-08 00:00:00] There has been a new submission: 'Peristeronic - Reflections Part One', with flair 'Art'
+10525 [2020-02-08 00:00:02] /u/guymnz had their submission removed for insufficient lambda.
+10525 [2020-02-08 00:03:55] There has been a new submission: 'I had to record this on my old crappy phone. Could you maybe check if the quality of the video heavily affects the video compared to my others? Also this is a parody comedy skit on those douche flexing youtubers!!', with flair 'Vlog'
+10525 [2020-02-08 00:28:04] There has been a new submission: 'IF YOU LOVE CHALLENGES CHECK MY CHANNEL OUT!', with flair 'Channel Review'
+10525 [2020-02-08 00:28:05] /u/Haaris7_ had their submission removed for insufficient lambda.
+10525 [2020-02-08 00:43:08] There has been a new submission: 'Hey, Could I get some criticism on my recent videos? the tf2 one and the r6 one please. thanks in advance', with flair 'Channel Review'
+10525 [2020-02-08 00:43:10] /u/El-PepeYT had their submission removed for insufficient lambda.
+10525 [2020-02-08 00:57:33] There has been a new submission: 'In total how many subs have you lost since you've started? I've lost about 3 or 4 maybe', with flair 'Discussion'
+10525 [2020-02-08 01:14:32] There has been a new submission: 'Was Bored studying, then just out of nowhere wanted to learn something. MAGIC. But, I'm now the WitchCraft master. Only took me 15 to 30 minuets to learn. Just wanted some feedback. Enjoyed doing a whole bunch of videos, not just gaming.', with flair 'Video Critique'
+10731 [2020-02-08 01:16:01]
+####################
+[2020-02-08 01:16:01] RESTARTED
+####################
+
+10731 [2020-02-08 01:25:11] There has been a new submission: 'Gmod SirenMine Horror Map ~not really!! Dont trust Minecarts', with flair 'Gaming'
+10731 [2020-02-08 01:25:13] /u/patrick20132013 had their submission removed for insufficient lambda.
+10731 [2020-02-08 01:33:00] There has been a new submission: 'I made a trailer for my channel, What do you think?', with flair 'Video Critique'
+10731 [2020-02-08 01:34:07] There has been a new submission: 'Steem Blockchain Basics - make money online with content creation! I would really like to read some suggestions how I can improve this kind of format! Any tricks for OBS? Any hints on editing? Thank you!', with flair 'Video Critique'
+10731 [2020-02-08 01:34:09] /u/tibfox1_23 had their submission removed for insufficient lambda.
+10731 [2020-02-08 02:00:24] '/u/ClamsOystersSquid' has given '/u/doing-science' lambda!
+10731 [2020-02-08 02:01:11] '/u/ExCreeperYT' has given '/u/5h1ttyredstone' lambda!
+10731 [2020-02-08 02:01:12] The OP received lambda too!
+10731 [2020-02-08 02:01:33] '/u/ClamsOystersSquid' has given '/u/shadyyness' lambda!
+10731 [2020-02-08 02:02:07] '/u/ExCreeperYT' has given '/u/R_Hanna' lambda!
+10731 [2020-02-08 02:07:32] '/u/dunbarsnackbar' has given '/u/saga--' lambda!
+10731 [2020-02-08 02:07:32] The OP received lambda too!
+10731 [2020-02-08 02:15:11] There has been a new submission: 'Just reached 700 views and 46 subscribers!', with flair 'Discussion'
+10731 [2020-02-08 02:16:15] There has been a new submission: 'Skateboard Progression Video! Twas super fun to make, but I know there is still much room for improvement', with flair 'Video Critique'
+10731 [2020-02-08 02:25:48] '/u/Sky-todd' has given '/u/mattchu_does_stuff' lambda!
+10731 [2020-02-08 02:25:49] The OP received lambda too!
+10731 [2020-02-08 02:29:08] There has been a new submission: 'Apple iPhone 11 SLO-MO Video of Black Labrador Dog Play: E55 VIOLETS AD...', with flair 'Video Critique'
+10731 [2020-02-08 02:29:09] /u/VioletsAdventures had their submission removed for insufficient lambda.
+10731 [2020-02-08 02:33:54] '/u/BobbyMcbobb3rson' has given '/u/mattchu_does_stuff' lambda!
+10731 [2020-02-08 02:33:54] The OP received lambda too!
+10731 [2020-02-08 02:36:04] '/u/GiveOrRiot' has given '/u/GatCatNeko' lambda!
+10731 [2020-02-08 02:36:29] '/u/mattchu_does_stuff' has given '/u/thecounselor6' lambda!
+10731 [2020-02-08 02:36:29] The OP received lambda too!
+10731 [2020-02-08 02:39:15] '/u/Donutman31' has given '/u/Jischasing' lambda!
+10731 [2020-02-08 02:45:06] '/u/BobbyMcbobb3rson' has given '/u/Elfgames-' lambda!
+10731 [2020-02-08 02:50:04] '/u/RTL_Faith' has given '/u/mattchu_does_stuff' lambda!
+10731 [2020-02-08 02:50:04] The OP received lambda too!
+10731 [2020-02-08 03:07:19] '/u/ZhyperCR1T' has given '/u/mattchu_does_stuff' lambda!
+10731 [2020-02-08 03:07:19] The OP received lambda too!
+10731 [2020-02-08 03:13:06] '/u/RTL_Faith' has given '/u/RevolutionaryShip7' lambda!
+10866 [2020-02-08 03:16:01]
+####################
+[2020-02-08 03:16:01] RESTARTED
+####################
+
+10866 [2020-02-08 03:19:15] There has been a new submission: 'Just a Kid with a Dream.', with flair 'Discussion'
+10866 [2020-02-08 03:26:23] '/u/dunbarsnackbar' has given '/u/mattchu_does_stuff' lambda!
+10866 [2020-02-08 03:27:29] There has been a new submission: 'Help me reach 200 subs!', with flair 'Discussion'
+10866 [2020-02-08 03:32:26] There has been a new submission: 'Crazy Tech Deals Ep.1 | Would ❤️ Your thoughts! | Always happy to givelambda', with flair 'Video Critique'
+10866 [2020-02-08 03:36:21] There has been a new submission: 'Learn cool Card Trick to impress your crush here! Please provide any feedback you can on my videos and consider subscribing if you like the content :) Thanks', with flair 'Video Critique'
+10866 [2020-02-08 03:45:06] There has been a new submission: 'Plan on running form a helicopter in a Camaro? I don’t think so. Would greatly appreciate any feedback or comments :).', with flair 'Channel Review'
+10866 [2020-02-08 03:45:08] /u/Hamlet_71 had their submission removed for insufficient lambda.
+10866 [2020-02-08 03:54:37] '/u/BridgesGames' has given '/u/dunbarsnackbar' lambda!
+10866 [2020-02-08 03:54:37] The OP received lambda too!
+10866 [2020-02-08 03:55:08] There has been a new submission: 'Anyone interested in creating a YT channel?', with flair 'Collab'
+10866 [2020-02-08 03:58:23] '/u/mattchu_does_stuff' has given '/u/Elfgames-' lambda!
+10866 [2020-02-08 03:59:04] '/u/mattchu_does_stuff' has given '/u/Hamlet_71' lambda!
+10866 [2020-02-08 04:01:10] '/u/mattchu_does_stuff' has given '/u/heyiamandrew' lambda!
+10866 [2020-02-08 04:08:01] '/u/shaunyoong' has given '/u/DeFrapaCicco' lambda!
+10866 [2020-02-08 04:17:43] There has been a new submission: 'Attempting to run from a police helicopter in a Camaro? I think not! Would greatly appreciate any comments', with flair 'Gaming'
+10866 [2020-02-08 04:20:53] '/u/TechLens_Official' has given '/u/heyiamandrew' lambda!
+10866 [2020-02-08 04:20:53] The OP received lambda too!
+10866 [2020-02-08 04:25:00] '/u/TechLens_Official' has given '/u/mattchu_does_stuff' lambda!
+10866 [2020-02-08 04:29:46] There has been a new submission: 'Please Rate my video, I need critiquing and I need help on how to get more views and subscribers thanks !', with flair 'Gaming'
+10866 [2020-02-08 04:29:47] /u/Howtobasic45 had their submission removed for insufficient lambda.
+10866 [2020-02-08 04:30:46] '/u/TechLens_Official' has given '/u/RightfullyEpic' lambda!
+10866 [2020-02-08 05:09:21] There has been a new submission: 'I’m trying to vlog again! Any critique would be highly helpful for my next one!', with flair 'None'
+11005 [2020-02-08 05:16:01]
+####################
+[2020-02-08 05:16:01] RESTARTED
+####################
+
+11005 [2020-02-08 05:23:22] There has been a new submission: 'I think you'll like this... (hopefully)', with flair 'Gaming'
+11005 [2020-02-08 05:23:24] /u/RipentareYT had their submission removed for insufficient lambda.
+11005 [2020-02-08 05:28:54] There has been a new submission: 'I started a youtube channel back in 2015, i have worked very hard on my video how can i get more viewers and subscribers?', with flair 'Channel Review'
+11005 [2020-02-08 05:28:55] /u/kawhi2020 had their submission removed for insufficient lambda.
+11005 [2020-02-08 05:29:22] '/u/heyiamandrew' has given '/u/DrowningOnLand96' lambda!
+11005 [2020-02-08 05:29:22] The OP received lambda too!
+11005 [2020-02-08 05:30:22] There has been a new submission: 'Would love some feedback! Started a YT Channel', with flair 'Channel Review'
+11005 [2020-02-08 05:30:25] /u/fabiotic had their submission removed for insufficient lambda.
+11005 [2020-02-08 06:06:56] '/u/RevolutionaryShip7' has given '/u/AnimuseVids' lambda!
+11005 [2020-02-08 06:06:56] The OP received lambda too!
+11005 [2020-02-08 06:07:00] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+11005 [2020-02-08 06:09:12] '/u/RevolutionaryShip7' has given '/u/mattchu_does_stuff' lambda!
+11005 [2020-02-08 06:09:47] '/u/RevolutionaryShip7' has given '/u/heyiamandrew' lambda!
+11005 [2020-02-08 06:10:35] There has been a new submission: 'How to YouTube. This is a satirical video I made awhile back. One of my favorites and want some feedback just in case I ever want to make a video like this again.', with flair 'Video Critique'
+11005 [2020-02-08 06:24:34] '/u/Frankyy95' has given '/u/meltedsundae' lambda!
+11005 [2020-02-08 06:24:35] The OP received lambda too!
+11005 [2020-02-08 06:26:46] '/u/Frankyy95' has given '/u/DeafJordan' lambda!
+11005 [2020-02-08 06:33:56] '/u/AnimuseVids' has given '/u/Frankyy95' lambda!
+11005 [2020-02-08 06:33:56] The OP received lambda too!
+11005 [2020-02-08 06:40:13] There has been a new submission: 'Chicken Shawarma', with flair 'Channel Review'
+11005 [2020-02-08 06:40:16] /u/SFPHODEO had their submission removed for insufficient lambda.
+11005 [2020-02-08 06:47:00] '/u/Hamlet_71' has given '/u/PepePresidentPS4' lambda!
+11005 [2020-02-08 06:47:00] The OP received lambda too!
+11005 [2020-02-08 06:51:58] There has been a new submission: 'FUNNY UNLUCKY AND WTF MOMENTS', with flair 'Gaming'
+11005 [2020-02-08 06:52:00] /u/himanshuq122 had their submission removed for insufficient lambda.
+11005 [2020-02-08 07:01:06] '/u/AnimuseVids' has given '/u/YourSexyCellMate' lambda!
+11005 [2020-02-08 07:01:20] '/u/cullenaryarts7' has given '/u/DrowningOnLand96' lambda!
+11539 [2020-02-08 07:16:00]
+####################
+[2020-02-08 07:16:00] RESTARTED
+####################
+
+11539 [2020-02-08 07:51:41] There has been a new submission: 'small youtuber here', with flair 'None'
+11539 [2020-02-08 07:51:43] /u/reyyyyyy666 had their submission removed for insufficient lambda.
+11539 [2020-02-08 07:52:35] '/u/RevolutionaryShip7' has given '/u/Cuddery' lambda!
+11539 [2020-02-08 07:58:16] There has been a new submission: 'Hey guys! So I decided to capitalise on the new update in Minecraft and I’m hoping some of you can give me some tips and tricks for my video. Wether it’s watch time or the thumbnail don’t really mind. Cheers', with flair 'Video Critique'
+11539 [2020-02-08 08:09:37] There has been a new submission: 'Subscribe', with flair 'Gaming'
+11539 [2020-02-08 08:09:37] /u/miscYT had their submission removed for insufficient lambda.
+11539 [2020-02-08 08:20:05] '/u/AnimuseVids' has given '/u/NumberedUsername432' lambda!
+11539 [2020-02-08 08:20:14] There has been a new submission: 'So here is my story. I’m a kid from Ohio one of many. And I’ve been making YouTube videos since the age of 9. I’m also 14 at the moment and yesterday I hit my goal from 5 years ago yes 300 subscriber. Yes Ik Ik pathetic but to me it meant a lot and all I ask is for u reading to help me to 1K plz', with flair 'Channel Review'
+11539 [2020-02-08 08:20:17] /u/YOUGEBRAT had their submission removed for insufficient lambda.
+11539 [2020-02-08 08:30:36] '/u/AnimuseVids' has given '/u/ohheysarahjay' lambda!
+11539 [2020-02-08 08:40:08] There has been a new submission: 'South African tries Chinese snacks (Durian almost killed me) - this is my first time making a video like this, any advice welcome!', with flair 'Video Critique'
+11539 [2020-02-08 08:40:58] There has been a new submission: 'Thank you guys!', with flair 'Discussion'
+11539 [2020-02-08 08:43:55] There has been a new submission: 'Me & my best friend having fun and goofing around in public :) *satire videos', with flair 'Vlog'
+11539 [2020-02-08 08:43:57] /u/tavlcr had their submission removed for insufficient lambda.
+11539 [2020-02-08 08:53:22] There has been a new submission: 'Modding To Beat The Train Mission 🚂 I tried to streamline my editing style to make it more fast-paced and I think it came out pretty good! All feedback and advice regarding anything appreciated!', with flair 'Video Critique'
+11539 [2020-02-08 08:53:58] There has been a new submission: 'Hey guys, I use Davinci Resolve to edit my videos. I’m looking for a place to get some cool assets like transitions and stuff. I’m willing to pay. I do have the free version. I’m not quite sure what comes with the paid version. Giving out lambda to helpful replies', with flair 'Discussion'
+11539 [2020-02-08 08:56:40] There has been a new submission: 'A Funny Call Alf Duty Video, I Don’t Always Make These Any Advice Would Be Appreciated', with flair 'Video Critique'
+11539 [2020-02-08 08:56:41] /u/Thibdufff had their submission removed for insufficient lambda.
+11539 [2020-02-08 08:57:34] '/u/keegzilla90' has given '/u/zippy20201' lambda!
+11539 [2020-02-08 08:58:32] There has been a new submission: 'New Dude to Reddit', with flair 'Vlog'
+11539 [2020-02-08 08:58:33] /u/GeoReptiles had their submission removed for insufficient lambda.
+11539 [2020-02-08 08:58:39] '/u/keegzilla90' has given '/u/TrifectaComedy' lambda!
+11539 [2020-02-08 09:14:53] There has been a new submission: 'the TAJ MAHAL', with flair 'Video Critique'
+11539 [2020-02-08 09:14:54] /u/neilupinto had their submission removed for insufficient lambda.
+11674 [2020-02-08 09:16:01]
+####################
+[2020-02-08 09:16:01] RESTARTED
+####################
+
+11674 [2020-02-08 09:18:06] There has been a new submission: 'Batman Arkham Asylum Walktrough - Return To Arkham Part 2: Rescue Mayhem', with flair 'Gaming'
+11674 [2020-02-08 09:18:07] /u/SpeedyStreamer had their submission removed for insufficient lambda.
+11674 [2020-02-08 09:26:16] '/u/PepiOnLine' has given '/u/qzeqYT' lambda!
+11674 [2020-02-08 09:26:16] The OP received lambda too!
+11674 [2020-02-08 09:28:42] There has been a new submission: 'Roblox coronavirus trolling!', with flair 'Video Critique'
+11674 [2020-02-08 09:33:10] '/u/qzeqYT' has given '/u/MuhsTK' lambda!
+11674 [2020-02-08 09:33:10] The OP received lambda too!
+11674 [2020-02-08 09:48:41] There has been a new submission: 'Starting an art channel - my first timelapse (2 layered drawing of Kobe Bryant) - Anything I can do better that stands out?', with flair 'None'
+11674 [2020-02-08 09:48:42] /u/fepeee had their submission removed for insufficient lambda.
+11674 [2020-02-08 09:51:24] '/u/qzeqYT' has given '/u/crystalsushii' lambda!
+11674 [2020-02-08 09:54:56] There has been a new submission: 'SEO optimization and being a small channel.', with flair 'Discussion'
+11674 [2020-02-08 09:55:16] There has been a new submission: 'Does anyone know where I can get my own clone made? Because I have 23 videos in production and I need more manpower.', with flair 'Discussion'
+11674 [2020-02-08 10:03:07] '/u/ohheysarahjay' has given '/u/MuhsTK' lambda!
+11674 [2020-02-08 10:03:07] The OP received lambda too!
+11674 [2020-02-08 10:04:53] '/u/ohheysarahjay' has given '/u/lil_traveller' lambda!
+11674 [2020-02-08 10:05:13] '/u/PepiOnLine' has given '/u/MoskitoDan' lambda!
+11674 [2020-02-08 10:13:02] There has been a new submission: 'My first video on my first channel! 'Do We Have Free Will?' What do you think of the style and is this an interesting enough route for a channel to take? There's going to be many unanswered questions and experiences, with people from all sorts of backgrounds and cultures giving us their theories', with flair 'Channel Review'
+11674 [2020-02-08 10:13:03] /u/HardToAnswerQuestion had their submission removed for insufficient lambda.
+11674 [2020-02-08 10:19:54] There has been a new submission: 'AUCKLAND BRIDGE BUNGY! (wanted to get some feedback on my travel vlogs)', with flair 'Vlog'
+11674 [2020-02-08 10:25:59] '/u/MoskitoDan' has given '/u/qzeqYT' lambda!
+11674 [2020-02-08 10:25:59] The OP received lambda too!
+11674 [2020-02-08 10:28:20] There has been a new submission: 'Give a Box to a Cat and this will Happen', with flair 'Channel Review'
+11674 [2020-02-08 10:34:58] There has been a new submission: 'Pls can i have some feedback to improve my channel', with flair 'Gaming'
+11674 [2020-02-08 10:34:59] /u/partypeter9101 had their submission removed for insufficient lambda.
+11674 [2020-02-08 10:35:29] '/u/AnimuseVids' has given '/u/Bjorniee' lambda!
+11674 [2020-02-08 10:43:37] There has been a new submission: 'Yesterday marked the One Year anniversary of my channel! Also I have been in this community for 3 months! Just wanted to thank you all for the feedback and views, I really appreciate it! This video summarizes my whole channel so all critique is welcome!', with flair 'Video Critique'
+11674 [2020-02-08 10:49:25] '/u/qzeqYT' has given '/u/TheOzan' lambda!
+11674 [2020-02-08 10:54:09] '/u/popBambi' has given '/u/DeafJordan' lambda!
+11674 [2020-02-08 10:57:47] '/u/thecounselor6' has given '/u/lookitsraining467337' lambda!
+11674 [2020-02-08 10:57:48] The OP received lambda too!
+11674 [2020-02-08 11:09:07] '/u/zippy20201' has given '/u/Bjorniee' lambda!
+11674 [2020-02-08 11:09:07] The OP received lambda too!
+11674 [2020-02-08 11:09:47] '/u/zippy20201' has given '/u/catsfishchannel' lambda!
+11674 [2020-02-08 11:11:55] There has been a new submission: 'My son's origami video - is it clear and easy to follow?; is it too fast/slow?; any other feedback?', with flair 'None'
+12161 [2020-02-08 11:16:01]
+####################
+[2020-02-08 11:16:01] RESTARTED
+####################
+
+12161 [2020-02-08 11:25:17] '/u/Sky-todd' has given '/u/AnimuseVids' lambda!
+12161 [2020-02-08 11:34:08] '/u/Cuddery' has given '/u/robbit9' lambda!
+12161 [2020-02-08 11:34:08] The OP received lambda too!
+12161 [2020-02-08 11:35:29] '/u/Cuddery' has given '/u/MuhsTK' lambda!
+12161 [2020-02-08 11:47:29] There has been a new submission: 'Guys I am really confused to why I get over 200 views but am stuck on 20 subscribers. Please can I have some advice or help', with flair 'Channel Review'
+12161 [2020-02-08 11:47:30] /u/pengalehawk had their submission removed for insufficient lambda.
+12161 [2020-02-08 11:53:07] There has been a new submission: 'End screen, cards, and interactives?', with flair 'Discussion'
+12161 [2020-02-08 12:08:12] There has been a new submission: 'Carrots don’t give night vision', with flair 'Meta'
+12161 [2020-02-08 12:08:13] /u/CestLaVie1989 had their submission removed for using the wrong flair.
+12161 [2020-02-08 12:09:16] There has been a new submission: 'Carrots don’t give night vision', with flair 'Art'
+12161 [2020-02-08 12:09:16] /u/CestLaVie1989 had their submission removed for insufficient lambda.
+12161 [2020-02-08 12:24:22] There has been a new submission: '5 Logo Design Trends in 2020', with flair 'Art'
+12161 [2020-02-08 12:24:24] /u/argon_graphics had their submission removed for insufficient lambda.
+12161 [2020-02-08 12:35:19] '/u/zippy20201' has given '/u/Cuddery' lambda!
+12161 [2020-02-08 12:36:09] '/u/keegzilla90' has given '/u/gamebalance' lambda!
+12161 [2020-02-08 12:54:17] There has been a new submission: 'Best games to play in the background of a commentary video?', with flair 'Video Critique'
+12161 [2020-02-08 12:56:01] '/u/Paint2Luv-Art' has given '/u/LanaStrums' lambda!
+12161 [2020-02-08 12:56:01] The OP received lambda too!
+12161 [2020-02-08 13:00:07] '/u/chowlb' has given '/u/DeFrapaCicco' lambda!
+12161 [2020-02-08 13:01:41] '/u/chowlb' has given '/u/DrowningOnLand96' lambda!
+12161 [2020-02-08 13:03:56] There has been a new submission: 'FIRST TIME DOING A VLOG LIKE THIS LET ME KNOW WHAT U THINK!', with flair 'Video Critique'
+12161 [2020-02-08 13:03:58] /u/Just-Cupcake had their submission removed for insufficient lambda.
+12161 [2020-02-08 13:09:28] '/u/One-Dos-San-Chaar' has given '/u/frisodenijs' lambda!
+12161 [2020-02-08 13:10:29] '/u/MafiasFinestTV' has given '/u/gamebalance' lambda!
+12161 [2020-02-08 13:10:29] The OP received lambda too!
+12327 [2020-02-08 13:16:01]
+####################
+[2020-02-08 13:16:01] RESTARTED
+####################
+
+12327 [2020-02-08 13:18:54] '/u/Paint2Luv-Art' has given '/u/Frankyy95' lambda!
+12327 [2020-02-08 13:18:59] '/u/Paint2Luv-Art' has given '/u/Armack_is_wack' lambda!
+12327 [2020-02-08 13:19:46] '/u/Paint2Luv-Art' has given '/u/adjm2001' lambda!
+12327 [2020-02-08 13:20:25] '/u/Paint2Luv-Art' has given '/u/mylackey' lambda!
+12327 [2020-02-08 13:22:02] There has been a new submission: 'Hey guys, made a new Animated Video. If you’re into My Chemical Romance there are a butt load of references. Thanks for the on going support from this subreddit, I’ve seen some major growth in my channel and I owe a lot to everyone here! Spent 20 hours making this one, I really hope you enjoy!!!!', with flair 'Video Critique'
+12327 [2020-02-08 13:22:28] '/u/Paint2Luv-Art' has given '/u/SupaCoolMoM' lambda!
+12327 [2020-02-08 13:24:24] There has been a new submission: 'A week in a Canadian paradise', with flair 'Vlog'
+12327 [2020-02-08 13:24:26] /u/KingOfBrampton had their submission removed for insufficient lambda.
+12327 [2020-02-08 13:25:37] There has been a new submission: 'Assetto Corsa Competizione: Monza (Nissan GT-R)', with flair 'None'
+12327 [2020-02-08 13:25:39] /u/Morwane had their submission removed for insufficient lambda.
+12327 [2020-02-08 13:39:58] There has been a new submission: 'Xiaomi Redmi Note 9 Pro Release Date, Features, Camera, Full Specification, Price, Launch Date,Leaks', with flair 'Channel Review'
+12327 [2020-02-08 13:39:59] /u/Vids_4u had their submission removed for insufficient lambda.
+12327 [2020-02-08 13:40:57] There has been a new submission: 'HOT STREAMGIRL about GREEK "Greek looks so GOOD"! | Best LOL Girls Stream Highlight', with flair 'Gaming'
+12327 [2020-02-08 13:41:00] /u/Fakie_lol had their submission removed for insufficient lambda.
+12327 [2020-02-08 13:50:46] '/u/heyiamandrew' has given '/u/Cuddery' lambda!
+12327 [2020-02-08 13:51:28] '/u/heyiamandrew' has given '/u/ohheysarahjay' lambda!
+12327 [2020-02-08 13:55:56] There has been a new submission: 'Please fill free to give me some feedback', with flair 'Video Critique'
+12327 [2020-02-08 13:55:57] /u/wh1chocl4 had their submission removed for insufficient lambda.
+12327 [2020-02-08 14:04:18] There has been a new submission: 'Rainbow Six Siege Funny Moments Hindi', with flair 'Gaming'
+12327 [2020-02-08 14:04:20] /u/FrayKay_YT had their submission removed for insufficient lambda.
+12327 [2020-02-08 14:08:24] There has been a new submission: 'Experiencing Vice City - Style AND Substance', with flair 'Video Critique'
+12327 [2020-02-08 14:26:57] There has been a new submission: 'Next Crash Bandicoot Remaster | Speculation', with flair 'Gaming'
+12327 [2020-02-08 14:29:54] There has been a new submission: 'This video needs to blow up can u guys make that happen I know you guys can', with flair 'Video Critique'
+12327 [2020-02-08 14:29:54] /u/DHDavyYT had their submission removed for insufficient lambda.
+12327 [2020-02-08 14:31:46] There has been a new submission: '[channel review] We’re new to YouTube, we’re expanding our skills in woodwork, arts and all thing creative and want to share our learning process 😀 it’s gets a tad chaotic! We’ve just built our YouTube studio from scratch. Would appreciate any support and feedback 🙌🏼', with flair 'None'
+12327 [2020-02-08 14:31:48] /u/denandmugMAKES had their submission removed for insufficient lambda.
+12327 [2020-02-08 15:12:09] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 8 - Belly Of The Beast', with flair 'Gaming'
+12327 [2020-02-08 15:12:11] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+12463 [2020-02-08 15:16:01]
+####################
+[2020-02-08 15:16:01] RESTARTED
+####################
+
+12463 [2020-02-08 15:16:54] There has been a new submission: 'Lzka Sadzak', with flair 'Channel Review'
+12463 [2020-02-08 15:16:55] /u/SadzakKuka had their submission removed for insufficient lambda.
+12463 [2020-02-08 15:22:46] '/u/ChorrizoTapatio' has given '/u/frisodenijs' lambda!
+12463 [2020-02-08 15:59:00] There has been a new submission: 'Pleasurewood hills ride re theme', with flair 'Vlog'
+12463 [2020-02-08 15:59:01] /u/Skynet_1902 had their submission removed for insufficient lambda.
+12463 [2020-02-08 15:59:59] '/u/dzondi92' has given '/u/shadyyness' lambda!
+12463 [2020-02-08 16:12:03] There has been a new submission: 'Nearly at 50 Subs! Ty all for your support checkout my latest video', with flair 'Video Critique'
+12463 [2020-02-08 16:12:05] /u/Adddo13 had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:18:34] There has been a new submission: 'Mila Kunis or Mia Khalifa? 😬 check out my first ever Q&A!', with flair 'None'
+12463 [2020-02-08 16:18:35] /u/SeshMeetsWorld had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:37:39] There has been a new submission: 'I post funny and entertaining videos on my channel and currently at 787 Subscribers hoping to get to 1000, checkout my channel and let me know if you want to grow together', with flair 'Channel Review'
+12463 [2020-02-08 16:37:40] /u/artnasion had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:38:28] '/u/Hamlet_71' has given '/u/UrBoiFam' lambda!
+12463 [2020-02-08 16:49:18] There has been a new submission: 'How to get Minecraft for free on iOS / premium Apple ID | YourDailyAppleId', with flair 'Gaming'
+12463 [2020-02-08 16:49:19] /u/TacticalTrioGamingYT had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:50:08] There has been a new submission: 'How to make a 3D video game asset in 1 hour (Blender 2.8) Any tips to improve?', with flair 'None'
+12463 [2020-02-08 16:50:11] /u/NazeraGameDev had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:50:47] There has been a new submission: 'Looking for feedback and criticism on my video please', with flair 'Video Critique'
+12463 [2020-02-08 16:50:49] /u/Dymorphic had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:53:42] There has been a new submission: 'Okay - so we’re working hard on our videos - but not sure how to get to the next level - feedback would be hugely appreciated - also hope you enjoy it :-)', with flair 'Vlog'
+12463 [2020-02-08 16:53:44] /u/FPVMARK had their submission removed for insufficient lambda.
+12463 [2020-02-08 16:55:17] '/u/spont_ad_club' has given '/u/5h1ttyredstone' lambda!
+12463 [2020-02-08 16:56:05] There has been a new submission: 'How do you get the points?', with flair 'None'
+12463 [2020-02-08 16:56:07] /u/FPVMARK had their submission removed for insufficient lambda.
+12463 [2020-02-08 17:05:58] '/u/thecounselor6' has given '/u/FireStarterCam44' lambda!
+12463 [2020-02-08 17:07:22] There has been a new submission: 'Feedback for my video pls ( Star Wars Battlefront 2 Edits )', with flair 'Video Critique'
+12463 [2020-02-08 17:10:08] There has been a new submission: 'This one was a weird one since it was a compilation of multiple games, would love feedback on the edit!', with flair 'Video Critique'
+12599 [2020-02-08 17:16:01]
+####################
+[2020-02-08 17:16:01] RESTARTED
+####################
+
+12599 [2020-02-08 17:22:25] '/u/DeFrapaCicco' has given '/u/RaisinsKaiser' lambda!
+12599 [2020-02-08 17:22:25] The OP received lambda too!
+12599 [2020-02-08 17:34:03] There has been a new submission: 'Scum - Never Get Raided - Never Loose Your Gear', with flair 'Gaming'
+12599 [2020-02-08 17:34:05] /u/CheatCentralCH had their submission removed for insufficient lambda.
+12599 [2020-02-08 17:39:10] There has been a new submission: 'New to making videos and I would like criticism.', with flair 'None'
+12599 [2020-02-08 17:39:11] /u/koolguy4962 had their submission removed for insufficient lambda.
+12599 [2020-02-08 17:45:02] There has been a new submission: 'Peppa Piggy | Roblox Piggy', with flair 'Gaming'
+12599 [2020-02-08 17:45:04] /u/OfficalHero had their submission removed for insufficient lambda.
+12599 [2020-02-08 17:46:27] There has been a new submission: 'Worlds Funniest Video (Welcome To Fucking)', with flair 'Vlog'
+12599 [2020-02-08 17:46:28] /u/PureTicYT had their submission removed for insufficient lambda.
+12599 [2020-02-08 17:46:51] There has been a new submission: 'FINALLY made the jump to YouTube! I've been wanting to do this for years', with flair 'Video Critique'
+12599 [2020-02-08 17:46:53] /u/adriant0510 had their submission removed for insufficient lambda.
+12599 [2020-02-08 17:47:52] '/u/Cuddery' has given '/u/Bjorniee' lambda!
+12599 [2020-02-08 17:48:57] '/u/Cuddery' has given '/u/NotFunnyGamer' lambda!
+12599 [2020-02-08 17:49:21] '/u/Cuddery' has given '/u/Aman_Moxxy' lambda!
+12599 [2020-02-08 17:50:04] '/u/Cuddery' has given '/u/One-Dos-San-Chaar' lambda!
+12599 [2020-02-08 17:50:19] '/u/Cuddery' has given '/u/FrayKay_YT' lambda!
+12599 [2020-02-08 17:50:30] '/u/Cuddery' has given '/u/denandmugMAKES' lambda!
+12599 [2020-02-08 17:50:56] '/u/Cuddery' has given '/u/zach_swoogg' lambda!
+12599 [2020-02-08 17:51:10] '/u/Cuddery' has given '/u/FPVMARK' lambda!
+12599 [2020-02-08 17:56:31] '/u/TrifectaComedy' has given '/u/YourSexyCellMate' lambda!
+12599 [2020-02-08 17:56:31] The OP received lambda too!
+12599 [2020-02-08 17:59:19] '/u/TrifectaComedy' has given '/u/Altravin' lambda!
+12599 [2020-02-08 18:00:11] '/u/TrifectaComedy' has given '/u/mattchu_does_stuff' lambda!
+12599 [2020-02-08 18:10:14] There has been a new submission: 'I do very niche cosplay content, trying to branch out. Is there entertainment value in this even if you don’t know the anime the characters are from?', with flair 'Video Critique'
+12599 [2020-02-08 18:10:50] '/u/CompleteReason1' has given '/u/sandtrumpsdirt' lambda!
+12599 [2020-02-08 18:10:50] The OP received lambda too!
+12599 [2020-02-08 18:11:51] There has been a new submission: 'Any opinions on my videos? I would love to have some feed back!', with flair 'Video Critique'
+12599 [2020-02-08 18:11:53] /u/ErbyTattoos had their submission removed for insufficient lambda.
+12599 [2020-02-08 18:12:33] There has been a new submission: 'So close to 100 subs! Check out my recent video and let me know what you thought of it! Good or bad comments! 👀😅', with flair 'Video Critique'
+12599 [2020-02-08 18:12:35] /u/Ballinweezy had their submission removed for insufficient lambda.
+12599 [2020-02-08 18:14:20] '/u/zeruel132' has given '/u/HectoritoESA' lambda!
+12599 [2020-02-08 18:14:20] The OP received lambda too!
+12599 [2020-02-08 18:15:49] There has been a new submission: 'Bendy and the ink machine content', with flair 'Gaming'
+12599 [2020-02-08 18:15:51] /u/DarkZero387 had their submission removed for insufficient lambda.
+12599 [2020-02-08 18:17:20] '/u/CompleteReason1' has given '/u/RaisinsKaiser' lambda!
+12599 [2020-02-08 18:18:10] '/u/CompleteReason1' has given '/u/Ballinweezy' lambda!
+12599 [2020-02-08 18:18:51] There has been a new submission: 'Experimenting with a new video format. Here’s my latest: Semi-Cooperative Games in 99 Seconds', with flair 'Video Critique'
+12599 [2020-02-08 18:35:30] '/u/ObscureHeroics' has given '/u/Tri99erMe' lambda!
+12599 [2020-02-08 18:39:48] '/u/zeruel132' has given '/u/sandtrumpsdirt' lambda!
+12599 [2020-02-08 18:39:52] There has been a new submission: 'Will be giving out tons of lambda! Made some changes as well as shortening video as many had previously suggested. Let me know what you think! | Daily dose of memes that are suprisingly accurate', with flair 'Video Critique'
+12599 [2020-02-08 18:40:47] There has been a new submission: 'just got my 50th subscriber', with flair 'Discussion'
+12599 [2020-02-08 18:41:37] '/u/zeruel132' has given '/u/Ballinweezy' lambda!
+12599 [2020-02-08 18:42:59] '/u/DeFrapaCicco' has given '/u/sandtrumpsdirt' lambda!
+12599 [2020-02-08 18:47:06] '/u/DevGin' has given '/u/frisodenijs' lambda!
+12599 [2020-02-08 18:50:43] There has been a new submission: 'Meghan Markle Inspired Thrift Haul! | My first ever thrift haul I would love a video review', with flair 'Video Critique'
+12599 [2020-02-08 18:50:45] /u/yreech had their submission removed for insufficient lambda.
+12599 [2020-02-08 18:53:14] There has been a new submission: 'Draw Anime On MS Paint Using Mouse-Rem Speedpaint', with flair 'Art'
+12599 [2020-02-08 18:54:44] '/u/Elfgames-' has given '/u/MoskitoDan' lambda!
+12599 [2020-02-08 18:54:44] The OP received lambda too!
+12599 [2020-02-08 18:59:51] '/u/shytownx' has given '/u/Paint2Luv-Art' lambda!
+12599 [2020-02-08 18:59:51] The OP received lambda too!
+12599 [2020-02-08 19:00:14] '/u/qzeqYT' has given '/u/Ballinweezy' lambda!
+12599 [2020-02-08 19:00:39] '/u/shytownx' has given '/u/cuchulainn1984' lambda!
+12599 [2020-02-08 19:02:09] '/u/heyiamandrew' has given '/u/sandtrumpsdirt' lambda!
+12599 [2020-02-08 19:02:22] '/u/shytownx' has given '/u/thatVTguy' lambda!
+12599 [2020-02-08 19:02:31] There has been a new submission: 'A look into the Final Fantasy Prelude over the years!', with flair 'Video Critique'
+12599 [2020-02-08 19:06:58] There has been a new submission: 'Helping my friend build her youtube. Do you like the Short Film or Vlogs better?', with flair 'Channel Review'
+12599 [2020-02-08 19:08:02] There has been a new submission: 'Just started my new YouTube channel and would really appreciate any feedback to how I can improve the content!', with flair 'None'
+12599 [2020-02-08 19:08:03] /u/poopants9000 had their submission removed for insufficient lambda.
+12599 [2020-02-08 19:09:52] There has been a new submission: 'Super close to 100 subs! Check out my channel and my most recent video and let me know what you think of my content! 🙏', with flair 'Channel Review'
+12599 [2020-02-08 19:10:22] '/u/MegaBiteGames' has given '/u/Ballinweezy' lambda!
+12599 [2020-02-08 19:10:22] The OP received lambda too!
+12734 [2020-02-08 19:16:01]
+####################
+[2020-02-08 19:16:01] RESTARTED
+####################
+
+12734 [2020-02-08 19:16:55] There has been a new submission: 'Just hit 60 subs I'm so happy right now', with flair 'Discussion'
+12734 [2020-02-08 19:18:28] '/u/mattchu_does_stuff' has given '/u/EggCustardPudding' lambda!
+12734 [2020-02-08 19:19:32] '/u/mattchu_does_stuff' has given '/u/shaunyoong' lambda!
+12734 [2020-02-08 19:21:20] '/u/mattchu_does_stuff' has given '/u/lil_traveller' lambda!
+12734 [2020-02-08 19:21:43] There has been a new submission: 'He identifies as a robot', with flair 'Channel Review'
+12734 [2020-02-08 19:21:45] /u/Union_Jack1 had their submission removed for insufficient lambda.
+12734 [2020-02-08 19:21:57] There has been a new submission: 'Anyone want to post a promotional video to my channel? (1k subs)', with flair 'Collab'
+12734 [2020-02-08 19:23:58] '/u/mattchu_does_stuff' has given '/u/Bjorniee' lambda!
+12734 [2020-02-08 19:24:55] '/u/mattchu_does_stuff' has given '/u/TheOzan' lambda!
+12734 [2020-02-08 19:25:26] '/u/shytownx' has given '/u/TheBobbyBands' lambda!
+12734 [2020-02-08 19:25:37] '/u/cuchulainn1984' has given '/u/izdarealizzy' lambda!
+12734 [2020-02-08 19:25:37] The OP received lambda too!
+12734 [2020-02-08 19:26:10] '/u/mattchu_does_stuff' has given '/u/Paint2Luv-Art' lambda!
+12734 [2020-02-08 19:26:53] '/u/cuchulainn1984' has given '/u/Mcured' lambda!
+12734 [2020-02-08 19:27:14] '/u/cuchulainn1984' has given '/u/poopants9000' lambda!
+12734 [2020-02-08 19:27:46] '/u/mattchu_does_stuff' has given '/u/sandtrumpsdirt' lambda!
+12734 [2020-02-08 19:32:49] '/u/MegaBiteGames' has given '/u/TheBobbyBands' lambda!
+12734 [2020-02-08 19:33:07] There has been a new submission: '*VOMIT* Zombie Skittle Try Not to Laugh Challenge', with flair 'None'
+12734 [2020-02-08 19:33:09] /u/WinkyTheWolf had their submission removed for insufficient lambda.
+12734 [2020-02-08 19:36:03] '/u/CompleteReason1' has given '/u/TheBobbyBands' lambda!
+12734 [2020-02-08 19:37:39] There has been a new submission: 'Can I get some feedback on my video', with flair 'Gaming'
+12734 [2020-02-08 19:37:40] /u/McTavishSoap had their submission removed for insufficient lambda.
+12734 [2020-02-08 19:39:17] There has been a new submission: 'My Second video on this channel since the last one got Good Reception, In this one I take a look into TikTok. Let me know what you think! :)', with flair 'Discussion'
+12734 [2020-02-08 19:39:17] /u/TheBobbyBands had their submission removed for using the wrong flair.
+12734 [2020-02-08 19:39:44] '/u/shytownx' has given '/u/Mcured' lambda!
+12734 [2020-02-08 19:40:18] There has been a new submission: 'TABS Complete Pirate Campaign', with flair 'Gaming'
+12734 [2020-02-08 19:40:20] /u/KristiansVG had their submission removed for insufficient lambda.
+12734 [2020-02-08 19:41:57] '/u/shytownx' has given '/u/roboben09' lambda!
+12734 [2020-02-08 19:43:18] There has been a new submission: 'My Second video on this channel since my last video got Good Reception, in this one I take a look into TikTok. Let me know what you think! :)', with flair 'Vlog'
+12734 [2020-02-08 19:44:20] There has been a new submission: 'VALENTINES DAY OUTFIT IDEAS TRY ON HAUL | DRESS | JEANS | SKIRT | LEGGINGS', with flair 'Channel Review'
+12734 [2020-02-08 19:44:22] /u/iamdestinymonique had their submission removed for insufficient lambda.
+12734 [2020-02-08 19:50:04] '/u/MegaBiteGames' has given '/u/sandtrumpsdirt' lambda!
+12734 [2020-02-08 19:53:20] '/u/shytownx' has given '/u/iamdestinymonique' lambda!
+12734 [2020-02-08 19:55:05] There has been a new submission: 'Modern Warfare: How To OPTIMIZE Your PC for Streaming/Recording (FIXED 2020)', with flair 'Gaming'
+12734 [2020-02-08 19:55:07] /u/ChiroNate had their submission removed for insufficient lambda.
+12734 [2020-02-08 19:55:24] '/u/shytownx' has given '/u/Kepler_Verge' lambda!
+12734 [2020-02-08 19:57:34] '/u/shytownx' has given '/u/ShaheerIsHere' lambda!
+12734 [2020-02-08 20:00:54] There has been a new submission: 'A Month Ago I Posted Here Celebrating 100 Subs. Just Broke 200 Subs And Feeling Great, But I Need Advice!', with flair 'Discussion'
+12734 [2020-02-08 20:01:44] There has been a new submission: 'I Just Made a Video where I Eat The HOTTEST Chip! Give me some feedback!!!', with flair 'Video Critique'
+12734 [2020-02-08 20:01:46] /u/MemeLord150 had their submission removed for insufficient lambda.
+12734 [2020-02-08 20:15:40] '/u/MegaBiteGames' has given '/u/Kepler_Verge' lambda!
+12734 [2020-02-08 20:16:59] There has been a new submission: 'First month on YouTube! Thanks for all your help!', with flair 'Discussion'
+12734 [2020-02-08 20:18:46] '/u/shytownx' has given '/u/nathancoles' lambda!
+12734 [2020-02-08 20:23:42] '/u/Paint2Luv-Art' has given '/u/OG_Dan' lambda!
+12734 [2020-02-08 20:23:42] The OP received lambda too!
+12734 [2020-02-08 20:29:23] There has been a new submission: 'Chef Mike Cooks Life', with flair 'Channel Review'
+12734 [2020-02-08 20:31:38] '/u/CompleteReason1' has given '/u/Boing_gaming' lambda!
+12734 [2020-02-08 20:31:52] '/u/cuchulainn1984' has given '/u/EggCustardPudding' lambda!
+12734 [2020-02-08 20:32:19] '/u/cuchulainn1984' has given '/u/MGTV_Mommy' lambda!
+12734 [2020-02-08 20:36:37] '/u/TechLens_Official' has given '/u/Battison1735' lambda!
+12734 [2020-02-08 20:38:25] There has been a new submission: 'Can we hit 150 subribers!?!?!?', with flair 'Channel Review'
+12734 [2020-02-08 20:38:26] /u/vektor_96 had their submission removed for insufficient lambda.
+12734 [2020-02-08 20:41:02] '/u/TrifectaComedy' has given '/u/notspicyenoughcomedy' lambda!
+12734 [2020-02-08 20:42:41] There has been a new submission: 'I Wanted It So Badly!! Apex Legends Season 4', with flair 'Gaming'
+12734 [2020-02-08 20:42:43] /u/Cuhllateral- had their submission removed for insufficient lambda.
+12734 [2020-02-08 20:42:55] There has been a new submission: 'would be a big help if i could get some feed back on my channel! Channel Review', with flair 'Channel Review'
+12734 [2020-02-08 20:42:57] /u/RoboRobYT had their submission removed for insufficient lambda.
+12734 [2020-02-08 20:46:42] '/u/TheBobbyBands' has given '/u/degwood777' lambda!
+12734 [2020-02-08 20:46:42] The OP received lambda too!
+12734 [2020-02-08 20:47:16] There has been a new submission: 'DIY oreos', with flair 'Vlog'
+12734 [2020-02-08 20:47:17] /u/blue4928493 had their submission removed for insufficient lambda.
+12734 [2020-02-08 20:48:51] There has been a new submission: 'I'm testing out two different things with this. 1. Uploading a bit earlier on weekends and 2. Shorter more fast paced videos. Let me know what exactly if anything needs to be tweaked. Thank you for watching! 😎', with flair 'Video Critique'
+12734 [2020-02-08 20:49:39] There has been a new submission: 'Hello guys! I am trying so hard to gain subscribers but it seems impossible to me ! If you could give a sub on my channel you would help me a lot!My channel name is “Vasilis Tsaknakis” https://youtu.be/vjrNIccb2HU Thank you and god bless ! 🙏💪', with flair 'Channel Review'
+12734 [2020-02-08 20:51:50] There has been a new submission: 'I replaced the audio of the new Birds Of Prey trailer with "It's Tricky". Tell me what you think!', with flair 'Video Critique'
+12734 [2020-02-08 20:54:17] There has been a new submission: 'DIY', with flair 'Vlog'
+12734 [2020-02-08 20:54:19] /u/blue4928493 had their submission removed for insufficient lambda.
+12734 [2020-02-08 21:00:38] There has been a new submission: 'Just got to 60 subscribers', with flair 'Discussion'
+12734 [2020-02-08 21:05:12] '/u/TrifectaComedy' has given '/u/notspicyenoughcomedy' lambda!
+12734 [2020-02-08 21:05:12] The OP received lambda too!
+12734 [2020-02-08 21:05:26] '/u/TrifectaComedy' has given '/u/notspicyenoughcomedy' lambda!
+12734 [2020-02-08 21:06:53] There has been a new submission: 'so close to 100 subs ( currently 94)- Boxxie', with flair 'Gaming'
+12734 [2020-02-08 21:06:55] /u/brettepictale had their submission removed for insufficient lambda.
+12734 [2020-02-08 21:07:06] '/u/shytownx' has given '/u/TomKeehn' lambda!
+12734 [2020-02-08 21:07:13] There has been a new submission: 'TRAILER - How God Saved My Son From the Wolves | A Faith Film', with flair 'Channel Review'
+12734 [2020-02-08 21:07:58] '/u/shytownx' has given '/u/ErbyTattoos' lambda!
+12734 [2020-02-08 21:14:50] There has been a new submission: 'Open discussion about content', with flair 'Discussion'
+12734 [2020-02-08 21:15:20] '/u/TheBobbyBands' has given '/u/ErbyTattoos' lambda!
+12932 [2020-02-08 21:16:02]
+####################
+[2020-02-08 21:16:02] RESTARTED
+####################
+
+12932 [2020-02-08 21:17:51] There has been a new submission: 'I let my viewers DESTROY me', with flair 'Gaming'
+12932 [2020-02-08 21:17:52] /u/TotallyTitanTV had their submission removed for insufficient lambda.
+12932 [2020-02-08 21:21:41] There has been a new submission: 'PLS HELP YouTooz Are Making Me A Figure *I Only Have 250 Subs* | Henpics', with flair 'Video Critique'
+12932 [2020-02-08 21:21:43] /u/r0cCoExE had their submission removed for insufficient lambda.
+12932 [2020-02-08 21:25:09] There has been a new submission: 'Hey guys could i get some feedback..except i know the vid might be a bit boring..', with flair 'Gaming'
+12932 [2020-02-08 21:25:10] /u/ThatLuckyDude had their submission removed for insufficient lambda.
+12932 [2020-02-08 21:26:20] '/u/PepiOnLine' has given '/u/UrBoiFam' lambda!
+12932 [2020-02-08 21:26:20] The OP received lambda too!
+12932 [2020-02-08 21:33:11] '/u/notspicyenoughcomedy' has given '/u/TrifectaComedy' lambda!
+12932 [2020-02-08 21:33:11] The OP received lambda too!
+12932 [2020-02-08 21:40:54] There has been a new submission: 'Check out my new animation', with flair 'None'
+12932 [2020-02-08 21:40:57] /u/alzimba85 had their submission removed for insufficient lambda.
+12932 [2020-02-08 21:42:18] '/u/cuchulainn1984' has given '/u/qzeqYT' lambda!
+12932 [2020-02-08 21:51:57] '/u/shytownx' has given '/u/usedmop' lambda!
+12932 [2020-02-08 21:55:04] There has been a new submission: 'Anybody know a free but good video editor', with flair 'None'
+12932 [2020-02-08 21:55:06] /u/kingbenmaxx had their submission removed for insufficient lambda.
+12932 [2020-02-08 21:58:29] There has been a new submission: 'Tubing behind a snowmobile and hitting big ramps!', with flair 'Vlog'
+12932 [2020-02-08 21:58:30] /u/Cambcamb had their submission removed for insufficient lambda.
+12932 [2020-02-08 22:00:12] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 9 Gameplay Walkthrough Blind Facecam', with flair 'None'
+12932 [2020-02-08 22:00:14] /u/loopy2mn had their submission removed for insufficient lambda.
+12932 [2020-02-08 22:07:27] '/u/Elfgames-' has given '/u/usedmop' lambda!
+12932 [2020-02-08 22:16:25] There has been a new submission: 'Universal Studios Singapore - Family Adventure Vlog - Was It Worth It ? Taking my Vlogs in a little different direction...comments are always welcome :)', with flair 'Vlog'
+12932 [2020-02-08 22:19:11] There has been a new submission: 'Uploaded a new video of my twitch highlights.', with flair 'Gaming'
+12932 [2020-02-08 22:23:51] '/u/sandtrumpsdirt' has given '/u/Boing_gaming' lambda!
+12932 [2020-02-08 22:23:51] The OP received lambda too!
+12932 [2020-02-08 22:27:20] There has been a new submission: 'I just hit a little over 50 subs and I feel so frkn happy, like I’m rushing to make so many videos now lol!!', with flair 'None'
+12932 [2020-02-08 22:27:21] /u/DestinyLashea had their submission removed for insufficient lambda.
+12932 [2020-02-08 22:29:16] There has been a new submission: 'Horizon Chase Turbo Review! Arcade Racer with Splitscreen Multiplayer, feedback?', with flair 'Gaming'
+12932 [2020-02-08 22:29:29] There has been a new submission: 'Who wants to be The Arena Champion', with flair 'Video Critique'
+12932 [2020-02-08 22:35:37] There has been a new submission: 'Calming river. Stress relief melody', with flair 'Channel Review'
+12932 [2020-02-08 22:35:39] /u/aluskevics had their submission removed for insufficient lambda.
+12932 [2020-02-08 22:53:46] '/u/ClamsOystersSquid' has given '/u/JimmyVStheWorld' lambda!
+12932 [2020-02-08 22:55:10] There has been a new submission: 'Hai everyone! I'm a new small YouTuber. I would really appreciate some feedback on my vids. So please check them out and support me on my journey. I'm so close to 80 subs. (I do not support sub4sub) Thank youuu!', with flair 'Channel Review'
+12932 [2020-02-08 22:55:11] /u/XDAsh1804 had their submission removed for insufficient lambda.
+12932 [2020-02-08 22:56:14] '/u/ClamsOystersSquid' has given '/u/Bjorniee' lambda!
+12932 [2020-02-08 23:07:41] There has been a new submission: 'DANK MEMES INBOUND. I'm trying to be more entertaining as a commentator/editor. Tell me what you think!', with flair 'Video Critique'
+13067 [2020-02-08 23:16:01]
+####################
+[2020-02-08 23:16:01] RESTARTED
+####################
+
+1431 [2020-02-08 23:18:17] Updated statistics
+13067 [2020-02-08 23:31:04] '/u/MegaBiteGames' has given '/u/_GoatBandit_' lambda!
+13067 [2020-02-08 23:47:53] There has been a new submission: 'YOUTUBER PRESIDENTIAL CANDIDATES 2020 (7 candidates) +lambda', with flair 'Video Critique'
+13067 [2020-02-08 23:56:15] There has been a new submission: 'Advice for my channel. Will give !lambda', with flair 'Discussion'
+13067 [2020-02-09 00:01:45] There has been a new submission: 'SUBSCRIBE!', with flair 'Art'
+13067 [2020-02-09 00:01:47] /u/terdman11111 had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:03:16] There has been a new submission: '🤠 Red Dead Redemption 2 🐴 | Horseshoe Overlook | 🍀', with flair 'Gaming'
+13067 [2020-02-09 00:03:17] /u/Cothfotmeoo had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:04:23] There has been a new submission: 'Can we get to 400 subs? I'm so close to getting there!', with flair 'Discussion'
+13067 [2020-02-09 00:04:25] /u/ShamoonReacts had their submission removed for using the wrong flair.
+13067 [2020-02-09 00:08:16] There has been a new submission: 'Is anyone interested in doing a podcast for basketball news? Please leave a comment, or leave a msg in my inbox!', with flair 'Collab'
+13067 [2020-02-09 00:08:17] /u/ShamoonReacts had their submission removed for using the wrong flair.
+13067 [2020-02-09 00:08:52] There has been a new submission: 'I'm almost at 400! Excited to nearly be halfway there for 1k!', with flair 'None'
+13067 [2020-02-09 00:08:52] /u/ShamoonReacts had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:14:58] There has been a new submission: 'I make Nintendo related commentaries and reviews!', with flair 'None'
+13067 [2020-02-09 00:15:00] /u/JamesJVE had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:29:01] There has been a new submission: 'So I've been getting serious about my channel about a month ago and just hit 7k views on my channel. The problem is I'm not getting the subscribers. Am I doing something wrong?', with flair 'Discussion'
+13067 [2020-02-09 00:35:19] There has been a new submission: 'My first ever YouTube video! Would love some feedback.', with flair 'Gaming'
+13067 [2020-02-09 00:35:20] /u/GrumpyBottom_YT had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:44:12] There has been a new submission: 'Plz sub to me', with flair 'None'
+13067 [2020-02-09 00:44:14] /u/Forkknife64 had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:50:00] There has been a new submission: 'Backed up Man Hole', with flair 'Channel Review'
+13067 [2020-02-09 00:50:01] /u/DrainPros had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:50:31] There has been a new submission: 'My first video of many. Posting the my older Instagram and twitter videos on the channel later during the week', with flair 'Gaming'
+13067 [2020-02-09 00:50:34] /u/masekurr had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:58:09] There has been a new submission: 'Leave a nice comment on this video for a free sub and like from me! No need to sub back', with flair 'Gaming'
+13067 [2020-02-09 00:58:10] /u/TheBluePhoenix1 had their submission removed for insufficient lambda.
+13067 [2020-02-09 00:58:47] There has been a new submission: 'When roasting goes too far', with flair 'None'
+13067 [2020-02-09 00:58:48] /u/yizizawezome had their submission removed for insufficient lambda.
+13067 [2020-02-09 01:01:30] There has been a new submission: 'Trails of Cold Steel Part 63 - Garrelia Fortress/Boss Fight', with flair 'Gaming'
+13067 [2020-02-09 01:10:57] There has been a new submission: 'Trails of Cold Steel Part 63 - Garrelia Fortress/Boss Fight', with flair 'Gaming'
+13067 [2020-02-09 01:10:59] /u/jonikon had their submission removed for insufficient lambda.
+13630 [2020-02-09 01:16:02]
+####################
+[2020-02-09 01:16:02] RESTARTED
+####################
+
+13630 [2020-02-09 01:18:19] There has been a new submission: 'Trails of Cold Steel Part 63 - Garrelia Fortress/Boss Fight', with flair 'Gaming'
+13630 [2020-02-09 01:18:20] /u/jonikon had their submission removed for insufficient lambda.
+13630 [2020-02-09 01:27:52] There has been a new submission: 'Recently uploaded a Denmark Travel Vlog. It has always been my goal to improve at least a thing or two every video to make the quality videos soon, May you help me pin-point things I can improve that I may have missed?', with flair 'Video Critique'
+13630 [2020-02-09 01:28:01] '/u/shytownx' has given '/u/Curtiscrafts' lambda!
+13630 [2020-02-09 01:30:13] There has been a new submission: 'Tell Me What You Think! Lambda for real feedback!', with flair 'Video Critique'
+13630 [2020-02-09 01:41:01] There has been a new submission: 'Are intro makers on twitter worth it?', with flair 'Discussion'
+13630 [2020-02-09 01:42:59] '/u/Sipover' has given '/u/ErbyTattoos' lambda!
+13630 [2020-02-09 01:42:59] The OP received lambda too!
+13630 [2020-02-09 01:53:50] '/u/sandtrumpsdirt' has given '/u/ErbyTattoos' lambda!
+13630 [2020-02-09 02:04:34] '/u/CrystalLaser' has given '/u/Drunkpriest666' lambda!
+13630 [2020-02-09 02:04:34] The OP received lambda too!
+13630 [2020-02-09 02:05:00] '/u/shytownx' has given '/u/Cothfotmeoo' lambda!
+13630 [2020-02-09 02:25:24] '/u/usedmop' has given '/u/Drunkpriest666' lambda!
+13630 [2020-02-09 02:25:24] The OP received lambda too!
+13630 [2020-02-09 02:28:53] There has been a new submission: 'Need feedback on this. Proper feedback (good or bad) gets lambda.', with flair 'Video Critique'
+13630 [2020-02-09 02:29:58] '/u/usedmop' has given '/u/Adventuroussoul18' lambda!
+13630 [2020-02-09 02:35:40] There has been a new submission: 'I would appreciate any constructive criticism on my channel!', with flair 'Channel Review'
+13630 [2020-02-09 02:35:41] /u/roguelib had their submission removed for insufficient lambda.
+13630 [2020-02-09 02:39:52] '/u/Drunkpriest666' has given '/u/RevolutionaryShip7' lambda!
+13630 [2020-02-09 02:39:52] The OP received lambda too!
+13630 [2020-02-09 02:56:30] There has been a new submission: 'Insanely Funny Siege Moments..', with flair 'Gaming'
+13630 [2020-02-09 02:56:32] /u/FiftyyyOneee had their submission removed for insufficient lambda.
+13630 [2020-02-09 02:58:58] There has been a new submission: 'any opinions or critiques on my video?! I had a lot of fun making this one and personally it's my favorite video so far. Feel free to look at other videos on my channel and tell me what you think. c:', with flair 'Video Critique'
+13630 [2020-02-09 03:00:58] There has been a new submission: 'My latest build is going to be huge. If you like this kind of thing, please SUBSCRIBE, I also now have a proper (ish) intro. No more cheesy animation. JUST CHEESY VIDEO!', with flair 'Video Critique'
+13630 [2020-02-09 03:01:38] There has been a new submission: 'Need to make a change (350 subs, 4 months) I’m a producer', with flair 'Discussion'
+13630 [2020-02-09 03:10:32] '/u/Sipover' has given '/u/RevolutionaryShip7' lambda!
+13769 [2020-02-09 03:16:03]
+####################
+[2020-02-09 03:16:03] RESTARTED
+####################
+
+13769 [2020-02-09 03:21:38] There has been a new submission: 'is this funny?', with flair 'None'
+13769 [2020-02-09 03:21:40] /u/redditfthan had their submission removed for insufficient lambda.
+13769 [2020-02-09 03:22:30] '/u/xShenlesx' has given '/u/Battison1735' lambda!
+13769 [2020-02-09 03:22:30] The OP received lambda too!
+13769 [2020-02-09 03:29:24] '/u/xShenlesx' has given '/u/saga--' lambda!
+13769 [2020-02-09 03:30:30] There has been a new submission: 'made a pubg video with a friend, real feedback is helpful. i'd prefer if comments are on youtube rather than reddit so i dont have to check both.', with flair 'Video Critique'
+13769 [2020-02-09 03:50:47] '/u/usedmop' has given '/u/RevolutionaryShip7' lambda!
+13769 [2020-02-09 03:55:03] There has been a new submission: 'I would love some feedback. Second time on camera and still getting used to it. Physically Preparing for a Karting Race | Go Karting Tips for Beginners', with flair 'Video Critique'
+13769 [2020-02-09 04:02:37] There has been a new submission: 'Just wanted to thank everyone here for helping with my channel's growth!', with flair 'Discussion'
+13769 [2020-02-09 04:03:20] There has been a new submission: 'Are any of you interested', with flair 'Collab'
+13769 [2020-02-09 04:11:16] There has been a new submission: 'Learn Magic/Card Tricks Here :) Subscribe if you like the content Thanks :)', with flair 'Video Critique'
+13769 [2020-02-09 04:27:54] There has been a new submission: 'Brokkr', with flair 'Vlog'
+13769 [2020-02-09 04:27:55] /u/krissingi00 had their submission removed for insufficient lambda.
+13769 [2020-02-09 04:31:39] '/u/Battison1735' has given '/u/KingOberon13' lambda!
+13769 [2020-02-09 04:31:39] The OP received lambda too!
+13769 [2020-02-09 04:31:52] '/u/Battison1735' has given '/u/Boing_gaming' lambda!
+13769 [2020-02-09 04:32:06] '/u/Battison1735' has given '/u/RaisinsKaiser' lambda!
+13769 [2020-02-09 04:37:38] There has been a new submission: 'When I Met Yuvraj Singh in Dubai 🔥🔥🔥', with flair 'Vlog'
+13769 [2020-02-09 04:37:40] /u/travelwithraveller had their submission removed for insufficient lambda.
+13769 [2020-02-09 04:44:54] There has been a new submission: 'mlg game earrape btw|game of the year 420 blaze it', with flair 'Gaming'
+13769 [2020-02-09 04:45:48] There has been a new submission: '🤠 Red Dead Redemption 2 🐴 | Horseshoe Overlook | 🍀', with flair 'Gaming'
+13769 [2020-02-09 05:07:56] '/u/b_hoves' has given '/u/danifernt' lambda!
+13769 [2020-02-09 05:07:56] The OP received lambda too!
+13906 [2020-02-09 05:16:02]
+####################
+[2020-02-09 05:16:02] RESTARTED
+####################
+
+13906 [2020-02-09 05:20:12] There has been a new submission: 'Catching Fish IN VR [FUNNY][RAGE] - I'll give lambda to whoever has any kind of feedback or comments', with flair 'Video Critique'
+13906 [2020-02-09 05:21:57] There has been a new submission: 'So I’m torn', with flair 'Discussion'
+13906 [2020-02-09 05:33:38] '/u/Bjorniee' has given '/u/MuhsTK' lambda!
+13906 [2020-02-09 05:33:38] The OP received lambda too!
+13906 [2020-02-09 05:36:58] '/u/Kepler_Verge' has given '/u/Cothfotmeoo' lambda!
+13906 [2020-02-09 05:36:58] The OP received lambda too!
+13906 [2020-02-09 05:37:50] '/u/Kepler_Verge' has given '/u/saga--' lambda!
+13906 [2020-02-09 05:38:04] '/u/Bjorniee' has given '/u/Sky-todd' lambda!
+13906 [2020-02-09 05:38:33] '/u/Bjorniee' has given '/u/danifernt' lambda!
+13906 [2020-02-09 05:40:17] '/u/Kepler_Verge' has given '/u/ErbyTattoos' lambda!
+13906 [2020-02-09 05:45:27] There has been a new submission: 'Many people who do sub4sub seem to be grossly incompetent', with flair 'Discussion'
+13906 [2020-02-09 05:49:00] There has been a new submission: 'Hey guys! generic youtube gamer 7,568 here! and today i’m hoping you can take a look over my channel and give me a couple pointers!', with flair 'Channel Review'
+13906 [2020-02-09 06:21:40] '/u/danifernt' has given '/u/doing-science' lambda!
+13906 [2020-02-09 06:21:40] The OP received lambda too!
+13906 [2020-02-09 06:26:40] '/u/Sky-todd' has given '/u/cjmorgan242' lambda!
+13906 [2020-02-09 06:26:40] The OP received lambda too!
+13906 [2020-02-09 06:26:49] There has been a new submission: 'If you are wondering to start or not to start training in the Muay Thai art if you are over 30 Years old, I going to share with you a few reasons why you should and maybe this video will help you make the right decision. Thank you for your support!', with flair 'Video Critique'
+13906 [2020-02-09 06:26:51] /u/scorhiphop had their submission removed for insufficient lambda.
+13906 [2020-02-09 06:36:26] There has been a new submission: 'The Last Voyage of the SS. Black Lung (Funny Moments)', with flair 'Gaming'
+13906 [2020-02-09 06:36:27] /u/SkitchenOfficial had their submission removed for insufficient lambda.
+13906 [2020-02-09 06:57:55] There has been a new submission: 'JUST HIT 65 subs and Playing horror games', with flair 'Discussion'
+14298 [2020-02-09 07:16:02]
+####################
+[2020-02-09 07:16:02] RESTARTED
+####################
+
+14298 [2020-02-09 07:24:54] There has been a new submission: 'You guys aren't gonna like this but here I am posting it', with flair 'None'
+14298 [2020-02-09 07:24:56] /u/PatheticPsycedelic had their submission removed for insufficient lambda.
+14298 [2020-02-09 07:41:30] '/u/MusikPalast' has given '/u/Sky-todd' lambda!
+14298 [2020-02-09 07:41:30] The OP received lambda too!
+14298 [2020-02-09 08:20:02] There has been a new submission: 'WORST HORROR GAME EVER! | Dia (Horror Indie Games) #Filipino', with flair 'Gaming'
+14298 [2020-02-09 08:20:05] /u/Xyronxid had their submission removed for insufficient lambda.
+14298 [2020-02-09 08:34:57] '/u/RevolutionaryShip7' has given '/u/danifernt' lambda!
+14298 [2020-02-09 08:34:57] The OP received lambda too!
+14298 [2020-02-09 08:43:54] There has been a new submission: 'I am a small YouTube channel and I made a new video about the Novel Coronavirus. check it out if you would like.', with flair 'Video Critique'
+14298 [2020-02-09 08:43:56] /u/Info_Dose had their submission removed for insufficient lambda.
+14298 [2020-02-09 08:49:31] '/u/Vasilis-Tsaknakis' has given '/u/_GoatBandit_' lambda!
+14298 [2020-02-09 08:49:31] The OP received lambda too!
+14298 [2020-02-09 08:56:35] There has been a new submission: 'Hi i friends, i am new member to this community.. Let me introduce myself karthika.. New youtuber.. Wil be active in this group to share n help through discussion 👍', with flair 'Channel Review'
+14298 [2020-02-09 08:56:36] /u/_karthikadevi had their submission removed for insufficient lambda.
+14298 [2020-02-09 09:01:06] There has been a new submission: 'New video 🤠🙈', with flair 'None'
+14298 [2020-02-09 09:01:08] /u/NASTASJAM had their submission removed for insufficient lambda.
+14298 [2020-02-09 09:02:55] '/u/b_hoves' has given '/u/FPVMARK' lambda!
+14298 [2020-02-09 09:03:22] There has been a new submission: 'YT Copyright issues for source football clips', with flair 'Discussion'
+14298 [2020-02-09 09:15:26] There has been a new submission: '30 Uploads and 30 Subscribers', with flair 'Discussion'
+14431 [2020-02-09 09:16:02]
+####################
+[2020-02-09 09:16:02] RESTARTED
+####################
+
+14431 [2020-02-09 09:19:36] There has been a new submission: 'Another video in my funny wtf pubg moments series plz watch ,give comments and advice on hw to make video better', with flair 'Gaming'
+14431 [2020-02-09 09:19:36] /u/technoid7 had their submission removed for insufficient lambda.
+14431 [2020-02-09 09:21:14] There has been a new submission: '(ɪ’ᴍ ɢɪғᴛɪɴɢ ᴇᴠᴇʀʏᴏɴᴇ ᴡʜᴏ sᴜʙs ᴛᴏ ᴍᴇ) 🎁', with flair 'Gaming'
+14431 [2020-02-09 09:21:16] /u/Wanderlust61 had their submission removed for insufficient lambda.
+14431 [2020-02-09 09:28:47] There has been a new submission: 'This year’s goal', with flair 'Discussion'
+14431 [2020-02-09 09:33:47] '/u/zeruel132' has given '/u/Cothfotmeoo' lambda!
+14431 [2020-02-09 10:00:57] There has been a new submission: 'Link me your Best video in the comments. I’m gonna make a Reaction video to Your Videos!', with flair 'Discussion'
+14431 [2020-02-09 10:23:16] There has been a new submission: 'What do you think about this Drone over the ragging water video?', with flair 'Video Critique'
+14431 [2020-02-09 10:23:18] /u/dzeko1984 had their submission removed for insufficient lambda.
+14431 [2020-02-09 10:24:08] There has been a new submission: 'More Quality or More Quantity?', with flair 'None'
+14431 [2020-02-09 10:24:10] /u/PeekingAroundYT had their submission removed for insufficient lambda.
+14431 [2020-02-09 10:53:27] There has been a new submission: 'Made a 4 minute long montage of my most sexy quickscopes in fortnite, enjoy!', with flair 'Gaming'
+14431 [2020-02-09 10:53:29] /u/Tasho_Hashos had their submission removed for insufficient lambda.
+14567 [2020-02-09 11:16:02]
+####################
+[2020-02-09 11:16:02] RESTARTED
+####################
+
+14567 [2020-02-09 12:05:49] There has been a new submission: 'I'm at 97 subscribers, please help me get to a 100 😂😂😂', with flair 'Meta'
+14567 [2020-02-09 12:53:31] '/u/Sky-todd' has given '/u/qzeqYT' lambda!
+14567 [2020-02-09 12:55:17] '/u/Sky-todd' has given '/u/KingOberon13' lambda!
+14567 [2020-02-09 12:56:04] '/u/Sky-todd' has given '/u/nightyalmighty' lambda!
+14567 [2020-02-09 13:02:52] There has been a new submission: 'Im trying to become a Gaming YTer. Talking about various topics. If you find flaws tell me about it! Im going to refine myself :D', with flair 'Gaming'
+14567 [2020-02-09 13:09:14] '/u/Sipover' has given '/u/Cothfotmeoo' lambda!
+14567 [2020-02-09 13:09:29] There has been a new submission: 'Can anyone help?', with flair 'Channel Review'
+14567 [2020-02-09 13:09:29] /u/travellinnorth had their submission removed for insufficient lambda.
+14567 [2020-02-09 13:13:46] '/u/CompleteReason1' has given '/u/Cothfotmeoo' lambda!
+14730 [2020-02-09 13:16:02]
+####################
+[2020-02-09 13:16:02] RESTARTED
+####################
+
+14730 [2020-02-09 13:34:18] There has been a new submission: 'Konkan Seafood at aare ware beach [vlog]', with flair 'Vlog'
+14730 [2020-02-09 13:34:53] '/u/usedmop' has given '/u/FPVMARK' lambda!
+14730 [2020-02-09 13:35:23] There has been a new submission: 'Just made a fortnite montage lucid dreams pls go and watch thank you', with flair 'Gaming'
+14730 [2020-02-09 13:35:25] /u/hiplssub had their submission removed for insufficient lambda.
+14730 [2020-02-09 13:36:15] '/u/usedmop' has given '/u/vigalovescomics' lambda!
+14730 [2020-02-09 13:38:07] '/u/usedmop' has given '/u/danifernt' lambda!
+14730 [2020-02-09 13:41:35] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 9 - Corpser', with flair 'Gaming'
+14730 [2020-02-09 13:41:37] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+14730 [2020-02-09 13:41:49] '/u/usedmop' has given '/u/Sky-todd' lambda!
+14730 [2020-02-09 13:44:57] '/u/RaisinsKaiser' has given '/u/Armack_is_wack' lambda!
+14730 [2020-02-09 13:44:57] The OP received lambda too!
+14730 [2020-02-09 13:49:49] There has been a new submission: 'Drunk COD Video! Will Give Lambda For Good Feedback!', with flair 'Gaming'
+14730 [2020-02-09 13:50:09] There has been a new submission: 'Please, my dream is 200 subscriber's. Please help', with flair 'Vlog'
+14730 [2020-02-09 13:50:11] /u/KoiMan_Is_Relevant had their submission removed for insufficient lambda.
+14730 [2020-02-09 14:02:10] There has been a new submission: 'So I was planning this video for almost 2-3 weeks and I finished it last night and I was happy with it. Tell me how you're not happy with it', with flair 'Video Critique'
+14730 [2020-02-09 14:07:47] '/u/RaisinsKaiser' has given '/u/angusdaasian' lambda!
+14730 [2020-02-09 14:33:54] There has been a new submission: 'Can we get 400 subs? I'm so close to it, been consistently uploading now. Happy with the progress so far!', with flair 'None'
+14730 [2020-02-09 14:33:56] /u/ShamoonReacts had their submission removed for insufficient lambda.
+14730 [2020-02-09 14:38:37] There has been a new submission: 'How to make a name?', with flair 'Discussion'
+14730 [2020-02-09 14:40:59] There has been a new submission: 'When The Professor Has A Published Book - Latest comedy sketch, any feedback would be appreciated', with flair 'Video Critique'
+14730 [2020-02-09 14:48:04] {ERROR} received 503 HTTP response
+14730 [2020-02-09 14:49:18] {ERROR} received 503 HTTP response
+14940 [2020-02-09 15:16:02]
+####################
+[2020-02-09 15:16:02] RESTARTED
+####################
+
+14940 [2020-02-09 15:16:27] '/u/PandaGamer258K9' has given '/u/illicit816' lambda!
+14940 [2020-02-09 15:16:28] The OP received lambda too!
+14940 [2020-02-09 15:16:34] '/u/DeFrapaCicco' has given '/u/WalfieOnYouTube' lambda!
+14940 [2020-02-09 15:16:39] '/u/DeFrapaCicco' has given '/u/Boing_gaming' lambda!
+14940 [2020-02-09 15:17:10] There has been a new submission: 'Fortnite montage - pain', with flair 'Gaming'
+14940 [2020-02-09 15:17:11] /u/Wanderlust61 had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:19:10] There has been a new submission: 'Share of the population that is undernourished | Bar Chart Race', with flair 'Channel Review'
+14940 [2020-02-09 15:19:10] /u/Shubotube had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:26:09] There has been a new submission: 'How To INSTANTLY IMPROVE YOUR AIM in Rainbow Six Siege | Improve Your Game for PC and PS4', with flair 'Gaming'
+14940 [2020-02-09 15:26:10] /u/playlum had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:29:43] '/u/Bjorniee' has given '/u/LNRDSHELBY' lambda!
+14940 [2020-02-09 15:30:49] There has been a new submission: 'My videos get over 100 views but I am stuck on 20 subscribers, pls give advice and help', with flair 'Channel Review'
+14940 [2020-02-09 15:30:52] /u/pengalehawk had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:32:10] '/u/illicit816' has given '/u/angusdaasian' lambda!
+14940 [2020-02-09 15:32:10] The OP received lambda too!
+14940 [2020-02-09 15:35:43] '/u/illicit816' has given '/u/Dharen29YT' lambda!
+14940 [2020-02-09 15:43:08] There has been a new submission: 'Please do subscribe to my channel thanks again.', with flair 'Gaming'
+14940 [2020-02-09 15:43:10] /u/DarkTrainer747 had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:43:49] '/u/illicit816' has given '/u/Max_Robertson' lambda!
+14940 [2020-02-09 15:45:36] '/u/illicit816' has given '/u/pyvozaur' lambda!
+14940 [2020-02-09 15:46:25] There has been a new submission: 'Dont know why gameplay is bad. Please check out my roblox series', with flair 'Gaming'
+14940 [2020-02-09 15:46:26] /u/TheAdykat had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:46:36] There has been a new submission: '"THATS TOXIC" (SH!T TALKING ON MODERN WARFARE)', with flair 'Gaming'
+14940 [2020-02-09 15:46:38] /u/a_nuweisr had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:47:41] There has been a new submission: 'A Baby with 6 Arms ? "LEAGUE OF GODS"', with flair 'Video Critique'
+14940 [2020-02-09 15:51:04] There has been a new submission: 'Unboxing and Review the Knights of Ren Funko Pops! Let me know what you think!', with flair 'Video Critique'
+14940 [2020-02-09 15:51:06] /u/aw_rayner had their submission removed for insufficient lambda.
+14940 [2020-02-09 15:53:38] There has been a new submission: 'Hey guys! I started a piano channel a long time ago and MIA for a bit but now I am back making videos so here is my latest one. Constructive criticisms are appreciated :)', with flair 'Video Critique'
+14940 [2020-02-09 16:05:12] There has been a new submission: '👏👏Channel review', with flair 'Channel Review'
+14940 [2020-02-09 16:05:13] /u/britydity had their submission removed for insufficient lambda.
+14940 [2020-02-09 16:05:30] '/u/Dharen29YT' has given '/u/MoskitoDan' lambda!
+14940 [2020-02-09 16:05:30] The OP received lambda too!
+14940 [2020-02-09 16:19:26] '/u/PandaGamer258K9' has given '/u/britydity' lambda!
+14940 [2020-02-09 16:19:59] There has been a new submission: 'Human Fall Flat Co-op Gameplay - I would appreciate any feedback', with flair 'Gaming'
+14940 [2020-02-09 16:20:07] '/u/RaisinsKaiser' has given '/u/Dharen29YT' lambda!
+14940 [2020-02-09 16:21:32] '/u/RaisinsKaiser' has given '/u/a_nuweisr' lambda!
+14940 [2020-02-09 16:22:27] '/u/illicit816' has given '/u/JCCCCCCCCCCCCCCCCCCC' lambda!
+14940 [2020-02-09 16:22:37] There has been a new submission: 'Goodby Bosnia - End of the Bosnia Vlog Series (Where are we headed next?)', with flair 'Video Critique'
+14940 [2020-02-09 16:22:49] '/u/illicit816' has given '/u/ShikharTrivedi' lambda!
+14940 [2020-02-09 16:23:08] There has been a new submission: 'I pillow fought strangers in public...including a hobo', with flair 'None'
+14940 [2020-02-09 16:23:10] /u/2amedina had their submission removed for insufficient lambda.
+14940 [2020-02-09 16:23:38] There has been a new submission: '9 Things You Might be Doing That Threaten Your Heart Health', with flair 'Channel Review'
+14940 [2020-02-09 16:23:40] /u/Keagan1016 had their submission removed for insufficient lambda.
+14940 [2020-02-09 16:25:06] '/u/illicit816' has given '/u/britydity' lambda!
+14940 [2020-02-09 16:26:15] '/u/illicit816' has given '/u/Fireplace74' lambda!
+14940 [2020-02-09 16:28:03] '/u/illicit816' has given '/u/2amedina' lambda!
+14940 [2020-02-09 16:31:57] '/u/2amedina' has given '/u/Kesaylo' lambda!
+14940 [2020-02-09 16:31:57] The OP received lambda too!
+14940 [2020-02-09 16:32:35] '/u/2amedina' has given '/u/acexsd1' lambda!
+14940 [2020-02-09 16:33:02] '/u/2amedina' has given '/u/Nicholas_Pickolaus' lambda!
+14940 [2020-02-09 16:39:29] '/u/usedmop' has given '/u/angusdaasian' lambda!
+14940 [2020-02-09 16:47:39] There has been a new submission: 'Animal Crossing New Horizons hype anyone?', with flair 'Gaming'
+14940 [2020-02-09 16:47:40] /u/eF__Be had their submission removed for insufficient lambda.
+14940 [2020-02-09 16:48:18] There has been a new submission: '👏👏 channel review', with flair 'Channel Review'
+14940 [2020-02-09 16:57:36] There has been a new submission: 'DayZ- The Bean-Can Karate-Kid', with flair 'Gaming'
+14940 [2020-02-09 16:57:37] /u/Cashishie had their submission removed for insufficient lambda.
+15143 [2020-02-09 17:16:02]
+####################
+[2020-02-09 17:16:02] RESTARTED
+####################
+
+15143 [2020-02-09 17:20:00] '/u/MegaBiteGames' has given '/u/ErbyTattoos' lambda!
+15143 [2020-02-09 17:20:09] There has been a new submission: 'Peppi and Mac are try to steal', with flair 'Vlog'
+15143 [2020-02-09 17:20:11] /u/catsfishchannel had their submission removed for insufficient lambda.
+15143 [2020-02-09 17:28:32] There has been a new submission: 'Fueled Stories Episode 4 (probably my best work) !lambda for legit feedback!', with flair 'Video Critique'
+15143 [2020-02-09 17:49:13] '/u/DCengineer87' has given '/u/catfish1992' lambda!
+15143 [2020-02-09 17:49:13] The OP received lambda too!
+15143 [2020-02-09 17:50:18] '/u/usedmop' has given '/u/AtlasIsNotNice' lambda!
+15143 [2020-02-09 17:52:26] '/u/illicit816' has given '/u/catfish1992' lambda!
+15143 [2020-02-09 17:54:02] '/u/danifernt' has given '/u/Twofoxonecat' lambda!
+15143 [2020-02-09 17:55:40] There has been a new submission: 'The Designated Players Podcast Episode 1! New Kits, NYCs New "Home", Expansion and Bold Predictions!', with flair 'Discussion'
+15143 [2020-02-09 17:55:41] /u/abarney21 had their submission removed for using the wrong flair.
+15143 [2020-02-09 17:56:17] There has been a new submission: 'My First Time Playing Minecraft! (May Cause Nostalgia)', with flair 'Gaming'
+15143 [2020-02-09 17:56:18] /u/Allenownz had their submission removed for insufficient lambda.
+15143 [2020-02-09 17:56:58] There has been a new submission: 'Canada ki Karguzari | Tariq Jameel Bayan', with flair 'Discussion'
+15143 [2020-02-09 17:56:59] /u/msufwan had their submission removed for using the wrong flair.
+15143 [2020-02-09 17:59:41] '/u/danifernt' has given '/u/FPVMARK' lambda!
+15143 [2020-02-09 18:00:09] There has been a new submission: 'Corona virus prepare for the worse.. let me know what you guys think?', with flair 'Discussion'
+15143 [2020-02-09 18:00:11] /u/AtlasIsNotNice had their submission removed for using the wrong flair.
+15143 [2020-02-09 18:01:30] There has been a new submission: 'Coronavirus outbreak be prepare for the worse.. let me know what you guys think.', with flair 'None'
+15143 [2020-02-09 18:05:08] There has been a new submission: 'We just got done uploading a 2 part one year anniversary video, and we got a brand new microphone to record with. Please give it a watch and let me know what I can approve on. God Smites Us [Rainbow Six Siege]', with flair 'Gaming'
+15143 [2020-02-09 18:06:15] There has been a new submission: 'Wrapping up another series', with flair 'Gaming'
+15143 [2020-02-09 18:06:16] /u/DarkZero387 had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:07:57] There has been a new submission: 'The Internet Strangers Podcast #2 - Illfury (My podcast where YOU can be the guest. Every week I have someone on talking about their favourite games/films/album, let me know what you think or get in touch to be a guest! will give lambda for genuine feedback)', with flair 'Video Critique'
+15143 [2020-02-09 18:08:55] There has been a new submission: 'Check out my latest video. Dont worry there are no spoilers. I tried adding clips as well as shuffling around things compared top my previous videos. Ley me know what you liked/disliked do I can improve.', with flair 'Video Critique'
+15143 [2020-02-09 18:10:20] There has been a new submission: 'Newest video any thoughts or criticism?', with flair 'None'
+15143 [2020-02-09 18:10:24] /u/Ko-Decoy had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:15:57] There has been a new submission: '3 Things The Original Final Fantasy 7 Failed At | Remake | Square Enix | Battle Theme | Reaction', with flair 'Video Critique'
+15143 [2020-02-09 18:15:59] /u/Johnny-Ragnarsson had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:16:44] There has been a new submission: 'I'm in a little pickle see, cause I want to improve but i'm not sure what to add/change. how would you go about editing this 3 min video? please rip it to pieces. seriosuly though what would make this actually watchable?', with flair 'Video Critique'
+15143 [2020-02-09 18:17:30] '/u/OccupiedGarrett' has given '/u/Pestarklo' lambda!
+15143 [2020-02-09 18:17:30] The OP received lambda too!
+15143 [2020-02-09 18:17:36] There has been a new submission: 'SUBSCRIBE FOR MORE...', with flair 'Channel Review'
+15143 [2020-02-09 18:17:37] /u/SKULL_RON1N had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:18:07] There has been a new submission: 'Marvel legends Avengers Endgame Ironman review.', with flair 'Video Critique'
+15143 [2020-02-09 18:18:08] /u/boxingwebb had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:21:43] There has been a new submission: 'Mario RAGE Gameplay Anyone? || Giving Lambda to any kind of feedback!', with flair 'Video Critique'
+15143 [2020-02-09 18:22:51] There has been a new submission: 'Feedback on how i can make my series more ENTERTAINING? (will be giving out lambda for genuine advice) | I joined the official fortnite discord server', with flair 'Video Critique'
+15143 [2020-02-09 18:25:15] '/u/illicit816' has given '/u/_NGaming_' lambda!
+15143 [2020-02-09 18:31:17] '/u/Drunkpriest666' has given '/u/Sky-todd' lambda!
+15143 [2020-02-09 18:32:41] There has been a new submission: 'I hit 100 subs thank u guys', with flair 'Vlog'
+15143 [2020-02-09 18:32:43] /u/GOODCOUCH420 had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:33:52] There has been a new submission: 'I made a video explaining how reusable notepads work. I have a tech channel so I explained everything from a tech standpoint. How did I do?', with flair 'None'
+15143 [2020-02-09 18:33:54] /u/nateqhartley had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:48:55] '/u/RevolutionaryShip7' has given '/u/goldenshimp' lambda!
+15143 [2020-02-09 18:49:28] '/u/RevolutionaryShip7' has given '/u/FacemanGaming25' lambda!
+15143 [2020-02-09 18:50:20] '/u/RevolutionaryShip7' has given '/u/DulcidioCoelho' lambda!
+15143 [2020-02-09 18:57:09] There has been a new submission: 'Probably one of my best videos yet, please give me some love ☺️☺️☺️', with flair 'Gaming'
+15143 [2020-02-09 18:57:11] /u/ErrorCodeMoose had their submission removed for insufficient lambda.
+15143 [2020-02-09 18:59:43] There has been a new submission: 'Hi everyone, I have a new cleaning video, for some cleaning motivation. Can you guys clean watch and let me know what you think? Any advice would be greatly appreciated!', with flair 'None'
+15143 [2020-02-09 19:01:05] '/u/Armack_is_wack' has given '/u/Laeddies' lambda!
+15143 [2020-02-09 19:01:05] The OP received lambda too!
+15143 [2020-02-09 19:05:54] There has been a new submission: 'Modern Warfare (MW) season 2 has been announced for launch on 11th Feb 2020 but what has actually changed? What's new to the game? What is coming back? Find out by clicking here!', with flair 'Gaming'
+15143 [2020-02-09 19:05:55] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+15143 [2020-02-09 19:06:34] '/u/Armack_is_wack' has given '/u/ThaRegularGamer' lambda!
+15143 [2020-02-09 19:06:45] There has been a new submission: 'Looking for small gaming creators to create a network with (look at the description for details)', with flair 'Collab'
+15143 [2020-02-09 19:07:06] '/u/Armack_is_wack' has given '/u/Max_Robertson' lambda!
+15143 [2020-02-09 19:07:25] '/u/Armack_is_wack' has given '/u/Taetysares' lambda!
+15143 [2020-02-09 19:07:49] '/u/Armack_is_wack' has given '/u/PyrdePavkki' lambda!
+15143 [2020-02-09 19:08:08] '/u/Armack_is_wack' has given '/u/Dharen29YT' lambda!
+15143 [2020-02-09 19:11:57] There has been a new submission: 'Seeking help with Channel Art!', with flair 'None'
+15143 [2020-02-09 19:11:59] /u/DeadlyImpulseGaming had their submission removed for insufficient lambda.
+15143 [2020-02-09 19:12:15] There has been a new submission: 'KANGAROO cheat glitch in GTA San Andreas', with flair 'Gaming'
+15143 [2020-02-09 19:12:17] /u/McTavishSoap had their submission removed for insufficient lambda.
+15143 [2020-02-09 19:13:35] There has been a new submission: 'Hey guys, genericwhiteguy78 here. Im looking for active members to collab with and join the group i'm already working with.', with flair 'Collab'
+15279 [2020-02-09 19:16:03]
+####################
+[2020-02-09 19:16:03] RESTARTED
+####################
+
+15279 [2020-02-09 19:20:01] There has been a new submission: 'I made a funny moments video. Really tried to up the editing quality, please tell me what you think!', with flair 'Gaming'
+15279 [2020-02-09 19:20:03] /u/DurdIeMan had their submission removed for insufficient lambda.
+15279 [2020-02-09 19:24:50] There has been a new submission: 'I rollerblade and sell junk online, Please give me your thoughts.', with flair 'Channel Review'
+15279 [2020-02-09 19:24:52] /u/firmbutfaire had their submission removed for insufficient lambda.
+15279 [2020-02-09 19:25:18] There has been a new submission: 'I really need help!', with flair 'Discussion'
+15279 [2020-02-09 19:30:08] There has been a new submission: 'Filmmakers HATE Him, 4k Recording on a BUDGET! [Youtube Studio]', with flair 'Video Critique'
+15279 [2020-02-09 19:30:11] /u/Capnclippers had their submission removed for insufficient lambda.
+15279 [2020-02-09 19:36:58] There has been a new submission: 'Made a fortnite sniper montage that will surprise you, enjoy!', with flair 'Gaming'
+15279 [2020-02-09 19:36:59] /u/Tasho_Hashos had their submission removed for insufficient lambda.
+15279 [2020-02-09 20:01:42] There has been a new submission: 'CIV 5 Rome win "tutorial" - Bluetooth gets gang-banged with arrows', with flair 'Gaming'
+15279 [2020-02-09 20:01:44] /u/Breadstick-King had their submission removed for insufficient lambda.
+15279 [2020-02-09 20:01:56] There has been a new submission: 'We just hit 1000 Subscribers in 11months. Is it too slow fast or normal? What do you think?', with flair 'Channel Review'
+15279 [2020-02-09 20:19:29] '/u/AtlasIsNotNice' has given '/u/dylphizzer' lambda!
+15279 [2020-02-09 20:19:29] The OP received lambda too!
+15279 [2020-02-09 20:21:02] '/u/Goatsause' has given '/u/Armack_is_wack' lambda!
+15279 [2020-02-09 20:21:02] The OP received lambda too!
+15279 [2020-02-09 20:30:06] '/u/AtlasIsNotNice' has given '/u/Subject2Productions' lambda!
+15279 [2020-02-09 20:30:17] There has been a new submission: 'Trying a more improvised vlog-style of video. I love writing out scripts and fine-tuning content, but I want to push out more content and documenting is definitely the way to go. I would love to know if this is interesting and how to improve it to make it a good video while still being off-the-cuff.', with flair 'Video Critique'
+15279 [2020-02-09 20:35:43] There has been a new submission: 'Please subscribe to my channel, just need support', with flair 'Channel Review'
+15279 [2020-02-09 20:35:45] /u/SuitDudeGaming had their submission removed for insufficient lambda.
+15279 [2020-02-09 20:50:43] '/u/AtlasIsNotNice' has given '/u/nateqhartley' lambda!
+15279 [2020-02-09 21:03:24] There has been a new submission: 'A teaser for my upcoming album.', with flair 'Video Critique'
+15279 [2020-02-09 21:03:27] /u/ray_2221 had their submission removed for insufficient lambda.
+15279 [2020-02-09 21:14:51] There has been a new submission: 'I made a video about old video game books I got at book fairs. Is it interesting/ does it hold your attention?', with flair 'Video Critique'
+15414 [2020-02-09 21:16:03]
+####################
+[2020-02-09 21:16:03] RESTARTED
+####################
+
+15414 [2020-02-09 21:17:14] There has been a new submission: 'Best invention of 2020?', with flair 'Channel Review'
+15414 [2020-02-09 21:17:15] /u/VinoBlancoYes had their submission removed for insufficient lambda.
+15414 [2020-02-09 21:23:50] There has been a new submission: 'My most recent video, reaction style. I do believe that one day I will do youtube full time and currently sitting at 38 subs feels lower than it should be, so any feedback or inspiration would be blessed. Will give llama or whatever it’s called for genuine feedback.', with flair 'Video Critique'
+15414 [2020-02-09 21:29:40] There has been a new submission: 'uhm hi im im jerome and i do shit youtube content', with flair 'Channel Review'
+15414 [2020-02-09 21:29:42] /u/jerome_ak had their submission removed for insufficient lambda.
+15414 [2020-02-09 21:34:39] '/u/b_hoves' has given '/u/dylphizzer' lambda!
+15414 [2020-02-09 21:46:03] '/u/AtlasIsNotNice' has given '/u/HotshotRaptor' lambda!
+15414 [2020-02-09 21:50:14] There has been a new submission: 'Recent vid! Any feedback helps me :)', with flair 'None'
+15414 [2020-02-09 21:50:17] /u/natehowwwe had their submission removed for insufficient lambda.
+15414 [2020-02-09 21:58:37] '/u/Pestarklo' has given '/u/VreaL37' lambda!
+15414 [2020-02-09 21:58:37] The OP received lambda too!
+15414 [2020-02-09 22:02:09] There has been a new submission: 'Our Financial Journey', with flair 'Vlog'
+15414 [2020-02-09 22:02:12] /u/ltaveras24 had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:02:25] There has been a new submission: 'A Battle Montage I made of Apex Legends on PS4', with flair 'None'
+15414 [2020-02-09 22:02:26] /u/Fri_locGaming had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:07:22] There has been a new submission: 'New channel', with flair 'Discussion'
+15414 [2020-02-09 22:09:38] There has been a new submission: 'Thank you all', with flair 'None'
+15414 [2020-02-09 22:09:39] /u/YT_MarioGreat had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:11:36] '/u/shadyyness' has given '/u/TheTrebleKnight' lambda!
+15414 [2020-02-09 22:11:36] The OP received lambda too!
+15414 [2020-02-09 22:12:57] There has been a new submission: 'lots of work put into this', with flair 'Gaming'
+15414 [2020-02-09 22:12:59] /u/StandardDiscount had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:17:01] There has been a new submission: 'HEYY, EVERYONE THIS IS A PRETTY GOOD VIDEO, CHECK IT OUT', with flair 'Video Critique'
+15414 [2020-02-09 22:19:44] There has been a new submission: 'Our TOP 10 ESSENTIAL SPICES', with flair 'Video Critique'
+15414 [2020-02-09 22:22:10] There has been a new submission: 'FINNISH HOME TOUR - WOODEN SAUNA STYLE', with flair 'Vlog'
+15414 [2020-02-09 22:22:13] /u/CrisOrnellas had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:22:39] There has been a new submission: 'Hello people, I am a small gaming channel', with flair 'Gaming'
+15414 [2020-02-09 22:22:41] /u/Deggz_ had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:23:31] There has been a new submission: 'Minecraft Nintendo Switch - Day 1 - Hard Mode', with flair 'Gaming'
+15414 [2020-02-09 22:23:33] /u/NoObzBoi-YOUTUBE had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:30:18] There has been a new submission: 'OUR FINANCIAL JOURNEY', with flair 'Vlog'
+15414 [2020-02-09 22:30:20] /u/HealthyInvesting had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:32:15] '/u/P2Syndrome' has given '/u/VreaL37' lambda!
+15414 [2020-02-09 22:32:15] The OP received lambda too!
+15414 [2020-02-09 22:37:15] There has been a new submission: 'I need help to get bigger', with flair 'Discussion'
+15414 [2020-02-09 22:42:01] '/u/illicit816' has given '/u/xXCerBeruSsXx' lambda!
+15414 [2020-02-09 22:42:33] There has been a new submission: 'The Dream Team- Stream Highlights 2', with flair 'Gaming'
+15414 [2020-02-09 22:42:36] /u/brandon_w2012 had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:44:53] There has been a new submission: 'The Perfect Vacation Does Exist | 3 Nights at the Blue Apple Beach House', with flair 'Video Critique'
+15414 [2020-02-09 22:44:55] /u/Frosty_Macaron had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:50:12] There has been a new submission: 'My most recent video about 2 reddit story's on r/nuclearrevenge. Your opinion?', with flair 'Video Critique'
+15414 [2020-02-09 22:50:15] /u/pandasnapper had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:52:12] There has been a new submission: 'Anyone care to check out my channel and see how I'm doing? Any support is also appreciated', with flair 'Channel Review'
+15414 [2020-02-09 22:52:14] /u/pandasnapper had their submission removed for insufficient lambda.
+15414 [2020-02-09 22:57:14] There has been a new submission: 'A video about a few tricks and techniques about how to edit high quality footage on a regular laptop with Premiere Pro. What to do when things get choppy, laggy and frustrating. I myself wish I knew these sooner! Any feedback?', with flair 'Video Critique'
+15414 [2020-02-09 22:57:39] There has been a new submission: 'Should You Invest In Your Company's Stock? If you are investing, how much of your portfolio is in your company shares?', with flair 'Video Critique'
+15414 [2020-02-09 22:57:40] /u/kurt_FI had their submission removed for insufficient lambda.
+15414 [2020-02-09 23:00:21] '/u/Dankenheimer00' has given '/u/dylphizzer' lambda!
+15414 [2020-02-09 23:00:21] The OP received lambda too!
+15414 [2020-02-09 23:01:22] '/u/Dankenheimer00' has given '/u/intoneds' lambda!
+15414 [2020-02-09 23:02:41] '/u/ErbyTattoos' has given '/u/KingOberon13' lambda!
+15414 [2020-02-09 23:02:41] The OP received lambda too!
+15414 [2020-02-09 23:09:38] '/u/shadyyness' has given '/u/Frosty_Macaron' lambda!
+15414 [2020-02-09 23:10:08] '/u/shadyyness' has given '/u/intoneds' lambda!
+15414 [2020-02-09 23:10:57] There has been a new submission: 'Free Hate Speech or Hate Free Speech? What do you guys think?', with flair 'Discussion'
+15414 [2020-02-09 23:10:59] /u/Kovko had their submission removed for using the wrong flair.
+15414 [2020-02-09 23:12:32] There has been a new submission: 'Free Hate Speech or Hate Free Speech? What do you guys think?', with flair 'Video Critique'
+15414 [2020-02-09 23:12:34] /u/Kovko had their submission removed for insufficient lambda.
+15414 [2020-02-09 23:13:35] There has been a new submission: 'Day In My Life Since Moving To LA Vlog| (first Vlog ever would love to know what you think)', with flair 'Vlog'
+15414 [2020-02-09 23:13:37] /u/creepygabsxo had their submission removed for insufficient lambda.
+15414 [2020-02-09 23:14:16] '/u/P2Syndrome' has given '/u/One-Dos-San-Chaar' lambda!
+15414 [2020-02-09 23:15:39] '/u/NervousGarbage' has given '/u/gerg_056' lambda!
+15414 [2020-02-09 23:15:40] The OP received lambda too!
+15630 [2020-02-09 23:16:03]
+####################
+[2020-02-09 23:16:03] RESTARTED
+####################
+
+1431 [2020-02-09 23:18:26] Updated statistics
+15630 [2020-02-09 23:28:19] There has been a new submission: 'Could I get to 200 subs', with flair 'Discussion'
+15630 [2020-02-09 23:30:16] '/u/danifernt' has given '/u/intoneds' lambda!
+15630 [2020-02-09 23:30:16] The OP received lambda too!
+15630 [2020-02-09 23:35:29] There has been a new submission: 'I made a video explaining how reusable notepads work. I have a tech channel so I explained everything from a tech standpoint. How did I do?', with flair 'None'
+15630 [2020-02-09 23:38:55] There has been a new submission: 'My latest project I've been working on! Let me know what you guys think! Hope you all enjoy it as much as I did making it!😂', with flair 'Art'
+15630 [2020-02-09 23:41:28] There has been a new submission: 'Looking for a GIRLFRIEND in MINECRAFT?!? let me know what you think.', with flair 'None'
+15630 [2020-02-09 23:43:43] There has been a new submission: 'We learn how to hip hop dance for the first time. Hope you like it.', with flair 'Video Critique'
+15630 [2020-02-09 23:45:36] '/u/Dankenheimer00' has given '/u/danifernt' lambda!
+15630 [2020-02-09 23:45:43] There has been a new submission: 'Dragon Ball FighterZ: Season 3 Trailer Reaction', with flair 'None'
+15630 [2020-02-09 23:45:45] /u/dancinggamer4k had their submission removed for insufficient lambda.
+15630 [2020-02-09 23:50:33] There has been a new submission: 'Y’all guys go check out my video need for speed heat / INSANE HIGH SPEED CHASE. And I’m almost hit 100 subscribe I really appreciate y’all go subscribe to my gaming channel', with flair 'None'
+15630 [2020-02-09 23:50:35] /u/TRGOTGAME had their submission removed for insufficient lambda.
+15630 [2020-02-09 23:51:05] There has been a new submission: 'This abomination is what happens when you go creatively bankrupt :)', with flair 'Meta'
+15630 [2020-02-09 23:51:08] /u/bjtgaming had their submission removed for using the wrong flair.
+15630 [2020-02-09 23:54:11] '/u/AtlasIsNotNice' has given '/u/SatoGaming' lambda!
+15630 [2020-02-09 23:54:35] '/u/AtlasIsNotNice' has given '/u/Paul_francis' lambda!
+15630 [2020-02-09 23:54:59] '/u/AtlasIsNotNice' has given '/u/danifernt' lambda!
+15630 [2020-02-09 23:55:10] '/u/Dankenheimer00' has given '/u/RevolutionaryShip7' lambda!
+15630 [2020-02-10 00:00:48] '/u/kamilpekala' has given '/u/RevolutionaryShip7' lambda!
+15630 [2020-02-10 00:00:48] The OP received lambda too!
+15630 [2020-02-10 00:02:22] There has been a new submission: 'If Your Interested In Card Tricks or Magic Checkout My Videos and Consider subbing thanks :)', with flair 'Video Critique'
+15630 [2020-02-10 00:09:42] '/u/dylphizzer' has given '/u/pazerclips' lambda!
+15630 [2020-02-10 00:09:43] The OP received lambda too!
+15630 [2020-02-10 00:10:03] There has been a new submission: 'I finally reached 100 subscribers', with flair 'Discussion'
+15630 [2020-02-10 00:14:16] '/u/real_fortnite_gene' has given '/u/RevolutionaryShip7' lambda!
+15630 [2020-02-10 00:14:16] The OP received lambda too!
+15630 [2020-02-10 00:19:20] There has been a new submission: 'Haunted PS1 Demo Disc - 12 games in 12 minutes!', with flair 'Gaming'
+15630 [2020-02-10 00:26:52] '/u/RockLover37' has given '/u/Adddo13' lambda!
+15630 [2020-02-10 00:26:52] The OP received lambda too!
+15630 [2020-02-10 00:27:45] '/u/RockLover37' has given '/u/Dankenheimer00' lambda!
+15630 [2020-02-10 00:28:53] '/u/RockLover37' has given '/u/MrMeathax' lambda!
+15630 [2020-02-10 00:29:28] There has been a new submission: 'would you watch this channel if we kept doing videos ??? we know the editing is bad, its kind of the point, my buddy wanted to start a goofy youtube channel with me so we thew something together, people like dumb stuff so here is a bunch of dumb stuff lol..', with flair 'Video Critique'
+15630 [2020-02-10 00:30:30] There has been a new submission: 'Youtube Tags', with flair 'Discussion'
+15630 [2020-02-10 00:30:52] '/u/Cothfotmeoo' has given '/u/illicit816' lambda!
+15630 [2020-02-10 00:30:52] The OP received lambda too!
+15630 [2020-02-10 00:31:10] '/u/Cothfotmeoo' has given '/u/Armack_is_wack' lambda!
+15630 [2020-02-10 00:31:24] '/u/angusdaasian' has given '/u/dylphizzer' lambda!
+15630 [2020-02-10 00:31:24] The OP received lambda too!
+15630 [2020-02-10 00:32:33] '/u/angusdaasian' has given '/u/DulcidioCoelho' lambda!
+15630 [2020-02-10 00:37:51] There has been a new submission: 'So for anyone that likes gaming channels I’m just curious, is this a bit too much? I mean I’m just doing videos I like, I try to keep it fairly fast paced and interesting but any constructive criticism is ideal please! (P.s It’s not so much about the games I’m playing, more the videos)', with flair 'Video Critique'
+15630 [2020-02-10 00:37:52] /u/IdealDog had their submission removed for insufficient lambda.
+15630 [2020-02-10 00:42:51] '/u/JimmyVStheWorld' has given '/u/Cothfotmeoo' lambda!
+15630 [2020-02-10 00:42:51] The OP received lambda too!
+15630 [2020-02-10 00:45:45] There has been a new submission: 'I feel that the thumbnail wasn't as good as my last, and commentary was a bit dryer than my last post/video. What do you all think? Any advice is nice, ty', with flair 'Gaming'
+15630 [2020-02-10 00:45:55] '/u/Dubaderp' has given '/u/Cothfotmeoo' lambda!
+15630 [2020-02-10 00:45:55] The OP received lambda too!
+15630 [2020-02-10 00:46:52] '/u/Bjorniee' has given '/u/murraypdavid' lambda!
+15630 [2020-02-10 00:55:18] There has been a new submission: 'Just made this video and I’m really proud of it. It took a long time but I’d really love to hear what you think? Any commentary will be very appreciated.', with flair 'Video Critique'
+15630 [2020-02-10 00:55:59] There has been a new submission: 'How to Make Awesome Thumbnails with PhotoShop', with flair 'Thumbnail Review'
+15630 [2020-02-10 00:56:01] /u/joeyabe_ had their submission removed for insufficient lambda.
+15630 [2020-02-10 00:56:20] '/u/filterjohny-68' has given '/u/pawndaunt' lambda!
+15630 [2020-02-10 00:56:20] The OP received lambda too!
+15630 [2020-02-10 01:00:57] There has been a new submission: 'Little nightmares pt 1 pls help my channel grow and collab psn OLDMOLDY-BREAD 3', with flair 'Gaming'
+15630 [2020-02-10 01:00:59] /u/OLDMOLDYBREAD3 had their submission removed for insufficient lambda.
+15630 [2020-02-10 01:02:45] '/u/AtlasIsNotNice' has given '/u/murraypdavid' lambda!
+15630 [2020-02-10 01:08:55] '/u/AtlasIsNotNice' has given '/u/ScottyAmen' lambda!
+15630 [2020-02-10 01:10:37] '/u/MuhsTK' has given '/u/ErbyTattoos' lambda!
+15630 [2020-02-10 01:10:37] The OP received lambda too!
+15630 [2020-02-10 01:12:35] There has been a new submission: 'Crazy montage hitting crazy clips trending', with flair 'None'
+15630 [2020-02-10 01:12:37] /u/Collinbeastmode1 had their submission removed for insufficient lambda.
+15630 [2020-02-10 01:13:16] There has been a new submission: 'THE TOP COFFEE SPOT IN ADELAIDE - Coffylosophy a Taste of Happiness in Hutt Street - Help me get better please, let me know what you think and if you like these kinds of videos please subscribe. Also if you want me to check you channel out comment the link and I will spend time to support you!', with flair 'Channel Review'
+15849 [2020-02-10 01:16:03]
+####################
+[2020-02-10 01:16:03] RESTARTED
+####################
+
+15849 [2020-02-10 01:23:19] '/u/Frosty_Macaron' has given '/u/actuallyBIG' lambda!
+15849 [2020-02-10 01:23:19] The OP received lambda too!
+15849 [2020-02-10 01:26:28] There has been a new submission: 'I haven't been able to make my YouTube playlist as the official series why?', with flair 'Discussion'
+15849 [2020-02-10 01:28:03] '/u/danifernt' has given '/u/SatoGaming' lambda!
+15849 [2020-02-10 01:29:16] There has been a new submission: 'So I just created a new YouTube channel where I am going to talk about science and explain scienctific things. I was wondering if you guys have any tips for me?', with flair 'None'
+15849 [2020-02-10 01:29:17] /u/vacuumcleener had their submission removed for insufficient lambda.
+15849 [2020-02-10 01:35:21] There has been a new submission: 'I made a review video of this odd party/board game', with flair 'Video Critique'
+15849 [2020-02-10 01:39:04] '/u/thehungrydad' has given '/u/shadyyness' lambda!
+15849 [2020-02-10 01:39:04] The OP received lambda too!
+15849 [2020-02-10 01:40:35] There has been a new submission: 'Trailer: The Fullaship of the Ring', with flair 'Video Critique'
+15849 [2020-02-10 01:43:33] '/u/AtlasIsNotNice' has given '/u/chimpos' lambda!
+15849 [2020-02-10 01:43:38] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+15849 [2020-02-10 01:48:21] There has been a new submission: 'Video Review - Yet another gaming channel! Looking for feedback on which parts you would cut to improve audience retention. Thanks!', with flair 'Gaming'
+15849 [2020-02-10 01:48:35] '/u/OG_Dan' has given '/u/actuallyBIG' lambda!
+15849 [2020-02-10 01:48:35] The OP received lambda too!
+15849 [2020-02-10 01:57:51] '/u/AtlasIsNotNice' has given '/u/actuallyBIG' lambda!
+15849 [2020-02-10 01:59:49] There has been a new submission: 'Hit a new LOW on the scale today... But did I really? Day 39 of my Weight Loss Journey', with flair 'Video Critique'
+15849 [2020-02-10 01:59:50] /u/GainingGround80 had their submission removed for insufficient lambda.
+15849 [2020-02-10 02:03:33] There has been a new submission: 'A Small Anime YouTuber', with flair 'Video Critique'
+15849 [2020-02-10 02:03:35] /u/BrainAgrees had their submission removed for insufficient lambda.
+15849 [2020-02-10 02:15:11] There has been a new submission: 'I made a video from a livestream on my twitch and I would like some feedback. Thank you for your time.', with flair 'Video Critique'
+15849 [2020-02-10 02:17:59] There has been a new submission: 'Just finished a video on my new house that I’ll be moving into! This will be the house that will help me work on my home based eBay business with the extra storage for vintage clothing. :) PLEASE GIVE ME SOME FEEDBACK! I AM TRYING TO TAKE YOUTUBE SERIOUS 2020! (Giving LAMBDA)', with flair 'Vlog'
+15849 [2020-02-10 02:18:35] There has been a new submission: 'I made a video from a livestream on my twitch (twitch.tv/itsanomal) and I would like any feedback. Thank you for your time.', with flair 'Video Critique'
+15849 [2020-02-10 02:18:36] /u/actuallyBIG had their submission removed for insufficient lambda.
+15849 [2020-02-10 02:21:05] There has been a new submission: 'Plz sub it will mean the world', with flair 'None'
+15849 [2020-02-10 02:21:07] /u/Plots7 had their submission removed for insufficient lambda.
+15849 [2020-02-10 02:24:08] '/u/AJThrifts' has given '/u/actuallyBIG' lambda!
+15849 [2020-02-10 02:24:08] The OP received lambda too!
+15849 [2020-02-10 02:39:04] '/u/thehungrydad' has given '/u/actuallyBIG' lambda!
+15849 [2020-02-10 02:39:36] '/u/DeafJordan' has given '/u/actuallyBIG' lambda!
+15849 [2020-02-10 02:39:36] The OP received lambda too!
+15849 [2020-02-10 02:42:03] There has been a new submission: 'I am seeing success now and I love what I do. My aim is to make people laugh with questionable humor. It isn't for anyone under 18 so be warned. Most importantly, I am always looking for feedback! Don't be shy.', with flair 'Video Critique'
+15849 [2020-02-10 02:43:42] There has been a new submission: 'I made a video on some gameplay from my twitch and want to see what people think so feel free to leave some feedback. Thank you for your time.', with flair 'Video Critique'
+15849 [2020-02-10 02:55:30] There has been a new submission: 'I checked my video (my best performing one) and it was privated by youtube. “Misleading tags”... WTF!', with flair 'Discussion'
+15849 [2020-02-10 03:00:34] '/u/RevolutionaryShip7' has given '/u/shadyyness' lambda!
+15849 [2020-02-10 03:01:54] '/u/danifernt' has given '/u/shadyyness' lambda!
+15849 [2020-02-10 03:02:30] There has been a new submission: 'Doing my Sisters Makeup (GONE WRONG) almost at 100 subs!', with flair 'Discussion'
+15849 [2020-02-10 03:02:33] /u/RabidReavr had their submission removed for using the wrong flair.
+15849 [2020-02-10 03:04:38] There has been a new submission: 'new channel...plz like and subscribe and give feedback :)))', with flair 'Gaming'
+15849 [2020-02-10 03:04:40] /u/Funny_shxtzz_ig had their submission removed for insufficient lambda.
+15849 [2020-02-10 03:05:26] '/u/Illfury' has given '/u/2many2play' lambda!
+15849 [2020-02-10 03:05:26] The OP received lambda too!
+15849 [2020-02-10 03:09:22] There has been a new submission: 'plz like and subscribe and give me feedback on what to improve or change :)))', with flair 'Discussion'
+15849 [2020-02-10 03:11:57] '/u/AtlasIsNotNice' has given '/u/IronFilm' lambda!
+15849 [2020-02-10 03:14:55] There has been a new submission: 'I made a video where I mix up cocktails based on video game characters using alcohol and random items in my kitchen, I'll take whatever feedback you have to offer - Creating My Own Video Game Cocktails!', with flair 'Gaming'
+15984 [2020-02-10 03:16:04]
+####################
+[2020-02-10 03:16:04] RESTARTED
+####################
+
+15984 [2020-02-10 03:24:15] There has been a new submission: 'Do you guys have any recommendations on how to advertise your videos?', with flair 'None'
+15984 [2020-02-10 03:24:17] /u/TheZeek245 had their submission removed for insufficient lambda.
+15984 [2020-02-10 03:27:40] '/u/MuhsTK' has given '/u/2many2play' lambda!
+15984 [2020-02-10 03:37:24] There has been a new submission: 'New Minecraft challenge :)', with flair 'Gaming'
+15984 [2020-02-10 03:39:42] '/u/ExCreeperYT' has given '/u/intoneds' lambda!
+15984 [2020-02-10 03:39:42] The OP received lambda too!
+15984 [2020-02-10 03:39:48] '/u/ExCreeperYT' has given '/u/SatoGaming' lambda!
+15984 [2020-02-10 03:40:16] '/u/ExCreeperYT' has given '/u/Adddo13' lambda!
+15984 [2020-02-10 03:50:00] There has been a new submission: 'Funny Moments w/ friends (give advice below would be appreciated on video)', with flair 'None'
+15984 [2020-02-10 03:50:01] /u/MrKyRy had their submission removed for insufficient lambda.
+15984 [2020-02-10 03:52:19] There has been a new submission: 'New Dance Animation', with flair 'None'
+15984 [2020-02-10 03:52:21] /u/AffectionateFold9 had their submission removed for insufficient lambda.
+15984 [2020-02-10 04:55:47] There has been a new submission: 'Looking to make a group of gaming youtubers', with flair 'Collab'
+15984 [2020-02-10 05:07:40] There has been a new submission: 'Voice lines', with flair 'Collab'
+15984 [2020-02-10 05:13:31] There has been a new submission: '1000 Calories Run To Celebrate 1000 subscribers', with flair 'Vlog'
+16122 [2020-02-10 05:16:04]
+####################
+[2020-02-10 05:16:04] RESTARTED
+####################
+
+16122 [2020-02-10 05:26:07] There has been a new submission: 'Just trying to grow my channel, support if you can', with flair 'Video Critique'
+16122 [2020-02-10 05:26:09] /u/Cornrows556 had their submission removed for insufficient lambda.
+16122 [2020-02-10 05:28:37] There has been a new submission: 'Thumbnail', with flair 'Discussion'
+16122 [2020-02-10 05:47:07] There has been a new submission: 'You could say that I'm a rookie version of Pluffnub. Hope you like what I do in my so-little free-time', with flair 'Video Critique'
+16122 [2020-02-10 05:47:09] /u/Leokun92 had their submission removed for insufficient lambda.
+16122 [2020-02-10 05:51:52] '/u/kamilpekala' has given '/u/Frosty_Macaron' lambda!
+16122 [2020-02-10 05:53:32] '/u/kamilpekala' has given '/u/bittybirtybunny' lambda!
+16122 [2020-02-10 05:54:30] '/u/Dankenheimer00' has given '/u/lil_traveller' lambda!
+16122 [2020-02-10 06:20:34] '/u/RockLover37' has given '/u/ErbyTattoos' lambda!
+16122 [2020-02-10 06:31:28] '/u/Lettucewitha3' has given '/u/illicit816' lambda!
+16122 [2020-02-10 06:31:28] The OP received lambda too!
+16122 [2020-02-10 06:35:22] There has been a new submission: 'Modern Warfare S&D Highlights III', with flair 'Gaming'
+16122 [2020-02-10 06:35:24] /u/IRIooSTeR had their submission removed for insufficient lambda.
+16122 [2020-02-10 06:37:47] There has been a new submission: 'All I want to do is entertain and I'm trying really hard to get better at YouTube hope you'll join me for the ride', with flair 'None'
+16122 [2020-02-10 06:37:48] /u/Theducksrage had their submission removed for insufficient lambda.
+16122 [2020-02-10 06:40:50] There has been a new submission: 'Trying out some new things :D what you think?', with flair 'Gaming'
+16122 [2020-02-10 07:05:51] There has been a new submission: 'Hi Im trying to Quench my ever lasting thirst to entertain people will you come along for the ride of gaming and drawing content and sometimes some funnies', with flair 'None'
+16122 [2020-02-10 07:05:52] /u/Theducksrage had their submission removed for insufficient lambda.
+16506 [2020-02-10 07:16:04]
+####################
+[2020-02-10 07:16:04] RESTARTED
+####################
+
+16506 [2020-02-10 07:21:28] '/u/hemant_rangdal' has given '/u/R_Hanna' lambda!
+16506 [2020-02-10 07:21:28] The OP received lambda too!
+16506 [2020-02-10 07:37:04] '/u/MusikPalast' has given '/u/bittybirtybunny' lambda!
+16506 [2020-02-10 07:48:48] '/u/intoneds' has given '/u/R_Hanna' lambda!
+16506 [2020-02-10 07:48:48] The OP received lambda too!
+16506 [2020-02-10 07:51:08] There has been a new submission: 'Hey I’m looking for some constructive criticism on my video. I spent a while on this and am not to sure if it’s good. I was hoping for some watch time and just general tips for the video. And any feedback you have would be greatly appreciated.', with flair 'Video Critique'
+16506 [2020-02-10 08:20:06] '/u/ShikharTrivedi' has given '/u/mylackey' lambda!
+16506 [2020-02-10 08:20:06] The OP received lambda too!
+16506 [2020-02-10 08:23:48] There has been a new submission: 'Hey guys I'm new to Reddit.... We are working with our 4 year old on riding her motorcycle and skiing when it's too cold for motorcycles. Thank you for stopping by and have a wonderful day 👊😎', with flair 'Discussion'
+16506 [2020-02-10 08:23:49] /u/BriannaLynn_24 had their submission removed for using the wrong flair.
+16506 [2020-02-10 08:30:25] There has been a new submission: 'Hey guys I'm new to Reddit.... We are working with our 4 year old daughter on learning to ride motorcycles. We also go skiing as a family regularly while it's too cold for motorcycles. Thanks for stopping by and have a wonderful day 👊😎', with flair 'Channel Review'
+16506 [2020-02-10 08:30:27] /u/BriannaLynn_24 had their submission removed for insufficient lambda.
+16506 [2020-02-10 08:37:09] There has been a new submission: 'New Animated Series (Feedback please)', with flair 'Video Critique'
+16506 [2020-02-10 08:37:10] /u/Noobics had their submission removed for insufficient lambda.
+16506 [2020-02-10 08:59:18] There has been a new submission: 'Thumbnail Opinions/Help!', with flair 'Thumbnail Review'
+16506 [2020-02-10 08:59:18] /u/matthewwjoel had their submission removed for insufficient lambda.
+16649 [2020-02-10 09:16:04]
+####################
+[2020-02-10 09:16:04] RESTARTED
+####################
+
+16649 [2020-02-10 09:20:28] There has been a new submission: 'Hi Everyone! Started a YouTube channel on Virtual reality gaming, if you have any comments please let me know.', with flair 'None'
+16649 [2020-02-10 09:20:30] /u/humz_whu had their submission removed for insufficient lambda.
+16649 [2020-02-10 09:25:01] '/u/DulcidioCoelho' has given '/u/invaderzoom' lambda!
+16649 [2020-02-10 09:25:01] The OP received lambda too!
+16649 [2020-02-10 09:32:55] There has been a new submission: 'Here’s my YouTube channel - Free music resources. Feel free to visit, subscribe and let me know what you think about it.', with flair 'Art'
+16649 [2020-02-10 09:32:57] /u/enzorefice had their submission removed for insufficient lambda.
+16649 [2020-02-10 10:05:51] '/u/kamilpekala' has given '/u/joshjcharlers' lambda!
+16649 [2020-02-10 10:13:57] '/u/ShikharTrivedi' has given '/u/joshjcharlers' lambda!
+16649 [2020-02-10 10:14:42] There has been a new submission: 'Hey guys this is my first Q & A!!! It took me a while to upload edit this. I hope you guys enjoy it and share it👍🏾', with flair 'None'
+16649 [2020-02-10 10:14:43] /u/S_TV had their submission removed for insufficient lambda.
+16649 [2020-02-10 10:14:53] '/u/Illfury' has given '/u/Kalum-W' lambda!
+16649 [2020-02-10 10:15:21] There has been a new submission: '50+ Subscribers in 1 Month. Is this good? Im very new and obviously just started.', with flair 'Channel Review'
+16649 [2020-02-10 10:15:22] /u/69CrustyNipple69 had their submission removed for insufficient lambda.
+16649 [2020-02-10 10:17:24] '/u/Illfury' has given '/u/mylackey' lambda!
+16649 [2020-02-10 10:20:16] '/u/Illfury' has given '/u/HumperTrooper15' lambda!
+16649 [2020-02-10 10:20:51] There has been a new submission: 'Bald Martin Has A *CRINGE* TikTok', with flair 'Video Critique'
+16649 [2020-02-10 10:33:24] There has been a new submission: 'I HIT 49 SUBS! Its a small milestone but a big one for me as a 3week old tuber. Ty all for your support. My latest video...', with flair 'Video Critique'
+16649 [2020-02-10 10:38:10] There has been a new submission: 'I have finally over 50 subscribers! The road to the 1k is still long... thanks for your support.', with flair 'None'
+16649 [2020-02-10 10:38:11] /u/SneakersTravelLife had their submission removed for insufficient lambda.
+16649 [2020-02-10 11:12:22] There has been a new submission: 'Live Minecraft', with flair 'Gaming'
+16649 [2020-02-10 11:12:24] /u/GabiTheWarriorYT had their submission removed for insufficient lambda.
+16785 [2020-02-10 11:16:04]
+####################
+[2020-02-10 11:16:04] RESTARTED
+####################
+
+16785 [2020-02-10 11:18:03] '/u/AtlasIsNotNice' has given '/u/LukeDoes' lambda!
+16785 [2020-02-10 11:18:12] There has been a new submission: 'My very SovietWomble inspired video. I will give lambda for you constructive feedback. I really enjoy making these style videos.', with flair 'Gaming'
+16785 [2020-02-10 11:20:47] '/u/AtlasIsNotNice' has given '/u/lil_traveller' lambda!
+16785 [2020-02-10 11:21:15] '/u/AtlasIsNotNice' has given '/u/Kalum-W' lambda!
+16785 [2020-02-10 11:32:37] '/u/Illfury' has given '/u/LNRDSHELBY' lambda!
+16785 [2020-02-10 11:35:53] '/u/Illfury' has given '/u/FPVMARK' lambda!
+16785 [2020-02-10 11:55:51] '/u/OG_Dan' has given '/u/TechLens_Official' lambda!
+16785 [2020-02-10 12:02:07] There has been a new submission: 'I do minecraft and Pokemon challenge videos like this, do check me out if u wish :D', with flair 'Gaming'
+16785 [2020-02-10 12:02:09] /u/justthefamilyguy had their submission removed for insufficient lambda.
+16785 [2020-02-10 12:26:25] There has been a new submission: 'WHY MARRYING A GOLD DIGGER RUINED MY LIFE', with flair 'Collab'
+16785 [2020-02-10 12:26:27] /u/youssefbenothman had their submission removed for using the wrong flair.
+16785 [2020-02-10 12:29:57] '/u/Bebby_Tuna' has given '/u/TheLazyScaper' lambda!
+16785 [2020-02-10 12:29:57] The OP received lambda too!
+16785 [2020-02-10 12:30:03] There has been a new submission: 'WHY MARRYING A GOLD DIGGER RUINED MY LIFE', with flair 'Thumbnail Review'
+16785 [2020-02-10 12:30:05] /u/youssefbenothman had their submission removed for insufficient lambda.
+16785 [2020-02-10 12:47:13] There has been a new submission: 'Charity Stream! There is Always Time To Love! (Name Subject To change)', with flair 'Gaming'
+16785 [2020-02-10 12:47:14] /u/Chotakus had their submission removed for insufficient lambda.
+16785 [2020-02-10 13:00:35] There has been a new submission: 'If you are struggling to work your abs and get in shape for the summer in this video i’m going to show you how can you achieve your goal with an lazy ab workout routine. Subscribe or else you won’t have abs! Thank You!', with flair 'None'
+16785 [2020-02-10 13:00:37] /u/scorhiphop had their submission removed for insufficient lambda.
+16785 [2020-02-10 13:03:56] '/u/GarettRBG' has given '/u/jocruz_' lambda!
+16785 [2020-02-10 13:03:56] The OP received lambda too!
+16785 [2020-02-10 13:06:19] There has been a new submission: 'I would love some feedback on a new recording style I'm going for! I've been messing around with a few things and am trying to explain certain things more (Lambda for feedback!)', with flair 'Video Critique'
+16785 [2020-02-10 13:06:42] '/u/GarettRBG' has given '/u/xkroma__' lambda!
+16951 [2020-02-10 13:16:04]
+####################
+[2020-02-10 13:16:04] RESTARTED
+####################
+
+16951 [2020-02-10 13:18:57] There has been a new submission: '2 Min Microwave Brownie', with flair 'Vlog'
+16951 [2020-02-10 13:18:58] /u/2ingredientrecipes had their submission removed for insufficient lambda.
+16951 [2020-02-10 13:25:08] There has been a new submission: 'Rosa Salas Fragrance Review', with flair 'None'
+16951 [2020-02-10 13:25:09] /u/Derbyboyuk had their submission removed for insufficient lambda.
+16951 [2020-02-10 13:30:52] There has been a new submission: '"At first fright" a short stop motion film (20sec) would live feesback', with flair 'Art'
+16951 [2020-02-10 13:30:54] /u/Foggy_Creations had their submission removed for insufficient lambda.
+16951 [2020-02-10 13:32:58] '/u/R_Hanna' has given '/u/pyvozaur' lambda!
+16951 [2020-02-10 13:32:58] The OP received lambda too!
+16951 [2020-02-10 13:33:24] '/u/R_Hanna' has given '/u/matthewwjoel' lambda!
+16951 [2020-02-10 13:35:50] '/u/DulcidioCoelho' has given '/u/CrimsonWonders' lambda!
+16951 [2020-02-10 13:36:27] There has been a new submission: 'Check out my channel guys for some gaming content predominantly mortal kombat atm because I’m addicted 😂😂 also leave your channels 👇🏻 and if I like them I will subscribe', with flair 'None'
+16951 [2020-02-10 13:36:29] /u/the-gee-man-12345 had their submission removed for insufficient lambda.
+16951 [2020-02-10 13:38:41] '/u/DulcidioCoelho' has given '/u/VreaL37' lambda!
+16951 [2020-02-10 13:58:41] There has been a new submission: 'It’s wack', with flair 'Gaming'
+16951 [2020-02-10 13:58:42] /u/BennettPlays had their submission removed for insufficient lambda.
+16951 [2020-02-10 14:01:34] There has been a new submission: 'A Baby with 6 ARMS ?? "League of Gods"', with flair 'Video Critique'
+16951 [2020-02-10 14:03:46] There has been a new submission: 'New here', with flair 'None'
+16951 [2020-02-10 14:03:48] /u/BennettPlays had their submission removed for insufficient lambda.
+16951 [2020-02-10 14:06:00] There has been a new submission: 'Hey guys! Please subscribe to my channel ad help me grow.', with flair 'Gaming'
+16951 [2020-02-10 14:06:02] /u/HiteshSwami had their submission removed for insufficient lambda.
+16951 [2020-02-10 14:08:16] '/u/Adddo13' has given '/u/scorhiphop' lambda!
+16951 [2020-02-10 14:08:16] The OP received lambda too!
+16951 [2020-02-10 14:08:59] '/u/Adddo13' has given '/u/DevGin' lambda!
+16951 [2020-02-10 14:13:30] There has been a new submission: 'I'm planning on posting a video about DIY for Valentine's day. I'm transferring our wedding pic to a wooden board for hubby for V day and the entire project is under $ 10. This is where I need help, I can't think of an interesting thumbnail. Any suggestions? help please!!', with flair 'Discussion'
+16951 [2020-02-10 14:14:06] '/u/_GoatBandit_' has given '/u/Kansi_' lambda!
+16951 [2020-02-10 14:14:06] The OP received lambda too!
+16951 [2020-02-10 14:16:15] '/u/Illfury' has given '/u/WarriorFighterNinja' lambda!
+16951 [2020-02-10 14:24:55] {ERROR}
+16951 [2020-02-10 14:34:03] There has been a new submission: 'Hi everyone - have been putting a lot of effort into our vlogs and ultimately looking to try and get to next level - if you could offer feedbacks and tips and tricks that would be great :-)', with flair 'Vlog'
+16951 [2020-02-10 14:34:29] '/u/pyvozaur' has given '/u/WarriorFighterNinja' lambda!
+16951 [2020-02-10 14:34:30] The OP received lambda too!
+16951 [2020-02-10 14:46:15] There has been a new submission: 'Hey) Lambda for a review. "Very nice" is not a review.', with flair 'Channel Review'
+16951 [2020-02-10 14:48:37] There has been a new submission: 'I uploaded my first video here hand took some advice. Here I am a week later with a new video. Thoughts?', with flair 'Video Critique'
+16951 [2020-02-10 14:50:49] There has been a new submission: 'I am looking for useful feedback for future videos: The Past Was Disgusting', with flair 'Video Critique'
+16951 [2020-02-10 14:52:39] There has been a new submission: 'Please let me know what you think', with flair 'Channel Review'
+16951 [2020-02-10 14:52:41] /u/bigriggjiggin had their submission removed for insufficient lambda.
+16951 [2020-02-10 14:59:46] '/u/pyvozaur' has given '/u/FPVMARK' lambda!
+16951 [2020-02-10 15:00:05] There has been a new submission: 'How to properly use youtube ads?', with flair 'Discussion'
+16951 [2020-02-10 15:10:16] '/u/OccupiedGarrett' has given '/u/GentlemanRaven' lambda!
+16951 [2020-02-10 15:13:50] '/u/FPVMARK' has given '/u/fpvdronelife' lambda!
+16951 [2020-02-10 15:13:50] The OP received lambda too!
+16951 [2020-02-10 15:14:04] '/u/FPVMARK' has given '/u/jimb0z_' lambda!
+17540 [2020-02-10 15:16:04]
+####################
+[2020-02-10 15:16:04] RESTARTED
+####################
+
+17540 [2020-02-10 15:20:18] There has been a new submission: 'Any of you guys mk11 gamers ?', with flair 'None'
+17540 [2020-02-10 15:20:20] /u/the-gee-man-12345 had their submission removed for insufficient lambda.
+17540 [2020-02-10 15:21:14] There has been a new submission: 'Any of you guys mortal kombat 11 gamers ?', with flair 'None'
+17540 [2020-02-10 15:21:16] /u/the-gee-man-12345 had their submission removed for insufficient lambda.
+17540 [2020-02-10 15:21:29] There has been a new submission: 'I will help you edit and promote your youtube videos', with flair 'Collab'
+17540 [2020-02-10 15:23:06] There has been a new submission: '4 TRUE CREEPY Stories | Encounters with Strangers/Robbers/Stalkers (You can listen to it in the background, don't have to look at it)', with flair 'Video Critique'
+17540 [2020-02-10 15:25:26] There has been a new submission: 'I Signed Up For an "ASMR" Patreon So You Don't Have To.', with flair 'Video Critique'
+17540 [2020-02-10 15:43:36] There has been a new submission: 'I JUST REACH 70 SUBS!!!!', with flair 'Discussion'
+17540 [2020-02-10 15:44:42] '/u/R_Hanna' has given '/u/ZardozSpeaks2U' lambda!
+17540 [2020-02-10 15:46:25] '/u/R_Hanna' has given '/u/MGTV_Mommy' lambda!
+17540 [2020-02-10 15:46:40] '/u/R_Hanna' has given '/u/2ingredientrecipes' lambda!
+17540 [2020-02-10 15:48:41] '/u/R_Hanna' has given '/u/WarriorFighterNinja' lambda!
+17540 [2020-02-10 15:49:15] '/u/R_Hanna' has given '/u/xXCerBeruSsXx' lambda!
+17540 [2020-02-10 15:51:28] There has been a new submission: 'A well edited Rainbow Six Siege funny moments video with friends. Had lots of fun recording and making this one. Any feedback or support is appreciated!', with flair 'Gaming'
+17540 [2020-02-10 15:51:58] '/u/R_Hanna' has given '/u/JudgeCreed' lambda!
+17540 [2020-02-10 15:52:24] There has been a new submission: 'Seen as though it's happening in real life.... Give me some tips if you can!', with flair 'Gaming'
+17540 [2020-02-10 15:53:46] '/u/DulcidioCoelho' has given '/u/trinath71288' lambda!
+17540 [2020-02-10 15:54:48] '/u/VreaL37' has given '/u/humz_whu' lambda!
+17540 [2020-02-10 15:54:48] The OP received lambda too!
+17540 [2020-02-10 15:55:32] There has been a new submission: 'Hey I’m looking for some constructive criticism on my video. I usually don't do unboxings/reviews, I was hoping for some watch time and just general tips for the video. And any feedback you have would be greatly appreciated! (Unboxing the Tonor USB Microphone Kit! Best Beginner USB Microphone!)', with flair 'Video Critique'
+17540 [2020-02-10 15:55:57] '/u/R_Hanna' has given '/u/StealthyTanto' lambda!
+17540 [2020-02-10 15:57:52] There has been a new submission: 'Check out the new vid!!', with flair 'Gaming'
+17540 [2020-02-10 15:57:54] /u/samkelley86 had their submission removed for insufficient lambda.
+17540 [2020-02-10 15:58:27] There has been a new submission: 'Check out the new vid!!!', with flair 'Gaming'
+17540 [2020-02-10 15:58:28] /u/samkelley86 had their submission removed for insufficient lambda.
+17540 [2020-02-10 15:58:49] '/u/Kansi_' has given '/u/Ikennaoais' lambda!
+17540 [2020-02-10 15:58:49] The OP received lambda too!
+17540 [2020-02-10 16:05:43] There has been a new submission: 'Just trying to grow! Would appreciate any feedback or support! (Always open to collaboration!)', with flair 'Gaming'
+17540 [2020-02-10 16:05:45] /u/SignedGames had their submission removed for insufficient lambda.
+17540 [2020-02-10 16:07:30] There has been a new submission: 'Fortnite Montage - Anymore', with flair 'Gaming'
+17540 [2020-02-10 16:07:31] /u/Wanderlust61 had their submission removed for insufficient lambda.
+17540 [2020-02-10 16:08:39] '/u/JudgeCreed' has given '/u/humz_whu' lambda!
+17540 [2020-02-10 16:08:39] The OP received lambda too!
+17540 [2020-02-10 16:21:29] '/u/ReverseNationYT' has given '/u/DeFrapaCicco' lambda!
+17540 [2020-02-10 16:22:30] '/u/Kalum-W' has given '/u/SelendineMcHerb' lambda!
+17540 [2020-02-10 16:22:31] The OP received lambda too!
+17540 [2020-02-10 16:25:43] There has been a new submission: 'Hey! This is my first post on Reddit, and also my "Starting Fresh" video! I took a hiatus on my channel for about a year and a half, and this is my video explaining why, and what my goals are going forward. I would love it if ya'll could check it out and potentially subscribe!', with flair 'Vlog'
+17540 [2020-02-10 16:25:45] /u/rhiannonraine had their submission removed for insufficient lambda.
+17540 [2020-02-10 16:30:40] There has been a new submission: 'hey guys. i have subpar equipment but i want to start streaming to help get myself on the path to turning this into a dream come true. Positive reinforcement greatly appreciated.', with flair 'Discussion'
+17540 [2020-02-10 16:32:01] There has been a new submission: 'I BROKE MY CAMERA!', with flair 'None'
+17540 [2020-02-10 16:32:03] /u/derricklsmithjr had their submission removed for insufficient lambda.
+17540 [2020-02-10 16:45:38] There has been a new submission: 'What to put in the background?', with flair 'Discussion'
+17540 [2020-02-10 16:47:08] '/u/Leon_is_a_Ghost' has given '/u/HumperTrooper15' lambda!
+17540 [2020-02-10 16:47:08] The OP received lambda too!
+17540 [2020-02-10 16:49:27] There has been a new submission: 'Getting Tilted In Apex Legends Ranked', with flair 'Gaming'
+17540 [2020-02-10 16:49:27] /u/CheatCentralCH had their submission removed for insufficient lambda.
+17540 [2020-02-10 16:50:23] '/u/Leon_is_a_Ghost' has given '/u/VreaL37' lambda!
+17540 [2020-02-10 16:52:47] '/u/Leon_is_a_Ghost' has given '/u/catfish1992' lambda!
+17540 [2020-02-10 16:57:21] There has been a new submission: 'How to Grow On Youtube! Hello everyone I really tried here to break down the 2 most important points to grow your channel on Youtube. Let me know your thoughts. Quality and the message. I tried a couple of skits in the beginning just to see if I should do more throughout the videos.', with flair 'Video Critique'
+17540 [2020-02-10 16:57:51] There has been a new submission: 'WHERE ART THOU CORONEO?', with flair 'Video Critique'
+17540 [2020-02-10 16:57:52] /u/anaana994 had their submission removed for insufficient lambda.
+17540 [2020-02-10 16:58:06] '/u/R_Hanna' has given '/u/chuck_cascio' lambda!
+17540 [2020-02-10 16:58:12] There has been a new submission: 'GEARS OF WAR Ultimate Edition Part 10 - Damon Baird', with flair 'Gaming'
+17540 [2020-02-10 16:58:13] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+17540 [2020-02-10 17:00:19] There has been a new submission: 'Does my video do a good job at keeping your attention all the way to the end? if not what parts of the video make you start to loose interest?', with flair 'Video Critique'
+17540 [2020-02-10 17:04:50] '/u/WarriorFighterNinja' has given '/u/humz_whu' lambda!
+17540 [2020-02-10 17:04:50] The OP received lambda too!
+17540 [2020-02-10 17:07:21] '/u/WarriorFighterNinja' has given '/u/jimb0z_' lambda!
+17540 [2020-02-10 17:08:12] '/u/WarriorFighterNinja' has given '/u/robbit9' lambda!
+17540 [2020-02-10 17:08:35] There has been a new submission: 'A YouTube Channel For Video Contests', with flair 'Collab'
+17540 [2020-02-10 17:12:59] There has been a new submission: 'I am looking to create a fast paced ad for YouTube.. and i am currently looking for feed back in terms of this being able to catch the eye of someone.. i know the quality drops sometimes due to the fact of it being some old videos but i can make a new one and better =) i neeed to improve', with flair 'Video Critique'
+17540 [2020-02-10 17:13:01] /u/xXCerBeruSsXx had their submission removed for insufficient lambda.
+17540 [2020-02-10 17:13:36] There has been a new submission: 'Escape From Tarkov is making me a "REAL GAMER"', with flair 'Gaming'
+17540 [2020-02-10 17:13:38] /u/UGVK815 had their submission removed for insufficient lambda.
+17677 [2020-02-10 17:16:04]
+####################
+[2020-02-10 17:16:04] RESTARTED
+####################
+
+17677 [2020-02-10 17:19:05] There has been a new submission: 'How to Get PHOTOSHOP CC 2020 for FREE [No Virus]', with flair 'Video Critique'
+17677 [2020-02-10 17:19:06] /u/FocusSniipe had their submission removed for insufficient lambda.
+17677 [2020-02-10 17:25:55] There has been a new submission: 'I made a video on Tesla Cybertruck vs Rivian as people might prefer cybertruck. Please let me know your thoughts. Anyone interested in Tesla and electric vehicles can check out my channel.', with flair 'Channel Review'
+17677 [2020-02-10 17:41:22] '/u/ErbyTattoos' has given '/u/mattchu_does_stuff' lambda!
+17677 [2020-02-10 17:41:22] The OP received lambda too!
+17677 [2020-02-10 17:42:43] '/u/ErbyTattoos' has given '/u/NotFunnyGamer' lambda!
+17677 [2020-02-10 17:44:42] There has been a new submission: '-Breaking- Cuphead got Sniped; One suspect: Byleth', with flair 'Gaming'
+17677 [2020-02-10 17:47:49] '/u/ErbyTattoos' has given '/u/chuck_cascio' lambda!
+17677 [2020-02-10 17:47:55] There has been a new submission: 'Blocking for Knitting (Soaking and Pining Method)', with flair 'Vlog'
+17677 [2020-02-10 17:47:56] /u/thebentknitter had their submission removed for insufficient lambda.
+17677 [2020-02-10 17:48:57] '/u/R_Hanna' has given '/u/iProprieties' lambda!
+17677 [2020-02-10 17:51:12] There has been a new submission: 'My first time making a stream highlights video, I would love some feedback', with flair 'Video Critique'
+17677 [2020-02-10 17:51:14] /u/TriceratopsJr had their submission removed for insufficient lambda.
+17677 [2020-02-10 17:55:42] There has been a new submission: 'Any advice on how i could improve or what about the video is good, also if anyone has any suggestions for games that’d be good recorded like this would be helpful thanks in advance', with flair 'Video Critique'
+17677 [2020-02-10 17:56:27] There has been a new submission: 'I would love some feedback!', with flair 'Video Critique'
+17677 [2020-02-10 17:56:29] /u/haile_kucera had their submission removed for insufficient lambda.
+17677 [2020-02-10 17:56:39] There has been a new submission: 'Blocking for Knitting (Soaking and Pining Method)', with flair 'Vlog'
+17677 [2020-02-10 17:56:40] /u/thebentknitter had their submission removed for insufficient lambda.
+17677 [2020-02-10 17:57:40] There has been a new submission: 'CVS NIGHTMARE!', with flair 'Channel Review'
+17677 [2020-02-10 18:00:47] There has been a new submission: 'Advice from the gaming tubers.', with flair 'Discussion'
+17677 [2020-02-10 18:02:18] '/u/ErbyTattoos' has given '/u/iProprieties' lambda!
+17677 [2020-02-10 18:06:48] There has been a new submission: 'I did what I could', with flair 'Gaming'
+17677 [2020-02-10 18:06:49] /u/DarkZero387 had their submission removed for insufficient lambda.
+17677 [2020-02-10 18:09:38] There has been a new submission: 'Schulte Movie Review - Fear and Loathing in Las Vegas. I review this movie with intense & throughout detail, hilariously. Enjoy!', with flair 'None'
+17677 [2020-02-10 18:09:39] /u/streamedbroccoliTV had their submission removed for insufficient lambda.
+17677 [2020-02-10 18:11:45] There has been a new submission: 'Soo... What Now?', with flair 'Discussion'
+17677 [2020-02-10 18:12:47] '/u/R_Hanna' has given '/u/grimcake' lambda!
+17677 [2020-02-10 18:16:49] '/u/VreaL37' has given '/u/LNRDSHELBY' lambda!
+17677 [2020-02-10 18:18:03] '/u/Kalum-W' has given '/u/mattchu_does_stuff' lambda!
+17677 [2020-02-10 18:24:28] '/u/TrifectaComedy' has given '/u/chuck_cascio' lambda!
+17677 [2020-02-10 18:24:28] The OP received lambda too!
+17677 [2020-02-10 18:26:10] There has been a new submission: 'The Most Important Ways To Grow On Youtube 2021! Let's try this the right way this time. I did a few skits in the beginning and I would love some feedback on if I should do more. And let me know your thoughts on the points! =D', with flair 'Video Critique'
+17677 [2020-02-10 18:34:10] There has been a new submission: 'Fun Brawlhalla edit, extra POW! Thoughts and suggestions please! :)', with flair 'Video Critique'
+17677 [2020-02-10 18:34:11] /u/GuideTheGameplay had their submission removed for insufficient lambda.
+17677 [2020-02-10 18:35:21] '/u/TrifectaComedy' has given '/u/qzeqYT' lambda!
+17677 [2020-02-10 18:36:09] There has been a new submission: 'Love Your Feedback and Submissions to Our Contest to win $300!', with flair 'Channel Review'
+17677 [2020-02-10 18:43:46] '/u/TrifectaComedy' has given '/u/streamedbroccoliTV' lambda!
+17677 [2020-02-10 18:45:49] There has been a new submission: 'Movie Review: GoldenEye (1995)', with flair 'Video Critique'
+17677 [2020-02-10 18:49:20] '/u/JudgeCreed' has given '/u/GuideTheGameplay' lambda!
+17677 [2020-02-10 18:51:19] '/u/JudgeCreed' has given '/u/streamedbroccoliTV' lambda!
+17677 [2020-02-10 18:52:50] There has been a new submission: 'Watch people die inside compilation', with flair 'Channel Review'
+17677 [2020-02-10 18:52:52] /u/ImTheRealMarco had their submission removed for insufficient lambda.
+17677 [2020-02-10 18:56:13] There has been a new submission: 'Tea with Jessica Shea |what do you think?', with flair 'None'
+17677 [2020-02-10 18:56:14] /u/JessicaSheaMODEL had their submission removed for insufficient lambda.
+17677 [2020-02-10 18:57:21] '/u/Inferus12' has given '/u/NotFunnyGamer' lambda!
+17677 [2020-02-10 18:57:21] The OP received lambda too!
+17677 [2020-02-10 19:06:46] There has been a new submission: 'I’m a new gaming YouTuber. The channel name is FearToxinOfficial. Currently I’m playing pokemon sword nuzlocke, but I will be branching off to other games soon.', with flair 'Gaming'
+17677 [2020-02-10 19:06:48] /u/Hellspawn_toxins had their submission removed for insufficient lambda.
+17677 [2020-02-10 19:10:26] '/u/Kalum-W' has given '/u/lil_traveller' lambda!
+17677 [2020-02-10 19:11:49] There has been a new submission: 'Hi, I'm Robbo. I create a chill 18+ Minecraft series. Feedback would 100% be welcomed and help improve my channel.', with flair 'Gaming'
+17813 [2020-02-10 19:16:05]
+####################
+[2020-02-10 19:16:05] RESTARTED
+####################
+
+17813 [2020-02-10 19:17:00] '/u/MafiasFinestTV' has given '/u/El_Penguino_' lambda!
+17813 [2020-02-10 19:17:00] The OP received lambda too!
+17813 [2020-02-10 19:17:07] '/u/MafiasFinestTV' has given '/u/qzeqYT' lambda!
+17813 [2020-02-10 19:17:12] There has been a new submission: 'Gang Beasts is HILARIOUS', with flair 'Gaming'
+17813 [2020-02-10 19:17:14] /u/I3enjino had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:17:21] '/u/MafiasFinestTV' has given '/u/goldenshimp' lambda!
+17813 [2020-02-10 19:22:09] There has been a new submission: 'Mobile Games and Kids - The Problems (Dobre Dunk Ad Issues)', with flair 'Video Critique'
+17813 [2020-02-10 19:22:11] /u/coletv had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:24:53] '/u/JudgeCreed' has given '/u/MafiasFinestTV' lambda!
+17813 [2020-02-10 19:28:17] There has been a new submission: 'I made my first ever channel trailer!', with flair 'Video Critique'
+17813 [2020-02-10 19:28:18] /u/DocimusOfficial had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:30:19] There has been a new submission: 'Modding To Beat The Train Mission 🚂 I tried to streamline my editing style to make it more fast-paced and I think it came out pretty good! All feedback and advice regarding anything appreciated!', with flair 'Video Critique'
+17813 [2020-02-10 19:30:33] '/u/ErbyTattoos' has given '/u/lil_traveller' lambda!
+17813 [2020-02-10 19:32:55] There has been a new submission: 'Hey Everyone! Started a YouTube channel on Virtual reality gaming, if you have any comments please let me know. Subscribe if you enjoy!', with flair 'None'
+17813 [2020-02-10 19:35:28] There has been a new submission: 'I like this vid', with flair 'None'
+17813 [2020-02-10 19:35:30] /u/Plots7 had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:36:38] There has been a new submission: 'LEONARDO DA VINCI: the Italian Genius | KAN GEO #2 [with ENG Subs]', with flair 'Channel Review'
+17813 [2020-02-10 19:36:39] /u/KangeonTV had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:37:35] There has been a new submission: 'Episode 5 of my oddball comedy show is now online. I find it so hard to get honest feedback so if you have any thoughts (good or bad) please let me know! Bye x', with flair 'Video Critique'
+17813 [2020-02-10 19:41:09] There has been a new submission: 'I did my Bestie makeup!!!1', with flair 'Collab'
+17813 [2020-02-10 19:41:11] /u/Fugondia had their submission removed for using the wrong flair.
+17813 [2020-02-10 19:46:41] '/u/R_Hanna' has given '/u/CalluMb243' lambda!
+17813 [2020-02-10 19:48:19] '/u/R_Hanna' has given '/u/VRvisuals' lambda!
+17813 [2020-02-10 19:54:21] '/u/JudgeCreed' has given '/u/Magnifikunt' lambda!
+17813 [2020-02-10 19:54:35] There has been a new submission: 'I don't normally like to celebrate milestones... but 200 subs. Thank you so much!', with flair 'Discussion'
+17813 [2020-02-10 19:55:47] '/u/JudgeCreed' has given '/u/CalluMb243' lambda!
+17813 [2020-02-10 19:56:00] There has been a new submission: 'Fortnite : Rise Of The Bots', with flair 'Gaming'
+17813 [2020-02-10 19:56:02] /u/xJonoh had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:56:27] '/u/JudgeCreed' has given '/u/GlobalNerd' lambda!
+17813 [2020-02-10 19:57:19] '/u/MafiasFinestTV' has given '/u/notsafetowork' lambda!
+17813 [2020-02-10 19:57:19] The OP received lambda too!
+17813 [2020-02-10 19:57:49] There has been a new submission: 'I am tree climber who specializes in tree removal and I post full videos of my job . I'm trying to grow .', with flair 'Channel Review'
+17813 [2020-02-10 19:57:51] /u/knoty_climber had their submission removed for insufficient lambda.
+17813 [2020-02-10 19:58:07] '/u/MafiasFinestTV' has given '/u/JudgeCreed' lambda!
+17813 [2020-02-10 20:00:25] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 10 Gameplay Walkthrough Blind Facecam', with flair 'None'
+17813 [2020-02-10 20:00:28] /u/loopy2mn had their submission removed for insufficient lambda.
+17813 [2020-02-10 20:00:51] There has been a new submission: 'R6 INSANE GLITCH', with flair 'Gaming'
+17813 [2020-02-10 20:00:54] /u/mitch12398 had their submission removed for insufficient lambda.
+17813 [2020-02-10 20:10:19] '/u/ErbyTattoos' has given '/u/MafiasFinestTV' lambda!
+17813 [2020-02-10 20:12:33] '/u/ErbyTattoos' has given '/u/streamedbroccoliTV' lambda!
+17813 [2020-02-10 20:13:47] There has been a new submission: 'This is a Mother 3 Livestream Highlight I did with my friend (they made the thumbnail and also did the editing for me). If you like funny moment/highlights and also mixed with some edits I recommend checking it out. I hope you guys enjoy it and have a nice day!', with flair 'Gaming'
+17813 [2020-02-10 20:15:02] '/u/TrifectaComedy' has given '/u/heyiamandrew' lambda!
+17813 [2020-02-10 20:15:31] There has been a new submission: 'Hi, new to the sub. Here is my most recent video, a Lighthouse inspired improve-heavy skit that follows the nonsensical & questionable ramblings of two sailors doing what they do best, sailing the high seas.', with flair 'None'
+17813 [2020-02-10 20:18:00] There has been a new submission: 'I'm a tree climber who specializes in technical tree removal. I post videos my full day work along with music edits .', with flair 'Channel Review'
+17813 [2020-02-10 20:18:01] /u/pleasantreesoflife had their submission removed for insufficient lambda.
+17813 [2020-02-10 20:26:36] There has been a new submission: 'STARTING THE SEASON OFF RIGHT! KAYN 17-0-7', with flair 'Video Critique'
+17813 [2020-02-10 20:26:37] /u/Brodge_TV had their submission removed for insufficient lambda.
+17813 [2020-02-10 20:28:32] There has been a new submission: 'r/tinder top posts and tinder memes.', with flair 'Channel Review'
+17813 [2020-02-10 20:28:33] /u/usmop had their submission removed for insufficient lambda.
+17813 [2020-02-10 20:28:54] There has been a new submission: '"CHRISTIANS THINK BARACK OBAMA IS THE ANTI CHRIST AND HERE'S WHY?', with flair 'Discussion'
+17813 [2020-02-10 20:28:55] /u/ste000sway had their submission removed for using the wrong flair.
+17813 [2020-02-10 20:29:00] '/u/TrifectaComedy' has given '/u/lil_traveller' lambda!
+17813 [2020-02-10 20:34:42] '/u/goldenshimp' has given '/u/notsafetowork' lambda!
+17813 [2020-02-10 20:34:42] The OP received lambda too!
+17813 [2020-02-10 20:39:01] There has been a new submission: 'Sans Tortures My Friend... If you enjoy the video, feel free to check out more and sub if you'd like!', with flair 'Gaming'
+17813 [2020-02-10 20:39:02] /u/_Ronald_Raygun_ had their submission removed for insufficient lambda.
+17813 [2020-02-10 20:40:36] There has been a new submission: 'Psychedelic Armpit Shave - Does The Thumbnail Catch Your Eye?', with flair 'Thumbnail Review'
+17813 [2020-02-10 20:44:51] There has been a new submission: 'I just hit 100 legit subscribers and 1k+ video views in my first 2 months! Feeling good right now and here's a new upload check it out. any feedback is appreciated. Modern warfare SEASON 2! <3', with flair 'Channel Review'
+17813 [2020-02-10 20:49:46] '/u/MafiasFinestTV' has given '/u/heyiamandrew' lambda!
+17813 [2020-02-10 20:53:58] There has been a new submission: 'Looking for other tech related channels!', with flair 'Discussion'
+17813 [2020-02-10 20:58:33] '/u/TrifectaComedy' has given '/u/popularvote_yt' lambda!
+17949 [2020-02-10 21:16:05]
+####################
+[2020-02-10 21:16:05] RESTARTED
+####################
+
+17949 [2020-02-10 21:17:07] '/u/FPVMARK' has given '/u/notsafetowork' lambda!
+17949 [2020-02-10 21:26:00] '/u/qzeqYT' has given '/u/Arrrash' lambda!
+17949 [2020-02-10 21:26:00] The OP received lambda too!
+17949 [2020-02-10 21:35:09] '/u/VreaL37' has given '/u/StylesYT' lambda!
+17949 [2020-02-10 21:40:17] There has been a new submission: 'Halo Isn't Halo Anymore', with flair 'Video Critique'
+17949 [2020-02-10 21:40:44] There has been a new submission: 'I've been working on a mostly animation based channel. Here's a short I made a while back, "There's a Spider in Your Bedroom"', with flair 'None'
+17949 [2020-02-10 21:40:47] /u/AndrewSaidThis had their submission removed for insufficient lambda.
+17949 [2020-02-10 21:42:41] There has been a new submission: 'What are some YouTube specific hashtags to use on Instagram?', with flair 'Discussion'
+17949 [2020-02-10 21:53:57] There has been a new submission: 'Hi! New to the sub but as you might have guessed I'm trying to grow my channel. This being a recent upload and if you like it please subscribe. Thanks!', with flair 'Gaming'
+17949 [2020-02-10 21:53:59] /u/AvSteve159 had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:01:07] '/u/Kalum-W' has given '/u/CalluMb243' lambda!
+17949 [2020-02-10 22:02:33] There has been a new submission: 'Dating in Japan: The F@*k Boy Saga...bad bad boy!!', with flair 'Discussion'
+17949 [2020-02-10 22:02:36] /u/lyfeinjapan had their submission removed for using the wrong flair.
+17949 [2020-02-10 22:03:13] '/u/streamedbroccoliTV' has given '/u/KingDaN8252' lambda!
+17949 [2020-02-10 22:03:13] The OP received lambda too!
+17949 [2020-02-10 22:17:42] There has been a new submission: 'Hi I’m Hipur and I make chill 18+ content even though I’m 13 so it’s illegal. I’m trying to hit 300 by then of the year and I’m at 224 already', with flair 'None'
+17949 [2020-02-10 22:17:43] /u/XX_HipurNessa_XX had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:21:04] '/u/TrifectaComedy' has given '/u/LiutaurasMK' lambda!
+17949 [2020-02-10 22:25:57] '/u/Arrrash' has given '/u/KingDaN8252' lambda!
+17949 [2020-02-10 22:25:58] The OP received lambda too!
+17949 [2020-02-10 22:26:22] There has been a new submission: 'How To Make A Chocolate Raspberry Cake - Raspberry Pondang Recipes', with flair 'Channel Review'
+17949 [2020-02-10 22:26:23] /u/mmlydar had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:28:16] '/u/deliriousmarc' has given '/u/KingDaN8252' lambda!
+17949 [2020-02-10 22:28:16] The OP received lambda too!
+17949 [2020-02-10 22:30:40] There has been a new submission: 'I have a kitesurfing/travel vlog and I'd love some feedback on my most recent upload! [vlog]', with flair 'None'
+17949 [2020-02-10 22:36:09] There has been a new submission: 'Eating my favourite food FOR A WEEK', with flair 'Vlog'
+17949 [2020-02-10 22:36:11] /u/Jadeep had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:40:57] There has been a new submission: 'YouTube', with flair 'Gaming'
+17949 [2020-02-10 22:40:59] /u/KJB65 had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:42:01] '/u/Leon_is_a_Ghost' has given '/u/MafiasFinestTV' lambda!
+17949 [2020-02-10 22:43:09] '/u/Kansi_' has given '/u/popularvote_yt' lambda!
+17949 [2020-02-10 22:44:12] '/u/Leon_is_a_Ghost' has given '/u/TomKeehn' lambda!
+17949 [2020-02-10 22:48:59] There has been a new submission: 'The NES Zapper & Games | SaltyDalty |', with flair 'Gaming'
+17949 [2020-02-10 22:49:00] /u/SaltyDalty202 had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:54:17] There has been a new submission: 'Guided Meditation For Sleep - 3 Minutes Meditation', with flair 'Channel Review'
+17949 [2020-02-10 22:54:18] /u/maxdedenver had their submission removed for insufficient lambda.
+17949 [2020-02-10 22:59:09] '/u/notsafetowork' has given '/u/DocimusOfficial' lambda!
+17949 [2020-02-10 22:59:09] The OP received lambda too!
+17949 [2020-02-10 23:00:16] There has been a new submission: 'Why You Should Play Minecraft', with flair 'Gaming'
+17949 [2020-02-10 23:00:18] /u/Allenownz had their submission removed for insufficient lambda.
+17949 [2020-02-10 23:05:44] There has been a new submission: 'Is it better to start off with trendy things to grow?', with flair 'Discussion'
+17949 [2020-02-10 23:07:49] There has been a new submission: 'Kind of unsure if some of these clips work/have the effect I want. Any notes?', with flair 'None'
+17949 [2020-02-10 23:07:50] /u/ECXL had their submission removed for insufficient lambda.
+17949 [2020-02-10 23:09:19] There has been a new submission: 'Baljeet's HairLine [Rainbow Six Siege] [Gaming] (will givelambda for feedback)', with flair 'Gaming'
+17949 [2020-02-10 23:11:59] There has been a new submission: 'Smart Devices are Dumb - Reactions like this are new to me, curious if it kept your attention. As always all feedback appreciated!', with flair 'Video Critique'
+18153 [2020-02-10 23:16:05]
+####################
+[2020-02-10 23:16:05] RESTARTED
+####################
+
+1431 [2020-02-10 23:18:40] Updated statistics
+18153 [2020-02-10 23:19:40] There has been a new submission: 'The Future of Metal? : Metal Head Reacts to SCARLXRD - LIES YXU TELL', with flair 'Discussion'
+18153 [2020-02-10 23:19:40] /u/Just_Jakel had their submission removed for using the wrong flair.
+18153 [2020-02-10 23:19:50] '/u/Adddo13' has given '/u/Dharen29YT' lambda!
+18153 [2020-02-10 23:20:43] '/u/VreaL37' has given '/u/popularvote_yt' lambda!
+18153 [2020-02-10 23:23:35] '/u/deliriousmarc' has given '/u/NumberedUsername432' lambda!
+18153 [2020-02-10 23:23:57] '/u/deliriousmarc' has given '/u/2many2play' lambda!
+18153 [2020-02-10 23:25:31] '/u/CopperPanMan' has given '/u/popularvote_yt' lambda!
+18153 [2020-02-10 23:25:31] The OP received lambda too!
+18153 [2020-02-10 23:28:06] There has been a new submission: 'Hope you enjoy this montage for my channel', with flair 'Gaming'
+18153 [2020-02-10 23:28:07] /u/Absolutetrooper had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:30:47] '/u/GentlemanRaven' has given '/u/mattchu_does_stuff' lambda!
+18153 [2020-02-10 23:30:47] The OP received lambda too!
+18153 [2020-02-10 23:33:34] There has been a new submission: 'The Future of Metal? : Metal Head Reacts to SCARLXRD - THE LIES YXU TELL', with flair 'Video Critique'
+18153 [2020-02-10 23:37:47] There has been a new submission: 'Check out my first video!', with flair 'None'
+18153 [2020-02-10 23:37:47] /u/grumpykitten35 had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:38:20] There has been a new submission: 'What to Expect in Season 2 of Modern Warfare', with flair 'Gaming'
+18153 [2020-02-10 23:38:21] /u/Numerous-Regular had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:39:02] There has been a new submission: 'Wack', with flair 'Gaming'
+18153 [2020-02-10 23:39:03] /u/TheBluePhoenix1 had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:39:28] There has been a new submission: 'Chinese Girl Talks About Coronavirus In VRChat', with flair 'Gaming'
+18153 [2020-02-10 23:39:29] /u/Ganderlow had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:42:20] There has been a new submission: 'Fortnite : Rise Of The Bots', with flair 'Gaming'
+18153 [2020-02-10 23:42:22] /u/xJonoh had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:55:57] There has been a new submission: 'Well that’s going to take a while to clean up!', with flair 'None'
+18153 [2020-02-10 23:55:59] /u/DrainPros had their submission removed for insufficient lambda.
+18153 [2020-02-10 23:58:08] There has been a new submission: 'Hello we are 2many2play we post let's play content with adult humor mainly haven't gotten feedback since we started our channel and would love to get some. Thanks!!!', with flair 'Video Critique'
+18153 [2020-02-11 00:05:55] '/u/TheGamerGuy2' has given '/u/Niff-' lambda!
+18153 [2020-02-11 00:05:55] The OP received lambda too!
+18153 [2020-02-11 00:08:09] There has been a new submission: 'Alternate History of Turkey - Ottoman Empire', with flair 'Video Critique'
+18153 [2020-02-11 00:08:10] /u/akara211 had their submission removed for insufficient lambda.
+18153 [2020-02-11 00:31:07] '/u/streamedbroccoliTV' has given '/u/Just_Pandaa' lambda!
+18153 [2020-02-11 00:34:30] '/u/NumberedUsername432' has given '/u/Niff-' lambda!
+18153 [2020-02-11 00:34:30] The OP received lambda too!
+18153 [2020-02-11 00:35:50] '/u/Illfury' has given '/u/Niff-' lambda!
+18153 [2020-02-11 00:37:17] There has been a new submission: 'Made a vid of my experience playing HogwartsRP on Gmod and it was a hilarious time. All feedback will be appreciated.', with flair 'Video Critique'
+18153 [2020-02-11 00:39:55] There has been a new submission: 'This UBER Driver could sing!', with flair 'Channel Review'
+18153 [2020-02-11 00:39:56] /u/mdranofficial had their submission removed for insufficient lambda.
+18153 [2020-02-11 00:42:58] '/u/NumberedUsername432' has given '/u/sinfullban' lambda!
+18153 [2020-02-11 00:54:03] There has been a new submission: 'Today was a good day.', with flair 'Discussion'
+18153 [2020-02-11 01:03:05] There has been a new submission: 'His first time playing TTT in VR | Pavlov VR Funny Moments', with flair 'Gaming'
+18153 [2020-02-11 01:03:07] /u/NiceGuyMarek had their submission removed for insufficient lambda.
+18153 [2020-02-11 01:13:44] There has been a new submission: 'Finally finished my second video essay. Exploring why this years bushfire season in Australia was so big. Would love some feedback!', with flair 'Video Critique'
+18153 [2020-02-11 01:13:46] /u/tomasrow had their submission removed for insufficient lambda.
+18450 [2020-02-11 01:16:05]
+####################
+[2020-02-11 01:16:05] RESTARTED
+####################
+
+18450 [2020-02-11 01:29:36] There has been a new submission: 'Looking for any/all creators to help me with super short clips for a Valentines project!', with flair 'Collab'
+18450 [2020-02-11 01:30:45] There has been a new submission: 'Weve made a small short horror film on youtube. Would love to get some feed back to see what we can improve on!', with flair 'None'
+18450 [2020-02-11 01:30:48] /u/URAStudiosReddit had their submission removed for insufficient lambda.
+18450 [2020-02-11 01:36:28] '/u/TheGamerGuy2' has given '/u/tomasrow' lambda!
+18450 [2020-02-11 01:48:46] '/u/MafiasFinestTV' has given '/u/CopperPanMan' lambda!
+18450 [2020-02-11 01:54:39] There has been a new submission: 'Review to the channel with Fun Experiments....', with flair 'Channel Review'
+18450 [2020-02-11 01:54:40] /u/aakash_mehra11 had their submission removed for insufficient lambda.
+18450 [2020-02-11 01:58:35] There has been a new submission: 'New Group Gaming Channel!', with flair 'Gaming'
+18450 [2020-02-11 01:58:36] /u/Robsterville1 had their submission removed for insufficient lambda.
+18450 [2020-02-11 02:01:30] There has been a new submission: 'Is this video entertaining? I tried a more simple form of editing for this one and i'm not sure if it keeps people attention as much as my other videos.', with flair 'Video Critique'
+18450 [2020-02-11 02:06:54] There has been a new submission: 'Mumbos NETHER GATEWAY in Minecraft bedrock', with flair 'Gaming'
+18450 [2020-02-11 02:07:34] '/u/GentlemanRaven' has given '/u/shadyyness' lambda!
+18450 [2020-02-11 02:13:33] '/u/chimpos' has given '/u/TechLens_Official' lambda!
+18450 [2020-02-11 02:13:33] The OP received lambda too!
+18450 [2020-02-11 02:16:36] '/u/ExCreeperYT' has given '/u/joshjcharlers' lambda!
+18450 [2020-02-11 02:20:03] '/u/ErbyTattoos' has given '/u/NiceGuyMarek' lambda!
+18450 [2020-02-11 02:21:41] There has been a new submission: 'Check out my new video! The first on in my new series. I hope you enjoy', with flair 'Vlog'
+18450 [2020-02-11 02:21:43] /u/resting_potato had their submission removed for insufficient lambda.
+18450 [2020-02-11 02:23:09] '/u/ErbyTattoos' has given '/u/allages69' lambda!
+18450 [2020-02-11 02:26:50] There has been a new submission: 'Nasas broom challenge!', with flair 'None'
+18450 [2020-02-11 02:26:51] /u/AKcamaro2017 had their submission removed for insufficient lambda.
+18450 [2020-02-11 02:29:31] There has been a new submission: 'For anyone that loves Statistics...', with flair 'Video Critique'
+18450 [2020-02-11 02:29:32] /u/inmyopinion__ had their submission removed for insufficient lambda.
+18450 [2020-02-11 02:34:31] There has been a new submission: 'His first time playing TTT in VR | Pavlov VR Funny Moments', with flair 'Gaming'
+18450 [2020-02-11 02:44:54] There has been a new submission: 'Discord chatting server and memes', with flair 'Discussion'
+18450 [2020-02-11 02:47:06] There has been a new submission: 'DUDE HEAD BUILT LIKE A MINI FRIDGE - Kindergarten 2 Gameplay (Part 1)', with flair 'Meta'
+18450 [2020-02-11 02:47:08] /u/masterj1500 had their submission removed for using the wrong flair.
+18450 [2020-02-11 02:48:48] There has been a new submission: 'Myles Powell Highlights Mix - “Believe Me” Drake', with flair 'None'
+18450 [2020-02-11 02:48:49] /u/JackInTheBox707 had their submission removed for insufficient lambda.
+18450 [2020-02-11 02:53:04] '/u/AJThrifts' has given '/u/WarriorFighterNinja' lambda!
+18450 [2020-02-11 02:55:17] '/u/AJThrifts' has given '/u/matthewwjoel' lambda!
+18450 [2020-02-11 02:56:04] There has been a new submission: 'Just got My Equipment! Been editing for a few years, and reaching out for future channel planning.', with flair 'Discussion'
+18450 [2020-02-11 03:06:20] There has been a new submission: 'Hey everyone, check out my YouTube Chanel if your interested in clubbing/party’s/weed :)', with flair 'None'
+18450 [2020-02-11 03:06:22] /u/doalinewithme had their submission removed for insufficient lambda.
+18450 [2020-02-11 03:06:30] '/u/DrowningOnLand96' has given '/u/humz_whu' lambda!
+18450 [2020-02-11 03:06:30] The OP received lambda too!
+18583 [2020-02-11 03:16:05]
+####################
+[2020-02-11 03:16:05] RESTARTED
+####################
+
+18583 [2020-02-11 03:21:26] '/u/streamedbroccoliTV' has given '/u/bittybirtybunny' lambda!
+18583 [2020-02-11 03:21:54] There has been a new submission: 'DADDY?!!? | Bioshock Remastered', with flair 'Gaming'
+18583 [2020-02-11 03:21:56] /u/GAME_OR_DIE had their submission removed for insufficient lambda.
+18583 [2020-02-11 03:27:58] There has been a new submission: 'RIP KOBE | Speed artwork', with flair 'Art'
+18583 [2020-02-11 03:27:59] /u/Taj_Studios had their submission removed for insufficient lambda.
+18583 [2020-02-11 03:31:33] There has been a new submission: 'Promoting Channel for my friend as a surprise :)', with flair 'Channel Review'
+18583 [2020-02-11 03:31:35] /u/iLuv2game had their submission removed for insufficient lambda.
+18583 [2020-02-11 03:47:57] There has been a new submission: 'RIP KOBE - basketball legend | Speed Art', with flair 'Art'
+18583 [2020-02-11 03:47:58] /u/Taj_Studios had their submission removed for insufficient lambda.
+18583 [2020-02-11 03:54:13] '/u/ErbyTattoos' has given '/u/lil_traveller' lambda!
+18583 [2020-02-11 03:54:13] The OP received lambda too!
+18583 [2020-02-11 03:56:07] '/u/ErbyTattoos' has given '/u/chuck_cascio' lambda!
+18583 [2020-02-11 03:57:18] '/u/ErbyTattoos' has given '/u/resting_potato' lambda!
+18583 [2020-02-11 04:01:54] There has been a new submission: '5 ITEMS TO SELL ON EBAY FOR HUGE PROFITS IN 2020 | ITEMS YOU CAN START SELLING TODAY', with flair 'Channel Review'
+18583 [2020-02-11 04:01:56] /u/jessenav_ had their submission removed for insufficient lambda.
+18583 [2020-02-11 04:09:26] There has been a new submission: 'My first video in a hopefully long series highlighting skate spots and mountain bike trails in my area. With this being the first vid, I was hoping for some feedback on my editing style and setup for my future vids. Thanks in advance!', with flair 'None'
+18583 [2020-02-11 04:17:11] There has been a new submission: 'Looking for editor to make csgo compilations (will pay)', with flair 'Meta'
+18583 [2020-02-11 04:19:29] '/u/Arrrash' has given '/u/Just_Pandaa' lambda!
+18583 [2020-02-11 04:21:04] '/u/resting_potato' has given '/u/Foggy_Creations' lambda!
+18583 [2020-02-11 04:21:04] The OP received lambda too!
+18583 [2020-02-11 04:24:16] There has been a new submission: 'My friend and I have a channel focused mainly on animation but also discussions and sketch comedy videos. Please check out our most recent video. Advice/critiques would be extremely appreciated. Thanks for your time!', with flair 'None'
+18583 [2020-02-11 04:31:42] '/u/NiceGuyMarek' has given '/u/jrstar84' lambda!
+18583 [2020-02-11 04:31:42] The OP received lambda too!
+18583 [2020-02-11 04:32:31] There has been a new submission: 'CHANNEL REVIEW It's time.. to throw some tomato in me...', with flair 'Channel Review'
+18583 [2020-02-11 04:45:23] '/u/Crispy-Pancakes' has given '/u/BradyDaLlama' lambda!
+18583 [2020-02-11 04:45:23] The OP received lambda too!
+18583 [2020-02-11 04:56:05] '/u/DrowningOnLand96' has given '/u/popularvote_yt' lambda!
+18724 [2020-02-11 05:16:06]
+####################
+[2020-02-11 05:16:06] RESTARTED
+####################
+
+18724 [2020-02-11 05:23:38] '/u/2many2play' has given '/u/usedmop' lambda!
+18724 [2020-02-11 05:23:38] The OP received lambda too!
+18724 [2020-02-11 05:41:25] There has been a new submission: 'Collab?', with flair 'Collab'
+18724 [2020-02-11 05:41:35] There has been a new submission: 'Manila Philippines, Queen of the Pacific 1960'S 😎😍😘 | Minami Oroi', with flair 'Vlog'
+18724 [2020-02-11 05:54:29] '/u/5h1ttyredstone' has given '/u/BradyDaLlama' lambda!
+18724 [2020-02-11 05:54:29] The OP received lambda too!
+18724 [2020-02-11 06:05:57] '/u/Xerionix' has given '/u/Asian-Freak-20' lambda!
+18724 [2020-02-11 06:10:31] '/u/deliriousmarc' has given '/u/tc19851' lambda!
+18724 [2020-02-11 06:43:33] '/u/CalluMb243' has given '/u/Niff-' lambda!
+18724 [2020-02-11 06:43:33] The OP received lambda too!
+18724 [2020-02-11 06:46:21] '/u/zippy20201' has given '/u/Paint2Luv-Art' lambda!
+18724 [2020-02-11 06:47:16] '/u/zippy20201' has given '/u/sandtrumpsdirt' lambda!
+18724 [2020-02-11 07:06:08] '/u/R_Hanna' has given '/u/popularvote_yt' lambda!
+18724 [2020-02-11 07:10:42] There has been a new submission: 'I was wondering what I could do to make future videos better. Thanks in advance!', with flair 'Video Critique'
+18724 [2020-02-11 07:10:44] /u/sleepingeggroll had their submission removed for insufficient lambda.
+19118 [2020-02-11 07:16:06]
+####################
+[2020-02-11 07:16:06] RESTARTED
+####################
+
+19118 [2020-02-11 07:20:48] There has been a new submission: 'Does edgy content turn people off or is it something that will help me grow in the long run?', with flair 'Discussion'
+19118 [2020-02-11 07:22:32] There has been a new submission: 'I made a video showing how's the Coronavirus situation in Japan and trying to get surgical masks at a drugstore (they're pretty much sold out). Hope you enjoy!', with flair 'Vlog'
+19118 [2020-02-11 07:22:34] /u/tokyoyasss had their submission removed for insufficient lambda.
+19118 [2020-02-11 07:35:35] There has been a new submission: 'New Video Series on my Channel. I am hoping I at least hit the target for people and didn't make something that isn't good. My biggest goal is to get my watch time above 4 minutes on this video, what do you think?', with flair 'Video Critique'
+19118 [2020-02-11 07:36:02] '/u/NotFunnyGamer' has given '/u/tomasrow' lambda!
+19118 [2020-02-11 07:36:02] The OP received lambda too!
+19118 [2020-02-11 07:43:08] '/u/goldenshimp' has given '/u/durhamskywriter' lambda!
+19118 [2020-02-11 07:51:48] There has been a new submission: 'Hey I’m a new youtuber and hoping to gain some views sometimes I work hard and sometimes I just post random stuff but I hope you guys check out my channel', with flair 'None'
+19118 [2020-02-11 07:51:50] /u/LachKnock had their submission removed for insufficient lambda.
+19118 [2020-02-11 08:21:14] There has been a new submission: 'About to hit 50 subs!', with flair 'Discussion'
+19118 [2020-02-11 08:33:48] '/u/Robbo2513' has given '/u/popularvote_yt' lambda!
+19118 [2020-02-11 08:33:49] The OP received lambda too!
+19118 [2020-02-11 08:34:31] '/u/Robbo2513' has given '/u/The_Suited_Bird' lambda!
+19118 [2020-02-11 08:37:28] '/u/Robbo2513' has given '/u/DocimusOfficial' lambda!
+19118 [2020-02-11 08:40:20] '/u/Robbo2513' has given '/u/CopperPanMan' lambda!
+19118 [2020-02-11 08:42:04] '/u/Robbo2513' has given '/u/Tyznips' lambda!
+19118 [2020-02-11 08:43:01] '/u/Robbo2513' has given '/u/NiceGuyMarek' lambda!
+19118 [2020-02-11 08:44:27] '/u/Robbo2513' has given '/u/MagicWolfPlayz' lambda!
+19118 [2020-02-11 08:46:23] '/u/Robbo2513' has given '/u/twitchy_Sharmander' lambda!
+19118 [2020-02-11 08:48:00] There has been a new submission: 'The Sacred Language: Speak At Your Own Risk', with flair 'Vlog'
+19118 [2020-02-11 08:48:01] /u/kuyadhoy had their submission removed for insufficient lambda.
+19118 [2020-02-11 08:48:10] '/u/Robbo2513' has given '/u/R_Hanna' lambda!
+19609 [2020-02-11 09:16:06]
+####################
+[2020-02-11 09:16:06] RESTARTED
+####################
+
+19609 [2020-02-11 09:19:30] There has been a new submission: 'Hiding Your Subscriber Count?', with flair 'Discussion'
+19609 [2020-02-11 09:28:36] '/u/KingOberon13' has given '/u/goldenshimp' lambda!
+19609 [2020-02-11 09:28:36] The OP received lambda too!
+19609 [2020-02-11 09:43:02] There has been a new submission: 'My meme got featured!', with flair 'Discussion'
+19609 [2020-02-11 10:24:32] There has been a new submission: 'Fighting a WORLD CHAMPION IN JUMP FORCE I MUST WIN!!!', with flair 'Gaming'
+19609 [2020-02-11 10:24:33] /u/CrimsonTheFirst had their submission removed for insufficient lambda.
+19609 [2020-02-11 10:39:34] '/u/WarriorFighterNinja' has given '/u/MafiasFinestTV' lambda!
+19609 [2020-02-11 10:40:49] '/u/WarriorFighterNinja' has given '/u/streamedbroccoliTV' lambda!
+19609 [2020-02-11 10:43:16] There has been a new submission: 'If you enjoy please consider subscribing', with flair 'Discussion'
+19609 [2020-02-11 10:43:18] /u/Rxzor2019 had their submission removed for using the wrong flair.
+19609 [2020-02-11 10:43:28] '/u/WarriorFighterNinja' has given '/u/VRvisuals' lambda!
+19609 [2020-02-11 10:44:33] '/u/WarriorFighterNinja' has given '/u/popularvote_yt' lambda!
+19609 [2020-02-11 10:44:45] '/u/WarriorFighterNinja' has given '/u/Taj_Studios' lambda!
+19609 [2020-02-11 10:47:42] '/u/NotFunnyGamer' has given '/u/avrona' lambda!
+19609 [2020-02-11 10:48:44] '/u/WarriorFighterNinja' has given '/u/allages69' lambda!
+19743 [2020-02-11 11:16:06]
+####################
+[2020-02-11 11:16:06] RESTARTED
+####################
+
+19743 [2020-02-11 11:18:01] There has been a new submission: 'DayZ- The Bean-Can Karate-Kid', with flair 'Gaming'
+19743 [2020-02-11 11:18:02] /u/Cashishie had their submission removed for insufficient lambda.
+19743 [2020-02-11 12:00:29] '/u/Kalum-W' has given '/u/allages69' lambda!
+19743 [2020-02-11 12:00:53] '/u/Kalum-W' has given '/u/Evalad' lambda!
+19743 [2020-02-11 12:01:07] '/u/Kalum-W' has given '/u/lyfeinjapan' lambda!
+19743 [2020-02-11 12:17:45] '/u/humz_whu' has given '/u/lulzPIE' lambda!
+19743 [2020-02-11 12:17:45] The OP received lambda too!
+19743 [2020-02-11 12:19:07] '/u/humz_whu' has given '/u/streamedbroccoliTV' lambda!
+19743 [2020-02-11 12:39:05] '/u/TheGamerGuy2' has given '/u/humz_whu' lambda!
+19743 [2020-02-11 12:50:50] '/u/Robbo2513' has given '/u/The_BoxYT' lambda!
+19743 [2020-02-11 13:10:08] There has been a new submission: 'YESTERDAY I HIT 100 SUBSCRIBERS!!!', with flair 'Discussion'
+19743 [2020-02-11 13:12:00] '/u/NotFunnyGamer' has given '/u/yummamuang' lambda!
+19743 [2020-02-11 13:15:26] '/u/KingDaN8252' has given '/u/avrona' lambda!
+19743 [2020-02-11 13:15:26] The OP received lambda too!
+19907 [2020-02-11 13:16:06]
+####################
+[2020-02-11 13:16:06] RESTARTED
+####################
+
+19907 [2020-02-11 13:18:26] '/u/CertMedia' has given '/u/NoorJasmine' lambda!
+19907 [2020-02-11 13:18:26] The OP received lambda too!
+19907 [2020-02-11 13:25:46] There has been a new submission: 'Updoot Tales r/Idontworkherelady Why are you here if you don't work here', with flair 'Video Critique'
+19907 [2020-02-11 13:27:53] '/u/sleepingeggroll' has given '/u/The_BoxYT' lambda!
+19907 [2020-02-11 13:27:53] The OP received lambda too!
+19907 [2020-02-11 13:33:03] There has been a new submission: 'New video!!', with flair 'Gaming'
+19907 [2020-02-11 13:33:05] /u/The_Punisher1916 had their submission removed for insufficient lambda.
+19907 [2020-02-11 13:37:11] There has been a new submission: 'Hi! I'm new to Youtube! I was hoping for some critique! I want to create a channel where people come up with theories about unanswered questions,and I was wondering if this style of video is the best way to go, I'm thinking that I should perhaps branch more into the 'documentary' style, but not sure', with flair 'Video Critique'
+19907 [2020-02-11 13:37:12] /u/HardToAnswerQuestion had their submission removed for insufficient lambda.
+19907 [2020-02-11 13:41:03] '/u/qzeqYT' has given '/u/xkroma__' lambda!
+19907 [2020-02-11 13:52:01] '/u/notsafetowork' has given '/u/tomasrow' lambda!
+19907 [2020-02-11 13:54:54] '/u/notsafetowork' has given '/u/lil_traveller' lambda!
+19907 [2020-02-11 13:56:54] '/u/trinath71288' has given '/u/popularvote_yt' lambda!
+19907 [2020-02-11 13:56:54] The OP received lambda too!
+19907 [2020-02-11 13:58:35] '/u/trinath71288' has given '/u/humz_whu' lambda!
+19907 [2020-02-11 13:58:56] There has been a new submission: 'Hey guys i posted this a week ago could use some feedback', with flair 'Video Critique'
+19907 [2020-02-11 13:58:56] /u/mithycalgingy had their submission removed for insufficient lambda.
+19907 [2020-02-11 14:05:36] There has been a new submission: 'TAKE YOUR MEDICINE GRANDMA!!! | The Visit', with flair 'Gaming'
+19907 [2020-02-11 14:05:38] /u/OmgDonni had their submission removed for insufficient lambda.
+19907 [2020-02-11 14:06:59] There has been a new submission: 'BLOCK ALL ANNOYING ADS FOR FREE', with flair 'Discussion'
+19907 [2020-02-11 14:07:00] /u/alaskajay75 had their submission removed for using the wrong flair.
+19907 [2020-02-11 14:13:35] There has been a new submission: 'The Lava Song from Disney, a couples duet:)', with flair 'Video Critique'
+19907 [2020-02-11 14:18:53] There has been a new submission: 'I am a video editor for cheap', with flair 'Gaming'
+19907 [2020-02-11 14:18:54] /u/JerryBlob2 had their submission removed for insufficient lambda.
+19907 [2020-02-11 14:24:06] There has been a new submission: 'What happened to the unpopular or bullied girl after high school?', with flair 'Channel Review'
+19907 [2020-02-11 14:24:07] /u/RedditChilled had their submission removed for insufficient lambda.
+19907 [2020-02-11 14:30:43] There has been a new submission: 'Combotage Pvp - Keystrokes', with flair 'Gaming'
+19907 [2020-02-11 14:30:45] /u/Tizzly3 had their submission removed for insufficient lambda.
+19907 [2020-02-11 14:51:14] There has been a new submission: 'Tricky Questions Celebrities: Guess The Star By The Charming Smile | HumanMeter', with flair 'None'
+19907 [2020-02-11 14:51:16] /u/IndividualGuide had their submission removed for insufficient lambda.
+19907 [2020-02-11 14:52:18] There has been a new submission: 'Battlefield Doods are PUBG Noobs', with flair 'Gaming'
+19907 [2020-02-11 14:52:54] '/u/tc19851' has given '/u/MafiasFinestTV' lambda!
+19907 [2020-02-11 14:52:54] The OP received lambda too!
+19907 [2020-02-11 14:53:11] '/u/deliriousmarc' has given '/u/Bebby_Tuna' lambda!
+19907 [2020-02-11 14:53:34] '/u/tc19851' has given '/u/NiceGuyMarek' lambda!
+19907 [2020-02-11 14:53:43] '/u/deliriousmarc' has given '/u/denandmugMAKES' lambda!
+20339 [2020-02-11 15:16:06]
+####################
+[2020-02-11 15:16:06] RESTARTED
+####################
+
+20339 [2020-02-11 15:22:16] '/u/ErbyTattoos' has given '/u/dylphizzer' lambda!
+20339 [2020-02-11 15:23:19] '/u/ErbyTattoos' has given '/u/denandmugMAKES' lambda!
+20339 [2020-02-11 15:24:09] '/u/ErbyTattoos' has given '/u/Evalad' lambda!
+20339 [2020-02-11 15:27:00] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 11 - The Long Road Home', with flair 'Gaming'
+20339 [2020-02-11 15:27:02] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+20339 [2020-02-11 15:36:41] There has been a new submission: 'Roomba Romance', with flair 'Video Critique'
+20339 [2020-02-11 15:46:20] '/u/NiceGuyMarek' has given '/u/MafiasFinestTV' lambda!
+20339 [2020-02-11 15:46:47] There has been a new submission: '100 subscribers!', with flair 'None'
+20339 [2020-02-11 15:47:10] There has been a new submission: 'I did the Steven universe art challenge that is relevant right now. I tried to go straight to the point on this as it was a small challenge. Tell me what you think! ☘️', with flair 'Video Critique'
+20339 [2020-02-11 15:48:13] There has been a new submission: 'Just blew past 250 subscribers! The challenge is getting 4000 watch hours... getting 1000 subscribers seems easy by comparison.', with flair 'Discussion'
+20339 [2020-02-11 15:48:21] '/u/UrBoiFam' has given '/u/GentlemanRaven' lambda!
+20339 [2020-02-11 15:48:21] The OP received lambda too!
+20339 [2020-02-11 15:49:21] '/u/UrBoiFam' has given '/u/literalnewb29' lambda!
+20339 [2020-02-11 15:56:09] There has been a new submission: 'I made a OSRS Hardcore Ironman with a randomizer...', with flair 'None'
+20339 [2020-02-11 15:56:10] /u/ApachesGaming had their submission removed for insufficient lambda.
+20339 [2020-02-11 16:05:01] There has been a new submission: 'THIS IS WHY YOU SHOULD BE READING SAMURAI 8', with flair 'Vlog'
+20339 [2020-02-11 16:05:02] /u/phillslifestyle had their submission removed for insufficient lambda.
+20339 [2020-02-11 16:07:25] '/u/CopperPanMan' has given '/u/tomasrow' lambda!
+20339 [2020-02-11 16:10:20] '/u/Evalad' has given '/u/Adddo13' lambda!
+20339 [2020-02-11 16:10:20] The OP received lambda too!
+20339 [2020-02-11 16:11:27] There has been a new submission: 'Hey guys my latest vid! Appreciate any support', with flair 'Video Critique'
+20339 [2020-02-11 16:22:55] There has been a new submission: 'We’re new to YouTube, we’re expanding our skills in woodwork, arts and all thing creative and want to share our learning process 😀 It can get a tad chaotic! We’ve just built our YouTube studio from scratch. We would appreciate any feedback on our videos or channel 😊', with flair 'Channel Review'
+20339 [2020-02-11 16:24:09] '/u/INSPIREDSKILL' has given '/u/NiceGuyMarek' lambda!
+20339 [2020-02-11 16:24:09] The OP received lambda too!
+20339 [2020-02-11 16:24:51] There has been a new submission: 'I would really appreciate any feedback on my channel so far', with flair 'Channel Review'
+20339 [2020-02-11 16:24:53] /u/Fireplace74 had their submission removed for insufficient lambda.
+20339 [2020-02-11 16:25:23] '/u/dannylightning' has given '/u/ErbyTattoos' lambda!
+20339 [2020-02-11 16:25:23] The OP received lambda too!
+20339 [2020-02-11 16:26:12] '/u/INSPIREDSKILL' has given '/u/VreaL37' lambda!
+20339 [2020-02-11 16:33:02] '/u/INSPIREDSKILL' has given '/u/trinath71288' lambda!
+20339 [2020-02-11 16:33:35] '/u/INSPIREDSKILL' has given '/u/IakuaPunKa' lambda!
+20339 [2020-02-11 16:35:11] '/u/INSPIREDSKILL' has given '/u/Joiferr' lambda!
+20339 [2020-02-11 16:36:02] '/u/dannylightning' has given '/u/IdealDog' lambda!
+20339 [2020-02-11 16:37:38] There has been a new submission: 'Check out our Dark Souls play through! Many memes and average editing included.', with flair 'Gaming'
+20339 [2020-02-11 16:37:39] /u/ProjectPixelStudio had their submission removed for insufficient lambda.
+20339 [2020-02-11 16:44:36] There has been a new submission: 'Molana Kay Bayan Kay Doran Zalzala Phir Kia Hua? | Tariq Jameel Bayan', with flair 'Discussion'
+20339 [2020-02-11 16:44:38] /u/msufwan had their submission removed for using the wrong flair.
+20339 [2020-02-11 16:50:17] There has been a new submission: 'Edited a bunch of crazy and silly moments from playing Rainbow Six Siege with friends, feedback and critiques welcomed!', with flair 'Video Critique'
+20339 [2020-02-11 16:54:01] There has been a new submission: 'Hi all, may I please get some feedback on my latest video? FYI my channel doesn't have a niche since I have a variety of content I would like to see myself: tech, photography/film, cars, dash cam footage, tutorials, animals, etc. My channel is HR-Vex. Thanks!', with flair 'Video Critique'
+20339 [2020-02-11 16:54:03] /u/HR-Vex had their submission removed for insufficient lambda.
+20339 [2020-02-11 16:55:47] '/u/INSPIREDSKILL' has given '/u/jimb0z_' lambda!
+20339 [2020-02-11 17:05:48] There has been a new submission: 'A New, 100% free resource of green screen graphics (and more) for YouTubers. Enjoy!', with flair 'Art'
+27023 [2020-02-11 17:17:01]
+####################
+[2020-02-11 17:17:01] RESTARTED
+####################
+
+27023 [2020-02-11 17:17:23] {ERROR} Could not decode to UTF-8
+27023 [2020-02-11 17:18:55] {ERROR}
+27023 [2020-02-11 17:19:22] {ERROR}
+27023 [2020-02-11 17:20:22] {ERROR} Could not decode to UTF-8
+27023 [2020-02-11 17:21:41] {ERROR}
+27023 [2020-02-11 17:22:09] '/u/Burkeds' has given '/u/SupaCoolMoM' lambda!
+27023 [2020-02-11 17:22:09] The OP received lambda too!
+27023 [2020-02-11 17:22:45] '/u/TrifectaComedy' has given '/u/Taj_Studios' lambda!
+27023 [2020-02-11 17:22:54] '/u/TrifectaComedy' has given '/u/NiceGuyMarek' lambda!
+27023 [2020-02-11 17:28:18] '/u/Evalad' has given '/u/SeriouslySketchy' lambda!
+27023 [2020-02-11 17:31:51] There has been a new submission: 'Anyone here up for some OSRS snowflake content :)!?', with flair 'None'
+27023 [2020-02-11 17:33:01] There has been a new submission: 'MY BOYFRIEND DOES MY MAKEUP! (Fail) #boyfrienddoesmakeup', with flair 'None'
+27023 [2020-02-11 17:33:03] /u/KrisLexOfficial had their submission removed for insufficient lambda.
+27023 [2020-02-11 17:35:19] There has been a new submission: 'THE BLIND LEADING THE BLIND. A new episode of our show Uninspired. A comedy thriller in the bad part of Brooklyn. Check it out!!!', with flair 'Video Critique'
+27023 [2020-02-11 17:40:19] '/u/xkroma__' has given '/u/JudgeCreed' lambda!
+27023 [2020-02-11 17:40:19] The OP received lambda too!
+27023 [2020-02-11 17:41:17] There has been a new submission: 'Do you guys have trouble with getting views after like two days?', with flair 'Discussion'
+27023 [2020-02-11 17:48:48] '/u/Burkeds' has given '/u/dylphizzer' lambda!
+27023 [2020-02-11 17:48:48] The OP received lambda too!
+27023 [2020-02-11 17:52:49] There has been a new submission: 'tiny pc build !!', with flair 'Vlog'
+27023 [2020-02-11 17:52:51] /u/samkelley86 had their submission removed for insufficient lambda.
+27023 [2020-02-11 17:59:28] '/u/resting_potato' has given '/u/ErbyTattoos' lambda!
+27023 [2020-02-11 18:00:45] There has been a new submission: 'Kids Vlog!! most scariest vlog ever!! Hide and go seek in the woods!', with flair 'Vlog'
+27023 [2020-02-11 18:00:47] /u/darlingsofthedark had their submission removed for insufficient lambda.
+27023 [2020-02-11 18:04:08] '/u/resting_potato' has given '/u/denandmugMAKES' lambda!
+27023 [2020-02-11 18:07:31] There has been a new submission: 'I know it's been awhile since I've posted, things have been busy over here work wise (unfortunately not full time youtube) Sometime within the last two months 2 of my videos that were doing decent at a couple hundred views are both passing 1800. One of which is a classic known as Five Nights With 39', with flair 'Channel Review'
+27023 [2020-02-11 18:10:12] '/u/denandmugMAKES' has given '/u/SupaCoolMoM' lambda!
+27023 [2020-02-11 18:10:12] The OP received lambda too!
+27023 [2020-02-11 18:10:34] There has been a new submission: 'Line Ark's aftermath', with flair 'Gaming'
+27023 [2020-02-11 18:10:37] /u/DarkZero387 had their submission removed for insufficient lambda.
+27023 [2020-02-11 18:15:44] There has been a new submission: 'Me and my son's channel is a mixed channel with gaming videos. We get views on our videos, but we have too few subscribers. If anyone can give a constructive criticism on how to get more subscribers it would be appreciated. (and if we should streamline our content, what path should we choose?)', with flair 'Channel Review'
+27023 [2020-02-11 18:20:54] '/u/_NGaming_' has given '/u/sleepingeggroll' lambda!
+27023 [2020-02-11 18:20:54] The OP received lambda too!
+27023 [2020-02-11 18:21:04] There has been a new submission: 'Samsung Galaxy Unpacked 2020 Live on NewUpdate YouTube Channel', with flair 'None'
+27023 [2020-02-11 18:21:06] /u/sasan91 had their submission removed for insufficient lambda.
+27023 [2020-02-11 18:30:16] There has been a new submission: 'Sea Monsters Size Comparison', with flair 'None'
+27023 [2020-02-11 18:30:19] /u/RedditLover2020 had their submission removed for insufficient lambda.
+27023 [2020-02-11 18:36:06] There has been a new submission: 'Most Significant Figures - Technology Sector of The 21st Century (1/7)', with flair 'Video Critique'
+27023 [2020-02-11 18:36:07] /u/Kiausinis125 had their submission removed for insufficient lambda.
+27023 [2020-02-11 18:38:00] There has been a new submission: 'Feedback is appreciated - Photographer & videographer based in Amsterdam.', with flair 'Video Critique'
+27023 [2020-02-11 18:38:01] /u/Dundy1 had their submission removed for insufficient lambda.
+27023 [2020-02-11 18:40:54] '/u/xkroma__' has given '/u/IdealDog' lambda!
+27023 [2020-02-11 18:41:59] '/u/xkroma__' has given '/u/_NGaming_' lambda!
+27023 [2020-02-11 18:49:44] '/u/xkroma__' has given '/u/Zack_the_co_Coson' lambda!
+27023 [2020-02-11 18:51:57] There has been a new submission: 'Firewall: Zero Hour - Teamwork makes the dream work #3 Let me know what you think of this compared to my previous videos!', with flair 'Gaming'
+27023 [2020-02-11 18:58:02] '/u/popularvote_yt' has given '/u/Subject2Productions' lambda!
+27023 [2020-02-11 18:58:03] The OP received lambda too!
+27023 [2020-02-11 19:07:19] '/u/xkroma__' has given '/u/cplaprade' lambda!
+27023 [2020-02-11 19:09:04] '/u/xkroma__' has given '/u/Dundy1' lambda!
+27023 [2020-02-11 19:09:56] '/u/xkroma__' has given '/u/Nichemm' lambda!
+27023 [2020-02-11 19:10:50] '/u/xkroma__' has given '/u/thecrustyfox' lambda!
+27156 [2020-02-11 19:16:55]
+####################
+[2020-02-11 19:16:55] RESTARTED
+####################
+
+27156 [2020-02-11 19:30:17] There has been a new submission: 'Made a video on a YouTuber who practically tried to gain fame from making a coronavirus prank. Unfortunately, I'm quite sick and my throat really hurts, so my voice sounds really bad in this video. Any criticism is highly appreciated!', with flair 'Video Critique'
+27156 [2020-02-11 19:33:23] There has been a new submission: 'I finally started posting on YouTube and started off with a Big Bang. I posted my interview with David from the movie The Secret which is about the law of attraction and success etc. You guys are probably experts at YouTube compared to me so I would value any feedback you give me. God Bless You!! 🙏', with flair 'None'
+27156 [2020-02-11 19:33:25] /u/DineshWadhwani had their submission removed for insufficient lambda.
+27156 [2020-02-11 19:35:48] There has been a new submission: 'The BIGGEST mistake that men do when dating', with flair 'None'
+27156 [2020-02-11 19:35:50] /u/AbundanceLifeStyle had their submission removed for insufficient lambda.
+27156 [2020-02-11 19:44:47] '/u/One-Dos-San-Chaar' has given '/u/isiahdyson500' lambda!
+27156 [2020-02-11 19:44:58] '/u/Darviz' has given '/u/LanaStrums' lambda!
+27156 [2020-02-11 19:44:58] The OP received lambda too!
+27156 [2020-02-11 20:01:55] '/u/Robbo2513' has given '/u/a2bplays' lambda!
+27156 [2020-02-11 20:08:28] There has been a new submission: '10 BRILLIANT Horror Game Easter Eggs/Secrets', with flair 'Gaming'
+27156 [2020-02-11 20:08:29] /u/shaunoxley had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:09:24] There has been a new submission: 'This is my newest video in the series about me getting healthy what can I improve and before you say music I've been trying to get it but the person who was supposed to give it to me is having a tough time so that will have to wait but other than that what do you think?', with flair 'Video Critique'
+27156 [2020-02-11 20:15:20] '/u/Nichemm' has given '/u/Transforming_Toaster' lambda!
+27156 [2020-02-11 20:15:20] The OP received lambda too!
+27156 [2020-02-11 20:15:43] There has been a new submission: 'Drawing Timelapse', with flair 'Video Critique'
+27156 [2020-02-11 20:15:44] /u/Fade__21 had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:23:58] '/u/Evalad' has given '/u/Transforming_Toaster' lambda!
+27156 [2020-02-11 20:24:13] There has been a new submission: 'A small Instagram channel by the name of br0kenPixel approached me to edit a video of mine. I am forever grateful for the time he took. I would love for you guys to show some love and feedback so we both can grow as content creators. Hope to earn you as a subscriber if you enjoyed the content.', with flair 'Video Critique'
+27156 [2020-02-11 20:27:14] There has been a new submission: 'Would love feedback: Chewbacca challenge!! I made my husband do the Wookie roar in public!! Repeatedly.', with flair 'Video Critique'
+27156 [2020-02-11 20:27:15] /u/Chadtreasurehunter had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:30:45] There has been a new submission: '( your feedback is much welcomed ) Best of January Oddly Satisfying Videos with ASMR Slime background.', with flair 'Channel Review'
+27156 [2020-02-11 20:30:47] /u/Djangooo34 had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:31:55] '/u/Evalad' has given '/u/The_BoxYT' lambda!
+27156 [2020-02-11 20:34:20] There has been a new submission: 'Help subs', with flair 'None'
+27156 [2020-02-11 20:34:22] /u/Sammybrawl had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:37:31] '/u/humz_whu' has given '/u/MafiasFinestTV' lambda!
+27156 [2020-02-11 20:37:31] The OP received lambda too!
+27156 [2020-02-11 20:40:39] '/u/tcessory' has given '/u/Adddo13' lambda!
+27156 [2020-02-11 20:40:39] The OP received lambda too!
+27156 [2020-02-11 20:41:06] There has been a new submission: 'My first time posting a video here and I'd really welcome your feedback and advice. This video's a take on the Wheel of Fortune game and my aim was for viewers to have a relaxing experience whilst playing the quiz.', with flair 'Video Critique'
+27156 [2020-02-11 20:42:14] '/u/tcessory' has given '/u/humz_whu' lambda!
+27156 [2020-02-11 20:43:28] '/u/tcessory' has given '/u/NiceGuyMarek' lambda!
+27156 [2020-02-11 20:45:34] '/u/tcessory' has given '/u/ErbyTattoos' lambda!
+27156 [2020-02-11 20:46:03] There has been a new submission: 'Video critique: Chewbacca challenge!! I made my husband do the Wookie roar in public!! Repeatedly.', with flair 'Video Critique'
+27156 [2020-02-11 20:46:04] /u/Chadtreasurehunter had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:49:06] There has been a new submission: 'New video! Lego Incredibles Part 1. We would love to know what you think!', with flair 'Video Critique'
+27156 [2020-02-11 20:49:07] /u/MGTV_Mommy had their submission removed for insufficient lambda.
+27156 [2020-02-11 20:50:12] '/u/Homest4r' has given '/u/TheBobbyBands' lambda!
+27156 [2020-02-11 20:50:12] The OP received lambda too!
+27156 [2020-02-11 20:56:12] There has been a new submission: 'I Watched Your Videos! This is more of a chilled laid back video I made just to give you guys feedback on your videos', with flair 'None'
+27156 [2020-02-11 20:56:39] '/u/xkroma__' has given '/u/The_BoxYT' lambda!
+27156 [2020-02-11 20:56:58] '/u/Burkeds' has given '/u/deliriousmarc' lambda!
+27156 [2020-02-11 20:56:58] The OP received lambda too!
+27156 [2020-02-11 20:59:52] '/u/xkroma__' has given '/u/MafiasFinestTV' lambda!
+27156 [2020-02-11 21:04:29] '/u/The_BoxYT' has given '/u/lulzPIE' lambda!
+27156 [2020-02-11 21:04:29] The OP received lambda too!
+27156 [2020-02-11 21:05:23] There has been a new submission: 'Just posted this video today, Please check it out. Thanks', with flair 'Video Critique'
+27156 [2020-02-11 21:05:25] /u/rugonfinishdat had their submission removed for insufficient lambda.
+27156 [2020-02-11 21:05:35] There has been a new submission: 'I’m starting YT and have posted 4 videos, I would like feedback on this one (its on my phone because the game isn’t on pc but...)', with flair 'Video Critique'
+27156 [2020-02-11 21:05:36] /u/ImEmmiplier had their submission removed for insufficient lambda.
+27156 [2020-02-11 21:07:48] '/u/The_BoxYT' has given '/u/redtroy321' lambda!
+27156 [2020-02-11 21:09:38] There has been a new submission: 'Beat Saber XiX (Song Mix)', with flair 'Video Critique'
+27375 [2020-02-11 21:16:55]
+####################
+[2020-02-11 21:16:55] RESTARTED
+####################
+
+27375 [2020-02-11 21:19:43] There has been a new submission: 'League in 2020', with flair 'Gaming'
+27375 [2020-02-11 21:19:43] /u/AsEinstienOnceSaid had their submission removed for insufficient lambda.
+27375 [2020-02-11 21:20:05] There has been a new submission: 'Im starting YT and have a few questions.', with flair 'Meta'
+27375 [2020-02-11 21:24:11] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Feb 11 2020)', with flair 'None'
+27375 [2020-02-11 21:28:50] There has been a new submission: 'Finished my second video essay exploring the Australian bushfires! Think it’s a definite improvement from my first but would love some feedback!', with flair 'Video Critique'
+27375 [2020-02-11 21:29:19] '/u/TheBobbyBands' has given '/u/ImEmmiplier' lambda!
+27375 [2020-02-11 21:29:19] The OP received lambda too!
+27375 [2020-02-11 21:33:20] '/u/Bebby_Tuna' has given '/u/qzeqYT' lambda!
+27375 [2020-02-11 21:33:20] The OP received lambda too!
+27375 [2020-02-11 21:34:38] '/u/popularvote_yt' has given '/u/MafiasFinestTV' lambda!
+27375 [2020-02-11 21:44:16] '/u/popularvote_yt' has given '/u/spartansunset' lambda!
+27375 [2020-02-11 21:56:05] '/u/Homest4r' has given '/u/WALLROOP' lambda!
+27375 [2020-02-11 22:00:12] There has been a new submission: 'Does this video keep you entertained? I cut out alot more footage out than I usually do and tried to keep only the absolute best parts. This was originally and hour and a half of footage I cut down to 6 mins.', with flair 'Video Critique'
+27375 [2020-02-11 22:00:27] There has been a new submission: 'Watch my latest YouTube video!🤗🤗', with flair 'None'
+27375 [2020-02-11 22:00:29] /u/CandidCookie6 had their submission removed for insufficient lambda.
+27375 [2020-02-11 22:20:26] '/u/ErbyTattoos' has given '/u/sleepingeggroll' lambda!
+27375 [2020-02-11 22:20:26] The OP received lambda too!
+27375 [2020-02-11 22:20:47] '/u/Burkeds' has given '/u/jimb0z_' lambda!
+27375 [2020-02-11 22:22:17] '/u/DoctorZilch' has given '/u/ErbyTattoos' lambda!
+27375 [2020-02-11 22:22:17] The OP received lambda too!
+27375 [2020-02-11 22:27:22] '/u/ErbyTattoos' has given '/u/DocimusOfficial' lambda!
+27375 [2020-02-11 22:31:29] There has been a new submission: 'I’m really enjoying making videos, but I want to make them better. Any suggestions?', with flair 'Video Critique'
+27375 [2020-02-11 22:34:08] There has been a new submission: 'This is the 2nd installment of my Let’s Talk Series. I was scrolling through TikTok the other day a came across the POV section. I decided to make this video poking fun of it. Interested to hear what you guys think. Comments/Likes/Subscribes would greatly be appreciated on my channel.', with flair 'None'
+27375 [2020-02-11 22:43:19] There has been a new submission: 'Should I make this an ad for my channel???', with flair 'Video Critique'
+27375 [2020-02-11 22:45:16] There has been a new submission: 'Trippy edit I did for this song on my phone, feedback appreciated', with flair 'None'
+27375 [2020-02-11 23:00:39] There has been a new submission: 'Why Is My Audience Retention So Low?', with flair 'Channel Review'
+27375 [2020-02-11 23:13:49] '/u/Just_Pandaa' has given '/u/alexvanguard' lambda!
+27375 [2020-02-11 23:13:49] The OP received lambda too!
+27375 [2020-02-11 23:14:03] There has been a new submission: 'Silent - Rainbow Six Siege Edit', with flair 'Gaming'
+27375 [2020-02-11 23:14:05] /u/ViperousGaming had their submission removed for insufficient lambda.
+27734 [2020-02-11 23:16:55]
+####################
+[2020-02-11 23:16:55] RESTARTED
+####################
+
+1431 [2020-02-11 23:18:49] Updated statistics
+27734 [2020-02-11 23:22:31] There has been a new submission: 'Dragon ball Fighterz Season 3 last 3 characters?', with flair 'Gaming'
+27734 [2020-02-11 23:22:33] /u/Johnny-Ragnarsson had their submission removed for insufficient lambda.
+27734 [2020-02-11 23:24:58] '/u/xkroma__' has given '/u/ImEmmiplier' lambda!
+27734 [2020-02-11 23:25:29] '/u/xkroma__' has given '/u/PepiOnLine' lambda!
+27734 [2020-02-11 23:28:14] '/u/xkroma__' has given '/u/ErbyTattoos' lambda!
+27734 [2020-02-11 23:30:35] There has been a new submission: 'Hey, I was looking to get some feedback, I spend a lot of time of my videos. I would like to get some watch time, some tips, subs, etc. Any feedback is appreciated!', with flair 'Video Critique'
+27734 [2020-02-11 23:35:57] There has been a new submission: 'Engineering YouTube Channel', with flair 'Channel Review'
+27734 [2020-02-11 23:35:58] /u/g-x91 had their submission removed for insufficient lambda.
+27734 [2020-02-11 23:40:30] '/u/Ghryms' has given '/u/ptdcarroll8519' lambda!
+27734 [2020-02-11 23:40:30] The OP received lambda too!
+27734 [2020-02-11 23:41:43] There has been a new submission: 'Tried making a greentext video. It’s pretty short, let me know what you think!', with flair 'Video Critique'
+27734 [2020-02-11 23:51:29] There has been a new submission: 'KENTUCKY ROUTE ZERO "TV EDITION" - (PS4 REVIEW) - KIRK.COLLECTS', with flair 'Gaming'
+27734 [2020-02-11 23:51:32] /u/kirk_collects had their submission removed for insufficient lambda.
+27734 [2020-02-11 23:54:26] There has been a new submission: 'Our first gaming vlog', with flair 'Gaming'
+27734 [2020-02-11 23:54:28] /u/Gabe0980 had their submission removed for insufficient lambda.
+27734 [2020-02-12 00:05:14] {ERROR} Could not decode to UTF-8
+27734 [2020-02-12 00:09:36] There has been a new submission: 'I tried a LOT of new things in this. Don't hold back, all feedback is welcome. Thank you for watching. 😎', with flair 'Video Critique'
+27734 [2020-02-12 00:10:37] There has been a new submission: 'A quick and informative video my friend made on the Coronavirus', with flair 'Video Critique'
+27734 [2020-02-12 00:23:03] There has been a new submission: 'My teeth hurt after this let's play 😬', with flair 'Gaming'
+27734 [2020-02-12 00:23:05] /u/ItsHannibal had their submission removed for insufficient lambda.
+27734 [2020-02-12 00:23:26] There has been a new submission: 'Looking to see what other people think', with flair 'Discussion'
+27734 [2020-02-12 00:29:59] '/u/Frosty_Macaron' has given '/u/Darksideseries' lambda!
+27734 [2020-02-12 00:33:01] '/u/_NGaming_' has given '/u/DocimusOfficial' lambda!
+27734 [2020-02-12 00:35:22] There has been a new submission: 'Would love critique on our video! We know things like sound definitely need improvement. what you get for not testing the camera before you try logging for the first time...', with flair 'Video Critique'
+27734 [2020-02-12 00:49:47] There has been a new submission: 'Enjoy the madness > MAD MAX FURY ROAD - DUBSTEP EDIT / NOISIA - MACHINE GUN Music Video', with flair 'Art'
+27734 [2020-02-12 00:50:59] There has been a new submission: '350 Views', with flair 'Discussion'
+27734 [2020-02-12 00:54:04] There has been a new submission: 'Would anyone spare 3 minutes of time to critique my first gaming montage/edit?', with flair 'Video Critique'
+27734 [2020-02-12 00:54:06] /u/GrumpyBottom_YT had their submission removed for insufficient lambda.
+27734 [2020-02-12 01:01:16] There has been a new submission: 'Do people enjoy videos like this? I basically just rant and explain my thoughts on a situation.', with flair 'Video Critique'
+27734 [2020-02-12 01:12:02] There has been a new submission: 'Anything I can do to improve? Lmk, all is welcome, the good and the bad.', with flair 'Video Critique'
+27734 [2020-02-12 01:12:04] /u/NotBusinessCasualYT had their submission removed for insufficient lambda.
+27734 [2020-02-12 01:16:47] '/u/Goatsause' has given '/u/Adooma_123' lambda!
+27734 [2020-02-12 01:16:47] The OP received lambda too!
+27871 [2020-02-12 01:16:56]
+####################
+[2020-02-12 01:16:56] RESTARTED
+####################
+
+27871 [2020-02-12 01:17:47] There has been a new submission: 'OFFICE Jobs Can Suck the LIFE out of YOU a Creepypasta Horror Story Reading', with flair 'Video Critique'
+27871 [2020-02-12 01:17:48] /u/The_Dark_Outsider had their submission removed for insufficient lambda.
+27871 [2020-02-12 01:22:08] There has been a new submission: 'My latest video on Morality! I welcome any thoughts!', with flair 'Channel Review'
+27871 [2020-02-12 01:22:10] /u/bubotcat had their submission removed for insufficient lambda.
+27871 [2020-02-12 01:22:22] There has been a new submission: 'Received great feedback last time. Hoping to learn more from this one as well! SwitchGrip Lite Review.', with flair 'Video Critique'
+27871 [2020-02-12 01:26:39] There has been a new submission: 'Finally pending monetization! But quick question. What's the Best title methods for an effective SEO, ex. should I write [4K] at beginning or end OF my video titles and does it make a difference for search results?', with flair 'Discussion'
+27871 [2020-02-12 01:32:59] '/u/sleepingeggroll' has given '/u/Flann_Games' lambda!
+27871 [2020-02-12 01:32:59] The OP received lambda too!
+27871 [2020-02-12 01:42:13] There has been a new submission: 'Minecraft Castle: Episode 1. A series to show the progress of a Minecraft castle built by me and my friends. Would appreciate some tips and suggestions!', with flair 'Gaming'
+27871 [2020-02-12 01:43:09] '/u/shadyyness' has given '/u/thecrustyfox' lambda!
+27871 [2020-02-12 01:43:10] The OP received lambda too!
+27871 [2020-02-12 01:43:51] '/u/shadyyness' has given '/u/CandleJenner' lambda!
+27871 [2020-02-12 01:44:16] '/u/shadyyness' has given '/u/deliriousmarc' lambda!
+27871 [2020-02-12 01:44:25] There has been a new submission: 'Suggestions for mobile video editing apps?', with flair 'None'
+27871 [2020-02-12 01:44:26] /u/oandyrrton had their submission removed for insufficient lambda.
+27871 [2020-02-12 01:44:36] '/u/shadyyness' has given '/u/neopch' lambda!
+27871 [2020-02-12 01:44:45] '/u/shadyyness' has given '/u/ErbyTattoos' lambda!
+27871 [2020-02-12 01:44:56] '/u/shadyyness' has given '/u/MGTV_Mommy' lambda!
+27871 [2020-02-12 01:45:05] '/u/shadyyness' has given '/u/Chadtreasurehunter' lambda!
+27871 [2020-02-12 01:45:14] '/u/shadyyness' has given '/u/Tyznips' lambda!
+27871 [2020-02-12 01:45:44] '/u/shadyyness' has given '/u/1Many' lambda!
+27871 [2020-02-12 01:45:57] There has been a new submission: 'Novadica Channel intro- A synthwave 90's vibe for a comedy and skit channel. Let me know what you all think!', with flair 'Channel Review'
+27871 [2020-02-12 01:45:58] /u/ringo2471 had their submission removed for insufficient lambda.
+27871 [2020-02-12 01:46:07] '/u/NotFunnyGamer' has given '/u/dbgat6' lambda!
+27871 [2020-02-12 01:47:24] There has been a new submission: 'NYC COOKING; Ft. [Hispanic] Gordon Ramsey--making burgers not so famous outside of NY. (My third edit! Only gotten better since my last 2 uploads).', with flair 'Video Critique'
+27871 [2020-02-12 01:47:25] /u/gregorygamebeta had their submission removed for insufficient lambda.
+27871 [2020-02-12 01:48:08] '/u/shadyyness' has given '/u/acexsd1' lambda!
+27871 [2020-02-12 01:48:16] '/u/shadyyness' has given '/u/issorelleinad' lambda!
+27871 [2020-02-12 01:49:05] '/u/shadyyness' has given '/u/NiyKon' lambda!
+27871 [2020-02-12 01:49:13] '/u/Ghryms' has given '/u/Xerionix' lambda!
+27871 [2020-02-12 01:49:58] '/u/Ghryms' has given '/u/GrumpyBottom_YT' lambda!
+27871 [2020-02-12 01:50:55] There has been a new submission: 'Coming back after a 6 month break?!', with flair 'Channel Review'
+27871 [2020-02-12 01:50:58] /u/dotSlashASMR had their submission removed for insufficient lambda.
+27871 [2020-02-12 02:14:12] There has been a new submission: 'I would really like some feed back on my latest video. i just want to know what i'm doing right and what needs to be improved.', with flair 'Video Critique'
+27871 [2020-02-12 02:14:14] /u/likes2playMinecraft had their submission removed for insufficient lambda.
+27871 [2020-02-12 02:17:55] There has been a new submission: 'I'm looking for any criticism for my first YouTube video, an introduction to my channel which is focused on marksmanship competitions. Thank You!', with flair 'Video Critique'
+27871 [2020-02-12 02:17:56] /u/highpower_marsh had their submission removed for insufficient lambda.
+27871 [2020-02-12 02:19:38] There has been a new submission: 'Amberlynn Reid - Amberlynn Reid is the Last to Know | ALR Mukbang | React', with flair 'Channel Review'
+27871 [2020-02-12 02:19:39] /u/GainingGround80 had their submission removed for insufficient lambda.
+27871 [2020-02-12 02:24:41] '/u/DocimusOfficial' has given '/u/alexvanguard' lambda!
+27871 [2020-02-12 02:24:42] The OP received lambda too!
+27871 [2020-02-12 02:26:09] '/u/DocimusOfficial' has given '/u/jrstar84' lambda!
+27871 [2020-02-12 02:27:44] There has been a new submission: 'Foob Foob Drank All The ZippleDoos [18+ Adult Humor] I'm looking for criticism on our adult themed puppet shows :)', with flair 'Video Critique'
+27871 [2020-02-12 02:27:53] '/u/DocimusOfficial' has given '/u/ptdcarroll8519' lambda!
+27871 [2020-02-12 02:35:47] '/u/shadyyness' has given '/u/IdealDog' lambda!
+27871 [2020-02-12 02:37:26] '/u/shadyyness' has given '/u/WalfieOnYouTube' lambda!
+27871 [2020-02-12 02:39:50] There has been a new submission: 'New video! Nails for Valentine’s Day! Any feedback will be greatly appreciated💕', with flair 'None'
+27871 [2020-02-12 02:43:34] '/u/Goatsause' has given '/u/Xerionix' lambda!
+27871 [2020-02-12 02:43:50] There has been a new submission: 'Plz check out my channel I do a lot of stuff but mostly games and just having fun', with flair 'None'
+27871 [2020-02-12 02:43:52] /u/Superpie16 had their submission removed for insufficient lambda.
+27871 [2020-02-12 02:44:35] '/u/Ghryms' has given '/u/HumperTrooper15' lambda!
+27871 [2020-02-12 02:58:46] There has been a new submission: 'The editing took me 3 hours since the video length was an hour long. I post new videos every Tuesday and Thursday! I would also appreciate some feedback for an improvement!', with flair 'Gaming'
+27871 [2020-02-12 03:04:45] There has been a new submission: 'I’m a smol youtuber but I edit vids', with flair 'None'
+27871 [2020-02-12 03:04:46] /u/I_like_to_party_man had their submission removed for insufficient lambda.
+28006 [2020-02-12 03:16:56]
+####################
+[2020-02-12 03:16:56] RESTARTED
+####################
+
+28006 [2020-02-12 03:19:51] There has been a new submission: 'NEET Discord Server calls my face ugly', with flair 'Vlog'
+28006 [2020-02-12 03:23:14] There has been a new submission: 'HAPPY BIRTHDAY TO ME! | What I got for my birthday', with flair 'Video Critique'
+28006 [2020-02-12 03:27:35] There has been a new submission: 'songs you MUST listen to! (current faves)', with flair 'None'
+28006 [2020-02-12 03:27:36] /u/itsnathanboone2 had their submission removed for insufficient lambda.
+28006 [2020-02-12 03:40:41] There has been a new submission: 'I need some criticism and critiques!! Help me grow!!! Thanks!!', with flair 'None'
+28006 [2020-02-12 03:40:43] /u/TheRealMike_L had their submission removed for insufficient lambda.
+28006 [2020-02-12 03:55:16] '/u/NumberedUsername432' has given '/u/LittleHulk99' lambda!
+28006 [2020-02-12 04:05:17] '/u/NumberedUsername432' has given '/u/rievhardt' lambda!
+28006 [2020-02-12 04:11:52] There has been a new submission: '10 Minute Press Free Shoulder Workout | Must Do Exercises', with flair 'Video Critique'
+28006 [2020-02-12 04:11:55] /u/shecalledmeTodd had their submission removed for insufficient lambda.
+28006 [2020-02-12 04:15:20] There has been a new submission: 'Small youtuber here. Please critique my content.', with flair 'Video Critique'
+28006 [2020-02-12 04:15:22] /u/horace_exe had their submission removed for insufficient lambda.
+28006 [2020-02-12 04:20:26] There has been a new submission: 'Posting our next video soon and just wanted to get some feedback on this one before I start any editing. Feedback, critiques, and comments welcome!', with flair 'Video Critique'
+28006 [2020-02-12 04:20:28] /u/CubandCat had their submission removed for insufficient lambda.
+28006 [2020-02-12 04:21:11] There has been a new submission: 'This is my 8th video, any criticism would be much appreciated. TIA', with flair 'Video Critique'
+28006 [2020-02-12 04:35:19] '/u/Nichemm' has given '/u/Dankenheimer00' lambda!
+28006 [2020-02-12 04:37:06] '/u/Nichemm' has given '/u/jasiekkffasola' lambda!
+28006 [2020-02-12 04:48:30] '/u/BlackBear33ovy' has given '/u/GrumpyBottom_YT' lambda!
+28006 [2020-02-12 04:48:30] The OP received lambda too!
+28006 [2020-02-12 04:48:49] '/u/BlackBear33ovy' has given '/u/Chadtreasurehunter' lambda!
+28213 [2020-02-12 05:16:56]
+####################
+[2020-02-12 05:16:56] RESTARTED
+####################
+
+28213 [2020-02-12 05:17:49] There has been a new submission: 'made a compilation video on how to draw face portrait, would very much appreciated if you hit that like button and subscribe', with flair 'None'
+28213 [2020-02-12 05:17:50] /u/Ill_Cod had their submission removed for insufficient lambda.
+28213 [2020-02-12 05:18:41] '/u/Spider-Dude1' has given '/u/dylphizzer' lambda!
+28213 [2020-02-12 05:18:41] The OP received lambda too!
+28213 [2020-02-12 05:24:29] There has been a new submission: 'I started a gaming channel about a month ago and i’m tryna get better and grow, here’s my latest video', with flair 'Gaming'
+28213 [2020-02-12 05:24:30] /u/Boonjaw_sc had their submission removed for insufficient lambda.
+28213 [2020-02-12 05:29:08] There has been a new submission: 'TODAYS LUNCH RECEIPE', with flair 'Art'
+28213 [2020-02-12 05:29:09] /u/kcdpooja had their submission removed for insufficient lambda.
+28213 [2020-02-12 05:40:23] '/u/Xerionix' has given '/u/SlyGuyChris' lambda!
+28213 [2020-02-12 05:40:23] The OP received lambda too!
+28213 [2020-02-12 05:43:45] '/u/Xerionix' has given '/u/PurpleMudkipp' lambda!
+28213 [2020-02-12 05:45:10] '/u/Bernguz' has given '/u/redtroy321' lambda!
+28213 [2020-02-12 05:45:10] The OP received lambda too!
+28213 [2020-02-12 05:46:02] '/u/jocruz_' has given '/u/LittleHulk99' lambda!
+28213 [2020-02-12 05:46:02] The OP received lambda too!
+28213 [2020-02-12 05:46:23] There has been a new submission: 'The wait is over!!! Magicka NightBlade Ganker Build video ✌ #ESO #elderscrollsonline', with flair 'Gaming'
+28213 [2020-02-12 05:46:24] /u/Unfadingsilence had their submission removed for insufficient lambda.
+28213 [2020-02-12 05:48:55] '/u/jocruz_' has given '/u/dylphizzer' lambda!
+28213 [2020-02-12 05:55:20] '/u/jocruz_' has given '/u/jerry-polar' lambda!
+28213 [2020-02-12 05:58:03] '/u/WALLROOP' has given '/u/ptdcarroll8519' lambda!
+28213 [2020-02-12 05:58:04] The OP received lambda too!
+28213 [2020-02-12 06:02:57] There has been a new submission: 'Thought I may find my person here aswell.', with flair 'Collab'
+28213 [2020-02-12 06:03:09] '/u/shadyyness' has given '/u/aisidro1' lambda!
+28213 [2020-02-12 06:03:34] '/u/shadyyness' has given '/u/SneakersTravelLife' lambda!
+28213 [2020-02-12 06:04:05] '/u/shadyyness' has given '/u/nkkbly' lambda!
+28213 [2020-02-12 06:04:33] '/u/shadyyness' has given '/u/Irishredwfwf' lambda!
+28213 [2020-02-12 06:05:31] '/u/shadyyness' has given '/u/CubandCat' lambda!
+28213 [2020-02-12 06:05:41] '/u/jocruz_' has given '/u/Nichemm' lambda!
+28213 [2020-02-12 06:06:29] There has been a new submission: 'SUPER EASY hidden staircase in Minecraft (2 Minute Tutorial) advise will be helpful and I’ll give lambda if I can', with flair 'Gaming'
+28213 [2020-02-12 06:09:03] '/u/shadyyness' has given '/u/-CANTOBOTZ-' lambda!
+28213 [2020-02-12 06:09:38] '/u/shadyyness' has given '/u/BradenSky' lambda!
+28213 [2020-02-12 06:09:55] '/u/shadyyness' has given '/u/thelegend27_420' lambda!
+28213 [2020-02-12 06:10:29] '/u/shadyyness' has given '/u/PyrdePavkki' lambda!
+28213 [2020-02-12 06:20:27] '/u/jocruz_' has given '/u/IT_Desktop' lambda!
+28213 [2020-02-12 06:26:08] {ERROR}
+28213 [2020-02-12 06:43:11] There has been a new submission: 'I JUST HIT 125 SUBS!!!!! PLEASE LEAVE REVIEWS AND ADVICE!!! LOVE YALL', with flair 'Channel Review'
+28213 [2020-02-12 06:43:13] /u/D3NIM had their submission removed for insufficient lambda.
+28213 [2020-02-12 06:53:36] '/u/Nichemm' has given '/u/GrumpyBottom_YT' lambda!
+28213 [2020-02-12 06:54:42] '/u/jocruz_' has given '/u/Tyznips' lambda!
+28213 [2020-02-12 06:58:39] '/u/jocruz_' has given '/u/Gabe0980' lambda!
+28213 [2020-02-12 07:01:57] '/u/jocruz_' has given '/u/Mindfuldesigns' lambda!
+28213 [2020-02-12 07:02:39] There has been a new submission: 'I started a YouTube channel as a New Years resolution and I’ve been posting finance related videos consistently once per week. Any tips for someone just getting started or any tips for this niche in particular? Here’s a link to my latest video but feel free the browse the rest of my channel 🙌', with flair 'Channel Review'
+28213 [2020-02-12 07:04:05] There has been a new submission: 'Sittin' with Michael, a page about Michael and his world of positivity', with flair 'Channel Review'
+28213 [2020-02-12 07:04:06] /u/Mike_LeBuddhist had their submission removed for insufficient lambda.
+28213 [2020-02-12 07:07:17] There has been a new submission: 'Hello everyone and hope.youre doing well! This is Mombasa Highlights and best and all bits lol. I'm at 400 subscribers and would love to thank you for staying tuned and your unrelenting support. Enjoy', with flair 'Vlog'
+28213 [2020-02-12 07:08:41] '/u/zonfar2' has given '/u/Dankenheimer00' lambda!
+28213 [2020-02-12 07:08:41] The OP received lambda too!
+28213 [2020-02-12 07:08:52] There has been a new submission: 'The Mummy Cats - Fever', with flair 'None'
+28213 [2020-02-12 07:08:53] /u/kingJames413 had their submission removed for insufficient lambda.
+28213 [2020-02-12 07:10:50] '/u/zonfar2' has given '/u/CubandCat' lambda!
+28213 [2020-02-12 07:12:30] There has been a new submission: 'Experience with Google Ads and this subreddit', with flair 'Discussion'
+28213 [2020-02-12 07:13:51] '/u/zonfar2' has given '/u/NumberedUsername432' lambda!
+28213 [2020-02-12 07:13:59] There has been a new submission: 'Here’s the first video on my new channel in 2020! 🤪', with flair 'None'
+28213 [2020-02-12 07:14:01] /u/stevexgermon had their submission removed for insufficient lambda.
+28650 [2020-02-12 07:16:56]
+####################
+[2020-02-12 07:16:56] RESTARTED
+####################
+
+28650 [2020-02-12 07:17:15] '/u/jocruz_' has given '/u/CubandCat' lambda!
+28650 [2020-02-12 07:21:47] There has been a new submission: 'When To Change Channel Direction?', with flair 'Discussion'
+28650 [2020-02-12 07:23:00] '/u/Kalum-W' has given '/u/MafiasFinestTV' lambda!
+28650 [2020-02-12 07:24:42] There has been a new submission: 'My favourite EXE edited video yet, would really love any feedback', with flair 'Gaming'
+28650 [2020-02-12 07:24:51] There has been a new submission: 'Growing a channel around gaming and would love feedback and maybe to have a few of you stick around :) also, what is the best way you've found that helps watch time or views?', with flair 'Gaming'
+28650 [2020-02-12 07:24:53] /u/Strandyt had their submission removed for insufficient lambda.
+28650 [2020-02-12 07:31:28] There has been a new submission: 'My first gaming montage. Would really appreciate some feedback!', with flair 'Gaming'
+28650 [2020-02-12 07:33:30] '/u/5h1ttyredstone' has given '/u/GrumpyBottom_YT' lambda!
+28650 [2020-02-12 07:33:30] The OP received lambda too!
+28650 [2020-02-12 07:34:03] '/u/5h1ttyredstone' has given '/u/popBambi' lambda!
+28650 [2020-02-12 07:36:57] '/u/jocruz_' has given '/u/R_Hanna' lambda!
+28650 [2020-02-12 07:38:53] There has been a new submission: 'A DAY IN THE LIFE OF A COLLEGE STUDENT BLACK vlog', with flair 'Vlog'
+28650 [2020-02-12 07:38:53] /u/justPRECIOUZ had their submission removed for insufficient lambda.
+28650 [2020-02-12 07:47:52] There has been a new submission: 'Hey guys first post on here. My friend and I make let's play videos. We'd love some feedback and a sub if you enjoy the content. Can't wait to be a part of this awesome community. Thanks if you sort by new lmao', with flair 'Gaming'
+28650 [2020-02-12 07:47:53] /u/Tushkayaiya had their submission removed for insufficient lambda.
+28650 [2020-02-12 07:48:40] There has been a new submission: 'Starting to upload (again) in the new year. This is my second video of this year. Feedback and critiques are appreciated and welcomed!', with flair 'Gaming'
+28650 [2020-02-12 07:48:41] /u/bashi3 had their submission removed for insufficient lambda.
+28650 [2020-02-12 07:59:57] There has been a new submission: 'LEONARDO DA VINCI: the Italian Genius | KAN GEO #2 - Any critique is accepted!', with flair 'Video Critique'
+28650 [2020-02-12 07:59:58] /u/KangeonTV had their submission removed for insufficient lambda.
+28650 [2020-02-12 08:20:04] There has been a new submission: 'Made 600+ Subs on my first 3days of doing youtube and over 6000+ views.Mind checking out my vid and give me an honest opinion about it?', with flair 'Channel Review'
+28650 [2020-02-12 08:20:07] /u/TheRealFoxYT had their submission removed for insufficient lambda.
+28650 [2020-02-12 08:21:43] '/u/SelendineMcHerb' has given '/u/Adooma_123' lambda!
+28650 [2020-02-12 08:21:43] The OP received lambda too!
+28650 [2020-02-12 08:25:23] '/u/GrumpyBottom_YT' has given '/u/Chadtreasurehunter' lambda!
+28650 [2020-02-12 08:25:23] The OP received lambda too!
+28650 [2020-02-12 08:30:34] '/u/popularvote_yt' has given '/u/Xerionix' lambda!
+28650 [2020-02-12 08:42:41] '/u/GrumpyBottom_YT' has given '/u/KangeonTV' lambda!
+28650 [2020-02-12 08:46:53] '/u/jocruz_' has given '/u/beckyfiddeli' lambda!
+28650 [2020-02-12 08:48:03] '/u/jocruz_' has given '/u/harru09' lambda!
+28650 [2020-02-12 08:48:31] '/u/jocruz_' has given '/u/Whotasy' lambda!
+28650 [2020-02-12 08:51:27] There has been a new submission: 'Hello. Tried this tongue in cheek Minecraft Parody song. My other videos did well but as soon as I put more effort in and make an animation even if basic and an original song not getting much at all. Is it because the animation, however basic puts it in a different light and ppl dont get its a joke?', with flair 'Video Critique'
+28650 [2020-02-12 08:59:29] '/u/ptdcarroll8519' has given '/u/KangeonTV' lambda!
+28650 [2020-02-12 08:59:29] The OP received lambda too!
+28785 [2020-02-12 09:16:56]
+####################
+[2020-02-12 09:16:56] RESTARTED
+####################
+
+28785 [2020-02-12 09:21:10] '/u/GrumpyBottom_YT' has given '/u/SelendineMcHerb' lambda!
+28785 [2020-02-12 09:29:05] There has been a new submission: 'Horror fans where u at', with flair 'Discussion'
+28785 [2020-02-12 09:57:02] '/u/chowlb' has given '/u/PurpleMudkipp' lambda!
+28785 [2020-02-12 09:57:02] The OP received lambda too!
+28785 [2020-02-12 09:58:23] '/u/chowlb' has given '/u/-CANTOBOTZ-' lambda!
+28785 [2020-02-12 09:59:43] There has been a new submission: 'My New Intro and Channel', with flair 'Channel Review'
+28785 [2020-02-12 09:59:43] /u/aarondebbs had their submission removed for insufficient lambda.
+28785 [2020-02-12 10:00:22] '/u/chowlb' has given '/u/Suckalicklick' lambda!
+28785 [2020-02-12 10:19:00] '/u/jocruz_' has given '/u/Pootoori' lambda!
+28785 [2020-02-12 10:38:23] There has been a new submission: 'Me and my girlfriend drove over 2,000KM in a £200 car to leave England and move to Portugal!', with flair 'Vlog'
+28785 [2020-02-12 10:38:24] /u/IAmJay95 had their submission removed for insufficient lambda.
+28785 [2020-02-12 10:48:20] '/u/GrumpyBottom_YT' has given '/u/IAmJay95' lambda!
+28785 [2020-02-12 10:54:15] There has been a new submission: 'A greentext story about changing ones name. Feedback is appreciated!', with flair 'Video Critique'
+28785 [2020-02-12 10:55:19] There has been a new submission: 'We are gaining a lot of views but not a lot of subscribers', with flair 'Discussion'
+28785 [2020-02-12 11:03:06] '/u/xkroma__' has given '/u/NotBusinessCasualYT' lambda!
+28785 [2020-02-12 11:04:06] There has been a new submission: 'I've recently uploaded this game guide and I'd appreciate it if you share your thoughts on how I can make my future uploads better. Any tips and suggestions are welcome. You can also share a video that you want me to check out. Just put it on the comment section. Have a great day everyone!', with flair 'Video Critique'
+28785 [2020-02-12 11:07:29] '/u/DadaskiDiaries' has given '/u/beckyfiddeli' lambda!
+28785 [2020-02-12 11:07:29] The OP received lambda too!
+28785 [2020-02-12 11:08:30] '/u/jocruz_' has given '/u/wweerraa' lambda!
+28785 [2020-02-12 11:13:09] '/u/DadaskiDiaries' has given '/u/Mindfuldesigns' lambda!
+28919 [2020-02-12 11:16:56]
+####################
+[2020-02-12 11:16:56] RESTARTED
+####################
+
+28919 [2020-02-12 11:17:49] There has been a new submission: 'My latest Small Indie game review - Feel free to leave your thoughts. Hoping to give lambda for constructive feedback :)', with flair 'Video Critique'
+28919 [2020-02-12 11:21:03] There has been a new submission: 'Disclosure channel: how much people could be interested?', with flair 'Discussion'
+28919 [2020-02-12 11:29:33] There has been a new submission: 'Review my video: "Everything you need to know about the Samsung Galaxy S20 and Z Flip"', with flair 'None'
+28919 [2020-02-12 11:29:34] /u/kgordontech had their submission removed for insufficient lambda.
+28919 [2020-02-12 11:32:26] {ERROR} Could not decode to UTF-8
+28919 [2020-02-12 11:36:58] '/u/MGTV_Mommy' has given '/u/KangeonTV' lambda!
+28919 [2020-02-12 11:36:59] The OP received lambda too!
+28919 [2020-02-12 11:37:03] '/u/-CANTOBOTZ-' has given '/u/KangeonTV' lambda!
+28919 [2020-02-12 11:37:04] The OP received lambda too!
+28919 [2020-02-12 11:37:11] '/u/KangeonTV' has given '/u/qzeqYT' lambda!
+28919 [2020-02-12 11:37:11] The OP received lambda too!
+28919 [2020-02-12 11:43:19] There has been a new submission: 'This is the 2nd video of this format (KAN GEO as Nat Geo), I'm italian but I put english subtitles, so.. let me know your opinions! LEONARDO DA VINCI: the Italian Genius | KAN GEO #2', with flair 'Video Critique'
+28919 [2020-02-12 11:51:00] There has been a new submission: 'First Rainbow Six Siege Montage with Gas Gas Gas by Manuel, feedback to improve video editing is appreciated :)', with flair 'Video Critique'
+28919 [2020-02-12 11:51:03] /u/KarMadz had their submission removed for insufficient lambda.
+28919 [2020-02-12 11:54:51] '/u/Adddo13' has given '/u/Chadtreasurehunter' lambda!
+28919 [2020-02-12 11:54:51] The OP received lambda too!
+28919 [2020-02-12 11:57:34] '/u/Draco986' has given '/u/KangeonTV' lambda!
+28919 [2020-02-12 11:57:34] The OP received lambda too!
+28919 [2020-02-12 11:58:06] '/u/Draco986' has given '/u/MrMeathax' lambda!
+28919 [2020-02-12 12:10:50] There has been a new submission: 'Check out my page', with flair 'Vlog'
+28919 [2020-02-12 12:10:52] /u/dnnyjanine had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:19:57] '/u/Ghryms' has given '/u/CubandCat' lambda!
+28919 [2020-02-12 12:21:13] There has been a new submission: 'Exclusive Interview: How Did Kris Bernal And Perry Choi Meet? | HumanMeter', with flair 'None'
+28919 [2020-02-12 12:21:15] /u/IndividualGuide had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:21:35] There has been a new submission: 'Just asking for a handy hand rn', with flair 'None'
+28919 [2020-02-12 12:21:37] /u/Nexomite had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:27:04] There has been a new submission: 'Looking For Similar Sized Tech YouTubers to Collab With', with flair 'Collab'
+28919 [2020-02-12 12:32:46] '/u/SelendineMcHerb' has given '/u/clemmonsRushi' lambda!
+28919 [2020-02-12 12:32:46] The OP received lambda too!
+28919 [2020-02-12 12:34:19] There has been a new submission: 'Borderlands enhanced edition skagzilla', with flair 'Gaming'
+28919 [2020-02-12 12:34:21] /u/TRACKBACK1 had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:38:13] There has been a new submission: 'Silent - Rainbow Six Siege Edit', with flair 'Gaming'
+28919 [2020-02-12 12:38:14] /u/ViperousGaming had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:40:24] There has been a new submission: 'To all who have absolutely no life and endless time on your hands please Come on down stop on by Hop a carpet and fly To another crappy Youtube Channel', with flair 'Channel Review'
+28919 [2020-02-12 12:40:27] /u/scuffedrockydennis had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:41:31] There has been a new submission: 'I made a short video about the process of forgiving yourself your mistakes and I would really love your input on what you notice about it. What do you think about the production quality and the story telling? How long does it keep you interested and maybe where do you lose interest? Thank you! ❤✌', with flair 'Video Critique'
+28919 [2020-02-12 12:50:11] There has been a new submission: 'Dead By Daylight - No One Escapes ( Playing With Friends )', with flair 'Video Critique'
+28919 [2020-02-12 12:50:13] /u/NiyKon had their submission removed for insufficient lambda.
+28919 [2020-02-12 12:53:29] '/u/KangeonTV' has given '/u/Mindfuldesigns' lambda!
+28919 [2020-02-12 12:53:29] The OP received lambda too!
+28919 [2020-02-12 12:55:07] There has been a new submission: 'New Truecrime Channel', with flair 'None'
+28919 [2020-02-12 12:55:08] /u/titsntruecrime had their submission removed for insufficient lambda.
+28919 [2020-02-12 13:02:51] There has been a new submission: 'Tried making a montage with no real editing software. Small volume warning at the end.', with flair 'Video Critique'
+28919 [2020-02-12 13:02:53] /u/ValorousCrib0 had their submission removed for insufficient lambda.
+29517 [2020-02-12 13:16:56]
+####################
+[2020-02-12 13:16:56] RESTARTED
+####################
+
+29517 [2020-02-12 13:17:11] '/u/GrumpyBottom_YT' has given '/u/WalfieOnYouTube' lambda!
+29517 [2020-02-12 13:42:05] '/u/Tyznips' has given '/u/Mindfuldesigns' lambda!
+29517 [2020-02-12 13:42:05] The OP received lambda too!
+29517 [2020-02-12 13:45:31] '/u/Tyznips' has given '/u/Suckalicklick' lambda!
+29517 [2020-02-12 13:48:43] There has been a new submission: 'A call of Duty Montage/Highlights', with flair 'None'
+29517 [2020-02-12 13:48:44] /u/whuzhizname had their submission removed for insufficient lambda.
+29517 [2020-02-12 14:00:25] '/u/Pjarki' has given '/u/KangeonTV' lambda!
+29517 [2020-02-12 14:00:25] The OP received lambda too!
+29517 [2020-02-12 14:00:47] '/u/IamEclipse' has given '/u/degwood777' lambda!
+29517 [2020-02-12 14:00:47] The OP received lambda too!
+29517 [2020-02-12 14:01:01] '/u/IamEclipse' has given '/u/dzondi92' lambda!
+29517 [2020-02-12 14:02:01] There has been a new submission: 'Anyone with tesla and other EV channels?', with flair 'Discussion'
+29517 [2020-02-12 14:06:54] '/u/Niff-' has given '/u/Nichemm' lambda!
+29517 [2020-02-12 14:06:54] The OP received lambda too!
+29517 [2020-02-12 14:09:29] There has been a new submission: 'New video on YouTube! Looking for advice or other things to upload!', with flair 'Video Critique'
+29517 [2020-02-12 14:16:52] There has been a new submission: 'Samurai Jack In True Style | Shino Tries To Be A Meme Dealer Part 1', with flair 'Video Critique'
+29517 [2020-02-12 14:20:15] There has been a new submission: 'Newest YouTube video/first podcast episode out now and would LOVE some feedback!', with flair 'Channel Review'
+29517 [2020-02-12 14:20:17] /u/redonbrandon had their submission removed for insufficient lambda.
+29517 [2020-02-12 14:24:05] '/u/Mindfuldesigns' has given '/u/IamEclipse' lambda!
+29517 [2020-02-12 14:24:05] The OP received lambda too!
+29517 [2020-02-12 14:28:52] '/u/Nicholas_Pickolaus' has given '/u/IamEclipse' lambda!
+29517 [2020-02-12 14:28:52] The OP received lambda too!
+29517 [2020-02-12 14:29:49] There has been a new submission: 'I took a break from movie reviews and made another video essay focusing on poster design. I'm super proud of it and I'd love to know what you think!', with flair 'Video Critique'
+29517 [2020-02-12 14:33:34] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 12 - Fenix Estate', with flair 'Gaming'
+29517 [2020-02-12 14:33:36] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+29517 [2020-02-12 14:40:56] '/u/IamEclipse' has given '/u/MrMeathax' lambda!
+29517 [2020-02-12 14:40:56] The OP received lambda too!
+29517 [2020-02-12 14:42:04] '/u/KangeonTV' has given '/u/IamEclipse' lambda!
+29517 [2020-02-12 14:42:24] '/u/KangeonTV' has given '/u/lil_traveller' lambda!
+29517 [2020-02-12 14:44:40] '/u/KangeonTV' has given '/u/GideonGriebenow' lambda!
+29517 [2020-02-12 14:45:07] '/u/IamEclipse' has given '/u/HardToAnswerQuestion' lambda!
+29517 [2020-02-12 14:45:46] '/u/JERVIC-GAMING' has given '/u/CubandCat' lambda!
+29517 [2020-02-12 14:45:46] The OP received lambda too!
+29517 [2020-02-12 14:46:13] '/u/JERVIC-GAMING' has given '/u/PurpleMudkipp' lambda!
+29517 [2020-02-12 14:46:23] '/u/ihateplastic10' has given '/u/IamEclipse' lambda!
+29517 [2020-02-12 14:46:23] The OP received lambda too!
+29517 [2020-02-12 14:46:36] '/u/JERVIC-GAMING' has given '/u/Mindfuldesigns' lambda!
+29517 [2020-02-12 14:46:55] '/u/JERVIC-GAMING' has given '/u/beckyfiddeli' lambda!
+29517 [2020-02-12 14:56:24] There has been a new submission: 'New channel here looking to just get some opinions and feedback on our channels videos so far. Critiques and feedback all welcome.', with flair 'Channel Review'
+29517 [2020-02-12 15:13:40] There has been a new submission: 'Animated poem making - "Regrets" 3D', with flair 'Art'
+29517 [2020-02-12 15:13:42] /u/yangkingkong had their submission removed for insufficient lambda.
+29517 [2020-02-12 15:14:49] There has been a new submission: 'Zelda - Korok Forest - BOTW - Classical Guitar', with flair 'Gaming'
+29517 [2020-02-12 15:14:51] /u/JoneRuiz had their submission removed for insufficient lambda.
+29650 [2020-02-12 15:16:56]
+####################
+[2020-02-12 15:16:56] RESTARTED
+####################
+
+29650 [2020-02-12 15:20:18] '/u/IamEclipse' has given '/u/CubandCat' lambda!
+29650 [2020-02-12 15:26:09] There has been a new submission: 'Can’t choose between gaming or animation stories for content', with flair 'None'
+29650 [2020-02-12 15:26:11] /u/Netalic13 had their submission removed for insufficient lambda.
+29650 [2020-02-12 15:33:04] There has been a new submission: 'CGI Animated Poem Narration - Regrets (A sad story)', with flair 'Art'
+29650 [2020-02-12 15:33:06] /u/yangkingkong had their submission removed for insufficient lambda.
+29650 [2020-02-12 15:37:57] There has been a new submission: 'Naturally Inducing Labor | Papahood | Ep06', with flair 'Vlog'
+29650 [2020-02-12 15:37:58] /u/Papahood- had their submission removed for insufficient lambda.
+29650 [2020-02-12 15:44:52] There has been a new submission: 'first time uploading on youtube, would like some feedbacks about my editing!', with flair 'Gaming'
+29650 [2020-02-12 15:51:16] There has been a new submission: 'A trip to comic con 2019, Bangalore, India', with flair 'Vlog'
+29650 [2020-02-12 15:51:18] /u/Rajatbhat had their submission removed for insufficient lambda.
+29650 [2020-02-12 15:59:10] '/u/-CANTOBOTZ-' has given '/u/NotBusinessCasualYT' lambda!
+29650 [2020-02-12 16:03:44] '/u/jocruz_' has given '/u/NiceGuyMarek' lambda!
+29650 [2020-02-12 16:05:42] '/u/shadyyness' has given '/u/IAmJay95' lambda!
+29650 [2020-02-12 16:06:09] '/u/jocruz_' has given '/u/Tri99erMe' lambda!
+29650 [2020-02-12 16:06:19] '/u/shadyyness' has given '/u/beckyfiddeli' lambda!
+29650 [2020-02-12 16:06:19] The OP received lambda too!
+29650 [2020-02-12 16:06:38] '/u/shadyyness' has given '/u/KangeonTV' lambda!
+29650 [2020-02-12 16:07:16] '/u/shadyyness' has given '/u/Beaudi-Idzerda' lambda!
+29650 [2020-02-12 16:07:45] '/u/shadyyness' has given '/u/IT_Desktop' lambda!
+29650 [2020-02-12 16:08:01] '/u/shadyyness' has given '/u/twitchy_Sharmander' lambda!
+29650 [2020-02-12 16:08:26] There has been a new submission: 'WAIFU REVIEWS ON MY CHANNEL🔥let me know if you like them', with flair 'Channel Review'
+29650 [2020-02-12 16:08:27] /u/DaddyJizzYT had their submission removed for insufficient lambda.
+29650 [2020-02-12 16:08:47] '/u/jocruz_' has given '/u/Ralfzer0' lambda!
+29650 [2020-02-12 16:09:05] '/u/jocruz_' has given '/u/Nicholas_Pickolaus' lambda!
+29650 [2020-02-12 16:10:39] '/u/jocruz_' has given '/u/Narusyn' lambda!
+29650 [2020-02-12 16:16:24] There has been a new submission: 'My first video. This is also my first time editing (i taught myself how to edit by playing around with the features and also with a few youtube videos). Please tell me what you thought about the video and also about my sub-par editing skills. Any criticism is welcome!', with flair 'Video Critique'
+29650 [2020-02-12 16:16:26] /u/sappuno_suri had their submission removed for insufficient lambda.
+29650 [2020-02-12 16:21:24] There has been a new submission: 'Fortnitenw', with flair 'None'
+29650 [2020-02-12 16:21:26] /u/smokysnail had their submission removed for insufficient lambda.
+29650 [2020-02-12 16:26:05] '/u/joshjcharlers' has given '/u/Nichemm' lambda!
+29650 [2020-02-12 16:26:05] The OP received lambda too!
+29650 [2020-02-12 16:31:21] There has been a new submission: 'Hey everyone! Me and my bf were requested to do the couples lift and carry challenge. So we have recorded it and it just went live on my channel. Would love some feedback and love!', with flair 'None'
+29650 [2020-02-12 16:37:31] There has been a new submission: 'New video and new series! I've linked up with another Youtuber to make this video and I hope you like it!', with flair 'Video Critique'
+29650 [2020-02-12 16:37:32] /u/kaliseoul had their submission removed for insufficient lambda.
+29650 [2020-02-12 16:41:53] '/u/verymuchshoob' has given '/u/sappuno_suri' lambda!
+29650 [2020-02-12 16:41:53] The OP received lambda too!
+29650 [2020-02-12 16:42:51] There has been a new submission: '[Channel Review] I had some really nice comments in this video, and I referenced this subreddit in my responses, it's a terrible video and I was in a hurry, I've been working some super long hours. But i want to thank everyone in the Subreddit who's been so awesome to us.', with flair 'Channel Review'
+29650 [2020-02-12 16:46:17] There has been a new submission: 'Freefire Song Nightcore, you are welcome to share your thoughts', with flair 'Channel Review'
+29650 [2020-02-12 16:47:22] '/u/Jischasing' has given '/u/sappuno_suri' lambda!
+29650 [2020-02-12 16:47:22] The OP received lambda too!
+29650 [2020-02-12 16:52:27] {ERROR}
+29650 [2020-02-12 16:52:44] There has been a new submission: 'Just hit 40 subs today, and I’m dropping my first Tarkov video! I suck. Like bad. Let me know what y’all think, it means the world to me that I’m apart of this awesome community! 🇺🇸❤️', with flair 'Video Critique'
+29650 [2020-02-12 16:54:57] '/u/verymuchshoob' has given '/u/Adddo13' lambda!
+29650 [2020-02-12 16:57:24] There has been a new submission: 'Does channel length affect growth?', with flair 'Discussion'
+29650 [2020-02-12 16:57:47] '/u/Nicholas_Pickolaus' has given '/u/kaliseoul' lambda!
+29650 [2020-02-12 16:58:28] '/u/Nicholas_Pickolaus' has given '/u/Adddo13' lambda!
+29650 [2020-02-12 16:58:57] '/u/Nicholas_Pickolaus' has given '/u/ReverseNationYT' lambda!
+29650 [2020-02-12 17:02:09] There has been a new submission: 'Mist Survival Gameplay - Hunting Gathering And Providing', with flair 'Gaming'
+29650 [2020-02-12 17:02:11] /u/CheatCentralCH had their submission removed for insufficient lambda.
+29650 [2020-02-12 17:04:16] There has been a new submission: 'New video and new series. I've been working with other Youtubers trying to make awesome content. Let me know what you think.', with flair 'Video Critique'
+29650 [2020-02-12 17:04:59] '/u/CubandCat' has given '/u/denandmugMAKES' lambda!
+29650 [2020-02-12 17:04:59] The OP received lambda too!
+29650 [2020-02-12 17:05:41] There has been a new submission: 'How to stream using party chat audio?', with flair 'Video Critique'
+29650 [2020-02-12 17:06:11] There has been a new submission: 'Hey guys I just made a new AMV. Please check it out and show some love <3', with flair 'None'
+29650 [2020-02-12 17:06:12] /u/ChoJiinNite had their submission removed for insufficient lambda.
+29650 [2020-02-12 17:10:57] There has been a new submission: 'My Game Character's Vlog To Show His Adventure So Far (For People To Catch Up To What I Do In My Live Streams)', with flair 'Video Critique'
+29650 [2020-02-12 17:13:51] '/u/CubandCat' has given '/u/Adddo13' lambda!
+29650 [2020-02-12 17:14:29] There has been a new submission: 'I'm a medical student and make videos on health and sports related injuries. I made a video on lower back pain and would like some feedback on whether the information is conveyed in a patient friendly way. Thanks any feedback good or bad is appreciated.', with flair 'Channel Review'
+29650 [2020-02-12 17:16:37] There has been a new submission: 'Roommate Pranks', with flair 'Art'
+29650 [2020-02-12 17:16:39] /u/SxyGuitarMan had their submission removed for insufficient lambda.
+29790 [2020-02-12 17:16:56]
+####################
+[2020-02-12 17:16:56] RESTARTED
+####################
+
+29790 [2020-02-12 17:22:24] There has been a new submission: 'First video after 1000 Subscribers. New intro and new things. Please give me your feedback in things I can improve in the future :D', with flair 'Vlog'
+29790 [2020-02-12 17:22:26] /u/DulcidioCoelho had their submission removed for insufficient lambda.
+29790 [2020-02-12 17:31:14] There has been a new submission: 'Feedback and thoughts on channel', with flair 'Vlog'
+29790 [2020-02-12 17:31:16] /u/ScubaSteveX1 had their submission removed for insufficient lambda.
+29790 [2020-02-12 17:33:24] There has been a new submission: 'YouTuber Secrets: Contingency Videos! A very good practice. Do you do this or do you think maybe you should?', with flair 'Video Critique'
+29790 [2020-02-12 17:35:33] '/u/verymuchshoob' has given '/u/alldatarecovered' lambda!
+29790 [2020-02-12 17:42:58] There has been a new submission: 'iPhone 11 - 30 Days after using it (Would love some feedback on improvements.)', with flair 'Video Critique'
+29790 [2020-02-12 17:43:00] /u/dangioffre had their submission removed for insufficient lambda.
+29790 [2020-02-12 17:44:15] There has been a new submission: 'My third upload, I cover eerie internet videos', with flair 'Channel Review'
+29790 [2020-02-12 18:06:57] '/u/alldatarecovered' has given '/u/sappuno_suri' lambda!
+29790 [2020-02-12 18:06:57] The OP received lambda too!
+29790 [2020-02-12 18:16:36] '/u/IamEclipse' has given '/u/chuck_cascio' lambda!
+29790 [2020-02-12 18:17:11] There has been a new submission: 'Here's a speed edit I did for a video that will be releasing soon. And you can watch when it comes out if you subscribed...just a thought', with flair 'Vlog'
+29790 [2020-02-12 18:17:12] /u/AvSteve159 had their submission removed for insufficient lambda.
+29790 [2020-02-12 18:17:48] '/u/IamEclipse' has given '/u/ScottyAmen' lambda!
+29790 [2020-02-12 18:18:46] '/u/IamEclipse' has given '/u/shadyyness' lambda!
+29790 [2020-02-12 18:18:53] '/u/IamEclipse' has given '/u/ReverseNationYT' lambda!
+29790 [2020-02-12 18:19:13] '/u/IamEclipse' has given '/u/popBambi' lambda!
+29790 [2020-02-12 18:20:15] '/u/IamEclipse' has given '/u/NiceGuyMarek' lambda!
+29790 [2020-02-12 18:25:40] There has been a new submission: 'Minecraft Skyblock Episode 1 - The Start (Performium Network)', with flair 'Gaming'
+29790 [2020-02-12 18:25:41] /u/Allenownz had their submission removed for insufficient lambda.
+29790 [2020-02-12 18:25:52] There has been a new submission: 'When You're In a Toxic PS4 Lobby', with flair 'Video Critique'
+29790 [2020-02-12 18:33:34] '/u/verymuchshoob' has given '/u/smokysnail' lambda!
+29790 [2020-02-12 18:34:03] '/u/alldatarecovered' has given '/u/chuck_cascio' lambda!
+29790 [2020-02-12 18:34:12] '/u/jocruz_' has given '/u/ReverseNationYT' lambda!
+29790 [2020-02-12 18:34:40] '/u/jocruz_' has given '/u/dangioffre' lambda!
+29790 [2020-02-12 18:36:04] '/u/jocruz_' has given '/u/popularvote_yt' lambda!
+29790 [2020-02-12 18:38:31] There has been a new submission: 'BLAIR WITCH AND WHERE TIME TRAVELLING?!?', with flair 'Video Critique'
+29790 [2020-02-12 18:38:32] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+29790 [2020-02-12 18:39:28] '/u/NarivaTV' has given '/u/smokysnail' lambda!
+29790 [2020-02-12 18:39:28] The OP received lambda too!
+29790 [2020-02-12 18:40:19] '/u/Nicholas_Pickolaus' has given '/u/dangioffre' lambda!
+29790 [2020-02-12 18:41:12] '/u/jocruz_' has given '/u/Rih-Rih-Tie-Dye' lambda!
+29790 [2020-02-12 18:45:07] '/u/jocruz_' has given '/u/smokysnail' lambda!
+29790 [2020-02-12 18:45:43] There has been a new submission: 'I love giving editing feedback', with flair 'Discussion'
+29790 [2020-02-12 18:48:37] There has been a new submission: 'My first video made with premiere pro, feedback is greatly appreciated! Its a funny moments video btw', with flair 'Gaming'
+29790 [2020-02-12 18:49:54] There has been a new submission: 'Shitty half life 2 let's play i hope you guys get some joy out of this...', with flair 'Gaming'
+29790 [2020-02-12 18:49:55] /u/ThatLuckyDude had their submission removed for insufficient lambda.
+29790 [2020-02-12 18:54:27] '/u/smokysnail' has given '/u/sappuno_suri' lambda!
+29790 [2020-02-12 18:54:27] The OP received lambda too!
+29790 [2020-02-12 19:03:50] '/u/ErbyTattoos' has given '/u/jerry-polar' lambda!
+29790 [2020-02-12 19:03:50] The OP received lambda too!
+29790 [2020-02-12 19:05:02] '/u/ScottyAmen' has given '/u/chuck_cascio' lambda!
+29790 [2020-02-12 19:05:02] The OP received lambda too!
+29790 [2020-02-12 19:05:48] '/u/smokysnail' has given '/u/chuck_cascio' lambda!
+29790 [2020-02-12 19:06:13] '/u/ErbyTattoos' has given '/u/popBambi' lambda!
+29790 [2020-02-12 19:06:23] '/u/smokysnail' has given '/u/IAmJay95' lambda!
+29790 [2020-02-12 19:07:04] '/u/ErbyTattoos' has given '/u/Tushkayaiya' lambda!
+29790 [2020-02-12 19:09:08] '/u/ErbyTattoos' has given '/u/smokysnail' lambda!
+29790 [2020-02-12 19:10:34] There has been a new submission: 'Soft and Creamy Chicken Vegetable Cutlets', with flair 'Art'
+29790 [2020-02-12 19:10:37] /u/2ingredientrecipes had their submission removed for insufficient lambda.
+29790 [2020-02-12 19:11:16] There has been a new submission: 'Me and my girlfriend drove over 2,000KM in a £200 car to leave England and move to Portugal!', with flair 'Vlog'
+29926 [2020-02-12 19:16:56]
+####################
+[2020-02-12 19:16:56] RESTARTED
+####################
+
+29926 [2020-02-12 19:17:51] There has been a new submission: 'Hi guys, I’m a musician and I’m looking to increase my presence in YT, but have found very modest success. Do you have any tips or recommendations you could share? :)', with flair 'Channel Review'
+29926 [2020-02-12 19:17:53] /u/Yann2112 had their submission removed for insufficient lambda.
+29926 [2020-02-12 19:19:57] There has been a new submission: '10 Bomb In Fortnite, hows the video???', with flair 'None'
+29926 [2020-02-12 19:19:58] /u/YT_MGK374 had their submission removed for insufficient lambda.
+29926 [2020-02-12 19:20:38] There has been a new submission: 'MINECRAFT SKYWARS IS FRUSTRATING!!', with flair 'Gaming'
+29926 [2020-02-12 19:20:40] /u/xverticYT had their submission removed for insufficient lambda.
+29926 [2020-02-12 19:22:30] '/u/alldatarecovered' has given '/u/ErbyTattoos' lambda!
+29926 [2020-02-12 19:25:03] '/u/verymuchshoob' has given '/u/chuck_cascio' lambda!
+29926 [2020-02-12 19:25:20] '/u/Mindfuldesigns' has given '/u/HardToAnswerQuestion' lambda!
+29926 [2020-02-12 19:25:28] There has been a new submission: 'Please let me know what you think!! Chewbacca challenge!! I made my husband do the Wookie roar in public!! Repeatedly.', with flair 'Vlog'
+29926 [2020-02-12 19:25:39] '/u/alldatarecovered' has given '/u/kingJames413' lambda!
+29926 [2020-02-12 19:28:48] '/u/Mindfuldesigns' has given '/u/Redmond93' lambda!
+29926 [2020-02-12 19:29:46] There has been a new submission: 'Epic 10 Bomb, Please help me out and give me some feedback🙏', with flair 'None'
+29926 [2020-02-12 19:29:46] /u/YT_MGK374 had their submission removed for insufficient lambda.
+29926 [2020-02-12 19:32:17] There has been a new submission: 'Looking for feedback on our new video. Editing, video or thumbnail. Anything will be very helpful :) New Parody Series Dating Casually: "Be Smart. Stop Eating When You're Hungry."', with flair 'Video Critique'
+29926 [2020-02-12 19:34:53] '/u/Nicholas_Pickolaus' has given '/u/Allenownz' lambda!
+29926 [2020-02-12 19:42:34] There has been a new submission: 'Freetrade Dividend Payments I Got Paid 24 Dividends On The Freetrade App | UK Stock Market Channel', with flair 'None'
+29926 [2020-02-12 19:42:36] /u/Dividend-investor had their submission removed for insufficient lambda.
+29926 [2020-02-12 19:53:56] '/u/Nicholas_Pickolaus' has given '/u/Dharen29YT' lambda!
+29926 [2020-02-12 19:55:11] There has been a new submission: 'Just stop', with flair 'Discussion'
+29926 [2020-02-12 19:55:13] /u/ErbyTattoos had their submission removed for using the wrong flair.
+29926 [2020-02-12 19:55:40] There has been a new submission: 'Epic', with flair 'None'
+29926 [2020-02-12 19:55:42] /u/YT_MGK374 had their submission removed for insufficient lambda.
+29926 [2020-02-12 19:55:56] There has been a new submission: 'Just stop', with flair 'Video Critique'
+29926 [2020-02-12 20:08:36] '/u/IamEclipse' has given '/u/reecytherapper' lambda!
+29926 [2020-02-12 20:08:43] '/u/ErbyTattoos' has given '/u/Adddo13' lambda!
+29926 [2020-02-12 20:08:43] The OP received lambda too!
+29926 [2020-02-12 20:10:46] There has been a new submission: 'My totw review.... feed appreciated', with flair 'Video Critique'
+29926 [2020-02-12 20:14:59] There has been a new submission: 'what do you guys thinks about these kind of videos ?', with flair 'Channel Review'
+29926 [2020-02-12 20:15:01] /u/zozoah had their submission removed for insufficient lambda.
+29926 [2020-02-12 20:16:52] '/u/Tyznips' has given '/u/cati800' lambda!
+29926 [2020-02-12 20:19:52] There has been a new submission: 'I’m trying a new way of editing my videos, commentating on my gameplay after it’s recorded rather than live commentary. I’d appreciate some feedback and/or constructive criticism about anything I should change or do different. Thanks!', with flair 'Video Critique'
+29926 [2020-02-12 20:21:05] There has been a new submission: 'Increasing Watch Time', with flair 'Discussion'
+29926 [2020-02-12 20:21:17] '/u/IAmJay95' has given '/u/ConfidentNobody6' lambda!
+29926 [2020-02-12 20:21:17] The OP received lambda too!
+29926 [2020-02-12 20:21:26] There has been a new submission: 'Any MMA fans here? How would you rate my latest edit?', with flair 'Video Critique'
+29926 [2020-02-12 20:21:28] /u/BestOfSport99 had their submission removed for insufficient lambda.
+29926 [2020-02-12 20:22:32] '/u/IAmJay95' has given '/u/Adddo13' lambda!
+29926 [2020-02-12 20:24:20] '/u/Goatsause' has given '/u/Mindfuldesigns' lambda!
+29926 [2020-02-12 20:27:12] '/u/IamEclipse' has given '/u/MafiasFinestTV' lambda!
+29926 [2020-02-12 20:27:24] There has been a new submission: 'Just posted my first in-person Podcast, let me know what you guys think!', with flair 'Video Critique'
+29926 [2020-02-12 20:28:01] There has been a new submission: 'Any MMA fans? How would you rate my edits?', with flair 'Channel Review'
+29926 [2020-02-12 20:28:02] /u/BestOfSport99 had their submission removed for insufficient lambda.
+29926 [2020-02-12 20:31:02] '/u/beckyfiddeli' has given '/u/Anskeee' lambda!
+29926 [2020-02-12 20:31:02] The OP received lambda too!
+29926 [2020-02-12 20:35:34] '/u/CubandCat' has given '/u/MafiasFinestTV' lambda!
+29926 [2020-02-12 20:36:47] There has been a new submission: '"Plastic Sunbeam - A Short Film" - our first short film with my friend.', with flair 'Video Critique'
+29926 [2020-02-12 20:36:48] /u/sznaby had their submission removed for insufficient lambda.
+29926 [2020-02-12 20:37:01] '/u/Just_Pandaa' has given '/u/shadyyness' lambda!
+29926 [2020-02-12 20:37:43] '/u/Tyznips' has given '/u/KangeonTV' lambda!
+29926 [2020-02-12 20:37:43] The OP received lambda too!
+29926 [2020-02-12 20:41:43] '/u/alldatarecovered' has given '/u/BestOfSport99' lambda!
+29926 [2020-02-12 20:43:59] '/u/SwanCreek' has given '/u/jimb0z_' lambda!
+29926 [2020-02-12 20:43:59] The OP received lambda too!
+29926 [2020-02-12 20:53:23] '/u/jocruz_' has given '/u/ScottyAmen' lambda!
+29926 [2020-02-12 20:55:27] There has been a new submission: 'I did a Smash Collab!', with flair 'None'
+29926 [2020-02-12 20:55:29] /u/MaximumElevapor had their submission removed for insufficient lambda.
+29926 [2020-02-12 20:56:56] '/u/IamEclipse' has given '/u/BestOfSport99' lambda!
+29926 [2020-02-12 20:57:42] There has been a new submission: 'CHANNEL REVIEW - Any help will be appreciated! (with a lambda <3)', with flair 'Channel Review'
+29926 [2020-02-12 21:06:56] '/u/alldatarecovered' has given '/u/priscillahernandez' lambda!
+29926 [2020-02-12 21:08:37] '/u/GrumpyBottom_YT' has given '/u/smokysnail' lambda!
+29926 [2020-02-12 21:11:51] There has been a new submission: 'MARCELITO POMOY IBINUNYAG ANG GINAWA NG AGT SAKANYA SIMON COWELL HINDI M...', with flair 'Vlog'
+29926 [2020-02-12 21:11:53] /u/amazon1977 had their submission removed for insufficient lambda.
+30063 [2020-02-12 21:16:57]
+####################
+[2020-02-12 21:16:57] RESTARTED
+####################
+
+30063 [2020-02-12 21:18:01] {ERROR}
+30063 [2020-02-12 21:18:19] {ERROR}
+30063 [2020-02-12 21:18:26] {ERROR}
+30063 [2020-02-12 21:18:52] {ERROR}
+30063 [2020-02-12 21:19:08] {ERROR}
+30063 [2020-02-12 21:19:24] {ERROR}
+30063 [2020-02-12 21:20:20] {ERROR}
+30063 [2020-02-12 21:20:34] {ERROR}
+30063 [2020-02-12 21:20:35] {ERROR} Could not decode to UTF-8
+30063 [2020-02-12 21:20:56] {ERROR}
+30063 [2020-02-12 21:22:00] {ERROR}
+30063 [2020-02-12 21:22:05] '/u/sleepingeggroll' has given '/u/smokysnail' lambda!
+30063 [2020-02-12 21:22:17] {ERROR}
+30063 [2020-02-12 21:22:30] {ERROR}
+30063 [2020-02-12 21:23:03] {ERROR}
+30063 [2020-02-12 21:23:40] {ERROR}
+30063 [2020-02-12 21:24:32] {ERROR}
+30063 [2020-02-12 21:24:35] {ERROR}
+30063 [2020-02-12 21:25:19] {ERROR}
+30063 [2020-02-12 21:25:29] There has been a new submission: 'SHE'S DROWNING AND HE SAVED HER - A Valentine Special!', with flair 'Art'
+30063 [2020-02-12 21:25:30] /u/yangkingkong had their submission removed for insufficient lambda.
+30063 [2020-02-12 21:25:39] There has been a new submission: 'Video Critique- Will Give Lambda', with flair 'Video Critique'
+30063 [2020-02-12 21:25:40] /u/nowiamnappy had their submission removed for insufficient lambda.
+30063 [2020-02-12 21:25:46] {ERROR}
+30063 [2020-02-12 21:27:01] {ERROR}
+30063 [2020-02-12 21:27:52] There has been a new submission: 'We Launched A Video Editing Contest. Prize is $300- Deadline March 1st. If You Can Give Input On How We Can Make This More Fun/Interesting, I'd Appreciate It! If You Are Interested, Please Make A Submission! This Month, The Contest is Making a Fake Movie Trailer! Please Upvote So PPL Hear About It', with flair 'Video Critique'
+30063 [2020-02-12 21:30:40] '/u/nowiamnappy' has given '/u/SuitableGap4' lambda!
+30063 [2020-02-12 21:30:40] The OP received lambda too!
+30063 [2020-02-12 21:30:50] There has been a new submission: 'Close to hitting 150 subs 5 weeks into new channel.', with flair 'Gaming'
+30063 [2020-02-12 21:30:52] /u/kevin25valencia had their submission removed for insufficient lambda.
+30063 [2020-02-12 21:32:05] '/u/nowiamnappy' has given '/u/KangeonTV' lambda!
+30063 [2020-02-12 21:32:18] '/u/notspicyenoughcomedy' has given '/u/Boing_gaming' lambda!
+30063 [2020-02-12 21:32:32] '/u/notspicyenoughcomedy' has given '/u/aluskevics' lambda!
+30063 [2020-02-12 21:33:53] '/u/notspicyenoughcomedy' has given '/u/TCTV_UK' lambda!
+30063 [2020-02-12 21:34:39] '/u/nowiamnappy' has given '/u/dbgat6' lambda!
+30063 [2020-02-12 21:36:47] There has been a new submission: 'Tried to implement all the advice I got: Trading Warships for Shugarwater', with flair 'Video Critique'
+30063 [2020-02-12 21:40:49] There has been a new submission: 'Roses From A Secret Admirer - Happy Vday on Friday!', with flair 'Video Critique'
+30063 [2020-02-12 21:43:33] '/u/SanjaySting' has given '/u/Dharen29YT' lambda!
+30063 [2020-02-12 21:43:33] The OP received lambda too!
+30063 [2020-02-12 21:43:38] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+30063 [2020-02-12 21:44:00] There has been a new submission: 'Im not really satisfied with this video and i need your help to tell whats wrong', with flair 'None'
+30063 [2020-02-12 21:45:40] '/u/SanjaySting' has given '/u/MafiasFinestTV' lambda!
+30063 [2020-02-12 21:50:36] '/u/jocruz_' has given '/u/twostats' lambda!
+30063 [2020-02-12 21:56:44] There has been a new submission: 'Hello! Any MMA fans here? Check out my new video, and give me honest opinion on my latest edit!', with flair 'Video Critique'
+30063 [2020-02-12 21:59:57] '/u/KangeonTV' has given '/u/kevin25valencia' lambda!
+30063 [2020-02-12 21:59:57] The OP received lambda too!
+30063 [2020-02-12 22:02:51] '/u/Nicholas_Pickolaus' has given '/u/twostats' lambda!
+30063 [2020-02-12 22:16:08] '/u/SanjaySting' has given '/u/DCengineer87' lambda!
+30063 [2020-02-12 22:25:46] There has been a new submission: 'Unravel - A String of Passionate Love', with flair 'Video Critique'
+30063 [2020-02-12 22:25:47] /u/DeathLordGargothikon had their submission removed for insufficient lambda.
+30063 [2020-02-12 22:27:11] There has been a new submission: 'Introducing The SMART WATCH', with flair 'Channel Review'
+30063 [2020-02-12 22:27:12] /u/abiangelos had their submission removed for insufficient lambda.
+30063 [2020-02-12 22:27:22] There has been a new submission: 'Newbie Rainbow Six moments | Rainbow Six Siege Funny Moments', with flair 'Gaming'
+30063 [2020-02-12 22:28:05] There has been a new submission: 'Call Of Duty: Modern Warfare season 2 gameplay - let me know what you think. Decided to do something other than VR. Subscribe if you enjoy and will give lamda for reviews!', with flair 'Gaming'
+30063 [2020-02-12 22:30:54] There has been a new submission: 'I POST TESLA VIDEOS AND VLOGS CHECK IT OUT :)| How I Bought A Tesla Model 3 at 24 Years Old *THE TRUTH*', with flair 'Channel Review'
+30063 [2020-02-12 22:30:56] /u/SkavM3 had their submission removed for insufficient lambda.
+30063 [2020-02-12 22:31:23] There has been a new submission: 'Need 8 more subscribers to hit 1k. For those interested in martial arts and action movies, our goal is to develop content for you. Our biggest issue right now is output but we will improve on that soon! Take a look at our channel, our series, let me know what you think and help us reach 1k today!', with flair 'Channel Review'
+30063 [2020-02-12 22:40:32] There has been a new submission: '‪THIS IS WHY YOU SHOULD BE READING SAMURAI 8‬', with flair 'None'
+30063 [2020-02-12 22:40:34] /u/phillslifestyle had their submission removed for insufficient lambda.
+30063 [2020-02-12 22:42:43] '/u/verymuchshoob' has given '/u/KangeonTV' lambda!
+30063 [2020-02-12 22:56:33] There has been a new submission: 'Doctor Doom VS Ainz Ooal Gown Who Wins', with flair 'Discussion'
+30063 [2020-02-12 22:56:35] /u/madgodtheories had their submission removed for using the wrong flair.
+30063 [2020-02-12 22:59:29] There has been a new submission: 'I'm almost to 100 :D I do mostly a variety (lots of horror and MC)', with flair 'Gaming'
+30063 [2020-02-12 22:59:30] /u/Ph03nix137 had their submission removed for insufficient lambda.
+30063 [2020-02-12 22:59:49] '/u/Nicholas_Pickolaus' has given '/u/NiyKon' lambda!
+30063 [2020-02-12 23:00:55] There has been a new submission: 'This is my first time making a vlog, I know the topic is super specific but I’m looking for thoughtful feedback/ critique on my video editing and my speech throughout the video! Leave me good feedback and I’ll feed you tasty lambda!!!', with flair 'Video Critique'
+30063 [2020-02-12 23:03:59] There has been a new submission: 'A compilation of four 50+ year olds and sons playing Call of Duty and having fun. Enjoy.', with flair 'Gaming'
+30063 [2020-02-12 23:04:01] /u/RadioBuffoon had their submission removed for insufficient lambda.
+30063 [2020-02-12 23:06:14] There has been a new submission: 'The Man Who Taught Me How To Relax | Great Teacher Onizuka GTO', with flair 'Discussion'
+30063 [2020-02-12 23:06:15] /u/ademogabbana had their submission removed for using the wrong flair.
+30063 [2020-02-12 23:07:27] There has been a new submission: 'The Man Who Taught Me How To Relax | Great Teacher Onizuka GTO', with flair 'Video Critique'
+30063 [2020-02-12 23:07:29] /u/ademogabbana had their submission removed for insufficient lambda.
+30265 [2020-02-12 23:16:57]
+####################
+[2020-02-12 23:16:57] RESTARTED
+####################
+
+30265 [2020-02-12 23:17:48] There has been a new submission: 'Just hit 35 subs on my channel, I'm so happy for this, my next goal is 100 subs before February ends. Come and watch the newest episode of A Plague Tale: Innocence. I am in love with this game, the story is original and the character development is so good, btw am a sucker for character development.', with flair 'Gaming'
+30265 [2020-02-12 23:18:28] '/u/lulzPIE' has given '/u/SelendineMcHerb' lambda!
+30265 [2020-02-12 23:18:28] The OP received lambda too!
+30265 [2020-02-12 23:18:37] '/u/LiutaurasMK' has given '/u/NiyKon' lambda!
+30265 [2020-02-12 23:18:37] The OP received lambda too!
+1431 [2020-02-12 23:18:59] Updated statistics
+30265 [2020-02-12 23:24:54] '/u/alldatarecovered' has given '/u/twostats' lambda!
+30265 [2020-02-12 23:26:05] '/u/alldatarecovered' has given '/u/DCengineer87' lambda!
+30265 [2020-02-12 23:26:41] There has been a new submission: 'This might suck, or you might like it. Watch with caution.', with flair 'None'
+30265 [2020-02-12 23:26:42] /u/bigbrownjavuckets had their submission removed for insufficient lambda.
+30265 [2020-02-12 23:26:55] '/u/alldatarecovered' has given '/u/Jischasing' lambda!
+30265 [2020-02-12 23:27:04] There has been a new submission: 'my first video', with flair 'Gaming'
+30265 [2020-02-12 23:27:05] /u/Gold_Reindeer had their submission removed for insufficient lambda.
+30265 [2020-02-12 23:27:23] There has been a new submission: 'Been looking at all my YouTube videos and feel this is my best one ever - but I still feel it’s missing a certain something... looking for feedback please people... how do I get this to the next level ? 🤷‍♂️', with flair 'Video Critique'
+30265 [2020-02-12 23:31:55] {ERROR}
+30265 [2020-02-12 23:32:42] {ERROR}
+30265 [2020-02-12 23:34:54] {ERROR}
+30265 [2020-02-12 23:35:04] {ERROR}
+30265 [2020-02-12 23:35:54] {ERROR}
+30265 [2020-02-12 23:36:07] {ERROR}
+30265 [2020-02-12 23:41:15] There has been a new submission: 'Fantasy Island | Movie Review', with flair 'Channel Review'
+30265 [2020-02-12 23:41:17] /u/LetsCrashThisParadeX had their submission removed for insufficient lambda.
+30265 [2020-02-12 23:49:02] There has been a new submission: 'Check This Out Please!!', with flair 'Gaming'
+30265 [2020-02-12 23:49:03] /u/WrohMeet had their submission removed for insufficient lambda.
+30265 [2020-02-13 00:08:34] '/u/jocruz_' has given '/u/FergHD' lambda!
+30265 [2020-02-13 00:12:01] {ERROR}
+30265 [2020-02-13 00:14:54] '/u/MrMeathax' has given '/u/KangeonTV' lambda!
+30265 [2020-02-13 00:14:54] The OP received lambda too!
+30265 [2020-02-13 00:16:44] '/u/MrMeathax' has given '/u/RevolutionaryShip7' lambda!
+30265 [2020-02-13 00:24:49] '/u/ErbyTattoos' has given '/u/ScottyAmen' lambda!
+30265 [2020-02-13 00:25:00] '/u/ErbyTattoos' has given '/u/RevolutionaryShip7' lambda!
+30265 [2020-02-13 00:28:10] '/u/IamEclipse' has given '/u/Rondaos' lambda!
+30265 [2020-02-13 00:28:47] '/u/IamEclipse' has given '/u/FPVMARK' lambda!
+30265 [2020-02-13 00:43:40] There has been a new submission: 'So can anyone tell me what's wrong with episode. BTW the whole point of the video is supposed to be unedited because I have other videos on my drive that are an 1.5 hrs. I would love the feed back guys', with flair 'Gaming'
+30265 [2020-02-13 00:43:53] There has been a new submission: 'A BIRTHDAY PRESENT FOR MY BEST FRIEND. He makes great music, so for his B-Day, I’m uploading his most recent song! Tell me what you think about it. Your music feedback will be relayed back to him, and lambda will be left for any helpful criticisms/opinions.', with flair 'Video Critique'
+30265 [2020-02-13 00:48:54] There has been a new submission: 'Major thanks for 25 subs! I'm few away from 30! Thanks for the support!', with flair 'Discussion'
+30265 [2020-02-13 00:51:29] There has been a new submission: 'Review my channel! Lambda for all honest and detailed feedback!', with flair 'Channel Review'
+30265 [2020-02-13 00:54:35] There has been a new submission: 'I tried something new and spent triple my usual editing time making this. Was it worth it? - "What's wrong with this cat!? || The World's Worst Cat"', with flair 'Video Critique'
+30265 [2020-02-13 00:58:02] There has been a new submission: 'Channel update!', with flair 'Discussion'
+30265 [2020-02-13 01:02:11] '/u/One-Dos-San-Chaar' has given '/u/owaisted' lambda!
+30265 [2020-02-13 01:02:11] The OP received lambda too!
+30265 [2020-02-13 01:02:25] {ERROR}
+30265 [2020-02-13 01:05:17] {ERROR}
+30265 [2020-02-13 01:09:34] There has been a new submission: 'New Editing Style, I would like some feed back Thank You!', with flair 'Video Critique'
+30265 [2020-02-13 01:09:41] /u/Kingfearghus had their submission removed for insufficient lambda.
+30265 [2020-02-13 01:13:13] There has been a new submission: 'Handing Out Airpods and Xbox One', with flair 'Video Critique'
+30265 [2020-02-13 01:13:14] /u/palmer__power had their submission removed for insufficient lambda.
+30265 [2020-02-13 01:14:21] {ERROR}
+30265 [2020-02-13 01:16:34] There has been a new submission: 'Editing gaming videos for free', with flair 'Gaming'
+30265 [2020-02-13 01:16:35] /u/EraVortex had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:16:57]
+####################
+[2020-02-13 01:16:57] RESTARTED
+####################
+
+30402 [2020-02-13 01:17:24] '/u/Chadtreasurehunter' has given '/u/OneFor56' lambda!
+30402 [2020-02-13 01:17:24] The OP received lambda too!
+30402 [2020-02-13 01:17:51] There has been a new submission: 'VIDEO THAT COVERS STAR WARS SAGA - Facts you may not have known!', with flair 'Discussion'
+30402 [2020-02-13 01:17:52] /u/kylethekollector had their submission removed for using the wrong flair.
+30402 [2020-02-13 01:17:55] There has been a new submission: 'My younger brother made a YouTube channel where he critiques various aspects of anime. I think he's doing pretty well so far. Please take a look and tell me what you think. Subscribe if you enjoy his content. He does not know I'm doing this. Lol', with flair 'None'
+30402 [2020-02-13 01:17:56] /u/MonainaMug had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:17:59] There has been a new submission: 'My most recent video. Playthrough of Doom 2!', with flair 'Gaming'
+30402 [2020-02-13 01:18:00] /u/Styxgaming4 had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:18:02] There has been a new submission: 'Idea: Let Me Review Your Video In One Of My Videos(I'm a professional cinematographer/editor, and I've been helping people all day by giving them feedback...My company is launching a new channel, and this might be a cool objective for us [doing reviews, and showing how to make videos look more pro])', with flair 'Collab'
+30402 [2020-02-13 01:18:06] There has been a new submission: 'STAR WARS VIDEO GAMES - New custom cartridges just released.', with flair 'Gaming'
+30402 [2020-02-13 01:18:07] /u/kylethekollector had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:18:11] There has been a new submission: 'Hey YouTubers! Do you know how to quantify/analyze your YouTube comments? Here are some tips!', with flair 'Discussion'
+30402 [2020-02-13 01:22:28] There has been a new submission: 'Robert Storms Oscar Rant Over Foreign Film Parasite's Best Picture Win', with flair 'Video Critique'
+30402 [2020-02-13 01:22:30] /u/MrRuidiaz had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:34:24] '/u/SlyGuyChris' has given '/u/FPVMARK' lambda!
+30402 [2020-02-13 01:34:24] The OP received lambda too!
+30402 [2020-02-13 01:39:44] There has been a new submission: 'Carrying my Friend in COD', with flair 'Gaming'
+30402 [2020-02-13 01:39:45] /u/iTzTempER had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:41:02] There has been a new submission: 'Smite Youtuber would appreciate any feed back on what to improve!', with flair 'Video Critique'
+30402 [2020-02-13 01:41:04] /u/Mancholo_ had their submission removed for insufficient lambda.
+30402 [2020-02-13 01:41:49] There has been a new submission: 'editing gaming videos for free', with flair 'Discussion'
+30402 [2020-02-13 01:44:25] '/u/WalfieOnYouTube' has given '/u/highpower_marsh' lambda!
+30402 [2020-02-13 01:44:25] The OP received lambda too!
+30402 [2020-02-13 01:59:07] '/u/-CANTOBOTZ-' has given '/u/DulcidioCoelho' lambda!
+30402 [2020-02-13 01:59:34] {ERROR}
+30402 [2020-02-13 02:00:07] '/u/-CANTOBOTZ-' has given '/u/Allenownz' lambda!
+30402 [2020-02-13 02:01:12] '/u/alldatarecovered' has given '/u/highpower_marsh' lambda!
+30402 [2020-02-13 02:01:21] There has been a new submission: 'Miss a weekly upload for a better upload next week?', with flair 'Discussion'
+30402 [2020-02-13 02:01:59] '/u/alldatarecovered' has given '/u/BlackSunAgent' lambda!
+30402 [2020-02-13 02:02:36] There has been a new submission: 'Look at my meme Material!', with flair 'Gaming'
+30402 [2020-02-13 02:02:38] /u/xarelsx had their submission removed for insufficient lambda.
+30402 [2020-02-13 02:06:22] There has been a new submission: 'The Subconscious Mind Part 2: Cycles', with flair 'Discussion'
+30402 [2020-02-13 02:06:23] /u/jemchulo7 had their submission removed for using the wrong flair.
+30402 [2020-02-13 02:16:31] '/u/5h1ttyredstone' has given '/u/dangioffre' lambda!
+30402 [2020-02-13 02:18:21] There has been a new submission: '100 subscribers special #Galaxy S20', with flair 'Art'
+30402 [2020-02-13 02:18:22] /u/amasterfuljuice had their submission removed for insufficient lambda.
+30402 [2020-02-13 02:19:39] There has been a new submission: 'Here’s another video about Minecraft fancy lighting instead of cuts I have sped footage up let me know if it’s easier to follow', with flair 'Gaming'
+30402 [2020-02-13 02:27:21] There has been a new submission: 'Hey everyone i would really appreciate it if you can take a look at my video nd give me feedback thanks!! Giving lambda to every feedback', with flair 'Vlog'
+30402 [2020-02-13 02:28:56] {ERROR} Could not decode to UTF-8
+30402 [2020-02-13 02:39:54] There has been a new submission: 'my channel pls check out', with flair 'Art'
+30402 [2020-02-13 02:39:54] /u/pigboi91 had their submission removed for insufficient lambda.
+30402 [2020-02-13 02:47:53] There has been a new submission: 'Upcoming story time, gaming, and pranks', with flair 'None'
+30402 [2020-02-13 02:47:54] /u/Gravyranger had their submission removed for insufficient lambda.
+30402 [2020-02-13 02:59:09] '/u/tomasrow' has given '/u/Redmond93' lambda!
+30402 [2020-02-13 02:59:09] The OP received lambda too!
+30402 [2020-02-13 03:00:28] '/u/tomasrow' has given '/u/GrumpyBottom_YT' lambda!
+30402 [2020-02-13 03:03:45] There has been a new submission: 'Don't be afraid to treat your channel as a business & request press copies!', with flair 'Discussion'
+30402 [2020-02-13 03:12:28] '/u/hf_vlogs1' has given '/u/trinath71288' lambda!
+30402 [2020-02-13 03:12:28] The OP received lambda too!
+30402 [2020-02-13 03:14:15] '/u/hf_vlogs1' has given '/u/GarthBenjaminTheKing' lambda!
+30895 [2020-02-13 03:16:56]
+####################
+[2020-02-13 03:16:56] RESTARTED
+####################
+
+30895 [2020-02-13 03:17:49] There has been a new submission: 'Subs have stalled at 350. Is that normal?', with flair 'None'
+30895 [2020-02-13 03:17:50] /u/BrazenBrits had their submission removed for insufficient lambda.
+30895 [2020-02-13 03:18:00] There has been a new submission: 'Early Clones get no Bones', with flair 'Art'
+30895 [2020-02-13 03:18:02] /u/712NBFRamsay had their submission removed for insufficient lambda.
+30895 [2020-02-13 03:18:15] '/u/hf_vlogs1' has given '/u/KangeonTV' lambda!
+30895 [2020-02-13 03:20:46] There has been a new submission: 'Learn Easy Valentines Day Magic Tricks here! I run a channel for magic and I'm just wondering what you think of my latest video. Any Feedback would be appreciated! If you like the content please subscribe so you won't miss anymore content :) Thanks', with flair 'Video Critique'
+30895 [2020-02-13 03:26:45] There has been a new submission: '[Question] Why An I Not Getting Views?', with flair 'Discussion'
+30895 [2020-02-13 03:29:07] There has been a new submission: 'My newest video', with flair 'None'
+30895 [2020-02-13 03:29:07] /u/Polar103 had their submission removed for insufficient lambda.
+30895 [2020-02-13 03:39:31] '/u/CubandCat' has given '/u/SkavM3' lambda!
+30895 [2020-02-13 03:39:36] There has been a new submission: 'My best video so far in my opinion thought?', with flair 'None'
+30895 [2020-02-13 03:39:37] /u/Ko-Decoy had their submission removed for insufficient lambda.
+30895 [2020-02-13 03:44:56] '/u/WalfieOnYouTube' has given '/u/712NBFRamsay' lambda!
+30895 [2020-02-13 03:50:31] There has been a new submission: 'How to train your dragon: the hidden world explained by an idiot', with flair 'Video Critique'
+30895 [2020-02-13 04:02:45] '/u/Adooma_123' has given '/u/Jischasing' lambda!
+30895 [2020-02-13 04:02:45] The OP received lambda too!
+30895 [2020-02-13 04:05:58] '/u/LizandDan' has given '/u/712NBFRamsay' lambda!
+30895 [2020-02-13 04:05:58] The OP received lambda too!
+30895 [2020-02-13 04:11:58] There has been a new submission: 'Please check out my fiancé’s Pokémon go videos', with flair 'Gaming'
+30895 [2020-02-13 04:12:00] /u/thepantyprincessx had their submission removed for insufficient lambda.
+30895 [2020-02-13 04:17:33] There has been a new submission: 'Beeripmo Walk day 2 - Our first overnight hike - WILD ECHIDNA SIGHTING!', with flair 'Vlog'
+30895 [2020-02-13 04:46:26] There has been a new submission: 'Just posted my intro and would love a critique.', with flair 'Video Critique'
+30895 [2020-02-13 04:47:56] There has been a new submission: 'What do you guys think of my new video about apex legends highlights in season 4!', with flair 'Gaming'
+30895 [2020-02-13 04:47:57] /u/jebmcw had their submission removed for insufficient lambda.
+30895 [2020-02-13 04:52:46] '/u/One-Dos-San-Chaar' has given '/u/Rocky128' lambda!
+30895 [2020-02-13 05:10:57] There has been a new submission: 'SSBU 7.0 Tier List', with flair 'Gaming'
+30895 [2020-02-13 05:10:59] /u/Swagner999 had their submission removed for insufficient lambda.
+31092 [2020-02-13 05:16:56]
+####################
+[2020-02-13 05:16:56] RESTARTED
+####################
+
+31092 [2020-02-13 05:46:00] '/u/highpower_marsh' has given '/u/Rocky128' lambda!
+31092 [2020-02-13 05:46:01] The OP received lambda too!
+31092 [2020-02-13 05:48:50] '/u/highpower_marsh' has given '/u/Smart_Procrastinator' lambda!
+31092 [2020-02-13 06:09:29] There has been a new submission: 'Video Review - Could I please get some feedback on the editing of this video? Does it run smoothly? Any spots where I could improve?', with flair 'Gaming'
+31092 [2020-02-13 06:16:46] There has been a new submission: 'Korean actress Go Soo Jung, pumanaw na dahil sa sakit | Minami Oroi', with flair 'Vlog'
+31092 [2020-02-13 06:16:48] /u/amazon1977 had their submission removed for insufficient lambda.
+31092 [2020-02-13 06:19:40] There has been a new submission: 'OMG just 4 days ago I was at 60 subs and now I'm at 70 subs now 😄', with flair 'Discussion'
+31092 [2020-02-13 06:24:27] There has been a new submission: 'My First Commentary On Call of Duty Modern Warfare! Check it out! I’m open to feed back on ways I can improve and things in that area! Thanks guys :)', with flair 'Gaming'
+31092 [2020-02-13 06:24:29] /u/King-Dylann had their submission removed for insufficient lambda.
+31092 [2020-02-13 06:38:00] There has been a new submission: 'How to Monetize Your Youtube Channel In 2020', with flair 'Video Critique'
+31092 [2020-02-13 06:38:01] /u/mani1240 had their submission removed for insufficient lambda.
+31092 [2020-02-13 06:43:40] '/u/beckyfiddeli' has given '/u/Putsingen' lambda!
+31092 [2020-02-13 06:46:47] '/u/SlyGuyChris' has given '/u/Rocky128' lambda!
+31092 [2020-02-13 06:50:52] '/u/invaderzoom' has given '/u/Rocky128' lambda!
+31092 [2020-02-13 06:50:52] The OP received lambda too!
+31092 [2020-02-13 07:08:28] There has been a new submission: 'help my friend out he live', with flair 'Gaming'
+31092 [2020-02-13 07:08:29] /u/HaZardKO had their submission removed for insufficient lambda.
+31453 [2020-02-13 07:16:57]
+####################
+[2020-02-13 07:16:57] RESTARTED
+####################
+
+31453 [2020-02-13 07:21:28] '/u/humz_whu' has given '/u/712NBFRamsay' lambda!
+31453 [2020-02-13 07:21:28] The OP received lambda too!
+31453 [2020-02-13 07:42:51] '/u/SwanCreek' has given '/u/highpower_marsh' lambda!
+31453 [2020-02-13 07:55:10] '/u/Tyznips' has given '/u/zozoah' lambda!
+31453 [2020-02-13 07:57:40] '/u/Tyznips' has given '/u/GenericGhost_YT' lambda!
+31453 [2020-02-13 07:59:59] There has been a new submission: 'Well what do you think?', with flair 'Video Critique'
+31453 [2020-02-13 08:00:01] /u/clintonjacob3 had their submission removed for insufficient lambda.
+31453 [2020-02-13 08:20:03] There has been a new submission: 'Can't draw or animate but decided to try making a cartoon anyways. The humor might not be for everyone. If you do enjoy it, I released Part 2 a few days ago and I'm working on the finale right now.', with flair 'Art'
+31453 [2020-02-13 08:20:05] /u/naessmis had their submission removed for insufficient lambda.
+31453 [2020-02-13 08:22:38] There has been a new submission: 'Sea Monsters - Size Comparison (Part 2)', with flair 'Video Critique'
+31453 [2020-02-13 08:22:40] /u/Elay870870 had their submission removed for insufficient lambda.
+31453 [2020-02-13 08:48:57] '/u/ErbyTattoos' has given '/u/712NBFRamsay' lambda!
+31453 [2020-02-13 08:50:32] There has been a new submission: 'Never buy a Guanqin? Men's Analog Dress Watch B01N5EHU9D207-Video unboxing, tutorial & review', with flair 'Video Critique'
+31453 [2020-02-13 08:50:34] /u/Bored_Online_Shopper had their submission removed for insufficient lambda.
+31453 [2020-02-13 09:04:14] There has been a new submission: 'I just made a new intro. Some feedback please :D', with flair 'Vlog'
+31665 [2020-02-13 09:16:56]
+####################
+[2020-02-13 09:16:56] RESTARTED
+####################
+
+31665 [2020-02-13 09:35:37] '/u/DulcidioCoelho' has given '/u/popularvote_yt' lambda!
+31665 [2020-02-13 09:35:37] The OP received lambda too!
+31665 [2020-02-13 09:36:51] There has been a new submission: 'The car got rear-ended. Kinda having a bad Day {Bad Day: Car Accident (B&H Love)]', with flair 'Vlog'
+31665 [2020-02-13 09:36:52] /u/danielengberg67 had their submission removed for insufficient lambda.
+31665 [2020-02-13 09:42:57] There has been a new submission: 'Chinese Diplomacy using Google Translate || Hunt Showdown gameplay', with flair 'Gaming'
+31665 [2020-02-13 09:42:59] /u/Rohan_Jetha had their submission removed for insufficient lambda.
+31665 [2020-02-13 10:21:17] '/u/-CANTOBOTZ-' has given '/u/LethalogicaYT' lambda!
+31665 [2020-02-13 10:21:28] '/u/xkroma__' has given '/u/smokysnail' lambda!
+31665 [2020-02-13 10:31:56] '/u/DulcidioCoelho' has given '/u/jimb0z_' lambda!
+31665 [2020-02-13 10:38:07] There has been a new submission: 'So this is my first video of this new style, any thoughts?', with flair 'Video Critique'
+31665 [2020-02-13 10:44:04] There has been a new submission: 'Hey everyone my name is Pixolated133', with flair 'Channel Review'
+31665 [2020-02-13 10:44:06] /u/pixolated133 had their submission removed for insufficient lambda.
+31665 [2020-02-13 10:45:29] There has been a new submission: 'To all you smallytchannel angels out there', with flair 'Discussion'
+31665 [2020-02-13 10:51:29] There has been a new submission: 'Pinoy Confessions: Maricar Reyes Gives Advice To Reader | HumanMeter', with flair 'None'
+31665 [2020-02-13 10:51:31] /u/IndividualGuide had their submission removed for insufficient lambda.
+31665 [2020-02-13 10:55:57] '/u/5h1ttyredstone' has given '/u/Max-F3rgus0n' lambda!
+31665 [2020-02-13 10:55:57] The OP received lambda too!
+31665 [2020-02-13 10:59:58] '/u/5h1ttyredstone' has given '/u/Pretzel99' lambda!
+31800 [2020-02-13 11:16:57]
+####################
+[2020-02-13 11:16:57] RESTARTED
+####################
+
+31800 [2020-02-13 11:38:47] '/u/IamEclipse' has given '/u/iForgotmypsswrd' lambda!
+31800 [2020-02-13 11:39:28] '/u/IamEclipse' has given '/u/Ko-Decoy' lambda!
+31800 [2020-02-13 11:42:27] '/u/IamEclipse' has given '/u/MikeJesus' lambda!
+31800 [2020-02-13 11:44:24] '/u/IamEclipse' has given '/u/TheGuyBlog' lambda!
+31800 [2020-02-13 12:08:06] There has been a new submission: 'Motivation.', with flair 'Discussion'
+31800 [2020-02-13 12:12:08] '/u/Illfury' has given '/u/clemmonsRushi' lambda!
+31800 [2020-02-13 12:12:08] The OP received lambda too!
+31800 [2020-02-13 12:18:36] '/u/Illfury' has given '/u/priscillahernandez' lambda!
+31800 [2020-02-13 12:38:42] '/u/IdealDog' has given '/u/humz_whu' lambda!
+31800 [2020-02-13 12:38:42] The OP received lambda too!
+31800 [2020-02-13 12:46:10] '/u/Adooma_123' has given '/u/Rocky128' lambda!
+31800 [2020-02-13 12:46:25] There has been a new submission: 'Incredible consistency', with flair 'Discussion'
+31800 [2020-02-13 12:47:54] There has been a new submission: 'Any Good Tutorials For Designing Banners?', with flair 'Discussion'
+31800 [2020-02-13 12:56:40] There has been a new submission: 'Trying a simpler more candid LIVE format between the more complicated official videoclips to increase frequency... what do you think?... Sweet Dreams (Are Made of) Cover. Revisiting my Walkman classics (yes I'm that vintage)', with flair 'Video Critique'
+31800 [2020-02-13 13:08:27] '/u/Illfury' has given '/u/The_Suited_Bird' lambda!
+31800 [2020-02-13 13:08:37] There has been a new submission: 'The photoshop comedy show', with flair 'Video Critique'
+31800 [2020-02-13 13:10:34] '/u/Illfury' has given '/u/lzinkelda' lambda!
+31800 [2020-02-13 13:11:01] There has been a new submission: 'My Top Ten Games of the Decade', with flair 'Gaming'
+31800 [2020-02-13 13:14:28] There has been a new submission: 'Those who loves animation free templates attached', with flair 'Channel Review'
+31800 [2020-02-13 13:14:30] /u/Rizmin had their submission removed for insufficient lambda.
+31800 [2020-02-13 13:14:54] '/u/Max-F3rgus0n' has given '/u/HardToAnswerQuestion' lambda!
+31800 [2020-02-13 13:14:54] The OP received lambda too!
+31800 [2020-02-13 13:16:40] There has been a new submission: 'Cinematic Video Gaming', with flair 'Channel Review'
+31962 [2020-02-13 13:16:57]
+####################
+[2020-02-13 13:16:57] RESTARTED
+####################
+
+31962 [2020-02-13 13:17:52] '/u/Illfury' has given '/u/Kalum-W' lambda!
+31962 [2020-02-13 13:21:32] There has been a new submission: 'Do We Have Free Will?', with flair 'Video Critique'
+31962 [2020-02-13 13:26:43] There has been a new submission: 'GARDEN TOUR|BACKYARD GARDEN TOUR|GROW OUR OWN FOOD! HEALTH IS WEALTH🌱🥬🌶🍓🍋🍇🍎🍐🍑🌽🥑🥕🥦🍌🍅🍍 https://youtu.be/5lybUQz-0Uc', with flair 'None'
+31962 [2020-02-13 13:26:44] /u/ProlificFamilyStead had their submission removed for insufficient lambda.
+31962 [2020-02-13 13:30:44] '/u/Illfury' has given '/u/theohsar' lambda!
+31962 [2020-02-13 13:32:55] '/u/Max-F3rgus0n' has given '/u/ell_ninja' lambda!
+31962 [2020-02-13 13:40:16] '/u/IAmJay95' has given '/u/HardToAnswerQuestion' lambda!
+31962 [2020-02-13 13:48:39] '/u/Sipover' has given '/u/MoskitoDan' lambda!
+31962 [2020-02-13 13:48:39] The OP received lambda too!
+31962 [2020-02-13 13:49:06] '/u/Sipover' has given '/u/WalfieOnYouTube' lambda!
+31962 [2020-02-13 13:49:33] '/u/Sipover' has given '/u/SkavM3' lambda!
+31962 [2020-02-13 13:50:19] There has been a new submission: 'What are you getting your significant other for Valentine's day?', with flair 'Discussion'
+31962 [2020-02-13 13:50:22] /u/RupaNaSaksiji had their submission removed for using the wrong flair.
+31962 [2020-02-13 13:50:52] There has been a new submission: 'Can you guys give me some support I am at 127 sub My goal is to get to 200 by the end of this year', with flair 'Channel Review'
+31962 [2020-02-13 13:50:54] /u/notsxolarr had their submission removed for insufficient lambda.
+31962 [2020-02-13 14:02:07] There has been a new submission: 'Fortnite - Pures Gold', with flair 'Gaming'
+31962 [2020-02-13 14:02:09] /u/zweibrueder_YT had their submission removed for insufficient lambda.
+31962 [2020-02-13 14:05:11] '/u/Illfury' has given '/u/Xerionix' lambda!
+31962 [2020-02-13 14:11:35] There has been a new submission: 'Early Clones get no Bones', with flair 'Art'
+31962 [2020-02-13 14:17:14] '/u/ShiverMeTimbsBruh' has given '/u/WalfieOnYouTube' lambda!
+31962 [2020-02-13 14:17:15] The OP received lambda too!
+31962 [2020-02-13 14:35:48] '/u/Illfury' has given '/u/acexsd1' lambda!
+31962 [2020-02-13 14:42:22] There has been a new submission: 'First time playing apex since launch', with flair 'None'
+31962 [2020-02-13 14:42:24] /u/Jkay_US had their submission removed for insufficient lambda.
+31962 [2020-02-13 15:11:03] '/u/Illfury' has given '/u/Ians-Mind' lambda!
+31962 [2020-02-13 15:11:52] '/u/Illfury' has given '/u/centyauro' lambda!
+32096 [2020-02-13 15:16:57]
+####################
+[2020-02-13 15:16:57] RESTARTED
+####################
+
+32096 [2020-02-13 15:26:00] '/u/Illfury' has given '/u/Gimlinho' lambda!
+32096 [2020-02-13 15:40:32] '/u/Illfury' has given '/u/DCengineer87' lambda!
+32096 [2020-02-13 15:41:36] '/u/Illfury' has given '/u/CitizenKev' lambda!
+32096 [2020-02-13 15:42:39] There has been a new submission: 'Subs have been really slow these last few weeks, would y'all mind checking out my channel and maybe sharing it with a friend?', with flair 'Channel Review'
+32096 [2020-02-13 15:42:41] /u/kayloube had their submission removed for insufficient lambda.
+32096 [2020-02-13 15:42:54] There has been a new submission: 'SO i made a horror game playthrough Last 2 days ago and I was astonished because people Actually enjoyed it very much Pls let me know wat u think about My horror playthrough Also Im at 74 subs Just a few more and il reach 100 Thanks For Supporting guys Feedbacks are also appreciated', with flair 'Gaming'
+32096 [2020-02-13 15:49:04] There has been a new submission: 'Help me grow this channel. subcribe if you can', with flair 'Vlog'
+32096 [2020-02-13 15:49:05] /u/alexmbiru had their submission removed for insufficient lambda.
+32096 [2020-02-13 15:49:18] There has been a new submission: 'Tried to make the vlog move at a faster pace, keep to light hearted and funny... tried to keep it engaging... question is, has it worked? If yes great but if not what and how can I do to improve? Will give lambda for comments', with flair 'Video Critique'
+32096 [2020-02-13 16:05:12] There has been a new submission: 'Copying thebobbybands send me your best videos and I will review them', with flair 'Video Critique'
+32096 [2020-02-13 16:05:14] /u/thefirelord500 had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:08:49] '/u/humz_whu' has given '/u/ThisIsCress' lambda!
+32096 [2020-02-13 16:11:32] {ERROR} unsupported operand type(s) for -: 'str' and 'int'
+32096 [2020-02-13 16:12:30] There has been a new submission: 'High Top Dreads | Interlocking Dreadlocks (time lapse)', with flair 'Channel Review'
+32096 [2020-02-13 16:12:32] /u/realmengetitdone had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:13:34] There has been a new submission: 'Copying the bobbybands and reviewing your best video', with flair 'Discussion'
+32096 [2020-02-13 16:13:53] There has been a new submission: 'High Top Dreads | Interlocking Dreadlocks (time lapse) My channel is family and lifestyle. I see a lot of channels similar but not a lot of males doing what some consider "women's work", lol. I know we are out there and just want to motivate and inspire men especially!', with flair 'Channel Review'
+32096 [2020-02-13 16:13:55] /u/realmengetitdone had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:17:45] There has been a new submission: 'Started a series about a game that Inspired Sekiro Shadows Die Twice- Ninja Gaiden Black', with flair 'Gaming'
+32096 [2020-02-13 16:17:46] /u/AnbuRabbit had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:27:39] '/u/Illfury' has given '/u/realmengetitdone' lambda!
+32096 [2020-02-13 16:27:45] There has been a new submission: 'Zeitvertreib TV 🎞️New Video🎞️ Hey guys! Today I am here with an announcement. This is our comedy Channel and a new Video is online. Go check out the youtube channel ZEITVERTREIB TV at https://www.youtube.com/channel/UCRnFi_RjpIX6mCfUdOHcMxQ If you do like the channel, please subscribe. Thanks', with flair 'Channel Review'
+32096 [2020-02-13 16:27:46] /u/luneve77 had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:27:54] '/u/Max-F3rgus0n' has given '/u/acstomi0212' lambda!
+32096 [2020-02-13 16:30:29] There has been a new submission: 'Hazrat Tufail Bin Amr Kay Islam Lany Ka Waqia | Tariq Jameel Bayan', with flair 'Discussion'
+32096 [2020-02-13 16:30:31] /u/msufwan had their submission removed for using the wrong flair.
+32096 [2020-02-13 16:31:09] '/u/FPVMARK' has given '/u/fpvdronelife' lambda!
+32096 [2020-02-13 16:31:10] The OP received lambda too!
+32096 [2020-02-13 16:32:50] '/u/FPVMARK' has given '/u/jimb0z_' lambda!
+32096 [2020-02-13 16:38:10] There has been a new submission: 'MMA Manager Gameplay. Fight to the top. Do watch the video and leave feedbacks on how i can improve on the quality. Hope you guys enjoy it and have a good day people ☺️', with flair 'Gaming'
+32096 [2020-02-13 16:38:11] /u/Sh00kz had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:41:03] '/u/Illfury' has given '/u/qzeqYT' lambda!
+32096 [2020-02-13 16:41:57] There has been a new submission: 'Mukbangers but I edited out the dramatic stuffs ( Steven Sushi )', with flair 'Video Critique'
+32096 [2020-02-13 16:42:22] '/u/alldatarecovered' has given '/u/popularvote_yt' lambda!
+32096 [2020-02-13 16:53:53] There has been a new submission: 'Covert special ops BMW salesmen', with flair 'Channel Review'
+32096 [2020-02-13 16:53:55] /u/cursedcursing had their submission removed for insufficient lambda.
+32096 [2020-02-13 16:57:52] There has been a new submission: 'Buddha predicted WW3', with flair 'Channel Review'
+32096 [2020-02-13 16:57:53] /u/SeolSword had their submission removed for insufficient lambda.
+32096 [2020-02-13 17:05:30] There has been a new submission: 'Little nightmares pt 1', with flair 'Gaming'
+32096 [2020-02-13 17:05:32] /u/OLDMOLDYBREAD3 had their submission removed for insufficient lambda.
+32096 [2020-02-13 17:05:48] There has been a new submission: 'DOMINATING WITH ACE OF SPADES (Destiny 2) Hey guys, I changed up the style with this video compared to my usual ones, let me know what you think, I enjoyed making it so any feedback would be appreciated :)', with flair 'Video Critique'
+32096 [2020-02-13 17:07:03] '/u/FPVMARK' has given '/u/acstomi0212' lambda!
+32096 [2020-02-13 17:07:29] '/u/priscillahernandez' has given '/u/acstomi0212' lambda!
+32096 [2020-02-13 17:07:29] The OP received lambda too!
+32096 [2020-02-13 17:08:40] There has been a new submission: 'I've been working as a hotel waiter nearly a year now, so I decided to make a short&funny video about being in the service industry. I really appreciate every feedback, let me know what you think!', with flair 'Video Critique'
+32096 [2020-02-13 17:08:48] '/u/FPVMARK' has given '/u/Logan_B_Youtube' lambda!
+32096 [2020-02-13 17:11:57] There has been a new submission: 'Should I make this a series? Any feedback is hugely appreciated ~ Why Is Jordan Peterson So Popular?', with flair 'Video Critique'
+32229 [2020-02-13 17:16:57]
+####################
+[2020-02-13 17:16:57] RESTARTED
+####################
+
+32229 [2020-02-13 17:18:24] '/u/CertMedia' has given '/u/acstomi0212' lambda!
+32229 [2020-02-13 17:18:24] The OP received lambda too!
+32229 [2020-02-13 17:21:10] There has been a new submission: 'Get Ready to Lose (Music Video)', with flair 'Video Critique'
+32229 [2020-02-13 17:21:34] '/u/TheRealJyro' has given '/u/acstomi0212' lambda!
+32229 [2020-02-13 17:21:34] The OP received lambda too!
+32229 [2020-02-13 17:24:38] '/u/Max-F3rgus0n' has given '/u/Nicholas_Pickolaus' lambda!
+32229 [2020-02-13 17:26:40] There has been a new submission: 'I've been working as a hotel waiter for nearly a year now, so I decided to make a short & funny video about being in the service industry. I really appreciate every feedback, let me know what you think!', with flair 'Video Critique'
+32229 [2020-02-13 17:33:32] There has been a new submission: 'Am I doing this right?', with flair 'Video Critique'
+32229 [2020-02-13 17:33:34] /u/drewpell11 had their submission removed for insufficient lambda.
+32229 [2020-02-13 17:46:25] '/u/LNRDSHELBY' has given '/u/Dharen29YT' lambda!
+32229 [2020-02-13 17:46:25] The OP received lambda too!
+32229 [2020-02-13 17:58:35] '/u/Illfury' has given '/u/Foggy_Creations' lambda!
+32229 [2020-02-13 17:59:02] '/u/Illfury' has given '/u/streamedbroccoliTV' lambda!
+32229 [2020-02-13 17:59:38] '/u/Illfury' has given '/u/itisalwaystues' lambda!
+32229 [2020-02-13 17:59:49] '/u/smokysnail' has given '/u/Nicholas_Pickolaus' lambda!
+32229 [2020-02-13 18:00:34] There has been a new submission: 'My first time doing a video of this type! (You Laugh You Drink) What do you think?', with flair 'Video Critique'
+32229 [2020-02-13 18:04:08] '/u/LizandDan' has given '/u/jimb0z_' lambda!
+32229 [2020-02-13 18:18:32] '/u/HotshotRaptor' has given '/u/ivarky' lambda!
+32229 [2020-02-13 18:18:32] The OP received lambda too!
+32229 [2020-02-13 18:36:00] '/u/acstomi0212' has given '/u/AJThrifts' lambda!
+32229 [2020-02-13 18:36:00] The OP received lambda too!
+32229 [2020-02-13 18:36:24] '/u/acstomi0212' has given '/u/gainmoneyandtricks' lambda!
+32229 [2020-02-13 18:38:33] '/u/CertMedia' has given '/u/13013-Chan' lambda!
+32229 [2020-02-13 18:58:10] There has been a new submission: 'I have created this video on Fiverr, how to make money on Fiverr without any skills. so your honest feedback will much be appreciated. Thanks', with flair 'Video Critique'
+32229 [2020-02-13 19:02:36] '/u/ErbyTattoos' has given '/u/LethalogicaYT' lambda!
+32229 [2020-02-13 19:03:01] '/u/ErbyTattoos' has given '/u/WalfieOnYouTube' lambda!
+32229 [2020-02-13 19:05:46] '/u/ErbyTattoos' has given '/u/smokysnail' lambda!
+32229 [2020-02-13 19:10:12] There has been a new submission: 'I'm making free thumbnails for exposure.', with flair 'Art'
+32229 [2020-02-13 19:10:14] /u/Patmous had their submission removed for insufficient lambda.
+32229 [2020-02-13 19:14:24] There has been a new submission: 'Hello guys, I made a little meme in the style of grandayy and dolan dark, let me know what you think', with flair 'Video Critique'
+32229 [2020-02-13 19:14:26] /u/miljanmandic had their submission removed for insufficient lambda.
+32435 [2020-02-13 19:16:57]
+####################
+[2020-02-13 19:16:57] RESTARTED
+####################
+
+32435 [2020-02-13 19:27:37] '/u/humz_whu' has given '/u/Nicholas_Pickolaus' lambda!
+32435 [2020-02-13 19:28:47] '/u/alldatarecovered' has given '/u/13013-Chan' lambda!
+32435 [2020-02-13 19:30:31] '/u/alldatarecovered' has given '/u/13013-Chan' lambda!
+32435 [2020-02-13 19:31:31] '/u/alldatarecovered' has given '/u/Metal_af' lambda!
+32435 [2020-02-13 19:36:55] There has been a new submission: 'I need somebody to review my channel. I want to know if I'm doing anything wrong, and what i can improve. Honest opinions only', with flair 'None'
+32435 [2020-02-13 19:36:57] /u/brandingwithibby had their submission removed for insufficient lambda.
+32435 [2020-02-13 19:40:43] There has been a new submission: 'Finding Shrek in Call of Duty Zombies...', with flair 'Gaming'
+32435 [2020-02-13 19:45:42] There has been a new submission: 'Hesitant due to content', with flair 'None'
+32435 [2020-02-13 19:45:44] /u/CnR-Arts had their submission removed for insufficient lambda.
+32435 [2020-02-13 19:46:32] '/u/ImEmmiplier' has given '/u/RedditingPuppy' lambda!
+32435 [2020-02-13 19:46:32] The OP received lambda too!
+32435 [2020-02-13 19:48:21] '/u/HardToAnswerQuestion' has given '/u/Logan_B_Youtube' lambda!
+32435 [2020-02-13 19:48:22] The OP received lambda too!
+32435 [2020-02-13 19:51:43] '/u/HardToAnswerQuestion' has given '/u/streamedbroccoliTV' lambda!
+32435 [2020-02-13 19:54:04] There has been a new submission: 'So I wanted to try and make a different type of video. I would like to do more like these being this is my first one kinda like this) any pointers you could throw my way for next time?', with flair 'Video Critique'
+32435 [2020-02-13 19:55:30] There has been a new submission: 'If your channel is focused on POLITICS you should join reasonrising 🧠⬆️', with flair 'Discussion'
+32435 [2020-02-13 19:59:09] '/u/FPVMARK' has given '/u/gainmoneyandtricks' lambda!
+32435 [2020-02-13 19:59:41] '/u/FPVMARK' has given '/u/probablymeh16' lambda!
+32435 [2020-02-13 19:59:57] There has been a new submission: 'PLEASE SUBSCRIBE, ROAD TO 100!', with flair 'Gaming'
+32435 [2020-02-13 19:59:58] /u/FXD-DareDevil had their submission removed for insufficient lambda.
+32435 [2020-02-13 20:01:59] '/u/invaderzoom' has given '/u/Max-F3rgus0n' lambda!
+32435 [2020-02-13 20:09:28] '/u/HardToAnswerQuestion' has given '/u/prettyboiRandell' lambda!
+32435 [2020-02-13 20:24:11] '/u/heyiamandrew' has given '/u/DraKBorG' lambda!
+32435 [2020-02-13 20:24:11] The OP received lambda too!
+32435 [2020-02-13 20:25:19] There has been a new submission: 'RUST AND UMP-45 ARE BACKKKK!!! - MODERN WARFARE SEASON 2 UPDATE!', with flair 'Gaming'
+32435 [2020-02-13 20:25:21] /u/Kerbstomp66 had their submission removed for insufficient lambda.
+32435 [2020-02-13 20:27:24] '/u/Mindfuldesigns' has given '/u/RevolutionaryShip7' lambda!
+32435 [2020-02-13 20:28:51] '/u/Illfury' has given '/u/invaderzoom' lambda!
+32435 [2020-02-13 20:44:44] There has been a new submission: 'Galaxy Active 2 Watch Unboxing and first impression. #Samsungactive2 (looking for feedback)', with flair 'Video Critique'
+32435 [2020-02-13 20:46:29] There has been a new submission: 'I can't think of an interesting title for this video', with flair 'None'
+32435 [2020-02-13 21:01:34] There has been a new submission: 'Could use some feedback on my new video! It’s about me watching my old channel and it’s worse then what I remember...', with flair 'Video Critique'
+32435 [2020-02-13 21:04:17] '/u/Illfury' has given '/u/twostats' lambda!
+32435 [2020-02-13 21:09:14] There has been a new submission: 'Can you plz go subscribe to my channel I work so hard on marking my videos so can you plz help me out🥺 YT: GraybekPL and here’s a video to check out and see if you like it', with flair 'None'
+32435 [2020-02-13 21:09:15] /u/GraybekPL_Memes had their submission removed for insufficient lambda.
+32435 [2020-02-13 21:10:48] There has been a new submission: 'Can you plz go subscribe to my channel I work so hard on marking my videos so can you plz help me out🥺 YT: GraybekPL and here’s a video to check out and see if you like it', with flair 'None'
+32435 [2020-02-13 21:10:50] /u/GraybekPL_Memes had their submission removed for insufficient lambda.
+32435 [2020-02-13 21:14:35] There has been a new submission: 'The Witcher - Learn the Alphabet with Geralt of Rivia (Henry Cavill) - Would love your feedback on the new content type', with flair 'Video Critique'
+32435 [2020-02-13 21:16:10] '/u/The_Suited_Bird' has given '/u/coolnotcan' lambda!
+32435 [2020-02-13 21:16:10] The OP received lambda too!
+32435 [2020-02-13 21:16:21] '/u/Illfury' has given '/u/rievhardt' lambda!
+32575 [2020-02-13 21:16:57]
+####################
+[2020-02-13 21:16:57] RESTARTED
+####################
+
+32575 [2020-02-13 21:17:52] '/u/acstomi0212' has given '/u/Pretzel99' lambda!
+32575 [2020-02-13 21:18:06] '/u/Illfury' has given '/u/B_nos' lambda!
+32575 [2020-02-13 21:21:58] '/u/CertMedia' has given '/u/coolnotcan' lambda!
+32575 [2020-02-13 21:22:38] There has been a new submission: 'This is probably my favorite video I made, so I hope you guys enjoy this one. And feedback would be greatly appreciated', with flair 'Video Critique'
+32575 [2020-02-13 21:25:13] '/u/acstomi0212' has given '/u/B_nos' lambda!
+32575 [2020-02-13 21:37:21] '/u/Pretzel99' has given '/u/rebus-YT' lambda!
+32575 [2020-02-13 21:37:21] The OP received lambda too!
+32575 [2020-02-13 21:38:08] There has been a new submission: 'new vid', with flair 'Gaming'
+32575 [2020-02-13 21:38:09] /u/zackywacky5 had their submission removed for insufficient lambda.
+32575 [2020-02-13 21:40:18] There has been a new submission: 'New Video!! Let me know what you think :) Knowledge: The Overpowered Stat Explained', with flair 'Video Critique'
+32575 [2020-02-13 21:41:12] There has been a new submission: 'I have a new video out and hope you enjoy and subscribe', with flair 'None'
+32575 [2020-02-13 21:41:15] /u/Theducksrage had their submission removed for insufficient lambda.
+32575 [2020-02-13 21:42:29] '/u/acstomi0212' has given '/u/msmoonprincess' lambda!
+32575 [2020-02-13 21:44:32] '/u/acstomi0212' has given '/u/Paul_francis' lambda!
+32575 [2020-02-13 21:45:54] '/u/acstomi0212' has given '/u/deliriousmarc' lambda!
+32575 [2020-02-13 21:52:35] There has been a new submission: 'Tested 5 Strange Protein Smoothies', with flair 'Vlog'
+32575 [2020-02-13 21:52:37] /u/blazealdrich37 had their submission removed for insufficient lambda.
+32575 [2020-02-13 21:54:17] '/u/heyiamandrew' has given '/u/Foggy_Creations' lambda!
+32575 [2020-02-13 21:54:38] '/u/Illfury' has given '/u/azurestrikergamer' lambda!
+32575 [2020-02-13 21:55:51] There has been a new submission: 'So I suck at making thumbnails, so if anyone has any tips or their services I’m interested!', with flair 'Gaming'
+32575 [2020-02-13 21:55:52] /u/SignedGames had their submission removed for insufficient lambda.
+32575 [2020-02-13 21:59:07] There has been a new submission: 'If you have any spare time could you vote for one of these options on what I should post to Patreon exclusives or even suggest another option. Thank you.', with flair 'Discussion'
+32575 [2020-02-13 22:03:23] '/u/Pretzel99' has given '/u/deliriousmarc' lambda!
+32575 [2020-02-13 22:04:18] '/u/DeafJordan' has given '/u/popularvote_yt' lambda!
+32575 [2020-02-13 22:04:18] The OP received lambda too!
+32575 [2020-02-13 22:04:35] There has been a new submission: 'Roses From A Secret Admirer - Lambda for Feedback!', with flair 'Video Critique'
+32575 [2020-02-13 22:05:49] '/u/DeafJordan' has given '/u/Fireplace74' lambda!
+32575 [2020-02-13 22:06:58] '/u/DeafJordan' has given '/u/Dharen29YT' lambda!
+32575 [2020-02-13 22:07:46] '/u/DeafJordan' has given '/u/Nicholas_Pickolaus' lambda!
+32575 [2020-02-13 22:09:08] There has been a new submission: 'Just flying to the supermarket.', with flair 'Vlog'
+32575 [2020-02-13 22:10:23] '/u/heyiamandrew' has given '/u/rebus-YT' lambda!
+32575 [2020-02-13 22:11:38] '/u/heyiamandrew' has given '/u/B_nos' lambda!
+32575 [2020-02-13 22:12:41] '/u/heyiamandrew' has given '/u/Paul_francis' lambda!
+32575 [2020-02-13 22:13:41] '/u/heyiamandrew' has given '/u/deliriousmarc' lambda!
+32575 [2020-02-13 22:21:48] There has been a new submission: 'I just Hit 100 Subscribers', with flair 'None'
+32575 [2020-02-13 22:21:50] /u/_OblivionYT had their submission removed for insufficient lambda.
+32575 [2020-02-13 22:23:36] '/u/Max-F3rgus0n' has given '/u/rebus-YT' lambda!
+32575 [2020-02-13 22:26:09] '/u/Max-F3rgus0n' has given '/u/bashi3' lambda!
+32575 [2020-02-13 22:30:13] There has been a new submission: 'started my music production journey', with flair 'Art'
+32575 [2020-02-13 22:30:15] /u/secretnest88 had their submission removed for insufficient lambda.
+32575 [2020-02-13 22:32:51] There has been a new submission: 'Currently my most successful video, feel free to critique of what’s going well and what I could improve on!', with flair 'Gaming'
+32575 [2020-02-13 22:33:07] '/u/Illfury' has given '/u/MadeCITYSTARS' lambda!
+32575 [2020-02-13 22:37:34] '/u/IdealDog' has given '/u/aluskevics' lambda!
+32575 [2020-02-13 22:37:50] '/u/Nicktism_Gaming' has given '/u/rievhardt' lambda!
+32575 [2020-02-13 22:37:50] The OP received lambda too!
+32575 [2020-02-13 22:43:16] '/u/heyiamandrew' has given '/u/avamansouri' lambda!
+32575 [2020-02-13 22:45:58] There has been a new submission: 'Happy Valentine’s Day! Thanks in advance for constructive criticisms.', with flair 'Video Critique'
+32575 [2020-02-13 22:48:37] There has been a new submission: 'My Travel viedo film :)', with flair 'None'
+32575 [2020-02-13 22:48:38] /u/66Roman had their submission removed for insufficient lambda.
+32575 [2020-02-13 22:53:02] There has been a new submission: 'Stumbled upon NINTENDO HQ in Tokyo while walking toward AKIHABARA: the MECCA of gaming & anime. (4K)', with flair 'Vlog'
+32575 [2020-02-13 22:56:28] There has been a new submission: 'YouTube channel advice', with flair 'Channel Review'
+32575 [2020-02-13 22:56:29] /u/Feeling-Traffic had their submission removed for insufficient lambda.
+32575 [2020-02-13 22:58:41] There has been a new submission: 'Give feedback And Subscribe if You Like it', with flair 'None'
+32575 [2020-02-13 22:58:42] /u/YereLet- had their submission removed for insufficient lambda.
+32575 [2020-02-13 23:02:21] There has been a new submission: 'I did a Ringlight review, does this thumbnail make you want to watch the video or pass ?', with flair 'Thumbnail Review'
+32575 [2020-02-13 23:02:23] /u/ZoePatience had their submission removed for insufficient lambda.
+32575 [2020-02-13 23:04:03] '/u/heyiamandrew' has given '/u/Polar103' lambda!
+32575 [2020-02-13 23:08:23] There has been a new submission: 'I'm an art channel and could use some feedback. My latest video isn't doing as well as the one before. I fiddled with SEO and tags and changed the thumbnail, but it's not taking off as fast.', with flair 'None'
+32575 [2020-02-13 23:08:31] '/u/MadeCITYSTARS' has given '/u/YereLet-' lambda!
+32575 [2020-02-13 23:08:31] The OP received lambda too!
+32575 [2020-02-13 23:12:17] There has been a new submission: 'My newest video. Need feedback.', with flair 'None'
+32575 [2020-02-13 23:16:08] '/u/Adooma_123' has given '/u/YereLet-' lambda!
+32575 [2020-02-13 23:16:23] '/u/712NBFRamsay' has given '/u/YereLet-' lambda!
+32575 [2020-02-13 23:16:23] The OP received lambda too!
+328 [2020-02-13 23:16:57]
+####################
+[2020-02-13 23:16:57] RESTARTED
+####################
+
+1431 [2020-02-13 23:19:07] Updated statistics
+328 [2020-02-13 23:19:53] There has been a new submission: 'Hi give me feedback To improve In', with flair 'None'
+328 [2020-02-13 23:21:16] '/u/FPVMARK' has given '/u/B_nos' lambda!
+328 [2020-02-13 23:24:17] There has been a new submission: 'Watch three people take on a twenty-day Tinder challenge to "accomplish love" with the help of their fellow friend people #ValentinesDayIsUponUs', with flair 'Vlog'
+328 [2020-02-13 23:24:19] /u/eatstea had their submission removed for insufficient lambda.
+328 [2020-02-13 23:28:33] There has been a new submission: 'Getting subscribers on YT has been way more empowering than any of the other social media platforms', with flair 'Discussion'
+328 [2020-02-13 23:31:50] '/u/B_nos' has given '/u/Polar103' lambda!
+328 [2020-02-13 23:31:50] The OP received lambda too!
+328 [2020-02-13 23:36:48] '/u/WarriorFighterNinja' has given '/u/WarriorFighterNinja2' lambda!
+328 [2020-02-13 23:36:49] The OP received lambda too!
+328 [2020-02-13 23:37:42] There has been a new submission: 'GoFundMe Alternatives: Top 10 Platforms To Raise Money', with flair 'Discussion'
+328 [2020-02-13 23:37:43] /u/AuraMM had their submission removed for using the wrong flair.
+328 [2020-02-13 23:39:47] There has been a new submission: 'Made a little vid on public transit that I was pretty pleased with and wanted to share it with the subreddit', with flair 'Video Critique'
+328 [2020-02-13 23:39:48] /u/DiddlesRDQ had their submission removed for insufficient lambda.
+328 [2020-02-13 23:43:46] '/u/deliriousmarc' has given '/u/YereLet-' lambda!
+328 [2020-02-13 23:43:46] The OP received lambda too!
+328 [2020-02-13 23:48:08] There has been a new submission: 'Corona virus china news update today | Minami Oroi', with flair 'Discussion'
+328 [2020-02-13 23:48:09] /u/amazon1977 had their submission removed for using the wrong flair.
+328 [2020-02-13 23:49:23] '/u/coolnotcan' has given '/u/deliriousmarc' lambda!
+328 [2020-02-13 23:49:23] The OP received lambda too!
+328 [2020-02-13 23:58:44] There has been a new submission: 'Bartolklin, this is my channel. I would like to get more subs. I´ve been making videos since 2015, but all my old videos were horrible, so I decide to erase them. Now I´m trying to be back in Youtube, to be better than 4 years ago.', with flair 'Channel Review'
+328 [2020-02-13 23:58:45] /u/Bartolklin had their submission removed for insufficient lambda.
+328 [2020-02-14 00:02:54] There has been a new submission: 'How I Got Sponsors on YouTube With Less Than 500 Subscribers!', with flair 'Discussion'
+328 [2020-02-14 00:02:56] /u/mahyarsaeedi had their submission removed for using the wrong flair.
+328 [2020-02-14 00:04:06] There has been a new submission: 'Is this entertaining? That is the question. Very different video compared to the usual uploads.', with flair 'Video Critique'
+328 [2020-02-14 00:05:31] There has been a new submission: 'How to Get Sponsors on YouTube With Less Than 500 Subscribers!', with flair 'Vlog'
+328 [2020-02-14 00:05:32] /u/mahyarsaeedi had their submission removed for insufficient lambda.
+328 [2020-02-14 00:08:23] There has been a new submission: 'My wife made me try a 24k gold eye mask', with flair 'Vlog'
+328 [2020-02-14 00:08:24] /u/DFWPunk had their submission removed for insufficient lambda.
+328 [2020-02-14 00:09:22] There has been a new submission: 'I think if I spent half as much time on my videos as I do my thumbnails, maybe I could get somewhere lol.', with flair 'None'
+328 [2020-02-14 00:16:28] '/u/ThisIsCress' has given '/u/bashi3' lambda!
+328 [2020-02-14 00:16:28] The OP received lambda too!
+328 [2020-02-14 00:17:07] There has been a new submission: 'A channel you will love with dog vids, tutorials, and trick shots... Please subscribe!!!', with flair 'Channel Review'
+328 [2020-02-14 00:17:08] /u/Excellent-Fortune had their submission removed for insufficient lambda.
+328 [2020-02-14 00:18:12] '/u/ThisIsCress' has given '/u/qzeqYT' lambda!
+328 [2020-02-14 00:20:00] '/u/Illfury' has given '/u/lrkxd' lambda!
+328 [2020-02-14 00:28:29] There has been a new submission: 'I Sprayed College Girls With Whipped Cream at the Top Party School in the United States. What do you think? How can I Improve? All feedback helps!', with flair 'None'
+328 [2020-02-14 00:29:31] '/u/Illfury' has given '/u/CantStopWatchingVids' lambda!
+328 [2020-02-14 00:38:53] There has been a new submission: '10 Interesting facts about Nigeria', with flair 'None'
+328 [2020-02-14 00:38:54] /u/KCITYTV had their submission removed for insufficient lambda.
+328 [2020-02-14 01:04:56] '/u/Geeklysian' has given '/u/tollfreecall' lambda!
+328 [2020-02-14 01:04:56] The OP received lambda too!
+328 [2020-02-14 01:05:56] '/u/Geeklysian' has given '/u/sopheak4real' lambda!
+328 [2020-02-14 01:06:58] '/u/Geeklysian' has given '/u/Allenownz' lambda!
+328 [2020-02-14 01:07:48] '/u/Geeklysian' has given '/u/gamebalance' lambda!
+328 [2020-02-14 01:08:41] '/u/Geeklysian' has given '/u/Gimlinho' lambda!
+328 [2020-02-14 01:09:25] '/u/Illfury' has given '/u/DebrisBD317' lambda!
+328 [2020-02-14 01:09:37] '/u/Geeklysian' has given '/u/realmengetitdone' lambda!
+328 [2020-02-14 01:12:14] '/u/B_nos' has given '/u/CitizenKev' lambda!
+328 [2020-02-14 01:12:27] '/u/B_nos' has given '/u/nat-ur-guy' lambda!
+328 [2020-02-14 01:12:40] '/u/B_nos' has given '/u/DrainPros' lambda!
+328 [2020-02-14 01:15:29] '/u/IdealDog' has given '/u/DrainPros' lambda!
+480 [2020-02-14 01:16:57]
+####################
+[2020-02-14 01:16:57] RESTARTED
+####################
+
+480 [2020-02-14 01:17:51] '/u/IdealDog' has given '/u/ThisIsCress' lambda!
+480 [2020-02-14 01:17:57] '/u/IdealDog' has given '/u/HardToAnswerQuestion' lambda!
+480 [2020-02-14 01:22:09] '/u/Fever0' has given '/u/CantStopWatchingVids' lambda!
+480 [2020-02-14 01:22:09] The OP received lambda too!
+480 [2020-02-14 01:26:07] '/u/deliriousmarc' has given '/u/Fireplace74' lambda!
+480 [2020-02-14 01:26:45] '/u/Pretzel99' has given '/u/DrainPros' lambda!
+480 [2020-02-14 01:27:34] '/u/Illfury' has given '/u/exploringwithwade' lambda!
+480 [2020-02-14 01:28:46] There has been a new submission: 'Testing Reddit's Hot Sauce Remedies?! (Feedback Appreciated)', with flair 'Video Critique'
+480 [2020-02-14 01:30:19] There has been a new submission: 'Help me figure out how to get more subscribers and how to make my channel better.', with flair 'None'
+480 [2020-02-14 01:30:21] /u/YuunaLuna had their submission removed for insufficient lambda.
+480 [2020-02-14 01:35:22] '/u/MadeCITYSTARS' has given '/u/Geeklysian' lambda!
+480 [2020-02-14 01:35:40] There has been a new submission: 'Hi, I’m small art youtuber from Philippines and i am really struggling on how to get views and subscribers. I know my art not that good thats why i keep on grinding everyday. But i know my self i am better to the other art youtuber out there. I hope someone can give me critique!', with flair 'Art'
+480 [2020-02-14 01:35:42] /u/Kencaro24 had their submission removed for insufficient lambda.
+480 [2020-02-14 01:43:38] There has been a new submission: 'A guy who has 3k subs just commented on my channel', with flair 'Discussion'
+480 [2020-02-14 01:45:17] There has been a new submission: 'Can't draw or animate but I decided to try to make a cartoon anyways! The humor might not be for everyone...', with flair 'Art'
+480 [2020-02-14 01:45:19] /u/naessmis had their submission removed for insufficient lambda.
+480 [2020-02-14 01:45:40] '/u/YereLet-' has given '/u/GoofballGregory' lambda!
+480 [2020-02-14 01:45:40] The OP received lambda too!
+480 [2020-02-14 01:51:02] There has been a new submission: 'Anyone have suggestions for better Audio or how to reduce Computer fan noise?', with flair 'Discussion'
+480 [2020-02-14 01:54:26] There has been a new submission: 'Human Fall Flat - Funny Moments - I would love any feedback', with flair 'Video Critique'
+480 [2020-02-14 01:56:21] There has been a new submission: 'just started a creepypasta narrative channel', with flair 'Channel Review'
+480 [2020-02-14 01:56:22] /u/incapablegamer had their submission removed for insufficient lambda.
+480 [2020-02-14 02:07:40] There has been a new submission: 'Historic Village of Dorothy Alberta | Don't Let the Locals Hear You Call It a GHOST TOWN! If anyone is into travelling and exploring content I would love to hear any feedback. I am slowing growing to my goal of 100 subs. Loving what I am doing and seeing my views trending up is a wonderful feeling!', with flair 'Video Critique'
+480 [2020-02-14 02:19:43] '/u/The_Suited_Bird' has given '/u/Tyznips' lambda!
+480 [2020-02-14 02:22:34] '/u/The_Suited_Bird' has given '/u/Sedica_n_Tryna_Play' lambda!
+480 [2020-02-14 02:22:52] There has been a new submission: 'About to finish my new video + channel's visual. And I am pretty afraid of don't even know what.', with flair 'Discussion'
+480 [2020-02-14 02:23:03] '/u/The_Suited_Bird' has given '/u/Polar103' lambda!
+480 [2020-02-14 02:23:25] '/u/The_Suited_Bird' has given '/u/WalfieOnYouTube' lambda!
+480 [2020-02-14 02:27:24] There has been a new submission: 'Things people do to ruin their Youtube Tutorials Part 1', with flair 'Discussion'
+480 [2020-02-14 02:27:25] /u/jackofalltrades4ever had their submission removed for using the wrong flair.
+480 [2020-02-14 02:32:38] There has been a new submission: 'Need subs', with flair 'Channel Review'
+480 [2020-02-14 02:32:40] /u/ethangromson had their submission removed for insufficient lambda.
+480 [2020-02-14 02:33:32] There has been a new submission: 'DEFENDING THE BASE FROM A ROCKET WAR! [Rust Funny Moments #1]', with flair 'None'
+480 [2020-02-14 02:33:34] /u/JimDoggg had their submission removed for insufficient lambda.
+480 [2020-02-14 02:34:37] '/u/rebus-YT' has given '/u/Fireplace74' lambda!
+480 [2020-02-14 02:34:37] The OP received lambda too!
+480 [2020-02-14 02:39:50] '/u/deliriousmarc' has given '/u/probablymeh16' lambda!
+480 [2020-02-14 02:41:41] '/u/deliriousmarc' has given '/u/blazealdrich37' lambda!
+480 [2020-02-14 02:50:27] There has been a new submission: 'hoW TO THINK OF IDEAS', with flair 'Discussion'
+480 [2020-02-14 02:51:37] There has been a new submission: 'When you want to be ADVENTUROUS & HEALTHY 💩💩💩Yeeaah Terrible Idea....Went back to eating Twinkies right after', with flair 'Vlog'
+616 [2020-02-14 03:16:57]
+####################
+[2020-02-14 03:16:57] RESTARTED
+####################
+
+616 [2020-02-14 03:32:58] There has been a new submission: 'Can someone give me ideas of a basketball video I can make?', with flair 'Discussion'
+616 [2020-02-14 03:34:51] There has been a new submission: 'My newest video just dropped: Justice for Harry Dunn | CIA Agent Anne Sacoolas Kills Teen Declares Diplomatic Immunity Flees UK', with flair 'Video Critique'
+616 [2020-02-14 03:34:52] /u/MalakJoe had their submission removed for insufficient lambda.
+616 [2020-02-14 03:43:44] There has been a new submission: 'Tips for future videos are appreciated', with flair 'Gaming'
+616 [2020-02-14 03:43:46] /u/TheBoltStorm had their submission removed for insufficient lambda.
+616 [2020-02-14 03:47:04] '/u/The_Suited_Bird' has given '/u/Bleau98' lambda!
+616 [2020-02-14 03:53:15] There has been a new submission: 'My Latest Vlog!', with flair 'None'
+616 [2020-02-14 03:53:20] /u/outnaboutwithtony had their submission removed for insufficient lambda.
+616 [2020-02-14 04:03:16] There has been a new submission: 'Why Can't I Find A Spooky Game \\ would be super cool if y'all checked this out (:', with flair 'Gaming'
+616 [2020-02-14 04:03:17] /u/Barron2210 had their submission removed for insufficient lambda.
+616 [2020-02-14 04:10:32] There has been a new submission: 'Tie Dye Sunflower T-Shirt Tutorial. Step by Step for Beginners', with flair 'Art'
+616 [2020-02-14 04:12:16] '/u/heyiamandrew' has given '/u/Bleau98' lambda!
+616 [2020-02-14 04:22:27] '/u/vigalovescomics' has given '/u/NiyKon' lambda!
+616 [2020-02-14 04:22:27] The OP received lambda too!
+616 [2020-02-14 04:23:51] '/u/vigalovescomics' has given '/u/SeriousNectarine' lambda!
+616 [2020-02-14 04:25:25] '/u/vigalovescomics' has given '/u/Sedica_n_Tryna_Play' lambda!
+616 [2020-02-14 04:26:23] '/u/vigalovescomics' has given '/u/Bleau98' lambda!
+616 [2020-02-14 04:26:44] '/u/B_nos' has given '/u/probablymeh16' lambda!
+616 [2020-02-14 04:27:17] There has been a new submission: 'Some feedback would be cool! I need a perspective!', with flair 'Video Critique'
+616 [2020-02-14 04:34:23] There has been a new submission: 'This game is such a strange and weird delight that I want to share. Would like tips on intro and initial clikability, as well as what held (or lost) your interest. :]', with flair 'Video Critique'
+616 [2020-02-14 04:45:14] '/u/Spider-Dude1' has given '/u/beckyfiddeli' lambda!
+616 [2020-02-14 04:46:03] There has been a new submission: 'Revengestar Tried to Cancel a Whole Discord Server', with flair 'Video Critique'
+616 [2020-02-14 04:56:01] '/u/Spider-Dude1' has given '/u/delamoratoria' lambda!
+616 [2020-02-14 04:56:01] The OP received lambda too!
+616 [2020-02-14 04:58:08] There has been a new submission: 'How a #1 Silver Player Plays Recruit - Rainbow Six Siege', with flair 'Gaming'
+616 [2020-02-14 04:58:09] /u/RIMWIX had their submission removed for insufficient lambda.
+818 [2020-02-14 05:16:57]
+####################
+[2020-02-14 05:16:57] RESTARTED
+####################
+
+818 [2020-02-14 05:24:13] '/u/heyiamandrew' has given '/u/Sedica_n_Tryna_Play' lambda!
+818 [2020-02-14 05:40:18] There has been a new submission: 'Hey everyone! I just uploaded a new video and would like it if you could check it out! If you like what you see, consider dropping a like on the video and if you like what you see on my channel, consider subscribing and sharing it with your friends! Any feedback is appreciated.', with flair 'Gaming'
+818 [2020-02-14 05:46:08] There has been a new submission: 'Boxing knockouts of February 2020', with flair 'Video Critique'
+818 [2020-02-14 05:46:10] /u/ponyboy2009 had their submission removed for insufficient lambda.
+818 [2020-02-14 06:12:29] '/u/Pretzel99' has given '/u/NotFunnyGamer' lambda!
+818 [2020-02-14 06:19:20] '/u/exploringwithwade' has given '/u/aluskevics' lambda!
+818 [2020-02-14 06:19:20] The OP received lambda too!
+818 [2020-02-14 06:26:34] There has been a new submission: 'Relaxing Music, Mystery Fog, Sleep Music, Stress Relief Melody, Peaceful...', with flair 'Channel Review'
+818 [2020-02-14 06:33:03] There has been a new submission: 'Took a bit off a different approach this time, what do you think?', with flair 'Video Critique'
+818 [2020-02-14 06:46:09] There has been a new submission: 'Strategies to stay motivated after the initial "new channel rush"?', with flair 'Discussion'
+818 [2020-02-14 06:53:21] There has been a new submission: 'The OP gun store (Gmod darkrp', with flair 'Video Critique'
+818 [2020-02-14 06:54:50] '/u/deliriousmarc' has given '/u/KingXF88' lambda!
+818 [2020-02-14 06:55:24] '/u/coolnotcan' has given '/u/seogorillas8' lambda!
+818 [2020-02-14 06:55:24] The OP received lambda too!
+818 [2020-02-14 07:01:41] There has been a new submission: 'Today I Got My First Subscriber!', with flair 'Discussion'
+818 [2020-02-14 07:06:47] '/u/vigalovescomics' has given '/u/KingOberon13' lambda!
+818 [2020-02-14 07:09:11] '/u/Max-F3rgus0n' has given '/u/MagicWolfPlayz' lambda!
+1198 [2020-02-14 07:16:58]
+####################
+[2020-02-14 07:16:58] RESTARTED
+####################
+
+1198 [2020-02-14 07:40:07] There has been a new submission: 'Do you like it ?', with flair 'None'
+1198 [2020-02-14 07:40:10] /u/JamesCollieVlogs had their submission removed for insufficient lambda.
+1198 [2020-02-14 07:46:49] There has been a new submission: 'Small youtuber looking for feedback', with flair 'Video Critique'
+1198 [2020-02-14 07:46:50] /u/awakengaming83 had their submission removed for insufficient lambda.
+1198 [2020-02-14 07:56:43] There has been a new submission: 'Ok so I finally summed up the courage to upload my very first YouTube video with commentary! I’ve always been a very shy person so this is a big step for me, I’ve posted videos before but not like this so please any feedback will be greatly appreciated :)', with flair 'Gaming'
+1198 [2020-02-14 07:56:44] /u/Tremortremble had their submission removed for insufficient lambda.
+1198 [2020-02-14 08:06:03] There has been a new submission: 'For anyone who likes fifa video or toxic people raging at each other! Subbb', with flair 'None'
+1198 [2020-02-14 08:06:05] /u/Mrlee2399 had their submission removed for insufficient lambda.
+1198 [2020-02-14 08:46:01] There has been a new submission: 'PSYCHO LUCY - Episode I and full mini 6 episode series (totalling under 30 mins) available to view! Psychological/Thriller', with flair 'Video Critique'
+1198 [2020-02-14 08:46:03] /u/drayzera had their submission removed for insufficient lambda.
+1198 [2020-02-14 09:05:52] There has been a new submission: 'Can someone pls explain the lambda system? Am dumb.', with flair 'Discussion'
+1708 [2020-02-14 09:16:58]
+####################
+[2020-02-14 09:16:58] RESTARTED
+####################
+
+1708 [2020-02-14 09:19:09] '/u/acstomi0212' has given '/u/Polar103' lambda!
+1708 [2020-02-14 09:20:53] '/u/acstomi0212' has given '/u/Bleau98' lambda!
+1708 [2020-02-14 09:25:49] '/u/OneFor56' has given '/u/thePaperBagman12' lambda!
+1708 [2020-02-14 09:25:49] The OP received lambda too!
+1708 [2020-02-14 09:40:07] '/u/Nelman79' has given '/u/vamproy' lambda!
+1708 [2020-02-14 09:40:08] The OP received lambda too!
+1708 [2020-02-14 09:46:46] There has been a new submission: 'This is probably my favorite video yet, so I hope you guys enjoy this one. Feedback is always appreciated', with flair 'Video Critique'
+1708 [2020-02-14 09:50:30] There has been a new submission: 'VIDEO CRITIQUE Plz tell me why I'm so bad or good?', with flair 'Video Critique'
+1708 [2020-02-14 10:26:42] There has been a new submission: 'Womanizer Horse (Tharki Ghoda) on cruise | Marina Cruise | Dubai tour', with flair 'Vlog'
+1708 [2020-02-14 10:26:43] /u/travelwithraveller had their submission removed for insufficient lambda.
+1708 [2020-02-14 10:38:46] '/u/NotFunnyGamer' has given '/u/thePaperBagman12' lambda!
+1708 [2020-02-14 10:38:46] The OP received lambda too!
+1708 [2020-02-14 11:01:42] '/u/coolnotcan' has given '/u/acstomi0212' lambda!
+1708 [2020-02-14 11:01:42] The OP received lambda too!
+1708 [2020-02-14 11:14:38] There has been a new submission: 'Hello', with flair 'Channel Review'
+1708 [2020-02-14 11:14:39] /u/Kadir1990 had their submission removed for insufficient lambda.
+1845 [2020-02-14 11:16:58]
+####################
+[2020-02-14 11:16:58] RESTARTED
+####################
+
+1845 [2020-02-14 11:28:49] There has been a new submission: 'Thanks', with flair 'Gaming'
+1845 [2020-02-14 11:28:49] /u/R1K1MARU had their submission removed for insufficient lambda.
+1845 [2020-02-14 11:39:24] '/u/XXXEggNog69XXX' has given '/u/cockandballtorture6' lambda!
+1845 [2020-02-14 11:39:24] The OP received lambda too!
+1845 [2020-02-14 11:42:29] There has been a new submission: 'The Phantom Pain Gameplay - Extracting the Soviet Engineer', with flair 'Gaming'
+1845 [2020-02-14 11:42:31] /u/bglago had their submission removed for insufficient lambda.
+1845 [2020-02-14 11:44:26] '/u/TheGamifiedLife' has given '/u/GraybekPL_Memes' lambda!
+1845 [2020-02-14 11:44:26] The OP received lambda too!
+1845 [2020-02-14 11:45:53] '/u/TheGamifiedLife' has given '/u/Mindfuldesigns' lambda!
+1845 [2020-02-14 11:47:51] There has been a new submission: 'Alt Metal History: FAITH NO MORE! (1979 - 1998) Like & Sub for more meme ridden band documentaries!', with flair 'Video Critique'
+1845 [2020-02-14 11:47:52] /u/MetalDexter1990 had their submission removed for insufficient lambda.
+1845 [2020-02-14 12:08:30] There has been a new submission: 'Want custom channel stickers?', with flair 'Discussion'
+1845 [2020-02-14 12:23:22] There has been a new submission: 'Gamer GRANDPA has over 200 GAMES', with flair 'Vlog'
+1845 [2020-02-14 12:23:24] /u/magyar9 had their submission removed for insufficient lambda.
+1845 [2020-02-14 12:53:15] There has been a new submission: 'Happy Valentines.. Here a love song (doesn't have to be romantic love) LOVE AND LOVE YOURSELVES. All locations and Nature landscapes around me and I play all you year too', with flair 'Video Critique'
+1845 [2020-02-14 12:54:28] '/u/priscillahernandez' has given '/u/avamansouri' lambda!
+1845 [2020-02-14 13:03:59] '/u/The_Suited_Bird' has given '/u/highpower_marsh' lambda!
+1845 [2020-02-14 13:07:56] '/u/The_Suited_Bird' has given '/u/KingOberon13' lambda!
+1845 [2020-02-14 13:09:07] '/u/The_Suited_Bird' has given '/u/Ironick96' lambda!
+1845 [2020-02-14 13:10:51] '/u/The_Suited_Bird' has given '/u/thePaperBagman12' lambda!
+1845 [2020-02-14 13:11:26] There has been a new submission: 'What the hospital crisis will be like in 5 years. New video up on Youtube now', with flair 'Vlog'
+1845 [2020-02-14 13:11:28] /u/Benmcc1995 had their submission removed for insufficient lambda.
+1845 [2020-02-14 13:15:41] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 13 - Desperation', with flair 'Gaming'
+1845 [2020-02-14 13:15:43] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+2013 [2020-02-14 13:16:58]
+####################
+[2020-02-14 13:16:58] RESTARTED
+####################
+
+2013 [2020-02-14 13:28:54] '/u/NotFunnyGamer' has given '/u/qzeqYT' lambda!
+2013 [2020-02-14 13:29:05] '/u/MedStudentTeaches' has given '/u/SupaCoolMoM' lambda!
+2013 [2020-02-14 13:29:05] The OP received lambda too!
+2013 [2020-02-14 13:31:13] '/u/MedStudentTeaches' has given '/u/KangeonTV' lambda!
+2013 [2020-02-14 13:32:24] There has been a new submission: 'Channel/Content Review/Critique Request/Have Fun', with flair 'Video Critique'
+2013 [2020-02-14 13:36:07] '/u/rebus-YT' has given '/u/schecterguy' lambda!
+2013 [2020-02-14 13:46:12] There has been a new submission: 'I was hoping to get some feedback. I’m pretty new to this because I can’t really find anyone to help act, but J do once every year so so. I would just like some feedback.', with flair 'Video Critique'
+2013 [2020-02-14 13:46:13] /u/Hymendell had their submission removed for insufficient lambda.
+2013 [2020-02-14 13:51:51] '/u/heyiamandrew' has given '/u/KingXF88' lambda!
+2013 [2020-02-14 14:00:39] There has been a new submission: 'Check out my video about how to make DIY Valentine Day EASY n FUN GIFT for that special someone in your life!! This does not take long to make and is not expensive either. However, it will be a memory of a life time!!! I guarantee it... Suggestions/advice welcome.....', with flair 'Video Critique'
+2013 [2020-02-14 14:01:23] There has been a new submission: 'What could possibly go wrong? Or right for that matter... $150k worth of Lucky Blocks opened right here! Willing to give lambda for positive feedback! Minecraft videos are dying but I’m still having plenty of fun making them!', with flair 'Video Critique'
+2013 [2020-02-14 14:01:25] /u/cheekynandos058 had their submission removed for insufficient lambda.
+2013 [2020-02-14 14:01:56] There has been a new submission: 'This video isn’t my best, but I wanted some feedback on it', with flair 'Video Critique'
+2013 [2020-02-14 14:01:58] /u/Asian-Freak-20 had their submission removed for insufficient lambda.
+2013 [2020-02-14 14:03:47] There has been a new submission: 'Ok, does anyone know how to gain subscribers in a quick amount of time?', with flair 'Discussion'
+2013 [2020-02-14 14:08:33] '/u/GenericGhost_YT' has given '/u/Moksh2000' lambda!
+2013 [2020-02-14 14:08:34] The OP received lambda too!
+2013 [2020-02-14 14:08:58] '/u/Max_Robertson' has given '/u/cheekynandos058' lambda!
+2013 [2020-02-14 14:08:58] The OP received lambda too!
+2013 [2020-02-14 14:10:35] There has been a new submission: 'Darwin's Game Honest Review', with flair 'Video Critique'
+2013 [2020-02-14 14:10:37] /u/pure_black99 had their submission removed for insufficient lambda.
+2013 [2020-02-14 14:11:13] There has been a new submission: 'Are you ever worried about running out of potential subscribers?', with flair 'Discussion'
+2013 [2020-02-14 14:12:17] There has been a new submission: 'I made a apex legend video, any feedback is appreciated', with flair 'Video Critique'
+2013 [2020-02-14 14:16:47] There has been a new submission: 'Help boost my channel !!!!', with flair 'Channel Review'
+2013 [2020-02-14 14:16:48] /u/Sammybrawl had their submission removed for insufficient lambda.
+2013 [2020-02-14 14:17:26] '/u/Max_Robertson' has given '/u/Illfury' lambda!
+2013 [2020-02-14 14:22:22] There has been a new submission: 'What could possibly go wrong? Or right for that matter... $150k worth of Lucky Blocks opened right here! Willing to give lambda for positive feedback! Minecraft videos are dying but I’m still having plenty of fun making them!', with flair 'Video Critique'
+2013 [2020-02-14 14:28:24] There has been a new submission: 'I play COD Mobile BUT I use mouse and keyboard! 😳 Is this fair?!', with flair 'Gaming'
+2013 [2020-02-14 14:28:25] /u/ChirichLIVE had their submission removed for insufficient lambda.
+2013 [2020-02-14 14:32:15] '/u/NotFunnyGamer' has given '/u/pure_black99' lambda!
+2013 [2020-02-14 14:33:32] There has been a new submission: 'Darwin's Game Honest Review', with flair 'Video Critique'
+2013 [2020-02-14 14:36:41] '/u/Moksh2000' has given '/u/Loljptrollergami' lambda!
+2013 [2020-02-14 14:36:41] The OP received lambda too!
+2013 [2020-02-14 14:53:02] '/u/cheekynandos058' has given '/u/Robbo2513' lambda!
+2013 [2020-02-14 14:53:02] The OP received lambda too!
+2153 [2020-02-14 15:16:58]
+####################
+[2020-02-14 15:16:58] RESTARTED
+####################
+
+2153 [2020-02-14 15:18:55] There has been a new submission: 'I started YouTube again in December and this is my best performing video so far. Is there anything this video does better than my others that's caused it to be a much better performer in every metric?', with flair 'None'
+2153 [2020-02-14 15:22:52] There has been a new submission: '"Why do I love" You, Sir? Poem by Emily Dickinson', with flair 'Art'
+2153 [2020-02-14 15:22:54] /u/ritikanahata had their submission removed for insufficient lambda.
+2153 [2020-02-14 15:26:34] There has been a new submission: 'It’s that time of year again! You know ? Where you do a weird amount of research and publish a video on “waifu” culture. Happy valentines everybody <3', with flair 'Video Critique'
+2153 [2020-02-14 15:30:40] '/u/Max_Robertson' has given '/u/Illfury' lambda!
+2153 [2020-02-14 15:30:40] The OP received lambda too!
+2153 [2020-02-14 15:30:49] There has been a new submission: 'Should I make more videos like this? Any suggestions on what else I should do? Thanks in advance!', with flair 'Video Critique'
+2153 [2020-02-14 15:30:51] /u/icebunny08 had their submission removed for insufficient lambda.
+2153 [2020-02-14 15:39:41] There has been a new submission: 'My thumbnail quality is ****!', with flair 'None'
+2153 [2020-02-14 15:39:42] /u/Kralerino had their submission removed for insufficient lambda.
+2153 [2020-02-14 15:51:26] There has been a new submission: 'Hey ya'll you guys got a nice reddit here :)', with flair 'Channel Review'
+2153 [2020-02-14 15:51:28] /u/InzaneSA had their submission removed for insufficient lambda.
+2153 [2020-02-14 15:54:06] There has been a new submission: 'I Hitted 1,000 Subscribers !!!! OMG!!!', with flair 'Channel Review'
+2153 [2020-02-14 15:54:07] /u/GamerButters had their submission removed for insufficient lambda.
+2153 [2020-02-14 15:54:17] '/u/coolnotcan' has given '/u/rebus-YT' lambda!
+2153 [2020-02-14 16:04:22] '/u/cheekynandos058' has given '/u/Fokil' lambda!
+2153 [2020-02-14 16:05:10] '/u/cheekynandos058' has given '/u/ShikharTrivedi' lambda!
+2153 [2020-02-14 16:13:38] There has been a new submission: 'New would you rather vid :)', with flair 'Gaming'
+2153 [2020-02-14 16:35:21] There has been a new submission: '"comments turned off" wasnt me, no video restrictions says youtube?', with flair 'Discussion'
+2153 [2020-02-14 16:37:32] There has been a new submission: 'Captain & Schmitty - Breakfast at Schmitty's. This week we join our drunken stupor duo on the deck of a brisk morning, what will the high seas bring our favorite seamen this time?', with flair 'None'
+2153 [2020-02-14 16:42:51] There has been a new submission: 'The struggle New YouTuber's have to go through is Crazy!!! Over 1K subscriber's and 4K watch time HOURS. SMH. Let's help each other out if you know what it feels like.', with flair 'Vlog'
+2153 [2020-02-14 16:42:53] /u/rugonfinishdat had their submission removed for insufficient lambda.
+2153 [2020-02-14 16:43:28] '/u/Transforming_Toaster' has given '/u/briecarter' lambda!
+2153 [2020-02-14 16:43:29] The OP received lambda too!
+2153 [2020-02-14 16:47:12] '/u/ShikharTrivedi' has given '/u/Dharen29YT' lambda!
+2153 [2020-02-14 16:47:12] The OP received lambda too!
+2153 [2020-02-14 16:51:58] There has been a new submission: 'Worst Valentine's Day Ever 🤣 Get Kissed or Slapped!', with flair 'Gaming'
+2153 [2020-02-14 16:52:00] /u/bandz_2_your_witcher had their submission removed for insufficient lambda.
+2153 [2020-02-14 16:52:27] '/u/aluskevics' has given '/u/Moksh2000' lambda!
+2153 [2020-02-14 16:52:27] The OP received lambda too!
+2153 [2020-02-14 16:53:08] There has been a new submission: 'Going Higher Journey To The Savage Planet 3', with flair 'Gaming'
+2153 [2020-02-14 16:53:10] /u/SwollenEyeGames had their submission removed for insufficient lambda.
+2153 [2020-02-14 16:56:18] '/u/ShikharTrivedi' has given '/u/anaburn' lambda!
+2153 [2020-02-14 17:07:27] There has been a new submission: 'Im trying to start up a VR channel.', with flair 'Video Critique'
+2153 [2020-02-14 17:07:28] /u/GooseyYT had their submission removed for insufficient lambda.
+2153 [2020-02-14 17:07:48] There has been a new submission: 'I drew an oc, a gundam specifically, thisis the video I'm the most proud of (that i currently have uploaded) and I'd like too hear what you all think of the video (and maybe the rest of my channel) thanks!', with flair 'Video Critique'
+2153 [2020-02-14 17:15:42] There has been a new submission: 'Hello everyone, this video took me 3.5 months to make, hopefully you'll love 😄❤️please don't forget to send me some feedback on it plz', with flair 'Art'
+2153 [2020-02-14 17:15:48] There has been a new submission: 'Mist Survival Gameplay - Friendly Berserker', with flair 'Gaming'
+2153 [2020-02-14 17:15:50] /u/CheatCentralCH had their submission removed for insufficient lambda.
+2348 [2020-02-14 17:16:58]
+####################
+[2020-02-14 17:16:58] RESTARTED
+####################
+
+2348 [2020-02-14 17:17:53] '/u/schecterguy' has given '/u/Dharen29YT' lambda!
+2348 [2020-02-14 17:17:54] The OP received lambda too!
+2348 [2020-02-14 17:25:13] There has been a new submission: 'Relaunched my channel and would love feedback!', with flair 'Channel Review'
+2348 [2020-02-14 17:25:14] /u/mattyp93 had their submission removed for insufficient lambda.
+2348 [2020-02-14 17:30:15] '/u/streamedbroccoliTV' has given '/u/anaburn' lambda!
+2348 [2020-02-14 17:30:15] The OP received lambda too!
+2348 [2020-02-14 17:34:31] There has been a new submission: 'ASMR Inside a Plastic Bag | I put my mic inside a bag and tossed it around :p | Any critique or suggestions are welcome.', with flair 'Video Critique'
+2348 [2020-02-14 17:34:33] /u/ASMRBeardo had their submission removed for insufficient lambda.
+2348 [2020-02-14 17:42:06] There has been a new submission: 'Would My Channel Grow More Once It's Monetized?', with flair 'Discussion'
+2348 [2020-02-14 17:48:47] There has been a new submission: 'Lego Spider-Man Babysitter FRAME BY FRAME stop motion video', with flair 'Art'
+2348 [2020-02-14 17:48:47] /u/AlexPictures had their submission removed for insufficient lambda.
+2348 [2020-02-14 17:51:44] '/u/acstomi0212' has given '/u/anaana994' lambda!
+2348 [2020-02-14 17:59:57] '/u/LeinadArevet' has given '/u/Adooma_123' lambda!
+2348 [2020-02-14 17:59:57] The OP received lambda too!
+2348 [2020-02-14 18:12:58] There has been a new submission: 'I'm going to fix the lighting and depth of field in my next one, but here's my 2nd video: "Required Gear for Service Rifle"', with flair 'Video Critique'
+2348 [2020-02-14 18:18:08] '/u/Sedica_n_Tryna_Play' has given '/u/thePaperBagman12' lambda!
+2348 [2020-02-14 18:18:08] The OP received lambda too!
+2348 [2020-02-14 18:20:24] '/u/ShikharTrivedi' has given '/u/lrkxd' lambda!
+2348 [2020-02-14 18:24:02] There has been a new submission: 'Apex legends montage. Im trying to improve my editing so any feedback and tips are appreciated! Happy valentines day everyone', with flair 'Gaming'
+2348 [2020-02-14 18:39:58] There has been a new submission: 'How to lose 1,000,000 Rubles in Tarkov...', with flair 'Gaming'
+2348 [2020-02-14 18:39:58] /u/UGVK815 had their submission removed for insufficient lambda.
+2348 [2020-02-14 18:45:53] '/u/B_nos' has given '/u/highpower_marsh' lambda!
+2348 [2020-02-14 18:46:17] '/u/B_nos' has given '/u/KingXF88' lambda!
+2348 [2020-02-14 18:50:41] There has been a new submission: 'VidIQ reviewed my channel and I made a video about it. I tried a few new things in this video as well. Let me know if it vibed with you?', with flair 'Video Critique'
+2348 [2020-02-14 19:05:02] '/u/exploringwithwade' has given '/u/anaana994' lambda!
+2348 [2020-02-14 19:05:18] There has been a new submission: 'PARASITE: Misunderstood | REDBOX REVIEWS w/ Leonard the Demon Full disclosure, I actually haven't seen Parasite. Let me know what you think and there will be glorious lambda for all!', with flair 'Video Critique'
+2348 [2020-02-14 19:08:17] '/u/Sedica_n_Tryna_Play' has given '/u/anaburn' lambda!
+2348 [2020-02-14 19:14:13] There has been a new submission: 'Our first “horror” game! Deadly premonition. Played around a little with our microphones and I think it sounds pretty good but please let me know how we did', with flair 'Gaming'
+2348 [2020-02-14 19:14:30] There has been a new submission: 'can you guys get me to 250 subscribers I'm currently at 16. and maybe some views', with flair 'Video Critique'
+2348 [2020-02-14 19:14:31] /u/jrmhwatkins had their submission removed for insufficient lambda.
+2483 [2020-02-14 19:16:58]
+####################
+[2020-02-14 19:16:58] RESTARTED
+####################
+
+2483 [2020-02-14 19:32:55] There has been a new submission: '"Warzone" Modern Warfare Battle Royale Leaks and intel [MW]', with flair 'Gaming'
+2483 [2020-02-14 19:32:57] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+2483 [2020-02-14 19:35:54] There has been a new submission: 'Hey guys! So i recently released this video and am looking for some constructive criticism. Im mainly looking for watch time tips and maybe any other things you find :) - ps i will give lambda for good comments!', with flair 'Video Critique'
+2483 [2020-02-14 19:36:04] There has been a new submission: 'For some reason this video was hard to get from idea to actual video. But now that it is out it feels great! Would love some feedback. And please, don't be afraid to be critical ;)', with flair 'Video Critique'
+2483 [2020-02-14 19:38:33] '/u/catfish1992' has given '/u/Dharen29YT' lambda!
+2483 [2020-02-14 19:38:33] The OP received lambda too!
+2483 [2020-02-14 19:40:40] There has been a new submission: 'Finished my latest (skyrim) upgraded roleplay let's play video - let me know what you think about the pacing and audio!', with flair 'Video Critique'
+2483 [2020-02-14 19:44:36] There has been a new submission: 'Video essay about my favorite episode of Bojack Horseman', with flair 'Video Critique'
+2483 [2020-02-14 19:44:37] /u/midkiff_70 had their submission removed for insufficient lambda.
+2483 [2020-02-14 19:48:38] '/u/Fireplace74' has given '/u/Dharen29YT' lambda!
+2483 [2020-02-14 19:48:38] The OP received lambda too!
+2483 [2020-02-14 19:50:55] There has been a new submission: 'Niche up? Or mix it up? I think my animations are likelier to pop for videos, but it really does drain me and my output will be 1 every week or 2 weeks even. Lambdas for real discussion', with flair 'Channel Review'
+2483 [2020-02-14 19:56:16] '/u/lrkxd' has given '/u/MoskitoDan' lambda!
+2483 [2020-02-14 19:56:16] The OP received lambda too!
+2483 [2020-02-14 19:56:38] '/u/saga--' has given '/u/MoskitoDan' lambda!
+2483 [2020-02-14 19:56:39] The OP received lambda too!
+2483 [2020-02-14 20:13:04] '/u/streamedbroccoliTV' has given '/u/ZhyperCR1T' lambda!
+2483 [2020-02-14 20:26:42] There has been a new submission: 'Does r/videos work for small channels?', with flair 'Discussion'
+2483 [2020-02-14 20:27:21] '/u/saga--' has given '/u/Adddo13' lambda!
+2483 [2020-02-14 20:28:01] There has been a new submission: 'I make Vocaloid story music, looking for feedback 😁', with flair 'Channel Review'
+2483 [2020-02-14 20:28:02] /u/SterlingAtae had their submission removed for insufficient lambda.
+2483 [2020-02-14 20:30:37] There has been a new submission: 'I played The Sims 4 for the first time ever and it turned out pretty hilarious :D I even made a parody intro for the series :p All feedback welcome and very appreciated ❤', with flair 'Video Critique'
+2483 [2020-02-14 20:30:49] There has been a new submission: 'Here’s a video about the gear I use for vlogging. This is my first attempt at this type of video and I found it difficult to core down the hour plus to just 16 minutes. Please watch and let me know how I might have better edited this.', with flair 'Video Critique'
+2483 [2020-02-14 20:35:10] '/u/The_Suited_Bird' has given '/u/TheGamifiedLife' lambda!
+2483 [2020-02-14 20:36:34] There has been a new submission: 'Made it to 50 subs! Thanks for all the support!', with flair 'Discussion'
+2483 [2020-02-14 20:40:20] There has been a new submission: 'A Rocket League funny moments video. Absolutely hilarious! Please just watch the first few clips and see if you like it. All I ask. Enjoy!', with flair 'Gaming'
+2483 [2020-02-14 20:40:22] /u/dewaayyy had their submission removed for insufficient lambda.
+2483 [2020-02-14 20:44:29] There has been a new submission: 'I want you to review the YTP I made. The source material is Doraemon S1E1 1979', with flair 'Video Critique'
+2483 [2020-02-14 20:44:31] /u/dvogit had their submission removed for insufficient lambda.
+2483 [2020-02-14 20:48:29] There has been a new submission: 'I posted my first video on February 1st of this year (2 full videos so far, one "preview" which I uploaded just as an intro to my channel) and so far I've gained 50 subscribers, 315 views and 14.4 watch hours. What are your thoughts on this progress?', with flair 'Discussion'
+2483 [2020-02-14 20:57:50] There has been a new submission: 'Modern Warfare Gun Game Triggers Me!', with flair 'Gaming'
+2483 [2020-02-14 20:57:51] /u/Thewarman1027 had their submission removed for insufficient lambda.
+2483 [2020-02-14 20:58:39] '/u/MoskitoDan' has given '/u/Adddo13' lambda!
+2483 [2020-02-14 20:58:39] The OP received lambda too!
+2483 [2020-02-14 20:59:08] There has been a new submission: 'The main thing to ask about this series is, "How has this guy not died yet?"', with flair 'Gaming'
+2483 [2020-02-14 20:59:09] /u/AshLeoMat11 had their submission removed for insufficient lambda.
+2483 [2020-02-14 21:06:27] '/u/cheekynandos058' has given '/u/R_Hanna' lambda!
+2483 [2020-02-14 21:06:45] '/u/cheekynandos058' has given '/u/grumpykitten35' lambda!
+2483 [2020-02-14 21:06:55] '/u/cheekynandos058' has given '/u/Inoox' lambda!
+2483 [2020-02-14 21:07:44] There has been a new submission: 'One of Our Older Vids - Does it Stand the Test of Time?', with flair 'Video Critique'
+2483 [2020-02-14 21:13:20] '/u/twostats' has given '/u/Pretzel99' lambda!
+2483 [2020-02-14 21:13:20] The OP received lambda too!
+2702 [2020-02-14 21:16:58]
+####################
+[2020-02-14 21:16:58] RESTARTED
+####################
+
+2702 [2020-02-14 21:20:32] '/u/Ironick96' has given '/u/b_hoves' lambda!
+2702 [2020-02-14 21:20:32] The OP received lambda too!
+2702 [2020-02-14 21:20:54] '/u/heyiamandrew' has given '/u/anaana994' lambda!
+2702 [2020-02-14 21:21:08] '/u/streamedbroccoliTV' has given '/u/DoctorZilch' lambda!
+2702 [2020-02-14 21:22:15] '/u/Ironick96' has given '/u/AlexHellRazor' lambda!
+2702 [2020-02-14 21:24:10] There has been a new submission: 'ROOMBA ROMANCE! (Sketch Comedy) Nick has a difficult time coming to terms with the fact that he has fallen in love with a sentient vacuum cleaner.', with flair 'Video Critique'
+2702 [2020-02-14 21:27:42] There has been a new submission: 'First time doing desktop and console video. Let me know your thoughts will be appreciated', with flair 'Video Critique'
+2702 [2020-02-14 21:34:01] There has been a new submission: 'My Youtube channel', with flair 'Art'
+2702 [2020-02-14 21:34:02] /u/entco851 had their submission removed for insufficient lambda.
+2702 [2020-02-14 21:34:38] '/u/GenericGhost_YT' has given '/u/ForeverMegpie' lambda!
+2702 [2020-02-14 21:35:46] '/u/GenericGhost_YT' has given '/u/DustyDingus' lambda!
+2702 [2020-02-14 21:36:04] There has been a new submission: 'Resident Evil Original (1996) (Chris) Let's Play Episode/Part 12 Gameplay Walkthrough Blind Facecam', with flair 'None'
+2702 [2020-02-14 21:36:06] /u/loopy2mn had their submission removed for insufficient lambda.
+2702 [2020-02-14 21:42:20] There has been a new submission: 'If you enjoy Music then this is for you', with flair 'Meta'
+2702 [2020-02-14 21:42:23] /u/Andy_Playz1 had their submission removed for using the wrong flair.
+2702 [2020-02-14 21:44:19] There has been a new submission: 'If you enjoy music then this is for you', with flair 'Video Critique'
+2702 [2020-02-14 21:44:20] /u/Andy_Playz1 had their submission removed for insufficient lambda.
+2702 [2020-02-14 21:44:51] '/u/LitsPlay' has given '/u/Adddo13' lambda!
+2702 [2020-02-14 21:44:51] The OP received lambda too!
+2702 [2020-02-14 21:45:08] There has been a new submission: 'The World Leaders of 2020 in a tier list', with flair 'Video Critique'
+2702 [2020-02-14 22:13:55] '/u/Rojn8r' has given '/u/avrona' lambda!
+2702 [2020-02-14 22:13:55] The OP received lambda too!
+2702 [2020-02-14 22:31:05] '/u/deliriousmarc' has given '/u/rebus-YT' lambda!
+2702 [2020-02-14 22:31:05] The OP received lambda too!
+2702 [2020-02-14 22:32:07] There has been a new submission: 'It's Valentine's Day! I decided to make this video for you guys! Any feedback would be helpful.', with flair 'Gaming'
+2702 [2020-02-14 22:33:20] '/u/DoctorZilch' has given '/u/avrona' lambda!
+2702 [2020-02-14 22:33:20] The OP received lambda too!
+2702 [2020-02-14 22:34:38] '/u/XXXEggNog69XXX' has given '/u/ZhyperCR1T' lambda!
+2702 [2020-02-14 22:36:25] '/u/coolnotcan' has given '/u/DoctorZilch' lambda!
+2702 [2020-02-14 22:39:49] There has been a new submission: 'I haven't edited any of my videos which makes them shit but criticism can also help push someone to make better content so I've started to edit not like a professional but better then nothing and I'll go though and delete and edit and re-upload all my videos instead of seeing me die for 10 minutes', with flair 'Gaming'
+2702 [2020-02-14 22:39:50] /u/Rekutemu had their submission removed for insufficient lambda.
+2702 [2020-02-14 22:46:43] '/u/qzeqYT' has given '/u/avrona' lambda!
+2702 [2020-02-14 22:46:44] The OP received lambda too!
+2702 [2020-02-14 22:46:50] There has been a new submission: 'Tired Of Banged Up Infomercials? Well LOOK no further. Feed back is welcomed.', with flair 'Video Critique'
+2702 [2020-02-14 22:47:28] '/u/jwiches' has given '/u/Sedica_n_Tryna_Play' lambda!
+2702 [2020-02-14 22:47:28] The OP received lambda too!
+2702 [2020-02-14 22:47:34] There has been a new submission: 'Stop Caring About Privacy Online', with flair 'Vlog'
+2702 [2020-02-14 22:48:44] There has been a new submission: 'My most recent video has been falling a bit short of average view count, please critique. I’m thinking it’s too niche to gain traction', with flair 'None'
+2702 [2020-02-14 22:53:18] '/u/saga--' has given '/u/avrona' lambda!
+2702 [2020-02-14 23:05:57] There has been a new submission: 'HAPPY VALENTINE'S DAY SMALL YOUTUBERS! Back to my normal video type for this one. As always, any and all feedback is welcome! Don't go easy on me. I hope you all enjoy the video and your evening. 😎💯❤', with flair 'Video Critique'
+2702 [2020-02-14 23:12:56] There has been a new submission: 'Unexpected TTT moments | Pavlov VR Funny Moments', with flair 'Video Critique'
+2702 [2020-02-14 23:15:38] There has been a new submission: 'Would like feedback on audience retention pretty-please. Happy Heart Day SmallYTChanner-ers!', with flair 'Video Critique'
+2835 [2020-02-14 23:16:58]
+####################
+[2020-02-14 23:16:58] RESTARTED
+####################
+
+2835 [2020-02-14 23:19:13] There has been a new submission: 'How do you MAKE MONEY on the side? PART 2', with flair 'Channel Review'
+2835 [2020-02-14 23:19:14] /u/RupaNaSaksiji had their submission removed for insufficient lambda.
+1431 [2020-02-14 23:19:15] Updated statistics
+2835 [2020-02-14 23:24:55] There has been a new submission: 'Trying to create a new series, tell me what needs improvement!', with flair 'Gaming'
+2835 [2020-02-14 23:24:57] /u/MrsKingDay had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:27:49] There has been a new submission: 'We clean out crack houses for a living.', with flair 'None'
+2835 [2020-02-14 23:27:50] /u/miso_thorny had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:29:51] There has been a new submission: 'LIFE IN REVERSE - anyone willing to give some feedback?', with flair 'Video Critique'
+2835 [2020-02-14 23:29:52] /u/tutsandreviews had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:34:58] There has been a new submission: 'When your friend likes Cardi B', with flair 'Video Critique'
+2835 [2020-02-14 23:35:00] /u/NachoMan99 had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:35:25] '/u/deliriousmarc' has given '/u/miso_thorny' lambda!
+2835 [2020-02-14 23:39:15] There has been a new submission: 'Hello, guys I just started doing youtube and i want some advice on what I can improve on.', with flair 'Video Critique'
+2835 [2020-02-14 23:39:16] /u/PyRoyNa had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:45:08] There has been a new submission: 'When I post space engineers videos I get atleast 20 views but now I get 1, is it coz the title is less niche maybe? The video quality is way better but if no one clicks it how would they know? I don’t want boring titles like (game) let’s play etc, what should I do keep posting as I am?', with flair 'None'
+2835 [2020-02-14 23:45:09] /u/IdealDog had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:48:21] '/u/SlyGuyChris' has given '/u/bashi3' lambda!
+2835 [2020-02-14 23:53:04] There has been a new submission: 'Hilarious new vid I’d really appreciate it if you all checked it out', with flair 'Gaming'
+2835 [2020-02-14 23:53:06] /u/YTAfrozilla had their submission removed for insufficient lambda.
+2835 [2020-02-14 23:58:30] There has been a new submission: 'Learning to Brush My Teeth in 2020!!! If you have any way to make my videos improve it would be greatly appreciated :)', with flair 'Gaming'
+2835 [2020-02-14 23:58:31] /u/Sexy_Hot_tub had their submission removed for insufficient lambda.
+2835 [2020-02-15 00:07:02] '/u/Xerionix' has given '/u/TrifectaComedy' lambda!
+2835 [2020-02-15 00:07:02] The OP received lambda too!
+2835 [2020-02-15 00:31:49] '/u/Moksh2000' has given '/u/1ngK' lambda!
+2835 [2020-02-15 00:34:31] '/u/Sedica_n_Tryna_Play' has given '/u/miso_thorny' lambda!
+2835 [2020-02-15 00:34:31] The OP received lambda too!
+2835 [2020-02-15 00:35:43] '/u/Moksh2000' has given '/u/illicit816' lambda!
+2835 [2020-02-15 00:36:12] '/u/Sedica_n_Tryna_Play' has given '/u/IdealDog' lambda!
+2835 [2020-02-15 00:43:49] '/u/ZhyperCR1T' has given '/u/WALLROOP' lambda!
+2835 [2020-02-15 00:43:49] The OP received lambda too!
+2835 [2020-02-15 00:44:38] '/u/ZhyperCR1T' has given '/u/ErbyTattoos' lambda!
+2835 [2020-02-15 00:44:55] There has been a new submission: 'Looking for feedback on my stuff', with flair 'Video Critique'
+2835 [2020-02-15 00:44:56] /u/Glen_Myers had their submission removed for insufficient lambda.
+2835 [2020-02-15 00:45:07] There has been a new submission: 'I sampled different parts of Yummy by Justin Bieber and created a new song but in my own style. In my previous video, I showed a breakdown of how I made the song. Also I coded the visualizer in Unity. Would love to hear what you guys think about this video as well as my previous upload', with flair 'None'
+2835 [2020-02-15 00:46:22] '/u/ZhyperCR1T' has given '/u/PheraWorld' lambda!
+2835 [2020-02-15 00:47:13] '/u/ZhyperCR1T' has given '/u/MalakJoe' lambda!
+2835 [2020-02-15 00:50:18] There has been a new submission: 'WANTING FEEDBACK: FOOTBALL (soccer) CURSES', with flair 'Video Critique'
+2835 [2020-02-15 00:50:20] /u/fabiotic had their submission removed for insufficient lambda.
+2835 [2020-02-15 00:55:10] There has been a new submission: 'I made this aerial video of the longest sandy beach of Canada. I made the cuts as much as engaging and synchronized with the beats to make it as smooth as possible. Please provide your feedback.', with flair 'Video Critique'
+2835 [2020-02-15 00:55:12] /u/bens119 had their submission removed for insufficient lambda.
+2835 [2020-02-15 01:01:55] There has been a new submission: 'Oddly satisfying but Gross Clogged Man Hole - Looking for advice to add to my videos and channel! Thank You', with flair 'Video Critique'
+2835 [2020-02-15 01:09:29] '/u/LeinadArevet' has given '/u/Ghryms' lambda!
+2835 [2020-02-15 01:09:29] The OP received lambda too!
+2835 [2020-02-15 01:10:48] '/u/Sedica_n_Tryna_Play' has given '/u/fabiotic' lambda!
+2970 [2020-02-15 01:16:59]
+####################
+[2020-02-15 01:16:59] RESTARTED
+####################
+
+2970 [2020-02-15 01:17:51] There has been a new submission: 'Is there a way to bulk add end-screens to all my videos, and is there a way to make it so every single video I upload automatically gets a predetermined end-screen?', with flair 'Discussion'
+2970 [2020-02-15 01:19:51] There has been a new submission: 'I just released a mini documentary on The History of VR, and I made some aesthetic choices that I would love some feedback on 😁', with flair 'Art'
+2970 [2020-02-15 01:21:50] '/u/ZhyperCR1T' has given '/u/2many2play' lambda!
+2970 [2020-02-15 01:22:32] '/u/ZhyperCR1T' has given '/u/Ghryms' lambda!
+2970 [2020-02-15 01:42:18] There has been a new submission: 'Advice on SEO?', with flair 'None'
+2970 [2020-02-15 01:42:20] /u/heyiamandrew had their submission removed for insufficient lambda.
+2970 [2020-02-15 01:43:06] There has been a new submission: 'Based on the feedback from my last video, I've made another. I would appreciate any and all feedback!', with flair 'Gaming'
+2970 [2020-02-15 01:44:21] There has been a new submission: 'Hello', with flair 'Gaming'
+2970 [2020-02-15 01:44:23] /u/TweeBudd had their submission removed for insufficient lambda.
+2970 [2020-02-15 01:44:38] There has been a new submission: 'SEO and impressions advice', with flair 'Discussion'
+2970 [2020-02-15 01:49:20] There has been a new submission: 'My first video ever!!!!', with flair 'None'
+2970 [2020-02-15 01:49:21] /u/dekamaster898 had their submission removed for insufficient lambda.
+2970 [2020-02-15 01:51:29] '/u/Xerionix' has given '/u/2many2play' lambda!
+2970 [2020-02-15 01:51:51] There has been a new submission: 'New Modern Warfare video after not uploading for awhile :/ Feel free to check it out! Love you all, enjoy the rest of your day!', with flair 'Gaming'
+2970 [2020-02-15 01:51:53] /u/StrikerSenpai1 had their submission removed for insufficient lambda.
+2970 [2020-02-15 01:53:35] '/u/Xerionix' has given '/u/ErbyTattoos' lambda!
+2970 [2020-02-15 01:54:00] There has been a new submission: 'Made a new Modern Warfare vid after a year of not uploading anything :/ Feel free to check it out, Love y'all and enjoy the rest of your day!', with flair 'Gaming'
+2970 [2020-02-15 01:54:02] /u/StrikerSenpai1 had their submission removed for insufficient lambda.
+2970 [2020-02-15 02:36:10] '/u/GrumpyBottom_YT' has given '/u/humz_whu' lambda!
+2970 [2020-02-15 02:36:10] The OP received lambda too!
+2970 [2020-02-15 02:45:54] '/u/subpartee' has given '/u/WALLROOP' lambda!
+2970 [2020-02-15 02:45:54] The OP received lambda too!
+2970 [2020-02-15 02:47:11] '/u/subpartee' has given '/u/avrona' lambda!
+2970 [2020-02-15 02:48:10] There has been a new submission: 'My planned video was taking longer than expected. So I made this in the mean time. What could I do to improve my editing?', with flair 'Video Critique'
+2970 [2020-02-15 02:51:27] There has been a new submission: 'Hey all! I have created another modern warfare video - but this one is just sniping . If you like please comment and subscribe! If there’s anything I can do to improve I’m all ears! Will give lambda for all reviews.', with flair 'Gaming'
+2970 [2020-02-15 03:03:59] There has been a new submission: 'Please critique our Rainbocorns toy review! Lambda given to all comments!', with flair 'None'
+2970 [2020-02-15 03:04:31] '/u/NotFunnyGamer' has given '/u/Dharen29YT' lambda!
+2970 [2020-02-15 03:06:50] '/u/NotFunnyGamer' has given '/u/PPennyProductions' lambda!
+3117 [2020-02-15 03:16:59]
+####################
+[2020-02-15 03:16:59] RESTARTED
+####################
+
+3117 [2020-02-15 03:28:41] '/u/NiceGuyMarek' has given '/u/ErbyTattoos' lambda!
+3117 [2020-02-15 03:28:41] The OP received lambda too!
+3117 [2020-02-15 03:28:47] '/u/NiceGuyMarek' has given '/u/fabiotic' lambda!
+3117 [2020-02-15 03:29:03] There has been a new submission: 'Everything I Wanted - Billie eilish (Male Cover)!', with flair 'Art'
+3117 [2020-02-15 03:29:04] /u/rahul1191 had their submission removed for insufficient lambda.
+3117 [2020-02-15 03:29:14] '/u/NiceGuyMarek' has given '/u/SelendineMcHerb' lambda!
+3117 [2020-02-15 03:30:28] '/u/NiceGuyMarek' has given '/u/thePaperBagman12' lambda!
+3117 [2020-02-15 03:38:26] There has been a new submission: 'shower sadness on valentines', with flair 'Art'
+3117 [2020-02-15 03:39:17] There has been a new submission: 'Does the music go well with my video? I have a bad ear for background music and when to use it so this video was kind of a way for me to test the waters and see what happens. also general criticisms and comments are appreciated!', with flair 'Video Critique'
+3117 [2020-02-15 03:40:21] '/u/GrumpyBottom_YT' has given '/u/thePaperBagman12' lambda!
+3117 [2020-02-15 03:48:10] '/u/DoctorZilch' has given '/u/thePaperBagman12' lambda!
+3117 [2020-02-15 03:50:00] '/u/FuriousSlayer73' has given '/u/MagicWolfPlayz' lambda!
+3117 [2020-02-15 03:50:00] The OP received lambda too!
+3117 [2020-02-15 03:50:14] '/u/DoctorZilch' has given '/u/ErbyTattoos' lambda!
+3117 [2020-02-15 03:51:39] '/u/DoctorZilch' has given '/u/PheraWorld' lambda!
+3117 [2020-02-15 04:08:09] There has been a new submission: 'This video killed my computer to render. What do you think?', with flair 'Video Critique'
+3117 [2020-02-15 04:08:58] There has been a new submission: 'Hi! Are Spanish speakers here?', with flair 'Channel Review'
+3117 [2020-02-15 04:08:59] /u/debuenbeber had their submission removed for insufficient lambda.
+3117 [2020-02-15 04:12:25] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+3117 [2020-02-15 04:12:28] /u/TheRealBluefire had their submission removed for insufficient lambda.
+3117 [2020-02-15 04:14:12] There has been a new submission: 'Any tips for my editing?', with flair 'Video Critique'
+3117 [2020-02-15 04:14:13] /u/TheDruester had their submission removed for insufficient lambda.
+3117 [2020-02-15 04:27:21] There has been a new submission: 'SHIPMENT IN A NUTSHELL - Call of Duty: Modern Warfare', with flair 'Video Critique'
+3117 [2020-02-15 04:31:00] There has been a new submission: 'How I sketch a mug: Doodling viking episode 6', with flair 'Video Critique'
+3117 [2020-02-15 04:42:45] '/u/tvstealer99' has given '/u/thePaperBagman12' lambda!
+3117 [2020-02-15 04:42:45] The OP received lambda too!
+3117 [2020-02-15 04:59:11] '/u/Goatsause' has given '/u/thePaperBagman12' lambda!
+3117 [2020-02-15 04:59:11] The OP received lambda too!
+3117 [2020-02-15 04:59:16] '/u/ZhyperCR1T' has given '/u/thePaperBagman12' lambda!
+3117 [2020-02-15 04:59:51] '/u/ZhyperCR1T' has given '/u/shaunyoong' lambda!
+3117 [2020-02-15 05:03:29] There has been a new submission: 'Mike Tomlin Impersonation', with flair 'None'
+3117 [2020-02-15 05:03:31] /u/Dop3ryENT had their submission removed for insufficient lambda.
+3117 [2020-02-15 05:07:09] There has been a new submission: 'Misfit type collaboration xbox 12-15', with flair 'Collab'
+3265 [2020-02-15 05:16:59]
+####################
+[2020-02-15 05:16:59] RESTARTED
+####################
+
+3265 [2020-02-15 05:22:21] There has been a new submission: 'Kung fu panda showdown of legendary legends', with flair 'Gaming'
+3265 [2020-02-15 05:22:23] /u/Ghostking56 had their submission removed for insufficient lambda.
+3265 [2020-02-15 05:28:39] '/u/tvstealer99' has given '/u/Leon_is_a_Ghost' lambda!
+3265 [2020-02-15 05:31:19] There has been a new submission: 'Valentines Day Get Ready With Me! 💕 Any Advice will be appreciated!', with flair 'None'
+3265 [2020-02-15 05:43:29] '/u/tvstealer99' has given '/u/TehGrand' lambda!
+3265 [2020-02-15 05:47:02] '/u/PheraWorld' has given '/u/secluderhere' lambda!
+3265 [2020-02-15 05:47:03] The OP received lambda too!
+3265 [2020-02-15 05:48:27] There has been a new submission: 'If i Take FALL DAMAGE in MINECRAFT The VIDEO ENDS!', with flair 'Gaming'
+3265 [2020-02-15 05:48:28] /u/xverticYT had their submission removed for insufficient lambda.
+3265 [2020-02-15 05:48:44] '/u/PheraWorld' has given '/u/shaunyoong' lambda!
+3265 [2020-02-15 06:03:12] '/u/Suckalicklick' has given '/u/thePaperBagman12' lambda!
+3265 [2020-02-15 06:03:13] The OP received lambda too!
+3265 [2020-02-15 06:04:35] '/u/Suckalicklick' has given '/u/shaunyoong' lambda!
+3265 [2020-02-15 06:07:55] '/u/Suckalicklick' has given '/u/Rekutemu' lambda!
+3265 [2020-02-15 06:23:48] '/u/MagicWolfPlayz' has given '/u/TehGrand' lambda!
+3265 [2020-02-15 06:23:48] The OP received lambda too!
+3265 [2020-02-15 06:38:13] '/u/Rojn8r' has given '/u/hf_vlogs1' lambda!
+3265 [2020-02-15 06:44:13] There has been a new submission: 'Marshmello - Friends (Emoticon Remix) [EDM] (2020)', with flair 'Channel Review'
+3265 [2020-02-15 06:44:15] /u/TheEmoticonMusic had their submission removed for insufficient lambda.
+3265 [2020-02-15 06:58:25] There has been a new submission: 'Best Moments On The Vlogs!!! *100 Sub Special*', with flair 'Vlog'
+3265 [2020-02-15 06:58:26] /u/Vortex-inF had their submission removed for insufficient lambda.
+3265 [2020-02-15 07:01:19] '/u/XXXEggNog69XXX' has given '/u/wsernamee' lambda!
+3265 [2020-02-15 07:09:32] There has been a new submission: 'This vide took me 2 MONTHS to edit and is probably the best thing I've EVER made. Lemme know what y'all think!', with flair 'Video Critique'
+3265 [2020-02-15 07:10:54] There has been a new submission: 'Growing my channel and adding weirdness?', with flair 'None'
+3265 [2020-02-15 07:10:57] /u/Maximum-Store had their submission removed for insufficient lambda.
+3686 [2020-02-15 07:16:59]
+####################
+[2020-02-15 07:16:59] RESTARTED
+####################
+
+3686 [2020-02-15 07:20:43] There has been a new submission: 'This video took me a while to make and would like to hear some feedback please!', with flair 'Video Critique'
+3686 [2020-02-15 07:20:45] /u/Bleau98 had their submission removed for insufficient lambda.
+3686 [2020-02-15 07:37:56] '/u/vigalovescomics' has given '/u/vamproy' lambda!
+3686 [2020-02-15 07:38:31] '/u/qzeqYT' has given '/u/SelendineMcHerb' lambda!
+3686 [2020-02-15 07:39:05] '/u/qzeqYT' has given '/u/MagicWolfPlayz' lambda!
+3686 [2020-02-15 07:53:47] There has been a new submission: 'This video turned out way shorter than intended, as always, feedback is much appreciated! This time it’s on r/comedyheaven', with flair 'Video Critique'
+3686 [2020-02-15 07:57:52] '/u/Xerionix' has given '/u/Leon_is_a_Ghost' lambda!
+3686 [2020-02-15 08:02:50] '/u/SmonyIFYB' has given '/u/TehGrand' lambda!
+3686 [2020-02-15 08:02:50] The OP received lambda too!
+3686 [2020-02-15 08:20:06] '/u/Xerionix' has given '/u/iProprieties' lambda!
+3686 [2020-02-15 08:20:15] There has been a new submission: 'I make ASMR motorcycle rides. Would really appreciate some feedback!', with flair 'Video Critique'
+3686 [2020-02-15 08:20:17] /u/rideyeg had their submission removed for insufficient lambda.
+3686 [2020-02-15 08:25:29] '/u/MagicWolfPlayz' has given '/u/Cuddery' lambda!
+3686 [2020-02-15 08:31:50] There has been a new submission: 'Soo....First ever match of Free Fire', with flair 'Gaming'
+3686 [2020-02-15 08:34:42] There has been a new submission: 'It is a channel that I created with my friend for a university job and that is entertaining for everyone, I hope you can help me with a sub or a like, I would appreciate it very much. Waiters, what valentine day disasters have you witnessed? (r/AskReddit | Valentine's Day)', with flair 'Vlog'
+3686 [2020-02-15 08:34:44] /u/pitinlargoxd had their submission removed for insufficient lambda.
+3686 [2020-02-15 09:16:33] '/u/SelendineMcHerb' has given '/u/JimmyVStheWorld' lambda!
+3686 [2020-02-15 09:16:33] The OP received lambda too!
+3819 [2020-02-15 09:16:59]
+####################
+[2020-02-15 09:16:59] RESTARTED
+####################
+
+3819 [2020-02-15 09:17:53] There has been a new submission: 'Hello, I'm new here. I'm making gaming video gameplay. I would like to see feedback to improve.', with flair 'Gaming'
+3819 [2020-02-15 09:17:54] /u/cspanha had their submission removed for insufficient lambda.
+3819 [2020-02-15 09:17:58] There has been a new submission: 'I made a second part to my Resident Evil 5 video! I got a little more ambitious with the editing. Glady give Lambda for feedback!', with flair 'Gaming'
+3819 [2020-02-15 09:25:41] '/u/cheekynandos058' has given '/u/shaunyoong' lambda!
+3819 [2020-02-15 09:28:10] '/u/cheekynandos058' has given '/u/thePaperBagman12' lambda!
+3819 [2020-02-15 09:28:16] There has been a new submission: 'Hey guys! So I recently released this video and am looking for some constructive criticism. Im mainly looking for watch time tips and maybe any other things you find :)', with flair 'Channel Review'
+3819 [2020-02-15 09:28:17] /u/FunHub-Official had their submission removed for insufficient lambda.
+3819 [2020-02-15 09:29:15] There has been a new submission: 'Just hit 15 suscribs', with flair 'Discussion'
+3819 [2020-02-15 09:31:10] There has been a new submission: 'HackTheBox - Blue', with flair 'Video Critique'
+3819 [2020-02-15 09:31:12] /u/awakengaming83 had their submission removed for insufficient lambda.
+3819 [2020-02-15 09:33:42] There has been a new submission: 'I made this music video for the High School MMEA Film Festival, and I think it turned out good. I was wondering if you guys could give any feedback.', with flair 'Video Critique'
+3819 [2020-02-15 09:33:44] /u/BladeQuill had their submission removed for insufficient lambda.
+3819 [2020-02-15 09:39:51] '/u/humz_whu' has given '/u/secluderhere' lambda!
+3819 [2020-02-15 09:39:51] The OP received lambda too!
+3819 [2020-02-15 09:40:30] '/u/R_Hanna' has given '/u/MagicWolfPlayz' lambda!
+3819 [2020-02-15 09:40:30] The OP received lambda too!
+3819 [2020-02-15 09:43:53] There has been a new submission: 'Documentaries, Documentary Shorts and Video Essays.', with flair 'Discussion'
+3819 [2020-02-15 09:44:02] There has been a new submission: 'Debate: what is better for a channel’s growth - daily content or higher quality content once a week?', with flair 'None'
+3819 [2020-02-15 09:44:03] /u/MattAyres_ had their submission removed for insufficient lambda.
+3819 [2020-02-15 09:45:31] There has been a new submission: 'views count don't match each other?', with flair 'Discussion'
+3819 [2020-02-15 09:47:12] There has been a new submission: 'What is the most niche channel you've seen?', with flair 'Discussion'
+3819 [2020-02-15 09:50:19] There has been a new submission: 'I finally get to ply csgo for the first time ever', with flair 'Gaming'
+3819 [2020-02-15 09:50:21] /u/doyalikerice had their submission removed for insufficient lambda.
+3819 [2020-02-15 09:52:12] There has been a new submission: 'What do we think is better for a small channels growth - daily uploads or weekly higher quality videos?', with flair 'Discussion'
+3819 [2020-02-15 09:54:45] '/u/Suckalicklick' has given '/u/vigalovescomics' lambda!
+3819 [2020-02-15 09:56:16] '/u/Suckalicklick' has given '/u/Bleau98' lambda!
+3819 [2020-02-15 09:56:37] '/u/Suckalicklick' has given '/u/hemant_rangdal' lambda!
+3819 [2020-02-15 09:57:05] '/u/Suckalicklick' has given '/u/Inoox' lambda!
+3819 [2020-02-15 10:02:55] '/u/WarriorFighterNinja' has given '/u/WarriorFighterNinja2' lambda!
+3819 [2020-02-15 10:06:07] '/u/rskao' has given '/u/jocruz_' lambda!
+3819 [2020-02-15 10:06:07] The OP received lambda too!
+3819 [2020-02-15 10:07:48] '/u/rskao' has given '/u/redtroy321' lambda!
+3819 [2020-02-15 10:09:52] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+3819 [2020-02-15 10:14:03] '/u/WarriorFighterNinja' has given '/u/WarriorFighterNinja2' lambda!
+3819 [2020-02-15 10:14:38] '/u/MattAyres_' has given '/u/Artificial_DM' lambda!
+3819 [2020-02-15 10:14:38] The OP received lambda too!
+3819 [2020-02-15 10:17:44] There has been a new submission: 'I think the quality of my videos has improved greatly, but nobody is clicking on my content. Can somebody tell my what I am doing wrong with my videos. I am not stingy with lambda', with flair 'Channel Review'
+3819 [2020-02-15 10:17:45] /u/WarriorFighterNinja had their submission removed for insufficient lambda.
+3819 [2020-02-15 10:18:08] There has been a new submission: 'Started a fresh YT to do with personal finance and investing with a twist of humor. If you have some time check it out and let me know how I’m going. I try bring as much value every vid as I can! Much love 💙', with flair 'Channel Review'
+3819 [2020-02-15 10:18:09] /u/phillfybjj had their submission removed for insufficient lambda.
+3819 [2020-02-15 10:20:05] There has been a new submission: '[Gaming] Made a Overwatch highlights video, would appreciate if you checked out my other stuff as well!', with flair 'None'
+3819 [2020-02-15 10:25:52] There has been a new submission: 'I just made this video, the history of Windows (episode 1).', with flair 'Video Critique'
+3819 [2020-02-15 10:25:53] /u/mshordja had their submission removed for insufficient lambda.
+3819 [2020-02-15 10:29:20] '/u/GrumpyBottom_YT' has given '/u/WarriorFighterNinja' lambda!
+3819 [2020-02-15 10:35:41] '/u/MattAyres_' has given '/u/qzeqYT' lambda!
+3819 [2020-02-15 10:39:08] There has been a new submission: 'Hey there! I'm a 19-year-old aspiring content creator. This is my latest upload, a vlog that I've filmed in Singapore. Feel free to be as HONEST as you can while giving feedback as I'm here to improve. THANK YOU for watching everyone! Subscribe only if you trust me lol.', with flair 'Video Critique'
+3819 [2020-02-15 10:50:36] There has been a new submission: 'Looking for a better video editor', with flair 'Discussion'
+3819 [2020-02-15 11:13:29] There has been a new submission: 'Modern Warfare SND Montage - "Ooo la la"', with flair 'Video Critique'
+3819 [2020-02-15 11:13:31] /u/About30NinjasYT had their submission removed for insufficient lambda.
+3952 [2020-02-15 11:16:59]
+####################
+[2020-02-15 11:16:59] RESTARTED
+####################
+
+3952 [2020-02-15 11:18:15] '/u/SelendineMcHerb' has given '/u/About30NinjasYT' lambda!
+3952 [2020-02-15 11:21:06] There has been a new submission: 'Kate Valdez Hindi Sanay Sa Role Na Sosyal | HumanMeter', with flair 'None'
+3952 [2020-02-15 11:21:09] /u/IndividualGuide had their submission removed for insufficient lambda.
+3952 [2020-02-15 11:22:17] There has been a new submission: 'Modern Warfare SND Montage - "Ooo la la"', with flair 'Video Critique'
+3952 [2020-02-15 11:36:44] There has been a new submission: 'My cousin's channel', with flair 'Vlog'
+3952 [2020-02-15 11:36:45] /u/ricardo_sucks had their submission removed for insufficient lambda.
+3952 [2020-02-15 11:52:30] There has been a new submission: 'Irish Leaving Cert YouTuber with Study tips', with flair 'Channel Review'
+3952 [2020-02-15 11:52:31] /u/Jordy9797 had their submission removed for insufficient lambda.
+3952 [2020-02-15 12:02:09] '/u/SelendineMcHerb' has given '/u/WarriorFighterNinja' lambda!
+3952 [2020-02-15 12:05:30] There has been a new submission: 'People seem to enjoy my videos but the viewcounts are abysmal. So what could I do differently that people actually share my videos and what could I Improve overall? Thanks guys!', with flair 'Channel Review'
+3952 [2020-02-15 12:08:54] There has been a new submission: 'Would love some feedbacks. Enjoy!', with flair 'None'
+3952 [2020-02-15 12:08:55] /u/lensalz had their submission removed for insufficient lambda.
+3952 [2020-02-15 12:17:17] '/u/ZhyperCR1T' has given '/u/Curtiscrafts' lambda!
+3952 [2020-02-15 12:17:56] '/u/ZhyperCR1T' has given '/u/TehGrand' lambda!
+3952 [2020-02-15 12:19:19] '/u/ZhyperCR1T' has given '/u/Apple-of-the-earths' lambda!
+3952 [2020-02-15 12:23:32] There has been a new submission: 'Hey pixel people, this is my first post on this subreddit. I live in Vietnam and i do travel vlogs over south east Asia, please let me know what you honestly think of my stuff!', with flair 'Vlog'
+3952 [2020-02-15 12:23:33] /u/jdgoliath had their submission removed for insufficient lambda.
+3952 [2020-02-15 12:50:03] There has been a new submission: 'Healthy Chicken Pizza Recipe', with flair 'Collab'
+3952 [2020-02-15 12:50:05] /u/kawshif had their submission removed for using the wrong flair.
+3952 [2020-02-15 13:00:09] There has been a new submission: 'My most recent video! Any feedback is appreciated:) How to save a life (Baby Sea Turtle)', with flair 'Video Critique'
+3952 [2020-02-15 13:06:22] There has been a new submission: 'Can anyone review my channel please ? Thanks !', with flair 'Channel Review'
+3952 [2020-02-15 13:06:24] /u/pandasnapper had their submission removed for insufficient lambda.
+3952 [2020-02-15 13:07:28] There has been a new submission: 'So I made this new video yesterday and I'm wondering if anyone can go review and give me some tips ? Thanks.', with flair 'Video Critique'
+3952 [2020-02-15 13:07:29] /u/pandasnapper had their submission removed for insufficient lambda.
+4118 [2020-02-15 13:16:59]
+####################
+[2020-02-15 13:16:59] RESTARTED
+####################
+
+4118 [2020-02-15 13:18:52] There has been a new submission: 'Opening Discontinued Booster Packs from 1995-2005', with flair 'Gaming'
+4118 [2020-02-15 13:18:52] /u/AMlordz had their submission removed for insufficient lambda.
+4118 [2020-02-15 13:28:38] There has been a new submission: 'Flashback Friday', with flair 'Vlog'
+4118 [2020-02-15 13:28:39] /u/izdarealizzy had their submission removed for insufficient lambda.
+4118 [2020-02-15 13:29:31] There has been a new submission: 'Audi A4 S Line', with flair 'Vlog'
+4118 [2020-02-15 13:29:32] /u/dzeko1984 had their submission removed for insufficient lambda.
+4118 [2020-02-15 13:35:54] There has been a new submission: 'Took some of your advice and made another Halo 3 Stream Highlights video! Let me know what you think!', with flair 'Video Critique'
+4118 [2020-02-15 13:39:57] '/u/thePapaSage' has given '/u/NocturnalFudj' lambda!
+4118 [2020-02-15 13:39:57] The OP received lambda too!
+4118 [2020-02-15 13:41:44] There has been a new submission: 'High IQ conversation about GAY MARRIAGE', with flair 'Discussion'
+4118 [2020-02-15 13:41:47] /u/TheSplonker had their submission removed for using the wrong flair.
+4118 [2020-02-15 13:43:04] '/u/thePapaSage' has given '/u/CredixYt' lambda!
+4118 [2020-02-15 13:44:25] '/u/thePapaSage' has given '/u/MagicWolfPlayz' lambda!
+4118 [2020-02-15 13:56:03] There has been a new submission: 'constructive criticism and feedback', with flair 'Video Critique'
+4118 [2020-02-15 13:57:02] '/u/briecarter' has given '/u/MalakJoe' lambda!
+4118 [2020-02-15 13:57:02] The OP received lambda too!
+4118 [2020-02-15 14:01:41] There has been a new submission: 'Storytelling in Platformers, a silly video about how different platformer games tell their stories despite not being very story-oriented. Will give lambda to any *legitimate* feedback! :)', with flair 'Video Critique'
+4118 [2020-02-15 14:11:18] There has been a new submission: 'check out my new vid, feedback would be nice', with flair 'Gaming'
+4118 [2020-02-15 14:11:21] /u/xFlowzy had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:15:00] There has been a new submission: 'Hey Guys , Famous Youtuber Vs Me In Rules Of Survival Pls Subscribe Guys Im Just A Small Youtuber ThankYouu Let Support Each Other To grow Our Channel.. [Channel Review]', with flair 'Gaming'
+4118 [2020-02-15 14:15:02] /u/FunkYou_Gaming had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:16:45] '/u/Leon_is_a_Ghost' has given '/u/Dharen29YT' lambda!
+4118 [2020-02-15 14:16:45] The OP received lambda too!
+4118 [2020-02-15 14:18:15] '/u/Leon_is_a_Ghost' has given '/u/JLSpinner' lambda!
+4118 [2020-02-15 14:19:58] '/u/shaunyoong' has given '/u/mapel_pizza' lambda!
+4118 [2020-02-15 14:19:58] The OP received lambda too!
+4118 [2020-02-15 14:21:18] '/u/shaunyoong' has given '/u/rskao' lambda!
+4118 [2020-02-15 14:22:17] There has been a new submission: 'Sometimes I do some gameplays too... CLONE HERO - MEMEtallica: bONEr | Kangeplays', with flair 'Video Critique'
+4118 [2020-02-15 14:28:02] '/u/GoofballGregory' has given '/u/rskao' lambda!
+4118 [2020-02-15 14:28:03] The OP received lambda too!
+4118 [2020-02-15 14:33:43] There has been a new submission: 'Motivation', with flair 'Discussion'
+4118 [2020-02-15 14:34:09] '/u/About30NinjasYT' has given '/u/rskao' lambda!
+4118 [2020-02-15 14:34:09] The OP received lambda too!
+4118 [2020-02-15 14:34:59] '/u/About30NinjasYT' has given '/u/HiteshSwami' lambda!
+4118 [2020-02-15 14:39:12] There has been a new submission: 'I gained 50+ subscribers, 14.4 watch hours and 315 views in the two weeks (and with two full videos) that I've posted. Based on responses to a progress feedback post I made yesterday, I want to share my tips for the super small fries like myself! Would love feedback on these as well.', with flair 'Discussion'
+4118 [2020-02-15 14:43:00] There has been a new submission: 'Car Vs Coca Cola', with flair 'Thumbnail Review'
+4118 [2020-02-15 14:43:02] /u/ahsanullahamin had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:45:54] There has been a new submission: 'WOULD MEAN ALOT IF YOU JUST CLICK ON THIS VIDEO AND REVIEW IT', with flair 'Gaming'
+4118 [2020-02-15 14:45:56] /u/DestiniiYT had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:47:15] There has been a new submission: 'Here's my first cover Video "Acoustic Medley (A Valentine's Day Soecial)". Includes Pyaar Manga Hai, Phir Mohabbat and Tu Tu Hai Wahi in their Acoustic Avatars..', with flair 'Thumbnail Review'
+4118 [2020-02-15 14:47:16] /u/Cyrillic_97 had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:53:29] There has been a new submission: 'This a link to my channel it would be appreciated if any support and feedback and subs are given', with flair 'None'
+4118 [2020-02-15 14:53:31] /u/xd_Macsuibhne89 had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:54:22] There has been a new submission: 'high speed chase in roblox', with flair 'Gaming'
+4118 [2020-02-15 14:54:24] /u/jnew001 had their submission removed for insufficient lambda.
+4118 [2020-02-15 14:59:27] There has been a new submission: 'Fifa or pes ?', with flair 'None'
+4118 [2020-02-15 14:59:28] /u/PsychologicalBoard7 had their submission removed for insufficient lambda.
+4118 [2020-02-15 15:04:02] There has been a new submission: 'My best edited video yet any thought?', with flair 'Video Critique'
+4118 [2020-02-15 15:04:04] /u/Ko-Decoy had their submission removed for insufficient lambda.
+4118 [2020-02-15 15:11:58] There has been a new submission: 'need some help', with flair 'Discussion'
+4118 [2020-02-15 15:12:11] There has been a new submission: 'Advice For Becoming A Successful Streamer and Content Creator in 2020, Interview with CzechLP', with flair 'None'
+4118 [2020-02-15 15:13:31] There has been a new submission: 'Been doing YouTube for 2,019 years apparently - with some interesting milestones. AMA 🤣', with flair 'Discussion'
+4118 [2020-02-15 15:16:15] There has been a new submission: 'she is so unfunny', with flair 'None'
+4118 [2020-02-15 15:16:17] /u/Union_Jack1 had their submission removed for insufficient lambda.
+4677 [2020-02-15 15:16:59]
+####################
+[2020-02-15 15:16:59] RESTARTED
+####################
+
+4677 [2020-02-15 15:18:12] '/u/HookedOnAFeeling360' has given '/u/TehGrand' lambda!
+4677 [2020-02-15 15:18:12] The OP received lambda too!
+4677 [2020-02-15 15:18:46] '/u/HookedOnAFeeling360' has given '/u/ThatLuckyDude' lambda!
+4677 [2020-02-15 15:18:51] There has been a new submission: 'He’s so underrated', with flair 'None'
+4677 [2020-02-15 15:18:51] /u/Grovonik had their submission removed for insufficient lambda.
+4677 [2020-02-15 15:19:30] '/u/HookedOnAFeeling360' has given '/u/shaunyoong' lambda!
+4677 [2020-02-15 15:20:34] '/u/HookedOnAFeeling360' has given '/u/About30NinjasYT' lambda!
+4677 [2020-02-15 15:31:07] '/u/shadyyness' has given '/u/Apple-of-the-earths' lambda!
+4677 [2020-02-15 15:31:07] The OP received lambda too!
+4677 [2020-02-15 15:34:05] '/u/mshordja' has given '/u/MusikPalast' lambda!
+4677 [2020-02-15 15:34:05] The OP received lambda too!
+4677 [2020-02-15 15:48:11] There has been a new submission: 'Hey guys! Could you, please, give me some channel feedback?', with flair 'Channel Review'
+4677 [2020-02-15 15:48:43] '/u/tvstealer99' has given '/u/Bleau98' lambda!
+4677 [2020-02-15 16:13:51] There has been a new submission: 'Just dropped my second video yesterday! Come check it out and let me know what y’all think!😁', with flair 'None'
+4677 [2020-02-15 16:13:52] /u/Bigpapa130 had their submission removed for insufficient lambda.
+4677 [2020-02-15 16:14:22] '/u/GoofballGregory' has given '/u/OccupiedGarrett' lambda!
+4677 [2020-02-15 16:22:28] There has been a new submission: 'First Episode of Fuckboy fridays', with flair 'Video Critique'
+4677 [2020-02-15 16:22:30] /u/ZEEish had their submission removed for insufficient lambda.
+4677 [2020-02-15 16:24:46] '/u/VreaL37' has given '/u/HardToAnswerQuestion' lambda!
+4677 [2020-02-15 16:24:47] The OP received lambda too!
+4677 [2020-02-15 16:25:20] '/u/VreaL37' has given '/u/mshordja' lambda!
+4677 [2020-02-15 16:25:42] There has been a new submission: 'College Guys Talking the shits', with flair 'Video Critique'
+4677 [2020-02-15 16:25:43] /u/ZEEish had their submission removed for insufficient lambda.
+4677 [2020-02-15 16:29:21] There has been a new submission: 'a song for all the lonely people on valentines day', with flair 'Video Critique'
+4677 [2020-02-15 16:35:36] There has been a new submission: 'Channel Review: Phantom Philosophy - Is this content interesting? Does it grab your attention and keep you entertained?', with flair 'Channel Review'
+4677 [2020-02-15 16:37:02] '/u/LitsPlay' has given '/u/2many2play' lambda!
+4677 [2020-02-15 16:49:40] There has been a new submission: 'Working On my Storytelling and editing skills in this Caribbean VLOG!!!', with flair 'Vlog'
+4677 [2020-02-15 16:49:41] /u/LifeWithLenny_W had their submission removed for insufficient lambda.
+4677 [2020-02-15 16:51:07] '/u/HardToAnswerQuestion' has given '/u/secluderhere' lambda!
+4677 [2020-02-15 16:51:07] The OP received lambda too!
+4677 [2020-02-15 17:01:13] '/u/PheraWorld' has given '/u/Cuddery' lambda!
+4677 [2020-02-15 17:05:06] '/u/PheraWorld' has given '/u/WarriorFighterNinja' lambda!
+4677 [2020-02-15 17:05:32] There has been a new submission: 'DayZ For Noobs', with flair 'Gaming'
+4677 [2020-02-15 17:05:34] /u/CheatCentralCH had their submission removed for insufficient lambda.
+4677 [2020-02-15 17:07:43] There has been a new submission: 'New duke video up!', with flair 'Gaming'
+4677 [2020-02-15 17:07:44] /u/Styxgaming4 had their submission removed for insufficient lambda.
+4812 [2020-02-15 17:16:59]
+####################
+[2020-02-15 17:16:59] RESTARTED
+####################
+
+4812 [2020-02-15 17:21:48] There has been a new submission: 'can I get some feedback I want to know what I'm doing wrong with my channel', with flair 'Channel Review'
+4812 [2020-02-15 17:21:50] /u/lssrdragon66 had their submission removed for insufficient lambda.
+4812 [2020-02-15 17:25:09] There has been a new submission: 'Recently released this song called SPEED RACER and wanted to get feedback to see if anyone likes it', with flair 'Discussion'
+4812 [2020-02-15 17:25:11] /u/Yungdykeman had their submission removed for using the wrong flair.
+4812 [2020-02-15 17:35:09] There has been a new submission: 'I do gaming and I have no friends', with flair 'Collab'
+4812 [2020-02-15 17:40:48] '/u/secluderhere' has given '/u/LifeWithLenny_W' lambda!
+4812 [2020-02-15 17:40:48] The OP received lambda too!
+4812 [2020-02-15 17:41:26] '/u/secluderhere' has given '/u/mshordja' lambda!
+4812 [2020-02-15 17:42:03] There has been a new submission: 'CPAC TRANS SHOW', with flair 'Video Critique'
+4812 [2020-02-15 17:42:05] /u/TheSplonker had their submission removed for insufficient lambda.
+4812 [2020-02-15 17:42:26] '/u/About30NinjasYT' has given '/u/OccupiedGarrett' lambda!
+4812 [2020-02-15 17:47:46] There has been a new submission: 'Are Less People on YouTube Right Now?', with flair 'Discussion'
+4812 [2020-02-15 17:56:44] '/u/secluderhere' has given '/u/Nolymari' lambda!
+4812 [2020-02-15 18:03:52] There has been a new submission: 'Winter 2020 Anime Recommendations', with flair 'Video Critique'
+4812 [2020-02-15 18:07:07] There has been a new submission: 'First Youtube video, let me know what I can improve on for the future', with flair 'Gaming'
+4812 [2020-02-15 18:07:08] /u/Rymar11 had their submission removed for insufficient lambda.
+4812 [2020-02-15 18:15:02] '/u/RTL_Faith' has given '/u/Rymar11' lambda!
+4812 [2020-02-15 18:15:02] The OP received lambda too!
+4812 [2020-02-15 18:24:19] There has been a new submission: 'I started out a The Sims-series and made a cool HIMYM-themed intro for it :D All feedback on the video welcome and very appreciated!', with flair 'Video Critique'
+4812 [2020-02-15 18:38:24] There has been a new submission: 'I'm unsure about what to do here, but please bear with me.', with flair 'Gaming'
+4812 [2020-02-15 18:38:25] /u/TimeRift5 had their submission removed for insufficient lambda.
+4812 [2020-02-15 18:39:34] There has been a new submission: 'Can y'all help me grow up?', with flair 'Channel Review'
+4812 [2020-02-15 18:39:35] /u/vektor_96 had their submission removed for insufficient lambda.
+4812 [2020-02-15 18:52:59] '/u/VreaL37' has given '/u/Rymar11' lambda!
+4812 [2020-02-15 18:53:27] There has been a new submission: 'New apex legends video out!! I did some different types of editing in this video. If you guys could please check it out and tell me what u liked or didnt like or would like to see more of!', with flair 'Video Critique'
+4812 [2020-02-15 18:57:50] There has been a new submission: 'Microsoft Windows History (windows 1.0 - 10) episode 1', with flair 'Video Critique'
+4812 [2020-02-15 18:58:55] '/u/qzeqYT' has given '/u/ActivexGen' lambda!
+4812 [2020-02-15 18:58:55] The OP received lambda too!
+4812 [2020-02-15 19:00:35] There has been a new submission: 'What is Stardew Valley? | Second video I've made in this type of format, tell me what you think!', with flair 'None'
+4812 [2020-02-15 19:07:46] There has been a new submission: 'Hey all!! We are a newer YouTube channel looking to grow and get some feedback! All support is appreciated!', with flair 'Vlog'
+4812 [2020-02-15 19:07:47] /u/FamilyFeelz had their submission removed for insufficient lambda.
+4812 [2020-02-15 19:10:31] There has been a new submission: 'Playstation 4 Exclusive Tier List', with flair 'Gaming'
+4812 [2020-02-15 19:10:33] /u/JustGoodGames had their submission removed for insufficient lambda.
+4812 [2020-02-15 19:15:00] '/u/KangeonTV' has given '/u/qzeqYT' lambda!
+4812 [2020-02-15 19:15:00] The OP received lambda too!
+4812 [2020-02-15 19:15:12] '/u/ActivexGen' has given '/u/qzeqYT' lambda!
+4812 [2020-02-15 19:15:12] The OP received lambda too!
+4947 [2020-02-15 19:16:59]
+####################
+[2020-02-15 19:16:59] RESTARTED
+####################
+
+4947 [2020-02-15 19:23:18] There has been a new submission: 'Spirals', with flair 'Video Critique'
+4947 [2020-02-15 19:23:20] /u/seanmwing had their submission removed for insufficient lambda.
+4947 [2020-02-15 19:24:39] '/u/ActivexGen' has given '/u/2many2play' lambda!
+4947 [2020-02-15 19:26:00] There has been a new submission: 'Overwatch Tier List - Looking for SMALL Improvements/Edits that I can do in 5-10 Minutes per edit!', with flair 'Gaming'
+4947 [2020-02-15 19:32:36] '/u/Nicholas_Pickolaus' has given '/u/Hypocritical_Midget' lambda!
+4947 [2020-02-15 19:32:36] The OP received lambda too!
+4947 [2020-02-15 19:35:49] There has been a new submission: 'Hi everyone coming up on 6 months since I uploaded my first video to YT. I want to thank everyone that has helped to this point. Slowly getting to 100 subs. I am happy with my progress since before 6 months ago I knew nothing about editing, filming or any of this. Lots of hard work.', with flair 'Discussion'
+4947 [2020-02-15 19:39:17] There has been a new submission: 'Why I Stopped Listening To Music (lmk if I should make any changes to the editing)', with flair 'Video Critique'
+4947 [2020-02-15 19:39:18] /u/unhappyplum38 had their submission removed for insufficient lambda.
+4947 [2020-02-15 19:39:44] There has been a new submission: 'Two new videos out', with flair 'Gaming'
+4947 [2020-02-15 19:39:44] /u/Yt_TheGamingProject had their submission removed for insufficient lambda.
+4947 [2020-02-15 19:44:07] '/u/secluderhere' has given '/u/Rymar11' lambda!
+4947 [2020-02-15 19:44:18] There has been a new submission: 'First ever video recorded', with flair 'Video Critique'
+4947 [2020-02-15 19:44:19] /u/Maksime_MD had their submission removed for insufficient lambda.
+4947 [2020-02-15 19:44:47] '/u/secluderhere' has given '/u/Redmond93' lambda!
+4947 [2020-02-15 19:48:01] There has been a new submission: 'When You Make a video that doesn't do well.', with flair 'Discussion'
+4947 [2020-02-15 19:49:37] There has been a new submission: 'I just poured my heart into this video for a valentine's day special and I would like to hear some feedback! Please and thank you!', with flair 'Video Critique'
+4947 [2020-02-15 19:56:09] There has been a new submission: 'Hey I just started a Minecraft channel and I needed an intro. Here it is! Feedback appreciated!', with flair 'Video Critique'
+4947 [2020-02-15 20:08:00] There has been a new submission: 'Discover Martial Arts Books - Part 1', with flair 'Vlog'
+4947 [2020-02-15 20:08:02] /u/Martial_X had their submission removed for insufficient lambda.
+4947 [2020-02-15 20:12:32] '/u/Hypocritical_Midget' has given '/u/miso_thorny' lambda!
+4947 [2020-02-15 20:12:32] The OP received lambda too!
+4947 [2020-02-15 20:12:52] '/u/ActivexGen' has given '/u/miso_thorny' lambda!
+4947 [2020-02-15 20:16:14] There has been a new submission: 'Best of 2many2play Megaman X. Just made a comp of our first game playthrough please send some feedback my way! Thanks to everyone who takes a look!', with flair 'Video Critique'
+4947 [2020-02-15 20:18:57] There has been a new submission: 'Sneaker Raffles Are Trash🗑 + What I Plan to Cop 4 All-Star Weekend', with flair 'Channel Review'
+4947 [2020-02-15 20:18:58] /u/KeyontaWhitlowTV had their submission removed for insufficient lambda.
+4947 [2020-02-15 20:26:08] There has been a new submission: 'Hey guys I would love any feedback you can give me about my newest vid! It's about a Korean Webtoon called Solo Leveling and I discuss one of the characters.', with flair 'Video Critique'
+4947 [2020-02-15 20:34:02] There has been a new submission: 'Anyone want to sub for sub', with flair 'Collab'
+4947 [2020-02-15 20:40:30] There has been a new submission: 'What are your tips when it comes to good SEO?', with flair 'Discussion'
+5083 [2020-02-15 21:17:00]
+####################
+[2020-02-15 21:17:00] RESTARTED
+####################
+
+5083 [2020-02-15 21:20:07] There has been a new submission: 'Minecraft but it's Cringe', with flair 'None'
+5083 [2020-02-15 21:20:25] There has been a new submission: 'New series I’m filming documenting the stuff we find/money we make doing junk removal. Stay tuned $3000 job incoming this week. This is episode 1.', with flair 'None'
+5083 [2020-02-15 21:21:53] '/u/Apple-of-the-earths' has given '/u/sir_gabby03' lambda!
+5083 [2020-02-15 21:21:53] The OP received lambda too!
+5083 [2020-02-15 21:23:19] '/u/Apple-of-the-earths' has given '/u/Redmond93' lambda!
+5083 [2020-02-15 21:28:24] '/u/Apple-of-the-earths' has given '/u/DontGiveABit' lambda!
+5083 [2020-02-15 21:31:29] '/u/Apple-of-the-earths' has given '/u/dirs420' lambda!
+5083 [2020-02-15 21:38:07] '/u/TheRealJyro' has given '/u/rebus-YT' lambda!
+5083 [2020-02-15 21:42:52] There has been a new submission: 'Why do my thumbnails look so blurry once uploaded?', with flair 'Discussion'
+5083 [2020-02-15 21:46:56] '/u/RTL_Faith' has given '/u/Redmond93' lambda!
+5083 [2020-02-15 22:10:18] There has been a new submission: 'Am I boring?', with flair 'None'
+5083 [2020-02-15 22:10:21] /u/Doomed2 had their submission removed for insufficient lambda.
+5083 [2020-02-15 22:11:24] There has been a new submission: 'Are there any Food Youtuber here? I have a question', with flair 'Channel Review'
+5083 [2020-02-15 22:11:26] /u/Tummy-Hunt had their submission removed for insufficient lambda.
+5083 [2020-02-15 22:15:26] There has been a new submission: 'I collabed with rockin Rumpus', with flair 'Collab'
+5083 [2020-02-15 22:15:28] /u/kie_kritsal had their submission removed for using the wrong flair.
+5083 [2020-02-15 22:23:29] There has been a new submission: 'Darkside Montage hope you guys love it as much as I do I gathered some clips and grouped them together.I also make GTA 4k cinamatics so go check those out aswell', with flair 'Video Critique'
+5083 [2020-02-15 22:23:31] /u/DHDavyYT had their submission removed for insufficient lambda.
+5083 [2020-02-15 22:31:32] '/u/TheCheeseDud' has given '/u/2many2play' lambda!
+5083 [2020-02-15 22:31:32] The OP received lambda too!
+5083 [2020-02-15 22:54:36] There has been a new submission: 'QUICK INDIAN PRAWN CURRY RECIPE WITH COCONUT MILK | Indian Style Coconut Base Prawn Curry Recipe', with flair 'Discussion'
+5083 [2020-02-15 22:54:38] /u/Everyday_Delights had their submission removed for using the wrong flair.
+5083 [2020-02-15 22:55:11] There has been a new submission: 'Would love some feedback on our first video! Thank you for your time (: *Becoming Sonic The Hedgehog For A Day*', with flair 'Video Critique'
+5083 [2020-02-15 22:55:12] /u/robeythehero had their submission removed for insufficient lambda.
+5083 [2020-02-15 22:56:57] '/u/TehGrand' has given '/u/Nolymari' lambda!
+5083 [2020-02-15 22:56:57] The OP received lambda too!
+5083 [2020-02-15 23:09:34] There has been a new submission: 'Hello everyone, I recently uploaded a video to YT and would like some constructive criticism on what you guys think I could do better, add in or possible take out? I appreciate the feedback', with flair 'Gaming'
+5083 [2020-02-15 23:11:14] There has been a new submission: 'Haha so id really appreciate it if you guys would subscribe trying to prove my mom wrong that I can actually do something with my life 🙂', with flair 'None'
+5083 [2020-02-15 23:11:16] /u/_Sherlott had their submission removed for insufficient lambda.
+5083 [2020-02-15 23:16:07] There has been a new submission: 'I dropped a new video a few hours ago', with flair 'Meta'
+5083 [2020-02-15 23:16:08] /u/Zioskami had their submission removed for using the wrong flair.
+5218 [2020-02-15 23:17:00]
+####################
+[2020-02-15 23:17:00] RESTARTED
+####################
+
+1431 [2020-02-15 23:19:23] Updated statistics
+5218 [2020-02-15 23:26:14] '/u/Inoox' has given '/u/qzeqYT' lambda!
+5218 [2020-02-15 23:26:14] The OP received lambda too!
+5218 [2020-02-15 23:27:22] '/u/Inoox' has given '/u/eu001' lambda!
+5218 [2020-02-15 23:28:14] '/u/Inoox' has given '/u/Dave_wuz_here' lambda!
+5218 [2020-02-15 23:31:46] There has been a new submission: 'The first video of a new let's play I'm doing on Satisfactory. I make these videos for fun so there's not much editing but I would like for more people to see them, thanks!', with flair 'Gaming'
+5218 [2020-02-15 23:37:11] '/u/KangeonTV' has given '/u/OccupiedGarrett' lambda!
+5218 [2020-02-15 23:42:29] '/u/Pretzel99' has given '/u/Bartolklin' lambda!
+5218 [2020-02-15 23:42:30] The OP received lambda too!
+5218 [2020-02-15 23:48:45] There has been a new submission: 'What Does Your Guys' Viewer Retention Look Like?', with flair 'Discussion'
+5218 [2020-02-15 23:52:13] There has been a new submission: 'Apex Legends Season four Cinematic (earrape)', with flair 'None'
+5218 [2020-02-15 23:52:15] /u/Max-Does-Reddit had their submission removed for insufficient lambda.
+5218 [2020-02-15 23:57:45] There has been a new submission: 'If any of you could check out my YouTube channel I would greatly appreciate it thank you in advance', with flair 'None'
+5218 [2020-02-15 23:57:46] /u/coggins31 had their submission removed for insufficient lambda.
+5218 [2020-02-15 23:59:00] There has been a new submission: 'Hey I recently created a new Minecraft video on me exploring the Farlands in Minecraft. Feed back appreciated!', with flair 'Video Critique'
+5218 [2020-02-15 23:59:01] /u/TheCheeseDud had their submission removed for insufficient lambda.
+5218 [2020-02-15 23:59:15] '/u/ActivexGen' has given '/u/tommyboy_lr' lambda!
+5218 [2020-02-16 00:14:17] '/u/Pretzel99' has given '/u/TheRealJyro' lambda!
+5218 [2020-02-16 00:14:28] There has been a new submission: 'RETRO SUNDAYS | MegaMan X (First blind run) Any feedback would be appreciated, and if anyone genuinely enjoyed it, hopefully a few of you could stick around for more :)', with flair 'Video Critique'
+5218 [2020-02-16 00:18:27] There has been a new submission: 'Hey everyone, this is the latest video on my outdoors channel. Any and all thoughts are welcome!', with flair 'Video Critique'
+5218 [2020-02-16 00:18:28] /u/Hectop11VIP had their submission removed for insufficient lambda.
+5218 [2020-02-16 00:28:49] There has been a new submission: 'Definitely something we haven't done yet. Would love feedback on this weirdness :)', with flair 'Video Critique'
+5218 [2020-02-16 00:28:50] /u/KaputoManuto had their submission removed for insufficient lambda.
+5218 [2020-02-16 00:28:55] '/u/ErbyTattoos' has given '/u/TehGrand' lambda!
+5218 [2020-02-16 00:28:55] The OP received lambda too!
+5218 [2020-02-16 00:29:37] '/u/ErbyTattoos' has given '/u/Curtiscrafts' lambda!
+5218 [2020-02-16 00:31:35] There has been a new submission: 'Recently got back into doing my weekly video game news clips. I would love some feedback or any pointers on how to captivate the audience a little more. Thanks in advance!', with flair 'Video Critique'
+5218 [2020-02-16 00:44:39] There has been a new submission: 'What's the freakiest thing you ever did ?? || public interview || peopl...', with flair 'Video Critique'
+5218 [2020-02-16 00:44:40] /u/fresco-rock had their submission removed for insufficient lambda.
+5218 [2020-02-16 00:45:26] There has been a new submission: 'ACRYLIC SPEED PAINTING - PSYCHEDELIC MOUNTAINS , Hope you guys like it, feel free to leave me any feedback ☺️', with flair 'Art'
+5218 [2020-02-16 00:45:28] /u/CrisOrnellas had their submission removed for insufficient lambda.
+5218 [2020-02-16 00:56:15] There has been a new submission: 'I made this trailer for the movie “1917” Please tell me your opinion in you like it or not.', with flair 'Video Critique'
+5218 [2020-02-16 00:56:17] /u/Rayray72Jr had their submission removed for insufficient lambda.
+5218 [2020-02-16 01:01:51] There has been a new submission: 'My wife's channel - and I'm doing the editing. I'd love feedback on the editing of this specifically. Thanks!', with flair 'None'
+5218 [2020-02-16 01:01:53] /u/mango__reinhardt had their submission removed for insufficient lambda.
+5218 [2020-02-16 01:12:45] '/u/TehGrand' has given '/u/OG_Dan' lambda!
+5428 [2020-02-16 01:17:00]
+####################
+[2020-02-16 01:17:00] RESTARTED
+####################
+
+5428 [2020-02-16 01:27:10] There has been a new submission: 'put off this project for a while, finally finished and took some more effort on the thumbnail', with flair 'Video Critique'
+5428 [2020-02-16 01:29:31] There has been a new submission: 'I’m making a video where I review some of the channels on this subreddit, if you want to be in it leave your channel and link it in the comments and we will try to fit you in the video!', with flair 'Collab'
+5428 [2020-02-16 01:50:18] There has been a new submission: 'Check out my new channel! Cool guitar videos coming! (I have a lot of guitars...) This video is me playing a song I like with an alternate tuning. Enjoy! 😁', with flair 'Channel Review'
+5428 [2020-02-16 02:12:04] There has been a new submission: 'We do brewery reviews in New Mexico just like this video. Come check us out...', with flair 'Video Critique'
+5428 [2020-02-16 02:12:06] /u/craftycoaster had their submission removed for insufficient lambda.
+5428 [2020-02-16 02:15:56] There has been a new submission: 'how to siege.exe', with flair 'Gaming'
+5428 [2020-02-16 02:15:57] /u/imightREEE had their submission removed for insufficient lambda.
+5428 [2020-02-16 02:29:08] There has been a new submission: 'Due Too Some "Technical Difficulties" The Video Had Too Be Re-uploaded, Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+5428 [2020-02-16 02:29:09] /u/TheRealBluefire had their submission removed for insufficient lambda.
+5428 [2020-02-16 03:07:52] There has been a new submission: 'New Gaming Channel', with flair 'Gaming'
+5428 [2020-02-16 03:07:52] /u/DeadlyImpulseGaming had their submission removed for insufficient lambda.
+5563 [2020-02-16 03:17:00]
+####################
+[2020-02-16 03:17:00] RESTARTED
+####################
+
+5563 [2020-02-16 03:29:57] There has been a new submission: 'F*ck you monster', with flair 'Channel Review'
+5563 [2020-02-16 03:29:58] /u/daydreamer-alert had their submission removed for insufficient lambda.
+5563 [2020-02-16 03:38:02] '/u/WestonNeyPhotoVideo' has given '/u/actuallyBIG' lambda!
+5563 [2020-02-16 03:38:02] The OP received lambda too!
+5563 [2020-02-16 03:39:30] There has been a new submission: 'Check it out', with flair 'Gaming'
+5563 [2020-02-16 03:39:30] /u/millajovovichisbae had their submission removed for insufficient lambda.
+5563 [2020-02-16 03:40:42] There has been a new submission: 'Q& A', with flair 'None'
+5563 [2020-02-16 03:40:44] /u/Jamz_Offical had their submission removed for insufficient lambda.
+5563 [2020-02-16 03:45:43] There has been a new submission: 'Juice WRLD - Robbery (acoustic cover)', with flair 'Art'
+5563 [2020-02-16 03:45:45] /u/reerah3005 had their submission removed for insufficient lambda.
+5563 [2020-02-16 03:51:44] '/u/TheGamifiedLife' has given '/u/schecterguy' lambda!
+5563 [2020-02-16 03:53:36] There has been a new submission: 'Popping My Vlogging Cherry', with flair 'None'
+5563 [2020-02-16 03:53:38] /u/Myciab had their submission removed for insufficient lambda.
+5563 [2020-02-16 03:56:07] '/u/WestonNeyPhotoVideo' has given '/u/EverythingAbout_YT' lambda!
+5563 [2020-02-16 04:10:43] '/u/DontGiveABit' has given '/u/EverythingAbout_YT' lambda!
+5563 [2020-02-16 04:10:43] The OP received lambda too!
+5563 [2020-02-16 04:16:35] '/u/WestonNeyPhotoVideo' has given '/u/LILBISCUIT90' lambda!
+5563 [2020-02-16 04:46:38] '/u/Apple-of-the-earths' has given '/u/ZEEish' lambda!
+5563 [2020-02-16 04:47:15] '/u/Apple-of-the-earths' has given '/u/Inoox' lambda!
+5563 [2020-02-16 04:47:39] '/u/Apple-of-the-earths' has given '/u/daydreamer-alert' lambda!
+5563 [2020-02-16 05:12:56] There has been a new submission: 'First Video i postes today, please critique my video, anything to help out.', with flair 'Video Critique'
+5563 [2020-02-16 05:12:58] /u/AtomicMan55 had their submission removed for insufficient lambda.
+6074 [2020-02-16 05:17:00]
+####################
+[2020-02-16 05:17:00] RESTARTED
+####################
+
+6074 [2020-02-16 05:19:08] There has been a new submission: 'Is my channel under performing?', with flair 'Discussion'
+6074 [2020-02-16 05:25:28] '/u/MagicWolfPlayz' has given '/u/ell_ninja' lambda!
+6074 [2020-02-16 05:25:29] The OP received lambda too!
+6074 [2020-02-16 05:26:37] '/u/MagicWolfPlayz' has given '/u/Hamlet_71' lambda!
+6074 [2020-02-16 05:29:05] There has been a new submission: 'My channel trailer', with flair 'Channel Review'
+6074 [2020-02-16 05:29:06] /u/lope-gamer had their submission removed for insufficient lambda.
+6074 [2020-02-16 05:30:50] '/u/WestonNeyPhotoVideo' has given '/u/fabiotic' lambda!
+6074 [2020-02-16 05:40:52] There has been a new submission: 'https://www.youtube.com/watch?v=tsO1U4KDA-E&t=5s', with flair 'Gaming'
+6074 [2020-02-16 05:40:54] /u/MLGkena had their submission removed for insufficient lambda.
+6074 [2020-02-16 05:49:37] There has been a new submission: 'Trying to rob a fire-truck for “dress-up”? I think not! Took a ton of time to edit but finally got it done. All comments are greatly appreciated!', with flair 'Gaming'
+6074 [2020-02-16 05:49:38] /u/Hamlet_71 had their submission removed for insufficient lambda.
+6074 [2020-02-16 05:53:44] '/u/WestonNeyPhotoVideo' has given '/u/MLGkena' lambda!
+6074 [2020-02-16 06:01:44] '/u/WestonNeyPhotoVideo' has given '/u/Hamlet_71' lambda!
+6074 [2020-02-16 06:06:28] There has been a new submission: 'STOLEN fire truck gone ROGUE! Took a ton of work but all feedback and comments are greatly appreciated.', with flair 'Gaming'
+6074 [2020-02-16 06:08:38] There has been a new submission: 'Slugcat's Bizarre Adventure | Rain Warudo', with flair 'Gaming'
+6074 [2020-02-16 06:08:39] /u/JimothyRoss had their submission removed for insufficient lambda.
+6074 [2020-02-16 06:20:06] '/u/MagicWolfPlayz' has given '/u/JimothyRoss' lambda!
+6074 [2020-02-16 06:21:01] '/u/MagicWolfPlayz' has given '/u/WalfieOnYouTube' lambda!
+6074 [2020-02-16 06:23:04] '/u/Bleau98' has given '/u/tommyboy_lr' lambda!
+6074 [2020-02-16 06:23:04] The OP received lambda too!
+6074 [2020-02-16 06:23:47] '/u/Bleau98' has given '/u/EverythingAbout_YT' lambda!
+6074 [2020-02-16 06:24:27] '/u/Bleau98' has given '/u/CRT_Television' lambda!
+6074 [2020-02-16 06:26:01] There has been a new submission: 'Frieza's Multiple Transformations in Dragon Ball Z: Kakarot!', with flair 'Gaming'
+6074 [2020-02-16 06:26:03] /u/SaeTheGamer had their submission removed for insufficient lambda.
+6074 [2020-02-16 06:33:03] '/u/Pretzel99' has given '/u/JimothyRoss' lambda!
+6074 [2020-02-16 06:33:25] '/u/WestonNeyPhotoVideo' has given '/u/JimothyRoss' lambda!
+6074 [2020-02-16 06:35:31] '/u/Pretzel99' has given '/u/MagicWolfPlayz' lambda!
+6074 [2020-02-16 06:35:39] There has been a new submission: 'Slugcat's Bizarre Adventure | Rain Warudo', with flair 'Gaming'
+6074 [2020-02-16 06:39:03] '/u/Hamlet_71' has given '/u/JimothyRoss' lambda!
+6074 [2020-02-16 06:39:03] The OP received lambda too!
+6074 [2020-02-16 06:45:02] '/u/Apple-of-the-earths' has given '/u/JimothyRoss' lambda!
+6074 [2020-02-16 06:59:22] There has been a new submission: 'What do y’all think of these Omegle videos?(Make more or too Niche?)', with flair 'Discussion'
+6074 [2020-02-16 06:59:23] /u/Allenownz had their submission removed for using the wrong flair.
+6074 [2020-02-16 07:00:11] '/u/keegzilla90' has given '/u/Ghryms' lambda!
+6074 [2020-02-16 07:00:12] The OP received lambda too!
+6074 [2020-02-16 07:00:41] There has been a new submission: 'What do y’all think of these type of Omegle videos? (Make more or too niche?)', with flair 'Video Critique'
+6074 [2020-02-16 07:00:55] '/u/keegzilla90' has given '/u/miso_thorny' lambda!
+6074 [2020-02-16 07:01:04] There has been a new submission: 'My home recording studio YT channel!! Check back for new music from the Michigan area and other types of content on the way!', with flair 'Art'
+6074 [2020-02-16 07:01:06] /u/Alexandersghost123 had their submission removed for insufficient lambda.
+6074 [2020-02-16 07:02:54] '/u/NocturnalFudj' has given '/u/x420martian' lambda!
+6074 [2020-02-16 07:02:54] The OP received lambda too!
+6074 [2020-02-16 07:03:16] '/u/NocturnalFudj' has given '/u/TheBigDogYT' lambda!
+6449 [2020-02-16 07:17:00]
+####################
+[2020-02-16 07:17:00] RESTARTED
+####################
+
+6449 [2020-02-16 07:44:48] There has been a new submission: 'A To Z Bible Verses [Any suggestions]', with flair 'Channel Review'
+6449 [2020-02-16 07:44:50] /u/Sashas-Vlog had their submission removed for insufficient lambda.
+6449 [2020-02-16 07:45:44] There has been a new submission: '[Funtage] Looking for some more input on my new Sims series! All feedback welcome and appreciated!', with flair 'Video Critique'
+6449 [2020-02-16 07:49:54] There has been a new submission: 'Joining The Army w/SNIFFERDOGE (America's Army Proving Grounds', with flair 'Gaming'
+6449 [2020-02-16 07:49:55] /u/ItReallyIsmyALIASis had their submission removed for insufficient lambda.
+6449 [2020-02-16 07:59:39] '/u/jenlie89' has given '/u/TheBigDogYT' lambda!
+6449 [2020-02-16 07:59:40] The OP received lambda too!
+6449 [2020-02-16 08:01:51] There has been a new submission: 'Found this great anime video completely coincidentally, instantaneously as it was uploaded, so weird right, EVERYONE CHECK IT OUT', with flair 'Vlog'
+6449 [2020-02-16 08:01:53] /u/Thelulz63 had their submission removed for insufficient lambda.
+6449 [2020-02-16 08:05:14] There has been a new submission: 'Valentines Day HUGOT Lines and TALA Dance!', with flair 'Vlog'
+6449 [2020-02-16 08:20:02] There has been a new submission: 'Looking for some feedback on my channel! It’s far from perfect but I think it’s really improved from when I started! Of course I’ll be giving lambda for legitimate feedback :)', with flair 'Channel Review'
+6449 [2020-02-16 08:20:15] '/u/exploringwithwade' has given '/u/jerkwadprods' lambda!
+6449 [2020-02-16 08:20:59] '/u/qzeqYT' has given '/u/actuallyBIG' lambda!
+6449 [2020-02-16 08:20:59] The OP received lambda too!
+6449 [2020-02-16 08:25:37] There has been a new submission: 'Hit 80 subs today :)', with flair 'Discussion'
+6449 [2020-02-16 08:35:31] There has been a new submission: 'Yarra Bend Park - Melbourne Victoria - Quick Solo Day Hike', with flair 'Vlog'
+6449 [2020-02-16 08:50:03] '/u/invaderzoom' has given '/u/actuallyBIG' lambda!
+6449 [2020-02-16 08:50:03] The OP received lambda too!
+6449 [2020-02-16 08:57:05] There has been a new submission: 'I made a new video and I would appreciate any feedback thank you.', with flair 'Video Critique'
+6449 [2020-02-16 08:57:39] '/u/invaderzoom' has given '/u/masteroduo' lambda!
+6449 [2020-02-16 08:59:32] There has been a new submission: 'I just lost about 30 Subs give or take avoid this mistake', with flair 'Discussion'
+6449 [2020-02-16 09:15:39] '/u/invaderzoom' has given '/u/Mrpils' lambda!
+6584 [2020-02-16 09:17:00]
+####################
+[2020-02-16 09:17:00] RESTARTED
+####################
+
+6584 [2020-02-16 09:17:55] There has been a new submission: 'We tried to become Tik Tok famous!! 😳', with flair 'Gaming'
+6584 [2020-02-16 09:17:56] /u/MrRatty had their submission removed for insufficient lambda.
+6584 [2020-02-16 09:20:08] There has been a new submission: 'Banjo type beat - Vibin'. (Prod.Ken)', with flair 'Art'
+6584 [2020-02-16 09:20:10] /u/kendokaiken had their submission removed for insufficient lambda.
+6584 [2020-02-16 09:31:02] '/u/invaderzoom' has given '/u/jenlie89' lambda!
+6584 [2020-02-16 09:34:00] '/u/Inoox' has given '/u/popBambi' lambda!
+6584 [2020-02-16 09:34:01] The OP received lambda too!
+6584 [2020-02-16 09:42:29] There has been a new submission: 'Spent a month editing this JoJo x Mortal Kombat video and would really like to know what people think about it :)', with flair 'Gaming'
+6584 [2020-02-16 09:59:50] There has been a new submission: 'Unlisted video watch time', with flair 'None'
+6584 [2020-02-16 09:59:51] /u/Nikkomas had their submission removed for insufficient lambda.
+6584 [2020-02-16 10:02:38] There has been a new submission: 'Check out this video id u have problems with IG stories!', with flair 'None'
+6584 [2020-02-16 10:02:40] /u/memesky4u had their submission removed for insufficient lambda.
+6584 [2020-02-16 10:22:28] There has been a new submission: 'Experience Indonesia - Travel Video (DJI Osmo Action)', with flair 'Vlog'
+6584 [2020-02-16 10:22:30] /u/rg-man97 had their submission removed for insufficient lambda.
+6584 [2020-02-16 10:22:55] There has been a new submission: 'My road to 1k subscribers is still going strong for my gaming channel #ESO ✌', with flair 'Channel Review'
+6584 [2020-02-16 10:22:56] /u/Unfadingsilence had their submission removed for insufficient lambda.
+6584 [2020-02-16 10:44:11] '/u/priscillahernandez' has given '/u/Moksh2000' lambda!
+6584 [2020-02-16 10:44:11] The OP received lambda too!
+6584 [2020-02-16 10:47:36] There has been a new submission: 'HEY! I’ve just started a new channel and would love some feedback! I’ve only uploaded 2 videos but am hoping to do 1 a week. Basically I do commentary/memes behind a green screen. Currently I only have Soccer topics, but am looking at covering other things like Movies/theatre/wrestling etc. thanks!', with flair 'Channel Review'
+6584 [2020-02-16 10:51:32] '/u/invaderzoom' has given '/u/fabiotic' lambda!
+6584 [2020-02-16 10:56:47] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+6584 [2020-02-16 11:02:35] '/u/fabiotic' has given '/u/IdealDog' lambda!
+6584 [2020-02-16 11:02:35] The OP received lambda too!
+6584 [2020-02-16 11:04:26] There has been a new submission: 'When I post space engineers videos I get atleast 20 views but now I get 1, is it coz the title is less niche maybe? The video quality is way better but if no one clicks it how would they know? I don’t want boring titles like (game) let’s play etc, what should I do keep posting as I am?', with flair 'Video Critique'
+6584 [2020-02-16 11:08:01] There has been a new submission: 'New to YouTube and looking for any feedback, tips etc', with flair 'Channel Review'
+6584 [2020-02-16 11:08:02] /u/jesspennington_ had their submission removed for insufficient lambda.
+6720 [2020-02-16 11:17:00]
+####################
+[2020-02-16 11:17:00] RESTARTED
+####################
+
+6720 [2020-02-16 11:30:17] There has been a new submission: 'Zombie Army 4 - Zombie Slaying Masters', with flair 'None'
+6720 [2020-02-16 11:30:20] /u/Shake_N_BakeUK had their submission removed for insufficient lambda.
+6720 [2020-02-16 11:46:57] There has been a new submission: 'I would like your thoughts please!', with flair 'Vlog'
+6720 [2020-02-16 11:46:58] /u/aBodizeR had their submission removed for insufficient lambda.
+6720 [2020-02-16 11:49:08] '/u/IdealDog' has given '/u/humz_whu' lambda!
+6720 [2020-02-16 11:49:08] The OP received lambda too!
+6720 [2020-02-16 11:57:37] There has been a new submission: 'What do you think about the editing guys?', with flair 'Video Critique'
+6720 [2020-02-16 12:01:46] '/u/qzeqYT' has given '/u/thatVTguy' lambda!
+6720 [2020-02-16 12:04:49] There has been a new submission: 'Cheese Cat-Astrophe Starring Speedy Gonzales (Genesis) Full Longplay', with flair 'Gaming'
+6720 [2020-02-16 12:04:50] /u/2GOOD93 had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:16:22] '/u/fabiotic' has given '/u/Anrok000' lambda!
+6720 [2020-02-16 12:19:58] There has been a new submission: 'Hey All! I uploaded gameplay of a virtual reality game (Firewall: Zero Hour) any comments on how I can improve will receive lambda! If you enjoy then feel free to subscribe.', with flair 'None'
+6720 [2020-02-16 12:19:59] /u/humz_whu had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:21:01] There has been a new submission: 'I would appreciate any feedback on how I could get better', with flair 'None'
+6720 [2020-02-16 12:21:03] /u/shadow-killer_ had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:22:29] There has been a new submission: 'Hello! I have a question.', with flair 'None'
+6720 [2020-02-16 12:22:31] /u/PepiOnLine had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:23:05] There has been a new submission: 'Would appreciate any feedback on how to do better next time', with flair 'None'
+6720 [2020-02-16 12:23:07] /u/shadow-killer_ had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:23:22] There has been a new submission: 'Is it a problem if i upload all kinds of videos?', with flair 'Discussion'
+6720 [2020-02-16 12:26:24] '/u/daydreamer-alert' has given '/u/humz_whu' lambda!
+6720 [2020-02-16 12:26:24] The OP received lambda too!
+6720 [2020-02-16 12:26:39] '/u/smokysnail' has given '/u/guyFCR' lambda!
+6720 [2020-02-16 12:26:39] The OP received lambda too!
+6720 [2020-02-16 12:27:00] '/u/daydreamer-alert' has given '/u/fabiotic' lambda!
+6720 [2020-02-16 12:28:18] There has been a new submission: 'I made an educational video about Colonizing Mars.', with flair 'Video Critique'
+6720 [2020-02-16 12:28:19] /u/Info_Dose had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:28:27] '/u/smokysnail' has given '/u/actuallyBIG' lambda!
+6720 [2020-02-16 12:28:41] '/u/smokysnail' has given '/u/Hellspawn_toxins' lambda!
+6720 [2020-02-16 12:29:34] There has been a new submission: 'Hey All! I uploaded a montage of a virtual reality game (Firewall:zero hour) and would like to hear feedback, will give lambda! If you enjoy the content please subscribe.', with flair 'None'
+6720 [2020-02-16 12:32:27] '/u/PepiOnLine' has given '/u/verymanytacos' lambda!
+6720 [2020-02-16 12:32:27] The OP received lambda too!
+6720 [2020-02-16 12:33:17] '/u/qzeqYT' has given '/u/Anrok000' lambda!
+6720 [2020-02-16 12:36:12] There has been a new submission: 'Finally got enough lamda. I make pubg videos inspired by paluluman and nekometa any criticism is allowed', with flair 'None'
+6720 [2020-02-16 12:38:06] There has been a new submission: 'Come see our new video!!!', with flair 'Gaming'
+6720 [2020-02-16 12:38:07] /u/Official_RTB had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:40:48] There has been a new submission: 'Is my channel doing okay? What can i improve?', with flair 'Channel Review'
+6720 [2020-02-16 12:43:46] There has been a new submission: 'Amazing Hawaii! Edit was a beginner effort. Still a lot more to learn. What’s your thought?', with flair 'Video Critique'
+6720 [2020-02-16 12:43:48] /u/virtualtad had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:44:42] There has been a new submission: 'Could you tell me where I can promote my channel with animation for kids', with flair 'Channel Review'
+6720 [2020-02-16 12:44:44] /u/MathiasOllsky had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:48:59] There has been a new submission: 'SPECTACULAR SIGHTS IN SINGAPORE (2020)🌞 Part 1 | Vlog #37 | Shaun Yoong', with flair 'Video Critique'
+6720 [2020-02-16 12:51:42] '/u/shaunyoong' has given '/u/WalfieOnYouTube' lambda!
+6720 [2020-02-16 12:52:27] There has been a new submission: 'DAYS GONE Walkthrough Part 1 - Prologue', with flair 'Gaming'
+6720 [2020-02-16 12:52:29] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+6720 [2020-02-16 12:52:59] '/u/shaunyoong' has given '/u/tommyboy_lr' lambda!
+6720 [2020-02-16 13:15:54] '/u/IdealDog' has given '/u/smokysnail' lambda!
+6894 [2020-02-16 13:17:00]
+####################
+[2020-02-16 13:17:00] RESTARTED
+####################
+
+6894 [2020-02-16 13:23:03] There has been a new submission: 'Platinum Pistols Minitage (Modern Warfare)', with flair 'Gaming'
+6894 [2020-02-16 13:23:05] /u/xDaZez had their submission removed for insufficient lambda.
+6894 [2020-02-16 13:23:17] There has been a new submission: 'Adobe Lightroom Tutorial - Free City Preset (getting better and better with the help from you guys, ty 😊)', with flair 'Video Critique'
+6894 [2020-02-16 14:02:30] '/u/qzeqYT' has given '/u/shaunyoong' lambda!
+6894 [2020-02-16 14:05:03] There has been a new submission: 'We’re building our YouTube studio, we wanted an awesome background so we went with a pallet wall, we’re new to woodworking but excited to learn awesome new things. This is our first video on our channel and would appreciate any feedback 😊', with flair 'Video Critique'
+6894 [2020-02-16 14:10:53] '/u/The_Suited_Bird' has given '/u/alexmenstra' lambda!
+6894 [2020-02-16 14:10:53] The OP received lambda too!
+6894 [2020-02-16 14:12:47] '/u/The_Suited_Bird' has given '/u/qzeqYT' lambda!
+6894 [2020-02-16 14:13:57] '/u/The_Suited_Bird' has given '/u/ParkiPlays' lambda!
+6894 [2020-02-16 14:14:53] '/u/The_Suited_Bird' has given '/u/lssrdragon66' lambda!
+6894 [2020-02-16 14:15:54] '/u/The_Suited_Bird' has given '/u/Confusion574' lambda!
+6894 [2020-02-16 14:17:27] '/u/The_Suited_Bird' has given '/u/invaderzoom' lambda!
+6894 [2020-02-16 14:18:23] '/u/daydreamer-alert' has given '/u/HuntedCharlie' lambda!
+6894 [2020-02-16 14:18:33] '/u/The_Suited_Bird' has given '/u/Kalum-W' lambda!
+6894 [2020-02-16 14:20:09] '/u/The_Suited_Bird' has given '/u/Tri99erMe' lambda!
+6894 [2020-02-16 14:21:08] '/u/The_Suited_Bird' has given '/u/IdealDog' lambda!
+6894 [2020-02-16 14:21:37] '/u/The_Suited_Bird' has given '/u/jesspennington_' lambda!
+6894 [2020-02-16 14:22:33] '/u/The_Suited_Bird' has given '/u/ihateplastic10' lambda!
+6894 [2020-02-16 14:25:57] There has been a new submission: 'Terrible Instagram Life Advice.', with flair 'Video Critique'
+6894 [2020-02-16 14:27:52] '/u/The_Suited_Bird' has given '/u/Illfury' lambda!
+6894 [2020-02-16 14:29:35] There has been a new submission: 'I worked very hard on this video, I'm hoping to get a better editing software and better mic soon of course, but I just wanted to share my work here and maybe get some feedback.', with flair 'Gaming'
+6894 [2020-02-16 14:29:35] /u/slumberdan had their submission removed for insufficient lambda.
+6894 [2020-02-16 14:31:24] There has been a new submission: 'New Channel', with flair 'Channel Review'
+6894 [2020-02-16 14:31:26] /u/Everyday_Delights had their submission removed for insufficient lambda.
+6894 [2020-02-16 14:39:32] There has been a new submission: 'Alison Hewitt | Sims 4', with flair 'Gaming'
+6894 [2020-02-16 14:39:32] /u/PurpleSimmer had their submission removed for insufficient lambda.
+6894 [2020-02-16 14:43:25] '/u/The_Suited_Bird' has given '/u/Mrpils' lambda!
+6894 [2020-02-16 14:43:50] '/u/qzeqYT' has given '/u/shadyyness' lambda!
+6894 [2020-02-16 14:44:02] '/u/The_Suited_Bird' has given '/u/TheScarletSeeker' lambda!
+6894 [2020-02-16 14:49:07] '/u/ShikharTrivedi' has given '/u/IdealDog' lambda!
+6894 [2020-02-16 14:49:08] The OP received lambda too!
+6894 [2020-02-16 14:49:28] {ERROR} received 503 HTTP response
+6894 [2020-02-16 14:49:47] {ERROR} received 503 HTTP response
+6894 [2020-02-16 14:50:07] {ERROR} received 503 HTTP response
+7030 [2020-02-16 15:17:00]
+####################
+[2020-02-16 15:17:00] RESTARTED
+####################
+
+7030 [2020-02-16 15:17:24] '/u/Anrok000' has given '/u/Dharen29YT' lambda!
+7030 [2020-02-16 15:17:24] The OP received lambda too!
+7030 [2020-02-16 15:17:29] '/u/denandmugMAKES' has given '/u/shadyyness' lambda!
+7030 [2020-02-16 15:17:29] The OP received lambda too!
+7030 [2020-02-16 15:17:34] '/u/Jischasing' has given '/u/EngineeringJuice' lambda!
+7030 [2020-02-16 15:17:34] The OP received lambda too!
+7030 [2020-02-16 15:17:40] '/u/WestonNeyPhotoVideo' has given '/u/shadyyness' lambda!
+7030 [2020-02-16 15:17:45] '/u/ShikharTrivedi' has given '/u/CubandCat' lambda!
+7030 [2020-02-16 15:18:14] There has been a new submission: 'Hey guys I need feedback on my new video can you guys help me', with flair 'Video Critique'
+7030 [2020-02-16 15:18:15] /u/Keepingupwitherica had their submission removed for insufficient lambda.
+7030 [2020-02-16 15:18:18] There has been a new submission: '[Discussion] So this morning I hit 440 subs, (it's not huge, but I'm still super flattered)', with flair 'Vlog'
+7030 [2020-02-16 15:18:21] There has been a new submission: 'Short & Sweet, 1st part of a 2 part match in OW', with flair 'Gaming'
+7030 [2020-02-16 15:20:14] '/u/Hamlet_71' has given '/u/Rekutemu' lambda!
+7030 [2020-02-16 15:22:35] '/u/The_Suited_Bird' has given '/u/Jischasing' lambda!
+7030 [2020-02-16 15:26:31] There has been a new submission: 'Top 5 addictive foods', with flair 'Video Critique'
+7030 [2020-02-16 15:26:33] /u/maxdedenver had their submission removed for insufficient lambda.
+7030 [2020-02-16 15:27:03] There has been a new submission: 'Paying for advertising', with flair 'Discussion'
+7030 [2020-02-16 15:28:54] '/u/The_Suited_Bird' has given '/u/TheJustindsd' lambda!
+7030 [2020-02-16 15:29:23] '/u/MadeCITYSTARS' has given '/u/R_Hanna' lambda!
+7030 [2020-02-16 15:39:46] '/u/jenlie89' has given '/u/The_BoxYT' lambda!
+7030 [2020-02-16 15:39:46] The OP received lambda too!
+7030 [2020-02-16 15:49:36] There has been a new submission: 'New Doom 2 video is up!', with flair 'Gaming'
+7030 [2020-02-16 15:49:36] /u/Styxgaming4 had their submission removed for insufficient lambda.
+7030 [2020-02-16 15:54:48] There has been a new submission: 'Football Face Swap - Check out my video and let me know what you think :)', with flair 'Video Critique'
+7030 [2020-02-16 15:59:54] There has been a new submission: 'Find out why I stopped dropshipping in 2020! Let me know what you think of the video’s content and editing 🙌', with flair 'Video Critique'
+7030 [2020-02-16 16:04:36] There has been a new submission: 'GENE', with flair 'Vlog'
+7030 [2020-02-16 16:04:38] /u/the_real_d247 had their submission removed for insufficient lambda.
+7030 [2020-02-16 16:10:13] There has been a new submission: 'Posted a new video. Feel free to check it out. Comment, critiques, anything. I’m just happy to be creating', with flair 'Vlog'
+7030 [2020-02-16 16:12:50] There has been a new submission: 'New video: 3 Steps to stop a panic attack', with flair 'Video Critique'
+7030 [2020-02-16 16:12:52] /u/kyle-atkinson had their submission removed for insufficient lambda.
+7030 [2020-02-16 16:24:43] '/u/qzeqYT' has given '/u/the_real_d247' lambda!
+7030 [2020-02-16 16:35:15] '/u/Allenownz' has given '/u/SpiritvsRobot' lambda!
+7030 [2020-02-16 16:35:15] The OP received lambda too!
+7030 [2020-02-16 16:37:36] '/u/VreaL37' has given '/u/alfredosolisfuentes' lambda!
+7030 [2020-02-16 16:38:25] There has been a new submission: 'Video Essay on David Dobrik's personal brand! Feedback appreciated', with flair 'None'
+7030 [2020-02-16 16:38:26] /u/totallynicholas had their submission removed for insufficient lambda.
+7030 [2020-02-16 16:44:07] '/u/CubandCat' has given '/u/nkkbly' lambda!
+7030 [2020-02-16 16:44:07] The OP received lambda too!
+7030 [2020-02-16 16:44:35] '/u/Tyznips' has given '/u/EngineeringJuice' lambda!
+7030 [2020-02-16 16:44:35] The OP received lambda too!
+7030 [2020-02-16 16:46:45] There has been a new submission: 'Here's my latest Royalty-Free Music. It's an Upbeat Rock Retro Gaming track, and it's free to download ! I'd love to hear what you think about it !', with flair 'Video Critique'
+7030 [2020-02-16 16:53:59] '/u/humz_whu' has given '/u/Anrok000' lambda!
+7030 [2020-02-16 16:53:59] The OP received lambda too!
+7030 [2020-02-16 16:55:42] '/u/humz_whu' has given '/u/ThisIsCress' lambda!
+7030 [2020-02-16 16:55:50] There has been a new submission: 'Rocky: Any feedback is welcome! I’d also love some advice on finding people to collaborate with', with flair 'Video Critique'
+7030 [2020-02-16 16:55:51] /u/secretsaucedelight had their submission removed for insufficient lambda.
+7165 [2020-02-16 17:17:01]
+####################
+[2020-02-16 17:17:01] RESTARTED
+####################
+
+7165 [2020-02-16 17:20:08] '/u/avrona' has given '/u/fabiotic' lambda!
+7165 [2020-02-16 17:20:08] The OP received lambda too!
+7165 [2020-02-16 17:21:55] '/u/Hamlet_71' has given '/u/Anrok000' lambda!
+7165 [2020-02-16 17:23:21] '/u/Hamlet_71' has given '/u/the_real_d247' lambda!
+7165 [2020-02-16 17:24:01] There has been a new submission: 'Reecy the rapper 👀🔥', with flair 'Discussion'
+7165 [2020-02-16 17:24:03] /u/reecytherapper had their submission removed for using the wrong flair.
+7165 [2020-02-16 17:24:15] There has been a new submission: 'How to Make Healthy Chicken Pizza', with flair 'None'
+7165 [2020-02-16 17:24:16] /u/kawshif had their submission removed for insufficient lambda.
+7165 [2020-02-16 17:25:26] There has been a new submission: 'How To Draw Galaxy / Turning WORDS Into Picture', with flair 'Art'
+7165 [2020-02-16 17:25:28] /u/TheGlovesMade had their submission removed for insufficient lambda.
+7165 [2020-02-16 17:33:20] There has been a new submission: 'Most beautiful coastal roads of Konkan [vlog]', with flair 'Vlog'
+7165 [2020-02-16 17:36:02] '/u/IdealDog' has given '/u/Inoox' lambda!
+7165 [2020-02-16 17:38:47] There has been a new submission: '(Set Reminders) The Legendary Super Saiyan! Goku VS Frieza in Dragon Ball Z: Kakarot', with flair 'Gaming'
+7165 [2020-02-16 17:38:48] /u/SaeTheGamer had their submission removed for insufficient lambda.
+7165 [2020-02-16 17:42:23] '/u/Hamlet_71' has given '/u/masteroduo' lambda!
+7165 [2020-02-16 17:44:30] There has been a new submission: 'To those who like meme videos.. thoughts? positive and negative', with flair 'Video Critique'
+7165 [2020-02-16 17:51:54] '/u/KamKashiiiYT' has given '/u/RockLover37' lambda!
+7165 [2020-02-16 17:51:54] The OP received lambda too!
+7165 [2020-02-16 17:54:30] '/u/MagicWolfPlayz' has given '/u/FineappleFilms' lambda!
+7165 [2020-02-16 17:57:09] There has been a new submission: 'i tried a new thing for once', with flair 'Channel Review'
+7165 [2020-02-16 17:57:11] /u/RedPrimrose had their submission removed for insufficient lambda.
+7165 [2020-02-16 17:59:09] There has been a new submission: 'My editing is a garbage so what can I do to improve this video?', with flair 'Video Critique'
+7165 [2020-02-16 18:03:32] '/u/KamKashiiiYT' has given '/u/GenericGhost_YT' lambda!
+7165 [2020-02-16 18:04:30] '/u/The_Suited_Bird' has given '/u/ArnoVlmt' lambda!
+7165 [2020-02-16 18:11:24] '/u/The_BoxYT' has given '/u/mshordja' lambda!
+7165 [2020-02-16 18:11:24] The OP received lambda too!
+7165 [2020-02-16 18:11:34] There has been a new submission: 'Looking for positive and negative suggestions and feedback! Anything helps just be honest 😌', with flair 'None'
+7165 [2020-02-16 18:11:36] /u/cfanning62 had their submission removed for insufficient lambda.
+7165 [2020-02-16 18:11:47] '/u/WestonNeyPhotoVideo' has given '/u/nkkbly' lambda!
+7165 [2020-02-16 18:12:01] There has been a new submission: 'WHERE ART THOU CORONEO?', with flair 'Video Critique'
+7165 [2020-02-16 18:12:24] '/u/CubandCat' has given '/u/ArnoVlmt' lambda!
+7165 [2020-02-16 18:13:15] '/u/ActivexGen' has given '/u/CRT_Television' lambda!
+7165 [2020-02-16 18:16:26] There has been a new submission: 'Gaming Video is what my channel is mainly about and I would like some feedback on how I'm doing 😁✌🏽', with flair 'Video Critique'
+7165 [2020-02-16 18:16:28] /u/Chaos_Jutsu had their submission removed for insufficient lambda.
+7165 [2020-02-16 18:26:41] '/u/KamKashiiiYT' has given '/u/Kuribo781' lambda!
+7165 [2020-02-16 18:32:21] '/u/guyFCR' has given '/u/slimecounty' lambda!
+7165 [2020-02-16 18:32:21] The OP received lambda too!
+7165 [2020-02-16 18:33:24] '/u/guyFCR' has given '/u/RockLover37' lambda!
+7165 [2020-02-16 18:33:47] '/u/guyFCR' has given '/u/sotnrgo' lambda!
+7165 [2020-02-16 18:34:05] '/u/secluderhere' has given '/u/alfredosolisfuentes' lambda!
+7165 [2020-02-16 18:34:47] '/u/guyFCR' has given '/u/ArnoVlmt' lambda!
+7165 [2020-02-16 18:35:20] '/u/guyFCR' has given '/u/NocturnalFudj' lambda!
+7165 [2020-02-16 18:36:35] '/u/guyFCR' has given '/u/the_real_d247' lambda!
+7165 [2020-02-16 18:36:57] '/u/guyFCR' has given '/u/YereLet-' lambda!
+7165 [2020-02-16 18:37:16] There has been a new submission: 'New Equipment - Hopefully Improved Quality!', with flair 'Video Critique'
+7165 [2020-02-16 18:37:18] /u/Seraffian had their submission removed for insufficient lambda.
+7165 [2020-02-16 18:39:48] There has been a new submission: 'I posted a new video! I'd like to know your thoughts on it, what you liked, what you disliked or just a brief summary of your opinion! Any feedback is welcome.', with flair 'Video Critique'
+7165 [2020-02-16 18:40:21] There has been a new submission: 'SMALL YOUTUBER LOOKING FOR A GAMING GROUP...', with flair 'Collab'
+7165 [2020-02-16 18:48:30] There has been a new submission: '"DON'T BLOW INTO A WHAT!!??" - Apex Legends. Will give lambda for feedback!', with flair 'Video Critique'
+7165 [2020-02-16 18:51:46] '/u/denandmugMAKES' has given '/u/the_real_d247' lambda!
+7165 [2020-02-16 18:54:00] There has been a new submission: 'A subnautica Video (also If you could Subscribe ) Feedback )', with flair 'None'
+7165 [2020-02-16 18:54:19] '/u/hemant_rangdal' has given '/u/YereLet-' lambda!
+7165 [2020-02-16 18:54:20] The OP received lambda too!
+7165 [2020-02-16 18:56:12] '/u/OG_Dan' has given '/u/MoskitoDan' lambda!
+7165 [2020-02-16 18:56:13] The OP received lambda too!
+7165 [2020-02-16 18:56:20] There has been a new submission: 'Beer and Conversation Podcast', with flair 'Discussion'
+7165 [2020-02-16 18:56:21] /u/DirtyMikeTwitch had their submission removed for using the wrong flair.
+7165 [2020-02-16 19:07:02] '/u/fabiotic' has given '/u/Paul_francis' lambda!
+7165 [2020-02-16 19:08:04] '/u/fabiotic' has given '/u/The_Suited_Bird' lambda!
+7165 [2020-02-16 19:08:33] '/u/lssrdragon66' has given '/u/IdealDog' lambda!
+7165 [2020-02-16 19:08:33] The OP received lambda too!
+7165 [2020-02-16 19:10:37] '/u/fabiotic' has given '/u/totallynicholas' lambda!
+7165 [2020-02-16 19:11:12] '/u/fabiotic' has given '/u/iamtinos' lambda!
+7165 [2020-02-16 19:13:07] '/u/fabiotic' has given '/u/ArnoVlmt' lambda!
+7165 [2020-02-16 19:16:11] '/u/fabiotic' has given '/u/nkkbly' lambda!
+7396 [2020-02-16 19:17:00]
+####################
+[2020-02-16 19:17:00] RESTARTED
+####################
+
+7396 [2020-02-16 19:19:26] There has been a new submission: 'Cristiano Ronaldo ❯ Meek Mill - Believe (feat. Justin Timberlake) | Goals & Skills 2020 HD', with flair 'Channel Review'
+7396 [2020-02-16 19:19:26] /u/Xander2KBarqs123 had their submission removed for insufficient lambda.
+7396 [2020-02-16 19:22:00] There has been a new submission: 'Call of duty montage come check it out', with flair 'None'
+7396 [2020-02-16 19:22:03] /u/Collinbeastmode1 had their submission removed for insufficient lambda.
+7396 [2020-02-16 19:22:13] '/u/thePapaSage' has given '/u/CRT_Television' lambda!
+7396 [2020-02-16 19:31:33] There has been a new submission: '{BIG SURPRISE GIFT & VALENTINE'S DAY DATE NIGHT } IPIC THEATER THE ULTIM...', with flair 'Vlog'
+7396 [2020-02-16 19:31:35] /u/iamdestinymonique had their submission removed for insufficient lambda.
+7396 [2020-02-16 19:32:09] '/u/JimothyRoss' has given '/u/actuallyBIG' lambda!
+7396 [2020-02-16 19:32:09] The OP received lambda too!
+7396 [2020-02-16 19:37:16] There has been a new submission: 'THEY WERE SOOO MEAN!! (my first reddit video) Hey guys would appreciate a like and a comment on the video and if you enjoyed the content please subscribe. Would love to support back 😀 any feedback acceptable', with flair 'Vlog'
+7396 [2020-02-16 19:37:17] /u/iamtinos had their submission removed for insufficient lambda.
+7396 [2020-02-16 19:41:53] There has been a new submission: 'How to make money online (2020) | 1000$ a month? #passiveincome', with flair 'Vlog'
+7396 [2020-02-16 19:41:55] /u/martynawypychh had their submission removed for insufficient lambda.
+7396 [2020-02-16 19:44:44] There has been a new submission: 'Started a Reddit TTS channel, tell me how to improve :)', with flair 'Video Critique'
+7396 [2020-02-16 19:44:46] /u/kinda_normie had their submission removed for insufficient lambda.
+7396 [2020-02-16 19:50:47] There has been a new submission: 'Is renaming the channel a bad thing?', with flair 'Discussion'
+7396 [2020-02-16 19:53:38] There has been a new submission: 'BB-8 Needs a Nerf...', with flair 'Gaming'
+7396 [2020-02-16 19:57:37] '/u/guyFCR' has given '/u/totallynicholas' lambda!
+7396 [2020-02-16 19:58:42] '/u/guyFCR' has given '/u/inspiredtoinspire' lambda!
+7396 [2020-02-16 19:58:47] '/u/illicit816' has given '/u/admiller3' lambda!
+7396 [2020-02-16 19:58:47] The OP received lambda too!
+7396 [2020-02-16 20:01:49] There has been a new submission: 'GENE', with flair 'Vlog'
+7396 [2020-02-16 20:03:13] There has been a new submission: 'The B Word: A Story of Bigotry and Discrimination (ft many creators who were born from this very sub.)', with flair 'Collab'
+7396 [2020-02-16 20:03:15] /u/admiller3 had their submission removed for using the wrong flair.
+7396 [2020-02-16 20:06:32] There has been a new submission: 'The B Word: A Story of Bigotry and Discrimination (feat: many creators who were born from this very sub)', with flair 'Channel Review'
+7396 [2020-02-16 20:24:29] '/u/Zaboazagiru' has given '/u/Dave_wuz_here' lambda!
+7396 [2020-02-16 20:24:29] The OP received lambda too!
+7396 [2020-02-16 20:27:12] There has been a new submission: 'I tried making my first meme video hope y'all enjoy :)', with flair 'Channel Review'
+7396 [2020-02-16 20:27:13] /u/pauperdown had their submission removed for insufficient lambda.
+7396 [2020-02-16 20:33:18] '/u/fabiotic' has given '/u/SloyoSussex' lambda!
+7396 [2020-02-16 20:37:10] There has been a new submission: 'I decided to give my girl a video for Valentine’s Day, since I’ve filmed most of our relationship and I never really got around to make something from that footage, so I tried to make this video with a narrative and a sort of greatest hits from our life together.', with flair 'Video Critique'
+7396 [2020-02-16 20:37:12] /u/Swednadian had their submission removed for insufficient lambda.
+7396 [2020-02-16 20:48:49] There has been a new submission: 'I’m a new YouTube Gamer. Currently my elgato is messing up a little, so the audio on my videos is not ideal. But I’m still proud that I’m getting out of my comfort zone a little. This is something I’ve wanted to do for years. Check out my channel and maybe subscribe if ya like me!', with flair 'Gaming'
+7396 [2020-02-16 20:48:50] /u/Hellspawn_toxins had their submission removed for insufficient lambda.
+7396 [2020-02-16 20:51:09] There has been a new submission: 'My latest video on picking up OFF-WHITE Air Jordans in NYC and making $750 profit. Enjoy', with flair 'Vlog'
+7396 [2020-02-16 20:51:11] /u/itslova had their submission removed for insufficient lambda.
+7396 [2020-02-16 20:52:13] There has been a new submission: '[Discussion] I posed this question poorly earlier, I'd like advice on view to subscriber conversion.', with flair 'Discussion'
+7396 [2020-02-16 20:53:44] There has been a new submission: 'Randomizer UHC but with SHARPNESS V...', with flair 'Channel Review'
+7396 [2020-02-16 20:53:46] /u/Tizzly3 had their submission removed for insufficient lambda.
+7396 [2020-02-16 20:55:46] There has been a new submission: 'Hey Guys! Looking for some feedback on my newest video please! Any feedback is appreciated, will give lambda!!! PS Its a gaming review video.', with flair 'Video Critique'
+7396 [2020-02-16 20:55:56] There has been a new submission: 'Hi Guys! This is the first video I've uploaded in months. This is me just deciding to put my thoughts about myself being small youtuber out there and I talk about Myself, What I've learned, and this subreddit. Any and All genuine and good feedback is appreciated. Thank You.', with flair 'Video Critique'
+7396 [2020-02-16 20:56:52] There has been a new submission: 'AUX BATTLES!!! ft popular 2020 rap songs', with flair 'None'
+7396 [2020-02-16 20:56:54] /u/CLT_Phoenix had their submission removed for insufficient lambda.
+7396 [2020-02-16 20:57:22] '/u/guyFCR' has given '/u/Bafflenuuk1000' lambda!
+7396 [2020-02-16 20:58:36] '/u/guyFCR' has given '/u/streamedbroccoliTV' lambda!
+7396 [2020-02-16 20:58:53] There has been a new submission: 'The Problem with Netflix', with flair 'Discussion'
+7396 [2020-02-16 20:58:54] /u/Pirrateking had their submission removed for using the wrong flair.
+7396 [2020-02-16 21:02:21] There has been a new submission: 'So im really trying to improve the quality of my videos! Looking for constructive criticism and tips on my editing, watch time etc. I would love any tips on growth too.', with flair 'Video Critique'
+7396 [2020-02-16 21:04:50] There has been a new submission: 'A video critique on my first Rage Reactions video. All criticism is welcomed', with flair 'Video Critique'
+7396 [2020-02-16 21:04:51] /u/TrizziiDaZombie had their submission removed for insufficient lambda.
+7396 [2020-02-16 21:05:05] There has been a new submission: 'Hey Everyone! I'm about to hit 10 Uploads & I wanted to get some feedback on how my channel looks at this point! Thanks!', with flair 'Channel Review'
+7396 [2020-02-16 21:05:06] /u/prettyboiRandell had their submission removed for insufficient lambda.
+7396 [2020-02-16 21:06:25] '/u/Ghryms' has given '/u/Rekutemu' lambda!
+7396 [2020-02-16 21:06:25] The OP received lambda too!
+7396 [2020-02-16 21:06:34] There has been a new submission: 'The Problem with Netflix', with flair 'Video Critique'
+7396 [2020-02-16 21:06:36] /u/Pirrateking had their submission removed for insufficient lambda.
+7396 [2020-02-16 21:07:40] '/u/Tyznips' has given '/u/Kuribo781' lambda!
+7396 [2020-02-16 21:07:49] '/u/admiller3' has given '/u/TheBigDogYT' lambda!
+7396 [2020-02-16 21:07:49] The OP received lambda too!
+7396 [2020-02-16 21:08:48] '/u/The_Suited_Bird' has given '/u/Robbo2513' lambda!
+7396 [2020-02-16 21:09:39] There has been a new submission: 'This is already episode 3 of my new cinematic travel vlog series, what do you think of it?', with flair 'Vlog'
+7396 [2020-02-16 21:09:40] /u/RAMI_XXL had their submission removed for insufficient lambda.
+7396 [2020-02-16 21:09:45] There has been a new submission: 'THE CREATURE THAT HIDES IN THE DARK [headphones reccomend] ( Criticism Welcomed)', with flair 'Video Critique'
+7396 [2020-02-16 21:10:49] There has been a new submission: 'I have a few videos but I think this is the best one I have! Please let me know what you think and if I could do anything better or differently! I’m thinking about doing a let’s play but every time I try it’s hard for me to think of stuff to say... I appreciate feedback!', with flair 'Gaming'
+7396 [2020-02-16 21:11:03] '/u/Tyznips' has given '/u/RockLover37' lambda!
+7396 [2020-02-16 21:11:45] There has been a new submission: 'Should I reupload?', with flair 'Discussion'
+7396 [2020-02-16 21:14:18] '/u/guyFCR' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7531 [2020-02-16 21:17:00]
+####################
+[2020-02-16 21:17:00] RESTARTED
+####################
+
+7531 [2020-02-16 21:17:56] '/u/invaderzoom' has given '/u/shaunyoong' lambda!
+7531 [2020-02-16 21:20:03] '/u/invaderzoom' has given '/u/alfredosolisfuentes' lambda!
+7531 [2020-02-16 21:20:12] There has been a new submission: 'Am new here please watch my video and let me know the feedback', with flair 'None'
+7531 [2020-02-16 21:20:15] /u/Cooking_with_srik had their submission removed for insufficient lambda.
+7531 [2020-02-16 21:22:41] '/u/Hamlet_71' has given '/u/Robbo2513' lambda!
+7531 [2020-02-16 21:25:41] '/u/Hamlet_71' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7531 [2020-02-16 21:31:43] '/u/TheJustindsd' has given '/u/MLGkena' lambda!
+7531 [2020-02-16 21:31:43] The OP received lambda too!
+7531 [2020-02-16 21:31:52] There has been a new submission: 'this channel is real cool and deserves more views .', with flair 'Gaming'
+7531 [2020-02-16 21:31:55] /u/blakestir14 had their submission removed for insufficient lambda.
+7531 [2020-02-16 21:32:10] There has been a new submission: 'Tried a Gang Beasts video and the edit style was a bit different than usual, any parts too slow? Would love feedback?', with flair 'Video Critique'
+7531 [2020-02-16 21:40:52] '/u/KamKashiiiYT' has given '/u/MLGkena' lambda!
+7531 [2020-02-16 21:41:10] '/u/KamKashiiiYT' has given '/u/THENEXTBIGTHINGMINER' lambda!
+7531 [2020-02-16 21:41:23] There has been a new submission: 'Finally got to play one of my favorite games in a long time due to me switching to Mac. I’ve been told the music is too loud but tell me how you feel about the video. The game is you being in a space station doing your own working duties while there’s traitors and stuff.', with flair 'Video Critique'
+7531 [2020-02-16 21:41:36] '/u/KamKashiiiYT' has given '/u/x420martian' lambda!
+7531 [2020-02-16 21:41:50] '/u/The_Suited_Bird' has given '/u/TomKeehn' lambda!
+7531 [2020-02-16 21:43:30] '/u/CompleteReason1' has given '/u/MLGkena' lambda!
+7531 [2020-02-16 21:43:30] The OP received lambda too!
+7531 [2020-02-16 21:45:49] There has been a new submission: 'Resident Evil 4 but the only resident that’s evil is Me (GET ME TO 100 SUBS)', with flair 'Gaming'
+7531 [2020-02-16 21:49:20] '/u/actuallyBIG' has given '/u/R_Hanna' lambda!
+7531 [2020-02-16 21:49:20] The OP received lambda too!
+7531 [2020-02-16 21:54:58] '/u/actuallyBIG' has given '/u/ThatLuckyDude' lambda!
+7531 [2020-02-16 21:56:12] '/u/actuallyBIG' has given '/u/IdealDog' lambda!
+7531 [2020-02-16 21:56:24] There has been a new submission: 'A Look Back at the Sonic Anime Movie', with flair 'Video Critique'
+7531 [2020-02-16 21:56:55] '/u/Kalum-W' has given '/u/YereLet-' lambda!
+7531 [2020-02-16 21:56:55] The OP received lambda too!
+7531 [2020-02-16 21:58:31] There has been a new submission: 'What’s some weird/cringey videos you’d like to see a YouTube duo make a video on?', with flair 'Discussion'
+7531 [2020-02-16 21:59:35] '/u/rpenguinr' has given '/u/avrona' lambda!
+7531 [2020-02-16 21:59:35] The OP received lambda too!
+7531 [2020-02-16 21:59:40] '/u/CompleteReason1' has given '/u/MomoNoMomoNo' lambda!
+7531 [2020-02-16 22:07:53] There has been a new submission: 'When Adults Play Apex Legends', with flair 'Gaming'
+7531 [2020-02-16 22:07:54] /u/Str8Villains had their submission removed for insufficient lambda.
+7531 [2020-02-16 22:10:42] '/u/RockLover37' has given '/u/Sky-todd' lambda!
+7531 [2020-02-16 22:10:42] The OP received lambda too!
+7531 [2020-02-16 22:11:09] There has been a new submission: 'This was my last video, and it's about lucid dreams. My videos are connected as chapters of a book, but I'm curious at your experience watching one of my videos for the very first time without knowing anything about the story. How was the experience?', with flair 'None'
+7531 [2020-02-16 22:11:33] '/u/RockLover37' has given '/u/avrona' lambda!
+7531 [2020-02-16 22:12:35] There has been a new submission: 'Bike is So FAST He Can't Talk! Can you guys give me feedback on the banter and editing:)', with flair 'None'
+7531 [2020-02-16 22:12:37] /u/jjstew99 had their submission removed for insufficient lambda.
+7531 [2020-02-16 22:14:50] There has been a new submission: 'Get More Views ? The Decline of WWW Civilization. The Live Stream Years.', with flair 'Vlog'
+7531 [2020-02-16 22:14:52] /u/pusastudios had their submission removed for insufficient lambda.
+7531 [2020-02-16 22:24:42] There has been a new submission: 'I asked before about thumbnails, and took feedback, and am once again asking you to look over my channel, and see what you'd improve!', with flair 'Channel Review'
+7531 [2020-02-16 22:28:12] '/u/RockLover37' has given '/u/DCengineer87' lambda!
+7531 [2020-02-16 22:32:31] There has been a new submission: 'Red Dead Redemption 2: Episode 3', with flair 'Gaming'
+7531 [2020-02-16 22:32:33] /u/AgentsofNOSH had their submission removed for insufficient lambda.
+7531 [2020-02-16 22:42:09] There has been a new submission: 'Hey Guys! Asking for some advice on some of our videos as we put a lot of work into them and we want to get better. Thanks!', with flair 'Channel Review'
+7531 [2020-02-16 22:42:13] /u/Domappcent had their submission removed for insufficient lambda.
+7531 [2020-02-16 22:46:37] There has been a new submission: 'So since I've changed my editing I've been gaining subs but its slowed and i started to lose subs slowly so i tried to add a lot of memes and funny random clips to this one to change it up a bit . What do you think of this one i'm giving lambda', with flair 'Video Critique'
+7531 [2020-02-16 22:46:38] /u/FergHD had their submission removed for insufficient lambda.
+7531 [2020-02-16 22:47:44] '/u/TheJustindsd' has given '/u/jjstew99' lambda!
+7531 [2020-02-16 22:50:21] '/u/qzeqYT' has given '/u/Sky-todd' lambda!
+7531 [2020-02-16 22:50:37] There has been a new submission: 'This is the first Tri-Commentary Smash Video I've editied, I'd like to see what people think if people can give it a watch!', with flair 'Video Critique'
+7531 [2020-02-16 22:51:42] There has been a new submission: 'Dantdm and other gamer's react to new Pokemon starters', with flair 'Gaming'
+7531 [2020-02-16 23:00:11] There has been a new submission: 'My BEST Marriage Advice for YOUNG Newlyweds (+ the Pros/Cons of getting married young) | Wife Talk', with flair 'Discussion'
+7531 [2020-02-16 23:00:14] /u/CallitAdulting had their submission removed for using the wrong flair.
+7531 [2020-02-16 23:00:41] '/u/WestonNeyPhotoVideo' has given '/u/CRT_Television' lambda!
+7531 [2020-02-16 23:04:32] There has been a new submission: 'What would you want to know about when entering adulthood?', with flair 'Discussion'
+7531 [2020-02-16 23:11:00] There has been a new submission: 'I had a lot of fun making this video! and is one of my favourites of recent, id love for you to look it over and see what you think!', with flair 'Video Critique'
+7531 [2020-02-16 23:15:56] There has been a new submission: 'PeriTune - Hanagoyomi(Japanese/Royalty Free Music)', with flair 'Vlog'
+7531 [2020-02-16 23:15:57] /u/GlobePassport01 had their submission removed for insufficient lambda.
+7815 [2020-02-16 23:17:01]
+####################
+[2020-02-16 23:17:01] RESTARTED
+####################
+
+7815 [2020-02-16 23:18:34] '/u/Sky-todd' has given '/u/ixDante' lambda!
+7815 [2020-02-16 23:18:34] The OP received lambda too!
+1431 [2020-02-16 23:19:30] Updated statistics
+7815 [2020-02-16 23:20:14] There has been a new submission: 'Made A Video In A Slightly Different Style Than Usual. Feedback Really Needed And Welcome.', with flair 'Video Critique'
+7815 [2020-02-16 23:23:11] There has been a new submission: 'Hey everyone! Episode 3 of my podcast just went up. This week I talk to a clinical psychologist about dismemberment (among other things). Let me know what you think (will bestow lambda) and if you want to come on the show and talk about some games/films etc your passion about, let me know!', with flair 'Video Critique'
+7815 [2020-02-16 23:29:04] '/u/admiller3' has given '/u/JLSpinner' lambda!
+7815 [2020-02-16 23:36:52] There has been a new submission: 'Only in Rainbow Six Siege - ft. Caveman', with flair 'Channel Review'
+7815 [2020-02-16 23:36:53] /u/charcoal_is_my_name had their submission removed for insufficient lambda.
+7815 [2020-02-16 23:38:33] '/u/Sky-todd' has given '/u/DeafJordan' lambda!
+7815 [2020-02-16 23:44:26] '/u/MomoNoMomoNo' has given '/u/ixDante' lambda!
+7815 [2020-02-16 23:44:26] The OP received lambda too!
+7815 [2020-02-16 23:47:16] '/u/ThiccAssClap' has given '/u/humz_whu' lambda!
+7815 [2020-02-16 23:47:16] The OP received lambda too!
+7815 [2020-02-16 23:51:07] There has been a new submission: 'Persona 3 The Answer Review - Ruining Something Great', with flair 'None'
+7815 [2020-02-16 23:51:18] There has been a new submission: 'Second Video Post!!!', with flair 'Gaming'
+7815 [2020-02-16 23:51:20] /u/GottaGoGrey had their submission removed for insufficient lambda.
+7815 [2020-02-16 23:51:31] '/u/Jischasing' has given '/u/CallitAdulting' lambda!
+7815 [2020-02-16 23:51:31] The OP received lambda too!
+7815 [2020-02-17 00:01:56] There has been a new submission: 'Let me know what y’all think of my video! Open to all suggestions!!', with flair 'None'
+7815 [2020-02-17 00:01:58] /u/Josh22mobley had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:04:11] '/u/fabiotic' has given '/u/khan_54' lambda!
+7815 [2020-02-17 00:04:47] There has been a new submission: 'Brandon Kai - All You Know (Pop Rap)', with flair 'Art'
+7815 [2020-02-17 00:04:49] /u/Brandonkaimusic had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:09:30] There has been a new submission: 'I need some feedback on this video im new to editing so i need as much feedback as possible.', with flair 'Video Critique'
+7815 [2020-02-17 00:14:52] There has been a new submission: 'Can you pee underwater?', with flair 'Video Critique'
+7815 [2020-02-17 00:16:40] There has been a new submission: 'I write short stories. I wanted to see if there was an audience if I had my stories narrated and illustrated. Your criticism is much appreciated', with flair 'Video Critique'
+7815 [2020-02-17 00:17:24] '/u/alfredosolisfuentes' has given '/u/actuallyBIG' lambda!
+7815 [2020-02-17 00:17:24] The OP received lambda too!
+7815 [2020-02-17 00:17:48] '/u/The_Suited_Bird' has given '/u/khan_54' lambda!
+7815 [2020-02-17 00:18:34] '/u/ixDante' has given '/u/Josh22mobley' lambda!
+7815 [2020-02-17 00:18:34] The OP received lambda too!
+7815 [2020-02-17 00:19:35] '/u/The_Suited_Bird' has given '/u/JLSpinner' lambda!
+7815 [2020-02-17 00:20:24] There has been a new submission: 'CRADDOCK TERRY HOTEL - VALENTINE'S DAY - ROOM TOUR', with flair 'Vlog'
+7815 [2020-02-17 00:20:26] /u/Aneedels had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:21:35] '/u/The_Suited_Bird' has given '/u/WalfieOnYouTube' lambda!
+7815 [2020-02-17 00:22:05] There has been a new submission: 'The Retrorectionist', with flair 'Gaming'
+7815 [2020-02-17 00:22:07] /u/Salanzar had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:22:18] '/u/admiller3' has given '/u/BackwoodMenace' lambda!
+7815 [2020-02-17 00:22:52] There has been a new submission: 'Ellen degeneres talking about “ok boomer”', with flair 'None'
+7815 [2020-02-17 00:22:54] /u/Max-Does-Reddit had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:23:11] '/u/admiller3' has given '/u/RockLover37' lambda!
+7815 [2020-02-17 00:24:27] '/u/admiller3' has given '/u/invaderzoom' lambda!
+7815 [2020-02-17 00:25:44] There has been a new submission: 'NEED HELP‼️🔥let me know what you think of this video review/reaction: editing, attention-grabbing *THE WHOLE NINE YARDS', with flair 'Video Critique'
+7815 [2020-02-17 00:25:46] /u/dagoodvybe had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:37:41] There has been a new submission: 'help me get to 1k! i will return the support! upvote this', with flair 'Channel Review'
+7815 [2020-02-17 00:37:42] /u/zoetowne had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:43:08] There has been a new submission: '3 SECONDS FROM EVERY MATT STONIE VIDEO. That's It | (10 MILLION SUBSCRIBERS) | 2012-2020 | MUKBANG', with flair 'Meta'
+7815 [2020-02-17 00:43:10] /u/GymSockGymSock had their submission removed for using the wrong flair.
+7815 [2020-02-17 00:43:38] There has been a new submission: '3 SECONDS FROM EVERY THE SLOW MO GUYS VIDEO. That's It. | (13 MILLION SUBSCRIBERS) | 2010-2020', with flair 'Meta'
+7815 [2020-02-17 00:43:40] /u/GymSockGymSock had their submission removed for using the wrong flair.
+7815 [2020-02-17 00:44:30] There has been a new submission: 'NEW VIDEO WHERE I PLAY AROUND WITH A SUGAR DADDY SCAMMER!!! CLICK THE LINK LUVS!!!', with flair 'Vlog'
+7815 [2020-02-17 00:44:31] /u/devontrieslife had their submission removed for insufficient lambda.
+7815 [2020-02-17 00:45:43] '/u/Burgeaj02' has given '/u/Josh22mobley' lambda!
+7815 [2020-02-17 00:45:43] The OP received lambda too!
+7815 [2020-02-17 00:47:56] There has been a new submission: 'Channel Review - I'm very new to sharing content on Youtube and I've grown a lot so far. I'm hoping you might be able to spare a moment to check out my channel? Any advice is appreciated!', with flair 'Channel Review'
+7815 [2020-02-17 00:49:21] '/u/admiller3' has given '/u/TheAndrusIsHere' lambda!
+7815 [2020-02-17 00:51:41] '/u/Nolymari' has given '/u/DeafJordan' lambda!
+7815 [2020-02-17 00:51:41] The OP received lambda too!
+7815 [2020-02-17 00:54:52] '/u/Nolymari' has given '/u/ixDante' lambda!
+7815 [2020-02-17 00:59:50] There has been a new submission: 'Sekiro Gameplay (for now)', with flair 'Gaming'
+7815 [2020-02-17 00:59:50] /u/Spledix had their submission removed for insufficient lambda.
+7815 [2020-02-17 01:00:23] There has been a new submission: 'Follow the strange string of events as they occured in this complicated Lori Vallow & Chad Daybell saga. Mysterious deaths, attempted murders, missing kids and extreme religious beliefs Regardless of all other strange activity, the most important question remains: Where are Tylee Ryan & JJ Vallow?', with flair 'Video Critique'
+7815 [2020-02-17 01:00:26] /u/drainey326 had their submission removed for insufficient lambda.
+7815 [2020-02-17 01:01:00] '/u/ixDante' has given '/u/dagoodvybe' lambda!
+7815 [2020-02-17 01:01:10] There has been a new submission: '"Blackhole Games" and Escapism. | All feedback and Criticism is welcome!', with flair 'Video Critique'
+7815 [2020-02-17 01:11:53] There has been a new submission: 'When The Gym Leader's on Their Last Pokemon in Gen 5', with flair 'Gaming'
+7815 [2020-02-17 01:11:55] /u/Sconzhy had their submission removed for insufficient lambda.
+7815 [2020-02-17 01:12:56] '/u/MattEssYT' has given '/u/dagoodvybe' lambda!
+7815 [2020-02-17 01:12:56] The OP received lambda too!
+7815 [2020-02-17 01:13:08] There has been a new submission: 'I dropped a new video yesterday', with flair 'Vlog'
+7815 [2020-02-17 01:13:10] /u/Zioskami had their submission removed for insufficient lambda.
+7815 [2020-02-17 01:14:30] '/u/JLSpinner' has given '/u/DeafJordan' lambda!
+7815 [2020-02-17 01:14:30] The OP received lambda too!
+7815 [2020-02-17 01:15:40] There has been a new submission: 'Would love some feedback on my latest video! This is by far the most work I've put into editing so let me know if you enjoy! Drop your channel link below if you have a similar channel and I will check you out too! :)', with flair 'Video Critique'
+7995 [2020-02-17 01:17:01]
+####################
+[2020-02-17 01:17:01] RESTARTED
+####################
+
+7995 [2020-02-17 01:17:56] There has been a new submission: 'Got a new video up for a punishment in a previous video deal made me a nasty breakfast smoothie', with flair 'Video Critique'
+7995 [2020-02-17 01:23:11] '/u/WalfieOnYouTube' has given '/u/Josh22mobley' lambda!
+7995 [2020-02-17 01:23:11] The OP received lambda too!
+7995 [2020-02-17 01:29:57] '/u/WalfieOnYouTube' has given '/u/IAmJay95' lambda!
+7995 [2020-02-17 01:33:10] '/u/TheBigDogYT' has given '/u/IAmJay95' lambda!
+7995 [2020-02-17 01:33:10] The OP received lambda too!
+7995 [2020-02-17 01:33:57] '/u/TheBigDogYT' has given '/u/admiller3' lambda!
+7995 [2020-02-17 01:36:11] '/u/WalfieOnYouTube' has given '/u/AtlasIsNotNice' lambda!
+7995 [2020-02-17 01:48:29] '/u/avamansouri' has given '/u/IAmJay95' lambda!
+7995 [2020-02-17 01:48:29] The OP received lambda too!
+7995 [2020-02-17 01:54:43] There has been a new submission: 'This might be my funniest video to date! Let me know what y’all think! “I Lowballed people on the Facebook Marketplace”', with flair 'None'
+7995 [2020-02-17 01:57:04] '/u/ixDante' has given '/u/IAmJay95' lambda!
+7995 [2020-02-17 02:02:24] There has been a new submission: 'Can you guys check on my new video and give me some feedback? I would really appreciate it! 💜', with flair 'None'
+7995 [2020-02-17 02:02:26] /u/moneymonet15 had their submission removed for insufficient lambda.
+7995 [2020-02-17 02:18:20] '/u/avamansouri' has given '/u/AthrunSykes' lambda!
+7995 [2020-02-17 02:20:49] '/u/TheJustindsd' has given '/u/khan_54' lambda!
+7995 [2020-02-17 02:27:59] There has been a new submission: 'Honestly we went al out Just had a blast making this one. Watch it, SUB, share if you enjoy it if not all cool as well. Have a good weekend everyone.', with flair 'Vlog'
+7995 [2020-02-17 02:44:00] There has been a new submission: 'I just posted my newest video and would love any advice.', with flair 'Video Critique'
+7995 [2020-02-17 02:44:02] /u/Fade__21 had their submission removed for insufficient lambda.
+7995 [2020-02-17 02:58:48] '/u/usedmop' has given '/u/sleepingeggroll' lambda!
+7995 [2020-02-17 03:04:06] '/u/dylphizzer' has given '/u/AthrunSykes' lambda!
+7995 [2020-02-17 03:04:06] The OP received lambda too!
+7995 [2020-02-17 03:07:01] There has been a new submission: 'Please subscribe and support my channel thanks', with flair 'Channel Review'
+7995 [2020-02-17 03:07:03] /u/mavdogs had their submission removed for insufficient lambda.
+8130 [2020-02-17 03:17:01]
+####################
+[2020-02-17 03:17:01] RESTARTED
+####################
+
+8130 [2020-02-17 03:17:54] There has been a new submission: 'Hey everyone! I have a vlog channel and I'd like to receive some honest feedback from you. This is my 37th vlog and if you'd like to see more you can head to my channel to check out the rest. Be as honest as you can. Thanks for watching! :D', with flair 'Channel Review'
+8130 [2020-02-17 03:19:00] There has been a new submission: 'Need Support', with flair 'Gaming'
+8130 [2020-02-17 03:19:00] /u/WrohMeet had their submission removed for insufficient lambda.
+8130 [2020-02-17 03:23:13] There has been a new submission: 'Video critique with warning', with flair 'Video Critique'
+8130 [2020-02-17 03:28:44] There has been a new submission: 'Bunnula TV: Katy Perry Joins The Cum Gang!', with flair 'Channel Review'
+8130 [2020-02-17 03:28:45] /u/BunnulaTV had their submission removed for insufficient lambda.
+8130 [2020-02-17 03:36:29] '/u/hemant_rangdal' has given '/u/Sky-todd' lambda!
+8130 [2020-02-17 03:52:03] There has been a new submission: 'Channel 69 News - Episode 1. My first ever youtube video and I am looking for advice, good or bad anything helps!', with flair 'Video Critique'
+8130 [2020-02-17 03:52:05] /u/GrantNFLFan had their submission removed for insufficient lambda.
+8130 [2020-02-17 04:00:38] There has been a new submission: 'Most intense video I ever did.', with flair 'Vlog'
+8130 [2020-02-17 04:05:59] There has been a new submission: 'If you guys can give me feedback as to how I could increase views that would be great.', with flair 'None'
+8130 [2020-02-17 04:06:01] /u/jjstew99 had their submission removed for insufficient lambda.
+8130 [2020-02-17 05:00:59] '/u/Illfury' has given '/u/The_Suited_Bird' lambda!
+8130 [2020-02-17 05:00:59] The OP received lambda too!
+8130 [2020-02-17 05:03:15] There has been a new submission: 'I've Been Sent To Jail!', with flair 'Gaming'
+8130 [2020-02-17 05:03:17] /u/ItReallyIsmyALIASis had their submission removed for insufficient lambda.
+8277 [2020-02-17 05:17:01]
+####################
+[2020-02-17 05:17:01] RESTARTED
+####################
+
+8277 [2020-02-17 05:20:36] There has been a new submission: 'A more scummy version of the nelk boys lol', with flair 'Vlog'
+8277 [2020-02-17 05:20:38] /u/weekendbuzzofficial had their submission removed for insufficient lambda.
+8277 [2020-02-17 05:29:29] There has been a new submission: 'kid smacks kid with keyboard but with mario theme song', with flair 'Channel Review'
+8277 [2020-02-17 05:29:29] /u/pixolated133 had their submission removed for insufficient lambda.
+8277 [2020-02-17 05:35:53] There has been a new submission: 'My first collaboration pls check it out and tell me what you think also like n subscribe🐥♥️', with flair 'Video Critique'
+8277 [2020-02-17 05:42:32] There has been a new submission: 'melt', with flair 'Gaming'
+8277 [2020-02-17 05:42:34] /u/kooglepowers had their submission removed for insufficient lambda.
+8277 [2020-02-17 05:42:58] There has been a new submission: 'New Channel with Friends playing games with Commentary', with flair 'Channel Review'
+8277 [2020-02-17 05:43:00] /u/Core4Gaming had their submission removed for insufficient lambda.
+8277 [2020-02-17 05:47:54] There has been a new submission: 'Sub to my friend', with flair 'None'
+8277 [2020-02-17 05:47:55] /u/ItsYaBoiMr69 had their submission removed for insufficient lambda.
+8277 [2020-02-17 05:53:23] There has been a new submission: 'Smash Ultimate Movies are WILD (had a lot of fun making this one!)', with flair 'Gaming'
+8277 [2020-02-17 05:59:35] There has been a new submission: '2v2 With Some Nice Guys | Modern Warfare', with flair 'Gaming'
+8277 [2020-02-17 05:59:36] /u/MuckBarns88 had their submission removed for insufficient lambda.
+8277 [2020-02-17 06:00:25] There has been a new submission: 'Just looking for a channel review, let me know if I should improve on anything at all with my content or just any advice or feedback is encouraged.', with flair 'Channel Review'
+8277 [2020-02-17 06:05:35] There has been a new submission: 'For all my younger creators in school that need some tips on balancing academics with their education. I've struggled with this for a while and want to help others that might be going through the same thing, hope you enjoy! :)', with flair 'Video Critique'
+8277 [2020-02-17 06:05:37] /u/vandalxvisuals had their submission removed for insufficient lambda.
+8277 [2020-02-17 06:08:25] There has been a new submission: 'Any feedback on these LEGO videos :)', with flair 'Channel Review'
+8277 [2020-02-17 06:08:26] /u/Melontrap had their submission removed for insufficient lambda.
+8277 [2020-02-17 06:12:45] There has been a new submission: 'We Drive a 900HP Camaro!!!', with flair 'Vlog'
+8277 [2020-02-17 06:12:47] /u/bruceg21 had their submission removed for insufficient lambda.
+8277 [2020-02-17 06:17:52] '/u/WalfieOnYouTube' has given '/u/x420martian' lambda!
+8277 [2020-02-17 07:13:38] '/u/TheBigDogYT' has given '/u/DesmaBR' lambda!
+8277 [2020-02-17 07:16:26] '/u/guyFCR' has given '/u/WalfieOnYouTube' lambda!
+8640 [2020-02-17 07:17:02]
+####################
+[2020-02-17 07:17:02] RESTARTED
+####################
+
+8640 [2020-02-17 07:20:42] There has been a new submission: 'Second YT Video! How did I do cleaning my bmw 335xi twin turbo 6 speed?', with flair 'None'
+8640 [2020-02-17 07:20:44] /u/Beamer-Brian had their submission removed for insufficient lambda.
+8640 [2020-02-17 07:21:18] There has been a new submission: 'Romez - On The Way (feat. Shane) (prod. by Sain$ Beats) [Hip Hop/RnB] (2020)', with flair 'Art'
+8640 [2020-02-17 07:21:20] /u/edilshane had their submission removed for insufficient lambda.
+8640 [2020-02-17 07:26:16] There has been a new submission: 'Green smokey eye tutorial', with flair 'Video Critique'
+8640 [2020-02-17 07:26:17] /u/Snydermarie had their submission removed for insufficient lambda.
+8640 [2020-02-17 07:31:52] There has been a new submission: 'Something for the gamers to have a little laugh at. My first video doing this kind of content so please hit me with some feedback!', with flair 'Gaming'
+8640 [2020-02-17 07:37:40] '/u/admiller3' has given '/u/briecarter' lambda!
+8640 [2020-02-17 07:42:17] There has been a new submission: 'NBA 2k20 All-Star Game | Minami Oroi', with flair 'Vlog'
+8640 [2020-02-17 07:42:19] /u/amazon1977 had their submission removed for insufficient lambda.
+8640 [2020-02-17 07:58:01] There has been a new submission: 'VTX-FuzeYT', with flair 'Gaming'
+8640 [2020-02-17 07:58:02] /u/Tommy6600 had their submission removed for insufficient lambda.
+8640 [2020-02-17 08:02:05] There has been a new submission: 'League of Legends | Warriors 2020 | Fan-made Video | GMV', with flair 'Gaming'
+8640 [2020-02-17 08:02:07] /u/Mefistox99 had their submission removed for insufficient lambda.
+8640 [2020-02-17 08:06:38] '/u/MattAyres_' has given '/u/hkdanish' lambda!
+8640 [2020-02-17 08:06:38] The OP received lambda too!
+8640 [2020-02-17 08:36:55] '/u/guyFCR' has given '/u/jjstew99' lambda!
+8640 [2020-02-17 08:37:57] '/u/guyFCR' has given '/u/ixDante' lambda!
+8640 [2020-02-17 08:39:54] '/u/guyFCR' has given '/u/aDrunkPirate' lambda!
+8640 [2020-02-17 08:43:37] '/u/guyFCR' has given '/u/JLSpinner' lambda!
+8640 [2020-02-17 08:45:26] '/u/guyFCR' has given '/u/canhazreddit' lambda!
+8640 [2020-02-17 08:45:55] '/u/guyFCR' has given '/u/YulichanT_T' lambda!
+8640 [2020-02-17 08:46:52] '/u/guyFCR' has given '/u/Dundy1' lambda!
+8640 [2020-02-17 08:58:18] There has been a new submission: 'I need some constructive criticism and feedback about my latest video (please do not say sound. I already know this issue) :D', with flair 'Video Critique'
+8640 [2020-02-17 08:58:55] There has been a new submission: 'When you land do you search for weapons go into fist fights?Also what do you think about adding melee weapons to the game? :D :D also need feedback! :)', with flair 'Discussion'
+8640 [2020-02-17 08:58:56] /u/FlokiVikingGaming had their submission removed for using the wrong flair.
+8640 [2020-02-17 09:01:17] There has been a new submission: 'When you land do you search for weapons go into fist fights?Also what do you think about adding melee weapons to the game? :D :D', with flair 'Channel Review'
+8640 [2020-02-17 09:01:19] /u/FlokiVikingGaming had their submission removed for insufficient lambda.
+8640 [2020-02-17 09:08:53] There has been a new submission: 'Heya I’m a new Youtuber looking for constructive criticism and recognition :) if you have some spare time, please kindly check it out?', with flair 'None'
+8640 [2020-02-17 09:08:54] /u/Anaiirda had their submission removed for insufficient lambda.
+9224 [2020-02-17 09:17:01]
+####################
+[2020-02-17 09:17:01] RESTARTED
+####################
+
+9224 [2020-02-17 09:39:15] There has been a new submission: 'I am a young YouTuber who posts Minecraft, Overwatch, Mobile Game and Fortnite videos as a spare time hobby. I am on the road to 30 subs and then hopefully 50 or 100. p.s plz sub im desperate', with flair 'Gaming'
+9224 [2020-02-17 09:39:16] /u/FightingPotat0 had their submission removed for insufficient lambda.
+9224 [2020-02-17 10:00:42] There has been a new submission: '69 SUBSCRIBER SPECIAL (Redstone build)', with flair 'Gaming'
+9224 [2020-02-17 10:00:44] /u/5h1ttyredstone had their submission removed for insufficient lambda.
+9224 [2020-02-17 10:02:23] '/u/Fluffyrox4' has given '/u/Inferus12' lambda!
+9224 [2020-02-17 10:02:24] The OP received lambda too!
+9224 [2020-02-17 10:03:02] '/u/Fluffyrox4' has given '/u/Leon_is_a_Ghost' lambda!
+9224 [2020-02-17 10:05:45] There has been a new submission: 'Halo on PC took a massive population dip :( makes me sad', with flair 'Gaming'
+9224 [2020-02-17 10:05:47] /u/OGyoureamistake had their submission removed for insufficient lambda.
+9224 [2020-02-17 10:08:19] '/u/Illfury' has given '/u/JLSpinner' lambda!
+9224 [2020-02-17 10:08:40] '/u/Illfury' has given '/u/Max_Robertson' lambda!
+9224 [2020-02-17 10:11:11] '/u/Illfury' has given '/u/lssrdragon66' lambda!
+9224 [2020-02-17 10:12:10] '/u/Illfury' has given '/u/Dharen29YT' lambda!
+9224 [2020-02-17 10:28:55] There has been a new submission: 'What is a cheap, decent quality camera/phone?', with flair 'Discussion'
+9224 [2020-02-17 10:44:53] '/u/Fluffyrox4' has given '/u/5h1ttyredstone' lambda!
+9224 [2020-02-17 10:47:34] There has been a new submission: '69 SUBSCRIBER SPECIAL in Minecraft thank you', with flair 'Gaming'
+9224 [2020-02-17 10:53:26] There has been a new submission: 'Kobe Bryant Tribute - RIP', with flair 'None'
+9224 [2020-02-17 10:53:28] /u/Pina16_ had their submission removed for insufficient lambda.
+9224 [2020-02-17 10:57:20] There has been a new submission: 'My boyfriend does my makeup challenge With Kris Bernal | HumanMeter', with flair 'None'
+9224 [2020-02-17 10:57:21] /u/IndividualGuide had their submission removed for insufficient lambda.
+9224 [2020-02-17 10:59:53] '/u/MattAyres_' has given '/u/Inferus12' lambda!
+9359 [2020-02-17 11:17:02]
+####################
+[2020-02-17 11:17:02] RESTARTED
+####################
+
+9359 [2020-02-17 11:22:02] There has been a new submission: 'I decided to start making Timelapse videos again, tell me what you think?', with flair 'Gaming'
+9359 [2020-02-17 11:22:04] /u/Soviet_SpudNick had their submission removed for insufficient lambda.
+9359 [2020-02-17 11:22:34] There has been a new submission: 'i started making videos again after a few months, tell me what you think?', with flair 'Gaming'
+9359 [2020-02-17 11:22:36] /u/Soviet_SpudNick had their submission removed for insufficient lambda.
+9359 [2020-02-17 11:24:01] There has been a new submission: 'NORTHUMBERLANDIA: The Giant Naked Grass Lady sat next to a mine. (I just want more than 11 people to watch it - ENJOY!)', with flair 'Video Critique'
+9359 [2020-02-17 11:29:57] There has been a new submission: 'Give me any tips to improve my videos!', with flair 'Gaming'
+9359 [2020-02-17 11:34:13] '/u/Illfury' has given '/u/LeinadArevet' lambda!
+9359 [2020-02-17 11:55:40] There has been a new submission: 'Glamorous Bedroom Speed Build | Sims 4', with flair 'Gaming'
+9359 [2020-02-17 11:55:41] /u/PurpleSimmer had their submission removed for insufficient lambda.
+9359 [2020-02-17 11:56:50] '/u/TCTV_UK' has given '/u/aluskevics' lambda!
+9359 [2020-02-17 11:56:50] The OP received lambda too!
+9359 [2020-02-17 12:04:29] There has been a new submission: 'Demonetized words', with flair 'Meta'
+9359 [2020-02-17 12:13:38] There has been a new submission: 'My First 30 Days on Youtube', with flair 'Discussion'
+9359 [2020-02-17 12:15:42] There has been a new submission: 'https://youtu.be/0yn1_9-Zg9I', with flair 'Art'
+9359 [2020-02-17 12:15:44] /u/huynhdvq had their submission removed for insufficient lambda.
+9359 [2020-02-17 12:21:40] There has been a new submission: 'Video Review - Let's Play Spider-Man PS4 - Please see comments for additional details! Thanks!', with flair 'Gaming'
+9359 [2020-02-17 12:25:54] There has been a new submission: 'I'm consistent❗ I love people and my supporters✊❤ Hobbies are: Gaming🎮 & Making YouTube videos🎥 Being a YouTuber is my life dream and goal🎯 Any help is greatly appreciated🙏💯', with flair 'Gaming'
+9359 [2020-02-17 12:25:56] /u/KrazyKrewYT had their submission removed for insufficient lambda.
+9359 [2020-02-17 12:27:18] '/u/Inferus12' has given '/u/Sky-todd' lambda!
+9359 [2020-02-17 12:27:18] The OP received lambda too!
+9359 [2020-02-17 12:27:27] '/u/Inferus12' has given '/u/aluskevics' lambda!
+9359 [2020-02-17 12:28:54] There has been a new submission: 'Why WordPress? Introduction to WordPress', with flair 'Video Critique'
+9359 [2020-02-17 12:28:55] /u/gihan0325 had their submission removed for insufficient lambda.
+9359 [2020-02-17 12:32:16] '/u/Burgeaj02' has given '/u/jjstew99' lambda!
+9359 [2020-02-17 12:32:25] There has been a new submission: 'new to youtube', with flair 'Channel Review'
+9359 [2020-02-17 12:32:27] /u/angel504 had their submission removed for insufficient lambda.
+9359 [2020-02-17 12:33:07] There has been a new submission: 'Peaceful Piano, Purple Sky, Relaxing Music, Sleep Music, Stress Relief M...', with flair 'Video Critique'
+9359 [2020-02-17 12:34:57] '/u/admiller3' has given '/u/XXXEggNog69XXX' lambda!
+9359 [2020-02-17 12:36:32] '/u/admiller3' has given '/u/13013-Chan' lambda!
+9359 [2020-02-17 12:40:55] There has been a new submission: 'Only in Rainbow Six Siege - ft. Caveman', with flair 'Gaming'
+9359 [2020-02-17 12:40:57] /u/charcoal_is_my_name had their submission removed for insufficient lambda.
+9522 [2020-02-17 13:17:02]
+####################
+[2020-02-17 13:17:02] RESTARTED
+####################
+
+9522 [2020-02-17 13:18:42] There has been a new submission: 'I've been looking for feedback on my channel. On my videos. The video linked is just me talking about my goal. Please let me know what you think.', with flair 'Channel Review'
+9522 [2020-02-17 13:18:43] /u/HardyBoyGhoulsTvYt had their submission removed for insufficient lambda.
+9522 [2020-02-17 13:22:41] There has been a new submission: 'Bioshock Remastered with commentary.', with flair 'Video Critique'
+9522 [2020-02-17 13:22:43] /u/justin7201982ray had their submission removed for insufficient lambda.
+9522 [2020-02-17 13:28:53] '/u/Illfury' has given '/u/schecterguy' lambda!
+9522 [2020-02-17 13:36:37] There has been a new submission: 'Expert or students: can I choose?', with flair 'Discussion'
+9522 [2020-02-17 13:41:05] '/u/aluskevics' has given '/u/Kelopio' lambda!
+9522 [2020-02-17 13:41:05] The OP received lambda too!
+9522 [2020-02-17 13:43:31] There has been a new submission: 'Check the top 15 most popular horror movies from 1978 to 2020.', with flair 'Video Critique'
+9522 [2020-02-17 13:43:33] /u/behindgaming had their submission removed for insufficient lambda.
+9522 [2020-02-17 13:51:52] '/u/aluskevics' has given '/u/Gypsianmoon1111' lambda!
+9522 [2020-02-17 14:23:07] '/u/CompleteReason1' has given '/u/itsJayohkay' lambda!
+9522 [2020-02-17 14:26:11] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+9522 [2020-02-17 14:54:30] There has been a new submission: 'How A Road Trip Will Ruin You In The Best Way | What To Do After An Adventure (My first video after taking some time off from my road trip series and I’m thinking I’m finding my style. Feedback welcome!)', with flair 'None'
+9522 [2020-02-17 14:58:54] There has been a new submission: 'I want to create more content exploring Japan, but I don't know how to make walking around Japan more interesting to other people. This video is my favorite so far, so I would appreciate tips that I could use to edit/enhance other videos I'll make from now on. Thanks in advance!', with flair 'Vlog'
+9522 [2020-02-17 14:58:54] /u/eu001 had their submission removed for insufficient lambda.
+9522 [2020-02-17 15:04:43] There has been a new submission: 'How To Spot A Fake Guru - A TON of new things done in this video. Please critique it on my editing, and sound quality! Any other comments are welcome! Thank you!', with flair 'Video Critique'
+9522 [2020-02-17 15:10:40] '/u/admiller3' has given '/u/cheesesteakeu' lambda!
+9522 [2020-02-17 15:11:52] '/u/admiller3' has given '/u/mcdunco_ontheroad' lambda!
+9522 [2020-02-17 15:12:30] There has been a new submission: 'My latest video, give me some feedback on anything I can do to improve I.E. structure, pacing, technical information', with flair 'None'
+9522 [2020-02-17 15:12:51] There has been a new submission: 'EDITING SOFTWARE!', with flair 'Discussion'
+9522 [2020-02-17 15:16:08] There has been a new submission: 'Some critique would be nice! - I ate a ghost pepper wing every time I fail the eye tracking challenge', with flair 'Video Critique'
+9522 [2020-02-17 15:16:10] /u/cheesesteakeu had their submission removed for insufficient lambda.
+9658 [2020-02-17 15:17:02]
+####################
+[2020-02-17 15:17:02] RESTARTED
+####################
+
+9658 [2020-02-17 15:27:14] There has been a new submission: 'Started vlogging a couple of weeks back, here’s my second video and would really appreciate any feedback/productive criticism you guys have, alternatively if there’s anything you think I’m doing right so far I’d love to know!', with flair 'None'
+9658 [2020-02-17 15:27:15] /u/joshburrows95 had their submission removed for insufficient lambda.
+9658 [2020-02-17 15:34:27] '/u/eu001' has given '/u/Need2Cruise' lambda!
+9658 [2020-02-17 15:34:27] The OP received lambda too!
+9658 [2020-02-17 15:34:35] There has been a new submission: 'Apex Legends Highlights in Season 4 #8', with flair 'Video Critique'
+9658 [2020-02-17 15:34:36] /u/jebmcw had their submission removed for insufficient lambda.
+9658 [2020-02-17 15:38:01] There has been a new submission: 'I will make good thumbnails for you...just for 2.50 USD ( anyone interested do let me know )', with flair 'Thumbnail Review'
+9658 [2020-02-17 15:38:46] '/u/MafiasFinestTV' has given '/u/cheesesteakeu' lambda!
+9658 [2020-02-17 15:38:46] The OP received lambda too!
+9658 [2020-02-17 15:38:51] There has been a new submission: 'Man the apocalypse is something ells [The Walking Dead Saints & Sinners]', with flair 'Gaming'
+9658 [2020-02-17 15:38:51] /u/CrimsonTheFirst had their submission removed for insufficient lambda.
+9658 [2020-02-17 15:42:21] There has been a new submission: 'Some critique would be nice! - I ate a ghost pepper wing every time I fail the eye tracking challenge', with flair 'Video Critique'
+9658 [2020-02-17 15:44:16] '/u/MafiasFinestTV' has given '/u/MoskitoDan' lambda!
+9658 [2020-02-17 15:48:57] '/u/TheBigDogYT' has given '/u/itsJayohkay' lambda!
+9658 [2020-02-17 15:49:41] '/u/TheBigDogYT' has given '/u/Inferus12' lambda!
+9658 [2020-02-17 15:50:32] '/u/TheBigDogYT' has given '/u/Leon_is_a_Ghost' lambda!
+9658 [2020-02-17 15:50:42] There has been a new submission: 'Happy Movie Monday! I watched and reviewed the critically acclaimed movie JOKER starring Joaquin Phoenix and that one guy from Goodfellas.', with flair 'None'
+9658 [2020-02-17 15:51:59] '/u/TheBigDogYT' has given '/u/Dundy1' lambda!
+9658 [2020-02-17 16:08:24] '/u/dylphizzer' has given '/u/jesspennington_' lambda!
+9658 [2020-02-17 16:12:35] There has been a new submission: 'Arm Knitting (go yarn big or go yarn home)', with flair 'Vlog'
+9658 [2020-02-17 16:12:37] /u/thebentknitter had their submission removed for insufficient lambda.
+9658 [2020-02-17 16:17:44] There has been a new submission: 'Channel review-how can I improve?', with flair 'Channel Review'
+9658 [2020-02-17 16:17:45] /u/RedDragon_MCV had their submission removed for insufficient lambda.
+9658 [2020-02-17 16:22:44] There has been a new submission: 'One tip for small youtubers', with flair 'Discussion'
+9658 [2020-02-17 16:34:18] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 14 - Comedy Of Errors', with flair 'Gaming'
+9658 [2020-02-17 16:34:20] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+9658 [2020-02-17 16:37:53] '/u/streamedbroccoliTV' has given '/u/tonvlasman' lambda!
+9658 [2020-02-17 16:37:53] The OP received lambda too!
+9658 [2020-02-17 16:41:32] '/u/RedDragon_MCV' has given '/u/Dharen29YT' lambda!
+9658 [2020-02-17 16:41:33] The OP received lambda too!
+9658 [2020-02-17 16:41:38] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+9658 [2020-02-17 16:42:47] '/u/TheBigDogYT' has given '/u/Seraffian' lambda!
+9658 [2020-02-17 16:44:51] '/u/TheBigDogYT' has given '/u/MafiasFinestTV' lambda!
+9658 [2020-02-17 16:49:26] '/u/elevestory' has given '/u/jesspennington_' lambda!
+9658 [2020-02-17 16:49:26] The OP received lambda too!
+9658 [2020-02-17 16:50:15] '/u/elevestory' has given '/u/5h1ttyredstone' lambda!
+9658 [2020-02-17 16:52:29] '/u/CompleteReason1' has given '/u/MafiasFinestTV' lambda!
+9658 [2020-02-17 16:52:39] '/u/schecterguy' has given '/u/cheesesteakeu' lambda!
+9658 [2020-02-17 16:52:40] The OP received lambda too!
+9658 [2020-02-17 16:52:52] '/u/schecterguy' has given '/u/Dharen29YT' lambda!
+9658 [2020-02-17 16:53:12] '/u/schecterguy' has given '/u/Seraffian' lambda!
+9658 [2020-02-17 16:54:44] '/u/schecterguy' has given '/u/MafiasFinestTV' lambda!
+9658 [2020-02-17 16:54:56] '/u/elevestory' has given '/u/Dundy1' lambda!
+9658 [2020-02-17 16:56:41] '/u/elevestory' has given '/u/Mefistox99' lambda!
+9658 [2020-02-17 16:56:48] There has been a new submission: 'Brand new war thunder channel. Planning on improving a few things. I put welcome.', with flair 'Gaming'
+9658 [2020-02-17 16:56:50] /u/Brachypelma5 had their submission removed for insufficient lambda.
+9658 [2020-02-17 16:58:09] '/u/elevestory' has given '/u/tcessory' lambda!
+9658 [2020-02-17 17:05:43] There has been a new submission: 'When You'Re A Clown Nobody Takes You Seriously Lyrics | Very Weird Inter...', with flair 'Video Critique'
+9658 [2020-02-17 17:07:46] There has been a new submission: 'BOOM ROASTED: Bigfoot Hunters (roasting my friend’s first comedy skit) Any and all feedback & constructive criticism is welcome!!', with flair 'Video Critique'
+9860 [2020-02-17 17:17:02]
+####################
+[2020-02-17 17:17:02] RESTARTED
+####################
+
+9860 [2020-02-17 17:21:03] There has been a new submission: 'Have you had any success with using TikTok to drive people to your channel? I did a video about the best times to upload to TikTok because I wanted to learn more about it.', with flair 'Discussion'
+9860 [2020-02-17 17:21:06] /u/hippieoftheyear had their submission removed for using the wrong flair.
+9860 [2020-02-17 17:23:02] There has been a new submission: 'Has anyone here had success with using TikTok to bring more followers over to their YT Channel? I was curious so I made a video testing the best times to upload to TikTok. Any help/advice is appreciated!', with flair 'Video Critique'
+9860 [2020-02-17 17:23:04] /u/hippieoftheyear had their submission removed for insufficient lambda.
+9860 [2020-02-17 17:24:59] '/u/jerkwadprods' has given '/u/jesspennington_' lambda!
+9860 [2020-02-17 17:24:59] The OP received lambda too!
+9860 [2020-02-17 17:25:11] '/u/Logan_B_Youtube' has given '/u/Brachypelma5' lambda!
+9860 [2020-02-17 17:25:11] The OP received lambda too!
+9860 [2020-02-17 17:25:51] There has been a new submission: 'Made a wild music video mashup of Kazuya's voice | Tekken 7', with flair 'Video Critique'
+9860 [2020-02-17 17:25:53] /u/DimolitionMan had their submission removed for insufficient lambda.
+9860 [2020-02-17 17:26:53] There has been a new submission: 'Like apex and need a good laugh? , hit up my latest video, give me some feedback if you could', with flair 'Gaming'
+9860 [2020-02-17 17:26:54] /u/DATBOI_BLACKSTAR had their submission removed for insufficient lambda.
+9860 [2020-02-17 17:30:04] There has been a new submission: 'Wild Kazuya's mashup music video', with flair 'Video Critique'
+9860 [2020-02-17 17:30:06] /u/DimolitionMan had their submission removed for insufficient lambda.
+9860 [2020-02-17 17:34:41] There has been a new submission: 'How much did you think this Travel vlog season cost? Find it out on this video! Expensive is all I can say but How much?', with flair 'Vlog'
+9860 [2020-02-17 17:35:01] '/u/RockLover37' has given '/u/jesspennington_' lambda!
+9860 [2020-02-17 17:38:45] There has been a new submission: 'How do you manage your time between youtube, work, and personal life?', with flair 'Discussion'
+9860 [2020-02-17 17:56:14] '/u/TCTV_UK' has given '/u/Brachypelma5' lambda!
+9860 [2020-02-17 17:59:08] There has been a new submission: 'Oddly Satisfying Video That Will Relax Your Mind and Soul', with flair 'Channel Review'
+9860 [2020-02-17 17:59:09] /u/oddlysatisfactions had their submission removed for insufficient lambda.
+9860 [2020-02-17 18:00:52] There has been a new submission: 'I Just Want a Puppy!', with flair 'Channel Review'
+9860 [2020-02-17 18:03:10] '/u/schecterguy' has given '/u/AnimuseVids' lambda!
+9860 [2020-02-17 18:06:16] '/u/jerkwadprods' has given '/u/Brachypelma5' lambda!
+9860 [2020-02-17 18:14:45] There has been a new submission: 'TRY NOT TO LAUGH FUNNIEST TIKTOK MEMES (IMPOSSIBLE)', with flair 'Vlog'
+9860 [2020-02-17 18:14:47] /u/jamalviral had their submission removed for insufficient lambda.
+9860 [2020-02-17 18:15:47] There has been a new submission: 'Exploring Dubai - Travel Video. I am a photographer & videographer based in Amsterdam. This was one of my first travel videos created for a client in Duba. I would be happy to hear your feedback. If you like the video, please give it a like and subscribe to my channel. I would really appreciate it!', with flair 'Video Critique'
+9860 [2020-02-17 18:19:57] '/u/anaana994' has given '/u/YereLet-' lambda!
+9860 [2020-02-17 18:19:57] The OP received lambda too!
+9860 [2020-02-17 18:20:07] '/u/anaana994' has given '/u/Kuribo781' lambda!
+9860 [2020-02-17 18:22:58] '/u/anaana994' has given '/u/durhamskywriter' lambda!
+9860 [2020-02-17 18:29:23] '/u/Illfury' has given '/u/Brachypelma5' lambda!
+9860 [2020-02-17 18:37:15] There has been a new submission: 'Deadpool speed drawing: 14 hours of real time drawing time-lapsed under 5 minutes', with flair 'Art'
+9860 [2020-02-17 18:37:16] /u/rohanrrao had their submission removed for insufficient lambda.
+9860 [2020-02-17 18:40:12] There has been a new submission: 'Let me know if this video will do well for my channel?', with flair 'Video Critique'
+9860 [2020-02-17 18:40:15] /u/teda15 had their submission removed for insufficient lambda.
+9860 [2020-02-17 18:41:31] '/u/Dundy1' has given '/u/cheesesteakeu' lambda!
+9860 [2020-02-17 18:41:31] The OP received lambda too!
+9860 [2020-02-17 18:45:58] There has been a new submission: 'Sleep Walking Monster - Let me know what I can do to improve!', with flair 'Video Critique'
+9860 [2020-02-17 18:45:59] /u/mindlessmatter_ had their submission removed for insufficient lambda.
+9860 [2020-02-17 18:57:57] There has been a new submission: 'Latest video in PORTO. Any feedback, critiques or anything I can do to improve please?', with flair 'Video Critique'
+9860 [2020-02-17 18:58:09] There has been a new submission: 'Hi guys! This is my first "Get Ready With Me" in about two years, I would love it if you guys could check it out and potentially comment/subscribe if you enjoy! (I would also seriously appreciate feedback)', with flair 'Channel Review'
+9860 [2020-02-17 18:58:10] /u/rhiannonraine had their submission removed for insufficient lambda.
+9860 [2020-02-17 19:03:00] '/u/TrifectaComedy' has given '/u/cheesesteakeu' lambda!
+9860 [2020-02-17 19:03:01] The OP received lambda too!
+9860 [2020-02-17 19:03:23] There has been a new submission: 'Epic Gold Ring Found Under Water Metal Detecting!', with flair 'None'
+9860 [2020-02-17 19:03:25] /u/goandgarrett had their submission removed for insufficient lambda.
+9860 [2020-02-17 19:03:41] '/u/TrifectaComedy' has given '/u/anaana994' lambda!
+9860 [2020-02-17 19:04:39] '/u/schecterguy' has given '/u/Leon_is_a_Ghost' lambda!
+9860 [2020-02-17 19:06:45] '/u/TheJustindsd' has given '/u/MafiasFinestTV' lambda!
+9860 [2020-02-17 19:07:45] There has been a new submission: 'Can you give lambda to people on posts like these? OR is only for posts that cost lambda?', with flair 'Discussion'
+9860 [2020-02-17 19:11:52] '/u/avrona' has given '/u/Josh22mobley' lambda!
+9860 [2020-02-17 19:11:52] The OP received lambda too!
+9860 [2020-02-17 19:12:29] There has been a new submission: 'Any tips on growing your channel?', with flair 'Discussion'
+9860 [2020-02-17 19:13:52] There has been a new submission: 'Get Ready to Lose (Official Music Video)', with flair 'Art'
+9996 [2020-02-17 19:17:03]
+####################
+[2020-02-17 19:17:03] RESTARTED
+####################
+
+9996 [2020-02-17 19:20:19] There has been a new submission: 'Why GTA V Was So Good.', with flair 'Video Critique'
+9996 [2020-02-17 19:20:21] /u/VarietyCache had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:21:41] There has been a new submission: 'annoying the fuck out of yoda in gmod', with flair 'Gaming'
+9996 [2020-02-17 19:21:43] /u/Pathetic_Beta_Male had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:29:17] There has been a new submission: 'READING 50 SHADES OF GREY FOR THE FIRST TIME', with flair 'Video Critique'
+9996 [2020-02-17 19:32:12] There has been a new submission: 'Funny Moment Video (Feed Back Please!)', with flair 'Video Critique'
+9996 [2020-02-17 19:32:14] /u/MrKyRy had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:35:51] There has been a new submission: 'Review my Escape from Tarkov weapon guide?', with flair 'Video Critique'
+9996 [2020-02-17 19:35:53] /u/NotRandyRandom had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:37:49] There has been a new submission: 'Please check out my friend's funny taste challenge YouTube video (there's more if you like it) and give review if possible?', with flair 'Video Critique'
+9996 [2020-02-17 19:37:50] /u/wmik had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:48:23] There has been a new submission: 'Blackpool Pleasure Beach opening weekend', with flair 'Vlog'
+9996 [2020-02-17 19:48:24] /u/Skynet_1902 had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:51:09] There has been a new submission: 'Blair witch walkthrough part 2| Fixed the dog stuck glitch', with flair 'Gaming'
+9996 [2020-02-17 19:51:11] /u/KristiansVG had their submission removed for insufficient lambda.
+9996 [2020-02-17 19:58:30] There has been a new submission: 'My YouTube name is (Savethedayray)', with flair 'Channel Review'
+9996 [2020-02-17 19:58:31] /u/coggins31 had their submission removed for insufficient lambda.
+9996 [2020-02-17 20:00:41] '/u/Dundy1' has given '/u/TCTV_UK' lambda!
+9996 [2020-02-17 20:01:21] '/u/Dundy1' has given '/u/Frosty_Macaron' lambda!
+9996 [2020-02-17 20:01:48] '/u/JLSpinner' has given '/u/MafiasFinestTV' lambda!
+9996 [2020-02-17 20:04:44] There has been a new submission: 'Free Robux Codes Giveaway - Promo Codes LIVE in Roblox (Robux Codes) Roblox Live', with flair 'Gaming'
+9996 [2020-02-17 20:04:45] /u/ZivoPlaysMC had their submission removed for insufficient lambda.
+9996 [2020-02-17 20:11:38] '/u/Inferus12' has given '/u/cheesesteakeu' lambda!
+9996 [2020-02-17 20:11:49] '/u/Logan_B_Youtube' has given '/u/MafiasFinestTV' lambda!
+9996 [2020-02-17 20:21:57] There has been a new submission: 'Unmoral TTT moments | Pavlov VR Funny Moments', with flair 'Video Critique'
+9996 [2020-02-17 20:24:07] There has been a new submission: 'NEW! Clean With Me Video! 💕 For Cleaning Motivation! Any advice is greatly appreciated 💗', with flair 'None'
+9996 [2020-02-17 20:26:41] There has been a new submission: '30Min Intense💢ARM Workout|NO GYM Needed. (Let me know if this workout is effective or not)💪🏽😎', with flair 'Video Critique'
+9996 [2020-02-17 20:26:42] /u/KnowledgeOfLife had their submission removed for insufficient lambda.
+9996 [2020-02-17 20:33:01] '/u/The_Suited_Bird' has given '/u/MafiasFinestTV' lambda!
+9996 [2020-02-17 20:42:06] There has been a new submission: 'Black Desert Online - Guardian Gameplay! NEW MAIN 👍 (BDO)', with flair 'Gaming'
+9996 [2020-02-17 20:42:09] /u/foreverambitious_ had their submission removed for insufficient lambda.
+9996 [2020-02-17 20:48:10] There has been a new submission: 'Black Desert Online - Guardian Gameplay! NEW MAIN 👍 (BDO)', with flair 'Gaming'
+9996 [2020-02-17 20:48:11] /u/foreverambitious_ had their submission removed for insufficient lambda.
+9996 [2020-02-17 20:59:01] There has been a new submission: 'Personal Channel Goals', with flair 'Discussion'
+9996 [2020-02-17 21:00:34] There has been a new submission: 'VAMOS AL SUPERMERCADO EN ESPAÑA! PRECIOS', with flair 'Vlog'
+9996 [2020-02-17 21:00:36] /u/Lifeofmaggi had their submission removed for insufficient lambda.
+9996 [2020-02-17 21:01:27] There has been a new submission: 'Everything tasted amazing until THIS ...| JAPAN VLOG #60', with flair 'Vlog'
+9996 [2020-02-17 21:13:28] There has been a new submission: 'How to become an affiliate marketer without a website? #passiveincome', with flair 'Vlog'
+9996 [2020-02-17 21:13:29] /u/martynawypychh had their submission removed for insufficient lambda.
+9996 [2020-02-17 21:16:47] '/u/Logan_B_Youtube' has given '/u/KnowledgeOfLife' lambda!
+10130 [2020-02-17 21:17:02]
+####################
+[2020-02-17 21:17:02] RESTARTED
+####################
+
+10130 [2020-02-17 21:18:03] '/u/Offnye98' has given '/u/iamtinos' lambda!
+10130 [2020-02-17 21:18:03] The OP received lambda too!
+10130 [2020-02-17 21:18:22] There has been a new submission: 'Anthem-Seasonal:The Temple Of Scar:Mission GamePlay', with flair 'Gaming'
+10130 [2020-02-17 21:18:23] /u/LMSPR had their submission removed for insufficient lambda.
+10130 [2020-02-17 21:21:56] There has been a new submission: 'THEY WERE SOOO MEAN!! (my first reddit video) Hi there guys I've tried my luck in the r/roastme and it came out as a pretty good video. Would appreciate a like and a comment and if you like the content consider subscribing, thanks 😃 Would like to support back', with flair 'Video Critique'
+10130 [2020-02-17 21:22:30] There has been a new submission: 'Dark Souls 3 Cinders Mod Fresh Start NG+7 (P1)', with flair 'Gaming'
+10130 [2020-02-17 21:27:23] '/u/Jischasing' has given '/u/rievhardt' lambda!
+10130 [2020-02-17 21:34:35] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+10130 [2020-02-17 21:34:37] /u/TheRealBluefire had their submission removed for insufficient lambda.
+10130 [2020-02-17 21:36:30] '/u/mcdunco_ontheroad' has given '/u/Brachypelma5' lambda!
+10130 [2020-02-17 21:36:30] The OP received lambda too!
+10130 [2020-02-17 21:39:17] There has been a new submission: 'XXXTENTACION - Jocelyn Flores Mob Psycho 100 AMV', with flair 'Art'
+10130 [2020-02-17 21:39:18] /u/TrueVerse had their submission removed for insufficient lambda.
+10130 [2020-02-17 21:40:45] There has been a new submission: 'Anybody use Sony Vegas?', with flair 'Discussion'
+10130 [2020-02-17 21:42:58] There has been a new submission: 'Downtown Mississauga to downtown Toronto (Night Drive)', with flair 'Vlog'
+10130 [2020-02-17 21:42:59] /u/Mark_9471 had their submission removed for insufficient lambda.
+10130 [2020-02-17 21:44:40] There has been a new submission: 'New to YouTube, would love to hear any feedback or tips I can use to improve', with flair 'Channel Review'
+10130 [2020-02-17 21:48:54] '/u/streamedbroccoliTV' has given '/u/itsJayohkay' lambda!
+10130 [2020-02-17 21:49:03] '/u/guyFCR' has given '/u/Soviet_SpudNick' lambda!
+10130 [2020-02-17 21:49:21] '/u/guyFCR' has given '/u/secretnest88' lambda!
+10130 [2020-02-17 21:54:22] '/u/schecterguy' has given '/u/LittleDruck' lambda!
+10130 [2020-02-17 21:55:23] '/u/shadyyness' has given '/u/KnowledgeOfLife' lambda!
+10130 [2020-02-17 21:55:23] The OP received lambda too!
+10130 [2020-02-17 21:56:15] '/u/shadyyness' has given '/u/Foggy_Creations' lambda!
+10130 [2020-02-17 22:09:57] '/u/iamtinos' has given '/u/itsJayohkay' lambda!
+10130 [2020-02-17 22:09:57] The OP received lambda too!
+10130 [2020-02-17 22:22:18] There has been a new submission: 'Spent a good 7-8 hours making this (mostly due to a slow pc) i know it’s a longer one, but it’s been seen by the game devs which is super exiting! wanted to know if you had any thoughts?', with flair 'Video Critique'
+10130 [2020-02-17 22:24:29] There has been a new submission: '▶ Don't Start Investing Before You Watch This! {Bessembinder Study}', with flair 'Video Critique'
+10130 [2020-02-17 22:24:31] /u/kurt_FI had their submission removed for insufficient lambda.
+10130 [2020-02-17 22:29:52] There has been a new submission: 'Clout is one hell of a drug...', with flair 'Video Critique'
+10130 [2020-02-17 22:29:53] /u/Reece_The_Beast had their submission removed for insufficient lambda.
+10130 [2020-02-17 22:38:39] There has been a new submission: 'I made a Police Station in Blender, here’s a Timelapse!', with flair 'Gaming'
+10130 [2020-02-17 22:38:40] /u/avpbeats had their submission removed for insufficient lambda.
+10130 [2020-02-17 22:42:23] There has been a new submission: 'Dark Souls 3 DLC Soul Level One Challenge #2. If u could just judge my commentary and stuff that’d be cool.', with flair 'Video Critique'
+10130 [2020-02-17 22:55:09] There has been a new submission: 'How good is Jason Tatum NBA Analysis', with flair 'None'
+10130 [2020-02-17 22:55:11] /u/Rant-Verse had their submission removed for insufficient lambda.
+10130 [2020-02-17 22:57:20] There has been a new submission: 'Looking for feedback on how to grow my channel...here is my latest upload.', with flair 'None'
+10130 [2020-02-17 22:57:22] /u/dniceey had their submission removed for insufficient lambda.
+10130 [2020-02-17 23:04:02] There has been a new submission: 'Gaming/Anime Channel', with flair 'Gaming'
+10130 [2020-02-17 23:04:04] /u/N0thingMuchH3r3 had their submission removed for insufficient lambda.
+10130 [2020-02-17 23:05:08] There has been a new submission: 'Any feedback would be great! - I ate a ghost pepper wing every time I fail the eye tracking challenge', with flair 'None'
+10130 [2020-02-17 23:08:13] '/u/ClamsOystersSquid' has given '/u/DeFrapaCicco' lambda!
+10130 [2020-02-17 23:10:18] There has been a new submission: 'YEET YEET!! Another mid tier quality video for everyone's reviewing pleasure. WARNING: Does contain language, rudeness, and scenes with real blood in it, but not enough to mark as NSFW. Any and all feedback is welcome! Don't go easy on me. 😎💯', with flair 'Video Critique'
+10130 [2020-02-17 23:11:36] There has been a new submission: 'Haunted PS1 Demo Disc - 5 games in 5 minutes!', with flair 'Gaming'
+10267 [2020-02-17 23:17:02]
+####################
+[2020-02-17 23:17:02] RESTARTED
+####################
+
+10267 [2020-02-17 23:17:59] '/u/5h1ttyredstone' has given '/u/About30NinjasYT' lambda!
+10267 [2020-02-17 23:17:59] The OP received lambda too!
+1431 [2020-02-17 23:19:38] Updated statistics
+10267 [2020-02-17 23:41:39] There has been a new submission: 'I just made a new video on the speed build of a zoid kit LIGER ZERO JAGER. I just want to ask your opinion on what else should i do to make my video better', with flair 'Vlog'
+10267 [2020-02-17 23:41:41] /u/infoblitz had their submission removed for insufficient lambda.
+10267 [2020-02-17 23:43:43] There has been a new submission: 'Hey everyone! Here is my latest video, feedback and critiques are most welcomed!', with flair 'Gaming'
+10267 [2020-02-17 23:45:50] There has been a new submission: 'Started a new series where I review new music every week! Starting with new singles from Enter Shikari, The Black Dahlia Murder and Hot Milk!', with flair 'Art'
+10267 [2020-02-17 23:45:51] /u/KeCk60 had their submission removed for insufficient lambda.
+10267 [2020-02-17 23:52:34] There has been a new submission: 'My First Video', with flair 'Video Critique'
+10267 [2020-02-17 23:52:36] /u/SpecialK0803 had their submission removed for insufficient lambda.
+10267 [2020-02-17 23:52:59] '/u/ixDante' has given '/u/jesspennington_' lambda!
+10267 [2020-02-17 23:55:21] '/u/AthrunSykes' has given '/u/ixDante' lambda!
+10267 [2020-02-17 23:55:21] The OP received lambda too!
+10267 [2020-02-17 23:56:20] There has been a new submission: 'Looking for critique on my latest video.', with flair 'Video Critique'
+10267 [2020-02-17 23:57:21] '/u/MuhsTK' has given '/u/SelendineMcHerb' lambda!
+10267 [2020-02-17 23:57:21] The OP received lambda too!
+10267 [2020-02-18 00:08:13] '/u/AnimuseVids' has given '/u/jjstew99' lambda!
+10267 [2020-02-18 00:08:13] The OP received lambda too!
+10267 [2020-02-18 00:11:58] There has been a new submission: 'Channel Growth Tips', with flair 'Discussion'
+10267 [2020-02-18 00:31:46] '/u/jesspennington_' has given '/u/Frosty_Macaron' lambda!
+10267 [2020-02-18 00:31:46] The OP received lambda too!
+10267 [2020-02-18 00:32:11] There has been a new submission: 'Would love some notes on this fake Sonic the Hedgehog documentary sketch we made. Is the joke clear? Is this still timely enough with the movie coming out this weekend?', with flair 'None'
+10267 [2020-02-18 00:50:32] There has been a new submission: 'PlayStation Exclusives that has a chance at GOTY I’m the Future', with flair 'Gaming'
+10267 [2020-02-18 00:50:34] /u/velocityreviews had their submission removed for insufficient lambda.
+10267 [2020-02-18 00:55:11] There has been a new submission: 'Mr. Rogers but it's a Horror Movie - Let me know if you like it and any tips to get it out there would be much appreciated', with flair 'Video Critique'
+10267 [2020-02-18 00:57:51] There has been a new submission: 'MY 3RD VIDEO (and most recent) Justice for Harry Dunn | CIA Agent Anne Sacoolas Declares Diplomatic Immunity after Car Crash in UK', with flair 'Video Critique'
+10267 [2020-02-18 01:01:09] '/u/admiller3' has given '/u/Thekey42' lambda!
+10267 [2020-02-18 01:14:54] There has been a new submission: 'My last upload gained me 4 subscribers, and then I lost 2 in the next two days. Any idea why that would happen?', with flair 'Discussion'
+10267 [2020-02-18 01:15:12] '/u/THENEXTBIGTHINGMINER' has given '/u/ixDante' lambda!
+10267 [2020-02-18 01:15:12] The OP received lambda too!
+10404 [2020-02-18 01:17:02]
+####################
+[2020-02-18 01:17:02] RESTARTED
+####################
+
+10404 [2020-02-18 01:18:00] There has been a new submission: 'DAE promote their content on TikTok?', with flair 'Discussion'
+10404 [2020-02-18 01:18:06] There has been a new submission: 'So after about a 2 month hiatus I finally felt inspired to upload a new video. This is actually a YTP of one of my other videos.', with flair 'Video Critique'
+10404 [2020-02-18 01:19:37] There has been a new submission: 'GoFundMe Alternatives: Top 10 Platforms To Raise Money', with flair 'Collab'
+10404 [2020-02-18 01:19:37] /u/AuraMM had their submission removed for using the wrong flair.
+10404 [2020-02-18 01:20:13] '/u/NiceGuyMarek' has given '/u/Thekey42' lambda!
+10404 [2020-02-18 01:20:13] The OP received lambda too!
+10404 [2020-02-18 01:20:27] '/u/NiceGuyMarek' has given '/u/TomKeehn' lambda!
+10404 [2020-02-18 01:22:10] '/u/ell_ninja' has given '/u/CRT_Television' lambda!
+10404 [2020-02-18 01:22:10] The OP received lambda too!
+10404 [2020-02-18 01:24:34] '/u/ell_ninja' has given '/u/Cyber_Dolphin_' lambda!
+10404 [2020-02-18 01:25:27] '/u/ell_ninja' has given '/u/MalakJoe' lambda!
+10404 [2020-02-18 01:26:03] '/u/ell_ninja' has given '/u/charcoal_is_my_name' lambda!
+10404 [2020-02-18 01:27:33] There has been a new submission: 'epic', with flair 'Channel Review'
+10404 [2020-02-18 01:27:34] /u/chipmunk_drue had their submission removed for insufficient lambda.
+10404 [2020-02-18 01:33:27] There has been a new submission: 'Tips For a Plateaued Channel?', with flair 'Discussion'
+10404 [2020-02-18 01:40:06] There has been a new submission: 'Borg Cube Cake!', with flair 'Channel Review'
+10404 [2020-02-18 01:40:09] /u/offthepiecharts had their submission removed for insufficient lambda.
+10404 [2020-02-18 01:44:44] There has been a new submission: 'Had a blast making this video, hope you guys enjoy!', with flair 'Gaming'
+10404 [2020-02-18 01:44:46] /u/TLSGGames had their submission removed for insufficient lambda.
+10404 [2020-02-18 01:44:57] There has been a new submission: 'So what went wrong? (A discussion)', with flair 'Discussion'
+10404 [2020-02-18 01:54:18] There has been a new submission: 'Resident Evil Original (1996) (Jill) Let's Play Episode/Part 1 Gameplay Walkthrough Blind Facecam', with flair 'None'
+10404 [2020-02-18 01:54:19] /u/loopy2mn had their submission removed for insufficient lambda.
+10404 [2020-02-18 02:16:30] '/u/Mark_Levins' has given '/u/5h1ttyredstone' lambda!
+10404 [2020-02-18 02:16:30] The OP received lambda too!
+10404 [2020-02-18 02:23:52] There has been a new submission: '10 difference in Minecraft bedrock and java edition (pls let me know what I can improve)', with flair 'Gaming'
+10404 [2020-02-18 02:33:49] '/u/bittybirtybunny' has given '/u/odd_m4nny' lambda!
+10404 [2020-02-18 02:33:49] The OP received lambda too!
+10404 [2020-02-18 02:35:03] There has been a new submission: 'Feedback please-what made this video do so much better than my others?', with flair 'Video Critique'
+10404 [2020-02-18 02:35:04] /u/aldimamma had their submission removed for insufficient lambda.
+10404 [2020-02-18 02:35:15] There has been a new submission: 'Just hit 60 subs! This sub has been a great help', with flair 'Discussion'
+10404 [2020-02-18 02:35:56] '/u/bittybirtybunny' has given '/u/Mcured' lambda!
+10404 [2020-02-18 02:38:15] There has been a new submission: 'Bane vs Batman Reenactment on For Honor, let me know what you think! Will be giving out tons of lambda as usual', with flair 'Gaming'
+10404 [2020-02-18 02:46:27] '/u/MafiasFinestTV' has given '/u/KnowledgeOfLife' lambda!
+10404 [2020-02-18 02:47:11] There has been a new submission: 'Sylosis - Calcified (8 bit Version)', with flair 'Channel Review'
+10404 [2020-02-18 02:47:13] /u/bmcjms had their submission removed for insufficient lambda.
+10404 [2020-02-18 02:47:52] '/u/Dharen29YT' has given '/u/anaana994' lambda!
+10404 [2020-02-18 02:47:52] The OP received lambda too!
+10404 [2020-02-18 02:49:15] There has been a new submission: 'My first video / Introduction to my new Art YT channel', with flair 'Art'
+10404 [2020-02-18 02:49:15] /u/FilipSikora had their submission removed for insufficient lambda.
+10404 [2020-02-18 02:55:04] There has been a new submission: 'Guys any suggestions on how I can make my videos better', with flair 'Vlog'
+10404 [2020-02-18 02:55:05] /u/infoblitz had their submission removed for insufficient lambda.
+10404 [2020-02-18 03:02:36] '/u/bittybirtybunny' has given '/u/rebus-YT' lambda!
+10404 [2020-02-18 03:04:52] There has been a new submission: 'Vlog 1: Best Trip of My Life', with flair 'Channel Review'
+10404 [2020-02-18 03:04:54] /u/Scapparelli08 had their submission removed for insufficient lambda.
+10404 [2020-02-18 03:05:12] '/u/shytownx' has given '/u/mindlessmatter_' lambda!
+10404 [2020-02-18 03:05:12] The OP received lambda too!
+10404 [2020-02-18 03:09:06] '/u/shytownx' has given '/u/Geeklysian' lambda!
+10899 [2020-02-18 03:17:03]
+####################
+[2020-02-18 03:17:03] RESTARTED
+####################
+
+10899 [2020-02-18 03:18:02] There has been a new submission: 'Oh wow! Just checked my YT and I'm 3 away from 100', with flair 'Discussion'
+10899 [2020-02-18 03:24:23] '/u/CubandCat' has given '/u/lucidken' lambda!
+10899 [2020-02-18 03:24:24] The OP received lambda too!
+10899 [2020-02-18 03:28:19] There has been a new submission: 'What a 1200 Calorie Diet Looks Like | Your honest feedback will help me grow.', with flair 'Vlog'
+10899 [2020-02-18 03:36:24] There has been a new submission: '3 SECONDS FROM EVERY MATT STONIE VIDEO. That's It | (10 MILLION SUBSCRIBERS) | 2012-2020 | MUKBANG', with flair 'Channel Review'
+10899 [2020-02-18 03:36:25] /u/GymSockGymSock had their submission removed for insufficient lambda.
+10899 [2020-02-18 03:36:44] '/u/ell_ninja' has given '/u/prettyboiRandell' lambda!
+10899 [2020-02-18 03:37:59] '/u/CubandCat' has given '/u/BaronBirdman' lambda!
+10899 [2020-02-18 03:40:10] '/u/ell_ninja' has given '/u/Hashocky' lambda!
+10899 [2020-02-18 03:43:46] There has been a new submission: 'Restarting Channel', with flair 'Gaming'
+10899 [2020-02-18 03:43:48] /u/GreddXGDR10 had their submission removed for insufficient lambda.
+10899 [2020-02-18 03:50:45] There has been a new submission: 'Minecraft But Every 10 seconds Item in My Main Hand Gets Replaced By A Random Item', with flair 'Gaming'
+10899 [2020-02-18 03:50:47] /u/RealFrisk17 had their submission removed for insufficient lambda.
+10899 [2020-02-18 03:52:23] There has been a new submission: 'I’d love some feedback/ constructive criticism on my video. I recently started a new channel to focus on my real passion, food!', with flair 'None'
+10899 [2020-02-18 03:52:25] /u/JohnnyEscape had their submission removed for insufficient lambda.
+10899 [2020-02-18 04:00:24] There has been a new submission: 'How I did my custom exhaust', with flair 'Vlog'
+10899 [2020-02-18 04:00:26] /u/YRFisaac had their submission removed for insufficient lambda.
+10899 [2020-02-18 04:07:31] There has been a new submission: 'Why I Quit Fortnite 6 Months Ago', with flair 'Discussion'
+10899 [2020-02-18 04:07:32] /u/Just_urboi had their submission removed for using the wrong flair.
+10899 [2020-02-18 04:09:08] '/u/FineappleFilms' has given '/u/OMGSTOPCAPS' lambda!
+10899 [2020-02-18 04:09:08] The OP received lambda too!
+10899 [2020-02-18 04:09:34] There has been a new submission: 'How do I grow a Minecraft But Challenge type video YT channel', with flair 'Discussion'
+10899 [2020-02-18 04:09:41] '/u/FineappleFilms' has given '/u/Dan_TheKong' lambda!
+10899 [2020-02-18 04:12:40] There has been a new submission: 'Why I Quit Fortnite 6 Months Ago', with flair 'Gaming'
+10899 [2020-02-18 04:12:42] /u/Just_urboi had their submission removed for insufficient lambda.
+10899 [2020-02-18 04:27:10] There has been a new submission: 'Move over BB-8! There's a new ball in town! - Perpetual Testing #122 "Fielder" By Gemarakup', with flair 'Video Critique'
+10899 [2020-02-18 04:27:11] /u/ngeruma had their submission removed for insufficient lambda.
+10899 [2020-02-18 05:13:42] There has been a new submission: 'Do you think my thumbnails are damaging my channel!', with flair 'Thumbnail Review'
+10899 [2020-02-18 05:13:44] /u/Schieritz had their submission removed for insufficient lambda.
+11043 [2020-02-18 05:17:03]
+####################
+[2020-02-18 05:17:03] RESTARTED
+####################
+
+11043 [2020-02-18 05:26:57] '/u/CubandCat' has given '/u/rebus-YT' lambda!
+11043 [2020-02-18 05:27:03] There has been a new submission: 'Give me your honest review!!', with flair 'None'
+11043 [2020-02-18 05:33:56] There has been a new submission: 'Triplet déjà vu drive thru prank', with flair 'Video Critique'
+11043 [2020-02-18 05:33:58] /u/Odd_Quantity had their submission removed for insufficient lambda.
+11043 [2020-02-18 05:34:35] '/u/Fluffyrox4' has given '/u/itsJayohkay' lambda!
+11043 [2020-02-18 06:07:15] '/u/Sky-todd' has given '/u/Geeklysian' lambda!
+11043 [2020-02-18 06:07:15] The OP received lambda too!
+11043 [2020-02-18 06:19:39] There has been a new submission: 'What do you guys think?', with flair 'Video Critique'
+11043 [2020-02-18 06:19:39] /u/_etihsos had their submission removed for insufficient lambda.
+11043 [2020-02-18 06:22:26] There has been a new submission: 'How a REALLY Late Student Gets out of Bed [FUNNY][SHORT VIDEO]- I'll give LAMBDA to whoever has any kind of feedback or comments for my channel and or videos', with flair 'Video Critique'
+11043 [2020-02-18 06:24:09] There has been a new submission: 'Any tips on starting a gaming channel?', with flair 'Discussion'
+11043 [2020-02-18 06:34:57] There has been a new submission: 'How To Defeat Anything In Dragon's Dogma!', with flair 'Gaming'
+11043 [2020-02-18 06:34:59] /u/MaveyYT had their submission removed for insufficient lambda.
+11043 [2020-02-18 07:01:46] '/u/Hero_Doses' has given '/u/verymanytacos' lambda!
+11043 [2020-02-18 07:01:46] The OP received lambda too!
+11043 [2020-02-18 07:02:13] '/u/Hero_Doses' has given '/u/Geeklysian' lambda!
+11043 [2020-02-18 07:05:07] '/u/Hero_Doses' has given '/u/prettyboiRandell' lambda!
+11043 [2020-02-18 07:05:30] '/u/Hero_Doses' has given '/u/Yourpoop' lambda!
+11043 [2020-02-18 07:12:12] '/u/schecterguy' has given '/u/prettyboiRandell' lambda!
+11043 [2020-02-18 07:12:35] '/u/schecterguy' has given '/u/HumperTrooper15' lambda!
+11411 [2020-02-18 07:17:03]
+####################
+[2020-02-18 07:17:03] RESTARTED
+####################
+
+11411 [2020-02-18 07:23:13] There has been a new submission: 'Living in Australia 🇦🇺', with flair 'Vlog'
+11411 [2020-02-18 07:23:15] /u/lifeformer had their submission removed for insufficient lambda.
+11411 [2020-02-18 07:33:40] There has been a new submission: 'Aik Budhiya Kay Hazoor (SAW) Kay Huliya Bubarak Kayliye Alfaz | Tariq Ja...', with flair 'Discussion'
+11411 [2020-02-18 07:33:42] /u/msufwan had their submission removed for using the wrong flair.
+11411 [2020-02-18 07:55:06] There has been a new submission: 'What can I do to grow from here?', with flair 'Video Critique'
+11411 [2020-02-18 07:55:07] /u/JDTripleSixx had their submission removed for insufficient lambda.
+11411 [2020-02-18 08:20:02] There has been a new submission: '350 subs and counting', with flair 'Meta'
+11411 [2020-02-18 08:23:34] There has been a new submission: 'Rebranded the channel at 30 subs gotten 13 subs overnight. How can I take advantage of a rare tiny momentum?', with flair 'Discussion'
+11411 [2020-02-18 08:24:02] There has been a new submission: 'Yo! Here's another copyright free track for you to use in your content, download link in the video description my friends! 💎', with flair 'None'
+11411 [2020-02-18 08:27:58] There has been a new submission: '350 subs and counting', with flair 'Discussion'
+11411 [2020-02-18 09:01:30] There has been a new submission: 'Looking for feedback on the thumbnail and editing.', with flair 'Video Critique'
+11411 [2020-02-18 09:07:54] There has been a new submission: 'New to YT and looking for improvements/suggestions and this was my first YouTube video and I use Filmora9 to edit.', with flair 'Gaming'
+11411 [2020-02-18 09:07:55] /u/07eighteen10 had their submission removed for insufficient lambda.
+11608 [2020-02-18 09:17:03]
+####################
+[2020-02-18 09:17:03] RESTARTED
+####################
+
+11608 [2020-02-18 09:32:22] '/u/Subject2Productions' has given '/u/jjstew99' lambda!
+11608 [2020-02-18 09:32:22] The OP received lambda too!
+11608 [2020-02-18 09:33:11] '/u/Subject2Productions' has given '/u/mindlessmatter_' lambda!
+11608 [2020-02-18 09:38:46] There has been a new submission: 'I'd love some feedback on my video production quality? Been trying to improve my edits to keep viewers entertained throughout the video :)', with flair 'Video Critique'
+11608 [2020-02-18 09:38:47] /u/mistaTryna had their submission removed for insufficient lambda.
+11608 [2020-02-18 09:48:48] There has been a new submission: 'Check out my new video', with flair 'Gaming'
+11608 [2020-02-18 09:48:49] /u/subtosekaya had their submission removed for insufficient lambda.
+11608 [2020-02-18 10:08:11] There has been a new submission: 'Finally got a new mic', with flair 'Discussion'
+11608 [2020-02-18 10:09:19] There has been a new submission: 'Anime Opening Quiz | LEVEL: HARD', with flair 'None'
+11608 [2020-02-18 10:09:20] /u/Sandrix1 had their submission removed for insufficient lambda.
+11608 [2020-02-18 10:20:12] '/u/avamansouri' has given '/u/jesspennington_' lambda!
+11608 [2020-02-18 10:24:33] '/u/avamansouri' has given '/u/Goatsause' lambda!
+11608 [2020-02-18 11:09:31] There has been a new submission: 'This would only happen in R6 Siege. Please feel free to check out my video and give me some feedback.', with flair 'Gaming'
+11608 [2020-02-18 11:09:31] /u/charcoal_is_my_name had their submission removed for insufficient lambda.
+11746 [2020-02-18 11:17:02]
+####################
+[2020-02-18 11:17:02] RESTARTED
+####################
+
+11746 [2020-02-18 11:25:26] There has been a new submission: 'How To Gain Your First 100 Subscribers On YouTube!! - YouTube Tips & Tricks!!', with flair 'Discussion'
+11746 [2020-02-18 11:25:28] /u/Taiyeb101 had their submission removed for using the wrong flair.
+11746 [2020-02-18 11:28:48] There has been a new submission: 'How To Gain Your First 100 Subscribers On YouTube!!! - YouTube Tips And Tricks!!!', with flair 'Vlog'
+11746 [2020-02-18 11:28:48] /u/Taiyeb101 had their submission removed for insufficient lambda.
+11746 [2020-02-18 11:31:56] There has been a new submission: 'How can I improve my audience retention?', with flair 'Discussion'
+11746 [2020-02-18 11:57:05] There has been a new submission: 'Counter Strike Channel', with flair 'Gaming'
+11746 [2020-02-18 11:57:06] /u/Loni09 had their submission removed for insufficient lambda.
+11746 [2020-02-18 12:00:41] There has been a new submission: 'Just made my first YouTube video', with flair 'Gaming'
+11746 [2020-02-18 12:00:43] /u/KrAzY887 had their submission removed for insufficient lambda.
+11746 [2020-02-18 12:11:09] There has been a new submission: 'This is my second ever video and this one is longer than 3min. I would appreciate some feedback', with flair 'Video Critique'
+11746 [2020-02-18 12:11:11] /u/Sewance had their submission removed for insufficient lambda.
+11746 [2020-02-18 12:12:31] There has been a new submission: '90 subs', with flair 'Discussion'
+11746 [2020-02-18 12:21:20] '/u/Fade__21' has given '/u/aoshigaming' lambda!
+11746 [2020-02-18 12:21:20] The OP received lambda too!
+11746 [2020-02-18 12:21:29] There has been a new submission: 'I made my first reaction video on my channel and wanted to see where it goes, any kind of feed back would be awesome!', with flair 'Discussion'
+11746 [2020-02-18 12:21:32] /u/Hakuru15 had their submission removed for using the wrong flair.
+11746 [2020-02-18 12:22:14] There has been a new submission: 'I made a new video and added a poster in the background and plan to put up a few more. I tried editing the audio to remove out background noise. Give the video a watch and let me know what you think.', with flair 'Video Critique'
+11746 [2020-02-18 12:24:26] There has been a new submission: 'Hey guys I'm starting out a reaction video on my channel and hope to get any critic or feedback to see how i can do better', with flair 'Channel Review'
+11746 [2020-02-18 12:24:28] /u/Hakuru15 had their submission removed for insufficient lambda.
+11746 [2020-02-18 12:24:49] '/u/danifernt' has given '/u/jesspennington_' lambda!
+11746 [2020-02-18 12:24:49] The OP received lambda too!
+11746 [2020-02-18 12:25:41] '/u/VreaL37' has given '/u/hf_vlogs1' lambda!
+11746 [2020-02-18 12:25:41] The OP received lambda too!
+11746 [2020-02-18 12:26:24] There has been a new submission: 'WHY become a youtuber or tv journalist?', with flair 'Video Critique'
+11746 [2020-02-18 12:26:26] /u/RantsWithRogers had their submission removed for insufficient lambda.
+11746 [2020-02-18 12:27:41] '/u/danifernt' has given '/u/jjstew99' lambda!
+11746 [2020-02-18 12:29:55] '/u/danifernt' has given '/u/Soviet_SpudNick' lambda!
+11746 [2020-02-18 12:30:45] '/u/danifernt' has given '/u/NiyKon' lambda!
+11746 [2020-02-18 12:32:08] '/u/danifernt' has given '/u/AnonymusRaven21' lambda!
+11746 [2020-02-18 12:33:20] '/u/VreaL37' has given '/u/DopeTotem' lambda!
+11746 [2020-02-18 12:34:29] '/u/danifernt' has given '/u/zippy20201' lambda!
+11746 [2020-02-18 12:35:38] '/u/VreaL37' has given '/u/Schieritz' lambda!
+11746 [2020-02-18 12:36:24] '/u/VreaL37' has given '/u/thecaseysanafanclub' lambda!
+11746 [2020-02-18 12:36:50] '/u/VreaL37' has given '/u/ArnoVlmt' lambda!
+11746 [2020-02-18 12:37:00] '/u/VreaL37' has given '/u/rebus-YT' lambda!
+11746 [2020-02-18 12:37:07] '/u/VreaL37' has given '/u/sophiacarey' lambda!
+11746 [2020-02-18 12:37:19] '/u/VreaL37' has given '/u/qzeqYT' lambda!
+11746 [2020-02-18 12:37:34] '/u/VreaL37' has given '/u/MafiasFinestTV' lambda!
+11746 [2020-02-18 12:57:43] There has been a new submission: 'Just reached 400 subs. Looking for a channel critique', with flair 'Channel Review'
+11746 [2020-02-18 12:57:44] /u/Jordy9797 had their submission removed for insufficient lambda.
+11746 [2020-02-18 13:02:23] There has been a new submission: '3 Indie Game | PITY PARTY - CREEPY GIRL PART 1', with flair 'Gaming'
+11746 [2020-02-18 13:02:25] /u/Thestylo1009 had their submission removed for insufficient lambda.
+11746 [2020-02-18 13:11:32] '/u/ell_ninja' has given '/u/hemant_rangdal' lambda!
+12000 [2020-02-18 13:17:03]
+####################
+[2020-02-18 13:17:03] RESTARTED
+####################
+
+12000 [2020-02-18 13:18:45] '/u/ell_ninja' has given '/u/zippy20201' lambda!
+12000 [2020-02-18 13:36:09] '/u/CubandCat' has given '/u/VanishingPencil' lambda!
+12000 [2020-02-18 13:36:35] '/u/CubandCat' has given '/u/AlexHellRazor' lambda!
+12000 [2020-02-18 13:36:59] '/u/CubandCat' has given '/u/Mrlee2399' lambda!
+12000 [2020-02-18 13:37:33] '/u/CubandCat' has given '/u/timchavlogs' lambda!
+12000 [2020-02-18 13:45:25] There has been a new submission: 'Episode 2 of my Satisfactory lets play series - let me know what you think!', with flair 'Video Critique'
+12000 [2020-02-18 14:16:57] There has been a new submission: 'Looking for some critiques on my video what do you think', with flair 'None'
+12000 [2020-02-18 14:16:59] /u/gibbygamingGG had their submission removed for insufficient lambda.
+12000 [2020-02-18 14:30:19] There has been a new submission: 'My first video: Untitled Goose Game Ep 1- Honk Honk', with flair 'Gaming'
+12000 [2020-02-18 14:30:22] /u/NukaGirl2287 had their submission removed for insufficient lambda.
+12000 [2020-02-18 14:33:54] There has been a new submission: 'How to hand cut sticker', with flair 'Art'
+12000 [2020-02-18 14:33:55] /u/joshuadualan had their submission removed for insufficient lambda.
+12000 [2020-02-18 14:41:37] '/u/shytownx' has given '/u/SelendineMcHerb' lambda!
+12000 [2020-02-18 14:48:11] There has been a new submission: 'Epic Modern Warfare Camper.mp4.MLG', with flair 'Gaming'
+12000 [2020-02-18 14:48:12] /u/Pro_Gameplay had their submission removed for insufficient lambda.
+12000 [2020-02-18 14:48:21] There has been a new submission: 'We alll know that to succeed on youtube we must find our niche, have great thumbnails, title etc.... but really it’s that all it takes to be successful on youtube?', with flair 'Discussion'
+12000 [2020-02-18 14:48:22] /u/scorhiphop had their submission removed for using the wrong flair.
+12000 [2020-02-18 14:49:44] '/u/Mark_Levins' has given '/u/About30NinjasYT' lambda!
+12000 [2020-02-18 14:52:05] '/u/NiceGuyMarek' has given '/u/About30NinjasYT' lambda!
+12000 [2020-02-18 14:56:08] There has been a new submission: 'Finally hit 20 subs!', with flair 'Discussion'
+12000 [2020-02-18 15:00:36] There has been a new submission: 'My first professional looking video, marvel's cosmic ghostrider unboxing. Feedback needed. Thank you.', with flair 'Art'
+12000 [2020-02-18 15:05:41] There has been a new submission: 'SO THIS IS THE NEW DEATH NOTE!', with flair 'Discussion'
+12000 [2020-02-18 15:05:43] /u/phillslifestyle had their submission removed for using the wrong flair.
+12000 [2020-02-18 15:05:52] There has been a new submission: 'Building My Own VPN with AWS EC2 + Pritunl (cheap/easy virtual machine)', with flair 'Video Critique'
+12000 [2020-02-18 15:05:54] /u/coletv had their submission removed for insufficient lambda.
+12000 [2020-02-18 15:07:52] '/u/CubandCat' has given '/u/t3kra' lambda!
+12140 [2020-02-18 15:17:03]
+####################
+[2020-02-18 15:17:03] RESTARTED
+####################
+
+12140 [2020-02-18 15:24:58] There has been a new submission: 'War video for my multiplayer Minecraft world/realm, hope you like it :)', with flair 'None'
+12140 [2020-02-18 15:24:59] /u/L3ifEriks0n had their submission removed for insufficient lambda.
+12140 [2020-02-18 15:28:25] '/u/Inoox' has given '/u/ActivexGen' lambda!
+12140 [2020-02-18 15:28:25] The OP received lambda too!
+12140 [2020-02-18 15:30:33] There has been a new submission: 'I'm new to Reddit. I really want to post on a sub-reddit but I can't because I need 10 Karma's. Can you please upvote this?', with flair 'Discussion'
+12140 [2020-02-18 15:48:04] There has been a new submission: 'How to Be Successful And Make People Love You', with flair 'Collab'
+12140 [2020-02-18 15:48:05] /u/Cyber_Dolphin_ had their submission removed for using the wrong flair.
+12140 [2020-02-18 15:48:45] '/u/ell_ninja' has given '/u/TucoSalomanca' lambda!
+12140 [2020-02-18 15:48:55] '/u/ell_ninja' has given '/u/DulcidioCoelho' lambda!
+12140 [2020-02-18 15:49:51] There has been a new submission: 'How to Be Successful And Make People Love You', with flair 'Video Critique'
+12140 [2020-02-18 15:57:28] '/u/ThisIsCress' has given '/u/THENEXTBIGTHINGMINER' lambda!
+12140 [2020-02-18 15:57:28] The OP received lambda too!
+12140 [2020-02-18 15:58:10] '/u/danifernt' has given '/u/Sewance' lambda!
+12140 [2020-02-18 16:03:01] There has been a new submission: 'I like this one list of moments. How do you think, can we help this man to have more sub ? And what do you think about video ?', with flair 'Gaming'
+12140 [2020-02-18 16:03:03] /u/UnusualNight had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:04:42] '/u/danifernt' has given '/u/PheraWorld' lambda!
+12140 [2020-02-18 16:27:41] There has been a new submission: 'GoPro:Short Review (spent ages editing give me some honest feedback)', with flair 'Video Critique'
+12140 [2020-02-18 16:34:53] There has been a new submission: 'Check this out btw sorry for The screen I have no money for screen recorder', with flair 'None'
+12140 [2020-02-18 16:35:02] There has been a new submission: 'Learn how to create an expandable mobile tab menu for your website or web app', with flair 'Video Critique'
+12140 [2020-02-18 16:35:04] /u/Brightisaac had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:37:11] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 15 - Brumak', with flair 'Gaming'
+12140 [2020-02-18 16:37:12] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:40:01] There has been a new submission: 'All most 100 thanks all really appreciated 🙏💯', with flair 'Channel Review'
+12140 [2020-02-18 16:40:04] /u/dnnyjanine had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:43:29] There has been a new submission: 'What Is The Future Like For The Crashed Boxster 986???', with flair 'Vlog'
+12140 [2020-02-18 16:43:31] /u/Rapido1991 had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:47:04] There has been a new submission: 'Gaming Channel w/ Pokemon Content - I Reciprocate Subs!', with flair 'Gaming'
+12140 [2020-02-18 16:47:05] /u/jmilone5826 had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:51:22] There has been a new submission: 'Grinding and editing pubg gameplays. Need help for subs and views 🥺🥺', with flair 'None'
+12140 [2020-02-18 16:51:24] /u/ReubenRanchYTGaming had their submission removed for insufficient lambda.
+12140 [2020-02-18 16:54:56] There has been a new submission: 'How to FIX Star Wars THE FORCE AWAKENS | Geno Reviews', with flair 'Video Critique'
+12140 [2020-02-18 16:54:58] /u/GenocidalArachnid had their submission removed for insufficient lambda.
+12140 [2020-02-18 17:00:58] There has been a new submission: 'Taiwan Vlog 2020! Please tell me what you think!', with flair 'None'
+12140 [2020-02-18 17:01:01] /u/mel_1206 had their submission removed for insufficient lambda.
+12140 [2020-02-18 17:04:03] There has been a new submission: 'Just reached 45 subs. Almost halfway to 100! Thank you so much for the support and the good advices! I wanted to share it with you. :) Any other positive story out there?', with flair 'Discussion'
+12140 [2020-02-18 17:06:34] There has been a new submission: 'GoFundMe Alternatives: Top 10 Platforms To Raise Money', with flair 'Video Critique'
+12140 [2020-02-18 17:06:36] /u/AuraMM had their submission removed for insufficient lambda.
+12140 [2020-02-18 17:08:22] '/u/masteroduo' has given '/u/Sewance' lambda!
+12140 [2020-02-18 17:08:22] The OP received lambda too!
+12275 [2020-02-18 17:17:03]
+####################
+[2020-02-18 17:17:03] RESTARTED
+####################
+
+12275 [2020-02-18 17:22:46] There has been a new submission: 'Skit. Feedback pls. Contains raunchiness 😩.', with flair 'None'
+12275 [2020-02-18 17:22:48] /u/lickpoop333 had their submission removed for insufficient lambda.
+12275 [2020-02-18 17:26:39] There has been a new submission: 'Would love your feedback', with flair 'Video Critique'
+12275 [2020-02-18 17:26:55] '/u/TitansTracks' has given '/u/jjstew99' lambda!
+12275 [2020-02-18 17:26:55] The OP received lambda too!
+12275 [2020-02-18 17:28:42] '/u/TitansTracks' has given '/u/clemmonsRushi' lambda!
+12275 [2020-02-18 17:32:58] There has been a new submission: 'Guys need karma for showing my channel here. I have been working hard and have reached 60 subs and I’m aiming for 100 and later 1000 so please help 🥺🥺', with flair 'Discussion'
+12275 [2020-02-18 17:33:09] '/u/TitansTracks' has given '/u/Sephyorae' lambda!
+12275 [2020-02-18 17:33:19] '/u/schecterguy' has given '/u/Sewance' lambda!
+12275 [2020-02-18 17:33:53] There has been a new submission: 'New video on YouTube let me know what you think of the editing and my channel in general!', with flair 'Channel Review'
+12275 [2020-02-18 17:42:44] '/u/danifernt' has given '/u/CRT_Television' lambda!
+12275 [2020-02-18 17:43:34] '/u/masteroduo' has given '/u/DarkLord152' lambda!
+12275 [2020-02-18 17:44:50] '/u/masteroduo' has given '/u/sheymyster' lambda!
+12275 [2020-02-18 17:45:25] There has been a new submission: 'DIY Mini Greeting Card | Valentines Day Card | Surprise Message Card', with flair 'Art'
+12275 [2020-02-18 17:45:27] /u/Craftzilla01022017 had their submission removed for insufficient lambda.
+12275 [2020-02-18 17:45:53] '/u/masteroduo' has given '/u/murraypdavid' lambda!
+12275 [2020-02-18 17:46:06] There has been a new submission: 'Got to 50 subscribers last night! what a crazy feeling', with flair 'Discussion'
+12275 [2020-02-18 17:49:45] There has been a new submission: 'PUBG Lite Montage', with flair 'Gaming'
+12275 [2020-02-18 17:49:45] /u/HiteshSwami had their submission removed for insufficient lambda.
+12275 [2020-02-18 17:53:03] There has been a new submission: 'Every time I gain one or two subscribers, I always lose one as well one or two days later. Is anyone else dealing with this?', with flair 'Discussion'
+12275 [2020-02-18 17:54:08] '/u/Foggy_Creations' has given '/u/DarkLord152' lambda!
+12275 [2020-02-18 17:54:08] The OP received lambda too!
+12275 [2020-02-18 17:54:59] '/u/Subject2Productions' has given '/u/isiahdyson500' lambda!
+12275 [2020-02-18 17:57:00] There has been a new submission: 'Goals', with flair 'Channel Review'
+12275 [2020-02-18 17:57:02] /u/_NGaming_ had their submission removed for insufficient lambda.
+12275 [2020-02-18 17:58:10] '/u/DustyDingus' has given '/u/JimmySpyro' lambda!
+12275 [2020-02-18 17:58:10] The OP received lambda too!
+12275 [2020-02-18 17:58:34] '/u/TitansTracks' has given '/u/Mikimao' lambda!
+12275 [2020-02-18 18:01:37] '/u/ell_ninja' has given '/u/MafiasFinestTV' lambda!
+12275 [2020-02-18 18:01:48] There has been a new submission: 'Hit 69 subs, made a video to celebrate it', with flair 'Gaming'
+12275 [2020-02-18 18:01:51] /u/Philraco_Indie had their submission removed for insufficient lambda.
+12275 [2020-02-18 18:03:06] There has been a new submission: 'ObsidianCraft|Home Improvements| #5 (PLEASE GIVE FEEDBACK)', with flair 'Gaming'
+12275 [2020-02-18 18:11:51] '/u/admiller3' has given '/u/BoomerangTKO' lambda!
+12275 [2020-02-18 18:13:04] There has been a new submission: 'Coronavirus - Pandemic ? (Here is my prediction)', with flair 'Discussion'
+12275 [2020-02-18 18:13:06] /u/murraypdavid had their submission removed for using the wrong flair.
+12275 [2020-02-18 18:13:50] There has been a new submission: 'Coronavirus - Pandemic ? (Here is my prediction)', with flair 'Video Critique'
+12275 [2020-02-18 18:16:16] There has been a new submission: 'The three legendary kills of Overwatch- This is my second ever video and it took me an entire month to edit. The beginning is the worst part and I know my inmature voice is awful to listen to but you'd make my day if you could tell me how to improve. I'm trying guys, I'm trying', with flair 'Video Critique'
+12275 [2020-02-18 18:19:32] There has been a new submission: 'Top 12 Test Batsmen Of The Last Decade Ranked By Runs (2010 - 2019)', with flair 'Discussion'
+12275 [2020-02-18 18:19:33] /u/RevalGovender had their submission removed for using the wrong flair.
+12275 [2020-02-18 18:20:35] There has been a new submission: 'Top 12 Test Batsmen Of The Last Decade Ranked By Runs (2010 - 2019)', with flair 'Video Critique'
+12275 [2020-02-18 18:20:37] /u/RevalGovender had their submission removed for insufficient lambda.
+12275 [2020-02-18 18:21:14] '/u/Inoox' has given '/u/MafiasFinestTV' lambda!
+12275 [2020-02-18 18:21:34] There has been a new submission: 'Goals', with flair 'Discussion'
+12275 [2020-02-18 18:23:32] '/u/Inoox' has given '/u/Seraffian' lambda!
+12275 [2020-02-18 18:25:52] '/u/danifernt' has given '/u/cdin3d' lambda!
+12275 [2020-02-18 18:28:45] '/u/DustyDingus' has given '/u/is_not_paranoid' lambda!
+12275 [2020-02-18 18:32:51] There has been a new submission: 'I've been doing these Unity tutorials. Not flashy/funny/lively, but they seem to bring in more subscribers than other videos, and some generic views. I tell the"story" of what we're trying to do, but also show how the ideas are implemented, although not step-by-step. Do they hold your attention?', with flair 'Video Critique'
+12275 [2020-02-18 18:36:41] There has been a new submission: 'VIRUS BOY - Fakes Coronavirus For VIEWS', with flair 'None'
+12275 [2020-02-18 18:36:42] /u/Reece_The_Beast had their submission removed for insufficient lambda.
+12275 [2020-02-18 18:38:09] There has been a new submission: 'My fellow small youtubers beware of this scam channel. Don’t subscribe to it or respond to their comments..They are spamming your comment section as soon as you post an upload.', with flair 'None'
+12275 [2020-02-18 18:38:10] /u/jimmonbrit had their submission removed for insufficient lambda.
+12275 [2020-02-18 18:40:25] '/u/thatVTguy' has given '/u/Adddo13' lambda!
+12275 [2020-02-18 18:40:25] The OP received lambda too!
+12275 [2020-02-18 18:46:00] There has been a new submission: 'Tell me what you guys think? and or sub?', with flair 'None'
+12275 [2020-02-18 18:48:53] There has been a new submission: 'omg i keep looking at my 97 sub i cant stop looking is any one go through this lol yt crack i feel like', with flair 'Discussion'
+12275 [2020-02-18 18:58:24] '/u/Hero_Doses' has given '/u/qzeqYT' lambda!
+12275 [2020-02-18 19:03:48] '/u/anaana994' has given '/u/foreverambitious_' lambda!
+12275 [2020-02-18 19:03:49] The OP received lambda too!
+12275 [2020-02-18 19:03:57] There has been a new submission: 'What is a good ctr?', with flair 'Discussion'
+12275 [2020-02-18 19:04:27] There has been a new submission: '4K| JAPAN AIRLINES PREMIUM ECONOMY | HELSINKI - TOKYO| BOEING 787-900', with flair 'None'
+12275 [2020-02-18 19:04:29] /u/GlobePassport01 had their submission removed for insufficient lambda.
+12275 [2020-02-18 19:09:29] '/u/anaana994' has given '/u/Hero_Doses' lambda!
+12275 [2020-02-18 19:09:44] '/u/anaana994' has given '/u/prettyboiRandell' lambda!
+12275 [2020-02-18 19:10:15] '/u/bittybirtybunny' has given '/u/Soviet_SpudNick' lambda!
+12275 [2020-02-18 19:11:27] '/u/GideonGriebenow' has given '/u/sheymyster' lambda!
+12275 [2020-02-18 19:11:27] The OP received lambda too!
+12275 [2020-02-18 19:12:01] There has been a new submission: 'Hey guys when did you start your YouTube channel and how many subs have you gotten now. 💓💓', with flair 'Discussion'
+12275 [2020-02-18 19:13:03] '/u/bittybirtybunny' has given '/u/zippy20201' lambda!
+12275 [2020-02-18 19:13:12] There has been a new submission: 'Hi! I played this game for the first time Sunday. Check it out! And .. I'll be streaming Wednesday, finishing this game.-Hopefully', with flair 'None'
+12275 [2020-02-18 19:13:14] /u/Monkeylove7 had their submission removed for insufficient lambda.
+12275 [2020-02-18 19:13:49] '/u/bittybirtybunny' has given '/u/gary-the-snail-lord' lambda!
+12275 [2020-02-18 19:15:53] '/u/thatVTguy' has given '/u/dbgat6' lambda!
+12275 [2020-02-18 19:16:24] '/u/anaana994' has given '/u/DarpanMahajan786' lambda!
+12478 [2020-02-18 19:17:04]
+####################
+[2020-02-18 19:17:04] RESTARTED
+####################
+
+12478 [2020-02-18 19:18:00] '/u/anaana994' has given '/u/Seraffian' lambda!
+12478 [2020-02-18 19:20:31] '/u/bittybirtybunny' has given '/u/Hakuru15' lambda!
+12478 [2020-02-18 19:21:31] '/u/Sewance' has given '/u/Abrockhead' lambda!
+12478 [2020-02-18 19:21:31] The OP received lambda too!
+12478 [2020-02-18 19:22:28] '/u/bittybirtybunny' has given '/u/isiahdyson500' lambda!
+12478 [2020-02-18 19:22:56] '/u/bittybirtybunny' has given '/u/Sewance' lambda!
+12478 [2020-02-18 19:23:13] '/u/YereLet-' has given '/u/tommyboy_lr' lambda!
+12478 [2020-02-18 19:23:13] The OP received lambda too!
+12478 [2020-02-18 19:24:44] There has been a new submission: 'How to God Gammer the Watcher', with flair 'Gaming'
+12478 [2020-02-18 19:24:45] /u/Tu_Js had their submission removed for insufficient lambda.
+12478 [2020-02-18 19:27:50] '/u/Brightisaac' has given '/u/sheymyster' lambda!
+12478 [2020-02-18 19:27:50] The OP received lambda too!
+12478 [2020-02-18 19:28:31] There has been a new submission: 'I’ve been making videos for the past two months and am growing pretty quick. Go all in on my channel and my most current video to let me know what I am doing good and what I can improve on.', with flair 'Channel Review'
+12478 [2020-02-18 19:29:10] '/u/Brightisaac' has given '/u/FemGem98' lambda!
+12478 [2020-02-18 19:29:39] There has been a new submission: 'Am I selling myself out?', with flair 'Discussion'
+12478 [2020-02-18 19:41:53] '/u/Dave_wuz_here' has given '/u/sheymyster' lambda!
+12478 [2020-02-18 19:41:53] The OP received lambda too!
+12478 [2020-02-18 19:51:02] There has been a new submission: 'TESLA: Stock Analysis, is Tesla a stock to buy in 2020', with flair 'None'
+12478 [2020-02-18 19:51:05] /u/Dividend-investor had their submission removed for insufficient lambda.
+12478 [2020-02-18 19:59:57] '/u/Nicholas_Pickolaus' has given '/u/Adddo13' lambda!
+12478 [2020-02-18 19:59:57] The OP received lambda too!
+12478 [2020-02-18 20:01:35] '/u/Nicholas_Pickolaus' has given '/u/denandmugMAKES' lambda!
+12478 [2020-02-18 20:01:55] '/u/Nicholas_Pickolaus' has given '/u/Philraco_Indie' lambda!
+12478 [2020-02-18 20:03:15] '/u/Dave_wuz_here' has given '/u/tommyboy_lr' lambda!
+12478 [2020-02-18 20:04:48] There has been a new submission: 'Honest Reviews about my latest video', with flair 'Video Critique'
+12478 [2020-02-18 20:20:54] '/u/Foggy_Creations' has given '/u/pintelguy' lambda!
+12478 [2020-02-18 20:24:06] There has been a new submission: 'My Little gaming channel and funny moments with friends. I would love your guy's contractive criticism.', with flair 'Gaming'
+12478 [2020-02-18 20:24:29] There has been a new submission: '[Discussion] Monetization Platform - AI Startup "ClickHelps"', with flair 'Discussion'
+12478 [2020-02-18 20:27:26] {ERROR} received 503 HTTP response
+12478 [2020-02-18 20:32:43] There has been a new submission: 'fw me real quick i would love some feedback 🙏🏽🙏🏽', with flair 'Channel Review'
+12478 [2020-02-18 20:32:45] /u/reecytherapper had their submission removed for insufficient lambda.
+12478 [2020-02-18 20:33:16] There has been a new submission: 'Funny reaction video 😂🔥', with flair 'Collab'
+12478 [2020-02-18 20:33:18] /u/DatBoii75 had their submission removed for using the wrong flair.
+12478 [2020-02-18 20:37:02] There has been a new submission: 'My latest video, let me know what you think!', with flair 'Video Critique'
+12478 [2020-02-18 20:37:08] There has been a new submission: 'In need of watched minutes!', with flair 'None'
+12478 [2020-02-18 20:37:10] /u/RebuildRex had their submission removed for insufficient lambda.
+12478 [2020-02-18 21:11:43] There has been a new submission: '100 Things You MUST Do Before You DIE', with flair 'Channel Review'
+12478 [2020-02-18 21:11:45] /u/DaytimeLateNightShow had their submission removed for insufficient lambda.
+12478 [2020-02-18 21:14:56] There has been a new submission: 'Hello I am Sevcraft Games', with flair 'Gaming'
+12478 [2020-02-18 21:14:58] /u/Sevcraft_Games had their submission removed for insufficient lambda.
+12478 [2020-02-18 21:15:03] There has been a new submission: 'My first reaction/commentary video. Any feedback would be nice!', with flair 'Channel Review'
+12478 [2020-02-18 21:15:05] /u/DaytimeLateNightShow had their submission removed for insufficient lambda.
+12478 [2020-02-18 21:16:59] There has been a new submission: 'My first reaction/commentary video. Any feedback would be nice!', with flair 'Discussion'
+12478 [2020-02-18 21:17:00] /u/DaytimeLateNightShow had their submission removed for using the wrong flair.
+12614 [2020-02-18 21:17:03]
+####################
+[2020-02-18 21:17:03] RESTARTED
+####################
+
+12614 [2020-02-18 21:17:20] '/u/Ralfzer0' has given '/u/The_Suited_Bird' lambda!
+12614 [2020-02-18 21:17:20] The OP received lambda too!
+12614 [2020-02-18 21:17:35] '/u/x420martian' has given '/u/chsmntnstudios' lambda!
+12614 [2020-02-18 21:17:35] The OP received lambda too!
+12614 [2020-02-18 21:17:41] '/u/Brightisaac' has given '/u/Sky-todd' lambda!
+12614 [2020-02-18 21:17:48] '/u/shytownx' has given '/u/chsmntnstudios' lambda!
+12614 [2020-02-18 21:18:00] '/u/Nicholas_Pickolaus' has given '/u/KamKashiiiYT' lambda!
+12614 [2020-02-18 21:18:09] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+12614 [2020-02-18 21:18:11] '/u/rebus-YT' has given '/u/Tu_Js' lambda!
+12614 [2020-02-18 21:18:11] The OP received lambda too!
+12614 [2020-02-18 21:18:24] '/u/rebus-YT' has given '/u/zach_swoogg' lambda!
+12614 [2020-02-18 21:18:32] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+12614 [2020-02-18 21:18:34] '/u/About30NinjasYT' has given '/u/Caaaam' lambda!
+12614 [2020-02-18 21:18:34] The OP received lambda too!
+12614 [2020-02-18 21:18:39] '/u/About30NinjasYT' has given '/u/zippy20201' lambda!
+12614 [2020-02-18 21:18:45] '/u/About30NinjasYT' has given '/u/Sewance' lambda!
+12614 [2020-02-18 21:18:51] '/u/About30NinjasYT' has given '/u/Dharen29YT' lambda!
+12614 [2020-02-18 21:18:58] '/u/About30NinjasYT' has given '/u/Nicholas_Pickolaus' lambda!
+12614 [2020-02-18 21:19:32] '/u/About30NinjasYT' has given '/u/MafiasFinestTV' lambda!
+12614 [2020-02-18 21:21:21] '/u/thelegend27_420' has given '/u/EazyEl77' lambda!
+12614 [2020-02-18 21:21:21] The OP received lambda too!
+12614 [2020-02-18 21:22:11] '/u/thelegend27_420' has given '/u/Dharen29YT' lambda!
+12614 [2020-02-18 21:22:31] '/u/thelegend27_420' has given '/u/GeekonMySleeve' lambda!
+12614 [2020-02-18 21:22:40] There has been a new submission: 'Skyrim meets metal! Please let me know what you think!', with flair 'Video Critique'
+12614 [2020-02-18 21:22:53] '/u/thelegend27_420' has given '/u/CubandCat' lambda!
+12614 [2020-02-18 21:23:14] '/u/thelegend27_420' has given '/u/aldimamma' lambda!
+12614 [2020-02-18 21:23:34] '/u/thelegend27_420' has given '/u/Styxgaming4' lambda!
+12614 [2020-02-18 21:24:16] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Feb 18 2020)', with flair 'None'
+12614 [2020-02-18 21:25:28] There has been a new submission: 'This is why you're not happy! How to: Change that.', with flair 'Channel Review'
+12614 [2020-02-18 21:25:30] /u/iammisozi had their submission removed for insufficient lambda.
+12614 [2020-02-18 21:25:45] There has been a new submission: 'WORKOUT CLIP - I expect some advides hot to improve my montage skills', with flair 'Video Critique'
+12614 [2020-02-18 21:26:47] There has been a new submission: 'How to Main King K Rool (Let me know what you think!)', with flair 'Gaming'
+12614 [2020-02-18 21:30:37] There has been a new submission: 'Deep foundation filled with concrete', with flair 'Vlog'
+12614 [2020-02-18 21:30:39] /u/markhep had their submission removed for insufficient lambda.
+12614 [2020-02-18 21:34:15] There has been a new submission: 'HOW TO DOMINATE WITH THE MP5 ...(GODMODE) - Modern Warfare Season 2', with flair 'Gaming'
+12614 [2020-02-18 21:34:17] /u/Kerbstomp66 had their submission removed for insufficient lambda.
+12614 [2020-02-18 21:40:44] There has been a new submission: 'Would appreciate some notes on this comedy cooking show we made. Is there something we could do to better grab people's attention and keep it?', with flair 'Video Critique'
+12614 [2020-02-18 21:40:46] /u/TeamRemavi had their submission removed for insufficient lambda.
+12614 [2020-02-18 21:49:41] There has been a new submission: 'Hello everyone! I have been reviewing channels on Reddit and have learned a lot! I have changed all of the things that have been suggested to me in the past and changed a few of my own ideas. Please let me know if you see anything out of the ordinary! Thanks!', with flair 'Channel Review'
+12614 [2020-02-18 21:54:25] '/u/Ralfzer0' has given '/u/DaytimeLateNightShow' lambda!
+12614 [2020-02-18 21:54:51] There has been a new submission: 'Guys I’ve been uploading videos about pubg mobile gameplays of my own and not seems to working out. My subs are very slow. I hardly get views. My retention is in a very bad state. Any ideas how to improve because no matter what I’m trying noting seems to working out.', with flair 'Channel Review'
+12614 [2020-02-18 21:54:53] /u/ReubenRanchYTGaming had their submission removed for insufficient lambda.
+12614 [2020-02-18 21:55:55] There has been a new submission: 'Guys I’ve been uploading videos about pubg mobile gameplays of my own and not seems to working out. My subs are very slow. I hardly get views. My retention is in a very bad state. Any ideas how to improve because no matter what I’m trying noting seems to working out.', with flair 'Discussion'
+12614 [2020-02-18 22:00:11] There has been a new submission: 'Snowboard Vlog #4 SZN 2 ... let me know what you guys think of the video !!!', with flair 'None'
+12614 [2020-02-18 22:01:30] '/u/Inoox' has given '/u/_NGaming_' lambda!
+12614 [2020-02-18 22:02:10] '/u/Ralfzer0' has given '/u/highpower_marsh' lambda!
+12614 [2020-02-18 22:02:19] There has been a new submission: 'Free Drone Footage of Palisades Park Spokane WA', with flair 'Video Critique'
+12614 [2020-02-18 22:02:21] /u/dayofthehippo had their submission removed for insufficient lambda.
+12614 [2020-02-18 22:13:02] '/u/Ralfzer0' has given '/u/MerpItUp' lambda!
+12614 [2020-02-18 22:15:34] There has been a new submission: 'Started growing my channel from October and am now at 566 subs well it's still OK and where do you guys normally share your videos after uploading except from reddit', with flair 'Discussion'
+12614 [2020-02-18 22:16:12] '/u/ReubenRanchYTGaming' has given '/u/yummamuang' lambda!
+12614 [2020-02-18 22:16:12] The OP received lambda too!
+12614 [2020-02-18 22:19:42] There has been a new submission: 'Creepy old video I found on youtube. How do they film in the dark?', with flair 'Discussion'
+12614 [2020-02-18 22:19:43] /u/SEND_ME_UR_ASSHOLE had their submission removed for using the wrong flair.
+12614 [2020-02-18 22:21:38] There has been a new submission: 'My Guitar/Music channel - please offer any advice', with flair 'Channel Review'
+12614 [2020-02-18 22:21:40] /u/MusicHub123 had their submission removed for insufficient lambda.
+12614 [2020-02-18 22:22:03] There has been a new submission: 'Isabella OC sailor one piece swimsuit - Speedpaint - vector Illustration - Lets Create Mistakes', with flair 'Art'
+12614 [2020-02-18 22:22:05] /u/createmistakes had their submission removed for insufficient lambda.
+12614 [2020-02-18 22:25:00] There has been a new submission: 'So I Started a Youtube Channel and Looking for Constructive Criticism', with flair 'Channel Review'
+12614 [2020-02-18 22:25:01] /u/ionlyjake had their submission removed for insufficient lambda.
+12614 [2020-02-18 22:27:28] '/u/ReubenRanchYTGaming' has given '/u/Burkeds' lambda!
+12614 [2020-02-18 22:30:12] There has been a new submission: 'Crammed memes into montage', with flair 'Gaming'
+12614 [2020-02-18 22:30:14] /u/CalifornianCampFire had their submission removed for insufficient lambda.
+12614 [2020-02-18 22:37:06] '/u/itsJayohkay' has given '/u/rebus-YT' lambda!
+12614 [2020-02-18 22:37:06] The OP received lambda too!
+12614 [2020-02-18 22:40:42] '/u/MafiasFinestTV' has given '/u/Inoox' lambda!
+12614 [2020-02-18 22:40:42] The OP received lambda too!
+12614 [2020-02-18 22:41:54] There has been a new submission: 'I’m so proud of myself 🥺', with flair 'None'
+12614 [2020-02-18 22:41:56] /u/miljanmandic had their submission removed for insufficient lambda.
+12614 [2020-02-18 22:42:43] '/u/MafiasFinestTV' has given '/u/qzeqYT' lambda!
+12614 [2020-02-18 22:58:46] '/u/challeman' has given '/u/DiddlesRDQ' lambda!
+12614 [2020-02-18 22:58:46] The OP received lambda too!
+12614 [2020-02-18 23:15:05] '/u/itsJayohkay' has given '/u/TheFox500' lambda!
+12754 [2020-02-18 23:17:04]
+####################
+[2020-02-18 23:17:04] RESTARTED
+####################
+
+1431 [2020-02-18 23:19:45] Updated statistics
+12754 [2020-02-18 23:37:49] There has been a new submission: 'Hello! I'm going to start trying lofi music! Let me know what you think', with flair 'Meta'
+12754 [2020-02-18 23:37:51] /u/GGlobste had their submission removed for using the wrong flair.
+12754 [2020-02-18 23:42:09] There has been a new submission: 'Hello! I'm going to start trying lofi music! Let me know what you think', with flair 'Video Critique'
+12754 [2020-02-18 23:42:11] /u/GGlobste had their submission removed for insufficient lambda.
+12754 [2020-02-18 23:43:05] There has been a new submission: 'Arma 3 gameplay. Taking out an attack helicopter with an unguided anti tank missile', with flair 'Gaming'
+12754 [2020-02-18 23:43:07] /u/WillsUniverse had their submission removed for insufficient lambda.
+12754 [2020-02-18 23:44:01] There has been a new submission: 'Started a kids vlog with my son to encourage him to open up, he is very shy and hardly talks to others. Any advice about how to promote our channel?', with flair 'Discussion'
+12754 [2020-02-18 23:51:32] There has been a new submission: 'Modern Warfare S&D Highlights IV (Like & Sub)', with flair 'Gaming'
+12754 [2020-02-18 23:51:34] /u/IRIooSTeR had their submission removed for insufficient lambda.
+12754 [2020-02-18 23:56:45] There has been a new submission: 'Idk if your interested... woodworking', with flair 'None'
+12754 [2020-02-18 23:56:47] /u/jrstar84 had their submission removed for insufficient lambda.
+12754 [2020-02-18 23:59:32] '/u/x420martian' has given '/u/GGlobste' lambda!
+12754 [2020-02-19 00:01:37] There has been a new submission: '[Discussion] Shoutouts from my channel', with flair 'Discussion'
+12754 [2020-02-19 00:09:44] There has been a new submission: 'A Universe Made from Numbers — Exploring the Cosmos from the Largest galaxy to the Tiniest Atom (This took a while, would love feedback!)', with flair 'Art'
+12754 [2020-02-19 00:09:45] /u/Telescopeinthefuture had their submission removed for insufficient lambda.
+12754 [2020-02-19 00:10:38] There has been a new submission: 'Tried a different style of video than usual. Let me know if you like the editing, commentary, etc :)', with flair 'Video Critique'
+12754 [2020-02-19 00:19:39] '/u/ell_ninja' has given '/u/highpower_marsh' lambda!
+12754 [2020-02-19 00:32:44] There has been a new submission: 'Deity V.lav Unboxing/Review! | Best Budget Mic?', with flair 'Video Critique'
+12754 [2020-02-19 00:33:08] '/u/thatVTguy' has given '/u/LethalogicaYT' lambda!
+12754 [2020-02-19 00:33:17] There has been a new submission: 'Where is the best place to engage with our audience?', with flair 'Discussion'
+12754 [2020-02-19 00:33:23] There has been a new submission: 'I tried TikTok for the first time and made a video explaining the app. I normally do sketch comedy, but for this video I tried talking directly to camera. How do you think I did? "What the duck is a TikTok? || 10 Things I Learned Using TikTok"', with flair 'Video Critique'
+12754 [2020-02-19 00:42:45] There has been a new submission: '[Channel Review] - Ambient/Indie Music', with flair 'Channel Review'
+12754 [2020-02-19 00:42:47] /u/nickp1995 had their submission removed for insufficient lambda.
+12754 [2020-02-19 00:47:59] There has been a new submission: 'Is Genji a true ninja? Putting his ninja abilities to the test- This was my first video ever. I know I still have a long way to go but I'm learning a lot every day', with flair 'Video Critique'
+12754 [2020-02-19 00:49:32] There has been a new submission: 'My Goals are to have 1k subs + 4000 watch hours', with flair 'None'
+12754 [2020-02-19 00:49:33] /u/MajinKaine had their submission removed for insufficient lambda.
+12754 [2020-02-19 00:51:53] There has been a new submission: 'Downtown Toronto night driving (GoPro footage)', with flair 'Vlog'
+12754 [2020-02-19 00:51:55] /u/Mark_9471 had their submission removed for insufficient lambda.
+12754 [2020-02-19 00:57:20] '/u/Brightisaac' has given '/u/Marakath' lambda!
+12754 [2020-02-19 00:57:20] The OP received lambda too!
+12754 [2020-02-19 01:01:02] '/u/x420martian' has given '/u/MerpItUp' lambda!
+12754 [2020-02-19 01:01:32] '/u/Brightisaac' has given '/u/Grimreads' lambda!
+12754 [2020-02-19 01:02:03] '/u/Brightisaac' has given '/u/Caaaam' lambda!
+12754 [2020-02-19 01:02:27] '/u/Brightisaac' has given '/u/Schieritz' lambda!
+12754 [2020-02-19 01:04:08] There has been a new submission: 'Check this out!!', with flair 'None'
+12754 [2020-02-19 01:04:10] /u/playboifrmdao had their submission removed for insufficient lambda.
+12754 [2020-02-19 01:08:59] There has been a new submission: 'Check my channel out and plz give me some feedback.', with flair 'Gaming'
+12754 [2020-02-19 01:09:00] /u/Sunshine124578 had their submission removed for insufficient lambda.
+12754 [2020-02-19 01:09:14] '/u/Brightisaac' has given '/u/aldimamma' lambda!
+12754 [2020-02-19 01:11:14] There has been a new submission: 'look at this video and you wont regret.', with flair 'Channel Review'
+12754 [2020-02-19 01:11:17] /u/Sunshine124578 had their submission removed for insufficient lambda.
+12754 [2020-02-19 01:12:02] '/u/rskao' has given '/u/dagoodvybe' lambda!
+12754 [2020-02-19 01:12:02] The OP received lambda too!
+12754 [2020-02-19 01:12:58] '/u/rskao' has given '/u/LethalogicaYT' lambda!
+13472 [2020-02-19 01:17:05]
+####################
+[2020-02-19 01:17:05] RESTARTED
+####################
+
+13472 [2020-02-19 01:24:12] There has been a new submission: 'SCUFFED LATINO DANCING?!! (MUST WATCH) ONLY CLICK IF YOU DRINK WATER UPSIDE DOWN!', with flair 'Video Critique'
+13472 [2020-02-19 01:24:14] /u/RealFearfulGhost had their submission removed for insufficient lambda.
+13472 [2020-02-19 01:54:36] There has been a new submission: 'Some of my content. Please feel free to leave some feedback :)', with flair 'None'
+13472 [2020-02-19 01:54:38] /u/savxs had their submission removed for insufficient lambda.
+13472 [2020-02-19 02:02:28] There has been a new submission: 'Hi, I'm trying to build my music channel - It's ambient/indie music and I'd appreciate any feedback whether it's about the music, videos or captions etc. Please let me know what you think :)', with flair 'Channel Review'
+13472 [2020-02-19 02:02:30] /u/nickp1995 had their submission removed for insufficient lambda.
+13472 [2020-02-19 02:11:39] '/u/KingOberon13' has given '/u/jmilone5826' lambda!
+13472 [2020-02-19 02:11:39] The OP received lambda too!
+13472 [2020-02-19 02:12:28] There has been a new submission: 'Today’s adventure. Do you do eBay?', with flair 'Channel Review'
+13472 [2020-02-19 02:13:09] '/u/KingOberon13' has given '/u/MafiasFinestTV' lambda!
+13472 [2020-02-19 02:13:19] '/u/KingOberon13' has given '/u/Hakuru15' lambda!
+13472 [2020-02-19 02:14:14] '/u/KingOberon13' has given '/u/pjmrgl' lambda!
+13472 [2020-02-19 02:14:34] There has been a new submission: '[Discussion] - Seeking advice to grow Youtube channel', with flair 'Discussion'
+13472 [2020-02-19 02:14:44] '/u/KingOberon13' has given '/u/tommyboy_lr' lambda!
+13472 [2020-02-19 02:16:59] '/u/KingOberon13' has given '/u/Subject2Productions' lambda!
+13472 [2020-02-19 02:20:10] '/u/KingOberon13' has given '/u/WalfieOnYouTube' lambda!
+13472 [2020-02-19 02:21:43] '/u/KingOberon13' has given '/u/highpower_marsh' lambda!
+13472 [2020-02-19 02:25:10] There has been a new submission: 'How do I get more people to see my videos in recommendations or simple searches?', with flair 'Discussion'
+13472 [2020-02-19 02:28:56] There has been a new submission: 'I made this video on reacting to tik tok creators from my school. The video is 15 minutes and i realized if i get at least 20k viewers, ill meet the 4k watch hours. Any advice on promoting this?', with flair 'Video Critique'
+13472 [2020-02-19 02:28:56] /u/thatsviral had their submission removed for insufficient lambda.
+13472 [2020-02-19 02:37:13] There has been a new submission: 'Just recently started doing reaction videos on my YouTube channel and hoping to seek feedback and support', with flair 'Discussion'
+13472 [2020-02-19 02:55:44] '/u/rebus-YT' has given '/u/GGlobste' lambda!
+13472 [2020-02-19 03:01:04] There has been a new submission: 'SQUAT PR | San Francisco | Journey ep 22 (Please give me some criticism!!!!)', with flair 'Video Critique'
+13472 [2020-02-19 03:01:06] /u/RyanElston5 had their submission removed for insufficient lambda.
+13472 [2020-02-19 03:01:32] There has been a new submission: 'I got to see Sonic for free before everyone else, can you guys honest opinions of the vlog because its my first time filming in over 6 months.', with flair 'Vlog'
+13472 [2020-02-19 03:01:35] /u/the_malvik had their submission removed for insufficient lambda.
+13472 [2020-02-19 03:09:30] There has been a new submission: 'NITSUA - study/gaming beats Hip-Hop 12 Hours #lofi #nitsuagaming #lofibeats', with flair 'Art'
+13472 [2020-02-19 03:09:31] /u/AuzBusinessTips had their submission removed for insufficient lambda.
+13609 [2020-02-19 03:17:05]
+####################
+[2020-02-19 03:17:05] RESTARTED
+####################
+
+13609 [2020-02-19 03:23:29] '/u/itsJayohkay' has given '/u/GGlobste' lambda!
+13609 [2020-02-19 03:28:40] '/u/WalfieOnYouTube' has given '/u/TeamRemavi' lambda!
+13609 [2020-02-19 03:28:40] The OP received lambda too!
+13609 [2020-02-19 03:36:15] '/u/Subject2Productions' has given '/u/LethalogicaYT' lambda!
+13609 [2020-02-19 03:50:33] There has been a new submission: 'Thanks everyone. Almost at my 100 sub goal. Can I make it by Feb 20? That would be nice since that is 6 months from my very first YT video upload. But even if I don't it's OK just happy with what I have accomplished over the last 6 months. Is anyone getting close to their own goals?', with flair 'Discussion'
+13609 [2020-02-19 04:07:38] There has been a new submission: 'ooo la la', with flair 'Gaming'
+13609 [2020-02-19 04:07:39] /u/KynanGames had their submission removed for insufficient lambda.
+13609 [2020-02-19 04:08:02] There has been a new submission: 'What are some good communities to advertise in (both reddit and nonreddit) for animated commentary type videos?', with flair 'Discussion'
+13609 [2020-02-19 04:16:53] There has been a new submission: 'HAppy wheels but it's only impossible levels', with flair 'Video Critique'
+13609 [2020-02-19 04:16:55] /u/EzA_yt had their submission removed for insufficient lambda.
+13609 [2020-02-19 04:21:34] There has been a new submission: 'happy wheels but it's only impossible levels', with flair 'Video Critique'
+13609 [2020-02-19 04:21:36] /u/EzA_yt had their submission removed for insufficient lambda.
+13609 [2020-02-19 04:36:20] There has been a new submission: 'What's your average watch time?', with flair 'Discussion'
+13609 [2020-02-19 05:06:35] There has been a new submission: 'New to youtube..,', with flair 'None'
+13609 [2020-02-19 05:06:36] /u/kenjipatatas had their submission removed for insufficient lambda.
+13745 [2020-02-19 05:17:04]
+####################
+[2020-02-19 05:17:04] RESTARTED
+####################
+
+13745 [2020-02-19 05:24:51] '/u/chsmntnstudios' has given '/u/MerpItUp' lambda!
+13745 [2020-02-19 05:24:52] The OP received lambda too!
+13745 [2020-02-19 05:31:15] There has been a new submission: 'Posted this video a couple of hours ago. Set the video to unlisted because I don’t feel too confident in it, what do you guys think', with flair 'Gaming'
+13745 [2020-02-19 05:31:18] /u/Alotofmouse had their submission removed for insufficient lambda.
+13745 [2020-02-19 05:35:52] There has been a new submission: 'i have a goal of 1k, and i will support back!', with flair 'Channel Review'
+13745 [2020-02-19 05:35:54] /u/zoetowne had their submission removed for insufficient lambda.
+13745 [2020-02-19 05:38:08] '/u/chsmntnstudios' has given '/u/LethalogicaYT' lambda!
+13745 [2020-02-19 05:40:08] '/u/chsmntnstudios' has given '/u/Polar103' lambda!
+13745 [2020-02-19 05:41:04] '/u/chsmntnstudios' has given '/u/nickp1995' lambda!
+13745 [2020-02-19 05:41:14] There has been a new submission: 'GRIDMAN - Saying a Lot by Saying Nothing at all. Would love some feedback on what could be improved. I don't enjoy making thumbnails either so let me know if you think it speaks to the title of my vid as well.', with flair 'Video Critique'
+13745 [2020-02-19 06:18:48] '/u/PP-Blaster' has given '/u/MerpItUp' lambda!
+13745 [2020-02-19 06:18:48] The OP received lambda too!
+13745 [2020-02-19 06:26:30] '/u/PP-Blaster' has given '/u/WalfieOnYouTube' lambda!
+13745 [2020-02-19 06:28:18] '/u/PP-Blaster' has given '/u/notactuallyspork' lambda!
+13745 [2020-02-19 06:31:19] '/u/PP-Blaster' has given '/u/EzA_yt' lambda!
+13745 [2020-02-19 06:45:57] '/u/Brightisaac' has given '/u/chsmntnstudios' lambda!
+13745 [2020-02-19 07:03:40] There has been a new submission: 'I recently started a new gaming channel and I wanted some advice on how I should go about getting more traction.', with flair 'Discussion'
+13745 [2020-02-19 07:04:49] There has been a new submission: 'If you have the time please watch and give me any feedback, I did take some feedback from the last video I made and hopefully you notice some improvement. Thank you for your time.', with flair 'Video Critique'
+13745 [2020-02-19 07:12:00] There has been a new submission: 'POST MALONE RUNAWAY TOUR VLOG (DRAKE PREFORMING?) TORONTO FEB.14.20', with flair 'Vlog'
+13745 [2020-02-19 07:12:02] /u/onelbarca had their submission removed for insufficient lambda.
+14494 [2020-02-19 07:20:16]
+####################
+[2020-02-19 07:20:16] RESTARTED
+####################
+
+14494 [2020-02-19 07:21:59] There has been a new submission: 'Just posted a new video, would love to hear what you guys think! Not the best one in terms of editing, I think our older ones are a little better but anyways - all feedback is welcome!!', with flair 'Video Critique'
+14494 [2020-02-19 07:37:53] '/u/jesspennington_' has given '/u/ZhyperCR1T' lambda!
+14494 [2020-02-19 07:37:53] The OP received lambda too!
+14494 [2020-02-19 07:39:44] '/u/TitansTracks' has given '/u/NocturnalFudj' lambda!
+14494 [2020-02-19 07:42:13] '/u/TitansTracks' has given '/u/Shclonker' lambda!
+14494 [2020-02-19 08:01:03] There has been a new submission: 'I have a small YouTube channel of pubg mobile gameplays and I do my voice over is in Hindi. Will it be better if I don’t do voice over as the audience won’t be confused or change my voice over to English as I’m good at both Hindi and English', with flair 'Discussion'
+14494 [2020-02-19 08:06:54] '/u/ReubenRanchYTGaming' has given '/u/clemmonsRushi' lambda!
+14494 [2020-02-19 08:06:54] The OP received lambda too!
+14494 [2020-02-19 08:07:33] '/u/Dave_wuz_here' has given '/u/Schieritz' lambda!
+14494 [2020-02-19 08:09:41] '/u/JakubGirya' has given '/u/TheFox500' lambda!
+14494 [2020-02-19 08:09:41] The OP received lambda too!
+14494 [2020-02-19 08:26:47] There has been a new submission: 'The Matrix Not getting views on YouTube strange', with flair 'Vlog'
+14494 [2020-02-19 08:26:49] /u/Indigolocust had their submission removed for insufficient lambda.
+14494 [2020-02-19 08:35:56] '/u/About30NinjasYT' has given '/u/LethalogicaYT' lambda!
+14494 [2020-02-19 08:36:26] '/u/MuhsTK' has given '/u/clemmonsRushi' lambda!
+14494 [2020-02-19 08:36:36] '/u/About30NinjasYT' has given '/u/GGlobste' lambda!
+14494 [2020-02-19 08:47:24] There has been a new submission: 'Hello everyone I uploaded my second video with my new mic Im playing this japanese horror game Feel free to check out my channel for more horror games content And i will love to hear your Honest Criticism On wat am i missing Thanks everyone<3', with flair 'Gaming'
+14494 [2020-02-19 08:51:37] '/u/ReubenRanchYTGaming' has given '/u/Geeklysian' lambda!
+14494 [2020-02-19 08:54:48] There has been a new submission: 'How do we start to push our videos it to others? We’re on 140 subs in 3 months which we’re so happy with! But how do we get it out there to more people? Does anyone have any answers? Cheers', with flair 'Discussion'
+14494 [2020-02-19 09:08:41] There has been a new submission: 'If I get a lot of links immediately after publishing, will it boost the video up the algorithm in the long run?', with flair 'Discussion'
+14494 [2020-02-19 09:18:41] There has been a new submission: 'Amberlynn Reid | Revisiting ShrimpGate | She's MIA | ALR Mukbang | React', with flair 'Video Critique'
+14494 [2020-02-19 09:18:42] /u/GainingGround80 had their submission removed for insufficient lambda.
+14712 [2020-02-19 09:20:14]
+####################
+[2020-02-19 09:20:14] RESTARTED
+####################
+
+14712 [2020-02-19 09:35:50] There has been a new submission: 'Finished editing my 3rd video. Please let me know what you think!', with flair 'Video Critique'
+14712 [2020-02-19 09:54:24] There has been a new submission: 'GRANNY IS GANGSTER ! | GRANNY MOD (GTA)', with flair 'None'
+14712 [2020-02-19 09:54:26] /u/Xyronxid had their submission removed for insufficient lambda.
+14712 [2020-02-19 09:54:36] '/u/masteroduo' has given '/u/Gimlinho' lambda!
+14712 [2020-02-19 10:10:26] '/u/jesspennington_' has given '/u/Feeling-Traffic' lambda!
+14712 [2020-02-19 10:40:47] There has been a new submission: 'Too Kool For School - A King K Rool montage by ProGamingNerd', with flair 'None'
+14712 [2020-02-19 10:40:49] /u/donald-trumpet25 had their submission removed for insufficient lambda.
+14712 [2020-02-19 10:54:31] There has been a new submission: 'Content Question', with flair 'Discussion'
+14712 [2020-02-19 11:01:10] There has been a new submission: 'So i have been thinking that right now my channel is small and I do pubg mobile gameplay, would be ok if I start doing challenges videos.', with flair 'Discussion'
+14930 [2020-02-19 11:20:13]
+####################
+[2020-02-19 11:20:13] RESTARTED
+####################
+
+14930 [2020-02-19 11:38:02] There has been a new submission: 'My 2nd video. I know FPS and resolution are terrible. Just saving to upgrade. Any other helpful commentary or advice appreciated.', with flair 'Gaming'
+14930 [2020-02-19 11:45:44] There has been a new submission: 'Tried to get a more nostalgic vibe and a semi-original idea with this one. Any feedback on content, presentation and/or thumbnail is appreciated!', with flair 'Gaming'
+14930 [2020-02-19 11:52:35] '/u/Sewance' has given '/u/SoccerBallPenguin' lambda!
+14930 [2020-02-19 11:52:35] The OP received lambda too!
+14930 [2020-02-19 11:53:21] There has been a new submission: '100 subscribe thanks guys and gal', with flair 'Channel Review'
+14930 [2020-02-19 11:53:23] /u/dnnyjanine had their submission removed for insufficient lambda.
+14930 [2020-02-19 11:54:43] '/u/Sewance' has given '/u/MerpItUp' lambda!
+14930 [2020-02-19 11:56:39] '/u/Sewance' has given '/u/Shclonker' lambda!
+14930 [2020-02-19 11:58:01] '/u/Sewance' has given '/u/ZhyperCR1T' lambda!
+14930 [2020-02-19 12:01:56] '/u/notactuallyspork' has given '/u/WalfieOnYouTube' lambda!
+14930 [2020-02-19 12:01:56] The OP received lambda too!
+14930 [2020-02-19 12:16:46] There has been a new submission: 'I upload Far Cry and Fortnite montages. New subs are always appreciated ;)', with flair 'Gaming'
+14930 [2020-02-19 12:16:47] /u/Eternitype had their submission removed for insufficient lambda.
+14930 [2020-02-19 12:32:53] There has been a new submission: 'A top YouTuber hired me, here's what happened next', with flair 'Video Critique'
+14930 [2020-02-19 12:55:53] There has been a new submission: 'Hello you alll.I am highly obliged to be a member here.I am a gaming YouTuber and here's the link of my latest youtube video.Hope u find it interesting and funny.And if u like it,give it a like and subscribe😊😊😊😊', with flair 'Gaming'
+14930 [2020-02-19 12:55:54] /u/_Bladderwort_ had their submission removed for insufficient lambda.
+14930 [2020-02-19 12:56:04] There has been a new submission: 'im stuxk at 160 subs help!', with flair 'Channel Review'
+14930 [2020-02-19 12:56:06] /u/lordveximus365 had their submission removed for insufficient lambda.
+15162 [2020-02-19 13:20:13]
+####################
+[2020-02-19 13:20:13] RESTARTED
+####################
+
+15162 [2020-02-19 13:25:47] There has been a new submission: 'Classic Chocolate Tart Recipe | No- Bake | No-Oven Tart 2020', with flair 'Video Critique'
+15162 [2020-02-19 13:25:48] /u/mmlydar had their submission removed for insufficient lambda.
+15162 [2020-02-19 13:26:53] There has been a new submission: 'Phantom Philosophy - Thoughts on the Channel Trailer?', with flair 'Video Critique'
+15162 [2020-02-19 13:26:55] /u/HardToAnswerQuestion had their submission removed for insufficient lambda.
+15162 [2020-02-19 13:34:40] There has been a new submission: 'My return to youtube, tell me if the video is quality or not', with flair 'Video Critique'
+15162 [2020-02-19 13:34:42] /u/MEDAKk-ttv-btw had their submission removed for insufficient lambda.
+15162 [2020-02-19 13:44:29] '/u/Nicholas_Pickolaus' has given '/u/nickp1995' lambda!
+15162 [2020-02-19 13:49:29] '/u/IrreverentMan' has given '/u/Inoox' lambda!
+15162 [2020-02-19 13:49:29] The OP received lambda too!
+15162 [2020-02-19 13:49:52] '/u/chsmntnstudios' has given '/u/Shclonker' lambda!
+15162 [2020-02-19 13:52:40] '/u/chsmntnstudios' has given '/u/zonfar2' lambda!
+15162 [2020-02-19 13:55:01] '/u/isiahdyson500' has given '/u/Shclonker' lambda!
+15162 [2020-02-19 13:55:01] The OP received lambda too!
+15162 [2020-02-19 13:57:11] There has been a new submission: 'Personal Channel Opinion (Keep it all in one place but diverse, or separate?)', with flair 'Meta'
+15162 [2020-02-19 13:59:25] There has been a new submission: 'Guys i have started a new youtube chanel content is about music which relaxing music so if you are intrested then please visit..', with flair 'Channel Review'
+15162 [2020-02-19 13:59:25] /u/PUKAR12345 had their submission removed for insufficient lambda.
+15162 [2020-02-19 14:01:27] There has been a new submission: '[Video Critique] Alfa Romeo 4c, Driving Review, with a shout out to another member of this subreddit. Your feedback is truly appreciated lambda for all', with flair 'Video Critique'
+15162 [2020-02-19 14:01:38] There has been a new submission: '1 Hour 🎵 Relaxing Music- Piano Music, Study Music,Meditation Music,Sleep Music| Healing Music', with flair 'Thumbnail Review'
+15162 [2020-02-19 14:01:40] /u/PUKAR12345 had their submission removed for insufficient lambda.
+15162 [2020-02-19 14:03:42] There has been a new submission: 'Episode 3 of my Satisfactory let's play. I've made it shorter and added music, please let me know what you think :)', with flair 'Video Critique'
+15162 [2020-02-19 14:04:05] There has been a new submission: 'Guys any recommendations on how to grow my channel. Currently I’m stuck at 63 subs and it stuck in a slump so any advice for it to grow', with flair 'Discussion'
+15162 [2020-02-19 14:11:20] There has been a new submission: 'Hardpoint', with flair 'Gaming'
+15162 [2020-02-19 14:11:22] /u/CyberBeggar had their submission removed for insufficient lambda.
+15162 [2020-02-19 14:13:35] There has been a new submission: 'Having lots of fun making these. Please let me know what you think about the vid and my editing style. Feedback on thumbnail is also appreciated. Did I keep you entertained throughout the whole video? LAMBDA for any good feedback :)', with flair 'Gaming'
+15162 [2020-02-19 14:27:45] '/u/Gimlinho' has given '/u/MEDAKk-ttv-btw' lambda!
+15162 [2020-02-19 14:27:45] The OP received lambda too!
+15162 [2020-02-19 14:36:05] There has been a new submission: 'This is our second video, with the third being released shortly. Would love any comments, critiques and ideas!', with flair 'Video Critique'
+15162 [2020-02-19 14:36:53] '/u/ReubenRanchYTGaming' has given '/u/qzeqYT' lambda!
+15162 [2020-02-19 14:36:53] The OP received lambda too!
+15162 [2020-02-19 14:42:11] There has been a new submission: 'DIY', with flair 'Video Critique'
+15162 [2020-02-19 14:42:13] /u/onsdiy had their submission removed for insufficient lambda.
+15162 [2020-02-19 14:42:50] There has been a new submission: 'I’m a small YouTube channel trying every means to come up and have been stuck in 60 subs for a long time. Watch my gameplay and if you like my game then please support it. Thank you 😊', with flair 'Channel Review'
+15162 [2020-02-19 14:46:28] There has been a new submission: 'Please check my channel Ons DIY', with flair 'None'
+15162 [2020-02-19 14:46:29] /u/onsdiy had their submission removed for insufficient lambda.
+15162 [2020-02-19 15:10:18] There has been a new submission: 'My newest video, about a 50/50 like to dislike ratio, but many more views than my average. Obviously need some critique on why, less than 3 mins to watch!', with flair 'Video Critique'
+15162 [2020-02-19 15:13:58] '/u/Caaaam' has given '/u/HardToAnswerQuestion' lambda!
+15162 [2020-02-19 15:13:58] The OP received lambda too!
+15162 [2020-02-19 15:17:16] There has been a new submission: 'What're your thoughts on this channel trailer I just posted?', with flair 'Video Critique'
+15162 [2020-02-19 15:17:54] There has been a new submission: 'My return to yt, need ops on new video', with flair 'Video Critique'
+15162 [2020-02-19 15:19:29] There has been a new submission: 'I lost my reddit account.', with flair 'Discussion'
+15526 [2020-02-19 15:20:14]
+####################
+[2020-02-19 15:20:14] RESTARTED
+####################
+
+15526 [2020-02-19 15:25:03] There has been a new submission: 'Check out my meme compilation and give some feedback :)', with flair 'Video Critique'
+15526 [2020-02-19 15:25:05] /u/SupremeZL had their submission removed for insufficient lambda.
+15526 [2020-02-19 15:34:00] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+15526 [2020-02-19 15:34:00] The OP received lambda too!
+15526 [2020-02-19 15:36:26] There has been a new submission: 'This is a funny vlog I made with my friends:D', with flair 'Vlog'
+15526 [2020-02-19 15:36:28] /u/caitjn had their submission removed for insufficient lambda.
+15526 [2020-02-19 15:46:33] There has been a new submission: 'In less than a month and More Goals', with flair 'Discussion'
+15526 [2020-02-19 15:46:55] There has been a new submission: 'Help', with flair 'Gaming'
+15526 [2020-02-19 15:46:56] /u/Feelingloved2 had their submission removed for insufficient lambda.
+15526 [2020-02-19 15:51:11] There has been a new submission: 'How To Solve The Lootbox Problem - a silly video about how we can put an end to lootboxes! Will give lambda to any *legitimate* feedback, it's not very long so :)', with flair 'Video Critique'
+15526 [2020-02-19 15:52:53] There has been a new submission: 'I don't know why my video is getting so many dislikes. I worked so hard on this.', with flair 'Video Critique'
+15526 [2020-02-19 15:52:56] /u/sheldontheshutin had their submission removed for insufficient lambda.
+15526 [2020-02-19 15:55:43] There has been a new submission: 'Adventures in Stonecrad is a Fantasy RPG Adventure I created in Project Spark. All voice acted by me also.', with flair 'Video Critique'
+15526 [2020-02-19 15:59:56] '/u/Brightisaac' has given '/u/IncomingKizzy' lambda!
+15526 [2020-02-19 16:05:19] There has been a new submission: 'GEARS OF WAR Ultimate Edition Walkthrough Part 16 - General Raam and Ending', with flair 'Gaming'
+15526 [2020-02-19 16:05:20] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:06:25] '/u/MEDAKk-ttv-btw' has given '/u/JLSpinner' lambda!
+15526 [2020-02-19 16:06:25] The OP received lambda too!
+15526 [2020-02-19 16:14:02] '/u/IrreverentMan' has given '/u/MafiasFinestTV' lambda!
+15526 [2020-02-19 16:14:16] There has been a new submission: 'What is your Usp? Your unique selling point', with flair 'Discussion'
+15526 [2020-02-19 16:15:11] '/u/MerpItUp' has given '/u/sheymyster' lambda!
+15526 [2020-02-19 16:15:11] The OP received lambda too!
+15526 [2020-02-19 16:16:24] '/u/MerpItUp' has given '/u/KamKashiiiYT' lambda!
+15526 [2020-02-19 16:20:20] There has been a new submission: 'Hey everyone, happy hump day! I just dropped a video that I’m super proud of please come review it for me! Love you guys.', with flair 'Video Critique'
+15526 [2020-02-19 16:29:13] There has been a new submission: 'Tried changing it up - What do you guys think?', with flair 'Video Critique'
+15526 [2020-02-19 16:29:13] /u/fighterpilot101 had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:29:22] There has been a new submission: 'Doctor Who - The Tenth Planet - Trailer (Parting of the Ways 'Time's Up' Style)', with flair 'Art'
+15526 [2020-02-19 16:29:23] /u/JoshMurphyStudios had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:31:44] There has been a new submission: 'Hey guys, I figured that as I edit videos I might as well stream to hopefully attract more people to my channel. Check it out!', with flair 'Gaming'
+15526 [2020-02-19 16:31:47] /u/Zyythe had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:37:17] There has been a new submission: 'Do you people want to know the real life history of assassins?Watch this video to find out...If u like this video sub to my channel.I am sure u will love it☺☺', with flair 'Gaming'
+15526 [2020-02-19 16:37:19] /u/_Bladderwort_ had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:42:32] There has been a new submission: 'A Duke Nukem Secret Level? Hell yeah!', with flair 'Gaming'
+15526 [2020-02-19 16:42:34] /u/Styxgaming4 had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:48:01] '/u/NocturnalFudj' has given '/u/sheymyster' lambda!
+15526 [2020-02-19 16:48:01] The OP received lambda too!
+15526 [2020-02-19 16:48:20] There has been a new submission: '👉Here is My Biggest Jackpot Handpay of 2020 so far at the Sandia Hotel &...', with flair 'Vlog'
+15526 [2020-02-19 16:48:21] /u/thelifeofriles had their submission removed for insufficient lambda.
+15526 [2020-02-19 16:51:31] '/u/Sky-todd' has given '/u/Illfury' lambda!
+15526 [2020-02-19 16:51:31] The OP received lambda too!
+15526 [2020-02-19 16:53:46] '/u/Sky-todd' has given '/u/Dave_wuz_here' lambda!
+15526 [2020-02-19 17:01:10] '/u/Sky-todd' has given '/u/Elfgames-' lambda!
+15526 [2020-02-19 17:03:22] There has been a new submission: 'The Online Adventures of Byleth Pt.1', with flair 'Gaming'
+15526 [2020-02-19 17:06:13] There has been a new submission: 'Hi Everyone. Please look into this and help someone reach their dream.', with flair 'Channel Review'
+15526 [2020-02-19 17:06:14] /u/ittsa_poy had their submission removed for insufficient lambda.
+15526 [2020-02-19 17:08:30] '/u/PP-Blaster' has given '/u/Inoox' lambda!
+15526 [2020-02-19 17:14:26] '/u/ell_ninja' has given '/u/kurt_FI' lambda!
+15526 [2020-02-19 17:18:20] '/u/Caaaam' has given '/u/schecterguy' lambda!
+15663 [2020-02-19 17:20:14]
+####################
+[2020-02-19 17:20:14] RESTARTED
+####################
+
+15663 [2020-02-19 17:33:16] There has been a new submission: 'Why Stephen King HATES The Shining (1980)! I’ve been posting shorter videos while getting a new series ready on my channel, would love to know what you guys think of my shorter informative horror related videos!', with flair 'Video Critique'
+15663 [2020-02-19 17:33:31] There has been a new submission: 'Episode 3 | Breaking Out of Your Comfort Zone', with flair 'Video Critique'
+15663 [2020-02-19 17:33:32] /u/Scapparelli08 had their submission removed for insufficient lambda.
+15663 [2020-02-19 17:39:02] '/u/Deecutz' has given '/u/ongoingworlds' lambda!
+15663 [2020-02-19 17:39:02] The OP received lambda too!
+15663 [2020-02-19 17:53:32] '/u/Gimlinho' has given '/u/schecterguy' lambda!
+15663 [2020-02-19 17:56:54] There has been a new submission: 'Started posting again at the start of February, gone up 22 subs since and hit 50 subscribers today! Its been tricky to motivate myself too stick to a schedule, what are your tips for staying on track?', with flair 'Discussion'
+15663 [2020-02-19 18:08:33] '/u/MEDAKk-ttv-btw' has given '/u/schecterguy' lambda!
+15663 [2020-02-19 18:09:51] '/u/MEDAKk-ttv-btw' has given '/u/Sky-todd' lambda!
+15663 [2020-02-19 18:12:30] There has been a new submission: 'Small Chaotic Creative on YouTube', with flair 'None'
+15663 [2020-02-19 18:12:32] /u/sleeepyhed had their submission removed for insufficient lambda.
+15663 [2020-02-19 18:14:21] '/u/The_Suited_Bird' has given '/u/jwiches' lambda!
+15663 [2020-02-19 18:14:21] The OP received lambda too!
+15663 [2020-02-19 18:18:56] There has been a new submission: 'Striving to do better in 2020', with flair 'Channel Review'
+15663 [2020-02-19 18:29:24] There has been a new submission: 'My latest vid. Trying to improve. Feedback will really help', with flair 'Video Critique'
+15663 [2020-02-19 18:29:28] There has been a new submission: 'Please watch hope you like it.', with flair 'Gaming'
+15663 [2020-02-19 18:29:29] /u/PakistaniMale had their submission removed for insufficient lambda.
+15663 [2020-02-19 18:32:51] '/u/highpower_marsh' has given '/u/MafiasFinestTV' lambda!
+15663 [2020-02-19 18:32:51] The OP received lambda too!
+15663 [2020-02-19 18:33:44] '/u/highpower_marsh' has given '/u/MEDAKk-ttv-btw' lambda!
+15663 [2020-02-19 18:34:55] '/u/highpower_marsh' has given '/u/VenomStriker5' lambda!
+15663 [2020-02-19 18:35:35] '/u/highpower_marsh' has given '/u/Inoox' lambda!
+15663 [2020-02-19 18:36:18] There has been a new submission: 'Would really appreciate some feedback on a Let's Play series', with flair 'Video Critique'
+15663 [2020-02-19 18:36:28] '/u/highpower_marsh' has given '/u/Brachypelma5' lambda!
+15663 [2020-02-19 18:37:57] '/u/highpower_marsh' has given '/u/sheymyster' lambda!
+15663 [2020-02-19 18:38:06] '/u/Sky-todd' has given '/u/sleeepyhed' lambda!
+15663 [2020-02-19 18:48:03] There has been a new submission: 'Funny Russian Video (would appreciate feedback/comments)', with flair 'Video Critique'
+15663 [2020-02-19 18:48:04] /u/user9774 had their submission removed for insufficient lambda.
+15663 [2020-02-19 18:53:56] '/u/ReubenRanchYTGaming' has given '/u/Dharen29YT' lambda!
+15663 [2020-02-19 18:53:57] The OP received lambda too!
+15663 [2020-02-19 18:57:15] '/u/Gimlinho' has given '/u/Dharen29YT' lambda!
+15663 [2020-02-19 18:58:45] '/u/MEDAKk-ttv-btw' has given '/u/ongoingworlds' lambda!
+15663 [2020-02-19 19:01:08] There has been a new submission: 'I have just recently started promoting my channel trying to grow - I have been working every day to make better content and improve my videos. Feel free to check my channel out if you’d like!', with flair 'Vlog'
+15663 [2020-02-19 19:01:10] /u/sayystella had their submission removed for insufficient lambda.
+15663 [2020-02-19 19:02:11] There has been a new submission: 'Is 6.5% ctr good for a channel with 50 subs?', with flair 'Discussion'
+15663 [2020-02-19 19:04:01] '/u/NocturnalFudj' has given '/u/user9774' lambda!
+15663 [2020-02-19 19:06:21] '/u/StylesYT' has given '/u/sheymyster' lambda!
+15663 [2020-02-19 19:06:21] The OP received lambda too!
+15663 [2020-02-19 19:06:31] '/u/Adddo13' has given '/u/user9774' lambda!
+15663 [2020-02-19 19:06:31] The OP received lambda too!
+15663 [2020-02-19 19:07:46] There has been a new submission: 'Sleeping Dogs definitive edition gameplay #3', with flair 'Gaming'
+15663 [2020-02-19 19:07:47] /u/Gamer_supreme had their submission removed for insufficient lambda.
+15663 [2020-02-19 19:09:21] '/u/Burkeds' has given '/u/Dave_wuz_here' lambda!
+15663 [2020-02-19 19:09:21] The OP received lambda too!
+15663 [2020-02-19 19:10:24] '/u/Jischasing' has given '/u/user9774' lambda!
+15663 [2020-02-19 19:10:33] There has been a new submission: 'How do I earn the currency', with flair 'Discussion'
+15663 [2020-02-19 19:16:24] There has been a new submission: 'Scotland and YouTube!', with flair 'Channel Review'
+15799 [2020-02-19 19:20:14]
+####################
+[2020-02-19 19:20:14] RESTARTED
+####################
+
+15799 [2020-02-19 19:25:30] There has been a new submission: 'I Made a Program to Play Magic Arena. I'd like feedback, specifically on the editing.', with flair 'Video Critique'
+15799 [2020-02-19 19:27:51] '/u/Burkeds' has given '/u/rebus-YT' lambda!
+15799 [2020-02-19 19:28:12] There has been a new submission: 'I hope you like my youtube video! It has a beautiful message', with flair 'Channel Review'
+15799 [2020-02-19 19:28:13] /u/AlexandraMArtistry had their submission removed for insufficient lambda.
+15799 [2020-02-19 19:35:24] '/u/Schieritz' has given '/u/realyoutubeadvice' lambda!
+15799 [2020-02-19 19:35:24] The OP received lambda too!
+15799 [2020-02-19 19:40:51] There has been a new submission: 'Funny Video (Would like feedback/comments)', with flair 'Video Critique'
+15799 [2020-02-19 19:41:56] '/u/Paul_francis' has given '/u/YereLet-' lambda!
+15799 [2020-02-19 19:41:56] The OP received lambda too!
+15799 [2020-02-19 19:47:31] '/u/NocturnalFudj' has given '/u/YTPolisher' lambda!
+15799 [2020-02-19 19:47:38] There has been a new submission: '250 sub!', with flair 'Art'
+15799 [2020-02-19 19:47:39] /u/onceuponmusic had their submission removed for insufficient lambda.
+15799 [2020-02-19 19:49:45] '/u/Deecutz' has given '/u/Paul_francis' lambda!
+15799 [2020-02-19 19:49:56] There has been a new submission: 'ADVICE FOR NEW YOUTUBERS! 5 MISTAKES NEW YOUTUBERS MAKE! 😁GUYS MAKE SURE TO WATCH THE VIDEO ITS VERY HELPFUL😁', with flair 'Discussion'
+15799 [2020-02-19 19:49:56] /u/JoshGamer4000HD had their submission removed for using the wrong flair.
+15799 [2020-02-19 19:51:10] '/u/Sky-todd' has given '/u/thefirelord500' lambda!
+15799 [2020-02-19 19:52:10] '/u/Sky-todd' has given '/u/sheymyster' lambda!
+15799 [2020-02-19 19:54:54] There has been a new submission: 'That’s Life- Joker interpretation (this might be my first big video)', with flair 'None'
+15799 [2020-02-19 19:54:56] /u/LaBaguetteContent had their submission removed for insufficient lambda.
+15799 [2020-02-19 19:59:29] There has been a new submission: 'I fly around on my Paramotor and chat, unless my wife summons me home to do grown up things :(', with flair 'Channel Review'
+15799 [2020-02-19 20:01:54] There has been a new submission: 'just lost 1 sub today its sad because ive been stuck on 61 subs for a month now', with flair 'Channel Review'
+15799 [2020-02-19 20:01:56] /u/CHINXSCHIGULU had their submission removed for insufficient lambda.
+15799 [2020-02-19 20:10:56] '/u/Burkeds' has given '/u/Schieritz' lambda!
+15799 [2020-02-19 20:14:10] There has been a new submission: 'My latest video what do you think it is part of the ongoing series from Arthritic to Athletic how can I improve? After the vid was done I realized that someone jumping straight in my not know what is going on and also there is no music but other than that what do you think?', with flair 'Video Critique'
+15799 [2020-02-19 20:19:58] '/u/Jischasing' has given '/u/CHINXSCHIGULU' lambda!
+15799 [2020-02-19 20:20:24] There has been a new submission: 'Once a Week I'll Lose About 80 Views??', with flair 'Discussion'
+15799 [2020-02-19 20:23:36] There has been a new submission: 'Celebrating my 100th Video with a 5-Color 100-Card Deck in MTG Arena!', with flair 'Gaming'
+15799 [2020-02-19 20:24:25] There has been a new submission: 'If anyone could boost my channel up to thirty subscribers, I would be so happy to hit that nice and perfect number of subscribers. My goal for my YouTube channel within my life is to get 100 subscribers.', with flair 'None'
+15799 [2020-02-19 20:24:27] /u/johnnyboi1332 had their submission removed for insufficient lambda.
+15799 [2020-02-19 20:41:40] There has been a new submission: 'Where are some places to promote YouTube channel other than instagram and twitter?', with flair 'None'
+15799 [2020-02-19 20:41:42] /u/Youtuber_2020 had their submission removed for insufficient lambda.
+15799 [2020-02-19 20:47:47] There has been a new submission: 'Family Fight In VRChat', with flair 'Gaming'
+15799 [2020-02-19 20:47:48] /u/volux1 had their submission removed for insufficient lambda.
+15799 [2020-02-19 20:50:24] '/u/IrreverentMan' has given '/u/TeamRemavi' lambda!
+15799 [2020-02-19 20:52:05] '/u/IrreverentMan' has given '/u/CHINXSCHIGULU' lambda!
+15799 [2020-02-19 20:54:05] There has been a new submission: 'Boost your XP Earn more in every game of [MW] Modern Warfare online multiplayer without hacks', with flair 'Gaming'
+15799 [2020-02-19 20:54:07] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+15799 [2020-02-19 20:55:36] '/u/NocturnalFudj' has given '/u/GenocidalArachnid' lambda!
+15799 [2020-02-19 21:00:33] '/u/Seraffian' has given '/u/WonderWizardGaming' lambda!
+15799 [2020-02-19 21:00:33] The OP received lambda too!
+15799 [2020-02-19 21:07:32] There has been a new submission: 'Just uploaded a new video. Would like to here your criticism and would love any advice you could give.', with flair 'Gaming'
+15799 [2020-02-19 21:07:34] /u/YukiForReal had their submission removed for insufficient lambda.
+15799 [2020-02-19 21:11:05] There has been a new submission: 'My latest video! Looking for specific suggestions on how to improve my thumbnails (like what to actually put in it). Any and all other suggestion are more than welcome. Thank you! (Will give Lambda)', with flair 'Thumbnail Review'
+15799 [2020-02-19 21:11:19] '/u/itsJayohkay' has given '/u/CHINXSCHIGULU' lambda!
+15799 [2020-02-19 21:11:38] '/u/MafiasFinestTV' has given '/u/CHINXSCHIGULU' lambda!
+15799 [2020-02-19 21:12:19] '/u/highpower_marsh' has given '/u/CHINXSCHIGULU' lambda!
+15799 [2020-02-19 21:16:19] '/u/rebus-YT' has given '/u/CHINXSCHIGULU' lambda!
+15799 [2020-02-19 21:19:10] There has been a new submission: 'Let the obsession begin...SAKURA SNACK TIME!! BEER', with flair 'Video Critique'
+15799 [2020-02-19 21:19:10] /u/lyfeinjapan had their submission removed for insufficient lambda.
+15799 [2020-02-19 21:19:13] There has been a new submission: 'BECOMING VENOM IN GTA5!!', with flair 'Gaming'
+15799 [2020-02-19 21:19:14] /u/ItzCarter100 had their submission removed for insufficient lambda.
+15936 [2020-02-19 21:20:14]
+####################
+[2020-02-19 21:20:14] RESTARTED
+####################
+
+15936 [2020-02-19 21:21:36] There has been a new submission: 'i just made my first funny skit by my university lake please let me know what you think', with flair 'None'
+15936 [2020-02-19 21:21:47] '/u/catfish1992' has given '/u/Sky-todd' lambda!
+15936 [2020-02-19 21:21:47] The OP received lambda too!
+15936 [2020-02-19 21:24:55] '/u/MarcLaton' has given '/u/JYUtube' lambda!
+15936 [2020-02-19 21:24:55] The OP received lambda too!
+15936 [2020-02-19 21:28:07] '/u/NocturnalFudj' has given '/u/x420martian' lambda!
+15936 [2020-02-19 21:30:51] There has been a new submission: 'We made this video about unnecessary confusing showers. If you see any worse than this, let me know yeah?', with flair 'Channel Review'
+15936 [2020-02-19 21:33:34] '/u/CHINXSCHIGULU' has given '/u/jamaicanrussian' lambda!
+15936 [2020-02-19 21:33:34] The OP received lambda too!
+15936 [2020-02-19 21:34:11] '/u/notactuallyspork' has given '/u/Inoox' lambda!
+15936 [2020-02-19 21:34:43] '/u/CHINXSCHIGULU' has given '/u/x420martian' lambda!
+15936 [2020-02-19 21:34:51] There has been a new submission: 'Need advice! I just want to hear if you were entertained on this or any of my videos. If not, what can I do to keep viewer retention (pacing, scene placing, context, e.t.c.) I'll support and review your videos as well! :)', with flair 'Vlog'
+15936 [2020-02-19 21:35:49] There has been a new submission: 'Just started my dream cooking channel! I'm also new to editing and spent many hours making my dreams come to life. Please check out my channel and provide feedback on what you think? Thanks!!', with flair 'Channel Review'
+15936 [2020-02-19 21:35:51] /u/Gamerfates had their submission removed for insufficient lambda.
+15936 [2020-02-19 21:36:25] '/u/notactuallyspork' has given '/u/MEDAKk-ttv-btw' lambda!
+15936 [2020-02-19 21:38:02] There has been a new submission: 'I'm still fairly new to this subreddit. I uploaded this about 6 months ago but would still absolutely love your guy's criticism!', with flair 'Gaming'
+15936 [2020-02-19 21:38:29] There has been a new submission: 'Looking for more views and possibly subs', with flair 'Gaming'
+15936 [2020-02-19 21:38:30] /u/greenstar120 had their submission removed for insufficient lambda.
+15936 [2020-02-19 21:41:12] '/u/notactuallyspork' has given '/u/isiahdyson500' lambda!
+15936 [2020-02-19 21:42:21] There has been a new submission: 'Starting a GTA V RP Series!', with flair 'Gaming'
+15936 [2020-02-19 21:42:23] /u/SilverWeed360 had their submission removed for insufficient lambda.
+15936 [2020-02-19 21:48:04] '/u/x420martian' has given '/u/EngineeringJuice' lambda!
+15936 [2020-02-19 21:48:05] The OP received lambda too!
+15936 [2020-02-19 21:48:24] '/u/CHINXSCHIGULU' has given '/u/CRT_Television' lambda!
+15936 [2020-02-19 21:48:46] There has been a new submission: 'i make dumb csgo videos', with flair 'Gaming'
+15936 [2020-02-19 21:48:47] /u/Bearonomics6493 had their submission removed for insufficient lambda.
+15936 [2020-02-19 21:53:20] '/u/prettyboiRandell' has given '/u/qzeqYT' lambda!
+15936 [2020-02-19 21:53:20] The OP received lambda too!
+15936 [2020-02-19 21:53:33] '/u/MerpItUp' has given '/u/jwiches' lambda!
+15936 [2020-02-19 21:54:48] '/u/MerpItUp' has given '/u/briecarter' lambda!
+15936 [2020-02-19 21:55:29] '/u/MerpItUp' has given '/u/MadeCITYSTARS' lambda!
+15936 [2020-02-19 21:56:46] '/u/ReubenRanchYTGaming' has given '/u/RJMTheScottishGamer' lambda!
+15936 [2020-02-19 21:56:53] There has been a new submission: 'Hello content creators, we are giving away 6 winter stock footage, as well as 6 color grading preset which were designed with the footage's to give a more consistent look to your projects. Download link is available in the description :)', with flair 'Discussion'
+15936 [2020-02-19 21:56:54] /u/Tyrionandpodrick had their submission removed for using the wrong flair.
+15936 [2020-02-19 21:57:29] There has been a new submission: 'A Simple Giude to Belly (Diaphragmatic) Breathing', with flair 'Vlog'
+15936 [2020-02-19 21:57:31] /u/Martial_X had their submission removed for insufficient lambda.
+15936 [2020-02-19 21:57:43] '/u/x420martian' has given '/u/spicymilksauce' lambda!
+15936 [2020-02-19 22:00:11] '/u/NotBusinessCasualYT' has given '/u/sheymyster' lambda!
+15936 [2020-02-19 22:00:11] The OP received lambda too!
+15936 [2020-02-19 22:00:32] '/u/NotBusinessCasualYT' has given '/u/Jischasing' lambda!
+15936 [2020-02-19 22:01:13] There has been a new submission: 'Making Aku Aku with Clay', with flair 'Art'
+15936 [2020-02-19 22:01:15] /u/Zio85 had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:01:27] '/u/TheJustindsd' has given '/u/FergHD' lambda!
+15936 [2020-02-19 22:05:12] There has been a new submission: 'Bicycle Pedal- Fusion 360 Tutorial', with flair 'Video Critique'
+15936 [2020-02-19 22:10:19] '/u/NotBusinessCasualYT' has given '/u/Zio85' lambda!
+15936 [2020-02-19 22:10:29] There has been a new submission: 'WE DID IT!!', with flair 'Discussion'
+15936 [2020-02-19 22:12:03] There has been a new submission: 'Ambassador - The King Of Indian Roads |Everything about Hindustan Ambassador |In Tamil', with flair 'Channel Review'
+15936 [2020-02-19 22:12:05] /u/Mechanophiliaa had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:12:17] There has been a new submission: 'Hoping to get some feedback from the community to see where I can improve on. Thank you!', with flair 'Video Critique'
+15936 [2020-02-19 22:12:19] /u/thehungrydad had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:22:43] There has been a new submission: 'Why I Have No Friends _ Just started but feel like i have some great advice to those whom feel alone.', with flair 'Vlog'
+15936 [2020-02-19 22:22:45] /u/Indigolocust had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:26:21] There has been a new submission: 'Hello content creators, we are giving away 6 winter stock footage, as well as 6 color grading preset which were designed with the footage's to give a more consistent look to your projects. Download link is available in the description :)', with flair 'Vlog'
+15936 [2020-02-19 22:26:22] /u/Tyrionandpodrick had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:26:37] There has been a new submission: '♦️♠️WE DID IT♥️♣️ Thanks to everyone who has subscribed so far. The kids will be thrilled when they wake up in the morning!! To celebrate and to say thank you, we’ll announce a giveaway in an upcoming video. Thank you!', with flair 'None'
+15936 [2020-02-19 22:26:38] /u/Daddy-Magic had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:28:21] '/u/Geeklysian' has given '/u/Gamerfates' lambda!
+15936 [2020-02-19 22:28:21] The OP received lambda too!
+15936 [2020-02-19 22:29:47] There has been a new submission: 'I’m looking to grow my gaming channel.’I have a lot of content, but no subscribers! I’ve been grinding for a while, over 200 videos and a lot of playthroughs. Did daily uploads for a while with a few big videos coming soon! Please sub!', with flair 'None'
+15936 [2020-02-19 22:29:48] /u/joshualguyton had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:31:07] There has been a new submission: 'New Vegas based Golf channel. Would love some feedback!', with flair 'Vlog'
+15936 [2020-02-19 22:31:09] /u/NeonCityGolf had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:34:49] '/u/NotBusinessCasualYT' has given '/u/Gamerfates' lambda!
+15936 [2020-02-19 22:36:20] There has been a new submission: 'Hey All! If you don’t mind watching my video and letting me know your thoughts! If you enjoy virtual reality content I do post weekly!', with flair 'None'
+15936 [2020-02-19 22:36:22] /u/humz_whu had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:44:54] There has been a new submission: 'My LATEST upload -- not sure if Tesla is my niche or if I should branch out a bit. Any suggestions?', with flair 'Discussion'
+15936 [2020-02-19 22:44:56] /u/SkavM3 had their submission removed for using the wrong flair.
+15936 [2020-02-19 22:46:49] There has been a new submission: 'My LATEST Video -- almost at 55 subs. Trying to decide if Tesla is my niche or if I should branch out. Suggestions/constructive criticism?', with flair 'Channel Review'
+15936 [2020-02-19 22:49:42] There has been a new submission: 'Empties #projectpan #empties #nowaste', with flair 'Video Critique'
+15936 [2020-02-19 22:49:43] /u/CatchingUtopia had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:52:48] '/u/EngineeringJuice' has given '/u/humz_whu' lambda!
+15936 [2020-02-19 22:52:48] The OP received lambda too!
+15936 [2020-02-19 22:52:57] There has been a new submission: 'THE WORST OF INSTAGRAM: Dude With Sign', with flair 'Video Critique'
+15936 [2020-02-19 22:52:59] /u/Unknownplugmaster had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:53:05] There has been a new submission: 'How You can Manage and Make Money like the 1%', with flair 'Channel Review'
+15936 [2020-02-19 22:53:07] /u/mbardi44 had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:54:10] There has been a new submission: 'Resident Evil Original (1996) (Jill) Let's Play Episode/Part 2 Gameplay Walkthrough Blind Facecam', with flair 'None'
+15936 [2020-02-19 22:54:12] /u/loopy2mn had their submission removed for insufficient lambda.
+15936 [2020-02-19 22:54:23] There has been a new submission: 'Hey All! If you don’t mind watching my video and letting me know your thoughts! If you enjoy virtual reality gaming I do post weekly!', with flair 'None'
+15936 [2020-02-19 22:57:35] '/u/x420martian' has given '/u/MattEssYT' lambda!
+15936 [2020-02-19 22:59:46] '/u/JLSpinner' has given '/u/Sky-todd' lambda!
+15936 [2020-02-19 22:59:46] The OP received lambda too!
+15936 [2020-02-19 23:02:26] '/u/Cyber_Dolphin_' has given '/u/is_not_paranoid' lambda!
+15936 [2020-02-19 23:02:26] The OP received lambda too!
+15936 [2020-02-19 23:03:31] '/u/Cyber_Dolphin_' has given '/u/cdin3d' lambda!
+15936 [2020-02-19 23:03:59] There has been a new submission: 'Music composer looking to collaborate', with flair 'Collab'
+15936 [2020-02-19 23:04:15] '/u/Cyber_Dolphin_' has given '/u/Sewance' lambda!
+15936 [2020-02-19 23:04:53] '/u/Cyber_Dolphin_' has given '/u/murraypdavid' lambda!
+15936 [2020-02-19 23:06:12] There has been a new submission: 'Solving Amazon Coding Interview question, using python 🐍', with flair 'Video Critique'
+15936 [2020-02-19 23:06:13] /u/LorenteAlberto had their submission removed for insufficient lambda.
+15936 [2020-02-19 23:06:39] '/u/Cyber_Dolphin_' has given '/u/DarkLord152' lambda!
+15936 [2020-02-19 23:12:51] '/u/Cyber_Dolphin_' has given '/u/totallynicholas' lambda!
+15936 [2020-02-19 23:17:05] '/u/Cyber_Dolphin_' has given '/u/bittybirtybunny' lambda!
+15936 [2020-02-19 23:18:39] '/u/Cyber_Dolphin_' has given '/u/Inoox' lambda!
+1431 [2020-02-19 23:19:51] Updated statistics
+16071 [2020-02-19 23:20:14]
+####################
+[2020-02-19 23:20:14] RESTARTED
+####################
+
+16071 [2020-02-19 23:21:07] '/u/Kesaylo' has given '/u/spicymilksauce' lambda!
+16071 [2020-02-19 23:21:07] The OP received lambda too!
+16071 [2020-02-19 23:21:42] There has been a new submission: 'Small Tower Unite video me and my friends made. Hope you all enjoy!', with flair 'Gaming'
+16071 [2020-02-19 23:21:43] /u/Domappcent had their submission removed for insufficient lambda.
+16071 [2020-02-19 23:21:54] '/u/SkavM3' has given '/u/RantsWithRogers' lambda!
+16071 [2020-02-19 23:21:54] The OP received lambda too!
+16071 [2020-02-19 23:24:10] There has been a new submission: 'JUST POSTED MY FIRST VIDEO!', with flair 'Channel Review'
+16071 [2020-02-19 23:24:12] /u/RYANBURNSYT had their submission removed for insufficient lambda.
+16071 [2020-02-19 23:28:15] There has been a new submission: 'If ur interested in wood working', with flair 'None'
+16071 [2020-02-19 23:28:16] /u/jrstar84 had their submission removed for insufficient lambda.
+16071 [2020-02-19 23:29:12] '/u/jesspennington_' has given '/u/denandmugMAKES' lambda!
+16071 [2020-02-19 23:32:46] '/u/CHINXSCHIGULU' has given '/u/RantsWithRogers' lambda!
+16071 [2020-02-19 23:33:06] '/u/Burkeds' has given '/u/RantsWithRogers' lambda!
+16071 [2020-02-19 23:34:02] '/u/NotBusinessCasualYT' has given '/u/spicymilksauce' lambda!
+16071 [2020-02-19 23:37:30] There has been a new submission: 'Just Started My YouTube Journey', with flair 'Channel Review'
+16071 [2020-02-19 23:37:31] /u/xzombiecashcow had their submission removed for insufficient lambda.
+16071 [2020-02-19 23:49:16] There has been a new submission: 'any additional feedback, positive or negative? :-)?', with flair 'Video Critique'
+16071 [2020-02-19 23:59:27] '/u/KamKashiiiYT' has given '/u/AcidGatter' lambda!
+16071 [2020-02-19 23:59:27] The OP received lambda too!
+16071 [2020-02-20 00:02:06] There has been a new submission: 'Just started, proud of the result', with flair 'Gaming'
+16071 [2020-02-20 00:02:08] /u/Shaneplank1 had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:08:01] '/u/Sewance' has given '/u/EzA_yt' lambda!
+16071 [2020-02-20 00:08:08] '/u/KamKashiiiYT' has given '/u/connormricks' lambda!
+16071 [2020-02-20 00:08:53] '/u/KamKashiiiYT' has given '/u/DeafJordan' lambda!
+16071 [2020-02-20 00:09:59] '/u/Geeklysian' has given '/u/WalfieOnYouTube' lambda!
+16071 [2020-02-20 00:10:08] There has been a new submission: 'Just released a new video about Marvel's Black Knight, any feedback would be much appreciated, Who is Black Knight? || Kit Harrington in The Eternals', with flair 'Video Critique'
+16071 [2020-02-20 00:12:46] '/u/Burkeds' has given '/u/connormricks' lambda!
+16071 [2020-02-20 00:12:46] The OP received lambda too!
+16071 [2020-02-20 00:15:39] '/u/SkavM3' has given '/u/jrstar84' lambda!
+16071 [2020-02-20 00:15:49] '/u/MarcLaton' has given '/u/Gamerfates' lambda!
+16071 [2020-02-20 00:18:48] '/u/MarcLaton' has given '/u/GenocidalArachnid' lambda!
+16071 [2020-02-20 00:19:18] '/u/MarcLaton' has given '/u/TheBobbyBands' lambda!
+16071 [2020-02-20 00:19:32] '/u/Sky-todd' has given '/u/danielcrossan' lambda!
+16071 [2020-02-20 00:20:53] '/u/SkavM3' has given '/u/jwiches' lambda!
+16071 [2020-02-20 00:21:17] '/u/KamKashiiiYT' has given '/u/TheBobbyBands' lambda!
+16071 [2020-02-20 00:22:29] '/u/SkavM3' has given '/u/SwanCreek' lambda!
+16071 [2020-02-20 00:23:25] There has been a new submission: 'I learned Eminem's "RAP GOD" in 4days | 110% speed cover | Fast rap', with flair 'Video Critique'
+16071 [2020-02-20 00:23:27] /u/JohnFavro had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:23:38] '/u/KamKashiiiYT' has given '/u/AbbsLieksPie' lambda!
+16071 [2020-02-20 00:24:21] There has been a new submission: 'Ever heard Russian Doomer Music? Come vibe with me 😎', with flair 'None'
+16071 [2020-02-20 00:24:43] There has been a new submission: 'looking for anything that could help me do better than i am - How to keyframe better, how to make export look better, etc. Or just rate 1/10 so i can see if people like how it is already', with flair 'Gaming'
+16071 [2020-02-20 00:24:45] /u/ToughButterz had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:24:59] '/u/SkavM3' has given '/u/connormricks' lambda!
+16071 [2020-02-20 00:25:14] '/u/EngineeringJuice' has given '/u/TheBobbyBands' lambda!
+16071 [2020-02-20 00:25:25] There has been a new submission: 'First face cam please give feedback (Don’t worry it’s not THAT bad)', with flair 'Gaming'
+16071 [2020-02-20 00:25:27] /u/MasonTD-Reddit had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:26:01] There has been a new submission: 'Looking for legitimate feedback on the Thumbnail, video, pacing, editing and or general thoughts :) this is a parody series called Dating Casually Ep06: A Mother's Love', with flair 'Video Critique'
+16071 [2020-02-20 00:26:10] There has been a new submission: 'For some reason my mouth looks bigger than it really is haha', with flair 'Thumbnail Review'
+16071 [2020-02-20 00:26:12] /u/Fleurdelacours had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:32:27] '/u/StylesYT' has given '/u/SwanCreek' lambda!
+16071 [2020-02-20 00:34:32] There has been a new submission: 'Hey all Ive been putting a lot of work for my channel, and was hoping you could check out my most recent video, I'm really proud of what I'm doing, but would love feedback to make myself better :)', with flair 'Video Critique'
+16071 [2020-02-20 00:34:33] /u/Strandyt had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:35:45] '/u/Gimlinho' has given '/u/AcidGatter' lambda!
+16071 [2020-02-20 00:36:24] '/u/KamKashiiiYT' has given '/u/Fleurdelacours' lambda!
+16071 [2020-02-20 00:41:22] There has been a new submission: 'Found this Channel while looking for an independent movie. Unbelievably underrated.', with flair 'Channel Review'
+16071 [2020-02-20 00:41:24] /u/Dlluch had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:43:13] There has been a new submission: 'DO U LIKE RAINBOW SIX SIEGE OR ARK SURVIVAL EVOLVED IF YOU DO YOU WILL GO SUB NOW!!!!', with flair 'Gaming'
+16071 [2020-02-20 00:43:15] /u/mitch12398 had their submission removed for insufficient lambda.
+16071 [2020-02-20 00:44:54] There has been a new submission: 'My new video. If you could watch the whole thing and give me feedback that'd be great!', with flair 'Video Critique'
+16071 [2020-02-20 00:47:10] There has been a new submission: 'Just started my Dream Cooking Channel! It was a challenging and length process but it all finally came together! Please stop by, and provide feedback! Thank you!', with flair 'Channel Review'
+16071 [2020-02-20 00:59:31] There has been a new submission: 'If u like DIY', with flair 'None'
+16071 [2020-02-20 01:05:51] There has been a new submission: 'This is a part 2 of a series, but I edited it until my computer wanted to kill me! I would appreciate your feedback, if you would be so kind!', with flair 'Video Critique'
+16071 [2020-02-20 01:06:50] There has been a new submission: 'Hey guys! I'm a small outdoors channel that will be doing a lot of outdoor stuff with my family. We made this video of a fishing poles pulling power.', with flair 'Video Critique'
+16071 [2020-02-20 01:06:52] /u/LargelyUnknown4 had their submission removed for insufficient lambda.
+16071 [2020-02-20 01:12:29] There has been a new submission: 'Just starting out', with flair 'Discussion'
+16071 [2020-02-20 01:18:55] There has been a new submission: 'Toronto video tour (night drive)', with flair 'Vlog'
+16071 [2020-02-20 01:18:55] /u/Mark_9471 had their submission removed for insufficient lambda.
+16206 [2020-02-20 01:20:14]
+####################
+[2020-02-20 01:20:14] RESTARTED
+####################
+
+16206 [2020-02-20 01:20:25] {ERROR}
+16206 [2020-02-20 01:20:27] {ERROR}
+16206 [2020-02-20 01:20:29] {ERROR}
+16206 [2020-02-20 01:20:34] {ERROR}
+16206 [2020-02-20 01:20:46] {ERROR}
+16206 [2020-02-20 01:22:19] {ERROR}
+16206 [2020-02-20 01:22:59] {ERROR}
+16206 [2020-02-20 01:23:16] {ERROR}
+16206 [2020-02-20 01:23:17] {ERROR}
+16206 [2020-02-20 01:23:17] {ERROR}
+16206 [2020-02-20 01:25:34] {ERROR}
+16206 [2020-02-20 01:25:35] {ERROR}
+16206 [2020-02-20 01:25:36] {ERROR}
+16206 [2020-02-20 01:25:36] {ERROR}
+16206 [2020-02-20 01:25:37] {ERROR}
+16206 [2020-02-20 01:27:21] {ERROR}
+16206 [2020-02-20 01:27:37] {ERROR} Could not decode to UTF-8
+16206 [2020-02-20 01:27:38] {ERROR}
+16206 [2020-02-20 01:27:39] {ERROR}
+16206 [2020-02-20 01:27:46] {ERROR}
+16206 [2020-02-20 01:28:00] {ERROR}
+16206 [2020-02-20 01:28:01] {ERROR}
+16206 [2020-02-20 01:28:32] {ERROR} Could not decode to UTF-8
+16206 [2020-02-20 01:28:33] {ERROR}
+16206 [2020-02-20 01:28:34] {ERROR} Could not decode to UTF-8
+16206 [2020-02-20 01:28:35] {ERROR} Could not decode to UTF-8
+16206 [2020-02-20 01:28:37] {ERROR}
+16206 [2020-02-20 01:30:39] {ERROR}
+16206 [2020-02-20 01:32:27] {ERROR}
+16206 [2020-02-20 01:32:29] {ERROR}
+16206 [2020-02-20 01:32:30] {ERROR}
+16206 [2020-02-20 01:32:44] {ERROR}
+16206 [2020-02-20 01:32:47] {ERROR}
+16206 [2020-02-20 01:32:49] {ERROR}
+16206 [2020-02-20 01:32:50] {ERROR}
+16206 [2020-02-20 01:33:04] {ERROR}
+16206 [2020-02-20 01:33:07] {ERROR} Could not decode to UTF-8
+16206 [2020-02-20 01:33:51] {ERROR}
+16206 [2020-02-20 01:35:26] {ERROR}
+16206 [2020-02-20 01:35:35] {ERROR}
+16206 [2020-02-20 01:35:38] {ERROR}
+16206 [2020-02-20 01:35:40] {ERROR}
+16206 [2020-02-20 01:37:42] {ERROR}
+16206 [2020-02-20 01:38:28] There has been a new submission: 'My YouTube Channel!', with flair 'None'
+16206 [2020-02-20 01:38:29] /u/TRiotous had their submission removed for insufficient lambda.
+16206 [2020-02-20 01:38:31] There has been a new submission: 'Driving growth - quality + consistency enough, or is there mor I should be doing?', with flair 'Discussion'
+16206 [2020-02-20 01:38:34] There has been a new submission: 'Thoughts on this? It’s only a minute watch. It’s not doin as well as other vids (it’s about bad comedians)', with flair 'Video Critique'
+16206 [2020-02-20 01:38:39] There has been a new submission: 'I've been dropping consistently good content', with flair 'Channel Review'
+16206 [2020-02-20 01:38:40] /u/Niggaruto had their submission removed for insufficient lambda.
+16206 [2020-02-20 01:47:11] '/u/AcidGatter' has given '/u/JYUtube' lambda!
+16206 [2020-02-20 01:47:11] The OP received lambda too!
+16206 [2020-02-20 01:49:16] '/u/spicymilksauce' has given '/u/CompleteReason1' lambda!
+16206 [2020-02-20 01:49:16] The OP received lambda too!
+16206 [2020-02-20 01:56:14] '/u/spicymilksauce' has given '/u/TheDrainPros' lambda!
+16206 [2020-02-20 01:59:18] There has been a new submission: 'I will review all your channels', with flair 'Channel Review'
+16206 [2020-02-20 01:59:19] /u/realyoutubeadvice had their submission removed for insufficient lambda.
+16206 [2020-02-20 02:02:58] '/u/Sky-todd' has given '/u/DeafJordan' lambda!
+16206 [2020-02-20 02:02:58] The OP received lambda too!
+16206 [2020-02-20 02:05:15] '/u/Gamerfates' has given '/u/trstrongbear' lambda!
+16206 [2020-02-20 02:05:15] The OP received lambda too!
+16206 [2020-02-20 02:08:10] '/u/Gamerfates' has given '/u/TheDrainPros' lambda!
+16206 [2020-02-20 02:09:18] There has been a new submission: 'My first attempt on a Fortnite video', with flair 'Gaming'
+16206 [2020-02-20 02:09:19] /u/D_munoz had their submission removed for insufficient lambda.
+16206 [2020-02-20 02:09:34] There has been a new submission: 'Come and check out my new video, let me know what you think, and subscribe if you want to see more! Would also appreciate feedback on my new thumbnail style, I tried to implement characteristics of my logo into it. Thank you!', with flair 'Video Critique'
+16206 [2020-02-20 02:10:03] There has been a new submission: 'How an Average Player can become a GOD in Fortnite', with flair 'Gaming'
+16206 [2020-02-20 02:10:05] /u/D_munoz had their submission removed for insufficient lambda.
+16206 [2020-02-20 02:13:01] There has been a new submission: 'Video Review - Resident Evil 7 Playthrough - Could I please get some feedback on the editing on this video and any other changes you would make! Thanks!', with flair 'Gaming'
+16206 [2020-02-20 02:13:23] '/u/Gamerfates' has given '/u/highpower_marsh' lambda!
+16206 [2020-02-20 02:24:15] '/u/spicymilksauce' has given '/u/tommyboy_lr' lambda!
+16206 [2020-02-20 02:25:51] '/u/spicymilksauce' has given '/u/JYUtube' lambda!
+16206 [2020-02-20 02:29:45] There has been a new submission: 'The Future of Fortnite (Renegade Raider)', with flair 'None'
+16206 [2020-02-20 02:29:45] /u/Blake_Hawking had their submission removed for insufficient lambda.
+16206 [2020-02-20 02:35:58] There has been a new submission: 'Fastest Horse In Town', with flair 'Vlog'
+16206 [2020-02-20 02:35:59] /u/KnoxVille450 had their submission removed for insufficient lambda.
+16206 [2020-02-20 02:37:16] There has been a new submission: 'Clip from a video I’m working on...', with flair 'None'
+16206 [2020-02-20 02:37:18] /u/J0Nm4gz had their submission removed for insufficient lambda.
+16206 [2020-02-20 02:41:24] There has been a new submission: 'BioShock Ep 5 : After All THAT!', with flair 'Gaming'
+16206 [2020-02-20 02:43:07] There has been a new submission: 'I finally passed 200 subscribers', with flair 'Discussion'
+16206 [2020-02-20 02:50:57] There has been a new submission: 'DW9 Walkthrough Gameplay Dong Zhuo Story #4', with flair 'Gaming'
+16206 [2020-02-20 02:50:59] /u/Dondrethanooblive had their submission removed for insufficient lambda.
+16206 [2020-02-20 03:19:19] '/u/Seraffian' has given '/u/XPLovecat' lambda!
+16645 [2020-02-20 03:20:15]
+####################
+[2020-02-20 03:20:15] RESTARTED
+####################
+
+16645 [2020-02-20 03:20:35] {ERROR}
+16645 [2020-02-20 03:20:47] {ERROR}
+16645 [2020-02-20 03:21:21] {ERROR}
+16645 [2020-02-20 03:21:22] {ERROR} Could not decode to UTF-8
+16645 [2020-02-20 03:26:39] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/comments/?limit=90&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f081cb6be80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+16645 [2020-02-20 03:26:43] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/new?limit=87&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f081cb564e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+16784 [2020-02-20 05:20:14]
+####################
+[2020-02-20 05:20:14] RESTARTED
+####################
+
+16784 [2020-02-20 05:20:18] {ERROR}
+16784 [2020-02-20 05:20:19] {ERROR}
+16784 [2020-02-20 05:20:20] {ERROR}
+16784 [2020-02-20 05:20:30] {ERROR}
+16784 [2020-02-20 05:21:30] {ERROR}
+16784 [2020-02-20 05:22:31] {ERROR}
+16784 [2020-02-20 05:22:49] {ERROR}
+16784 [2020-02-20 05:23:06] {ERROR}
+16784 [2020-02-20 05:24:10] {ERROR}
+16784 [2020-02-20 05:24:35] '/u/Seraffian' has given '/u/MattEssYT' lambda!
+16784 [2020-02-20 05:24:43] '/u/KamKashiiiYT' has given '/u/CompleteReason1' lambda!
+16784 [2020-02-20 05:24:49] '/u/KamKashiiiYT' has given '/u/TheDrainPros' lambda!
+16784 [2020-02-20 05:24:56] '/u/spicymilksauce' has given '/u/TeamRemavi' lambda!
+16784 [2020-02-20 05:25:05] '/u/MerpItUp' has given '/u/RantsWithRogers' lambda!
+16784 [2020-02-20 05:25:12] '/u/MerpItUp' has given '/u/highpower_marsh' lambda!
+16784 [2020-02-20 05:25:19] '/u/MerpItUp' has given '/u/Shaneplank1' lambda!
+16784 [2020-02-20 05:25:26] '/u/DeafJordan' has given '/u/Sky-todd' lambda!
+16784 [2020-02-20 05:25:26] The OP received lambda too!
+16784 [2020-02-20 05:25:56] There has been a new submission: 'I started getting the motivation to do videos on time-lapses in Map Games. Tell me what you think and if you want, give me some suggestions or tips on editing or something', with flair 'Gaming'
+16784 [2020-02-20 05:26:00] There has been a new submission: '0 views 0 subscribers', with flair 'Channel Review'
+16784 [2020-02-20 05:26:02] /u/Magento had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:06] There has been a new submission: 'New Sports Cards Channel!', with flair 'Channel Review'
+16784 [2020-02-20 05:26:07] /u/richie5237 had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:11] There has been a new submission: 'New Content Creator questions, HELP please', with flair 'Channel Review'
+16784 [2020-02-20 05:26:12] /u/ZimsterTV had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:16] There has been a new submission: 'For these types of videos you think music or a more raw natural video with no music and more voice overs?', with flair 'None'
+16784 [2020-02-20 05:26:17] /u/Yat_Rat had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:21] There has been a new submission: 'New Youtube Video (Fortnite)', with flair 'Gaming'
+16784 [2020-02-20 05:26:22] /u/dakodapcrane had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:26] There has been a new submission: 'How To Draw STICK FIGURES', with flair 'Art'
+16784 [2020-02-20 05:26:27] /u/SoftSodaBear had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:31] There has been a new submission: 'Boxing inside stores', with flair 'None'
+16784 [2020-02-20 05:26:32] /u/presrollo had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:36] There has been a new submission: 'MAYUMI'S ILLNESS (This one hurts) Ai-The Somnium Files Part 33 #animegam...', with flair 'Gaming'
+16784 [2020-02-20 05:26:37] /u/PFVoyiaa had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:26:46] '/u/Brachypelma5' has given '/u/CHINXSCHIGULU' lambda!
+16784 [2020-02-20 05:26:46] The OP received lambda too!
+16784 [2020-02-20 05:26:56] There has been a new submission: '2020 Savings Challenge| The $1, $5, $10, $20 Savings Challenge 2020 | 2 Month Update', with flair 'Channel Review'
+16784 [2020-02-20 05:26:57] /u/jessenav_ had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:28:54] There has been a new submission: 'Internet Censorship! Communications Decency Act | No More “Safe Harbor” ...', with flair 'Vlog'
+16784 [2020-02-20 05:28:54] /u/pusastudios had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:30:37] '/u/CHINXSCHIGULU' has given '/u/TCTV_UK' lambda!
+16784 [2020-02-20 05:32:04] There has been a new submission: '10-15 Minutes How to Save money in 2020 [13:08]', with flair 'Video Critique'
+16784 [2020-02-20 05:32:06] /u/jessenav_ had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:33:17] '/u/CHINXSCHIGULU' has given '/u/SwanCreek' lambda!
+16784 [2020-02-20 05:39:47] There has been a new submission: 'The DP Pod Clips - YouTube', with flair 'Channel Review'
+16784 [2020-02-20 05:39:47] /u/abarney21 had their submission removed for insufficient lambda.
+16784 [2020-02-20 05:44:42] There has been a new submission: 'Reason behind creating Youtube channel', with flair 'Discussion'
+16784 [2020-02-20 05:50:55] '/u/KamKashiiiYT' has given '/u/FreshAttention' lambda!
+16784 [2020-02-20 06:05:06] There has been a new submission: 'This is my latest video. It’s a vlog of me and my friends messing around like we always do. I would greatly appreciate it if you’d check it out and give me some feedback. Thank you.', with flair 'Channel Review'
+16784 [2020-02-20 06:05:08] /u/jonnysalv had their submission removed for insufficient lambda.
+16784 [2020-02-20 06:10:29] There has been a new submission: 'Is the little tid-bit I added in the background of my intro enough to keep you watching for the first 2 minutes? also even if you don't watch the video id love if you went and checked out the editors who helped make this video possible! they worked very hard on this! c:', with flair 'Video Critique'
+16784 [2020-02-20 06:10:31] /u/ErbyTattoos had their submission removed for insufficient lambda.
+16784 [2020-02-20 06:19:17] '/u/KamKashiiiYT' has given '/u/ErbyTattoos' lambda!
+16784 [2020-02-20 06:23:04] There has been a new submission: 'Small podcast youtube channel looking for new subscribers, Check us out!', with flair 'None'
+16784 [2020-02-20 06:23:06] /u/Jacob517 had their submission removed for insufficient lambda.
+16784 [2020-02-20 06:35:17] There has been a new submission: 'Is the little tid-bit I added in the background of my intro enough to keep you watching for the first 2 minutes? also even if you don't watch the video id love if you went and checked out the editors who helped make this video possible! they worked very hard on this! c:', with flair 'Video Critique'
+16784 [2020-02-20 06:36:08] {ERROR}
+16784 [2020-02-20 06:46:17] There has been a new submission: 'Just started my movie review channel, trying to get my sub count to 1k.', with flair 'None'
+16784 [2020-02-20 06:46:18] /u/megajohn85 had their submission removed for insufficient lambda.
+16784 [2020-02-20 07:19:16] There has been a new submission: 'Vegeta Vs Goku', with flair 'Gaming'
+16784 [2020-02-20 07:19:17] /u/millajovovichisbae had their submission removed for insufficient lambda.
+23596 [2020-02-20 07:20:14]
+####################
+[2020-02-20 07:20:14] RESTARTED
+####################
+
+23596 [2020-02-20 07:21:25] There has been a new submission: 'Hey guys! Check out my catch and cook video also at 100 subscribers I'll be doing a giveaway🥳🥳', with flair 'Channel Review'
+23596 [2020-02-20 07:21:27] /u/CoalChristian had their submission removed for insufficient lambda.
+23596 [2020-02-20 07:21:38] There has been a new submission: 'heres some ironic trash. if you watch this, thank you', with flair 'Gaming'
+23596 [2020-02-20 07:21:40] /u/YeEtus_mANs had their submission removed for insufficient lambda.
+23596 [2020-02-20 07:30:31] There has been a new submission: 'Hi it's hard to get detailed reviews of my channel so hopefully someone can help please any support is great (:', with flair 'Channel Review'
+23596 [2020-02-20 07:30:33] /u/mavdogs had their submission removed for insufficient lambda.
+23596 [2020-02-20 07:30:45] There has been a new submission: 'A friend and I decided to start a channel. I think our chemistry and stupidity validates itself as the main draw. We plan to do these short edits with other games. What do you think?', with flair 'Gaming'
+23596 [2020-02-20 07:30:47] /u/_abmatt_ had their submission removed for insufficient lambda.
+23596 [2020-02-20 07:32:06] '/u/humz_whu' has given '/u/MattEssYT' lambda!
+23596 [2020-02-20 07:32:06] The OP received lambda too!
+23596 [2020-02-20 07:33:21] '/u/humz_whu' has given '/u/connormricks' lambda!
+23596 [2020-02-20 07:34:20] '/u/humz_whu' has given '/u/SwanCreek' lambda!
+23596 [2020-02-20 07:38:11] There has been a new submission: 'Up and coming 'Tuber.', with flair 'Gaming'
+23596 [2020-02-20 07:38:12] /u/EasternCare had their submission removed for insufficient lambda.
+23596 [2020-02-20 07:44:15] '/u/TheBobbyBands' has given '/u/FreshAttention' lambda!
+23596 [2020-02-20 07:44:15] The OP received lambda too!
+23596 [2020-02-20 07:48:05] '/u/deliriousmarc' has given '/u/2many2play' lambda!
+23596 [2020-02-20 07:48:16] '/u/deliriousmarc' has given '/u/Ghryms' lambda!
+23596 [2020-02-20 07:48:33] '/u/deliriousmarc' has given '/u/MagicWolfPlayz' lambda!
+23596 [2020-02-20 08:03:10] There has been a new submission: 'i turned the word oscars into people collecting their awards', with flair 'Art'
+23596 [2020-02-20 08:03:12] /u/chayoms had their submission removed for insufficient lambda.
+23596 [2020-02-20 08:45:16] '/u/Caaaam' has given '/u/AcidGatter' lambda!
+23596 [2020-02-20 08:47:54] '/u/ReubenRanchYTGaming' has given '/u/spector111' lambda!
+23596 [2020-02-20 08:57:44] '/u/NocturnalFudj' has given '/u/SwanCreek' lambda!
+23596 [2020-02-20 08:59:01] '/u/NocturnalFudj' has given '/u/Shaneplank1' lambda!
+23596 [2020-02-20 09:07:37] There has been a new submission: 'Hello, does sub 4 sub really helps cause it seems that a large majority of small youtubers does this (except me) when starting. What do you guys think?', with flair 'Discussion'
+23596 [2020-02-20 09:09:39] There has been a new submission: '600 Subs!', with flair 'Discussion'
+23596 [2020-02-20 09:17:13] '/u/Brightisaac' has given '/u/avamansouri' lambda!
+23596 [2020-02-20 09:17:14] The OP received lambda too!
+23823 [2020-02-20 09:20:14]
+####################
+[2020-02-20 09:20:14] RESTARTED
+####################
+
+23823 [2020-02-20 09:21:25] There has been a new submission: 'Here you can Learn how to create a user profile page and other web design like fb for yourself or a client. So can you guys check this out', with flair 'Video Critique'
+23823 [2020-02-20 09:21:36] '/u/Sky-todd' has given '/u/themanwhospeeks' lambda!
+23823 [2020-02-20 09:22:35] '/u/Sky-todd' has given '/u/HuqleReddit' lambda!
+23823 [2020-02-20 09:22:47] '/u/Sky-todd' has given '/u/BeckerBoyYT' lambda!
+23823 [2020-02-20 09:23:43] '/u/Sky-todd' has given '/u/user9774' lambda!
+23823 [2020-02-20 09:31:01] '/u/ReubenRanchYTGaming' has given '/u/MOTzTuber' lambda!
+23823 [2020-02-20 10:04:06] There has been a new submission: 'This would only happen in R6 Siege.', with flair 'Gaming'
+23823 [2020-02-20 10:04:08] /u/charcoal_is_my_name had their submission removed for insufficient lambda.
+23823 [2020-02-20 10:08:22] There has been a new submission: 'Not my best vid but any feedback', with flair 'None'
+23823 [2020-02-20 10:08:22] /u/dee-ylan had their submission removed for insufficient lambda.
+23823 [2020-02-20 10:20:44] '/u/Dundy1' has given '/u/avamansouri' lambda!
+23823 [2020-02-20 10:23:49] '/u/anaana994' has given '/u/avamansouri' lambda!
+23823 [2020-02-20 10:48:27] '/u/Sky-todd' has given '/u/_abmatt_' lambda!
+23823 [2020-02-20 10:56:54] '/u/ReubenRanchYTGaming' has given '/u/Magento' lambda!
+23823 [2020-02-20 11:01:39] There has been a new submission: 'Hey guys so I was wondering what you think of the channel, what is it lacking (besides consistent uploads since that's super obvious).', with flair 'Channel Review'
+23823 [2020-02-20 11:08:07] '/u/jrstar84' has given '/u/habitdiseasedetect' lambda!
+23823 [2020-02-20 11:08:07] The OP received lambda too!
+23823 [2020-02-20 11:08:36] '/u/jrstar84' has given '/u/aluskevics' lambda!
+23823 [2020-02-20 11:10:33] '/u/jrstar84' has given '/u/1_2_three_four_5_6' lambda!
+23823 [2020-02-20 11:11:05] '/u/jrstar84' has given '/u/TheDrainPros' lambda!
+23823 [2020-02-20 11:15:49] There has been a new submission: 'DO YOU WANNA BANG? | PUBLIC INTERVIEW!!', with flair 'Discussion'
+23823 [2020-02-20 11:15:50] /u/LOAFTv had their submission removed for using the wrong flair.
+24025 [2020-02-20 11:20:14]
+####################
+[2020-02-20 11:20:14] RESTARTED
+####################
+
+24025 [2020-02-20 11:21:26] There has been a new submission: 'Played the new call of duty update 1v1 on rust!!', with flair 'Gaming'
+24025 [2020-02-20 11:21:27] /u/MaskedNine had their submission removed for insufficient lambda.
+24025 [2020-02-20 11:32:18] '/u/Sky-todd' has given '/u/Magento' lambda!
+24025 [2020-02-20 11:46:44] There has been a new submission: 'My New Video Not Uploaded In A While Would Appreciate Some Feedback.', with flair 'Gaming'
+24025 [2020-02-20 11:46:46] /u/ImOnShroooms had their submission removed for insufficient lambda.
+24025 [2020-02-20 11:51:27] There has been a new submission: 'Almost 2 months now', with flair 'Channel Review'
+24025 [2020-02-20 11:51:30] /u/lazgangy had their submission removed for insufficient lambda.
+24025 [2020-02-20 12:08:17] '/u/LethalogicaYT' has given '/u/TCTV_UK' lambda!
+24025 [2020-02-20 12:08:17] The OP received lambda too!
+24025 [2020-02-20 12:10:54] '/u/Seraffian' has given '/u/ZhyperCR1T' lambda!
+24025 [2020-02-20 12:36:09] '/u/DeafJordan' has given '/u/_abmatt_' lambda!
+24025 [2020-02-20 12:39:44] There has been a new submission: 'How's the Thumbnail?', with flair 'Thumbnail Review'
+24025 [2020-02-20 12:39:45] /u/therankingmaster had their submission removed for insufficient lambda.
+24025 [2020-02-20 12:41:34] There has been a new submission: 'Looking for feedback & potential subscribers', with flair 'None'
+24025 [2020-02-20 12:41:36] /u/kirstensophia had their submission removed for insufficient lambda.
+24025 [2020-02-20 12:44:38] There has been a new submission: 'Country by Diamond production', with flair 'Channel Review'
+24025 [2020-02-20 12:44:39] /u/W1ncent had their submission removed for insufficient lambda.
+24025 [2020-02-20 12:45:56] There has been a new submission: 'Amberlynn Reid is BACK and I am LIVING for it | ALR React', with flair 'Video Critique'
+24025 [2020-02-20 12:45:58] /u/GainingGround80 had their submission removed for insufficient lambda.
+24025 [2020-02-20 12:53:46] '/u/WalfieOnYouTube' has given '/u/user9774' lambda!
+24025 [2020-02-20 12:55:42] '/u/WalfieOnYouTube' has given '/u/avamansouri' lambda!
+24025 [2020-02-20 12:59:39] There has been a new submission: 'Star Wars Battlefront 2 Gameplay', with flair 'Gaming'
+24025 [2020-02-20 13:01:17] '/u/Gamerfates' has given '/u/myogloben' lambda!
+24025 [2020-02-20 13:01:48] '/u/Gamerfates' has given '/u/BabeRossTheArtist' lambda!
+24025 [2020-02-20 13:06:02] '/u/Gamerfates' has given '/u/jesspennington_' lambda!
+24025 [2020-02-20 13:09:25] '/u/LethalogicaYT' has given '/u/Magento' lambda!
+24025 [2020-02-20 13:10:51] '/u/Gamerfates' has given '/u/avamansouri' lambda!
+24025 [2020-02-20 13:11:05] '/u/LethalogicaYT' has given '/u/Dundy1' lambda!
+24025 [2020-02-20 13:13:01] '/u/Gamerfates' has given '/u/anaana994' lambda!
+24025 [2020-02-20 13:13:48] '/u/Gamerfates' has given '/u/R_Hanna' lambda!
+24025 [2020-02-20 13:14:02] There has been a new submission: 'Would love some feedback/tips on my video or channel. If you have a similar channel link it down below so we can support each other! :)', with flair 'Video Critique'
+24250 [2020-02-20 13:20:14]
+####################
+[2020-02-20 13:20:14] RESTARTED
+####################
+
+24250 [2020-02-20 13:23:04] There has been a new submission: 'Glamorous Bedroom Speed Build | Sims 4', with flair 'Gaming'
+24250 [2020-02-20 13:23:06] /u/PurpleSimmer had their submission removed for insufficient lambda.
+24250 [2020-02-20 13:23:23] There has been a new submission: 'Watch Minecraft and Rainbow Six Siege! Feedback apprediated.', with flair 'None'
+24250 [2020-02-20 13:23:25] /u/ImTwoCool had their submission removed for insufficient lambda.
+24250 [2020-02-20 13:23:46] '/u/pokbun' has given '/u/HuqleReddit' lambda!
+24250 [2020-02-20 13:23:47] The OP received lambda too!
+24250 [2020-02-20 13:33:11] There has been a new submission: 'How can I improve my content and get more subs?', with flair 'Channel Review'
+24250 [2020-02-20 13:33:13] /u/anish3737 had their submission removed for insufficient lambda.
+24250 [2020-02-20 13:41:31] '/u/Sky-todd' has given '/u/TheJustindsd' lambda!
+24250 [2020-02-20 13:52:22] '/u/heyiamandrew' has given '/u/avamansouri' lambda!
+24250 [2020-02-20 13:52:35] '/u/FPVMARK' has given '/u/avamansouri' lambda!
+24250 [2020-02-20 13:59:38] There has been a new submission: 'How to create a bot for subreddit', with flair 'Discussion'
+24250 [2020-02-20 14:08:59] There has been a new submission: 'Best channel and video practices/tips, update from 3 months ago. For the first time my channel is getting +100 subs a month, and for the second time 100k minutes watched.', with flair 'Discussion'
+24250 [2020-02-20 14:21:46] There has been a new submission: 'Episode 3 of my Satisfactory series, let me know what you think :)', with flair 'Video Critique'
+24250 [2020-02-20 14:29:17] There has been a new submission: 'Untitled Goose Game Ep.2 - why are people so stingy?', with flair 'Gaming'
+24250 [2020-02-20 14:29:18] /u/NukaGirl2287 had their submission removed for insufficient lambda.
+24250 [2020-02-20 14:30:38] There has been a new submission: 'Atoll92 - Paleo Dreams', with flair 'None'
+24250 [2020-02-20 14:30:40] /u/telemaque had their submission removed for insufficient lambda.
+24250 [2020-02-20 14:30:53] There has been a new submission: 'You guys are awesome!', with flair 'None'
+24250 [2020-02-20 14:30:56] /u/catfish1992 had their submission removed for insufficient lambda.
+24250 [2020-02-20 14:42:14] There has been a new submission: 'Date night paint night', with flair 'Vlog'
+24250 [2020-02-20 14:42:16] /u/DarthRelentless had their submission removed for insufficient lambda.
+24250 [2020-02-20 14:47:39] There has been a new submission: 'Try this again', with flair 'Discussion'
+24250 [2020-02-20 14:48:12] '/u/Geeklysian' has given '/u/hillbillyjedi' lambda!
+24250 [2020-02-20 14:59:03] '/u/Inoox' has given '/u/FPVMARK' lambda!
+24250 [2020-02-20 14:59:03] The OP received lambda too!
+24250 [2020-02-20 14:59:17] '/u/Sky-todd' has given '/u/shaunyoong' lambda!
+24250 [2020-02-20 15:13:27] There has been a new submission: 'We needed a workbench/table for our new YouTube studio, we had an old ikea desk that didn’t fit in with the look so we built a new one! We had no idea what we were doing, we are complete novices to woodworking! We would appreciate any feedback! 😊', with flair 'Video Critique'
+24385 [2020-02-20 15:20:14]
+####################
+[2020-02-20 15:20:14] RESTARTED
+####################
+
+24385 [2020-02-20 15:21:29] '/u/avamansouri' has given '/u/thetugahandyman' lambda!
+24385 [2020-02-20 15:21:29] The OP received lambda too!
+24385 [2020-02-20 15:23:17] '/u/Brightisaac' has given '/u/Dundy1' lambda!
+24385 [2020-02-20 15:23:18] The OP received lambda too!
+24385 [2020-02-20 15:23:25] There has been a new submission: 'My greatest week', with flair 'Discussion'
+24385 [2020-02-20 15:23:47] '/u/Brightisaac' has given '/u/aluskevics' lambda!
+24385 [2020-02-20 15:26:46] '/u/avamansouri' has given '/u/amazon1977' lambda!
+24385 [2020-02-20 15:28:58] There has been a new submission: 'Coca-cola collecting', with flair 'None'
+24385 [2020-02-20 15:28:59] /u/Polar103 had their submission removed for insufficient lambda.
+24385 [2020-02-20 15:32:22] There has been a new submission: 'Trying early morning post Over late afternoon', with flair 'Video Critique'
+24385 [2020-02-20 15:35:34] '/u/Sky-todd' has given '/u/MafiasFinestTV' lambda!
+24385 [2020-02-20 15:39:13] There has been a new submission: 'NITSUAGAMING - NEW SEASON Fortnite Chapter 2 #fortnite #FortniteChapter2...', with flair 'Gaming'
+24385 [2020-02-20 15:39:13] /u/AuzBusinessTips had their submission removed for insufficient lambda.
+24385 [2020-02-20 15:45:20] '/u/rebus-YT' has given '/u/FPVMARK' lambda!
+24385 [2020-02-20 15:45:20] The OP received lambda too!
+24385 [2020-02-20 15:56:07] There has been a new submission: 'First time filming with my phone - Fun with the Family at Chuck E Cheese! (Lambda given to all comments)', with flair 'Video Critique'
+24385 [2020-02-20 16:01:34] '/u/Deecutz' has given '/u/Shaneplank1' lambda!
+24385 [2020-02-20 16:05:21] '/u/KamKashiiiYT' has given '/u/HuqleReddit' lambda!
+24385 [2020-02-20 16:05:28] There has been a new submission: 'Adobe Premiere Rush: Learning The Basics Of Video Editing With Adobe Premiere Rush Class Teaser', with flair 'Video Critique'
+24385 [2020-02-20 16:05:30] /u/qualityonlinemedia had their submission removed for insufficient lambda.
+24385 [2020-02-20 16:10:51] '/u/PheraWorld' has given '/u/screret' lambda!
+24385 [2020-02-20 16:10:51] The OP received lambda too!
+24385 [2020-02-20 16:12:33] There has been a new submission: 'Walk With You - The Story of Dred Scott and the Blow Family of Virginia. Saturday March 7, 2020.', with flair 'Video Critique'
+24385 [2020-02-20 16:12:35] /u/jennylamb2006 had their submission removed for insufficient lambda.
+24385 [2020-02-20 16:18:31] There has been a new submission: '0 view 0 subscribers (tried posting this a few hours ago, but didn't have enough λ)', with flair 'Channel Review'
+24385 [2020-02-20 16:40:06] '/u/Brightisaac' has given '/u/amazon1977' lambda!
+24385 [2020-02-20 17:03:05] There has been a new submission: 'Hello, YT family. Needs some advises about my relaxing video. Quality of sound and picture, thumbnail and editing? And what length of title is better? Longer or shorter as possible. Looking for professional advice!', with flair 'Video Critique'
+24385 [2020-02-20 17:03:49] '/u/SkavM3' has given '/u/R_Hanna' lambda!
+24385 [2020-02-20 17:04:02] '/u/SkavM3' has given '/u/avamansouri' lambda!
+24385 [2020-02-20 17:10:28] '/u/rebus-YT' has given '/u/Scabhammer' lambda!
+24385 [2020-02-20 17:12:43] There has been a new submission: 'Icon of Sin!', with flair 'Gaming'
+24385 [2020-02-20 17:12:45] /u/Styxgaming4 had their submission removed for insufficient lambda.
+24385 [2020-02-20 17:19:54] '/u/shadyyness' has given '/u/avamansouri' lambda!
+24521 [2020-02-20 17:20:15]
+####################
+[2020-02-20 17:20:15] RESTARTED
+####################
+
+24521 [2020-02-20 17:22:31] '/u/Burkeds' has given '/u/spector111' lambda!
+24521 [2020-02-20 17:30:01] There has been a new submission: 'The Downfall of Pyschadelicsnake?', with flair 'None'
+24521 [2020-02-20 17:30:03] /u/ProfessionalSleuth had their submission removed for insufficient lambda.
+24521 [2020-02-20 17:38:09] There has been a new submission: 'The OG Story (Chrismas Edition)', with flair 'Channel Review'
+24521 [2020-02-20 17:38:10] /u/revelUPP had their submission removed for insufficient lambda.
+24521 [2020-02-20 17:49:06] There has been a new submission: 'What happened to the band fun?', with flair 'Discussion'
+24521 [2020-02-20 17:49:07] /u/senpai_trashcan_ had their submission removed for using the wrong flair.
+24521 [2020-02-20 17:59:41] There has been a new submission: 'What happened to the band fun.? Pls criticise my video i need to improve', with flair 'Video Critique'
+24521 [2020-02-20 17:59:41] /u/senpai_trashcan_ had their submission removed for insufficient lambda.
+24521 [2020-02-20 18:05:28] There has been a new submission: 'Hey, just started a channel. I have one video so far and it's done better than expected so far, but retention is at 50%. How can I bring it up?', with flair 'Gaming'
+24521 [2020-02-20 18:16:58] '/u/PheraWorld' has given '/u/SkavM3' lambda!
+24521 [2020-02-20 18:17:18] '/u/PheraWorld' has given '/u/zonfar2' lambda!
+24521 [2020-02-20 18:26:55] There has been a new submission: 'HAPPY & CONFIDENT | Boost Self Confidence Secrets (True Happiness is Kee...', with flair 'Video Critique'
+24521 [2020-02-20 18:26:57] /u/EmyG28 had their submission removed for insufficient lambda.
+24521 [2020-02-20 18:28:33] '/u/TheBobbyBands' has given '/u/deliriousmarc' lambda!
+24521 [2020-02-20 18:29:23] '/u/TheBobbyBands' has given '/u/Scabhammer' lambda!
+24521 [2020-02-20 18:32:12] '/u/StylesYT' has given '/u/anaana994' lambda!
+24521 [2020-02-20 18:37:56] '/u/Shaneplank1' has given '/u/izdarealizzy' lambda!
+24521 [2020-02-20 18:37:57] The OP received lambda too!
+24521 [2020-02-20 18:43:05] There has been a new submission: 'If my thumbnail is good, what else can I do to increase the click-through rate?', with flair 'Discussion'
+24521 [2020-02-20 18:46:31] '/u/x420martian' has given '/u/DeafJordan' lambda!
+24521 [2020-02-20 18:46:38] There has been a new submission: 'The scav king of Escape from Tarkov', with flair 'Gaming'
+24521 [2020-02-20 18:46:39] /u/UGVK815 had their submission removed for insufficient lambda.
+24521 [2020-02-20 18:50:14] There has been a new submission: 'Dad Libs (Random Acting Challenge) fishwax: the show #29', with flair 'Discussion'
+24521 [2020-02-20 18:50:16] /u/fishwax_show had their submission removed for using the wrong flair.
+24521 [2020-02-20 18:52:42] There has been a new submission: 'Atelier Cologne Review', with flair 'None'
+24521 [2020-02-20 18:52:44] /u/Derbyboyuk had their submission removed for insufficient lambda.
+24521 [2020-02-20 18:54:51] There has been a new submission: 'What editing and recording software do yall use, I want to start uploading but I don't know what software to use?', with flair 'Discussion'
+24521 [2020-02-20 18:57:50] There has been a new submission: 'I'm an artist that needs views', with flair 'Channel Review'
+24521 [2020-02-20 18:57:51] /u/BigGuyGabwar had their submission removed for insufficient lambda.
+24521 [2020-02-20 18:59:19] '/u/user9774' has given '/u/EngineeringJuice' lambda!
+24521 [2020-02-20 18:59:19] The OP received lambda too!
+24521 [2020-02-20 18:59:47] '/u/user9774' has given '/u/x420martian' lambda!
+24521 [2020-02-20 19:00:02] '/u/user9774' has given '/u/Gamerfates' lambda!
+24521 [2020-02-20 19:08:39] There has been a new submission: 'Methods I use to come up with video ideas', with flair 'None'
+24521 [2020-02-20 19:10:31] There has been a new submission: 'Inspector Gadget Theme Metal Cover 2020', with flair 'Video Critique'
+24521 [2020-02-20 19:18:05] '/u/denandmugMAKES' has given '/u/DCengineer87' lambda!
+24521 [2020-02-20 19:18:06] The OP received lambda too!
+24656 [2020-02-20 19:20:14]
+####################
+[2020-02-20 19:20:14] RESTARTED
+####################
+
+24656 [2020-02-20 19:21:31] '/u/denandmugMAKES' has given '/u/hillbillyjedi' lambda!
+24656 [2020-02-20 19:23:17] '/u/denandmugMAKES' has given '/u/zonfar2' lambda!
+24656 [2020-02-20 19:24:49] There has been a new submission: 'First Channel Trailer! As always lambda for feedback!', with flair 'Video Critique'
+24656 [2020-02-20 19:36:50] There has been a new submission: 'The Simpsons Wrestling Review with Trent Gibson | Video Games On The Internet', with flair 'Video Critique'
+24656 [2020-02-20 19:36:51] /u/RackHeem had their submission removed for insufficient lambda.
+24656 [2020-02-20 19:39:09] There has been a new submission: 'is the cybertruck arriving early like model Y', with flair 'Video Critique'
+24656 [2020-02-20 19:50:11] There has been a new submission: 'Here’s the result of the first ever DADDY MAGIC DECK GIVEAWAY. THanks to everyone that entered. Now we’ve reach 100 subscribers, we WILL do another one in an upcoming video ♦️♠️♥️♣️', with flair 'None'
+24656 [2020-02-20 19:50:14] /u/Daddy-Magic had their submission removed for insufficient lambda.
+24656 [2020-02-20 19:54:41] '/u/Shaneplank1' has given '/u/SkavM3' lambda!
+24656 [2020-02-20 19:55:23] There has been a new submission: 'I am making instrumentals. I know this is a little bit off for this sub, but give it a listen, thanks in advance :)', with flair 'Art'
+24656 [2020-02-20 19:55:24] /u/tetakDamke had their submission removed for insufficient lambda.
+24656 [2020-02-20 19:58:44] There has been a new submission: 'Please tell me what you think', with flair 'Channel Review'
+24656 [2020-02-20 19:58:45] /u/bigriggjiggin had their submission removed for insufficient lambda.
+24656 [2020-02-20 20:00:31] '/u/DCengineer87' has given '/u/MetalDexter1990' lambda!
+24656 [2020-02-20 20:00:31] The OP received lambda too!
+24656 [2020-02-20 20:01:44] '/u/KamKashiiiYT' has given '/u/zonfar2' lambda!
+24656 [2020-02-20 20:04:35] '/u/DCengineer87' has given '/u/MarcelYT' lambda!
+24656 [2020-02-20 20:07:36] '/u/EngineeringJuice' has given '/u/qzeqYT' lambda!
+24656 [2020-02-20 20:07:36] The OP received lambda too!
+24656 [2020-02-20 20:09:08] '/u/PheraWorld' has given '/u/MetalDexter1990' lambda!
+24656 [2020-02-20 20:12:20] There has been a new submission: 'Alt Metal History: FAITH NO MORE! (1979 - 1998) Like & Sub for more old school rock/metal documentary videos!', with flair 'Video Critique'
+24656 [2020-02-20 20:12:50] '/u/PheraWorld' has given '/u/vigalovescomics' lambda!
+24656 [2020-02-20 20:21:42] There has been a new submission: 'TRY THIS!! It will change your life for BETTER! Not saying it to get subscribers or views.. Was at a very dark phase of my life and this thing literally saved me, Less than 10 MINUTES a day. You owe it to yourself (just for 21 days). Any feedback is very very welcome. Please let me know -Thank You!', with flair 'Video Critique'
+24656 [2020-02-20 20:32:40] There has been a new submission: 'Today we discuss Reddit’s biggest spammer! Someone needed to stand up to him :) Legitimate feedback will be rewarded with lambda!', with flair 'Video Critique'
+24656 [2020-02-20 20:33:05] '/u/LethalogicaYT' has given '/u/MafiasFinestTV' lambda!
+24656 [2020-02-20 20:37:58] '/u/chsmntnstudios' has given '/u/ArnoVlmt' lambda!
+24656 [2020-02-20 20:38:10] '/u/zonfar2' has given '/u/MetalDexter1990' lambda!
+24656 [2020-02-20 20:38:10] The OP received lambda too!
+24656 [2020-02-20 20:39:37] '/u/zonfar2' has given '/u/Scabhammer' lambda!
+24656 [2020-02-20 20:40:43] '/u/zonfar2' has given '/u/vigalovescomics' lambda!
+24656 [2020-02-20 20:43:21] '/u/zonfar2' has given '/u/MarcelYT' lambda!
+24656 [2020-02-20 20:43:40] There has been a new submission: 'ASSASSIN'S CREED ORIGINS - Part 3 | LEAVING SIWA', with flair 'Gaming'
+24656 [2020-02-20 20:43:41] /u/Jonas-VdB had their submission removed for insufficient lambda.
+24656 [2020-02-20 20:47:44] There has been a new submission: 'Hi! Wanted to share a video from my new series where I hunt down really old forgotten cemeteries and tell you about their history!', with flair 'None'
+24656 [2020-02-20 20:55:22] '/u/The_Suited_Bird' has given '/u/TheJustindsd' lambda!
+24656 [2020-02-20 20:55:22] The OP received lambda too!
+24656 [2020-02-20 21:02:04] There has been a new submission: 'ANYBODY WANT TO TEAR MY CHANNEL A NEW ONE? I do weird, short sketches; weird, short comedy reviews, and weird, short other stuff. It’s what you might call a “mixed bag.” Come and have a look at my wares - feel free to tell me what I could do better and so on. I appreciate your time!', with flair 'Channel Review'
+24656 [2020-02-20 21:07:29] There has been a new submission: 'Needing Channel Art Made', with flair 'Art'
+24656 [2020-02-20 21:07:31] /u/DeadlyImpulseGaming had their submission removed for insufficient lambda.
+24656 [2020-02-20 21:07:47] '/u/MerpItUp' has given '/u/StylesYT' lambda!
+24656 [2020-02-20 21:07:56] '/u/denandmugMAKES' has given '/u/Foggy_Creations' lambda!
+24656 [2020-02-20 21:08:22] There has been a new submission: 'WHEN YOU'RE GIRLFRIEND CALLS YOU IN PUBLIC AND SHE THINKS YOU'RE AT HOME...', with flair 'None'
+24656 [2020-02-20 21:09:07] '/u/MerpItUp' has given '/u/deliriousmarc' lambda!
+24656 [2020-02-20 21:09:57] '/u/MerpItUp' has given '/u/ErbyTattoos' lambda!
+24656 [2020-02-20 21:10:16] There has been a new submission: 'I’m a poketuber plz go and support', with flair 'Channel Review'
+24656 [2020-02-20 21:10:19] /u/louie1843 had their submission removed for insufficient lambda.
+24656 [2020-02-20 21:13:46] '/u/CHINXSCHIGULU' has given '/u/sheymyster' lambda!
+24656 [2020-02-20 21:13:46] The OP received lambda too!
+24791 [2020-02-20 21:20:15]
+####################
+[2020-02-20 21:20:15] RESTARTED
+####################
+
+24791 [2020-02-20 21:21:47] '/u/Scabhammer' has given '/u/acstomi0212' lambda!
+24791 [2020-02-20 21:21:47] The OP received lambda too!
+24791 [2020-02-20 21:22:47] There has been a new submission: 'Check Out Possibly My Best Video Yet ~ Any Feedback is Appreciated ~ How Brazil Built It's Capital City', with flair 'Video Critique'
+24791 [2020-02-20 21:26:40] There has been a new submission: 'Searching for an Alien Gateway - Let Us Know What You Think!', with flair 'Video Critique'
+24791 [2020-02-20 21:30:26] There has been a new submission: 'I've made a short & funny trailer for my channel. This is a very important video for my channel, so I would really appreciate your feedback!', with flair 'Video Critique'
+24791 [2020-02-20 21:34:55] '/u/CertMedia' has given '/u/sheymyster' lambda!
+24791 [2020-02-20 21:34:55] The OP received lambda too!
+24791 [2020-02-20 21:35:59] '/u/DCengineer87' has given '/u/Scabhammer' lambda!
+24791 [2020-02-20 21:41:37] '/u/The_Suited_Bird' has given '/u/Jischasing' lambda!
+24791 [2020-02-20 21:44:21] '/u/acstomi0212' has given '/u/Squirreljustice' lambda!
+24791 [2020-02-20 21:44:21] The OP received lambda too!
+24791 [2020-02-20 21:47:02] '/u/Scabhammer' has given '/u/shadyyness' lambda!
+24791 [2020-02-20 21:52:00] '/u/deliriousmarc' has given '/u/ActivexGen' lambda!
+24791 [2020-02-20 21:52:01] The OP received lambda too!
+24791 [2020-02-20 21:57:42] There has been a new submission: 'My experience with Steam’s recommendation algorithm', with flair 'Video Critique'
+24791 [2020-02-20 22:02:40] There has been a new submission: 'Joe & Ty: The Good Times - Call of Duty Modern Warfare Montage', with flair 'Gaming'
+24791 [2020-02-20 22:02:42] /u/jward005 had their submission removed for insufficient lambda.
+24791 [2020-02-20 22:04:01] '/u/zonfar2' has given '/u/Zio85' lambda!
+24791 [2020-02-20 22:10:49] There has been a new submission: 'New video ❤️ please like and subscribe ❤️', with flair 'Gaming'
+24791 [2020-02-20 22:10:51] /u/Urzbn1 had their submission removed for insufficient lambda.
+24791 [2020-02-20 22:11:09] '/u/CertMedia' has given '/u/Squirreljustice' lambda!
+24791 [2020-02-20 22:11:38] '/u/MetalDexter1990' has given '/u/acstomi0212' lambda!
+24791 [2020-02-20 22:11:38] The OP received lambda too!
+24791 [2020-02-20 22:15:34] '/u/deliriousmarc' has given '/u/Squirreljustice' lambda!
+24791 [2020-02-20 22:20:34] There has been a new submission: 'Playing dorm-wide hide and seek (Looking for feed back and potential subscribers haha)', with flair 'Vlog'
+24791 [2020-02-20 22:24:06] There has been a new submission: 'I heard someone say reddit had the best community but I don’t believe it prove me wrong get this vid to 100 views I bet u can’t', with flair 'None'
+24791 [2020-02-20 22:24:08] /u/PoRe_Jamezy had their submission removed for insufficient lambda.
+24791 [2020-02-20 22:27:14] '/u/DCengineer87' has given '/u/OneFor56' lambda!
+24791 [2020-02-20 22:29:13] There has been a new submission: 'Testing BUZZFEED'S Hot Sauce & Food Combinations (My 10th Video!! Feedback Appreciated!)', with flair 'Video Critique'
+24791 [2020-02-20 22:31:32] There has been a new submission: 'Entertainment District of Old Toronto (Night Drive)', with flair 'Vlog'
+24791 [2020-02-20 22:31:34] /u/Mark_9471 had their submission removed for insufficient lambda.
+24791 [2020-02-20 22:48:33] There has been a new submission: 'Part 3 of star wars is out and we still learning how to play this game, we keep dying from creatures and we run in to ogdo bogdo.....what the hell is a ogdo bogdo, hope you enjoy. P.S the video is now in 1080p yayy!!!', with flair 'Gaming'
+24791 [2020-02-20 22:48:34] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+24791 [2020-02-20 22:52:50] There has been a new submission: '5 KILLS AT ONCE?! | Apex Legends Season 4 Ranked', with flair 'Gaming'
+24791 [2020-02-20 22:52:52] /u/ajsweiss had their submission removed for insufficient lambda.
+24791 [2020-02-20 22:54:00] There has been a new submission: 'Does anyone know some good mics/cameras that are inexpensive?', with flair 'Discussion'
+24791 [2020-02-20 22:58:09] There has been a new submission: 'Would you watch a gaming guide by a 15 year old?', with flair 'Discussion'
+24791 [2020-02-20 22:58:21] '/u/TCTV_UK' has given '/u/AdamFJohns' lambda!
+24791 [2020-02-20 22:58:22] The OP received lambda too!
+24791 [2020-02-20 23:06:31] There has been a new submission: 'Is using omegle to gain subscribers/views worth it?', with flair 'Meta'
+24791 [2020-02-20 23:09:25] '/u/Soviet_SpudNick' has given '/u/FPVMARK' lambda!
+24791 [2020-02-20 23:09:25] The OP received lambda too!
+24791 [2020-02-20 23:09:44] '/u/pokbun' has given '/u/afunfun22' lambda!
+24791 [2020-02-20 23:10:08] '/u/pokbun' has given '/u/Bernguz' lambda!
+24791 [2020-02-20 23:10:53] '/u/pokbun' has given '/u/zonfar2' lambda!
+24791 [2020-02-20 23:11:43] '/u/pokbun' has given '/u/shaunyoong' lambda!
+24791 [2020-02-20 23:12:31] '/u/pokbun' has given '/u/BeckerBoyYT' lambda!
+24791 [2020-02-20 23:12:40] There has been a new submission: 'Hello! Check out my latest Siege video. I tried a shorter video with more edits to make retention a bit better. Let me know what you think! :)', with flair 'Gaming'
+24791 [2020-02-20 23:13:08] There has been a new submission: 'This one definitely isn't great but it's better than the last one. Does contain strong language and some rude moments. Any and all feedback is welcome, DON'T go easy on me. 😎', with flair 'Video Critique'
+24791 [2020-02-20 23:17:54] There has been a new submission: 'Reacting To The Suited Bird Calling Out Eshtadea', with flair 'Video Critique'
+24791 [2020-02-20 23:17:55] /u/Xerionix had their submission removed for insufficient lambda.
+24791 [2020-02-20 23:18:08] '/u/pokbun' has given '/u/_TyKo_' lambda!
+1431 [2020-02-20 23:19:58] Updated statistics
+24927 [2020-02-20 23:20:15]
+####################
+[2020-02-20 23:20:15] RESTARTED
+####################
+
+24927 [2020-02-20 23:43:10] '/u/acstomi0212' has given '/u/dzondi92' lambda!
+24927 [2020-02-20 23:52:16] '/u/TCTV_UK' has given '/u/johntheduncan' lambda!
+24927 [2020-02-21 00:04:24] There has been a new submission: '🤠 Red Dead Redemption 2 🐴 | Saving Sean | 🦸‍♂️', with flair 'Gaming'
+24927 [2020-02-21 00:23:29] There has been a new submission: 'The Convenience Store Part One // I Finally Found A Spooky Game i really enjoyed this game (:', with flair 'Gaming'
+24927 [2020-02-21 00:23:31] /u/Barron2210 had their submission removed for insufficient lambda.
+24927 [2020-02-21 00:30:44] There has been a new submission: 'First time making an ad for a company, what y’all think?', with flair 'Video Critique'
+24927 [2020-02-21 00:30:47] /u/WasikulIslam had their submission removed for insufficient lambda.
+24927 [2020-02-21 00:37:57] There has been a new submission: 'Let's dispel false notions', with flair 'Channel Review'
+24927 [2020-02-21 00:37:58] /u/Feybred had their submission removed for insufficient lambda.
+24927 [2020-02-21 00:39:18] There has been a new submission: 'Northwest Houston Texas Police Pursuit - Feb 20, 2020', with flair 'Channel Review'
+24927 [2020-02-21 00:39:19] /u/DroneEpicOne had their submission removed for insufficient lambda.
+24927 [2020-02-21 00:44:13] '/u/pokbun' has given '/u/Cothfotmeoo' lambda!
+24927 [2020-02-21 00:51:11] There has been a new submission: 'Overnight Backpacking Trip on Pine Mountain Trail | Hiking in Western Georgia', with flair 'Video Critique'
+24927 [2020-02-21 00:51:13] /u/Frosty_Macaron had their submission removed for insufficient lambda.
+24927 [2020-02-21 00:55:47] There has been a new submission: 'Title Error', with flair 'Discussion'
+24927 [2020-02-21 01:00:15] There has been a new submission: 'So, I listened, shortened my next episode down a bit, threw in a few more edits... then a few more edits... then a few more.. so many in fact, that my poor computer has called the police to claim abuse! so your feedback would be greatly appreciated!', with flair 'Video Critique'
+24927 [2020-02-21 01:00:52] There has been a new submission: 'Advice on my Cities:Skylines video would be appreciated! Trying some more work with time lapses at the videos start :)', with flair 'Video Critique'
+24927 [2020-02-21 01:00:55] /u/TheFrustratedCanadia had their submission removed for insufficient lambda.
+24927 [2020-02-21 01:03:01] There has been a new submission: 'Channel Critique', with flair 'Channel Review'
+24927 [2020-02-21 01:03:03] /u/Frosty_Macaron had their submission removed for insufficient lambda.
+24927 [2020-02-21 01:04:12] There has been a new submission: 'Urinal clogs are the worst! Hey guys I just put this video up and want to know what you think about it and my channel. Also just tweaked my thumbnails to have a little more color and clickbait', with flair 'Video Critique'
+25075 [2020-02-21 01:20:15]
+####################
+[2020-02-21 01:20:15] RESTARTED
+####################
+
+25075 [2020-02-21 01:21:53] There has been a new submission: 'MoeEra Ep3 : The dream or game', with flair 'Gaming'
+25075 [2020-02-21 01:21:55] /u/Purdergor had their submission removed for insufficient lambda.
+25075 [2020-02-21 01:24:40] There has been a new submission: 'KETO DIET YOUTUBE COOKING CHANNEL', with flair 'Vlog'
+25075 [2020-02-21 01:24:42] /u/macetahead had their submission removed for insufficient lambda.
+25075 [2020-02-21 01:26:10] There has been a new submission: 'Daily upload video or upload few videos per week, which one is better?', with flair 'Discussion'
+25075 [2020-02-21 01:45:58] There has been a new submission: 'When Quality is at Risk, Is There A Such Thing As Too Much Quantity?', with flair 'Discussion'
+25075 [2020-02-21 01:52:16] There has been a new submission: 'Vsauce's Latest video out of context! Tell me if you like it, and your comments. I don't usually ask for subscribers, but I am getting close to 1000 subs, and I'm so excited! If you like it consider subbing! Thanks! :)', with flair 'Video Critique'
+25075 [2020-02-21 01:52:18] /u/Zacatac391 had their submission removed for insufficient lambda.
+25075 [2020-02-21 01:58:01] There has been a new submission: 'Is 2 pm est time a good scheduled uplaod time?', with flair 'Discussion'
+25075 [2020-02-21 02:02:33] '/u/deliriousmarc' has given '/u/macetahead' lambda!
+25075 [2020-02-21 02:07:27] '/u/Scabhammer' has given '/u/macetahead' lambda!
+25075 [2020-02-21 02:19:20] There has been a new submission: 'This girl is addicted to drinking gasoline. This is the third video of my “Let’s Talk” series that I created on my channel. I’m extremely excited to hear what you guys think of this video. I am also grateful for the love you guys gave on my previous “Let’s Talk” episode about TikTok. Hope you enjoy!', with flair 'Video Critique'
+25075 [2020-02-21 02:22:09] There has been a new submission: 'Short aesthetic vlog, mostly food', with flair 'None'
+25075 [2020-02-21 02:22:11] /u/angief_v had their submission removed for insufficient lambda.
+25075 [2020-02-21 02:23:35] There has been a new submission: '[FREE] Juice Wrld Type Beat "Duty" 2020 - Instrumental (prod.by Tey Bo)', with flair 'Video Critique'
+25075 [2020-02-21 02:23:37] /u/Tey-Bo had their submission removed for insufficient lambda.
+25075 [2020-02-21 02:23:47] '/u/prettyboiRandell' has given '/u/macetahead' lambda!
+25075 [2020-02-21 02:23:48] The OP received lambda too!
+25075 [2020-02-21 02:29:42] There has been a new submission: 'I'm Gay | I'm Transgender | Meme Compilation #1', with flair 'Video Critique'
+25075 [2020-02-21 02:29:43] /u/LordMvulcan had their submission removed for insufficient lambda.
+25075 [2020-02-21 02:31:55] '/u/Shclonker' has given '/u/Cothfotmeoo' lambda!
+25075 [2020-02-21 02:31:55] The OP received lambda too!
+25075 [2020-02-21 02:37:20] '/u/danifernt' has given '/u/avamansouri' lambda!
+25075 [2020-02-21 02:46:51] There has been a new submission: 'InZanity', with flair 'Gaming'
+25075 [2020-02-21 02:46:52] /u/TheOfficialSlothboi had their submission removed for insufficient lambda.
+25075 [2020-02-21 02:57:59] '/u/The_Suited_Bird' has given '/u/Zio85' lambda!
+25075 [2020-02-21 03:07:17] '/u/The_Suited_Bird' has given '/u/macetahead' lambda!
+25075 [2020-02-21 03:10:46] '/u/The_Suited_Bird' has given '/u/LeinadArevet' lambda!
+25075 [2020-02-21 03:11:21] '/u/The_Suited_Bird' has given '/u/twitchy_Sharmander' lambda!
+25075 [2020-02-21 03:13:55] '/u/The_Suited_Bird' has given '/u/BeckerBoyYT' lambda!
+25075 [2020-02-21 03:16:17] '/u/The_Suited_Bird' has given '/u/Ralfzer0' lambda!
+25075 [2020-02-21 03:17:20] There has been a new submission: 'Very un-professional R6 moments | Rainbow Six Siege Funny Moments', with flair 'Gaming'
+25075 [2020-02-21 03:17:21] /u/NiceGuyMarek had their submission removed for insufficient lambda.
+25075 [2020-02-21 03:18:08] There has been a new submission: 'Work really hard on skits and funny videos. Uploads every day. 14 years old. All feedback is appreciated!', with flair 'Video Critique'
+25210 [2020-02-21 03:20:15]
+####################
+[2020-02-21 03:20:15] RESTARTED
+####################
+
+25210 [2020-02-21 03:56:48] '/u/jrstar84' has given '/u/amazon1977' lambda!
+25210 [2020-02-21 03:57:30] '/u/jrstar84' has given '/u/thetugahandyman' lambda!
+25210 [2020-02-21 03:58:25] '/u/jrstar84' has given '/u/zonfar2' lambda!
+25210 [2020-02-21 03:58:50] '/u/avamansouri' has given '/u/zonfar2' lambda!
+25210 [2020-02-21 03:59:15] '/u/jrstar84' has given '/u/Scabhammer' lambda!
+25210 [2020-02-21 04:02:26] '/u/Scabhammer' has given '/u/thebentknitter' lambda!
+25210 [2020-02-21 04:13:11] '/u/spicymilksauce' has given '/u/deliriousmarc' lambda!
+25210 [2020-02-21 04:13:37] '/u/spicymilksauce' has given '/u/Logan_B_Youtube' lambda!
+25210 [2020-02-21 04:40:30] '/u/PheraWorld' has given '/u/thebentknitter' lambda!
+25210 [2020-02-21 04:43:46] There has been a new submission: 'How To Make Emotional Future Bass', with flair 'Video Critique'
+25210 [2020-02-21 04:43:48] /u/Brochillen had their submission removed for insufficient lambda.
+25210 [2020-02-21 05:01:26] There has been a new submission: 'Starting Tech YouTuber', with flair 'Channel Review'
+25210 [2020-02-21 05:01:28] /u/Pitiful-Look had their submission removed for insufficient lambda.
+25210 [2020-02-21 05:11:31] There has been a new submission: '***Funny Cowboy Video*** (Would love feedback!)', with flair 'Video Critique'
+25780 [2020-02-21 05:20:15]
+####################
+[2020-02-21 05:20:15] RESTARTED
+####################
+
+25780 [2020-02-21 05:25:12] '/u/zonfar2' has given '/u/thebentknitter' lambda!
+25780 [2020-02-21 05:28:13] There has been a new submission: '[Gaming] VRChat Moments: Definition of a Trap, Pepperami & How's Kobe Bryant?', with flair 'Gaming'
+25780 [2020-02-21 05:28:14] /u/Sinlessrogue had their submission removed for insufficient lambda.
+25780 [2020-02-21 05:35:47] There has been a new submission: 'I am a gaming channel. Post daily. Most recent upload is this would love feedback and maybe you'll consider subscribing.', with flair 'Gaming'
+25780 [2020-02-21 05:35:48] /u/DisposableHeros11 had their submission removed for insufficient lambda.
+25780 [2020-02-21 05:38:29] '/u/LeinadArevet' has given '/u/macetahead' lambda!
+25780 [2020-02-21 05:38:29] The OP received lambda too!
+25780 [2020-02-21 05:42:06] '/u/deliriousmarc' has given '/u/user9774' lambda!
+25780 [2020-02-21 05:49:41] '/u/user9774' has given '/u/_abmatt_' lambda!
+25780 [2020-02-21 05:49:42] The OP received lambda too!
+25780 [2020-02-21 06:06:01] There has been a new submission: 'Hello there', with flair 'None'
+25780 [2020-02-21 06:06:03] /u/RedPizzaSauce had their submission removed for insufficient lambda.
+25780 [2020-02-21 06:12:24] '/u/user9774' has given '/u/actuallyBIG' lambda!
+25780 [2020-02-21 06:13:51] There has been a new submission: 'A friend and I started a channel together where we plan to make videos such as these, short gaming based content where we don't take most things seriously. What do you think?', with flair 'Video Critique'
+25780 [2020-02-21 06:14:13] There has been a new submission: 'The REAL trophy!', with flair 'Video Critique'
+25780 [2020-02-21 06:14:15] /u/big-mac88 had their submission removed for insufficient lambda.
+25780 [2020-02-21 06:24:52] '/u/LeinadArevet' has given '/u/dzondi92' lambda!
+25780 [2020-02-21 06:26:53] There has been a new submission: 'Journey to Another Planet | Monument Valley | EP1', with flair 'Video Critique'
+25780 [2020-02-21 06:33:22] There has been a new submission: 'New album review on Dayseeker - Sleeptalk. Let me know what you think', with flair 'Video Critique'
+25780 [2020-02-21 06:34:40] '/u/LeinadArevet' has given '/u/actuallyBIG' lambda!
+25780 [2020-02-21 06:42:26] There has been a new submission: 'testing the waters! let me know how you like it! "Loopy's Think Tank!" Part 57', with flair 'None'
+25780 [2020-02-21 06:42:28] /u/loopy2mn had their submission removed for insufficient lambda.
+25780 [2020-02-21 06:44:07] There has been a new submission: 'Any feedback would be greatly appreciated thank you', with flair 'Video Critique'
+25780 [2020-02-21 06:44:29] There has been a new submission: 'Our first Valentine's Day: Great Wolf Lodge', with flair 'Vlog'
+25780 [2020-02-21 06:44:31] /u/DFWPunk had their submission removed for insufficient lambda.
+25780 [2020-02-21 06:55:56] There has been a new submission: 'How I did not get Dungeons & Dragons and my Netflix got hacked || Jay's ...', with flair 'Video Critique'
+25780 [2020-02-21 06:55:57] /u/UncleJaysWorld had their submission removed for insufficient lambda.
+25780 [2020-02-21 06:58:35] There has been a new submission: 'Milestone', with flair 'Gaming'
+25780 [2020-02-21 06:58:36] /u/lucidken had their submission removed for insufficient lambda.
+26225 [2020-02-21 07:20:15]
+####################
+[2020-02-21 07:20:15] RESTARTED
+####################
+
+26225 [2020-02-21 07:27:58] '/u/TCTV_UK' has given '/u/user9774' lambda!
+26225 [2020-02-21 07:40:35] There has been a new submission: 'Jay Alvarrez Responded To My Video On Him', with flair 'Video Critique'
+26225 [2020-02-21 07:40:37] /u/CruseyLFC had their submission removed for insufficient lambda.
+26225 [2020-02-21 07:45:19] There has been a new submission: 'Back Then ~ H20 Hadd PVP Montage', with flair 'Gaming'
+26225 [2020-02-21 07:45:20] /u/PntPotato had their submission removed for insufficient lambda.
+26225 [2020-02-21 07:49:00] There has been a new submission: 'So I have changed my voice over from Hindi to English as many people are comfortable with English. Do let me know how you like my videos. 🤩', with flair 'Discussion'
+26225 [2020-02-21 08:24:12] '/u/acstomi0212' has given '/u/thatguydutchy' lambda!
+26225 [2020-02-21 08:27:06] '/u/acstomi0212' has given '/u/Cothfotmeoo' lambda!
+26225 [2020-02-21 08:27:52] '/u/acstomi0212' has given '/u/OneFor56' lambda!
+26225 [2020-02-21 08:31:09] '/u/acstomi0212' has given '/u/noranraskin' lambda!
+26225 [2020-02-21 08:32:37] There has been a new submission: 'Just made this video would appreciate views, comments and subs thanks', with flair 'Channel Review'
+26225 [2020-02-21 08:32:39] /u/Polkadotloki had their submission removed for insufficient lambda.
+26225 [2020-02-21 08:48:40] There has been a new submission: 'What would be the best games to play to gain subs right now?', with flair 'Meta'
+26225 [2020-02-21 08:49:47] There has been a new submission: 'Thank you for your criticisms last time! Here’s a new video! I tried to improve my quality! Hope you can help me more guys! Thoughts on this? Thanks!', with flair 'Video Critique'
+26225 [2020-02-21 08:49:47] /u/Mieky07 had their submission removed for insufficient lambda.
+26360 [2020-02-21 09:20:15]
+####################
+[2020-02-21 09:20:15] RESTARTED
+####################
+
+26360 [2020-02-21 09:21:25] There has been a new submission: 'Me and my friend randomly do podcast (s and giggles)', with flair 'None'
+26360 [2020-02-21 09:27:59] There has been a new submission: 'Im really trying to up my youtube quality and my overall content! Would appreciate any tips and or criticism youcan find with my latest video. I tried a new style out and was wondering wether it was good?', with flair 'Video Critique'
+26360 [2020-02-21 09:32:54] There has been a new submission: 'Farming ore in #eso like a boss', with flair 'Gaming'
+26360 [2020-02-21 09:32:56] /u/Unfadingsilence had their submission removed for insufficient lambda.
+26360 [2020-02-21 10:00:39] There has been a new submission: 'Most oddly satisfying comfortable relax video- make you fall asleep', with flair 'Channel Review'
+26360 [2020-02-21 10:00:42] /u/02362689 had their submission removed for insufficient lambda.
+26360 [2020-02-21 10:04:55] There has been a new submission: '400+ hours, Only 40 subs', with flair 'None'
+26360 [2020-02-21 10:04:57] /u/thannyx had their submission removed for insufficient lambda.
+26360 [2020-02-21 10:15:15] There has been a new submission: 'Trying to grow my channel, I value feedback', with flair 'Gaming'
+26360 [2020-02-21 10:15:16] /u/EyestayHigh666 had their submission removed for insufficient lambda.
+26360 [2020-02-21 10:32:35] '/u/ReubenRanchYTGaming' has given '/u/Geeklysian' lambda!
+26360 [2020-02-21 10:32:35] The OP received lambda too!
+26360 [2020-02-21 10:48:24] There has been a new submission: 'The Bubble Shooter Story | Best Android Game | New Mobile Game | Upcoming Android Game | Game review', with flair 'Gaming'
+26360 [2020-02-21 10:48:25] /u/waqararif had their submission removed for insufficient lambda.
+26360 [2020-02-21 11:08:34] '/u/Ralfzer0' has given '/u/Illfury' lambda!
+26360 [2020-02-21 11:08:34] The OP received lambda too!
+26360 [2020-02-21 11:09:16] '/u/Ralfzer0' has given '/u/Robbo2513' lambda!
+26360 [2020-02-21 11:09:31] '/u/Ralfzer0' has given '/u/zonfar2' lambda!
+26360 [2020-02-21 11:10:09] '/u/Ralfzer0' has given '/u/SkavM3' lambda!
+26360 [2020-02-21 11:11:28] '/u/Ralfzer0' has given '/u/Geeklysian' lambda!
+26360 [2020-02-21 11:12:03] '/u/Ralfzer0' has given '/u/WestonNeyPhotoVideo' lambda!
+26360 [2020-02-21 11:12:37] '/u/Ralfzer0' has given '/u/TheVoiceBehind' lambda!
+26360 [2020-02-21 11:17:40] '/u/R_Hanna' has given '/u/tomjedi9' lambda!
+26360 [2020-02-21 11:17:40] The OP received lambda too!
+26494 [2020-02-21 11:20:15]
+####################
+[2020-02-21 11:20:15] RESTARTED
+####################
+
+26494 [2020-02-21 11:39:34] '/u/actuallyBIG' has given '/u/thatguydutchy' lambda!
+26494 [2020-02-21 11:39:34] The OP received lambda too!
+26494 [2020-02-21 11:46:05] There has been a new submission: 'Being annoying in Ghost Recon Wildlands Multiplayer', with flair 'Gaming'
+26494 [2020-02-21 11:46:07] /u/autismrobin had their submission removed for insufficient lambda.
+26494 [2020-02-21 11:56:09] There has been a new submission: 'Looking to grow my yugioh based channel! Critique and feedback welcome! (And a few more subs wouldn’t hurt)', with flair 'Video Critique'
+26494 [2020-02-21 11:56:11] /u/IamBloodyPoseidon had their submission removed for insufficient lambda.
+26494 [2020-02-21 11:59:21] There has been a new submission: 'I think this could have some attention and also some comments to help me improve. I was just starting a week ago, so I hope anyone can share some tips to help me grow my channel. Thanks!', with flair 'Gaming'
+26494 [2020-02-21 11:59:21] /u/mdditriaiman had their submission removed for insufficient lambda.
+26494 [2020-02-21 12:00:08] '/u/R_Hanna' has given '/u/ReubenRanchYTGaming' lambda!
+26494 [2020-02-21 12:00:18] There has been a new submission: 'Took Me Alot Of Time , To create This Game Music Video , I would Love to Have Your opinions On It . Thanks !!!', with flair 'None'
+26494 [2020-02-21 12:04:52] There has been a new submission: 'Right so here's a stream that me and my mate did together. Any tips and tricks given are great but really I'm just hoping people like it above all else.', with flair 'Gaming'
+26494 [2020-02-21 12:04:54] /u/Disfunctional_SD had their submission removed for insufficient lambda.
+26494 [2020-02-21 12:06:25] There has been a new submission: 'Just started YouTube and would like some feedback on my video.', with flair 'Video Critique'
+26494 [2020-02-21 12:06:26] /u/NerdyMan314 had their submission removed for insufficient lambda.
+26494 [2020-02-21 12:14:24] There has been a new submission: 'Star Wars Battlefront 2 Rage (Funny Moments) BB-8/BB-96 *GLITCH*', with flair 'Gaming'
+26494 [2020-02-21 12:14:25] /u/AirCyclone513 had their submission removed for insufficient lambda.
+26494 [2020-02-21 12:20:03] '/u/acstomi0212' has given '/u/Disfunctional_SD' lambda!
+26494 [2020-02-21 12:25:25] '/u/R_Hanna' has given '/u/iamtinos' lambda!
+26494 [2020-02-21 12:27:33] There has been a new submission: 'What do you think about this video?', with flair 'None'
+26494 [2020-02-21 12:27:34] /u/lantze had their submission removed for insufficient lambda.
+26494 [2020-02-21 12:34:22] There has been a new submission: 'A fortnite montage minus boring creative clips', with flair 'Gaming'
+26494 [2020-02-21 12:34:24] /u/_TheRhino_ had their submission removed for insufficient lambda.
+26494 [2020-02-21 12:42:45] There has been a new submission: 'Hey guys. I'm wondering if anyone knows of any good VFX artists or animators please? As I'm looking to hire their services to create a channel Intro / Outro', with flair 'Discussion'
+26494 [2020-02-21 12:43:40] '/u/R_Hanna' has given '/u/Mieky07' lambda!
+26494 [2020-02-21 12:46:39] There has been a new submission: 'Am I trying for too many niches?', with flair 'Discussion'
+26494 [2020-02-21 12:54:22] There has been a new submission: 'I did a funny on union boy, hope you like it!', with flair 'Video Critique'
+26494 [2020-02-21 13:00:45] '/u/Sipover' has given '/u/MoskitoDan' lambda!
+26494 [2020-02-21 13:00:45] The OP received lambda too!
+26494 [2020-02-21 13:00:59] '/u/Sipover' has given '/u/thebentknitter' lambda!
+26494 [2020-02-21 13:01:31] There has been a new submission: 'any photographers here!', with flair 'Vlog'
+26494 [2020-02-21 13:01:33] /u/alpa_adi had their submission removed for insufficient lambda.
+26494 [2020-02-21 13:14:13] There has been a new submission: 'I'm unboxing 100s of $ in this new game.', with flair 'None'
+26494 [2020-02-21 13:14:15] /u/Zed_is_alive had their submission removed for insufficient lambda.
+26494 [2020-02-21 13:17:02] There has been a new submission: 'Youtube Demonitization in a nutshell', with flair 'Meta'
+26494 [2020-02-21 13:17:03] /u/thaidangquoc290103 had their submission removed for using the wrong flair.
+26494 [2020-02-21 13:19:03] There has been a new submission: 'Youtube Demonitization in a nutshell', with flair 'Video Critique'
+26494 [2020-02-21 13:19:04] /u/thaidangquoc290103 had their submission removed for insufficient lambda.
+26714 [2020-02-21 13:20:15]
+####################
+[2020-02-21 13:20:15] RESTARTED
+####################
+
+26714 [2020-02-21 13:24:22] '/u/The_Suited_Bird' has given '/u/SignedGames' lambda!
+26714 [2020-02-21 13:29:10] '/u/The_Suited_Bird' has given '/u/HuqleReddit' lambda!
+26714 [2020-02-21 13:29:21] '/u/The_Suited_Bird' has given '/u/ulfberht13' lambda!
+26714 [2020-02-21 13:29:55] There has been a new submission: 'What do you think about this video I made about the new iPhone fold?', with flair 'Video Critique'
+26714 [2020-02-21 13:29:55] /u/ChrisWatkinsMedia1 had their submission removed for insufficient lambda.
+26714 [2020-02-21 13:30:08] '/u/The_Suited_Bird' has given '/u/Xerionix' lambda!
+26714 [2020-02-21 13:32:12] '/u/LeinadArevet' has given '/u/Badinputs' lambda!
+26714 [2020-02-21 13:38:55] '/u/The_Suited_Bird' has given '/u/VanishingPencil' lambda!
+26714 [2020-02-21 13:40:35] '/u/The_Suited_Bird' has given '/u/DulcidioCoelho' lambda!
+26714 [2020-02-21 13:41:17] There has been a new submission: 'Pinoy Confessions: Babeng May Asawa Lapit Ng Lapit Sakin! | HumanMeter', with flair 'None'
+26714 [2020-02-21 13:41:19] /u/IndividualGuide had their submission removed for insufficient lambda.
+26714 [2020-02-21 13:41:47] '/u/R_Hanna' has given '/u/lantze' lambda!
+26714 [2020-02-21 13:46:20] '/u/Grimreads' has given '/u/FineappleFilms' lambda!
+26714 [2020-02-21 13:46:20] The OP received lambda too!
+26714 [2020-02-21 13:47:12] There has been a new submission: 'Weekend reminder that you should celebrate your small successes!', with flair 'Discussion'
+26714 [2020-02-21 13:49:10] There has been a new submission: 'Eshtadea is no longer here on Reddit but remains unknown on YouTube!', with flair 'Discussion'
+26714 [2020-02-21 13:52:28] There has been a new submission: 'Just started a YouTube Skateboarding channel - would love some feedback/connect with fellow skaters', with flair 'Channel Review'
+26714 [2020-02-21 13:52:30] /u/joewalker0302 had their submission removed for insufficient lambda.
+26714 [2020-02-21 13:54:22] There has been a new submission: 'This game is #2 on Steam's "Awful Games" list. And my god, it earns it.', with flair 'Video Critique'
+26714 [2020-02-21 14:03:08] There has been a new submission: 'Perhaps I. This sea of ridditors there is content?', with flair 'Collab'
+26714 [2020-02-21 14:13:42] There has been a new submission: 'This is a 3 minute video. I have a vlogging channel with my wife and we want to grow so any kind of comments will be welcome. Also what do you think about the length of the video. Sometimes we make bigger and sometimes smaller. I just don't want to make big videos empty with content', with flair 'Vlog'
+26714 [2020-02-21 14:25:32] There has been a new submission: 'Braden Went F*kin Crazy!!!', with flair 'None'
+26714 [2020-02-21 14:25:34] /u/Juan-and-Braden had their submission removed for insufficient lambda.
+26714 [2020-02-21 14:38:40] There has been a new submission: 'How To Speak English With More Confidence!', with flair 'Video Critique'
+26714 [2020-02-21 14:43:57] '/u/Squirreljustice' has given '/u/user9774' lambda!
+26714 [2020-02-21 14:43:57] The OP received lambda too!
+26714 [2020-02-21 14:45:16] There has been a new submission: 'My latest upload about Cyberpunk 2077 gameplay. Please cut loose and tell me how to make it more watchable. Is it too long and boring?', with flair 'Video Critique'
+26714 [2020-02-21 14:48:11] There has been a new submission: 'It's been a little while since I've done a review, I'd love to know your thoughts on my thoughts on Harley Quinn: Birds of Prey :)', with flair 'Video Critique'
+26714 [2020-02-21 14:50:48] '/u/FineappleFilms' has given '/u/HuntedCharlie' lambda!
+26714 [2020-02-21 14:50:48] The OP received lambda too!
+26714 [2020-02-21 14:51:31] '/u/FineappleFilms' has given '/u/rebus-YT' lambda!
+26714 [2020-02-21 14:55:02] '/u/iAmStylized' has given '/u/DarkLord152' lambda!
+26714 [2020-02-21 14:55:02] The OP received lambda too!
+26714 [2020-02-21 14:57:31] '/u/DulcidioCoelho' has given '/u/DarkLord152' lambda!
+26714 [2020-02-21 14:57:31] The OP received lambda too!
+26714 [2020-02-21 15:01:33] '/u/FineappleFilms' has given '/u/centyauro' lambda!
+26714 [2020-02-21 15:04:26] There has been a new submission: 'Lets Play Minecraft - MCPueblo Ep.24| Commercial and Going to the ZOO!', with flair 'Gaming'
+26714 [2020-02-21 15:10:53] There has been a new submission: 'Latest youtube video', with flair 'None'
+26714 [2020-02-21 15:10:56] /u/Jonatanxdd had their submission removed for insufficient lambda.
+26714 [2020-02-21 15:16:21] There has been a new submission: 'Went out of my gameplay wheelhouse for a reaction video. A bit repetitive but I thought it was entertaining. Let me know your thoughts!', with flair 'Video Critique'
+26714 [2020-02-21 15:17:03] There has been a new submission: 'The first big decision of your life? Just made this new unboxing video of the three OG Pokemons! With Professor Oak! I think ive improved, but let me know what you guys think! Gotta catch’em all!', with flair 'Video Critique'
+26714 [2020-02-21 15:19:25] There has been a new submission: 'Improving a video a day. Hours and blood behind each tweaks of videos. Audio and video drift correcting took me hours to adjust them. So visit my channel see a video and let me know about thumbnails everything anytime anything something for improving mates.', with flair 'Channel Review'
+26848 [2020-02-21 15:20:16]
+####################
+[2020-02-21 15:20:16] RESTARTED
+####################
+
+26848 [2020-02-21 15:22:10] '/u/MafiasFinestTV' has given '/u/DarkLord152' lambda!
+26848 [2020-02-21 15:22:10] The OP received lambda too!
+26848 [2020-02-21 15:23:17] '/u/R_Hanna' has given '/u/SignedGames' lambda!
+26848 [2020-02-21 15:23:41] '/u/DulcidioCoelho' has given '/u/-SunGod-' lambda!
+26848 [2020-02-21 15:24:25] '/u/R_Hanna' has given '/u/Ralfzer0' lambda!
+26848 [2020-02-21 15:24:33] There has been a new submission: 'If you play rainbow six siege you’ll love this vid ( I hope). This vid took me a while to edit. Feel free to check my other videos out as well! Even if you don’t play siege. It’s just my friends and I being weird and messing around.', with flair 'Gaming'
+26848 [2020-02-21 15:24:35] /u/BigFooz had their submission removed for insufficient lambda.
+26848 [2020-02-21 15:29:10] '/u/FineappleFilms' has given '/u/BigFooz' lambda!
+26848 [2020-02-21 15:29:52] There has been a new submission: 'I made a well edited funny moments video with friends on csgo. Any feedback or support is much appreciated!', with flair 'Gaming'
+26848 [2020-02-21 15:32:33] There has been a new submission: 'Most Influential Figures - Mark Zuckerberg', with flair 'Channel Review'
+26848 [2020-02-21 15:32:35] /u/Kiausinis125 had their submission removed for insufficient lambda.
+26848 [2020-02-21 15:45:44] '/u/acstomi0212' has given '/u/VanishingPencil' lambda!
+26848 [2020-02-21 15:46:09] '/u/JudgeCreed' has given '/u/lantze' lambda!
+26848 [2020-02-21 15:46:09] The OP received lambda too!
+26848 [2020-02-21 15:50:45] There has been a new submission: 'The Rise and Fall of Capes - I've been extra critical of my videos lately and I'm looking for some brutally honest feedback', with flair 'Video Critique'
+26848 [2020-02-21 15:59:03] '/u/JudgeCreed' has given '/u/SignedGames' lambda!
+26848 [2020-02-21 16:00:03] '/u/JudgeCreed' has given '/u/NerdyMan314' lambda!
+26848 [2020-02-21 16:00:46] There has been a new submission: 'If you play rainbow six you’ll love this video (I hope). It’s about bandits drugs. This took me a while to edit. Feel free to check out my other videos too even if you don’t play siege. It’s just my friends and I being weird and messing around.', with flair 'Gaming'
+26848 [2020-02-21 16:07:16] There has been a new submission: 'TRIP TO THE THRIFT #8!!! Hey everyone just got done doing this video & I worked super hard getting it done! Please give me some feedback on what to improve for some lambda!!!!! Thank you in advance!! 🙏🏼', with flair 'Video Critique'
+26848 [2020-02-21 16:09:45] There has been a new submission: 'hi, can I get some advice please', with flair 'Discussion'
+26848 [2020-02-21 16:15:30] There has been a new submission: 'NEW VIDEO! Just dropped my first small video, All feeback is appreciated', with flair 'Video Critique'
+26848 [2020-02-21 16:18:08] '/u/FineappleFilms' has given '/u/Xerionix' lambda!
+26848 [2020-02-21 16:27:04] '/u/user9774' has given '/u/sayystella' lambda!
+26848 [2020-02-21 16:30:59] '/u/IamEclipse' has given '/u/DarkLord152' lambda!
+26848 [2020-02-21 16:30:59] The OP received lambda too!
+26848 [2020-02-21 16:31:38] '/u/aluskevics' has given '/u/deliriousmarc' lambda!
+26848 [2020-02-21 16:31:38] The OP received lambda too!
+26848 [2020-02-21 16:32:47] There has been a new submission: 'Hey there! I mostly play on Xbox but I’ve been meaning to do PC! I would appreciate any feed back (Always open to collaboration!)', with flair 'Gaming'
+26848 [2020-02-21 16:33:16] '/u/aluskevics' has given '/u/mindlessmatter_' lambda!
+26848 [2020-02-21 16:40:21] There has been a new submission: 'just a question about capture cards', with flair 'Discussion'
+26848 [2020-02-21 16:40:34] '/u/FineappleFilms' has given '/u/bbtzz' lambda!
+26848 [2020-02-21 16:43:35] '/u/BeckerBoyYT' has given '/u/StylesYT' lambda!
+26848 [2020-02-21 16:43:35] The OP received lambda too!
+26848 [2020-02-21 16:53:44] '/u/R_Hanna' has given '/u/Xerionix' lambda!
+26848 [2020-02-21 16:53:58] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 6 - Power Failure (GR Breakpoint)', with flair 'Gaming'
+26848 [2020-02-21 16:54:00] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+26848 [2020-02-21 16:56:09] There has been a new submission: 'EP13: My freetrade dividend portfolio | 3 dividend income payments received | 3 positions added', with flair 'None'
+26848 [2020-02-21 16:56:10] /u/Dividend-investor had their submission removed for insufficient lambda.
+26848 [2020-02-21 17:09:35] There has been a new submission: 'Reacting To The Suited Bird Calling Out Eshtadea | Any Feedback Would Be Nice!', with flair 'Video Critique'
+26848 [2020-02-21 17:09:40] '/u/rebus-YT' has given '/u/JayJamSnoo' lambda!
+26848 [2020-02-21 17:09:40] The OP received lambda too!
+26848 [2020-02-21 17:12:00] There has been a new submission: 'I am experimenting with more Mordhau content since i really enjoy making it. Would love some feedback from you guys! Lamba to all helpfull reviewers!', with flair 'Video Critique'
+26848 [2020-02-21 17:12:11] There has been a new submission: 'SO CLOSE TO A NUKE IN GROUND WAR! (UNCUT GAMEPLAY) | MODERN WARFARE', with flair 'Gaming'
+26848 [2020-02-21 17:12:13] /u/ChiroNate had their submission removed for insufficient lambda.
+26848 [2020-02-21 17:17:27] There has been a new submission: 'Jay Alvarrez Responded To My Video On Him', with flair 'Video Critique'
+26848 [2020-02-21 17:17:28] /u/CruseyLFC had their submission removed for insufficient lambda.
+26982 [2020-02-21 17:20:15]
+####################
+[2020-02-21 17:20:15] RESTARTED
+####################
+
+26982 [2020-02-21 17:23:22] '/u/JudgeCreed' has given '/u/Zack_the_co_Coson' lambda!
+26982 [2020-02-21 17:30:54] '/u/JudgeCreed' has given '/u/AlexanderSaiko' lambda!
+26982 [2020-02-21 17:42:33] There has been a new submission: 'How it feels to be the MVP of a game that’s a bit like CSGO but isn’t? 3 minutes of pure kill montage. Would not take too much of your time, it’s short and sweet. Give me your best positive criticism!', with flair 'Video Critique'
+26982 [2020-02-21 17:42:35] /u/cheekynandos058 had their submission removed for insufficient lambda.
+26982 [2020-02-21 17:43:11] '/u/JudgeCreed' has given '/u/dzondi92' lambda!
+26982 [2020-02-21 17:48:50] '/u/DulcidioCoelho' has given '/u/dzondi92' lambda!
+26982 [2020-02-21 18:01:19] '/u/FineappleFilms' has given '/u/MarcelYT' lambda!
+26982 [2020-02-21 18:01:38] There has been a new submission: 'Don't Get Discouraged', with flair 'Discussion'
+26982 [2020-02-21 18:02:36] '/u/JudgeCreed' has given '/u/Magnifikunt' lambda!
+26982 [2020-02-21 18:03:10] '/u/R_Hanna' has given '/u/AlexanderSaiko' lambda!
+26982 [2020-02-21 18:04:01] '/u/FineappleFilms' has given '/u/AlexanderSaiko' lambda!
+26982 [2020-02-21 18:05:17] There has been a new submission: 'Hazrat Loot A.S Ki Qoom Par Azab Ki Asal Wajah | Tariq Jameel Bayan', with flair 'Discussion'
+26982 [2020-02-21 18:05:18] /u/msufwan had their submission removed for using the wrong flair.
+26982 [2020-02-21 18:06:56] There has been a new submission: 'Hi all! I'm trying to get an old variety channel going. It contains a lot of silly stuff and hope to focus on creating various things that I enjoy. A small sample is included in this post. Please let me know what you think :)', with flair 'Channel Review'
+26982 [2020-02-21 18:08:39] '/u/Mieky07' has given '/u/MarcelYT' lambda!
+26982 [2020-02-21 18:08:39] The OP received lambda too!
+26982 [2020-02-21 18:20:54] There has been a new submission: 'Made my first unboxing video on my photography channel. What do you think?', with flair 'Video Critique'
+26982 [2020-02-21 18:20:56] /u/patbpixx had their submission removed for insufficient lambda.
+26982 [2020-02-21 18:21:25] '/u/centyauro' has given '/u/Arrrash' lambda!
+26982 [2020-02-21 18:21:25] The OP received lambda too!
+26982 [2020-02-21 18:27:35] '/u/toodumbforagoodname' has given '/u/AlexanderSaiko' lambda!
+26982 [2020-02-21 18:27:35] The OP received lambda too!
+26982 [2020-02-21 18:30:19] '/u/MafiasFinestTV' has given '/u/AlexanderSaiko' lambda!
+26982 [2020-02-21 18:30:33] '/u/centyauro' has given '/u/dzondi92' lambda!
+26982 [2020-02-21 18:34:49] There has been a new submission: 'Journey to Another Planet (Took a while to create, I work in Media, Give Feedback and I will love you forever)', with flair 'Video Critique'
+26982 [2020-02-21 18:36:48] '/u/DulcidioCoelho' has given '/u/VanishingPencil' lambda!
+26982 [2020-02-21 18:37:37] There has been a new submission: 'Reverse Robbery', with flair 'Video Critique'
+26982 [2020-02-21 18:51:06] There has been a new submission: 'ONE GOTTA GO! Atlanta Edition. | Cub & Cat Ep 03.', with flair 'None'
+26982 [2020-02-21 18:51:17] There has been a new submission: 'I have a variety channel, there really isn’t a whole lot I don’t do on it! Here is my latest video, hot off the press! Check it out and let me know what you think! :)', with flair 'Vlog'
+26982 [2020-02-21 18:51:20] /u/sayystella had their submission removed for insufficient lambda.
+26982 [2020-02-21 18:58:07] There has been a new submission: 'Why’s this guy so mad, watch it tho pretty funny VRChat moment', with flair 'None'
+26982 [2020-02-21 18:59:11] There has been a new submission: 'Apex Legends my most difficult challenge (Double Mozambique).', with flair 'Gaming'
+26982 [2020-02-21 18:59:12] /u/KristiansVG had their submission removed for insufficient lambda.
+26982 [2020-02-21 19:01:55] There has been a new submission: 'CHESS: Old but Gold!! Nakamura checkmated Savchenko in the blitz ending ...', with flair 'Gaming'
+26982 [2020-02-21 19:09:27] There has been a new submission: 'Have you ever read through the jargon on the back of a specialty coffee bag? Terms such as process, notes, variety, cultivar, and origin make up many of the specialty coffee aspects that we look for in quality coffee. I hope this video helps you understand more about the specialty coffee world!', with flair 'None'
+26982 [2020-02-21 19:09:28] /u/RobPirieCedarOta had their submission removed for insufficient lambda.
+26982 [2020-02-21 19:09:48] There has been a new submission: 'Journey to Hermitcraft: Epic waterfall entrance', with flair 'Video Critique'
+26982 [2020-02-21 19:09:49] /u/Mathew-Kande had their submission removed for insufficient lambda.
+26982 [2020-02-21 19:11:53] There has been a new submission: 'Journey to Hermitcraft: Epic waterfall entrance', with flair 'Video Critique'
+26982 [2020-02-21 19:11:55] /u/Mathew-Kande had their submission removed for insufficient lambda.
+26982 [2020-02-21 19:13:32] There has been a new submission: 'Hey, I am trying to create a channel with funny animations, but I see video 100 times when I am making the video and then I don't even know if it is funny. I would appreciate your opinion and you can also check other videos', with flair 'Video Critique'
+26982 [2020-02-21 19:13:34] /u/reddituser3123912 had their submission removed for insufficient lambda.
+26982 [2020-02-21 19:15:10] There has been a new submission: 'I spent $1000 on Pornhub Ads for my YouTube Channel to see if it's a viable strategy', with flair 'Video Critique'
+26982 [2020-02-21 19:18:29] There has been a new submission: 'Painting a 🙂 out of 🙁s | A painting Vlog', with flair 'None'
+27123 [2020-02-21 19:20:16]
+####################
+[2020-02-21 19:20:16] RESTARTED
+####################
+
+27123 [2020-02-21 19:23:05] There has been a new submission: 'Hi, I'm trying to publish funny video montages from games as far, actually the main theme is Playerunknown's Battlegrounds, but I want to extend this to other games like Battlefield V or Hell Let Loose. I'll be grateful for all feedback. Hope you'll find it funny!', with flair 'Gaming'
+27123 [2020-02-21 19:23:07] /u/Sojer_96 had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:25:49] '/u/The_Suited_Bird' has given '/u/Babocks_Show' lambda!
+27123 [2020-02-21 19:26:22] '/u/The_Suited_Bird' has given '/u/JustASunbro' lambda!
+27123 [2020-02-21 19:26:59] '/u/The_Suited_Bird' has given '/u/Disfunctional_SD' lambda!
+27123 [2020-02-21 19:28:00] '/u/The_Suited_Bird' has given '/u/iamtinos' lambda!
+27123 [2020-02-21 19:30:23] There has been a new submission: 'Full tutorial on how to get into the secret agency building loot vault!', with flair 'Gaming'
+27123 [2020-02-21 19:30:25] /u/Minichowder had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:30:57] There has been a new submission: 'Give me feedback🧐', with flair 'None'
+27123 [2020-02-21 19:30:59] /u/DylanDmo had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:34:01] There has been a new submission: 'I made a funny moments video playing Rust on Modern Warfare. Would highly appreciate some feedback :). I'll of course be going down the line being a constructive critic. ❤ to all.', with flair 'Gaming'
+27123 [2020-02-21 19:34:03] /u/Jondavis8712 had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:39:10] There has been a new submission: 'Welcome To My World', with flair 'Video Critique'
+27123 [2020-02-21 19:39:11] /u/Scapparelli08 had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:42:23] There has been a new submission: 'Hello guys, so I made this video a couple of weeks ago and really put my heart and soul into it and would really appreciate it if you guys could check it out and maybe give some feedback, thank you!', with flair 'Channel Review'
+27123 [2020-02-21 19:42:25] /u/MaybeFreq had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:42:31] There has been a new submission: 'Hiring Adventure Filmmakers', with flair 'Art'
+27123 [2020-02-21 19:42:33] /u/kyleniego had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:43:56] There has been a new submission: 'Hiring Adventure Filmmakers', with flair 'Channel Review'
+27123 [2020-02-21 19:43:58] /u/kyleniego had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:50:08] There has been a new submission: 'I am a new photographer vlogger, trying to be like Evan ranft lol. Check our my vid and tell me what you think, am I going in the right direction?', with flair 'Video Critique'
+27123 [2020-02-21 19:50:11] /u/blu2223 had their submission removed for insufficient lambda.
+27123 [2020-02-21 19:54:03] '/u/JudgeCreed' has given '/u/hillbillyjedi' lambda!
+27123 [2020-02-21 20:03:59] There has been a new submission: 'Why Did I Become A YouTuber Over 6 Years Ago Now', with flair 'Vlog'
+27123 [2020-02-21 20:04:10] '/u/MoskitoDan' has given '/u/DonnAwesome' lambda!
+27123 [2020-02-21 20:04:10] The OP received lambda too!
+27123 [2020-02-21 20:04:47] '/u/FlygonsGonnaFly' has given '/u/Remoon101' lambda!
+27123 [2020-02-21 20:04:47] The OP received lambda too!
+27123 [2020-02-21 20:07:48] There has been a new submission: 'Hey people, i just created my first video with the wojak guy as my "mascot".', with flair 'Channel Review'
+27123 [2020-02-21 20:07:49] /u/TheRealSentire had their submission removed for insufficient lambda.
+27123 [2020-02-21 20:08:00] There has been a new submission: 'A Love Story Like No Other', with flair 'Video Critique'
+27123 [2020-02-21 20:08:01] /u/xJonoh had their submission removed for insufficient lambda.
+27123 [2020-02-21 20:08:09] There has been a new submission: 'Giving My Wife An At-Home Spa Day', with flair 'Video Critique'
+27123 [2020-02-21 20:08:10] /u/CouldBeWorseYT had their submission removed for insufficient lambda.
+27123 [2020-02-21 20:09:46] '/u/JudgeCreed' has given '/u/GlobalNerd' lambda!
+27123 [2020-02-21 20:11:29] There has been a new submission: 'Carla Abellana Kinabahan, "May Luha Pa Ba Akong Iliyak?" | HumanMeter', with flair 'None'
+27123 [2020-02-21 20:11:31] /u/IndividualGuide had their submission removed for insufficient lambda.
+27123 [2020-02-21 20:12:31] '/u/SupaCoolMoM' has given '/u/sheymyster' lambda!
+27123 [2020-02-21 20:12:31] The OP received lambda too!
+27123 [2020-02-21 20:17:10] There has been a new submission: 'Injured by a London bouncer means I need to go to a London Hospital - is the NHS going to cope?', with flair 'Vlog'
+27123 [2020-02-21 20:17:12] /u/London1980 had their submission removed for insufficient lambda.
+27123 [2020-02-21 20:20:18] There has been a new submission: 'Cloud Wireless Security Camera HeimVision HMD2 | Unboxing and Review', with flair 'Video Critique'
+27123 [2020-02-21 20:20:20] /u/DadAndMeTv had their submission removed for insufficient lambda.
+27123 [2020-02-21 20:20:48] There has been a new submission: 'Any and all Criticism/Comments are welcome and appreciated! This video is under performing so I'd appreciate insight!', with flair 'Video Critique'
+27123 [2020-02-21 20:42:09] '/u/TeamRemavi' has given '/u/Remoon101' lambda!
+27123 [2020-02-21 20:42:09] The OP received lambda too!
+27123 [2020-02-21 20:46:17] There has been a new submission: 'When you steal your room-mates food; A dark comedy sketch! Let us know what you think!', with flair 'Video Critique'
+27123 [2020-02-21 20:48:41] '/u/JudgeCreed' has given '/u/Scapparelli08' lambda!
+27123 [2020-02-21 20:49:03] '/u/TeamRemavi' has given '/u/DonnAwesome' lambda!
+27123 [2020-02-21 20:53:23] '/u/FineappleFilms' has given '/u/Scapparelli08' lambda!
+27123 [2020-02-21 20:53:36] '/u/FineappleFilms' has given '/u/iamtinos' lambda!
+27123 [2020-02-21 20:54:02] '/u/FineappleFilms' has given '/u/Zio85' lambda!
+27123 [2020-02-21 21:01:34] '/u/urbansophistication' has given '/u/Remoon101' lambda!
+27123 [2020-02-21 21:01:34] The OP received lambda too!
+27123 [2020-02-21 21:01:48] '/u/DulcidioCoelho' has given '/u/Scapparelli08' lambda!
+27123 [2020-02-21 21:03:19] '/u/urbansophistication' has given '/u/BeautifulBraxxy' lambda!
+27123 [2020-02-21 21:03:55] There has been a new submission: '[Funtage] With the new Saw movie coming up I did a funny throwback to the old Saw games :D 👻 All feedback welcome and appreciated!', with flair 'Video Critique'
+27123 [2020-02-21 21:04:52] '/u/acstomi0212' has given '/u/Scapparelli08' lambda!
+27123 [2020-02-21 21:05:03] There has been a new submission: 'Welcome To My World', with flair 'Video Critique'
+27123 [2020-02-21 21:05:55] '/u/The_Suited_Bird' has given '/u/lantze' lambda!
+27123 [2020-02-21 21:08:26] '/u/CubandCat' has given '/u/CouldBeWorseYT' lambda!
+27123 [2020-02-21 21:08:26] The OP received lambda too!
+27123 [2020-02-21 21:12:05] There has been a new submission: 'I played 2 horror games I found on itch.io (inspired by John Wolfe) - let me know your thoughts', with flair 'Gaming'
+27123 [2020-02-21 21:12:07] /u/Shynagua had their submission removed for insufficient lambda.
+27123 [2020-02-21 21:19:38] '/u/CopperPanMan' has given '/u/DoctorZilch' lambda!
+27123 [2020-02-21 21:19:38] The OP received lambda too!
+27256 [2020-02-21 21:20:16]
+####################
+[2020-02-21 21:20:16] RESTARTED
+####################
+
+27256 [2020-02-21 21:21:30] '/u/CopperPanMan' has given '/u/Remoon101' lambda!
+27256 [2020-02-21 21:22:02] '/u/CopperPanMan' has given '/u/NerdyMan314' lambda!
+27256 [2020-02-21 21:24:13] '/u/CopperPanMan' has given '/u/qzeqYT' lambda!
+27256 [2020-02-21 21:26:35] There has been a new submission: 'Recently rediscoved a password for an account I hadn't used in 8 years. It's called SketchTyme so I thought I could use it for both art and sketch comedy. Would like to know how the video comes across and what you think of this format. (i know lighting is not the best)', with flair 'Video Critique'
+27256 [2020-02-21 21:26:57] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+27256 [2020-02-21 21:26:58] /u/TheRealBluefire had their submission removed for insufficient lambda.
+27256 [2020-02-21 21:31:02] '/u/Scapparelli08' has given '/u/Oozern' lambda!
+27256 [2020-02-21 21:31:02] The OP received lambda too!
+27256 [2020-02-21 21:37:03] '/u/CopperPanMan' has given '/u/VanishingPencil' lambda!
+27256 [2020-02-21 21:38:53] There has been a new submission: 'I'm making a push to increase the quality of my channel with better thumbnails, a snappier intro and more, criticism not related to the awkward camera angle appreciated! Also if you're interested in actually trying I suggest getting comfortable and focusing :)', with flair 'Gaming'
+27256 [2020-02-21 21:42:48] There has been a new submission: 'Try Not To Get Sweaty Palms Watching This', with flair 'Video Critique'
+27256 [2020-02-21 21:49:23] There has been a new submission: 'The NES Zapper & Games | SaltyDalty |', with flair 'Gaming'
+27256 [2020-02-21 21:49:24] /u/SaltyDalty202 had their submission removed for insufficient lambda.
+27256 [2020-02-21 21:53:25] There has been a new submission: 'KETO WEIGHT LOSS JOURNEY/COOKING CHANNEL', with flair 'None'
+27256 [2020-02-21 22:12:07] There has been a new submission: 'I EXPLORED A WWII FORTRESS!! In this adventure vlog I posted I explore an abandoned WW2 fort! Tell me guys what you think and if you enjoyed it consider subscribing! Thx 😁', with flair 'Vlog'
+27256 [2020-02-21 22:17:54] '/u/SignedGames' has given '/u/Remoon101' lambda!
+27256 [2020-02-21 22:17:54] The OP received lambda too!
+27256 [2020-02-21 22:19:13] There has been a new submission: 'If you have time can you plz check out my channel. What ever advice you can give me will be appreciated and if you like the video leave alike or maybe subscribe.', with flair 'None'
+27256 [2020-02-21 22:19:14] /u/Special_Performance had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:19:49] There has been a new submission: 'Episode 4: Eastern Conference Predictions and CCL Reactions! | The Designated Players Podcast', with flair 'Vlog'
+27256 [2020-02-21 22:19:49] /u/abarney21 had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:21:40] '/u/CubandCat' has given '/u/Scapparelli08' lambda!
+27256 [2020-02-21 22:22:02] There has been a new submission: 'Shrek', with flair 'None'
+27256 [2020-02-21 22:22:04] /u/Max-Does-Reddit had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:24:29] '/u/dzondi92' has given '/u/Remoon101' lambda!
+27256 [2020-02-21 22:24:29] The OP received lambda too!
+27256 [2020-02-21 22:27:46] There has been a new submission: 'Back Then ~ H20 Hadd PVP Montage', with flair 'Gaming'
+27256 [2020-02-21 22:27:48] /u/PntPotato had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:29:12] There has been a new submission: '[Video Critique] 😖 A Cringe Compilation That Will Make You Cry 😭', with flair 'Video Critique'
+27256 [2020-02-21 22:29:13] /u/Thejozz20 had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:29:39] '/u/Grimreads' has given '/u/StylesYT' lambda!
+27256 [2020-02-21 22:29:45] '/u/Grimreads' has given '/u/rievhardt' lambda!
+27256 [2020-02-21 22:30:26] There has been a new submission: 'The niceguys are back for a third time! As always, really appreciate any and all feedback given!', with flair 'Video Critique'
+27256 [2020-02-21 22:30:35] There has been a new submission: 'Going 14 to 0 on a 1v1 in rust would appreciate some feedback.', with flair 'Gaming'
+27256 [2020-02-21 22:30:38] /u/ImOnShroooms had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:41:10] '/u/MarcelYT' has given '/u/Remoon101' lambda!
+27256 [2020-02-21 22:41:10] The OP received lambda too!
+27256 [2020-02-21 22:47:58] There has been a new submission: 'Arrrash | A Halo Reach PC Montage', with flair 'Video Critique'
+27256 [2020-02-21 22:47:59] /u/Arrrash had their submission removed for insufficient lambda.
+27256 [2020-02-21 22:49:01] '/u/JudgeCreed' has given '/u/ImOnShroooms' lambda!
+27256 [2020-02-21 22:53:15] '/u/iamtinos' has given '/u/Shynagua' lambda!
+27256 [2020-02-21 22:53:15] The OP received lambda too!
+27256 [2020-02-21 22:53:23] There has been a new submission: 'A CS:GO edit i made "No One"', with flair 'Gaming'
+27256 [2020-02-21 22:53:25] /u/itzskeleton had their submission removed for insufficient lambda.
+27256 [2020-02-21 23:01:20] '/u/Remoon101' has given '/u/dzondi92' lambda!
+27256 [2020-02-21 23:01:20] The OP received lambda too!
+27256 [2020-02-21 23:03:23] '/u/Remoon101' has given '/u/Shynagua' lambda!
+27256 [2020-02-21 23:03:51] There has been a new submission: 'MMA Manager Gameplay. New fighter recruit no losses. Do watch the video and leave feedbacks on how i can improve on the quality. Hope you guys enjoy it and have a good day people ☺️', with flair 'Gaming'
+27256 [2020-02-21 23:03:53] /u/Sh00kz had their submission removed for insufficient lambda.
+27256 [2020-02-21 23:08:00] '/u/CopperPanMan' has given '/u/TheJustindsd' lambda!
+27256 [2020-02-21 23:08:22] There has been a new submission: 'My friends and I have had a youtube channel for a year and a half now, with our biggest video getting 330ish views. Our newest video, posted 10 days ago, has accrued over 1k views. This would be great, but over half of the views come from India and I have no idea why. Please help! What did we do?', with flair 'Video Critique'
+27256 [2020-02-21 23:08:23] /u/36sweaters had their submission removed for insufficient lambda.
+27256 [2020-02-21 23:09:24] '/u/SelendineMcHerb' has given '/u/leo-the-cow' lambda!
+27256 [2020-02-21 23:09:24] The OP received lambda too!
+27256 [2020-02-21 23:12:36] '/u/Scapparelli08' has given '/u/Arrrash' lambda!
+27256 [2020-02-21 23:13:58] '/u/SelendineMcHerb' has given '/u/Remoon101' lambda!
+27256 [2020-02-21 23:17:19] '/u/SelendineMcHerb' has given '/u/SignedGames' lambda!
+27256 [2020-02-21 23:20:04] '/u/iamtinos' has given '/u/SignedGames' lambda!
+1431 [2020-02-21 23:20:14] Updated statistics
+27469 [2020-02-21 23:20:16]
+####################
+[2020-02-21 23:20:16] RESTARTED
+####################
+
+27469 [2020-02-21 23:21:30] '/u/SelendineMcHerb' has given '/u/Shynagua' lambda!
+27469 [2020-02-21 23:21:40] '/u/SelendineMcHerb' has given '/u/ImOnShroooms' lambda!
+27469 [2020-02-21 23:24:54] '/u/ActivexGen' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-21 23:24:54] The OP received lambda too!
+27469 [2020-02-21 23:25:32] '/u/Scapparelli08' has given '/u/Remoon101' lambda!
+27469 [2020-02-21 23:25:54] There has been a new submission: 'Arrrash | A Halo Reach PC Montage', with flair 'Video Critique'
+27469 [2020-02-21 23:26:57] '/u/BeautifulBraxxy' has given '/u/Remoon101' lambda!
+27469 [2020-02-21 23:26:57] The OP received lambda too!
+27469 [2020-02-21 23:29:51] '/u/BeautifulBraxxy' has given '/u/Shynagua' lambda!
+27469 [2020-02-21 23:30:14] There has been a new submission: 'How do you get views?', with flair 'Discussion'
+27469 [2020-02-21 23:33:20] There has been a new submission: 'I played 2 horror games from itch.io (inspired by John Wolfe). Let me know your thoughts', with flair 'Gaming'
+27469 [2020-02-21 23:33:37] '/u/qzeqYT' has given '/u/Remoon101' lambda!
+27469 [2020-02-21 23:33:38] The OP received lambda too!
+27469 [2020-02-21 23:34:30] There has been a new submission: 'Playing the worst rated games on the App Store. Please watch and give feedback. I appreciate all feedback.', with flair 'Gaming'
+27469 [2020-02-21 23:36:54] '/u/Cothfotmeoo' has given '/u/GrumpyBottom_YT' lambda!
+27469 [2020-02-21 23:36:54] The OP received lambda too!
+27469 [2020-02-21 23:44:36] There has been a new submission: 'Looking for more people to record/make content with! (Gaming channel, Xbox, PC)', with flair 'Collab'
+27469 [2020-02-21 23:45:47] There has been a new submission: 'Modern Warfare But The Carry Is Giving me Back Pain', with flair 'Gaming'
+27469 [2020-02-21 23:45:48] /u/Drake_Hurley had their submission removed for insufficient lambda.
+27469 [2020-02-21 23:46:37] '/u/Arrrash' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-21 23:46:37] The OP received lambda too!
+27469 [2020-02-21 23:52:06] '/u/Remoon101' has given '/u/SelendineMcHerb' lambda!
+27469 [2020-02-21 23:52:26] '/u/Remoon101' has given '/u/Scapparelli08' lambda!
+27469 [2020-02-21 23:57:26] There has been a new submission: 'I make funny moment gaming videos. This time I tried to edit it to keep the viewer engaged for as long as possible. Please let me know any feedback/advice + where you started to get bored in the video. Thanks, I appreciate it!', with flair 'Video Critique'
+27469 [2020-02-21 23:59:16] There has been a new submission: 'Donald Trump announces robot army', with flair 'None'
+27469 [2020-02-21 23:59:17] /u/2Guy1Mike had their submission removed for insufficient lambda.
+27469 [2020-02-22 00:01:14] '/u/BeautifulBraxxy' has given '/u/Gamer_supreme' lambda!
+27469 [2020-02-22 00:04:58] There has been a new submission: 'New video! Would like to hear what you guys think about it and maybe subscribe if you did enjoy what I did with this video!', with flair 'Video Critique'
+27469 [2020-02-22 00:05:08] There has been a new submission: 'meatspace', with flair 'Channel Review'
+27469 [2020-02-22 00:05:10] /u/earloffunkotron had their submission removed for insufficient lambda.
+27469 [2020-02-22 00:07:16] '/u/Shynagua' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-22 00:07:16] The OP received lambda too!
+27469 [2020-02-22 00:09:22] There has been a new submission: 'HOW TO MAKE TRIPWIRE DOOR IN MINECRAFT', with flair 'None'
+27469 [2020-02-22 00:09:23] /u/Xyronxid had their submission removed for insufficient lambda.
+27469 [2020-02-22 00:11:36] '/u/Inoox' has given '/u/Cothfotmeoo' lambda!
+27469 [2020-02-22 00:12:41] '/u/leo-the-cow' has given '/u/Remoon101' lambda!
+27469 [2020-02-22 00:12:41] The OP received lambda too!
+27469 [2020-02-22 00:15:17] '/u/leo-the-cow' has given '/u/kyle-atkinson' lambda!
+27469 [2020-02-22 00:16:41] '/u/qzeqYT' has given '/u/Shynagua' lambda!
+27469 [2020-02-22 00:18:48] '/u/JudgeCreed' has given '/u/NiceGuyMarek' lambda!
+27469 [2020-02-22 00:20:20] There has been a new submission: 'I Animated the entirety Rhythm Heaven Remix 10 in a Call Of Duty Style!', with flair 'Art'
+27469 [2020-02-22 00:22:34] '/u/CopperPanMan' has given '/u/hf_vlogs1' lambda!
+27469 [2020-02-22 00:29:13] '/u/BeautifulBraxxy' has given '/u/NiceGuyMarek' lambda!
+27469 [2020-02-22 00:31:26] '/u/BeautifulBraxxy' has given '/u/Jondavis8712' lambda!
+27469 [2020-02-22 00:32:33] '/u/Oozern' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-22 00:32:33] The OP received lambda too!
+27469 [2020-02-22 00:34:40] '/u/TheDrainPros' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-22 00:34:40] The OP received lambda too!
+27469 [2020-02-22 00:35:29] '/u/CopperPanMan' has given '/u/MikeJesus' lambda!
+27469 [2020-02-22 00:36:36] '/u/Ghryms' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-22 00:36:36] The OP received lambda too!
+27469 [2020-02-22 00:40:16] There has been a new submission: 'I Voiced (Almost) Every Minecraft Mob to make the most cursed version of Minecraft so far? Can't wait to hear what you all think about the stupidest Minecraft video I've made yet!', with flair 'Video Critique'
+27469 [2020-02-22 00:40:55] '/u/CopperPanMan' has given '/u/heyiamandrew' lambda!
+27469 [2020-02-22 00:43:08] '/u/Grimreads' has given '/u/PeedyTV' lambda!
+27469 [2020-02-22 00:43:16] There has been a new submission: 'My Sims 4 channel', with flair 'Gaming'
+27469 [2020-02-22 00:43:18] /u/LaineeLuve95 had their submission removed for insufficient lambda.
+27469 [2020-02-22 00:43:58] '/u/Grimreads' has given '/u/Shynagua' lambda!
+27469 [2020-02-22 00:44:32] There has been a new submission: 'Future promise: Soon as I hit 500 subs, I'm going to promote a different smaller YouTuber with every video (in the description).', with flair 'Discussion'
+27469 [2020-02-22 00:47:46] '/u/Redmond93' has given '/u/DonnAwesome' lambda!
+27469 [2020-02-22 00:47:46] The OP received lambda too!
+27469 [2020-02-22 00:48:16] There has been a new submission: 'Been trying to be more engaging on camera - also my girlfriend to take part aswell - is this capturing enough to follow to the next video - is it good or bad - what could be improved? Will give lambda for advice', with flair 'Video Critique'
+27469 [2020-02-22 00:51:16] '/u/Redmond93' has given '/u/Remoon101' lambda!
+27469 [2020-02-22 00:58:34] There has been a new submission: 'Funny borderlands 3 moments and beating katagawa ball!!! Sub if you enjoy and feedback is appreciated!!', with flair 'Gaming'
+27469 [2020-02-22 00:58:35] /u/Strandyt had their submission removed for insufficient lambda.
+27469 [2020-02-22 01:01:27] '/u/Sky-todd' has given '/u/macetahead' lambda!
+27469 [2020-02-22 01:01:27] The OP received lambda too!
+27469 [2020-02-22 01:01:47] '/u/Sky-todd' has given '/u/actuallyBIG' lambda!
+27469 [2020-02-22 01:02:43] There has been a new submission: 'Accidentally walked into a bank heist as Weazle news. It was not pleasant. Took a lot of editing but all feedback and comments are greatly appreciated!', with flair 'Gaming'
+27469 [2020-02-22 01:02:45] /u/Hamlet_71 had their submission removed for insufficient lambda.
+27469 [2020-02-22 01:03:02] '/u/Sky-todd' has given '/u/DeafJordan' lambda!
+27469 [2020-02-22 01:05:29] '/u/FPVMARK' has given '/u/leo-the-cow' lambda!
+27469 [2020-02-22 01:05:29] The OP received lambda too!
+27469 [2020-02-22 01:09:20] There has been a new submission: 'Video Review - Dreams PS4 - Arts Dream! All feedback welcome, positive or negative!', with flair 'Video Critique'
+27469 [2020-02-22 01:11:00] '/u/CopperPanMan' has given '/u/Hamlet_71' lambda!
+27469 [2020-02-22 01:15:11] There has been a new submission: 'In Defense of Assassins Creed Unity', with flair 'Gaming'
+27469 [2020-02-22 01:15:12] /u/bigdickwilly345 had their submission removed for insufficient lambda.
+27469 [2020-02-22 01:17:08] There has been a new submission: 'WOULD MEAN ALOT IF U COULD CHECK THIS OUT LOVE YALL <3', with flair 'Gaming'
+27469 [2020-02-22 01:17:09] /u/DestiniiYT had their submission removed for insufficient lambda.
+27604 [2020-02-22 01:20:16]
+####################
+[2020-02-22 01:20:16] RESTARTED
+####################
+
+27604 [2020-02-22 01:22:02] There has been a new submission: 'My brother and I made a Gmod skit. We'd love feedback!', with flair 'Gaming'
+27604 [2020-02-22 01:22:04] /u/Dyyl-Pickle had their submission removed for insufficient lambda.
+27604 [2020-02-22 01:25:05] '/u/dzondi92' has given '/u/Hamlet_71' lambda!
+27604 [2020-02-22 01:26:51] '/u/Arrrash' has given '/u/ImOnShroooms' lambda!
+27604 [2020-02-22 01:34:48] There has been a new submission: 'Hey! Looking for feedback on the thumbnail as well as the pacing of the video and if it kept you engaged throughout, or where you got bored', with flair 'Video Critique'
+27604 [2020-02-22 01:34:50] /u/Zigbyyy had their submission removed for insufficient lambda.
+27604 [2020-02-22 01:37:54] There has been a new submission: 'Accidentally walked into a bank heist as Weazle News...it was not pleasant. Took a lot of work but all feedback and comments are greatly appreciated!', with flair 'Gaming'
+27604 [2020-02-22 01:39:38] There has been a new submission: 'Accidentally walked into a bank heist WITH hostages as Weazle News...it was NOT pleasant. Took a ton of work but all commends and feedback are greatly appreciated!', with flair 'Gaming'
+27604 [2020-02-22 01:39:39] /u/Hamlet_71 had their submission removed for insufficient lambda.
+27604 [2020-02-22 01:43:54] '/u/FineappleFilms' has given '/u/NiceGuyMarek' lambda!
+27604 [2020-02-22 01:47:24] '/u/iAmStylized' has given '/u/rievhardt' lambda!
+27604 [2020-02-22 01:48:18] There has been a new submission: 'Playing Simon says in VR | Pavlov Funny Moments', with flair 'Gaming'
+27604 [2020-02-22 01:50:31] '/u/MafiasFinestTV' has given '/u/Hamlet_71' lambda!
+27604 [2020-02-22 01:51:46] '/u/FineappleFilms' has given '/u/Shynagua' lambda!
+27604 [2020-02-22 01:53:10] '/u/JudgeCreed' has given '/u/AceFilms44' lambda!
+27604 [2020-02-22 01:54:09] '/u/CopperPanMan' has given '/u/evanrobbain' lambda!
+27604 [2020-02-22 01:56:23] '/u/CopperPanMan' has given '/u/avamansouri' lambda!
+27604 [2020-02-22 02:10:16] There has been a new submission: 'Looking for tips on color correcting on this vid and others. I film using an g7x mark ii and edit on iMovie. Any suggestions?', with flair 'Channel Review'
+27604 [2020-02-22 02:14:08] There has been a new submission: 'I decided to record my friends and I on Discord and...', with flair 'Video Critique'
+27604 [2020-02-22 02:14:09] /u/Zicronium had their submission removed for insufficient lambda.
+27604 [2020-02-22 02:14:21] There has been a new submission: 'So I really enjoy making vlogs and what not. Can anyone give me pointers/tips for my next vlog? Anything is greatly appreciated!', with flair 'Video Critique'
+27604 [2020-02-22 02:15:30] '/u/DeafJordan' has given '/u/Lemongg' lambda!
+27604 [2020-02-22 02:15:30] The OP received lambda too!
+27604 [2020-02-22 02:40:07] There has been a new submission: 'An animated epic I made', with flair 'Video Critique'
+27604 [2020-02-22 02:40:09] /u/squirly055 had their submission removed for insufficient lambda.
+27604 [2020-02-22 02:43:30] '/u/actuallyBIG' has given '/u/Scapparelli08' lambda!
+27604 [2020-02-22 02:49:19] '/u/urbansophistication' has given '/u/Hamlet_71' lambda!
+27604 [2020-02-22 02:51:57] '/u/XXXEggNog69XXX' has given '/u/Hamlet_71' lambda!
+27604 [2020-02-22 03:00:09] '/u/heyiamandrew' has given '/u/Zigbyyy' lambda!
+27604 [2020-02-22 03:00:09] The OP received lambda too!
+27604 [2020-02-22 03:00:30] There has been a new submission: 'Accidentally walked into a bank heist with HOSTAGES as Weazle News...it was not pleasant. Took a ton of work but all comments and feedback is greatly appreciated!', with flair 'Gaming'
+27604 [2020-02-22 03:01:07] '/u/Sipover' has given '/u/leo-the-cow' lambda!
+27604 [2020-02-22 03:01:21] '/u/avamansouri' has given '/u/Hamlet_71' lambda!
+27604 [2020-02-22 03:01:21] The OP received lambda too!
+27604 [2020-02-22 03:02:35] There has been a new submission: 'What’s The Craziest Thing You Would Do If You Were Given a STD?😧🤮', with flair 'Discussion'
+27604 [2020-02-22 03:02:37] /u/price2ambition had their submission removed for using the wrong flair.
+27604 [2020-02-22 03:08:25] '/u/Oozern' has given '/u/AceFilms44' lambda!
+27604 [2020-02-22 03:08:32] '/u/Oozern' has given '/u/Lemongg' lambda!
+27604 [2020-02-22 03:08:37] '/u/Oozern' has given '/u/Hamlet_71' lambda!
+27604 [2020-02-22 03:14:17] '/u/BigFooz' has given '/u/leo-the-cow' lambda!
+27604 [2020-02-22 03:14:17] The OP received lambda too!
+27604 [2020-02-22 03:15:34] There has been a new submission: 'TABS, but with animals! Animal Revolt Battle Simulator is awesome! 😁', with flair 'Gaming'
+27604 [2020-02-22 03:15:36] /u/Monkeyfeesh had their submission removed for insufficient lambda.
+27604 [2020-02-22 03:16:00] There has been a new submission: 'Hey! Brand new video up today! Sorry if I sound bad, I was a bit sick when recording this. As always if you enjoyed, make sure to leave a like and maybe even subscribe! We are really close to 60 and it would be great to pass that milestone. Leave all your advice below and Lambda will be given out!', with flair 'Gaming'
+27604 [2020-02-22 03:17:31] '/u/CubandCat' has given '/u/Remoon101' lambda!
+27737 [2020-02-22 03:20:16]
+####################
+[2020-02-22 03:20:16] RESTARTED
+####################
+
+27737 [2020-02-22 03:23:05] '/u/TheDrainPros' has given '/u/macetahead' lambda!
+27737 [2020-02-22 03:26:25] There has been a new submission: 'New video on my channel only 6 subs at the moment, could i get some advice on my edit', with flair 'Video Critique'
+27737 [2020-02-22 03:26:26] /u/user27493 had their submission removed for insufficient lambda.
+27737 [2020-02-22 03:28:00] '/u/CopperPanMan' has given '/u/KennysFit' lambda!
+27737 [2020-02-22 03:28:21] There has been a new submission: 'Captions on (Mostly) Instrumental Music Video', with flair 'Discussion'
+27737 [2020-02-22 03:28:37] '/u/SwanCreek' has given '/u/anaana994' lambda!
+27737 [2020-02-22 03:28:38] The OP received lambda too!
+27737 [2020-02-22 03:29:04] '/u/SwanCreek' has given '/u/jesspennington_' lambda!
+27737 [2020-02-22 03:29:54] '/u/SwanCreek' has given '/u/TheDrainPros' lambda!
+27737 [2020-02-22 03:29:58] '/u/CopperPanMan' has given '/u/actuallyBIG' lambda!
+27737 [2020-02-22 03:30:26] '/u/SwanCreek' has given '/u/Fleurdelacours' lambda!
+27737 [2020-02-22 03:43:32] There has been a new submission: 'I hate corrupted files', with flair 'Discussion'
+27737 [2020-02-22 03:51:26] There has been a new submission: 'Hey guys! Looking for feedback on if the thumbnail looks clickable, as well as the pacing of the video and if or when you got bored throughout. Thanks !', with flair 'Video Critique'
+27737 [2020-02-22 03:52:35] There has been a new submission: 'CHESS: Grandmaster Dubov showing some nice skills - GM Dubov | Minami Oroi', with flair 'Gaming'
+27737 [2020-02-22 03:52:37] /u/amazon1977 had their submission removed for insufficient lambda.
+27737 [2020-02-22 04:05:44] '/u/Oozern' has given '/u/TheRealJyro' lambda!
+27737 [2020-02-22 04:11:58] There has been a new submission: 'Would appreciate any feedback on my latest video, I’ve been working on some audio issues so I’m aware of those!', with flair 'Gaming'
+27737 [2020-02-22 04:49:53] '/u/avamansouri' has given '/u/NotFunnyGamer' lambda!
+27876 [2020-02-22 05:20:16]
+####################
+[2020-02-22 05:20:16] RESTARTED
+####################
+
+27876 [2020-02-22 05:24:55] '/u/Shynagua' has given '/u/Hamlet_71' lambda!
+27876 [2020-02-22 05:56:27] '/u/LeinadArevet' has given '/u/Hamlet_71' lambda!
+27876 [2020-02-22 05:57:12] There has been a new submission: 'i recently ( just now actually) uploaded a uno video and would love any feedback and maybe a cheeky sub- thanks :)', with flair 'Video Critique'
+27876 [2020-02-22 05:57:13] /u/thomhudson113 had their submission removed for insufficient lambda.
+27876 [2020-02-22 05:57:20] '/u/MoskitoDan' has given '/u/Remoon101' lambda!
+27876 [2020-02-22 06:00:56] There has been a new submission: 'I ask egirl for toe pics | Twitch Highlights Ft. Scottle & Lamchops', with flair 'Gaming'
+27876 [2020-02-22 06:00:58] /u/makuthedictator had their submission removed for insufficient lambda.
+27876 [2020-02-22 06:18:09] '/u/SignedGames' has given '/u/thecounselor6' lambda!
+27876 [2020-02-22 06:18:09] The OP received lambda too!
+27876 [2020-02-22 06:21:24] '/u/Arrrash' has given '/u/TheRealJyro' lambda!
+27876 [2020-02-22 06:27:11] There has been a new submission: 'Creating a Pac-Man Ecosystem (Anything I could improve?)', with flair 'Video Critique'
+27876 [2020-02-22 06:27:13] /u/CreepyD246 had their submission removed for insufficient lambda.
+27876 [2020-02-22 06:34:23] There has been a new submission: 'EXPAND YOUR EXPOSURE', with flair 'Discussion'
+27876 [2020-02-22 06:37:21] '/u/FlygonsGonnaFly' has given '/u/vigalovescomics' lambda!
+27876 [2020-02-22 06:41:47] There has been a new submission: 'YouTube unfairly copyright claimed my video 3 times even after I edited it down. Finally on my 4th attempt (having shaved off 4 minutes of my total video) it worked. How do I go about reposting the new video link on different subreddits without coming across as spammy?', with flair 'Discussion'
+27876 [2020-02-22 06:47:30] There has been a new submission: '-QUAKE- A Brawlhalla Montage', with flair 'Gaming'
+27876 [2020-02-22 06:47:31] /u/psilocybe157 had their submission removed for insufficient lambda.
+27876 [2020-02-22 06:54:34] There has been a new submission: 'Set the Demon Loose on the Streets of Palm City - DTP (NFS HEAT)', with flair 'Gaming'
+27876 [2020-02-22 06:54:35] /u/Vek_Ez had their submission removed for insufficient lambda.
+27876 [2020-02-22 06:59:26] '/u/NiceGuyMarek' has given '/u/actuallyBIG' lambda!
+27876 [2020-02-22 06:59:27] The OP received lambda too!
+27876 [2020-02-22 07:12:24] There has been a new submission: 'Fixing my channel', with flair 'Discussion'
+27876 [2020-02-22 07:19:35] There has been a new submission: 'Bill Clinton killed me in CSGO', with flair 'Video Critique'
+27876 [2020-02-22 07:19:57] There has been a new submission: 'Must watch...If you are interested in free talent test for CSIR NET june...', with flair 'Discussion'
+27876 [2020-02-22 07:19:58] /u/CHEMmaster007 had their submission removed for using the wrong flair.
+28241 [2020-02-22 07:20:16]
+####################
+[2020-02-22 07:20:16] RESTARTED
+####################
+
+28241 [2020-02-22 07:48:07] There has been a new submission: 'Kid EATS weird stuff WATCH', with flair 'None'
+28241 [2020-02-22 07:48:08] /u/TheRandomVideos12345 had their submission removed for insufficient lambda.
+28241 [2020-02-22 07:51:44] '/u/DulcidioCoelho' has given '/u/recollectionshawaii' lambda!
+28241 [2020-02-22 07:57:58] There has been a new submission: 'My newest vid, would mean alot if you guys liked and subbed! Thanks!', with flair 'Gaming'
+28241 [2020-02-22 07:57:59] /u/SiddhM had their submission removed for insufficient lambda.
+28241 [2020-02-22 07:59:28] There has been a new submission: 'I would like to know if people other than me find this funny/interesting. A lot of the bad quality is on purpose and supposed to add to the humor but idk if that lands', with flair 'Video Critique'
+28241 [2020-02-22 08:02:35] '/u/pokbun' has given '/u/Mieky07' lambda!
+28241 [2020-02-22 08:08:10] There has been a new submission: '👻 I dug up this silly horror game and the results were hilarious! Looking for feedback on all aspects, everything appreciated and valued! 😄', with flair 'Video Critique'
+28241 [2020-02-22 08:20:07] '/u/Zigbyyy' has given '/u/thecounselor6' lambda!
+28241 [2020-02-22 08:20:07] The OP received lambda too!
+28241 [2020-02-22 08:20:18] '/u/Zigbyyy' has given '/u/Lemongg' lambda!
+28241 [2020-02-22 08:24:36] '/u/IAreZack' has given '/u/GrumpyBottom_YT' lambda!
+28241 [2020-02-22 08:24:36] The OP received lambda too!
+28241 [2020-02-22 08:28:24] There has been a new submission: 'What are animations between scenes called?', with flair 'Discussion'
+28241 [2020-02-22 08:30:00] There has been a new submission: 'FOUND THIS SICK VIDEO, SO FUNNY, JUST CAME OUT TOO! WHAT A COINCIDENCE HAHAHAHAHA', with flair 'Art'
+28241 [2020-02-22 08:30:01] /u/Thelulz63 had their submission removed for insufficient lambda.
+28241 [2020-02-22 08:34:50] There has been a new submission: 'My Channel', with flair 'Channel Review'
+28241 [2020-02-22 08:34:52] /u/Kyle_Mac had their submission removed for insufficient lambda.
+28241 [2020-02-22 08:42:13] '/u/FPVMARK' has given '/u/Zigbyyy' lambda!
+28241 [2020-02-22 08:42:56] '/u/FPVMARK' has given '/u/Hamlet_71' lambda!
+28241 [2020-02-22 08:46:05] There has been a new submission: 'Huzoor Shukriya ( Official Video ) | Amrita Bharati Originals | Romantic Song', with flair 'Art'
+28241 [2020-02-22 08:46:07] /u/amrita_bharati had their submission removed for insufficient lambda.
+28241 [2020-02-22 09:19:50] There has been a new submission: 'Mashed up with JoJo what do you think?', with flair 'Video Critique'
+28241 [2020-02-22 09:19:50] /u/Wiglow had their submission removed for insufficient lambda.
+28377 [2020-02-22 09:20:16]
+####################
+[2020-02-22 09:20:16] RESTARTED
+####################
+
+28377 [2020-02-22 09:25:02] There has been a new submission: '[Twitch Recording] fat loser plays ultima online on uo outlands - Ultima Online UO Outlands', with flair 'Video Critique'
+28377 [2020-02-22 09:25:03] /u/MeowsePad had their submission removed for insufficient lambda.
+28377 [2020-02-22 09:43:21] There has been a new submission: 'The Usual Nonsense in Magicka 2 │ this is my fourth video in this style let me know what you think!', with flair 'Gaming'
+28377 [2020-02-22 09:56:53] There has been a new submission: 'Just short mash up with JoJo!', with flair 'Gaming'
+28377 [2020-02-22 09:56:54] /u/Wiglow had their submission removed for insufficient lambda.
+28377 [2020-02-22 10:03:14] '/u/XXXEggNog69XXX' has given '/u/Lemongg' lambda!
+28377 [2020-02-22 10:03:14] The OP received lambda too!
+28377 [2020-02-22 10:20:38] There has been a new submission: 'Jennifer Maria - No time to die', with flair 'Video Critique'
+28377 [2020-02-22 10:20:40] /u/mariastellamusic had their submission removed for insufficient lambda.
+28377 [2020-02-22 10:36:17] There has been a new submission: 'We snuck into a hotel part 2 *WE GOT CAUGHT* | DeAndre Zemora', with flair 'Vlog'
+28377 [2020-02-22 10:36:18] /u/deandrezemora had their submission removed for insufficient lambda.
+28377 [2020-02-22 10:37:49] There has been a new submission: 'Put alot of research into it', with flair 'Video Critique'
+28377 [2020-02-22 10:37:50] /u/theVulcanDuncan had their submission removed for insufficient lambda.
+28377 [2020-02-22 10:38:37] There has been a new submission: 'Rainbow 6 Siege moments', with flair 'Gaming'
+28377 [2020-02-22 10:38:37] /u/saxobroko had their submission removed for insufficient lambda.
+28377 [2020-02-22 10:41:14] There has been a new submission: 'Redditors tell how would they cause the most chaos by adding one inch to anything. r/AskReddit', with flair 'Video Critique'
+28377 [2020-02-22 10:41:17] /u/VanishedMemed had their submission removed for insufficient lambda.
+28377 [2020-02-22 10:45:19] '/u/qzeqYT' has given '/u/theVulcanDuncan' lambda!
+28377 [2020-02-22 10:45:19] The OP received lambda too!
+28377 [2020-02-22 10:54:18] '/u/_abmatt_' has given '/u/DeafJordan' lambda!
+28377 [2020-02-22 10:54:18] The OP received lambda too!
+28377 [2020-02-22 10:55:57] '/u/_abmatt_' has given '/u/Mieky07' lambda!
+28572 [2020-02-22 11:20:16]
+####################
+[2020-02-22 11:20:16] RESTARTED
+####################
+
+28572 [2020-02-22 11:32:08] There has been a new submission: 'Video Schedule', with flair 'Discussion'
+28572 [2020-02-22 11:54:25] There has been a new submission: 'My Wife Cheated On Me With a Horse | A Dramatic Re-enactment', with flair 'Video Critique'
+28572 [2020-02-22 11:54:27] /u/DannyhydeTV had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:24:43] '/u/iamtinos' has given '/u/36sweaters' lambda!
+28572 [2020-02-22 12:35:04] There has been a new submission: 'Okay this is the first LeafyisHere style video I made and I really want some feedback', with flair 'Channel Review'
+28572 [2020-02-22 12:35:06] /u/Blyatmannovic had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:36:27] There has been a new submission: 'It's Aliiiiiive! Reviving an older channel now that I have more time. First video in almost a year!', with flair 'Art'
+28572 [2020-02-22 12:37:16] There has been a new submission: '1 2 3 GO! MUST BE STOPPED', with flair 'Channel Review'
+28572 [2020-02-22 12:37:17] /u/Blyatmannovic had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:38:05] '/u/TheOzan' has given '/u/leo-the-cow' lambda!
+28572 [2020-02-22 12:38:05] The OP received lambda too!
+28572 [2020-02-22 12:38:30] '/u/TheOzan' has given '/u/Hamlet_71' lambda!
+28572 [2020-02-22 12:39:03] There has been a new submission: 'Do you drink or eat snow? Please watch and give feedback I appreciate all feedback.', with flair 'None'
+28572 [2020-02-22 12:41:32] There has been a new submission: 'So I'm trying to find a unique angle on retro gaming - Is it too much? (I know I might not be the only person to ever think of this but I thought I'd try it out and see what my audience thought) Feedback welcome :)', with flair 'Gaming'
+28572 [2020-02-22 12:41:34] /u/Henry_does had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:41:46] There has been a new submission: 'New Series I'm Going For. ANY Feedback Would Be Great! Thanks!', with flair 'Video Critique'
+28572 [2020-02-22 12:41:48] /u/HyperMaggot had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:50:36] There has been a new submission: 'Vachier-Lagrave (France No.1) VS. Magnus Carlsen (Norway No1) | Minami...', with flair 'Gaming'
+28572 [2020-02-22 12:50:38] /u/amazon1977 had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:54:18] There has been a new submission: 'political rant. Starting a political channel', with flair 'Channel Review'
+28572 [2020-02-22 12:54:20] /u/nonstopion had their submission removed for insufficient lambda.
+28572 [2020-02-22 12:54:38] '/u/leo-the-cow' has given '/u/Serenity1996' lambda!
+28572 [2020-02-22 12:54:38] The OP received lambda too!
+28572 [2020-02-22 12:54:53] '/u/leo-the-cow' has given '/u/HyperMaggot' lambda!
+28572 [2020-02-22 12:56:19] '/u/leo-the-cow' has given '/u/d-y-l-a-n_' lambda!
+28572 [2020-02-22 12:56:29] '/u/HarwareThrift' has given '/u/Henry_does' lambda!
+28572 [2020-02-22 12:56:30] The OP received lambda too!
+28572 [2020-02-22 12:58:42] '/u/HarwareThrift' has given '/u/Serenity1996' lambda!
+28572 [2020-02-22 13:00:18] There has been a new submission: 'Help me grow', with flair 'None'
+28572 [2020-02-22 13:00:20] /u/PoRe_Jamezy had their submission removed for insufficient lambda.
+28572 [2020-02-22 13:05:13] '/u/IAreZack' has given '/u/FineappleFilms' lambda!
+28572 [2020-02-22 13:05:55] '/u/IAreZack' has given '/u/HyperMaggot' lambda!
+28572 [2020-02-22 13:07:10] There has been a new submission: 'Do all Rainbow Twizzlers Taste the Same? Episode 1 of my series “Questions O’ Life” This is my most viewed video so I want to know what people think about it. I appreciate all feedback.', with flair 'None'
+28572 [2020-02-22 13:07:51] '/u/IAreZack' has given '/u/Henry_does' lambda!
+28572 [2020-02-22 13:09:56] '/u/IAreZack' has given '/u/theVulcanDuncan' lambda!
+28572 [2020-02-22 13:10:35] '/u/IAreZack' has given '/u/pokbun' lambda!
+29115 [2020-02-22 13:20:17]
+####################
+[2020-02-22 13:20:17] RESTARTED
+####################
+
+29115 [2020-02-22 13:22:38] There has been a new submission: 'You wont believe the views of this secret beach in Puerto Rico', with flair 'Vlog'
+29115 [2020-02-22 13:27:24] There has been a new submission: 'Stomach and Back Pain at the Same Time', with flair 'Vlog'
+29115 [2020-02-22 13:27:25] /u/iCliniq_official had their submission removed for insufficient lambda.
+29115 [2020-02-22 13:38:04] There has been a new submission: 'Hi guys, who's kind enough to critique my channel? I haven't quite found my niche yet so my videos are all over the play at the moment.', with flair 'Channel Review'
+29115 [2020-02-22 13:38:08] /u/George_Doors had their submission removed for insufficient lambda.
+29115 [2020-02-22 13:40:56] There has been a new submission: '😂Funny Minecraft Memes Compilation-Try Not to Laugh Out Loud🤣🤩', with flair 'Vlog'
+29115 [2020-02-22 13:40:58] /u/kayusteve321 had their submission removed for insufficient lambda.
+29115 [2020-02-22 13:45:04] '/u/centyauro' has given '/u/HyperMaggot' lambda!
+29115 [2020-02-22 13:48:14] There has been a new submission: 'You guys are awesome!', with flair 'Discussion'
+29115 [2020-02-22 13:54:53] '/u/leo-the-cow' has given '/u/TheOzan' lambda!
+29115 [2020-02-22 14:03:35] '/u/leo-the-cow' has given '/u/HyperMaggot' lambda!
+29115 [2020-02-22 14:03:35] The OP received lambda too!
+29115 [2020-02-22 14:05:20] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 7 - Guardian Angel (GR Breakpoint)', with flair 'Gaming'
+29115 [2020-02-22 14:05:22] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+29115 [2020-02-22 14:07:56] There has been a new submission: 'Portal 2|There's Destruction In Team (Please Give Feedback)', with flair 'Gaming'
+29115 [2020-02-22 14:11:06] There has been a new submission: 'A new series I'm trying out. This is my first shot at making real content that isn't gaming related. Any feedback would be appreciated. Thank you!', with flair 'Video Critique'
+29115 [2020-02-22 14:11:18] There has been a new submission: 'Breaking Grounds Episode 3: Breaking Out of Your Comfort Zone', with flair 'Channel Review'
+29115 [2020-02-22 14:12:44] '/u/DarkLord152' has given '/u/SxyGuitarMan' lambda!
+29115 [2020-02-22 14:12:44] The OP received lambda too!
+29115 [2020-02-22 14:15:21] There has been a new submission: 'The Forest- Jungle amazing Short Film', with flair 'Video Critique'
+29115 [2020-02-22 14:15:23] /u/talatali321 had their submission removed for insufficient lambda.
+29115 [2020-02-22 14:16:35] There has been a new submission: 'Watching Ssoyoung out of confusion...', with flair 'None'
+29115 [2020-02-22 14:16:36] /u/HappyFeetButWho had their submission removed for insufficient lambda.
+29115 [2020-02-22 14:17:00] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+29115 [2020-02-22 14:17:14] '/u/Hamlet_71' has given '/u/Sky-todd' lambda!
+29115 [2020-02-22 14:17:14] The OP received lambda too!
+29115 [2020-02-22 14:17:29] '/u/Hamlet_71' has given '/u/Henry_does' lambda!
+29115 [2020-02-22 14:21:36] '/u/Leon_is_a_Ghost' has given '/u/Henry_does' lambda!
+29115 [2020-02-22 14:21:36] The OP received lambda too!
+29115 [2020-02-22 14:22:07] There has been a new submission: 'The secret in Pavlov VR TTT', with flair 'Gaming'
+29115 [2020-02-22 14:22:09] /u/driedtexas had their submission removed for insufficient lambda.
+29115 [2020-02-22 14:22:20] '/u/Leon_is_a_Ghost' has given '/u/leo-the-cow' lambda!
+29115 [2020-02-22 14:35:03] There has been a new submission: 'We all need subs', with flair 'None'
+29115 [2020-02-22 14:36:27] There has been a new submission: 'So I thought I'm gonna give this a shot. This channel was created by me and my best friend. We both are really passionate about riding BMX so we thought it'd be cool to make videos/edits. I'm really interested in hearing your opinion. My fav vids are: slaughter and the welcome 2018 edit.', with flair 'Channel Review'
+29115 [2020-02-22 14:36:28] /u/UltimateFrottel had their submission removed for insufficient lambda.
+29115 [2020-02-22 14:47:35] '/u/urbansophistication' has given '/u/HyperMaggot' lambda!
+29115 [2020-02-22 14:51:05] '/u/Scapparelli08' has given '/u/Jondavis8712' lambda!
+29115 [2020-02-22 14:51:06] The OP received lambda too!
+29115 [2020-02-22 14:57:35] '/u/CertMedia' has given '/u/Grimreads' lambda!
+29115 [2020-02-22 14:57:35] The OP received lambda too!
+29115 [2020-02-22 14:58:06] There has been a new submission: 'I am looking for more subscribers so that i can get another sort of passive income', with flair 'None'
+29115 [2020-02-22 14:58:07] /u/svenskall had their submission removed for insufficient lambda.
+29115 [2020-02-22 15:01:33] There has been a new submission: 'Hey guys! I'm an aspiring creator who makes vlogs. This is so far the longest vlog on my channel - Singapore Vlog Part 1, and I've worked really hard on it. I'm here to gain some honest feedback to improve for the future. Sub only if you'd like to support me. Thanks for watching everyone! :D', with flair 'Vlog'
+29115 [2020-02-22 15:03:38] '/u/Scapparelli08' has given '/u/driedtexas' lambda!
+29115 [2020-02-22 15:08:19] There has been a new submission: 'Pilot travelling in the high arctic. One of my latest vlogs let me know what you think of my channel!', with flair 'Channel Review'
+29115 [2020-02-22 15:08:20] /u/adventuretofreedom had their submission removed for insufficient lambda.
+29115 [2020-02-22 15:10:21] '/u/Remoon101' has given '/u/qzeqYT' lambda!
+29115 [2020-02-22 15:11:44] There has been a new submission: 'WORKING OUT IN ROBLOX (Any feedback would be greatly appreciated, lambda will also be given back. I'm trying to keep the audience engaged for as long as possible so they might even stay on the channel. Thanks)', with flair 'Video Critique'
+29115 [2020-02-22 15:16:21] '/u/shaunyoong' has given '/u/MalakJoe' lambda!
+29115 [2020-02-22 15:16:22] The OP received lambda too!
+29115 [2020-02-22 15:16:40] '/u/IAreZack' has given '/u/Pluike' lambda!
+29254 [2020-02-22 15:20:17]
+####################
+[2020-02-22 15:20:17] RESTARTED
+####################
+
+29254 [2020-02-22 15:21:48] There has been a new submission: 'DISCORD BUT WE'RE TROLLS (WE GET BANNED!)', with flair 'Video Critique'
+29254 [2020-02-22 15:21:50] /u/DrinkingSauce had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:26:58] '/u/DarkLord152' has given '/u/OG_Dan' lambda!
+29254 [2020-02-22 15:27:46] There has been a new submission: 'Toddler wash day routine!! Toddler hair care', with flair 'None'
+29254 [2020-02-22 15:27:47] /u/prettyface69 had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:37:04] '/u/HyperMaggot' has given '/u/MalakJoe' lambda!
+29254 [2020-02-22 15:37:04] The OP received lambda too!
+29254 [2020-02-22 15:39:07] '/u/Remoon101' has given '/u/MoskitoDan' lambda!
+29254 [2020-02-22 15:40:23] '/u/Remoon101' has given '/u/iamtinos' lambda!
+29254 [2020-02-22 15:42:16] '/u/leo-the-cow' has given '/u/MalakJoe' lambda!
+29254 [2020-02-22 15:43:37] There has been a new submission: 'Sky Factory 4 | Episode 1 | Making our first tree farm!', with flair 'Gaming'
+29254 [2020-02-22 15:43:39] /u/smurtt had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:44:34] '/u/leo-the-cow' has given '/u/Pluike' lambda!
+29254 [2020-02-22 15:44:42] There has been a new submission: 'OSRS Ultimate Ironman Episode #4 (Please sub if you enjoy, I’m close to my goal :D - also giving lambda for feedback!!)', with flair 'None'
+29254 [2020-02-22 15:45:58] There has been a new submission: 'The Phantom Whistler | Mystery Man Stalks and Threatens Young Girl to Keep Her from Marrying Trooper - This episode took me longer-than-usual to edit because it's so difficult finding historic/vintage imagery. YOUR FEEDBACK is appreciated.', with flair 'Video Critique'
+29254 [2020-02-22 15:47:02] '/u/HarwareThrift' has given '/u/hpc2018' lambda!
+29254 [2020-02-22 15:47:20] There has been a new submission: 'i make comical montages, this is my first csgo montage.', with flair 'Gaming'
+29254 [2020-02-22 15:47:21] /u/hurppe had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:48:08] There has been a new submission: 'The Game Boys', with flair 'Video Critique'
+29254 [2020-02-22 15:48:26] '/u/HarwareThrift' has given '/u/MalakJoe' lambda!
+29254 [2020-02-22 15:48:34] There has been a new submission: 'Game Of Thrones Winter is Coming, gameplay strategy game', with flair 'Gaming'
+29254 [2020-02-22 15:48:35] /u/mshordja had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:50:45] There has been a new submission: 'True or False: YouTube doesn't like *new* content.', with flair 'Discussion'
+29254 [2020-02-22 15:51:57] There has been a new submission: 'This is my Youtube Channel, I like to play survival games and I’ve been working really hard on vids, but sadly no one is watching them. Can you guys please help me out and check out my YouTube, thanks:)', with flair 'None'
+29254 [2020-02-22 15:51:59] /u/BlackThundaYT had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:56:30] There has been a new submission: 'Sorry for the poor quality.', with flair 'Gaming'
+29254 [2020-02-22 15:56:31] /u/blaksuperman88 had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:58:41] There has been a new submission: 'Sky Factory 4 | episode 2 | Making our first auto cobble generator!', with flair 'Gaming'
+29254 [2020-02-22 15:58:42] /u/smurtt had their submission removed for insufficient lambda.
+29254 [2020-02-22 15:58:49] There has been a new submission: 'Still experimenting with things, let me know what you think, ty', with flair 'Gaming'
+29254 [2020-02-22 16:02:30] There has been a new submission: 'Support', with flair 'None'
+29254 [2020-02-22 16:02:32] /u/wwwyourlocalock had their submission removed for insufficient lambda.
+29254 [2020-02-22 16:05:27] '/u/TheRealJyro' has given '/u/Remoon101' lambda!
+29254 [2020-02-22 16:05:27] The OP received lambda too!
+29254 [2020-02-22 16:07:50] There has been a new submission: 'Trying out some more B-Roll sequences what do you think?', with flair 'Video Critique'
+29254 [2020-02-22 16:22:04] There has been a new submission: 'So I played Terraria on PS4 and I didn't like it', with flair 'Gaming'
+29254 [2020-02-22 16:22:06] /u/xarelsx had their submission removed for insufficient lambda.
+29254 [2020-02-22 16:23:02] '/u/MalakJoe' has given '/u/Remoon101' lambda!
+29254 [2020-02-22 16:23:02] The OP received lambda too!
+29254 [2020-02-22 16:29:54] There has been a new submission: 'How to make a YouTube Banner FREE (2020)', with flair 'None'
+29254 [2020-02-22 16:29:54] /u/lnydesigns15 had their submission removed for insufficient lambda.
+29254 [2020-02-22 16:35:46] '/u/Shynagua' has given '/u/Remoon101' lambda!
+29254 [2020-02-22 16:37:13] There has been a new submission: 'What Did School Really Teach You? - When Was Jesus Born?', with flair 'Video Critique'
+29254 [2020-02-22 16:38:52] '/u/OG_Dan' has given '/u/BetaBradTv' lambda!
+29254 [2020-02-22 16:38:53] The OP received lambda too!
+29254 [2020-02-22 16:44:14] There has been a new submission: 'PULLED A SWEET PINK ICE JA MORANT', with flair 'None'
+29254 [2020-02-22 16:44:16] /u/kardjunkie had their submission removed for insufficient lambda.
+29254 [2020-02-22 16:47:08] There has been a new submission: 'Elixir Des Merveilles eau de parfum by Hermes | Fragrance review', with flair 'Vlog'
+29254 [2020-02-22 16:47:10] /u/Biga-Catalin had their submission removed for insufficient lambda.
+29254 [2020-02-22 16:55:50] There has been a new submission: 'I hope this cheers you up a little, no hate just love 😢😢😢', with flair 'Channel Review'
+29254 [2020-02-22 16:55:51] /u/tomseconds had their submission removed for insufficient lambda.
+29254 [2020-02-22 16:58:44] '/u/hpc2018' has given '/u/Remoon101' lambda!
+29254 [2020-02-22 16:58:44] The OP received lambda too!
+29254 [2020-02-22 16:59:51] There has been a new submission: 'Would like someone to destroy my channel!', with flair 'Channel Review'
+29254 [2020-02-22 17:02:28] '/u/The_Suited_Bird' has given '/u/Cobra418' lambda!
+29254 [2020-02-22 17:02:45] '/u/hpc2018' has given '/u/BetaBradTv' lambda!
+29254 [2020-02-22 17:03:14] '/u/qzeqYT' has given '/u/SiddhM' lambda!
+29254 [2020-02-22 17:06:07] '/u/tss230' has given '/u/BetaBradTv' lambda!
+29254 [2020-02-22 17:06:07] The OP received lambda too!
+29254 [2020-02-22 17:07:17] '/u/tss230' has given '/u/Remoon101' lambda!
+29254 [2020-02-22 17:15:02] There has been a new submission: 'USELESS THINGS in NINTENDO GAMES! - would like any feedback on this video', with flair 'None'
+29254 [2020-02-22 17:15:24] '/u/MoskitoDan' has given '/u/qzeqYT' lambda!
+29254 [2020-02-22 17:15:25] The OP received lambda too!
+29254 [2020-02-22 17:15:48] '/u/tss230' has given '/u/SiddhM' lambda!
+29398 [2020-02-22 17:20:17]
+####################
+[2020-02-22 17:20:17] RESTARTED
+####################
+
+29398 [2020-02-22 17:21:31] '/u/JudgeCreed' has given '/u/SiddhM' lambda!
+29398 [2020-02-22 17:22:43] There has been a new submission: 'Hey guys, this is my first ever minecraft montage. Would love some feedback, would mean alot to me if you subbed and liked! Thanks!', with flair 'Gaming'
+29398 [2020-02-22 17:23:11] '/u/TheRealJyro' has given '/u/SiddhM' lambda!
+29398 [2020-02-22 17:25:05] There has been a new submission: 'So I'm trying to find a unique angle on retro gaming - Is it too much? (I know I might not be the only person to ever think of this but I thought I'd try it out and see what people thought) Feedback welcome :)', with flair 'Gaming'
+29398 [2020-02-22 17:25:28] There has been a new submission: 'Hello everyone! Today I have a new cleaning motivation. If you can watch and give any feedback I would greatly appreciate it!! 💕', with flair 'None'
+29398 [2020-02-22 17:29:34] There has been a new submission: 'Let me know what you think i just started', with flair 'None'
+29398 [2020-02-22 17:30:21] '/u/DarkLord152' has given '/u/SiddhM' lambda!
+29398 [2020-02-22 17:34:43] There has been a new submission: 'Minecraft HARDCORE MODE is SCARY!', with flair 'Gaming'
+29398 [2020-02-22 17:34:44] /u/VideoKam had their submission removed for insufficient lambda.
+29398 [2020-02-22 17:40:19] '/u/SiddhM' has given '/u/ThisIsCress' lambda!
+29398 [2020-02-22 17:40:19] The OP received lambda too!
+29398 [2020-02-22 17:43:25] '/u/Henry_does' has given '/u/ThisIsCress' lambda!
+29398 [2020-02-22 17:43:25] The OP received lambda too!
+29398 [2020-02-22 17:43:52] There has been a new submission: 'How can I put a link to my channel by my username?', with flair 'Discussion'
+29398 [2020-02-22 17:47:02] '/u/TheRealJyro' has given '/u/ThisIsCress' lambda!
+29398 [2020-02-22 17:48:22] '/u/Scapparelli08' has given '/u/ShikharTrivedi' lambda!
+29398 [2020-02-22 17:56:02] There has been a new submission: 'Guys i have started a youtube channel where i upload relaxing music which is compose by myself so, if you are intrested then please visit thank you!!!', with flair 'Thumbnail Review'
+29398 [2020-02-22 17:56:04] /u/PUKAR12345 had their submission removed for insufficient lambda.
+29398 [2020-02-22 17:56:19] There has been a new submission: 'Attempted (Keyword Attempted) to Find Heart Rock in Honor of Valentines Day [...and also supported another SmallYTChannel]', with flair 'Vlog'
+29398 [2020-02-22 17:58:26] There has been a new submission: 'Smoking prank this channel has been posting great funny content', with flair 'None'
+29398 [2020-02-22 17:58:27] /u/jeison241 had their submission removed for insufficient lambda.
+29398 [2020-02-22 18:11:50] '/u/lantze' has given '/u/Henry_does' lambda!
+29398 [2020-02-22 18:11:50] The OP received lambda too!
+29398 [2020-02-22 18:12:02] There has been a new submission: 'My newest video from my series on visiting old cemeteries and talking about their history! I took some advice from last time on including some longer landscape shots and wanted to know how it turned out!', with flair 'None'
+29398 [2020-02-22 18:12:20] There has been a new submission: 'Lego Star Wars: The Complete Saga Co-op Let's Play Episode/Part 1 Gameplay Walkthrough Blind Facecam', with flair 'None'
+29398 [2020-02-22 18:12:22] /u/loopy2mn had their submission removed for insufficient lambda.
+29398 [2020-02-22 18:14:45] '/u/BetaBradTv' has given '/u/Henry_does' lambda!
+29398 [2020-02-22 18:14:45] The OP received lambda too!
+29398 [2020-02-22 18:15:08] '/u/Henry_does' has given '/u/Serenity1996' lambda!
+29398 [2020-02-22 18:15:45] '/u/Henry_does' has given '/u/hf_vlogs1' lambda!
+29398 [2020-02-22 18:21:52] There has been a new submission: 'Clap your hands if you have ever seen silverback gorillas eating and interacting, you didn't miss fun.', with flair 'Video Critique'
+29398 [2020-02-22 18:21:54] /u/Gatimon had their submission removed for insufficient lambda.
+29398 [2020-02-22 18:27:40] There has been a new submission: 'Trying to find the right balance of video length, and the number of edits I can do in a reasonable time (about 2-3 hours) this is my latest attempt at finding that!', with flair 'Video Critique'
+29398 [2020-02-22 18:27:57] There has been a new submission: 'Hello reddit! This is a video I recently made with a friend of mine and would love any level of criticism. Thanks and enjoy!', with flair 'Channel Review'
+29398 [2020-02-22 18:27:58] /u/CPKHD had their submission removed for insufficient lambda.
+29398 [2020-02-22 18:29:58] '/u/MoskitoDan' has given '/u/VideoKam' lambda!
+29398 [2020-02-22 18:36:47] '/u/hpc2018' has given '/u/Henry_does' lambda!
+29398 [2020-02-22 18:39:59] There has been a new submission: 'What's with Escobar Fold 1 & Fold 2 : Should You Buy???', with flair 'Discussion'
+29398 [2020-02-22 18:40:01] /u/satej- had their submission removed for using the wrong flair.
+29398 [2020-02-22 18:46:17] There has been a new submission: 'Hello, I created a free thumbnail A/B testing tool', with flair 'Discussion'
+29398 [2020-02-22 18:54:06] There has been a new submission: 'This is a Showcase of a Custom Character I made for my WWE 2K20 Series. Every texture you see is custom made. Feedback on the overall presentation is welcome.', with flair 'Video Critique'
+29398 [2020-02-22 18:54:38] There has been a new submission: 'When you're married to a mechanic and your car breaks down on the road...', with flair 'Vlog'
+29398 [2020-02-22 18:54:40] /u/jjconner23 had their submission removed for insufficient lambda.
+29398 [2020-02-22 18:57:17] There has been a new submission: 'Hi guys!', with flair 'Discussion'
+29398 [2020-02-22 18:58:42] '/u/TheOzan' has given '/u/SiddhM' lambda!
+29398 [2020-02-22 19:01:11] '/u/MalakJoe' has given '/u/SiddhM' lambda!
+29398 [2020-02-22 19:02:11] '/u/MalakJoe' has given '/u/Cobra418' lambda!
+29534 [2020-02-22 19:20:17]
+####################
+[2020-02-22 19:20:17] RESTARTED
+####################
+
+29534 [2020-02-22 19:22:15] There has been a new submission: 'I just started my food channel? Is there space for my niche?', with flair 'Channel Review'
+29534 [2020-02-22 19:22:17] /u/jjconner23 had their submission removed for insufficient lambda.
+29534 [2020-02-22 19:23:07] There has been a new submission: 'Left 4 Dead Funny Moments!', with flair 'Gaming'
+29534 [2020-02-22 19:23:09] /u/Jokerfopl had their submission removed for insufficient lambda.
+29534 [2020-02-22 19:24:31] There has been a new submission: 'Should i export in 1080 or 1440?', with flair 'None'
+29534 [2020-02-22 19:24:33] /u/nGear had their submission removed for insufficient lambda.
+29534 [2020-02-22 19:28:35] There has been a new submission: 'I made a troll/trap Minecraft tutorial hope you guys enjoy', with flair 'Gaming'
+29534 [2020-02-22 19:28:36] /u/Absolutetrooper had their submission removed for insufficient lambda.
+29534 [2020-02-22 19:29:20] '/u/nGear' has given '/u/DiddlesRDQ' lambda!
+29534 [2020-02-22 19:29:20] The OP received lambda too!
+29534 [2020-02-22 19:30:41] There has been a new submission: '{BEGINNER HOME WORKOUTS} FOR EVERYONE WITH THE HELP OF A TRAINER', with flair 'Vlog'
+29534 [2020-02-22 19:30:43] /u/iamdestinymonique had their submission removed for insufficient lambda.
+29534 [2020-02-22 19:30:56] There has been a new submission: 'Cursed Call of Duty Zombies... (Likes/Upvotes/Feedback all appreciated!)', with flair 'Gaming'
+29534 [2020-02-22 19:33:04] There has been a new submission: 'Just Posted my 10th Vid! I don't have a Channel Trailer yet, but I have lots of ideas for that & other videos coming soon! Lambda for any helpful feedback!', with flair 'Channel Review'
+29534 [2020-02-22 19:35:29] There has been a new submission: '10 Times Monsters In MMA Were Destroyed', with flair 'Thumbnail Review'
+29534 [2020-02-22 19:35:31] /u/ponyboy2009 had their submission removed for insufficient lambda.
+29534 [2020-02-22 19:35:40] '/u/Sky-todd' has given '/u/BetaBradTv' lambda!
+29534 [2020-02-22 19:35:40] The OP received lambda too!
+29534 [2020-02-22 19:35:48] '/u/Hamlet_71' has given '/u/ShikharTrivedi' lambda!
+29534 [2020-02-22 19:42:06] '/u/Pluike' has given '/u/ThisIsCress' lambda!
+29534 [2020-02-22 19:42:06] The OP received lambda too!
+29534 [2020-02-22 19:44:21] There has been a new submission: 'Would Appreciate Some Feedback On My YouTube Video, Hope You Enjoy.', with flair 'Gaming'
+29534 [2020-02-22 19:45:10] '/u/Henry_does' has given '/u/thecrustyfox' lambda!
+29534 [2020-02-22 19:47:21] '/u/Henry_does' has given '/u/Jondavis8712' lambda!
+29534 [2020-02-22 19:53:42] There has been a new submission: 'Why is using YouTube's blurring tool so hard?', with flair 'Discussion'
+29534 [2020-02-22 19:54:59] '/u/prettyboiRandell' has given '/u/Cobra418' lambda!
+29534 [2020-02-22 19:54:59] The OP received lambda too!
+29534 [2020-02-22 19:56:55] '/u/SiddhM' has given '/u/BetaBradTv' lambda!
+29534 [2020-02-22 19:57:50] There has been a new submission: 'IM Renier Castellanos Rodriguez vs GM Peter Svidler | Minami Oroi', with flair 'Gaming'
+29534 [2020-02-22 19:57:51] /u/amazon1977 had their submission removed for insufficient lambda.
+29534 [2020-02-22 20:02:10] There has been a new submission: 'Here’s a video I made where I look at this old Ronald McDonald VHS cartoon, my style is similar to Jontron or AVGN. Any feedback would be appreciated (and also will give some of that sweet Lambda😉)', with flair 'Video Critique'
+29534 [2020-02-22 20:05:20] There has been a new submission: 'So I have listened to previous feed back and changed my thumbnails up a bit etc, so im looking for more stuff to improve on', with flair 'Gaming'
+29534 [2020-02-22 20:07:24] There has been a new submission: 'BILLIE EILISH 'NO TIME TO DIE' COVER', with flair 'Video Critique'
+29534 [2020-02-22 20:14:08] '/u/OG_Dan' has given '/u/ThisIsCress' lambda!
+29534 [2020-02-22 20:16:10] '/u/OG_Dan' has given '/u/Remoon101' lambda!
+29534 [2020-02-22 20:17:28] '/u/ImOnShroooms' has given '/u/humz_whu' lambda!
+29534 [2020-02-22 20:17:28] The OP received lambda too!
+29534 [2020-02-22 20:19:44] '/u/shadyyness' has given '/u/Jondavis8712' lambda!
+29534 [2020-02-22 20:19:44] The OP received lambda too!
+29534 [2020-02-22 20:20:27] '/u/shadyyness' has given '/u/humz_whu' lambda!
+29534 [2020-02-22 20:21:08] There has been a new submission: 'This is a recent video from my new gaming channel, The Crusty Fox. Any and all feedback greatly appreciated!', with flair 'Gaming'
+29534 [2020-02-22 20:23:25] There has been a new submission: 'In anticipation of one of the biggest boxing fight nights of the year, I created my own virtual reality boxing game video! Please let me know your thoughts, will give lambda for good reviews.', with flair 'Gaming'
+29534 [2020-02-22 20:23:53] '/u/R_Hanna' has given '/u/TheJustindsd' lambda!
+29534 [2020-02-22 20:25:57] There has been a new submission: 'NEW KILO 141 ONE SHOT ATTACHMENTS! (Best Kilo 141 Class Setup)', with flair 'Gaming'
+29534 [2020-02-22 20:25:59] /u/DiimezYT had their submission removed for insufficient lambda.
+29534 [2020-02-22 20:27:48] There has been a new submission: 'I made a video on public transportation that I was pretty proud of so wanted to share it!', with flair 'Video Critique'
+29534 [2020-02-22 20:27:56] '/u/Engelgeddon_' has given '/u/growbettereyes' lambda!
+29534 [2020-02-22 20:27:56] The OP received lambda too!
+29534 [2020-02-22 20:31:05] '/u/Serenity1996' has given '/u/humz_whu' lambda!
+29534 [2020-02-22 20:31:05] The OP received lambda too!
+29534 [2020-02-22 20:31:25] '/u/Serenity1996' has given '/u/qzeqYT' lambda!
+29534 [2020-02-22 20:35:46] There has been a new submission: 'Any tips going further in Bad North?', with flair 'Gaming'
+29534 [2020-02-22 20:35:47] /u/KristiansVG had their submission removed for insufficient lambda.
+29534 [2020-02-22 20:40:57] There has been a new submission: 'Hopefully you haven’t heard of Gavin Magnus, because he makes horrible videos. Check out our latest reaction video and leave your thoughts on how we did.', with flair 'Video Critique'
+29534 [2020-02-22 20:42:03] '/u/Scabhammer' has given '/u/iamdestinymonique' lambda!
+29534 [2020-02-22 20:42:03] The OP received lambda too!
+29534 [2020-02-22 20:44:06] There has been a new submission: 'Hey guys! So I made a funny moments video of me playing Rust on Modern Warefare! Would love some feedback from yall❤ to all! Of course I will continue to be a constructive critic on here.', with flair 'Gaming'
+29534 [2020-02-22 20:46:45] '/u/Goatsause' has given '/u/HyperMaggot' lambda!
+29534 [2020-02-22 20:46:45] The OP received lambda too!
+29534 [2020-02-22 20:48:18] '/u/Scabhammer' has given '/u/ThanusThiccMan' lambda!
+29534 [2020-02-22 20:50:27] There has been a new submission: 'YOU SHOULD HAVE COME TO MY PARTY! - Pity Party', with flair 'Gaming'
+29534 [2020-02-22 20:50:30] /u/Weak_Scallion had their submission removed for insufficient lambda.
+29534 [2020-02-22 20:52:34] There has been a new submission: 'Grandpa Guesses Smash Bros. Characters (I was hoping to know if you guys think this type of content would be better than some of my previous content.)', with flair 'Channel Review'
+29534 [2020-02-22 20:52:36] /u/PrincessPubert had their submission removed for insufficient lambda.
+29534 [2020-02-22 20:59:58] There has been a new submission: 'This Is How Much YouTube Paid Me For 50,000,000 Views', with flair 'None'
+29534 [2020-02-22 20:59:59] /u/ILYSBG had their submission removed for insufficient lambda.
+29534 [2020-02-22 21:12:29] '/u/ImOnShroooms' has given '/u/the_real_d247' lambda!
+29669 [2020-02-22 21:20:17]
+####################
+[2020-02-22 21:20:17] RESTARTED
+####################
+
+29669 [2020-02-22 21:21:30] There has been a new submission: 'DISCORD BUT WE'RE TROLLS (WE GET BANNED!)', with flair 'Video Critique'
+29669 [2020-02-22 21:21:32] /u/DrinkingSauce had their submission removed for insufficient lambda.
+29669 [2020-02-22 21:32:35] There has been a new submission: 'The End of SMPShrooms', with flair 'Gaming'
+29669 [2020-02-22 21:32:37] /u/FineManYT had their submission removed for insufficient lambda.
+29669 [2020-02-22 21:32:49] There has been a new submission: 'This is my channel', with flair 'Vlog'
+29669 [2020-02-22 21:32:51] /u/pigboi91 had their submission removed for insufficient lambda.
+29669 [2020-02-22 21:43:53] There has been a new submission: 'I've been making videos for a while but have only just posted my first video to YT. Any comments and suggestions welcome!', with flair 'Video Critique'
+29669 [2020-02-22 21:51:49] '/u/anaana994' has given '/u/thecrustyfox' lambda!
+29669 [2020-02-22 21:51:49] The OP received lambda too!
+29669 [2020-02-22 21:53:22] There has been a new submission: 'Minecraft', with flair 'Gaming'
+29669 [2020-02-22 21:53:24] /u/Christianx21 had their submission removed for insufficient lambda.
+29669 [2020-02-22 21:55:13] '/u/Scabhammer' has given '/u/habitdiseasedetect' lambda!
+29669 [2020-02-22 21:55:21] There has been a new submission: 'Minecraft- Hillside Paradise', with flair 'Gaming'
+29669 [2020-02-22 21:55:23] /u/Christianx21 had their submission removed for insufficient lambda.
+29669 [2020-02-22 21:55:33] There has been a new submission: '360 video | Tell me what you think', with flair 'Channel Review'
+29669 [2020-02-22 22:02:55] There has been a new submission: 'Need some help', with flair 'Channel Review'
+29669 [2020-02-22 22:02:57] /u/blue4928493 had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:04:23] There has been a new submission: 'My son vomits when he looks at me. - r/nosleep Narration', with flair 'Channel Review'
+29669 [2020-02-22 22:07:55] There has been a new submission: 'Tell me what you think of my new gaming video, any constructive critism is welcome (dm for collab)', with flair 'Gaming'
+29669 [2020-02-22 22:07:56] /u/AJ-PLYS had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:12:24] There has been a new submission: 'How To Stop Yo Yo Dieting And Lose Weight For Good [WITHOUT EXERCISING]', with flair 'Discussion'
+29669 [2020-02-22 22:12:26] /u/Hawg_Wild had their submission removed for using the wrong flair.
+29669 [2020-02-22 22:15:22] There has been a new submission: 'My first highlight video for my stream - please let me know what could be improved or if you enjoyed it!', with flair 'Gaming'
+29669 [2020-02-22 22:15:24] /u/mattjstwigg had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:20:25] There has been a new submission: 'Channel review', with flair 'Channel Review'
+29669 [2020-02-22 22:20:28] /u/blue4928493 had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:23:11] '/u/XXXEggNog69XXX' has given '/u/BlackThundaYT' lambda!
+29669 [2020-02-22 22:23:20] There has been a new submission: 'NEW BEST WEAPON IN THE GAME!!! - Modern Warfare Season 2', with flair 'Gaming'
+29669 [2020-02-22 22:23:22] /u/Kerbstomp66 had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:23:54] '/u/Paul_francis' has given '/u/KextNext' lambda!
+29669 [2020-02-22 22:23:55] The OP received lambda too!
+29669 [2020-02-22 22:24:03] There has been a new submission: 'Venom 2 Set video Eddie Brock screaming', with flair 'None'
+29669 [2020-02-22 22:24:05] /u/Smooveking2000 had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:24:34] '/u/Paul_francis' has given '/u/avamansouri' lambda!
+29669 [2020-02-22 22:25:14] There has been a new submission: 'Need some advise on what to improve', with flair 'Channel Review'
+29669 [2020-02-22 22:25:15] /u/blue4928493 had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:26:09] '/u/XXXEggNog69XXX' has given '/u/BetaBradTv' lambda!
+29669 [2020-02-22 22:28:14] '/u/Jondavis8712' has given '/u/leo-the-cow' lambda!
+29669 [2020-02-22 22:28:14] The OP received lambda too!
+29669 [2020-02-22 22:29:42] '/u/XXXEggNog69XXX' has given '/u/Jondavis8712' lambda!
+29669 [2020-02-22 22:31:35] '/u/anaana994' has given '/u/ParkerWillard' lambda!
+29669 [2020-02-22 22:32:57] There has been a new submission: 'Top 10 csgo aimer moments', with flair 'Gaming'
+29669 [2020-02-22 22:32:59] /u/constieL had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:34:45] '/u/prettyboiRandell' has given '/u/ParkerWillard' lambda!
+29669 [2020-02-22 22:43:37] '/u/Scabhammer' has given '/u/jenlie89' lambda!
+29669 [2020-02-22 22:46:04] There has been a new submission: 'In previous videos my voice was to low. Let me know how it is now :) - Lightroom tutorial and free preset.', with flair 'Video Critique'
+29669 [2020-02-22 22:46:14] '/u/Oozern' has given '/u/OG_Dan' lambda!
+29669 [2020-02-22 22:46:48] '/u/Scabhammer' has given '/u/ParkerWillard' lambda!
+29669 [2020-02-22 22:52:36] '/u/hpc2018' has given '/u/VanishingPencil' lambda!
+29669 [2020-02-22 22:54:40] There has been a new submission: 'blue skies - original song by nilu jade', with flair 'Video Critique'
+29669 [2020-02-22 22:54:41] /u/nilujade had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:54:55] There has been a new submission: 'I Bought Tarot from a Witch?! (I need actual video advice please! This is a comedy channel and I’m questioning my ability to make a goofy video entertaining throughout. Think Idubbbz bad unboxing here and why this doesn’t have that vibe. I think I may be better suited for commentary. Let me know!)', with flair 'Video Critique'
+29669 [2020-02-22 22:57:10] There has been a new submission: 'first Ghost recon wildlands music video', with flair 'Gaming'
+29669 [2020-02-22 22:57:11] /u/adamRussell0212 had their submission removed for insufficient lambda.
+29669 [2020-02-22 22:57:19] '/u/IdealDog' has given '/u/Remoon101' lambda!
+29669 [2020-02-22 22:57:19] The OP received lambda too!
+29669 [2020-02-22 23:00:25] There has been a new submission: 'Subscribe to my channel please', with flair 'Vlog'
+29669 [2020-02-22 23:00:27] /u/Beneficial-Young had their submission removed for insufficient lambda.
+29669 [2020-02-22 23:09:25] '/u/Scabhammer' has given '/u/smurtt' lambda!
+29669 [2020-02-22 23:09:58] '/u/Cothfotmeoo' has given '/u/Hamlet_71' lambda!
+29669 [2020-02-22 23:11:45] '/u/jenlie89' has given '/u/Polar103' lambda!
+29669 [2020-02-22 23:11:45] The OP received lambda too!
+29669 [2020-02-22 23:13:08] '/u/Scabhammer' has given '/u/Jischasing' lambda!
+29669 [2020-02-22 23:15:04] There has been a new submission: 'This is my latest video from my channel, please sub', with flair 'Gaming'
+29669 [2020-02-22 23:15:06] /u/MatchbookYT had their submission removed for insufficient lambda.
+29669 [2020-02-22 23:20:05] There has been a new submission: 'Do You Like This Video? (I made It)', with flair 'Gaming'
+29669 [2020-02-22 23:20:07] /u/ILoveRedditPeople had their submission removed for insufficient lambda.
+29870 [2020-02-22 23:20:17]
+####################
+[2020-02-22 23:20:17] RESTARTED
+####################
+
+1431 [2020-02-22 23:20:28] Updated statistics
+29870 [2020-02-22 23:21:43] '/u/TrifectaComedy' has given '/u/avamansouri' lambda!
+29870 [2020-02-22 23:22:09] There has been a new submission: 'Do You Like This Video And My Channel?', with flair 'Gaming'
+29870 [2020-02-22 23:22:11] /u/ILoveRedditPeople had their submission removed for insufficient lambda.
+29870 [2020-02-22 23:25:44] There has been a new submission: 'Do You Like This Video And My Channel?', with flair 'Gaming'
+29870 [2020-02-22 23:25:46] /u/ILoveRedditPeople had their submission removed for insufficient lambda.
+29870 [2020-02-22 23:26:07] '/u/ParkerWillard' has given '/u/Serenity1996' lambda!
+29870 [2020-02-22 23:26:07] The OP received lambda too!
+29870 [2020-02-22 23:28:08] '/u/Cobra418' has given '/u/ParkerWillard' lambda!
+29870 [2020-02-22 23:28:08] The OP received lambda too!
+29870 [2020-02-22 23:29:28] '/u/jenlie89' has given '/u/Serenity1996' lambda!
+29870 [2020-02-22 23:30:45] '/u/Cobra418' has given '/u/growbettereyes' lambda!
+29870 [2020-02-22 23:31:06] '/u/ParkerWillard' has given '/u/growbettereyes' lambda!
+29870 [2020-02-22 23:40:13] There has been a new submission: 'Seeking tips from those who enjoy booster pack openings.', with flair 'Video Critique'
+29870 [2020-02-22 23:40:29] There has been a new submission: 'GTA Online podium vehicle glitch unlimited spins! 1080p60FPS!', with flair 'Gaming'
+29870 [2020-02-22 23:40:31] /u/lonestar4567 had their submission removed for insufficient lambda.
+29870 [2020-02-22 23:48:48] There has been a new submission: 'Played Reach on PC on my channel, was wondering if my monotone voice ruined this video or if it's just fine?', with flair 'Video Critique'
+29870 [2020-02-22 23:48:48] /u/TheRealMcRock had their submission removed for insufficient lambda.
+29870 [2020-02-22 23:59:58] There has been a new submission: 'Just lookin for some praise to twist my nipples to... but I would also like constructive criticism as well', with flair 'Video Critique'
+29870 [2020-02-22 23:59:58] /u/UNLoggy had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:02:33] '/u/Lemongg' has given '/u/MadeCITYSTARS' lambda!
+29870 [2020-02-23 00:02:33] The OP received lambda too!
+29870 [2020-02-23 00:05:05] There has been a new submission: 'Struggling to grow on YouTube', with flair 'Channel Review'
+29870 [2020-02-23 00:05:07] /u/blue4928493 had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:05:34] '/u/Lemongg' has given '/u/FineappleFilms' lambda!
+29870 [2020-02-23 00:15:47] There has been a new submission: 'Provide entertainment for people', with flair 'Channel Review'
+29870 [2020-02-23 00:15:49] /u/blue4928493 had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:23:03] There has been a new submission: 'Provide people with entertainment', with flair 'Channel Review'
+29870 [2020-02-23 00:23:05] /u/blue4928493 had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:29:00] There has been a new submission: 'Provide people with entertainment', with flair 'Channel Review'
+29870 [2020-02-23 00:29:01] /u/blue4928493 had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:29:12] There has been a new submission: 'Forensic Psych YouTube Channel, Could use feedback and suggestions', with flair 'None'
+29870 [2020-02-23 00:35:32] There has been a new submission: 'I am a new YouTube and I put a lot of effort into my videos I try to be entertaining and get better at editing so I would be happy if any of you guys would check out my channel this is my newest video (the thumbnail is a joke)', with flair 'Gaming'
+29870 [2020-02-23 00:35:34] /u/Dragonmaster577 had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:36:42] '/u/hpc2018' has given '/u/LeinadArevet' lambda!
+29870 [2020-02-23 00:41:07] There has been a new submission: 'trying to provide people with entertainment, but I am struggling on YouTube', with flair 'Channel Review'
+29870 [2020-02-23 00:41:09] /u/blue4928493 had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:48:24] '/u/ParkerWillard' has given '/u/UNLoggy' lambda!
+29870 [2020-02-23 00:48:32] There has been a new submission: 'Suggestions on how to get this clip maximum exposure despite low image quality?', with flair 'Discussion'
+29870 [2020-02-23 00:48:33] /u/UselessDrive had their submission removed for using the wrong flair.
+29870 [2020-02-23 00:49:35] '/u/ParkerWillard' has given '/u/DariusShow' lambda!
+29870 [2020-02-23 00:51:38] There has been a new submission: 'Any ideas?', with flair 'Discussion'
+29870 [2020-02-23 00:52:13] There has been a new submission: 'Suggestions on how to get this clip maximum exposure despite poor image quality?', with flair 'Video Critique'
+29870 [2020-02-23 00:52:15] /u/UselessDrive had their submission removed for insufficient lambda.
+29870 [2020-02-23 00:54:26] There has been a new submission: 'Brand new to posting YT content. I make chill hip-hop/r&b/lofi instrumentals. Depends on my mood. I accept and give constructive criticism as well!', with flair 'Art'
+29870 [2020-02-23 00:54:28] /u/FromTheBoogie had their submission removed for insufficient lambda.
+29870 [2020-02-23 01:03:14] There has been a new submission: 'Looking for what I can improve on and what I did good! Good comments will be rewarded!', with flair 'Channel Review'
+29870 [2020-02-23 01:06:59] There has been a new submission: 'Love to hear some feedback about this video I’ve been working on !!!', with flair 'Channel Review'
+29870 [2020-02-23 01:07:00] /u/joecolasuono had their submission removed for insufficient lambda.
+29870 [2020-02-23 01:10:38] {ERROR} received 503 HTTP response
+29870 [2020-02-23 01:13:50] There has been a new submission: 'Kid Stinger Gaming - New Content every Monday’s, Wednesday’s, and Saturday’s - SUBSCRIBE NOW', with flair 'None'
+29870 [2020-02-23 01:13:52] /u/Kid-Stinger had their submission removed for insufficient lambda.
+30011 [2020-02-23 01:20:17]
+####################
+[2020-02-23 01:20:17] RESTARTED
+####################
+
+30011 [2020-02-23 01:20:46] '/u/acenoguera' has given '/u/hpc2018' lambda!
+30011 [2020-02-23 01:20:46] The OP received lambda too!
+30011 [2020-02-23 01:21:07] '/u/acenoguera' has given '/u/Pluike' lambda!
+30011 [2020-02-23 01:32:20] '/u/Cobra418' has given '/u/UNLoggy' lambda!
+30011 [2020-02-23 01:36:17] '/u/hpc2018' has given '/u/Haveyouheardthis-' lambda!
+30011 [2020-02-23 01:39:03] There has been a new submission: 'Best 5 dell laptops for 2020', with flair 'None'
+30011 [2020-02-23 01:39:04] /u/Robabi1 had their submission removed for insufficient lambda.
+30011 [2020-02-23 01:45:09] There has been a new submission: 'Just started YouTube, if anyone could provide feedback on my first video, I would love to hear it!', with flair 'Video Critique'
+30011 [2020-02-23 01:45:11] /u/NerdyMan314 had their submission removed for insufficient lambda.
+30011 [2020-02-23 01:51:33] There has been a new submission: 'BEST CRINGE TIK TOK COMPILATION V1', with flair 'Discussion'
+30011 [2020-02-23 01:51:35] /u/ItZ_Ash had their submission removed for using the wrong flair.
+30011 [2020-02-23 02:00:19] '/u/tommyboy_lr' has given '/u/UNLoggy' lambda!
+30011 [2020-02-23 02:00:19] The OP received lambda too!
+30011 [2020-02-23 02:05:55] '/u/Engelgeddon_' has given '/u/NerdyMan314' lambda!
+30011 [2020-02-23 02:24:00] There has been a new submission: 'Next week is super shoutout Sunday and you gain 10 too 30 active subscribers', with flair 'Discussion'
+30011 [2020-02-23 02:24:02] /u/MAIZMANZINI had their submission removed for using the wrong flair.
+30011 [2020-02-23 02:27:26] There has been a new submission: 'Just lookin for some praise to twist my nipples to... but criticism also appreciated, just absolutely shit on me', with flair 'Video Critique'
+30011 [2020-02-23 02:28:28] There has been a new submission: 'I recently got my hands on this poorly rated horror game from a decade ago. Hilariosity ensued :D All feedback on any aspect welcome! :)', with flair 'Video Critique'
+30011 [2020-02-23 02:29:54] '/u/avamansouri' has given '/u/Sky-todd' lambda!
+30011 [2020-02-23 02:30:57] There has been a new submission: 'A unique Fortnite video? Would love some criticism and honest opinions!', with flair 'Video Critique'
+30011 [2020-02-23 02:46:41] There has been a new submission: 'I am a small VR channel, please consider liking and or subscribing!', with flair 'Gaming'
+30011 [2020-02-23 02:46:43] /u/Kz1nk had their submission removed for insufficient lambda.
+30011 [2020-02-23 03:00:30] There has been a new submission: 'Is it good schedule to upload 1 video for 2 days', with flair 'Discussion'
+30011 [2020-02-23 03:02:03] There has been a new submission: 'If you like cars and need tips. Check my channel out. If you love bmws, we have an assortment.', with flair 'None'
+30011 [2020-02-23 03:02:05] /u/Mossberg128i had their submission removed for insufficient lambda.
+30011 [2020-02-23 03:17:59] There has been a new submission: 'I made 100 subscribers - so I made a celebration video.', with flair 'None'
+30011 [2020-02-23 03:18:00] /u/billbaud had their submission removed for insufficient lambda.
+30585 [2020-02-23 03:20:17]
+####################
+[2020-02-23 03:20:17] RESTARTED
+####################
+
+30585 [2020-02-23 03:21:57] There has been a new submission: 'No actual critiques...', with flair 'Discussion'
+30585 [2020-02-23 03:26:17] There has been a new submission: 'I really need your guy's support through this! As of now I will not be able to post for a WHILE so please help me get to 100 subs until I come back (read the video's description) I have better videos on my page this is just a PSA', with flair 'Gaming'
+30585 [2020-02-23 03:38:59] '/u/Scabhammer' has given '/u/AlexanderSaiko' lambda!
+30585 [2020-02-23 03:42:12] There has been a new submission: '[Discussion] Help deciding new show to react to.', with flair 'Discussion'
+30585 [2020-02-23 03:54:53] '/u/AJThrifts' has given '/u/recollectionshawaii' lambda!
+30585 [2020-02-23 03:54:53] The OP received lambda too!
+30585 [2020-02-23 03:55:24] '/u/AJThrifts' has given '/u/dzondi92' lambda!
+30585 [2020-02-23 03:55:38] '/u/AJThrifts' has given '/u/JayJamSnoo' lambda!
+30585 [2020-02-23 03:56:56] '/u/OneFor56' has given '/u/thecounselor6' lambda!
+30585 [2020-02-23 03:56:56] The OP received lambda too!
+30585 [2020-02-23 04:10:30] There has been a new submission: 'A short video I made recently. What do you think?', with flair 'Video Critique'
+30585 [2020-02-23 04:25:23] There has been a new submission: 'Hit 800 views today! :)', with flair 'Discussion'
+30585 [2020-02-23 04:26:05] '/u/Engelgeddon_' has given '/u/FineappleFilms' lambda!
+30585 [2020-02-23 04:26:15] '/u/tvstealer99' has given '/u/MacSiderman' lambda!
+30585 [2020-02-23 04:26:15] The OP received lambda too!
+30585 [2020-02-23 04:34:50] '/u/CopperPanMan' has given '/u/BetaBradTv' lambda!
+30585 [2020-02-23 04:36:26] '/u/CopperPanMan' has given '/u/lantze' lambda!
+30585 [2020-02-23 04:40:55] '/u/CopperPanMan' has given '/u/shaunyoong' lambda!
+30585 [2020-02-23 04:52:33] '/u/CopperPanMan' has given '/u/Djbernie805' lambda!
+30585 [2020-02-23 04:57:53] '/u/CopperPanMan' has given '/u/tomjedi9' lambda!
+30585 [2020-02-23 05:02:29] '/u/UNLoggy' has given '/u/daydreamer-alert' lambda!
+30585 [2020-02-23 05:02:29] The OP received lambda too!
+30585 [2020-02-23 05:12:16] '/u/Scabhammer' has given '/u/daydreamer-alert' lambda!
+30585 [2020-02-23 05:15:36] There has been a new submission: 'Throwing High Speed Discs at Things in Slow Motion - I enjoy making the short videos packed with interesting stuff, is this an interesting concept and should I keep making more of them? If so, what other things do you think it would be cool to do with this format?', with flair 'Video Critique'
+30724 [2020-02-23 05:20:17]
+####################
+[2020-02-23 05:20:17] RESTARTED
+####################
+
+30724 [2020-02-23 05:21:31] '/u/tvstealer99' has given '/u/habitdiseasedetect' lambda!
+30724 [2020-02-23 05:22:37] '/u/tvstealer99' has given '/u/NotFunnyGamer' lambda!
+30724 [2020-02-23 05:23:05] '/u/tvstealer99' has given '/u/daydreamer-alert' lambda!
+30724 [2020-02-23 05:24:34] There has been a new submission: 'Starting to create sort of tutorial/music videos - what do you think?', with flair 'Video Critique'
+30724 [2020-02-23 05:24:53] '/u/tvstealer99' has given '/u/MerpItUp' lambda!
+30724 [2020-02-23 05:45:39] '/u/StylesYT' has given '/u/DWRelive' lambda!
+30724 [2020-02-23 06:03:50] There has been a new submission: 'Demotivated after 3rd try.', with flair 'Discussion'
+30724 [2020-02-23 06:05:16] There has been a new submission: 'Demotivated after 3rd Try', with flair 'Channel Review'
+30724 [2020-02-23 06:05:18] /u/sazoki9 had their submission removed for insufficient lambda.
+30724 [2020-02-23 06:27:23] There has been a new submission: 'A different style of Fortnite video. Let me know what you think!', with flair 'Gaming'
+30724 [2020-02-23 06:28:15] There has been a new submission: 'My newest video!', with flair 'Gaming'
+30724 [2020-02-23 06:28:16] /u/greenstar120 had their submission removed for insufficient lambda.
+30724 [2020-02-23 06:29:46] '/u/tvstealer99' has given '/u/Green_Green_Gardens' lambda!
+30724 [2020-02-23 06:54:06] There has been a new submission: 'I'm restarting my YouTube channel and I'm planning on making Nintendo content.', with flair 'Gaming'
+30724 [2020-02-23 06:54:07] /u/itsgalactic had their submission removed for insufficient lambda.
+30724 [2020-02-23 07:03:07] There has been a new submission: 'Petition to add "Meme flair" here for the channels and videos about memes', with flair 'Discussion'
+30724 [2020-02-23 07:04:21] There has been a new submission: 'CSGO Random Weapons Challenge', with flair 'Gaming'
+30724 [2020-02-23 07:04:23] /u/SilverRonald had their submission removed for insufficient lambda.
+30724 [2020-02-23 07:19:58] '/u/tvstealer99' has given '/u/SilverRonald' lambda!
+31198 [2020-02-23 07:20:18]
+####################
+[2020-02-23 07:20:18] RESTARTED
+####################
+
+31198 [2020-02-23 07:22:29] '/u/XXXEggNog69XXX' has given '/u/SilverRonald' lambda!
+31198 [2020-02-23 07:52:18] '/u/jenlie89' has given '/u/daydreamer-alert' lambda!
+31198 [2020-02-23 07:54:30] '/u/jenlie89' has given '/u/habitdiseasedetect' lambda!
+31198 [2020-02-23 08:20:06] '/u/GrumpyBottom_YT' has given '/u/the_real_d247' lambda!
+31198 [2020-02-23 08:20:06] The OP received lambda too!
+31198 [2020-02-23 08:20:16] There has been a new submission: 'Amazing Destruction in WRECKFEST!', with flair 'Gaming'
+31198 [2020-02-23 08:20:18] /u/MikeCateley had their submission removed for insufficient lambda.
+31198 [2020-02-23 08:20:25] There has been a new submission: 'Onewheel Seattle, WA....Subscribe If You Wanna', with flair 'Channel Review'
+31198 [2020-02-23 08:20:27] /u/shaddow1223 had their submission removed for insufficient lambda.
+31198 [2020-02-23 08:35:00] There has been a new submission: 'I Placed A Dirt Block On the Minecraft Moon!', with flair 'Video Critique'
+31198 [2020-02-23 08:41:04] '/u/Zigbyyy' has given '/u/SiddhM' lambda!
+31198 [2020-02-23 08:46:53] There has been a new submission: 'Can you subscribe please? Literally every one sub counts in my account', with flair 'None'
+31198 [2020-02-23 08:46:54] /u/Pelochpiie had their submission removed for insufficient lambda.
+31198 [2020-02-23 08:59:27] '/u/GrumpyBottom_YT' has given '/u/HuqleReddit' lambda!
+31198 [2020-02-23 08:59:48] '/u/qzeqYT' has given '/u/daydreamer-alert' lambda!
+31198 [2020-02-23 08:59:48] The OP received lambda too!
+31198 [2020-02-23 09:01:20] '/u/qzeqYT' has given '/u/MerpItUp' lambda!
+31198 [2020-02-23 09:02:11] There has been a new submission: 'SOLO DAY HIKE - 35 minutes from Melbourne - LYSTERFIELD PARK', with flair 'Vlog'
+31198 [2020-02-23 09:03:37] '/u/qzeqYT' has given '/u/JustASunbro' lambda!
+31198 [2020-02-23 09:04:26] '/u/qzeqYT' has given '/u/HuqleReddit' lambda!
+31198 [2020-02-23 09:13:58] There has been a new submission: 'I posted a video last week that received almost 10k, which is such a dream! I also got a lot of requests for a second part, so I just uploaded it today! Hope you guys enjoy it, and please leave me some feedback on what I can improve for next time <3 :)', with flair 'Video Critique'
+31333 [2020-02-23 09:20:18]
+####################
+[2020-02-23 09:20:18] RESTARTED
+####################
+
+31333 [2020-02-23 09:23:48] '/u/anaana994' has given '/u/NiyKon' lambda!
+31333 [2020-02-23 09:32:48] '/u/invaderzoom' has given '/u/EarthsLandscape' lambda!
+31333 [2020-02-23 09:32:48] The OP received lambda too!
+31333 [2020-02-23 09:34:56] There has been a new submission: 'DiscoverEU - Interrail Germany, Switzerland and France - Cinematic Vlog - Feedback highly appreciated!', with flair 'Vlog'
+31333 [2020-02-23 09:52:39] There has been a new submission: 'After The Highest Week as YouTuber, I've Got The Lowest', with flair 'Discussion'
+31333 [2020-02-23 10:07:21] There has been a new submission: 'Starting a Trailer Youtube channel please help me grow', with flair 'Channel Review'
+31333 [2020-02-23 10:07:22] /u/iamPaul1114 had their submission removed for insufficient lambda.
+31333 [2020-02-23 10:09:57] There has been a new submission: 'Bagged- Short film', with flair 'Art'
+31333 [2020-02-23 10:09:57] /u/Benmcc1995 had their submission removed for insufficient lambda.
+31333 [2020-02-23 10:25:55] There has been a new submission: 'I hope this video can make you smile! :)', with flair 'Video Critique'
+31333 [2020-02-23 10:25:57] /u/gabagoolfam had their submission removed for insufficient lambda.
+31333 [2020-02-23 10:42:07] There has been a new submission: 'Worked on my editing skills and a bit more since my last post, wanted to know how my content is going! (comedy vlogs kinda things)', with flair 'Vlog'
+31333 [2020-02-23 10:47:18] There has been a new submission: 'Shadow of the Tomb raider cinematic', with flair 'Gaming'
+31333 [2020-02-23 10:47:19] /u/miscYT had their submission removed for insufficient lambda.
+31333 [2020-02-23 10:47:43] There has been a new submission: 'Red dead redemption 2 cinematic', with flair 'Gaming'
+31333 [2020-02-23 10:47:44] /u/miscYT had their submission removed for insufficient lambda.
+31333 [2020-02-23 10:48:13] There has been a new submission: 'I just posted a PrettyLittleThing date night outfit challenge, would love some feedback on what I could improve! :)', with flair 'None'
+31333 [2020-02-23 10:48:14] /u/sorrelwj had their submission removed for insufficient lambda.
+31333 [2020-02-23 10:58:00] There has been a new submission: 'Just started YouTube, if anyone could provide feedback on my first video, I’d love to hear it!', with flair 'Video Critique'
+31333 [2020-02-23 10:58:47] There has been a new submission: 'Marker art drawing hulk', with flair 'Art'
+31333 [2020-02-23 10:58:48] /u/Yuvendhan-B had their submission removed for insufficient lambda.
+31333 [2020-02-23 11:00:17] There has been a new submission: 'Hokkaido Winter Trip (Sapporo Snow Festival)', with flair 'Vlog'
+31333 [2020-02-23 11:00:20] /u/sinistrial420- had their submission removed for insufficient lambda.
+31333 [2020-02-23 11:04:07] There has been a new submission: '13 seconds non sense meme', with flair 'Video Critique'
+31333 [2020-02-23 11:07:55] There has been a new submission: 'Been Experimenting with my format a bit, feedback would be really helpful.', with flair 'Video Critique'
+31333 [2020-02-23 11:11:49] '/u/Mrpils' has given '/u/YourHomieJeff' lambda!
+31333 [2020-02-23 11:11:49] The OP received lambda too!
+31333 [2020-02-23 11:13:15] '/u/zippy20201' has given '/u/blazar1993' lambda!
+31333 [2020-02-23 11:13:15] The OP received lambda too!
+31333 [2020-02-23 11:19:26] '/u/TheJustindsd' has given '/u/JimmyVStheWorld' lambda!
+31333 [2020-02-23 11:19:26] The OP received lambda too!
+31468 [2020-02-23 11:20:18]
+####################
+[2020-02-23 11:20:18] RESTARTED
+####################
+
+31468 [2020-02-23 11:36:37] '/u/ImOnShroooms' has given '/u/JimmyVStheWorld' lambda!
+31468 [2020-02-23 11:41:11] '/u/DiddlesRDQ' has given '/u/BetaBradTv' lambda!
+31468 [2020-02-23 11:41:11] The OP received lambda too!
+31468 [2020-02-23 11:44:32] There has been a new submission: 'I have started my new channel on Software Development. Purpose is to show interested programmers how graphical user interface based applications can be developed with simple logic, this could help new programmers to be more interested on programming. Le't me know your thoughts.', with flair 'Channel Review'
+31468 [2020-02-23 11:44:33] /u/kousik19 had their submission removed for insufficient lambda.
+31468 [2020-02-23 11:47:24] '/u/DiddlesRDQ' has given '/u/ThanusThiccMan' lambda!
+31468 [2020-02-23 11:51:26] There has been a new submission: 'So i made this Bob ross painting with my left hand, i thought it was cool, Any thoughts or advice? (thank you )', with flair 'Channel Review'
+31468 [2020-02-23 11:51:28] /u/SIXTEENLEO had their submission removed for insufficient lambda.
+31468 [2020-02-23 11:53:28] '/u/DiddlesRDQ' has given '/u/vandan_1177' lambda!
+31468 [2020-02-23 12:01:54] There has been a new submission: 'The Gang Play R6 Siege!', with flair 'Gaming'
+31468 [2020-02-23 12:01:56] /u/DelboyETH had their submission removed for insufficient lambda.
+31468 [2020-02-23 12:06:02] '/u/NerdyMan314' has given '/u/Serenity1996' lambda!
+31468 [2020-02-23 12:06:03] The OP received lambda too!
+31468 [2020-02-23 12:07:28] '/u/NerdyMan314' has given '/u/Dharen29YT' lambda!
+31468 [2020-02-23 12:11:10] '/u/NerdyMan314' has given '/u/GenericGhost_YT' lambda!
+31468 [2020-02-23 12:13:48] There has been a new submission: 'PEWDIEPIE RUINED THIS VIDEO - Lemme know what you guys think :') HOPING FOR SUBS AHAHAH :'(', with flair 'Video Critique'
+31468 [2020-02-23 12:28:57] '/u/Green_Green_Gardens' has given '/u/Serenity1996' lambda!
+31468 [2020-02-23 12:28:57] The OP received lambda too!
+31468 [2020-02-23 12:30:23] '/u/Green_Green_Gardens' has given '/u/GenericGhost_YT' lambda!
+31468 [2020-02-23 12:36:05] '/u/DiddlesRDQ' has given '/u/DariusShow' lambda!
+31468 [2020-02-23 12:46:05] There has been a new submission: 'I posted a video yesterday of me playing the recorder to the tune of Victoria’s Laboratory from LittleBigPlanet 2', with flair 'Gaming'
+31468 [2020-02-23 12:46:07] /u/WorkingHighway1 had their submission removed for insufficient lambda.
+31468 [2020-02-23 12:47:27] There has been a new submission: 'My Trip to Sydney', with flair 'Vlog'
+31468 [2020-02-23 12:47:28] /u/BennettPlays had their submission removed for insufficient lambda.
+31468 [2020-02-23 12:52:32] There has been a new submission: 'Exploring amazing vietnam!!', with flair 'Vlog'
+31468 [2020-02-23 12:52:34] /u/vandernaam had their submission removed for insufficient lambda.
+31468 [2020-02-23 13:03:38] There has been a new submission: 'Speedrunning Minecraft while my friend hunts me down...', with flair 'Gaming'
+31468 [2020-02-23 13:03:40] /u/BentendoYoutube had their submission removed for insufficient lambda.
+31468 [2020-02-23 13:05:23] '/u/Mrpils' has given '/u/qzeqYT' lambda!
+31468 [2020-02-23 13:12:15] There has been a new submission: 'Justin Bieber - Forever (Lyrics) Ft. Post Malone & Clever', with flair 'Channel Review'
+31468 [2020-02-23 13:12:17] /u/Crowzad had their submission removed for insufficient lambda.
+31468 [2020-02-23 13:17:35] There has been a new submission: '[Discussion] Why do people hate reaction videos??', with flair 'Discussion'
+31688 [2020-02-23 13:20:18]
+####################
+[2020-02-23 13:20:18] RESTARTED
+####################
+
+31688 [2020-02-23 13:23:31] There has been a new submission: 'Need some advice', with flair 'Discussion'
+31688 [2020-02-23 13:28:36] '/u/AceFilms44' has given '/u/HuqleReddit' lambda!
+31688 [2020-02-23 13:28:36] The OP received lambda too!
+31688 [2020-02-23 13:28:56] '/u/AceFilms44' has given '/u/broham864' lambda!
+31688 [2020-02-23 13:29:23] '/u/AceFilms44' has given '/u/BenHaeku' lambda!
+31688 [2020-02-23 13:30:41] '/u/AceFilms44' has given '/u/YourSexyCellMate' lambda!
+31688 [2020-02-23 13:31:32] '/u/AceFilms44' has given '/u/tvstealer99' lambda!
+31688 [2020-02-23 13:31:46] '/u/AceFilms44' has given '/u/Kz1nk' lambda!
+31688 [2020-02-23 13:32:41] There has been a new submission: 'Drunk COD Campain #2 - The Chaos Continues! Will Give Lambda For Feedback!', with flair 'Gaming'
+31688 [2020-02-23 13:33:34] There has been a new submission: 'World's best Crab curry [vlog]', with flair 'Vlog'
+31688 [2020-02-23 13:34:12] There has been a new submission: 'Murud janjira fort vlog', with flair 'Vlog'
+31688 [2020-02-23 13:34:13] /u/jiteshsiddhu had their submission removed for insufficient lambda.
+31688 [2020-02-23 13:38:36] '/u/Mrpils' has given '/u/faithfuldoc' lambda!
+31688 [2020-02-23 13:40:54] '/u/beckyfiddeli' has given '/u/shaunyoong' lambda!
+31688 [2020-02-23 13:40:54] The OP received lambda too!
+31688 [2020-02-23 13:42:37] '/u/ShikharTrivedi' has given '/u/qzeqYT' lambda!
+31688 [2020-02-23 13:42:37] The OP received lambda too!
+31688 [2020-02-23 13:43:20] There has been a new submission: 'Hey everyone! This is my latest vlog which shows how we spent the 1st 3 days of CNY this year. Sub only if you want to, but I' here to collect useful feedback on my channel as a whole. I mainly post vlogs like these. Thanks for watching everyone! Happy creating. :D', with flair 'Channel Review'
+31688 [2020-02-23 13:49:28] '/u/hemant_rangdal' has given '/u/shaunyoong' lambda!
+31688 [2020-02-23 13:49:28] The OP received lambda too!
+31688 [2020-02-23 13:49:53] There has been a new submission: 'Original ghost story series!', with flair 'Vlog'
+31688 [2020-02-23 13:49:53] /u/sayystella had their submission removed for insufficient lambda.
+31688 [2020-02-23 13:52:53] There has been a new submission: 'PUBG MOBILE FUNNY MOMENTS... PART - 1 || GAMING CAMP', with flair 'Gaming'
+31688 [2020-02-23 13:52:55] /u/Advith31 had their submission removed for insufficient lambda.
+31688 [2020-02-23 13:58:33] '/u/ShikharTrivedi' has given '/u/faithfuldoc' lambda!
+31688 [2020-02-23 13:58:54] '/u/illicit816' has given '/u/RunningIntoBedlem' lambda!
+31688 [2020-02-23 13:58:54] The OP received lambda too!
+31688 [2020-02-23 14:02:12] There has been a new submission: 'The newest episode of My Custom Story/Machinima based on WWE 2K20. Feedback on the overall quality is welcome', with flair 'Video Critique'
+31688 [2020-02-23 14:06:34] '/u/ZebraWheelie' has given '/u/leo-the-cow' lambda!
+31688 [2020-02-23 14:06:34] The OP received lambda too!
+31688 [2020-02-23 14:08:45] '/u/humz_whu' has given '/u/Shynagua' lambda!
+31688 [2020-02-23 14:08:45] The OP received lambda too!
+31688 [2020-02-23 14:10:10] '/u/humz_whu' has given '/u/ParkerWillard' lambda!
+31688 [2020-02-23 14:11:05] '/u/humz_whu' has given '/u/Kz1nk' lambda!
+31688 [2020-02-23 14:11:17] There has been a new submission: 'What are YouTube friends and why do my comments sections is full of people asking for that?', with flair 'Discussion'
+31688 [2020-02-23 14:12:28] There has been a new submission: 'Cheesy pick up lines. I want to make a part 2 but I want to know what people think about it and what I should do better next episode. I appreciate all feedback.', with flair 'None'
+31688 [2020-02-23 14:12:46] '/u/beckyfiddeli' has given '/u/Apple-of-the-earths' lambda!
+31688 [2020-02-23 14:16:02] '/u/hemant_rangdal' has given '/u/DariusShow' lambda!
+31688 [2020-02-23 14:16:52] '/u/Scabhammer' has given '/u/JustASunbro' lambda!
+31688 [2020-02-23 14:19:13] There has been a new submission: 'Hey people! I just uploaded a new video, first time making a guide and wanted some feedback! [GoPro Hero 8 Underwater Guide] Thank you in advance!', with flair 'Video Critique'
+31688 [2020-02-23 14:21:22] There has been a new submission: 'This is one of my many reaction videos. It would be really helpful if you could give me some supportive feedbacks or criticism', with flair 'Video Critique'
+31688 [2020-02-23 14:21:25] /u/MARVEL_ous123 had their submission removed for insufficient lambda.
+31688 [2020-02-23 14:21:37] There has been a new submission: '2020 Keto weight loss channel', with flair 'None'
+31688 [2020-02-23 14:22:32] '/u/macetahead' has given '/u/Remoon101' lambda!
+31688 [2020-02-23 14:22:32] The OP received lambda too!
+31688 [2020-02-23 14:30:07] There has been a new submission: 'Hi, my girlfriend and I did a language swap/exchange video and we wanted it to be educational but not boring would be awesome if you gave us some critique and feedback on the video so we can improve cause we don't know if we should make something similar or just move to other stuff?', with flair 'Video Critique'
+31688 [2020-02-23 14:30:56] '/u/TheJustindsd' has given '/u/shaunyoong' lambda!
+31688 [2020-02-23 14:37:09] '/u/illicit816' has given '/u/DariusShow' lambda!
+31688 [2020-02-23 14:38:50] '/u/illicit816' has given '/u/TheRealJyro' lambda!
+31688 [2020-02-23 14:40:25] '/u/ShikharTrivedi' has given '/u/OPIathome' lambda!
+31688 [2020-02-23 14:47:29] {ERROR} received 503 HTTP response
+31688 [2020-02-23 14:47:49] {ERROR} received 503 HTTP response
+31838 [2020-02-23 15:20:18]
+####################
+[2020-02-23 15:20:18] RESTARTED
+####################
+
+31838 [2020-02-23 15:20:46] '/u/macetahead' has given '/u/dirs420' lambda!
+31838 [2020-02-23 15:20:46] The OP received lambda too!
+31838 [2020-02-23 15:20:57] '/u/Serenity1996' has given '/u/Apple-of-the-earths' lambda!
+31838 [2020-02-23 15:20:57] The OP received lambda too!
+31838 [2020-02-23 15:21:08] '/u/Serenity1996' has given '/u/DeadlyImpulseGaming' lambda!
+31838 [2020-02-23 15:21:41] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 8 - Ian Blake (GR Breakpoint)', with flair 'Gaming'
+31838 [2020-02-23 15:21:43] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+31838 [2020-02-23 15:21:50] There has been a new submission: 'Parodying the fake giveaway streams, would love to see how I can improve!', with flair 'Video Critique'
+31838 [2020-02-23 15:21:52] /u/PresentDirector had their submission removed for insufficient lambda.
+31838 [2020-02-23 15:21:58] There has been a new submission: 'Tallinn, Estonia in Winter', with flair 'Channel Review'
+31838 [2020-02-23 15:22:00] /u/JeevanThapa had their submission removed for insufficient lambda.
+31838 [2020-02-23 15:22:06] There has been a new submission: 'Latest video - 'Outbreak - Coronavirus COVID-19 | Is Humanity Too Late?' We've just rolled over 400 subs on week 6!', with flair 'Channel Review'
+31838 [2020-02-23 15:22:15] There has been a new submission: 'I made this short tutorial on how to make crayon inlayed coasters. Would be great if you could like and subscribe!', with flair 'Art'
+31838 [2020-02-23 15:22:23] There has been a new submission: 'Resident Evil: Revelations 2; Raid Mode - Episode 1 Mission 5', with flair 'Gaming'
+31838 [2020-02-23 15:23:29] '/u/Apple-of-the-earths' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 15:23:29] The OP received lambda too!
+31838 [2020-02-23 15:32:27] There has been a new submission: 'My girlfriend wants to make vids of the progression of her art. She needs some courage to do so, so I’m posting here. Thanks in as advance!', with flair 'Art'
+31838 [2020-02-23 15:32:29] /u/Anonyronny had their submission removed for insufficient lambda.
+31838 [2020-02-23 15:36:41] There has been a new submission: 'Feel free to give it a try! Trying to find ways to promote my VR Hypnosis relaxation and entertainment videos, giving lambda to any tips on how best to spread the word and benefits :)', with flair 'Gaming'
+31838 [2020-02-23 15:37:17] '/u/DariusShow' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 15:37:17] The OP received lambda too!
+31838 [2020-02-23 15:38:59] There has been a new submission: 'Please watch and give criticism on how I can improve my content because it isn't very good at the moment... I'll give lamba.', with flair 'Video Critique'
+31838 [2020-02-23 15:41:38] There has been a new submission: 'Hazrat Musa A.S Ka Seinkdon Meel Safar Kis Liye? | Tariq Jameel Bayan', with flair 'Discussion'
+31838 [2020-02-23 15:41:40] /u/msufwan had their submission removed for using the wrong flair.
+31838 [2020-02-23 15:48:36] '/u/JYUtube' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 15:48:36] The OP received lambda too!
+31838 [2020-02-23 15:48:47] '/u/SiddhM' has given '/u/Ghryms' lambda!
+31838 [2020-02-23 15:48:47] The OP received lambda too!
+31838 [2020-02-23 15:49:38] '/u/SiddhM' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 15:50:23] '/u/tvstealer99' has given '/u/shaunyoong' lambda!
+31838 [2020-02-23 15:50:37] '/u/JYUtube' has given '/u/Ghryms' lambda!
+31838 [2020-02-23 15:51:08] There has been a new submission: 'Question about a video that I recently posted. Is this normal?', with flair 'None'
+31838 [2020-02-23 15:52:20] '/u/tvstealer99' has given '/u/JobsyinHD' lambda!
+31838 [2020-02-23 15:53:00] '/u/tvstealer99' has given '/u/JamesCollieVlogs' lambda!
+31838 [2020-02-23 15:54:27] '/u/tvstealer99' has given '/u/TCTV_UK' lambda!
+31838 [2020-02-23 15:55:04] '/u/tvstealer99' has given '/u/illicit816' lambda!
+31838 [2020-02-23 16:00:59] There has been a new submission: 'Fun family of 20+ members seeking more to join...', with flair 'Collab'
+31838 [2020-02-23 16:02:01] '/u/beckyfiddeli' has given '/u/Putsingen' lambda!
+31838 [2020-02-23 16:08:37] There has been a new submission: 'Go subscribe to my small gaming channel, Brody’s Show!', with flair 'Gaming'
+31838 [2020-02-23 16:08:38] /u/baliko2 had their submission removed for insufficient lambda.
+31838 [2020-02-23 16:08:44] '/u/PresentDirector' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 16:08:44] The OP received lambda too!
+31838 [2020-02-23 16:12:57] '/u/hemant_rangdal' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 16:26:48] '/u/CubandCat' has given '/u/HaksX' lambda!
+31838 [2020-02-23 16:26:48] The OP received lambda too!
+31838 [2020-02-23 16:28:20] '/u/Remoon101' has given '/u/ZebraWheelie' lambda!
+31838 [2020-02-23 16:28:20] The OP received lambda too!
+31838 [2020-02-23 16:28:34] '/u/CubandCat' has given '/u/qzeqYT' lambda!
+31838 [2020-02-23 16:30:54] There has been a new submission: 'If you like pop music, you’ll like my Channel!', with flair 'None'
+31838 [2020-02-23 16:30:56] /u/inmyopinion__ had their submission removed for insufficient lambda.
+31838 [2020-02-23 16:39:10] '/u/leo-the-cow' has given '/u/Ghryms' lambda!
+31838 [2020-02-23 16:39:10] The OP received lambda too!
+31838 [2020-02-23 16:42:05] '/u/leo-the-cow' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 16:42:19] '/u/illicit816' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 16:43:07] '/u/leo-the-cow' has given '/u/JYUtube' lambda!
+31838 [2020-02-23 16:44:27] '/u/ShikharTrivedi' has given '/u/RyMeep' lambda!
+31838 [2020-02-23 16:45:14] '/u/MerpItUp' has given '/u/TCTV_UK' lambda!
+31838 [2020-02-23 16:45:15] The OP received lambda too!
+31838 [2020-02-23 17:02:55] There has been a new submission: 'Paranormal HK Back To The Scare Part 1', with flair 'Gaming'
+31838 [2020-02-23 17:02:57] /u/SwollenEyeGames had their submission removed for insufficient lambda.
+31838 [2020-02-23 17:03:07] '/u/Arrrash' has given '/u/R_Hanna' lambda!
+31838 [2020-02-23 17:03:29] '/u/Arrrash' has given '/u/Remoon101' lambda!
+31838 [2020-02-23 17:04:55] There has been a new submission: 'Any advice appreciated!', with flair 'Video Critique'
+31838 [2020-02-23 17:05:05] There has been a new submission: 'Its a good idea to change my channel from spanish content to english content?', with flair 'Discussion'
+31838 [2020-02-23 17:06:04] There has been a new submission: 'What aspect of your channel do you think is the best?', with flair 'Discussion'
+31838 [2020-02-23 17:07:07] There has been a new submission: 'Monster + Raw Egg Chug - My Friend and I Rejoined YouTube as Creators Almost 1 Year Ago and We Don't Plan On Stopping Here!', with flair 'Video Critique'
+31838 [2020-02-23 17:08:14] '/u/tss230' has given '/u/Shynagua' lambda!
+31838 [2020-02-23 17:11:06] '/u/hpc2018' has given '/u/Cmdr-Tom' lambda!
+31838 [2020-02-23 17:18:15] '/u/CubandCat' has given '/u/LNRDSHELBY' lambda!
+31973 [2020-02-23 17:20:18]
+####################
+[2020-02-23 17:20:18] RESTARTED
+####################
+
+31973 [2020-02-23 17:21:30] There has been a new submission: 'My newest video is up,, what do you guys think?', with flair 'Video Critique'
+31973 [2020-02-23 17:22:23] There has been a new submission: 'MY NEW BABY AXOLOTL | FEEDING MY AXOLOTLS', with flair 'Channel Review'
+31973 [2020-02-23 17:22:25] /u/MattThibodeau had their submission removed for insufficient lambda.
+31973 [2020-02-23 17:24:15] There has been a new submission: 'Saving The World - Latest comedy adventure short thingy! This vid took so long to make so any feedback is appreciated', with flair 'Video Critique'
+31973 [2020-02-23 17:26:22] There has been a new submission: 'Getting Facecamped in Dead By Daylight', with flair 'Gaming'
+31973 [2020-02-23 17:26:24] /u/Jokerfopl had their submission removed for insufficient lambda.
+31973 [2020-02-23 17:31:24] There has been a new submission: 'Race to the Finish - Super Meat Boy - 3 guys who don't regularly speedrun games take on Super Meat Boys first world in a race to see who can beat it the fastest. Would really like to hear thoughts and recommendations on this new series we're working on!', with flair 'Gaming'
+31973 [2020-02-23 17:31:26] /u/ThunderclubYT had their submission removed for insufficient lambda.
+31973 [2020-02-23 17:34:51] '/u/OccupiedGarrett' has given '/u/AlexEmway' lambda!
+31973 [2020-02-23 17:34:51] The OP received lambda too!
+31973 [2020-02-23 17:40:39] There has been a new submission: 'Tried out a new style of montage editing. Criticisms?', with flair 'None'
+31973 [2020-02-23 17:42:15] '/u/JYUtube' has given '/u/DarkLord152' lambda!
+31973 [2020-02-23 17:44:17] There has been a new submission: 'ObsidianCraft Teamwork Really Does Make The DreamWork (Please Give Feedback)', with flair 'Gaming'
+31973 [2020-02-23 17:44:37] There has been a new submission: 'Have any of you experienced differences between your viewers as a YTer and your viewing habits watching other YTers?', with flair 'Discussion'
+31973 [2020-02-23 17:45:10] There has been a new submission: 'Ocarina of Chill (Ocarina of Time Lo Fi Remix)', with flair 'Video Critique'
+31973 [2020-02-23 17:45:12] /u/MusikPalast had their submission removed for insufficient lambda.
+31973 [2020-02-23 17:49:35] '/u/deliriousmarc' has given '/u/AlexEmway' lambda!
+31973 [2020-02-23 17:49:35] The OP received lambda too!
+31973 [2020-02-23 17:49:40] '/u/SiddhM' has given '/u/D_munoz' lambda!
+31973 [2020-02-23 17:50:55] There has been a new submission: 'Oh Frodo', with flair 'None'
+31973 [2020-02-23 17:51:07] There has been a new submission: 'This guy deserves way more subs, he makes commentary videos like the style of memeulous or pyrocynical, Please check him out, he is aiming for 50 subs before June+', with flair 'Channel Review'
+31973 [2020-02-23 17:51:09] /u/Kenzzorr had their submission removed for insufficient lambda.
+31973 [2020-02-23 17:53:43] There has been a new submission: 'Looking for five people with Film or Star Wars centric channels!', with flair 'Collab'
+31973 [2020-02-23 18:04:45] There has been a new submission: 'Give me YouTube channels to review in a video', with flair 'Channel Review'
+31973 [2020-02-23 18:04:47] /u/justinjjhughes had their submission removed for insufficient lambda.
+31973 [2020-02-23 18:10:37] '/u/JYUtube' has given '/u/MoskitoDan' lambda!
+31973 [2020-02-23 18:11:36] '/u/tvstealer99' has given '/u/Ken98_' lambda!
+31973 [2020-02-23 18:14:26] There has been a new submission: 'Tinting my car taillights', with flair 'Vlog'
+31973 [2020-02-23 18:14:28] /u/YRFisaac had their submission removed for insufficient lambda.
+31973 [2020-02-23 18:15:43] There has been a new submission: 'Trapped In Ladies Toilet | Funny Story Time (I'm trying something new here, how is my pacing???)', with flair 'Video Critique'
+31973 [2020-02-23 18:26:40] '/u/MEDAKk-ttv-btw' has given '/u/AlexEmway' lambda!
+31973 [2020-02-23 18:26:40] The OP received lambda too!
+31973 [2020-02-23 18:26:50] '/u/macetahead' has given '/u/Remoon101' lambda!
+31973 [2020-02-23 18:28:19] There has been a new submission: 'Happy Sunday everyone! Uploading early on weekends seems to be more effective than later on weekdays so i might do it more. Anyways, the video contains disturbing moments and some language. All feedback is welcome, don't go easy on me. 😎👍', with flair 'Video Critique'
+31973 [2020-02-23 18:48:25] There has been a new submission: 'First video using sony vegas.', with flair 'Gaming'
+31973 [2020-02-23 18:48:26] /u/Yolo_Jenk1ns had their submission removed for insufficient lambda.
+31973 [2020-02-23 18:50:35] There has been a new submission: 'Students asked, Whats the hardest part about being a female', with flair 'Video Critique'
+31973 [2020-02-23 18:50:37] /u/lovelive123 had their submission removed for insufficient lambda.
+31973 [2020-02-23 18:53:00] '/u/KerfuffledPlatypus' has given '/u/B_nos' lambda!
+31973 [2020-02-23 18:53:00] The OP received lambda too!
+31973 [2020-02-23 18:56:07] '/u/lucidlevel' has given '/u/Yourpoop' lambda!
+31973 [2020-02-23 18:59:03] There has been a new submission: 'Is the background music too loud? Also, is the video lengthy? Sort of new to youtube and this is the first time I use "background music"', with flair 'Video Critique'
+31973 [2020-02-23 18:59:04] /u/AdvancedInternal8 had their submission removed for insufficient lambda.
+31973 [2020-02-23 18:59:24] '/u/AlexEmway' has given '/u/MoskitoDan' lambda!
+31973 [2020-02-23 18:59:24] The OP received lambda too!
+31973 [2020-02-23 18:59:56] '/u/OccupiedGarrett' has given '/u/Scapparelli08' lambda!
+31973 [2020-02-23 19:00:28] '/u/OccupiedGarrett' has given '/u/Ken98_' lambda!
+31973 [2020-02-23 19:01:41] There has been a new submission: 'Need help', with flair 'Channel Review'
+31973 [2020-02-23 19:01:43] /u/blue4928493 had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:03:06] There has been a new submission: 'Come get lunch with me!', with flair 'None'
+31973 [2020-02-23 19:03:08] /u/Maiihew had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:05:09] There has been a new submission: 'I just posted a video please give me feedback!!', with flair 'None'
+31973 [2020-02-23 19:05:11] /u/grumpykitten35 had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:05:20] '/u/MEDAKk-ttv-btw' has given '/u/Ken98_' lambda!
+31973 [2020-02-23 19:05:30] '/u/MEDAKk-ttv-btw' has given '/u/TheRealJyro' lambda!
+31973 [2020-02-23 19:06:06] There has been a new submission: 'Anyone know any good collab websites?', with flair 'Collab'
+31973 [2020-02-23 19:07:15] There has been a new submission: 'We went on OMEGLE while in a discord call', with flair 'Video Critique'
+31973 [2020-02-23 19:12:35] There has been a new submission: 'Let's discover Lower Silesia (Poland) | Ksiaz Castle, Ksiaz Landscape Park, Palm House, Rock Mushrooms', with flair 'Video Critique'
+31973 [2020-02-23 19:12:38] /u/couple_trippers had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:13:24] There has been a new submission: 'OVERDEER (I had alot of fun making this, hopefully you guys find it funny :) )', with flair 'Video Critique'
+31973 [2020-02-23 19:13:45] There has been a new submission: 'Hey this is a new bedwars video of mine, if you can, please leave some tips, all tips are appreciated!', with flair 'Channel Review'
+31973 [2020-02-23 19:13:47] /u/RFloupie had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:14:04] There has been a new submission: 'The most ULTIMATE Anime SHONEN Tier List', with flair 'Channel Review'
+31973 [2020-02-23 19:14:06] /u/phillslifestyle had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:14:22] There has been a new submission: 'A tutorial of an AFK fishing farm!Graphics are not the best,I would try to fix them!', with flair 'Gaming'
+31973 [2020-02-23 19:14:24] /u/iProprieties had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:16:48] There has been a new submission: 'Can you sub to my channel please?', with flair 'Gaming'
+31973 [2020-02-23 19:16:49] /u/moosenation007 had their submission removed for insufficient lambda.
+31973 [2020-02-23 19:17:30] There has been a new submission: 'Sub to my meme channel Schmacks', with flair 'None'
+31973 [2020-02-23 19:17:31] /u/Max-Does-Reddit had their submission removed for insufficient lambda.
+32109 [2020-02-23 19:20:18]
+####################
+[2020-02-23 19:20:18] RESTARTED
+####################
+
+32109 [2020-02-23 19:21:30] There has been a new submission: 'Here’s my first gear review. I usually do vlog style hikes. Thanks in advanced for critiques!', with flair 'None'
+32109 [2020-02-23 19:22:50] There has been a new submission: 'I'm pretty proud of this, I'd love any critiques you got!', with flair 'Video Critique'
+32109 [2020-02-23 19:23:09] There has been a new submission: 'Why People Are FREAKING OUT Over JAKE PAUL And HIS ANXIETY TWEET/ Looking for FEEDBACK!!!!!! THANKS FOR WATCHING!!!!', with flair 'Video Critique'
+32109 [2020-02-23 19:24:35] '/u/TheRealJyro' has given '/u/B_nos' lambda!
+32109 [2020-02-23 19:24:35] The OP received lambda too!
+32109 [2020-02-23 19:27:36] '/u/FuriousSlayer73' has given '/u/leo-the-cow' lambda!
+32109 [2020-02-23 19:27:36] The OP received lambda too!
+32109 [2020-02-23 19:29:58] There has been a new submission: 'I'm not doing anything too original, but I think it's giving my channel a nice start. What are your opinions?', with flair 'Channel Review'
+32109 [2020-02-23 19:29:59] /u/LuxVideo had their submission removed for insufficient lambda.
+32109 [2020-02-23 19:31:29] There has been a new submission: 'This is my first time posting my new video on this subreddit and this is just a "Watch Dogs 2" Funny moments that I did back in February 12th I think. I hope you guys like it!', with flair 'Gaming'
+32109 [2020-02-23 19:31:31] /u/TheWolverinecool23YT had their submission removed for insufficient lambda.
+32109 [2020-02-23 19:42:18] There has been a new submission: 'How to Export Using Shotcut | Free Video Editor', with flair 'None'
+32109 [2020-02-23 19:42:20] /u/Nerbinater had their submission removed for insufficient lambda.
+32109 [2020-02-23 19:47:41] '/u/AlexEmway' has given '/u/TheOzan' lambda!
+32109 [2020-02-23 19:53:41] There has been a new submission: 'CORONAVIRUS FOUND IN AMAZON PACKAGE!', with flair 'Channel Review'
+32109 [2020-02-23 19:53:43] /u/Le1texd had their submission removed for insufficient lambda.
+32109 [2020-02-23 19:59:09] '/u/AlexEmway' has given '/u/MarcLaton' lambda!
+32109 [2020-02-23 20:01:49] There has been a new submission: 'Hey Guys I tried a game play video on call of duty. I noticed that it has the greatest amount of watch time as opposed to my other videos as its quite long but redacted to only the action bits. Some watch throughout Mayb that can help. Feedback pls if you think this is somewhat entertaining.', with flair 'Channel Review'
+32109 [2020-02-23 20:01:51] /u/karlshere had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:02:36] '/u/leo-the-cow' has given '/u/D_munoz' lambda!
+32109 [2020-02-23 20:04:35] There has been a new submission: 'I hope you guys enjoy this type of edits some feedback would be great thanks...( SWBF 2 Edits )', with flair 'Gaming'
+32109 [2020-02-23 20:08:33] There has been a new submission: 'If you're a gamer and a meme enthusiast, I'd love if you could stop by and review/critique my commentary and rate my memes!', with flair 'Gaming'
+32109 [2020-02-23 20:10:29] There has been a new submission: 'Hard TP2 18+', with flair 'Art'
+32109 [2020-02-23 20:10:31] /u/Mamida2000 had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:15:00] There has been a new submission: 'New Thriller Shortfilm/ tell me what you think', with flair 'Channel Review'
+32109 [2020-02-23 20:15:02] /u/Sebaa_LoXx101 had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:23:16] There has been a new submission: 'I found the BEST TikTok video on the whole entire INTERNET', with flair 'Video Critique'
+32109 [2020-02-23 20:23:18] /u/ineedto-sleep had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:24:21] '/u/GrumpyBottom_YT' has given '/u/D_munoz' lambda!
+32109 [2020-02-23 20:35:42] '/u/AlexEmway' has given '/u/YourSexyCellMate' lambda!
+32109 [2020-02-23 20:39:30] There has been a new submission: 'My video :)', with flair 'Gaming'
+32109 [2020-02-23 20:39:31] /u/dipingking had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:41:54] There has been a new submission: 'Made a video showcasing the best indie games that will be coming soon, come check it out! (Any Feedback is greatly appreciated)', with flair 'Gaming'
+32109 [2020-02-23 20:43:03] '/u/UNLoggy' has given '/u/growbettereyes' lambda!
+32109 [2020-02-23 20:50:47] There has been a new submission: 'What do you think of my first gaming video?', with flair 'Video Critique'
+32109 [2020-02-23 20:51:26] There has been a new submission: 'Guys, what are your thoughts about the thumbnail that I've made?', with flair 'Thumbnail Review'
+32109 [2020-02-23 20:51:28] /u/Pizza_Doggy had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:53:26] There has been a new submission: 'Please check out my new format Idea!', with flair 'Channel Review'
+32109 [2020-02-23 20:53:28] /u/NipNapNoe had their submission removed for insufficient lambda.
+32109 [2020-02-23 20:54:23] There has been a new submission: 'Call of Duty Modern Warfare Review! Feedback? Mixed some movie quotes in ;)', with flair 'Gaming'
+32109 [2020-02-23 20:54:56] There has been a new submission: 'Good impressions click-through rate?', with flair 'Discussion'
+32109 [2020-02-23 21:01:07] '/u/D_munoz' has given '/u/Boing_gaming' lambda!
+32109 [2020-02-23 21:01:07] The OP received lambda too!
+32109 [2020-02-23 21:02:15] '/u/american_noodle' has given '/u/qzeqYT' lambda!
+32109 [2020-02-23 21:02:15] The OP received lambda too!
+32109 [2020-02-23 21:08:27] '/u/Apple-of-the-earths' has given '/u/Scapparelli08' lambda!
+32109 [2020-02-23 21:10:11] '/u/Apple-of-the-earths' has given '/u/JYUtube' lambda!
+32109 [2020-02-23 21:11:28] There has been a new submission: 'Who do you think our target audience is?', with flair 'Discussion'
+32109 [2020-02-23 21:11:30] /u/ChefMayI had their submission removed for using the wrong flair.
+32109 [2020-02-23 21:12:20] '/u/D_munoz' has given '/u/cplaprade' lambda!
+32109 [2020-02-23 21:17:33] '/u/ThisIsCress' has given '/u/qzeqYT' lambda!
+32109 [2020-02-23 21:17:33] The OP received lambda too!
+32109 [2020-02-23 21:20:16] '/u/D_munoz' has given '/u/TribeOfSnowPS4' lambda!
+32244 [2020-02-23 21:20:18]
+####################
+[2020-02-23 21:20:18] RESTARTED
+####################
+
+32244 [2020-02-23 21:22:27] There has been a new submission: 'What a good baseline setup for streaming?', with flair 'Discussion'
+32244 [2020-02-23 21:26:12] There has been a new submission: 'Advertising my birthday party, because no one wanted to go. (Got some epic reactions)', with flair 'Video Critique'
+32244 [2020-02-23 21:26:48] There has been a new submission: 'Trying to start up internet mysteries/true crime channel', with flair 'Discussion'
+32244 [2020-02-23 21:27:35] '/u/AlexEmway' has given '/u/DaimPlay27' lambda!
+32244 [2020-02-23 21:29:21] '/u/FuriousSlayer73' has given '/u/ZebraWheelie' lambda!
+32244 [2020-02-23 21:30:10] There has been a new submission: 'My IKEA Haul! Plus Some Plane Spotting!! [CC]', with flair 'Vlog'
+32244 [2020-02-23 21:32:56] There has been a new submission: 'TABS - The 2020 update is here! 22 new simulation maps and a new Cupid secret unit 💘! 😁', with flair 'Gaming'
+32244 [2020-02-23 21:32:58] /u/Monkeyfeesh had their submission removed for insufficient lambda.
+32244 [2020-02-23 21:43:32] '/u/DarkLord152' has given '/u/TheRealJyro' lambda!
+32244 [2020-02-23 21:43:32] The OP received lambda too!
+32244 [2020-02-23 21:46:28] There has been a new submission: 'Hey Guys, in this video I show you guys how to save money on your stupid student loan debt lol. Let me know what you guys think any support helps!', with flair 'Channel Review'
+32244 [2020-02-23 21:46:29] /u/LukesVlogs- had their submission removed for insufficient lambda.
+32244 [2020-02-23 21:49:08] There has been a new submission: 'Any feedback appreciated', with flair 'Video Critique'
+32244 [2020-02-23 21:49:09] /u/FlashWaveXL66769 had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:02:56] There has been a new submission: 'Is Twitter a viable way to promote videos?', with flair 'Discussion'
+32244 [2020-02-23 22:09:22] There has been a new submission: 'GIRL ADDICTED TO DRINKING GASOLINE Version 2. My first version got copyright claimed so I cut out some sections and replaced it with comedy sketches. Eager to hear what you guys think of it and hope you enjoy!', with flair 'Video Critique'
+32244 [2020-02-23 22:12:10] '/u/D_munoz' has given '/u/R_Hanna' lambda!
+32244 [2020-02-23 22:23:45] '/u/Goatsause' has given '/u/vandan_1177' lambda!
+32244 [2020-02-23 22:23:45] The OP received lambda too!
+32244 [2020-02-23 22:23:57] '/u/Remoon101' has given '/u/honeyroastedparsnip' lambda!
+32244 [2020-02-23 22:25:52] There has been a new submission: 'Feel free to give it a go :) hope u like it and give it feedback in the comments', with flair 'Video Critique'
+32244 [2020-02-23 22:25:54] /u/Chaerizboi had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:28:25] '/u/Remoon101' has given '/u/dotSlashASMR' lambda!
+32244 [2020-02-23 22:35:32] There has been a new submission: '3 more SUBSCRIBERS THEN 1000 subscribers 😆😆😆', with flair 'None'
+32244 [2020-02-23 22:35:34] /u/GoodGirlGlori had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:38:39] There has been a new submission: 'I recently started recording myself drawing fantasy maps and I'd love to hear some feedback', with flair 'Video Critique'
+32244 [2020-02-23 22:38:39] /u/SimpleMinded001 had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:42:03] There has been a new submission: 'Would putting the best parts/highlights of your video on social media sights such as TikTok/Instagram/Twitter be a good way to spread your channel', with flair 'Discussion'
+32244 [2020-02-23 22:42:55] There has been a new submission: 'if you don’t know what a rising sign is then google it 🤒', with flair 'Video Critique'
+32244 [2020-02-23 22:42:57] /u/elevestory had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:45:39] There has been a new submission: 'THIS IS INSANE!', with flair 'Discussion'
+32244 [2020-02-23 22:47:50] There has been a new submission: 'My Great Pyrenees puppy first walk - Lost a tonne of recording due to dreadful set up', with flair 'Vlog'
+32244 [2020-02-23 22:47:51] /u/Vegetable-Acadia had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:49:02] There has been a new submission: 'Hola amigos!!💕 this is our latest video, please help us reach 100 subscribers and let us know if you like our video💕💕 thank you o much!!🙏🏻🙏🏻🙏🏻', with flair 'None'
+32244 [2020-02-23 22:49:03] /u/noemariee had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:49:10] There has been a new submission: 'My video on The Star Wars Holiday Special: a 1978 movie centred around Chewbacca’s family that George Lucas has covered up.', with flair 'Video Critique'
+32244 [2020-02-23 22:49:10] /u/TohruTofuu had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:50:13] '/u/DarkLord152' has given '/u/ShaheerIsHere' lambda!
+32244 [2020-02-23 22:50:23] There has been a new submission: 'Luffy VS Lucci (Newgrounds One Piece Collab)', with flair 'Art'
+32244 [2020-02-23 22:50:25] /u/sonichat987 had their submission removed for insufficient lambda.
+32244 [2020-02-23 22:50:37] '/u/YourSexyCellMate' has given '/u/Remoon101' lambda!
+32244 [2020-02-23 22:50:37] The OP received lambda too!
+32244 [2020-02-23 22:53:41] '/u/Serenity1996' has given '/u/Remoon101' lambda!
+32244 [2020-02-23 22:57:38] '/u/DanThePanda-YT' has given '/u/Remoon101' lambda!
+32244 [2020-02-23 22:57:38] The OP received lambda too!
+32244 [2020-02-23 23:02:17] There has been a new submission: 'I play a game about a demon flower whose trying to kill you after plucking it out - I was getting scared i wasn't gonna finish this video before the time that i wanted to upload it', with flair 'Video Critique'
+32244 [2020-02-23 23:04:16] There has been a new submission: 'Your opinion on this?', with flair 'Video Critique'
+32244 [2020-02-23 23:06:27] There has been a new submission: 'BEFORE THE CREATURE THAT HIDES IN THE DARK', with flair 'Video Critique'
+32244 [2020-02-23 23:06:29] /u/Kuribo781 had their submission removed for insufficient lambda.
+32244 [2020-02-23 23:06:42] '/u/ZebraWheelie' has given '/u/Remoon101' lambda!
+32244 [2020-02-23 23:06:42] The OP received lambda too!
+32244 [2020-02-23 23:06:49] '/u/OccupiedGarrett' has given '/u/DaimPlay27' lambda!
+32244 [2020-02-23 23:07:26] '/u/OccupiedGarrett' has given '/u/daydreamer-alert' lambda!
+32244 [2020-02-23 23:08:04] '/u/OccupiedGarrett' has given '/u/growbettereyes' lambda!
+32244 [2020-02-23 23:08:15] '/u/OccupiedGarrett' has given '/u/tommyboy_lr' lambda!
+32244 [2020-02-23 23:08:37] '/u/OccupiedGarrett' has given '/u/Geoffroditis' lambda!
+32244 [2020-02-23 23:09:24] '/u/JimmyVStheWorld' has given '/u/Remoon101' lambda!
+32244 [2020-02-23 23:09:24] The OP received lambda too!
+32244 [2020-02-23 23:10:23] '/u/OccupiedGarrett' has given '/u/ChefMayI' lambda!
+32244 [2020-02-23 23:17:29] '/u/DanThePanda-YT' has given '/u/qzeqYT' lambda!
+6439 [2020-02-23 23:20:19]
+####################
+[2020-02-23 23:20:19] RESTARTED
+####################
+
+1431 [2020-02-23 23:20:41] Updated statistics
+6439 [2020-02-23 23:22:44] '/u/Sipover' has given '/u/Remoon101' lambda!
+6439 [2020-02-23 23:22:44] The OP received lambda too!
+6439 [2020-02-23 23:23:28] '/u/ZebraWheelie' has given '/u/elevestory' lambda!
+6439 [2020-02-23 23:25:05] There has been a new submission: 'Working on background music, tell me what you think', with flair 'Video Critique'
+6439 [2020-02-23 23:25:07] /u/andersong1234 had their submission removed for insufficient lambda.
+6439 [2020-02-23 23:31:10] '/u/D_munoz' has given '/u/Remoon101' lambda!
+6439 [2020-02-23 23:31:40] There has been a new submission: 'RANT: NO SOLICITING', with flair 'Video Critique'
+6439 [2020-02-23 23:36:49] There has been a new submission: 'Small channel trying to find a track, needs real feedback', with flair 'Video Critique'
+6439 [2020-02-23 23:36:51] /u/bloomingdepleted had their submission removed for insufficient lambda.
+6439 [2020-02-24 00:03:03] There has been a new submission: 'Channel trailer. Thoughts? Feedback? Comments?', with flair 'Video Critique'
+6439 [2020-02-24 00:05:44] '/u/ZebraWheelie' has given '/u/DaimPlay27' lambda!
+6439 [2020-02-24 00:12:34] '/u/Hamlet_71' has given '/u/Illfury' lambda!
+6439 [2020-02-24 00:12:34] The OP received lambda too!
+6439 [2020-02-24 00:21:47] '/u/BetaBradTv' has given '/u/broham864' lambda!
+6439 [2020-02-24 00:25:15] There has been a new submission: 'What is the BIGGEST OPEN WORLD in Video Games? - Would like any feedback on this video and on my channel!', with flair 'None'
+6439 [2020-02-24 00:31:32] There has been a new submission: 'This is my first video under a new persona I'm trying to develop with the content style I'm aiming for! I'd appreciate all the feedback I can get from my first attempt!', with flair 'Video Critique'
+6439 [2020-02-24 00:58:15] '/u/Goatsause' has given '/u/Remoon101' lambda!
+6439 [2020-02-24 00:59:49] '/u/ZebraWheelie' has given '/u/DamonsReddit' lambda!
+6439 [2020-02-24 01:06:14] '/u/B_nos' has given '/u/Remoon101' lambda!
+6439 [2020-02-24 01:06:14] The OP received lambda too!
+6439 [2020-02-24 01:07:04] There has been a new submission: 'A Monologue by a Monologue-- Any advice is more than welcome! [Comedy]', with flair 'None'
+6439 [2020-02-24 01:07:06] /u/IncoherentLeftShoe had their submission removed for insufficient lambda.
+6439 [2020-02-24 01:09:04] '/u/Hamlet_71' has given '/u/MacSiderman' lambda!
+6439 [2020-02-24 01:09:49] '/u/Hamlet_71' has given '/u/DamonsReddit' lambda!
+6439 [2020-02-24 01:11:13] There has been a new submission: 'Would mean the world if u could click and watch and let me know what you think love yall <3', with flair 'Gaming'
+6439 [2020-02-24 01:11:16] /u/DestiniiYT had their submission removed for insufficient lambda.
+6439 [2020-02-24 01:11:27] '/u/Ken98_' has given '/u/Remoon101' lambda!
+6439 [2020-02-24 01:11:27] The OP received lambda too!
+6599 [2020-02-24 01:20:19]
+####################
+[2020-02-24 01:20:19] RESTARTED
+####################
+
+6599 [2020-02-24 01:32:34] There has been a new submission: 'Finally getting comfortable talking to the camera. Anyone have any thumbnail tips?', with flair 'Vlog'
+6599 [2020-02-24 01:32:36] /u/weekendbuzzofficial had their submission removed for insufficient lambda.
+6599 [2020-02-24 01:36:45] There has been a new submission: 'Hey everyone, I'm a Gaming/Commentary YouTube channel that started 3 years ago. I've been off at college, but I'm going to get back into it soon. What do y'all think?', with flair 'Channel Review'
+6599 [2020-02-24 01:36:47] /u/Black_Midnite had their submission removed for insufficient lambda.
+6599 [2020-02-24 01:38:40] '/u/OccupiedGarrett' has given '/u/DamonsReddit' lambda!
+6599 [2020-02-24 01:41:12] There has been a new submission: 'POKEMON XY&Z AMV: THE DAY VERSION 2. This is a second version of my favorite XY&Z AMV I made, and it came out pretty awesome. Check it out and tell what you think.', with flair 'Video Critique'
+6599 [2020-02-24 01:44:13] '/u/DaimPlay27' has given '/u/64man100' lambda!
+6599 [2020-02-24 01:44:14] The OP received lambda too!
+6599 [2020-02-24 01:58:52] There has been a new submission: 'Report Card', with flair 'Art'
+6599 [2020-02-24 01:58:53] /u/gabagoolfam had their submission removed for insufficient lambda.
+6599 [2020-02-24 02:04:17] There has been a new submission: 'underated', with flair 'Gaming'
+6599 [2020-02-24 02:04:19] /u/GleezyFN_YT had their submission removed for insufficient lambda.
+6599 [2020-02-24 02:19:13] '/u/acenoguera' has given '/u/R_Hanna' lambda!
+6599 [2020-02-24 02:22:49] '/u/daydreamer-alert' has given '/u/Remoon101' lambda!
+6599 [2020-02-24 02:22:49] The OP received lambda too!
+6599 [2020-02-24 02:32:55] '/u/Hamlet_71' has given '/u/orlandoxmairena17' lambda!
+6599 [2020-02-24 02:34:18] There has been a new submission: 'New video is live! Watch me finish these two experimental blades!', with flair 'Art'
+6599 [2020-02-24 02:34:20] /u/CharlesJonesBlades had their submission removed for insufficient lambda.
+6599 [2020-02-24 02:38:41] '/u/DaimPlay27' has given '/u/Remoon101' lambda!
+6599 [2020-02-24 02:41:57] There has been a new submission: 'Beach Bums', with flair 'Video Critique'
+6599 [2020-02-24 02:42:00] /u/BockRottem96 had their submission removed for insufficient lambda.
+6599 [2020-02-24 02:43:00] There has been a new submission: 'The Spoiler Alert Network: a little bit of everything. But our most popular videos are unboxings. I’m looking for feedback and ways to improve and grow our fan base.', with flair 'Video Critique'
+6599 [2020-02-24 02:43:01] /u/SaintShowtime had their submission removed for insufficient lambda.
+6599 [2020-02-24 02:50:06] '/u/Hamlet_71' has given '/u/Remoon101' lambda!
+6599 [2020-02-24 02:56:11] There has been a new submission: 'CORONAVIRUS OFFICIAL SONG', with flair 'Vlog'
+6599 [2020-02-24 02:56:13] /u/muneyhub had their submission removed for insufficient lambda.
+6599 [2020-02-24 02:57:06] There has been a new submission: 'CORONAVIRUS OFFICIAL SONG', with flair 'Vlog'
+6599 [2020-02-24 02:57:07] /u/muneyhub had their submission removed for insufficient lambda.
+6735 [2020-02-24 03:20:19]
+####################
+[2020-02-24 03:20:19] RESTARTED
+####################
+
+6735 [2020-02-24 03:23:10] There has been a new submission: 'Octopus Intro Logo 🐙 Motion Graphics & Animation/Long version', with flair 'Art'
+6735 [2020-02-24 03:23:12] /u/genixo had their submission removed for insufficient lambda.
+6735 [2020-02-24 03:24:05] There has been a new submission: 'I pitch shifted Young Wild And Free. You are free to give feedbacks', with flair 'Video Critique'
+6735 [2020-02-24 03:24:58] There has been a new submission: 'New YouTube channel. Would like so.e support. I make gaming videos. I've had this dream of being a Youtuber since I was 10. If anyone could watch, like, and subscribe, it would mean the world to me.', with flair 'Gaming'
+6735 [2020-02-24 03:24:59] /u/SullenestWheel9 had their submission removed for insufficient lambda.
+6735 [2020-02-24 03:32:35] '/u/invaderzoom' has given '/u/shaunyoong' lambda!
+6735 [2020-02-24 03:33:49] There has been a new submission: 'Link me your channel so i can support', with flair 'None'
+6735 [2020-02-24 03:33:51] /u/wwwyourlocalock had their submission removed for insufficient lambda.
+6735 [2020-02-24 03:34:58] There has been a new submission: 'Worked really hard on this vlog. It's a 3-day compilation of what we did during CNY. It also has English and Chinese subtitles. Let me know what y'all think as I need soe honest feedback to improve! Thanks for watching and supporting!', with flair 'Video Critique'
+6735 [2020-02-24 03:35:59] '/u/shaunyoong' has given '/u/dirs420' lambda!
+6735 [2020-02-24 03:35:59] The OP received lambda too!
+6735 [2020-02-24 03:37:31] '/u/shaunyoong' has given '/u/Remoon101' lambda!
+6735 [2020-02-24 03:37:37] There has been a new submission: 'Support please', with flair 'Channel Review'
+6735 [2020-02-24 03:37:38] /u/wwwyourlocalock had their submission removed for insufficient lambda.
+6735 [2020-02-24 03:44:10] There has been a new submission: 'A friend and I play River City Girls, not a super recent upload but let me know what you think of the video :)', with flair 'Gaming'
+6735 [2020-02-24 03:48:57] There has been a new submission: 'Streaming fortnite Doing giveaways every 100 Subscribers so Subscribe for a chance to win 10$ or the battle pass also leave a like', with flair 'None'
+6735 [2020-02-24 03:48:58] /u/AceRizzo had their submission removed for insufficient lambda.
+6735 [2020-02-24 04:00:37] '/u/the_real_d247' has given '/u/Remoon101' lambda!
+6735 [2020-02-24 04:00:37] The OP received lambda too!
+6735 [2020-02-24 04:01:51] There has been a new submission: 'My "impressions click through rate" is under 4 percent... that's really low. What can I do to improve this?', with flair 'Discussion'
+6735 [2020-02-24 04:04:26] '/u/LeinadArevet' has given '/u/64man100' lambda!
+6735 [2020-02-24 04:04:26] The OP received lambda too!
+6735 [2020-02-24 04:11:04] '/u/LeinadArevet' has given '/u/Goatsause' lambda!
+6735 [2020-02-24 04:14:24] There has been a new submission: 'HELP ME REACH MY GOAL!!! 100 subs :)', with flair 'Channel Review'
+6735 [2020-02-24 04:14:26] /u/Masianboy had their submission removed for insufficient lambda.
+6735 [2020-02-24 04:19:34] '/u/Hamlet_71' has given '/u/ReverseNationYT' lambda!
+6735 [2020-02-24 04:19:47] There has been a new submission: 'Come check out my YT channel!!!', with flair 'Discussion'
+6735 [2020-02-24 04:22:07] '/u/LeinadArevet' has given '/u/DamonsReddit' lambda!
+6735 [2020-02-24 04:22:36] '/u/64man100' has given '/u/Remoon101' lambda!
+6735 [2020-02-24 04:22:36] The OP received lambda too!
+6735 [2020-02-24 04:24:18] '/u/64man100' has given '/u/DaimPlay27' lambda!
+6735 [2020-02-24 04:28:43] There has been a new submission: 'Looking for some feedback, let me know what you think. Give me some details please. Generic comments will not get Lambda. Thank you!', with flair 'Video Critique'
+6735 [2020-02-24 04:35:48] There has been a new submission: 'Looking for feedback and criticism, as well trying to expand my community if you could take the 2 minuets to watch that’d be awesome I mean that’s why we’re here right (:', with flair 'None'
+6735 [2020-02-24 04:35:49] /u/Denim-boys had their submission removed for insufficient lambda.
+6735 [2020-02-24 04:36:05] '/u/harru09' has given '/u/Remoon101' lambda!
+6735 [2020-02-24 04:36:06] The OP received lambda too!
+6735 [2020-02-24 04:50:19] There has been a new submission: 'Me and Josie get to see our little bundle of love today ❤️💝', with flair 'None'
+6735 [2020-02-24 04:50:21] /u/voreason_ had their submission removed for insufficient lambda.
+6735 [2020-02-24 05:07:26] There has been a new submission: 'Check out my mountain biking video and maybe subcribe I'm doing a giveaway at 100🥳', with flair 'Channel Review'
+6735 [2020-02-24 05:07:28] /u/CoalChristian had their submission removed for insufficient lambda.
+6872 [2020-02-24 05:20:19]
+####################
+[2020-02-24 05:20:19] RESTARTED
+####################
+
+6872 [2020-02-24 05:20:49] '/u/Illfury' has given '/u/Remoon101' lambda!
+6872 [2020-02-24 05:20:49] The OP received lambda too!
+6872 [2020-02-24 05:21:41] '/u/Illfury' has given '/u/Dharen29YT' lambda!
+6872 [2020-02-24 05:22:21] '/u/Illfury' has given '/u/Allmodsarebitches' lambda!
+6872 [2020-02-24 05:54:06] There has been a new submission: 'The World Of YouTube Tutorials - A Tribute To The YouTube Teachers | Also this is my first full video with my face. I used my phone's front cam, as I don't have a proper DSLR yet. What do you guys think about this? Please leave your feedback in the comments...', with flair 'Video Critique'
+6872 [2020-02-24 06:11:18] '/u/Illfury' has given '/u/AlexHellRazor' lambda!
+6872 [2020-02-24 06:12:37] There has been a new submission: 'Red Dead Redemption 2 Episode 4', with flair 'Gaming'
+6872 [2020-02-24 06:12:39] /u/AgentsofNOSH had their submission removed for insufficient lambda.
+6872 [2020-02-24 06:19:54] '/u/D_munoz' has given '/u/Dharen29YT' lambda!
+6872 [2020-02-24 07:01:08] There has been a new submission: 'Getting views but not subscribers?', with flair 'Channel Review'
+6872 [2020-02-24 07:01:35] There has been a new submission: 'The problem of Subscribers Liking and commenting on the video, but not actually watching?', with flair 'Discussion'
+6872 [2020-02-24 07:03:51] There has been a new submission: 'So I’m really trying to improve my video quality. I have tried using your guys feedback. And any more tips or criticism please let me know. 😁', with flair 'Video Critique'
+7229 [2020-02-24 07:20:19]
+####################
+[2020-02-24 07:20:19] RESTARTED
+####################
+
+7229 [2020-02-24 07:21:39] There has been a new submission: 'Hi guys, small youtuber here, I do commentary vids usually , heres one i did reccently, id love any feedback or just to chat , thank you :)', with flair 'Channel Review'
+7229 [2020-02-24 07:21:41] /u/SIXTEENLEO had their submission removed for insufficient lambda.
+7229 [2020-02-24 07:22:35] There has been a new submission: 'Hey guys check out my YT channel if anyone is interested in chat video. Suggestions appreciated.', with flair 'Discussion'
+7229 [2020-02-24 07:22:37] /u/Seemi221 had their submission removed for using the wrong flair.
+7229 [2020-02-24 07:23:41] '/u/Illfury' has given '/u/SkavM3' lambda!
+7229 [2020-02-24 07:32:14] There has been a new submission: 'I Just started using the headliner video editing tool. Created a few videos. I want to improve it. Any recommendations?', with flair 'Discussion'
+7229 [2020-02-24 07:32:16] /u/Caterpillarfox had their submission removed for using the wrong flair.
+7229 [2020-02-24 07:37:01] There has been a new submission: 'I just started using the headliner video editing tool and created a youtube channel. Created a few videos. I want to improve it. Any feedback on a video and on the channel too?', with flair 'Channel Review'
+7229 [2020-02-24 07:37:02] /u/Caterpillarfox had their submission removed for insufficient lambda.
+7229 [2020-02-24 07:38:42] '/u/SkavM3' has given '/u/MoskitoDan' lambda!
+7229 [2020-02-24 07:38:42] The OP received lambda too!
+7229 [2020-02-24 07:41:21] There has been a new submission: 'Hey all! I’ve recently uploaded a new video. I would love your thoughts and comments if you have any. Much appreciated 🥰 it’s on football (soccer) curses, the second part of a series I’ve done. Hope you enjoy!!', with flair 'Video Critique'
+7229 [2020-02-24 07:58:05] '/u/FergHD' has given '/u/DaimPlay27' lambda!
+7229 [2020-02-24 07:58:05] The OP received lambda too!
+7229 [2020-02-24 08:28:48] '/u/Boing_gaming' has given '/u/Remoon101' lambda!
+7229 [2020-02-24 08:28:48] The OP received lambda too!
+7229 [2020-02-24 08:35:29] '/u/Boing_gaming' has given '/u/64man100' lambda!
+7229 [2020-02-24 08:35:36] There has been a new submission: 'Eyes of the Terminator bro (CS:GO)', with flair 'Video Critique'
+7229 [2020-02-24 08:35:38] /u/LunnDee had their submission removed for insufficient lambda.
+7229 [2020-02-24 08:41:58] There has been a new submission: 'Makeup for that date 😍', with flair 'Video Critique'
+7229 [2020-02-24 08:42:00] /u/Snydermarie had their submission removed for insufficient lambda.
+7229 [2020-02-24 08:46:22] There has been a new submission: 'The problem with 50% of 20 viewers being from this subreddit.', with flair 'None'
+7229 [2020-02-24 08:46:24] /u/R_Hanna had their submission removed for insufficient lambda.
+7229 [2020-02-24 08:47:05] There has been a new submission: 'So I just got noticed by a channel with 133k subs', with flair 'Discussion'
+7229 [2020-02-24 08:47:42] There has been a new submission: 'The problem with 50% of 20 viewers being from reddit', with flair 'Discussion'
+7229 [2020-02-24 09:15:08] There has been a new submission: 'Huawei P40 and P40 Pro : Looking Better.', with flair 'Discussion'
+7229 [2020-02-24 09:15:09] /u/satej- had their submission removed for using the wrong flair.
+7425 [2020-02-24 09:20:19]
+####################
+[2020-02-24 09:20:19] RESTARTED
+####################
+
+7425 [2020-02-24 09:45:31] There has been a new submission: 'No comments or likes? Should it matter', with flair 'Discussion'
+7425 [2020-02-24 10:02:40] There has been a new submission: 'Life Chop Up & Tyson Fury NoFap Semen Retention Opposition?', with flair 'Vlog'
+7425 [2020-02-24 10:02:42] /u/EmyG28 had their submission removed for insufficient lambda.
+7425 [2020-02-24 10:27:18] There has been a new submission: 'WITH a whopping 268 views and TEN likes, ‘HARD CASE’ is by far my most popular sketch (and it’s one of my early-ish ones). I’d love it to A:) Hit 300 plus views, B:) Have someone just tear it to pieces. CAUTION: The video is in colloquial North East English, which may upset Americans.', with flair 'Video Critique'
+7425 [2020-02-24 10:43:17] '/u/GrumpyBottom_YT' has given '/u/Dharen29YT' lambda!
+7425 [2020-02-24 10:59:53] There has been a new submission: '102 Boba Fett Killstreak! - SWB2 ✔️', with flair 'Gaming'
+7425 [2020-02-24 10:59:53] /u/Mo_Salah_ had their submission removed for insufficient lambda.
+7425 [2020-02-24 11:07:13] There has been a new submission: 'Exclusive: "Bakit Ko Daw Tinuturo Maging Miserable"- Maricar Reyes-Poon | HumanMeter', with flair 'None'
+7425 [2020-02-24 11:07:14] /u/IndividualGuide had their submission removed for insufficient lambda.
+7558 [2020-02-24 11:20:19]
+####################
+[2020-02-24 11:20:19] RESTARTED
+####################
+
+7558 [2020-02-24 11:22:35] '/u/american_noodle' has given '/u/Dharen29YT' lambda!
+7558 [2020-02-24 11:23:58] There has been a new submission: 'I need feedback regarding to my work on youtube. Im from pakistan. URDU/HINDI language people pls see my channel.thanks in advance', with flair 'Vlog'
+7558 [2020-02-24 11:24:00] /u/p4papaa had their submission removed for insufficient lambda.
+7558 [2020-02-24 11:39:14] '/u/Jondavis8712' has given '/u/Dharen29YT' lambda!
+7558 [2020-02-24 11:47:31] '/u/Sipover' has given '/u/vigalovescomics' lambda!
+7558 [2020-02-24 11:56:30] There has been a new submission: 'Sketches are slowly climbing up to 100 views, so proud even though seems so little compared to others. Got a few more others in the work, would love to know what you think!', with flair 'Video Critique'
+7558 [2020-02-24 11:56:31] /u/Iamthewalrusgod101 had their submission removed for insufficient lambda.
+7558 [2020-02-24 12:21:00] '/u/TCTV_UK' has given '/u/tc19851' lambda!
+7558 [2020-02-24 12:21:00] The OP received lambda too!
+7558 [2020-02-24 12:44:35] There has been a new submission: 'I live on a small island with 60k population (Bermuda) and started a satirical video series criticizing issues we face locally. This is the latest episode on gun violence. Would love some international critique!', with flair 'Video Critique'
+7558 [2020-02-24 12:48:47] There has been a new submission: 'BABY STEALS A CAR! (skit)', with flair 'Vlog'
+7558 [2020-02-24 12:56:01] There has been a new submission: 'I do gaming videos, haven’t uploaded in a while but plan to soon. Any feedback will be appreciated', with flair 'Video Critique'
+7558 [2020-02-24 12:57:59] There has been a new submission: 'Sacred Valley, Peru - Archealogical Incan tour to Aguas Calientes | Travel Vlog | South America [Feedback and tips welcome!]', with flair 'Vlog'
+7558 [2020-02-24 12:58:00] /u/OZManHam had their submission removed for insufficient lambda.
+7558 [2020-02-24 12:59:44] There has been a new submission: 'How Hard is it to Make a Game? - Indie Game Development', with flair 'Video Critique'
+7558 [2020-02-24 13:01:16] '/u/KerfuffledPlatypus' has given '/u/Remoon101' lambda!
+7558 [2020-02-24 13:12:27] There has been a new submission: 'My friend and I started a gaming channel. We’re really proud of this video so it would mean a lot if you’d check it out and maybe give some feedback!', with flair 'Gaming'
+7558 [2020-02-24 13:12:29] /u/realmrhampton had their submission removed for insufficient lambda.
+8086 [2020-02-24 13:20:19]
+####################
+[2020-02-24 13:20:19] RESTARTED
+####################
+
+8086 [2020-02-24 13:23:16] There has been a new submission: 'please let me know what you think made my second edit video', with flair 'None'
+8086 [2020-02-24 13:26:56] '/u/Hamlet_71' has given '/u/AlexHellRazor' lambda!
+8086 [2020-02-24 13:29:14] '/u/OccupiedGarrett' has given '/u/user9774' lambda!
+8086 [2020-02-24 13:29:32] '/u/OccupiedGarrett' has given '/u/JLSpinner' lambda!
+8086 [2020-02-24 13:29:54] '/u/OccupiedGarrett' has given '/u/SecretActorMan' lambda!
+8086 [2020-02-24 13:30:04] '/u/Hamlet_71' has given '/u/MigookinTeecha' lambda!
+8086 [2020-02-24 13:32:05] '/u/Hamlet_71' has given '/u/Geno0o' lambda!
+8086 [2020-02-24 13:35:24] '/u/Hamlet_71' has given '/u/Max_Robertson' lambda!
+8086 [2020-02-24 13:35:35] '/u/Hamlet_71' has given '/u/tc19851' lambda!
+8086 [2020-02-24 13:35:51] '/u/DaimPlay27' has given '/u/GrumpyBottom_YT' lambda!
+8086 [2020-02-24 13:36:59] '/u/jimb0z_' has given '/u/CHINXSCHIGULU' lambda!
+8086 [2020-02-24 13:36:59] The OP received lambda too!
+8086 [2020-02-24 13:37:08] '/u/jimb0z_' has given '/u/tc19851' lambda!
+8086 [2020-02-24 13:44:43] '/u/_GoatBandit_' has given '/u/CHINXSCHIGULU' lambda!
+8086 [2020-02-24 13:44:43] The OP received lambda too!
+8086 [2020-02-24 13:46:12] There has been a new submission: 'Working on starting an outdoor channel. Any tips would be appreciated!', with flair 'None'
+8086 [2020-02-24 13:46:13] /u/BigMouthBrice had their submission removed for insufficient lambda.
+8086 [2020-02-24 13:51:21] '/u/Remoon101' has given '/u/KerfuffledPlatypus' lambda!
+8086 [2020-02-24 13:52:21] '/u/trinath71288' has given '/u/leo-the-cow' lambda!
+8086 [2020-02-24 13:52:21] The OP received lambda too!
+8086 [2020-02-24 13:53:44] '/u/_GoatBandit_' has given '/u/Illfury' lambda!
+8086 [2020-02-24 13:55:35] '/u/DaimPlay27' has given '/u/KingOberon13' lambda!
+8086 [2020-02-24 13:56:10] '/u/Remoon101' has given '/u/shaunyoong' lambda!
+8086 [2020-02-24 14:02:23] There has been a new submission: 'The online store TaoBao, has launched a physical store in Malaysia! This is a vlog that I've filmed a while back showing you guys how it looks like inside! Let me know what you think about it. Thanks for watching everyone!', with flair 'Vlog'
+8086 [2020-02-24 14:08:15] '/u/TCTV_UK' has given '/u/Remoon101' lambda!
+8086 [2020-02-24 14:08:38] '/u/_GoatBandit_' has given '/u/Rayzxvl' lambda!
+8086 [2020-02-24 14:08:45] '/u/jimb0z_' has given '/u/Remoon101' lambda!
+8086 [2020-02-24 14:12:48] There has been a new submission: '[Reading]Updoot Tales r/prorevenge Karma takes away a man's fake business and his ability to walk properly. Feel free to let me know what you think.', with flair 'Video Critique'
+8086 [2020-02-24 14:14:08] There has been a new submission: 'hey i just uploaded be sure to give me some feedback and if u enjoy be sure to like and subscribe for more videos :)', with flair 'None'
+8086 [2020-02-24 14:14:31] There has been a new submission: 'How To Edit Videos In Mobile Phone Using YouCut Video Editor And Video Maker [Free Android App]', with flair 'Video Critique'
+8086 [2020-02-24 14:17:40] There has been a new submission: 'I would love to have your feedback!', with flair 'Channel Review'
+8086 [2020-02-24 14:17:41] /u/Charlie_7threegamers had their submission removed for insufficient lambda.
+8086 [2020-02-24 14:21:32] '/u/_GoatBandit_' has given '/u/KerfuffledPlatypus' lambda!
+8086 [2020-02-24 14:21:41] There has been a new submission: 'Have any of you looked into hiring out editors?', with flair 'Discussion'
+8086 [2020-02-24 14:22:20] '/u/jimb0z_' has given '/u/shaunyoong' lambda!
+8086 [2020-02-24 14:23:39] '/u/_GoatBandit_' has given '/u/Remoon101' lambda!
+8086 [2020-02-24 14:25:48] There has been a new submission: 'Gunna / Lil Baby Type Beat', with flair 'None'
+8086 [2020-02-24 14:25:49] /u/prodSMAX had their submission removed for insufficient lambda.
+8086 [2020-02-24 14:32:55] '/u/DaimPlay27' has given '/u/endego24' lambda!
+8086 [2020-02-24 14:37:00] There has been a new submission: 'How To Be A Great Leader featuring Simon Sinek!', with flair 'Video Critique'
+8086 [2020-02-24 14:37:44] '/u/_GoatBandit_' has given '/u/MafiasFinestTV' lambda!
+8086 [2020-02-24 14:39:58] '/u/shaunyoong' has given '/u/FPVMARK' lambda!
+8086 [2020-02-24 14:39:59] The OP received lambda too!
+8086 [2020-02-24 14:44:06] There has been a new submission: 'Newest video is up. Let me know what you all think. Where can I improve? THE CALL OF THE WILD - MOVIE REVIEW By Featured Films', with flair 'Video Critique'
+8086 [2020-02-24 14:50:37] There has been a new submission: 'Have you seen these guys? They're in the Sonic movie too! I'm tryna get better at thumbs with as little text as possible.', with flair 'Thumbnail Review'
+8086 [2020-02-24 14:50:40] /u/Y2K_RetroShow had their submission removed for insufficient lambda.
+8086 [2020-02-24 14:55:14] '/u/_GoatBandit_' has given '/u/Y2K_RetroShow' lambda!
+8086 [2020-02-24 15:13:02] '/u/_GoatBandit_' has given '/u/NipNapNoe' lambda!
+8219 [2020-02-24 15:20:19]
+####################
+[2020-02-24 15:20:19] RESTARTED
+####################
+
+8219 [2020-02-24 15:28:14] There has been a new submission: 'Let me know if there's anything you think can be improved', with flair 'Video Critique'
+8219 [2020-02-24 15:29:09] There has been a new submission: 'Check out my latest video', with flair 'None'
+8219 [2020-02-24 15:29:10] /u/MICHELLE_cronje had their submission removed for insufficient lambda.
+8219 [2020-02-24 15:39:44] '/u/64man100' has given '/u/CHINXSCHIGULU' lambda!
+8219 [2020-02-24 15:40:03] '/u/TCTV_UK' has given '/u/Babocks_Show' lambda!
+8219 [2020-02-24 15:54:47] '/u/RantsWithRogers' has given '/u/Remoon101' lambda!
+8219 [2020-02-24 15:54:47] The OP received lambda too!
+8219 [2020-02-24 16:05:21] '/u/tc19851' has given '/u/Remoon101' lambda!
+8219 [2020-02-24 16:05:21] The OP received lambda too!
+8219 [2020-02-24 16:11:23] There has been a new submission: 'Some feedback would be great thanks ( SWBF 2 edits )', with flair 'Video Critique'
+8219 [2020-02-24 16:13:12] '/u/SkavM3' has given '/u/LNRDSHELBY' lambda!
+8219 [2020-02-24 16:20:42] '/u/MafiasFinestTV' has given '/u/KerfuffledPlatypus' lambda!
+8219 [2020-02-24 16:20:42] The OP received lambda too!
+8219 [2020-02-24 16:35:08] There has been a new submission: 'TDEE - What is it? How will it help you?', with flair 'Video Critique'
+8219 [2020-02-24 16:35:09] /u/Amorganskate had their submission removed for insufficient lambda.
+8219 [2020-02-24 16:36:01] '/u/SkavM3' has given '/u/qzeqYT' lambda!
+8219 [2020-02-24 16:36:29] '/u/MafiasFinestTV' has given '/u/Remoon101' lambda!
+8219 [2020-02-24 16:41:57] There has been a new submission: 'CHILD BIRTH SIMULATOR CHALLENGE ON MAX LEVEL !!!', with flair 'Vlog'
+8219 [2020-02-24 16:41:59] /u/mannyslife had their submission removed for insufficient lambda.
+8219 [2020-02-24 16:46:59] There has been a new submission: 'Tassel Maker by Clover Review', with flair 'Vlog'
+8219 [2020-02-24 16:48:17] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 9 - An Eye For An AI (GR Breakpoint)', with flair 'Gaming'
+8219 [2020-02-24 16:48:18] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+8219 [2020-02-24 16:49:49] There has been a new submission: 'Part 9 of my Super Mario Maker 2 streams. More to come! Level codes always welcome!', with flair 'Gaming'
+8219 [2020-02-24 16:49:50] /u/ItsaMeCannoli had their submission removed for insufficient lambda.
+8219 [2020-02-24 17:01:38] There has been a new submission: 'Surviving The Apocalypse With our wits [Arizona Sunshine] Part 2', with flair 'Gaming'
+8219 [2020-02-24 17:01:41] /u/CrimsonTheFirst had their submission removed for insufficient lambda.
+8219 [2020-02-24 17:02:53] There has been a new submission: 'That algorithm boost bois', with flair 'Discussion'
+8219 [2020-02-24 17:04:56] '/u/EngineeringJuice' has given '/u/Meps_SEO_Romania' lambda!
+8219 [2020-02-24 17:04:56] The OP received lambda too!
+8219 [2020-02-24 17:09:10] There has been a new submission: 'What is Inside a Bike Pedal?', with flair 'Thumbnail Review'
+8352 [2020-02-24 17:20:19]
+####################
+[2020-02-24 17:20:19] RESTARTED
+####################
+
+8352 [2020-02-24 17:23:02] '/u/EngineeringJuice' has given '/u/Remoon101' lambda!
+8352 [2020-02-24 17:23:02] The OP received lambda too!
+8352 [2020-02-24 17:26:06] '/u/jimb0z_' has given '/u/NipNapNoe' lambda!
+8352 [2020-02-24 17:37:41] '/u/actuallyBIG' has given '/u/endego24' lambda!
+8352 [2020-02-24 17:37:41] The OP received lambda too!
+8352 [2020-02-24 17:38:30] '/u/actuallyBIG' has given '/u/Remoon101' lambda!
+8352 [2020-02-24 17:38:52] '/u/MOTzTuber' has given '/u/NipNapNoe' lambda!
+8352 [2020-02-24 17:38:52] The OP received lambda too!
+8352 [2020-02-24 17:38:57] There has been a new submission: '[VRChat Hypnosis] ElletheBelle Positivity Hypnosis in Virtual Reality. This video oddly got a lot more views from the get-go than a lot of my other ones at the time and I'm trying to identify what went right with it. Also wondering if it'd be worth it to pursue doing more vids like this :)', with flair 'Video Critique'
+8352 [2020-02-24 17:39:32] '/u/MOTzTuber' has given '/u/amriyeniiii' lambda!
+8352 [2020-02-24 17:40:53] '/u/MOTzTuber' has given '/u/Remoon101' lambda!
+8352 [2020-02-24 17:48:43] There has been a new submission: 'Britt & Jax Watch Sims 5 Trailer | Real or Fake? | Would Someone Go Online Just to Spread Lies?', with flair 'Gaming'
+8352 [2020-02-24 17:48:44] /u/Nerdorina had their submission removed for insufficient lambda.
+8352 [2020-02-24 17:50:38] '/u/thebentknitter' has given '/u/EngineeringJuice' lambda!
+8352 [2020-02-24 17:50:38] The OP received lambda too!
+8352 [2020-02-24 17:51:21] '/u/thebentknitter' has given '/u/Remoon101' lambda!
+8352 [2020-02-24 17:56:15] '/u/MafiasFinestTV' has given '/u/Nerdorina' lambda!
+8352 [2020-02-24 17:59:28] There has been a new submission: 'Looking for feedback on my latest video, I dont usually play games like this 😅', with flair 'Gaming'
+8352 [2020-02-24 17:59:28] /u/BlackCoffinx had their submission removed for insufficient lambda.
+8352 [2020-02-24 18:00:46] There has been a new submission: 'Britt & Jax Watch Sims 5 Trailer | Real or Fake? | Who Would Go on the Internet Just to Spread Lies?', with flair 'Gaming'
+8352 [2020-02-24 18:10:36] There has been a new submission: 'Newest video, looking for some feedback! Going for a sort of interrupted, minimal editing, storytelling feel, while trying to still make it engaging. How is the pacing and does the format work well?', with flair 'Video Critique'
+8352 [2020-02-24 18:10:38] /u/notanironmanbtw had their submission removed for insufficient lambda.
+8352 [2020-02-24 18:14:51] There has been a new submission: 'Rainbow Six Siege Fails & Wins', with flair 'Gaming'
+8352 [2020-02-24 18:14:53] /u/TheDesperado350 had their submission removed for insufficient lambda.
+8352 [2020-02-24 18:21:13] '/u/CHINXSCHIGULU' has given '/u/Remoon101' lambda!
+8352 [2020-02-24 18:21:13] The OP received lambda too!
+8352 [2020-02-24 18:22:07] '/u/CHINXSCHIGULU' has given '/u/Amorganskate' lambda!
+8352 [2020-02-24 18:39:52] There has been a new submission: 'We NEED 2 Factor Authentication (why it's needed on things like Ring)', with flair 'Video Critique'
+8352 [2020-02-24 18:39:53] /u/coletv had their submission removed for insufficient lambda.
+8352 [2020-02-24 18:41:02] There has been a new submission: 'My First month on Youtube', with flair 'Discussion'
+8352 [2020-02-24 18:41:16] There has been a new submission: 'You're The Reason I Did It', with flair 'Channel Review'
+8352 [2020-02-24 18:41:18] /u/biolifeallday had their submission removed for insufficient lambda.
+8352 [2020-02-24 18:42:25] There has been a new submission: 'Holy Shit!! 200 Subs!', with flair 'Discussion'
+8352 [2020-02-24 18:42:27] /u/LordMvulcan had their submission removed for using the wrong flair.
+8352 [2020-02-24 18:43:03] There has been a new submission: 'Any opinions about my latest video?', with flair 'Video Critique'
+8352 [2020-02-24 19:05:28] There has been a new submission: 'Software for connecting 3 people in one stream?', with flair 'Gaming'
+8352 [2020-02-24 19:05:29] /u/DarkeningLight1 had their submission removed for insufficient lambda.
+8352 [2020-02-24 19:07:02] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda!
+8352 [2020-02-24 19:12:18] There has been a new submission: 'I keep losing subs', with flair 'Discussion'
+8352 [2020-02-24 19:12:25] There has been a new submission: '[Discussion] can you cancel a YouTube ownership transfer?', with flair 'Discussion'
+8352 [2020-02-24 19:19:26] There has been a new submission: 'How to grow your channel with 0 views and subscribers', with flair 'Discussion'
+8352 [2020-02-24 19:19:27] /u/cookiedeclassified had their submission removed for using the wrong flair.
+8486 [2020-02-24 19:20:19]
+####################
+[2020-02-24 19:20:19] RESTARTED
+####################
+
+8486 [2020-02-24 19:22:05] There has been a new submission: 'Growing a YouTube channel from 0', with flair 'Channel Review'
+8486 [2020-02-24 19:22:07] /u/cookiedeclassified had their submission removed for insufficient lambda.
+8486 [2020-02-24 19:29:35] There has been a new submission: 'Looking for an app to make my videos', with flair 'Discussion'
+8486 [2020-02-24 19:39:02] There has been a new submission: 'Pushing YouTube links on social media, starting to feel a little beggy', with flair 'Discussion'
+8486 [2020-02-24 19:41:24] There has been a new submission: 'The next episode of ark and rob runs into some trouble with the hands, while I find an alpha raptor, hope you enjoy', with flair 'Gaming'
+8486 [2020-02-24 19:41:26] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+8486 [2020-02-24 19:41:38] '/u/_GoatBandit_' has given '/u/VanishingPencil' lambda!
+8486 [2020-02-24 19:52:18] '/u/Nerdorina' has given '/u/notanironmanbtw' lambda!
+8486 [2020-02-24 19:52:18] The OP received lambda too!
+8486 [2020-02-24 20:05:13] There has been a new submission: 'Is this a bit too offensive?', with flair 'Channel Review'
+8486 [2020-02-24 20:06:06] There has been a new submission: 'My first video!', with flair 'Video Critique'
+8486 [2020-02-24 20:06:07] /u/theedale1 had their submission removed for insufficient lambda.
+8486 [2020-02-24 20:12:43] There has been a new submission: 'Crossed 500 subs', with flair 'Discussion'
+8486 [2020-02-24 20:13:30] '/u/Ralfzer0' has given '/u/Jischasing' lambda!
+8486 [2020-02-24 20:13:30] The OP received lambda too!
+8486 [2020-02-24 20:23:29] There has been a new submission: 'New to YouTube', with flair 'None'
+8486 [2020-02-24 20:23:31] /u/Fallingshadows12 had their submission removed for insufficient lambda.
+8486 [2020-02-24 20:40:49] There has been a new submission: 'Building Shrek out of Matches', with flair 'Video Critique'
+8486 [2020-02-24 20:40:52] /u/Electric_Mauser had their submission removed for insufficient lambda.
+8486 [2020-02-24 20:54:07] There has been a new submission: 'Anyone want some lambdas for criticism? :-)', with flair 'Channel Review'
+8486 [2020-02-24 20:54:09] /u/mattnovum had their submission removed for insufficient lambda.
+8486 [2020-02-24 20:57:08] There has been a new submission: 'What 3 things do you do in every video to promote it? That brings in the most views of coarse.', with flair 'Discussion'
+8486 [2020-02-24 20:59:43] There has been a new submission: 'How to bake Lembas bread from Lord of the Rings', with flair 'Channel Review'
+8486 [2020-02-24 20:59:43] /u/offthepiecharts had their submission removed for insufficient lambda.
+8486 [2020-02-24 21:03:45] There has been a new submission: 'Hey guys! I uploaded this video two days ago but YouTube automatically blocked it for 48 hrs since it uses clips from a cartoon. I’d appreciate some feedback. I’ve been really trying to up my quality counting I don’t really know how to edit. Giving out lambda to the helpful peeps!', with flair 'Video Critique'
+8486 [2020-02-24 21:10:39] There has been a new submission: 'What would you do if someone stole something you worked hard on?', with flair 'Discussion'
+8486 [2020-02-24 21:11:37] '/u/fabiotic' has given '/u/FPVMARK' lambda!
+8486 [2020-02-24 21:11:37] The OP received lambda too!
+8486 [2020-02-24 21:11:47] There has been a new submission: 'We just made a new video! Tell us what we should change or what you liked.', with flair 'Video Critique'
+8486 [2020-02-24 21:11:49] /u/samaster21 had their submission removed for insufficient lambda.
+8486 [2020-02-24 21:14:47] There has been a new submission: 'Left Right Art Challenge | Trying a new edit style. Critique please.', with flair 'None'
+8486 [2020-02-24 21:16:01] There has been a new submission: 'Sau horny', with flair 'Gaming'
+8486 [2020-02-24 21:16:03] /u/Dante1LP had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:20:19]
+####################
+[2020-02-24 21:20:19] RESTARTED
+####################
+
+8619 [2020-02-24 21:23:13] '/u/Nerdorina' has given '/u/endego24' lambda!
+8619 [2020-02-24 21:27:07] There has been a new submission: 'Play Fifa? Then check out these custom tactics and player instructions..be beast on the ball', with flair 'Gaming'
+8619 [2020-02-24 21:27:09] /u/isaac_the_dope had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:27:26] '/u/NumberedUsername432' has given '/u/Sky-todd' lambda!
+8619 [2020-02-24 21:27:26] The OP received lambda too!
+8619 [2020-02-24 21:31:43] '/u/Boing_gaming' has given '/u/Dante1LP' lambda!
+8619 [2020-02-24 21:33:22] '/u/MafiasFinestTV' has given '/u/mattnovum' lambda!
+8619 [2020-02-24 21:39:16] There has been a new submission: 'anyone mind giving giving me a channel review?', with flair 'Channel Review'
+8619 [2020-02-24 21:39:17] /u/alwaysFaded_YT had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:46:56] There has been a new submission: 'Hello peeps', with flair 'None'
+8619 [2020-02-24 21:46:57] /u/FunnyPassenger4 had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:48:27] There has been a new submission: 'New YouTube', with flair 'None'
+8619 [2020-02-24 21:48:28] /u/Fallingshadows12 had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:49:06] There has been a new submission: 'GET TO KNOW ME Q&A', with flair 'None'
+8619 [2020-02-24 21:49:07] /u/SavelaMadikane had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:49:46] There has been a new submission: 'New YouTube Channel :D', with flair 'Gaming'
+8619 [2020-02-24 21:49:47] /u/maxjoness had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:52:59] There has been a new submission: 'Looking for Gaming content?? Check out my channel @masianboy !!! Help me reach 100 subs 😊😊😊', with flair 'Discussion'
+8619 [2020-02-24 21:55:34] There has been a new submission: 'I personally really like the derelict Aperture aesthetic of this chamber, and the final move in this puzzle is very satisfying to pull off. - Perpetual Testing #123 "Bridge Basher" By maggot.macdonald.', with flair 'Gaming'
+8619 [2020-02-24 21:55:36] /u/ngeruma had their submission removed for insufficient lambda.
+8619 [2020-02-24 21:56:08] '/u/_GoatBandit_' has given '/u/midget-hunter' lambda!
+8619 [2020-02-24 21:57:34] There has been a new submission: 'video', with flair 'Gaming'
+8619 [2020-02-24 21:57:35] /u/AidenPlaysGames_YT had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:00:16] There has been a new submission: 'Steve Squad - Ft Jokerfopl', with flair 'Discussion'
+8619 [2020-02-24 22:00:19] /u/AidenPlaysGames_YT had their submission removed for using the wrong flair.
+8619 [2020-02-24 22:00:32] There has been a new submission: 'Hey looking for some fun Star Wars gaming content? Come check out the channel! I play battlefront 2015 and soon will be starting a Fallen Order let’s play!', with flair 'Gaming'
+8619 [2020-02-24 22:00:34] /u/GCDxHigh had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:03:26] There has been a new submission: 'If anyone is a fan of Super Smash Bros Melee I post tournament related footage on my channel as well as some Super Smash Bros Ultimate.', with flair 'Gaming'
+8619 [2020-02-24 22:03:28] /u/Swagner999 had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:03:45] There has been a new submission: 'Sau horny', with flair 'Gaming'
+8619 [2020-02-24 22:03:47] /u/Dante1LP had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:07:37] There has been a new submission: 'Sub4sub 10v10 permanent', with flair 'Gaming'
+8619 [2020-02-24 22:07:39] /u/miscYT had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:20:08] There has been a new submission: 'I havent gained more than 5 subs since i started taking youtube seriously 6 months ago', with flair 'Discussion'
+8619 [2020-02-24 22:25:12] There has been a new submission: 'I NEED YOUR ADVICE about adding story narration to my channel. HELP :)', with flair 'Discussion'
+8619 [2020-02-24 22:34:10] There has been a new submission: 'when you're left alone with the weird friend', with flair 'Meta'
+8619 [2020-02-24 22:34:12] /u/Grandwhish had their submission removed for using the wrong flair.
+8619 [2020-02-24 22:35:20] There has been a new submission: 'Hey Guys posted my second video, if anyone would like to check it out and give me some constructive feedback that would be great 😊', with flair 'Video Critique'
+8619 [2020-02-24 22:35:21] /u/AdamTalksFootball had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:42:29] '/u/Sipover' has given '/u/PokemaniacOctoru' lambda!
+8619 [2020-02-24 22:42:29] The OP received lambda too!
+8619 [2020-02-24 22:46:47] There has been a new submission: 'Here it is guys the round 1 highlights congratulations to everyone moving on to round 2', with flair 'Gaming'
+8619 [2020-02-24 22:46:48] /u/HELLRAZOR-929 had their submission removed for insufficient lambda.
+8619 [2020-02-24 22:48:04] '/u/Jondavis8712' has given '/u/hustleit1' lambda!
+8619 [2020-02-24 22:48:04] The OP received lambda too!
+8619 [2020-02-24 22:50:01] There has been a new submission: 'I make Minecraft videos.', with flair 'Discussion'
+8619 [2020-02-24 23:05:47] There has been a new submission: 'My latest video. allow me a few minutes of your time, and of course leave your feedback. thank you!', with flair 'Gaming'
+8619 [2020-02-24 23:07:37] There has been a new submission: 'FUNNY 2 Kill Dub! ft. Yodie & JohnnyCash (Fortnite Battle Royale)', with flair 'Gaming'
+8619 [2020-02-24 23:07:38] /u/Jbirdd21 had their submission removed for insufficient lambda.
+8619 [2020-02-24 23:09:17] There has been a new submission: 'Mad Max | Fire & Blood [FanVideo/Tribute]', with flair 'Video Critique'
+8619 [2020-02-24 23:17:15] '/u/VanishingPencil' has given '/u/deliriousmarc' lambda!
+8619 [2020-02-24 23:17:15] The OP received lambda too!
+8816 [2020-02-24 23:20:20]
+####################
+[2020-02-24 23:20:20] RESTARTED
+####################
+
+1431 [2020-02-24 23:20:55] Updated statistics
+8816 [2020-02-24 23:29:25] There has been a new submission: 'CANON T3i DSLR VS GOPRO 6 BLK *VLOGGING ASPECT', with flair 'Vlog'
+8816 [2020-02-24 23:29:26] /u/TheVoiceBehind had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:33:03] There has been a new submission: 'The 4 Most Annoying Players in Madden 20', with flair 'Gaming'
+8816 [2020-02-24 23:33:05] /u/TGG14564 had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:33:50] There has been a new submission: 'Looking for editing feedback on science channel', with flair 'None'
+8816 [2020-02-24 23:33:52] /u/SizoC had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:38:44] There has been a new submission: 'Started my YT for my film projects', with flair 'None'
+8816 [2020-02-24 23:38:46] /u/Charmycole had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:42:30] There has been a new submission: 'Just uploaded a movie commentary for "Mac And Me". Its pretty well edited and real funny.', with flair 'Video Critique'
+8816 [2020-02-24 23:42:32] /u/roxisboxstorm had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:48:08] '/u/Sipover' has given '/u/deliriousmarc' lambda!
+8816 [2020-02-24 23:49:53] '/u/VanishingPencil' has given '/u/Grimreads' lambda!
+8816 [2020-02-24 23:51:54] There has been a new submission: 'This meme edit I made for Rainbow Six Siege, subscribe if you enjoy', with flair 'Gaming'
+8816 [2020-02-24 23:51:56] /u/PrimeSyndrome had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:55:01] There has been a new submission: 'RUST MOMENTS THAT MAKE ME QUESTION MY SANITY...', with flair 'Gaming'
+8816 [2020-02-24 23:55:02] /u/AdriaN2k had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:55:54] There has been a new submission: 'Free Channel Reviews LIVE! Shoutouts & Youtube Tips to Grow Your Channel!', with flair 'Channel Review'
+8816 [2020-02-24 23:55:55] /u/pusastudios had their submission removed for insufficient lambda.
+8816 [2020-02-24 23:59:57] '/u/VanishingPencil' has given '/u/MasterofRevels' lambda!
+8816 [2020-02-25 00:00:49] '/u/VanishingPencil' has given '/u/Jischasing' lambda!
+8816 [2020-02-25 00:01:46] '/u/Sipover' has given '/u/Fade__21' lambda!
+8816 [2020-02-25 00:02:34] '/u/VanishingPencil' has given '/u/shytownx' lambda!
+8816 [2020-02-25 00:04:04] There has been a new submission: 'Streaming your Stream - Budget PC Game Streaming with GeForce Now | Probably the video I invested most of my time by now. Each and every time I post here, I get awesome feedback, so hit me! I've done the edits over the span of about a week and I feel like the voiceover is too soft.', with flair 'Video Critique'
+8816 [2020-02-25 00:04:40] There has been a new submission: '5 Years of Halo 5: Unsatisfying Compilation for fun :)', with flair 'Video Critique'
+8816 [2020-02-25 00:04:53] '/u/Sipover' has given '/u/Grimreads' lambda!
+8816 [2020-02-25 00:06:58] '/u/deliriousmarc' has given '/u/VanishingPencil' lambda!
+8816 [2020-02-25 00:07:19] '/u/_GoatBandit_' has given '/u/MasterofRevels' lambda!
+8816 [2020-02-25 00:08:15] '/u/_GoatBandit_' has given '/u/shytownx' lambda!
+8816 [2020-02-25 00:20:50] '/u/vigalovescomics' has given '/u/MalakJoe' lambda!
+8816 [2020-02-25 00:20:50] The OP received lambda too!
+8816 [2020-02-25 00:27:50] There has been a new submission: 'Modern Warfare Season 2 is Hell- steam highlights #3', with flair 'Video Critique'
+8816 [2020-02-25 00:27:51] /u/brandon_w2012 had their submission removed for insufficient lambda.
+8816 [2020-02-25 00:34:58] There has been a new submission: 'Comedy Night: The Beginning of the Shit Bucket', with flair 'Gaming'
+8816 [2020-02-25 00:35:00] /u/Jokerfopl had their submission removed for insufficient lambda.
+8816 [2020-02-25 00:36:24] There has been a new submission: 'I'm making an AMA video about life in Japan, and I need YOUR questions! The most interesting questions will be featured in the video (including username/channel name), so please comment either on this YouTube video or in this thread. Thanks everyone!', with flair 'Collab'
+8816 [2020-02-25 00:36:26] /u/WalfieOnYouTube had their submission removed for using the wrong flair.
+8816 [2020-02-25 00:43:28] '/u/shytownx' has given '/u/vincal69' lambda!
+8816 [2020-02-25 00:43:29] The OP received lambda too!
+8816 [2020-02-25 00:47:13] '/u/shytownx' has given '/u/usedmop' lambda!
+8816 [2020-02-25 00:49:57] There has been a new submission: 'I'm making an AMA video about life in Japan, and I need YOUR questions! The most interesting questions will be featured in the video (including username/channel name), so please comment either on this YouTube video or in this thread. Thanks everyone!', with flair 'Vlog'
+8816 [2020-02-25 00:58:59] There has been a new submission: 'Kilo Renn Vs. The Ice Age Baby', with flair 'Video Critique'
+8816 [2020-02-25 00:59:00] /u/LordMvulcan had their submission removed for insufficient lambda.
+8816 [2020-02-25 01:07:56] '/u/Illfury' has given '/u/cheekynandos058' lambda!
+8816 [2020-02-25 01:08:40] There has been a new submission: 'The Most Personal Q & A Ever !!!', with flair 'Video Critique'
+8816 [2020-02-25 01:08:41] /u/vincal69 had their submission removed for insufficient lambda.
+8816 [2020-02-25 01:09:01] '/u/Sipover' has given '/u/cookiedeclassified' lambda!
+8816 [2020-02-25 01:09:27] There has been a new submission: 'What yall think of my content?', with flair 'Channel Review'
+8816 [2020-02-25 01:09:27] /u/Titanosaurusdotexe had their submission removed for insufficient lambda.
+8816 [2020-02-25 01:18:02] '/u/_GoatBandit_' has given '/u/NocturnalFudj' lambda!
+8816 [2020-02-25 01:18:24] There has been a new submission: 'I FOUND A SECRET LAB!!!!!', with flair 'Gaming'
+8816 [2020-02-25 01:18:25] /u/YouTube_RioKrazy21 had their submission removed for insufficient lambda.
+9021 [2020-02-25 01:20:20]
+####################
+[2020-02-25 01:20:20] RESTARTED
+####################
+
+9021 [2020-02-25 01:33:55] There has been a new submission: 'I did a little , like short film type of deal to convey my Headspace with everything i do hope ya like it', with flair 'Video Critique'
+9021 [2020-02-25 01:33:57] /u/RageGochester had their submission removed for insufficient lambda.
+9021 [2020-02-25 01:35:07] There has been a new submission: 'What do you think?', with flair 'None'
+9021 [2020-02-25 01:35:08] /u/ardaras had their submission removed for insufficient lambda.
+9021 [2020-02-25 01:40:31] '/u/shytownx' has given '/u/spygentlemen' lambda!
+9021 [2020-02-25 01:44:42] There has been a new submission: 'Thank you guys so much for helping me get to 400 subs! 100 away from a tattoo!', with flair 'Gaming'
+9021 [2020-02-25 01:44:44] /u/slodermay had their submission removed for insufficient lambda.
+9021 [2020-02-25 01:55:16] '/u/shytownx' has given '/u/MovieMortal' lambda!
+9021 [2020-02-25 01:57:53] There has been a new submission: 'FUNNY vlog', with flair 'Vlog'
+9021 [2020-02-25 01:58:01] '/u/VanishingPencil' has given '/u/Sliprych' lambda!
+9021 [2020-02-25 01:58:06] There has been a new submission: 'WHAT DID I BUY?! | EXPERIMENT WITH ME | 21OBSESSIONS', with flair 'Video Critique'
+9021 [2020-02-25 02:02:13] There has been a new submission: 'I know the main critiques, no background music, no commentary, unoriginal game choice, but I’d like to hear some new things I can change in future edits', with flair 'Video Critique'
+9021 [2020-02-25 02:02:15] /u/EffortIsOverrated had their submission removed for insufficient lambda.
+9021 [2020-02-25 02:18:35] '/u/IdealDog' has given '/u/MafiasFinestTV' lambda!
+9021 [2020-02-25 02:18:35] The OP received lambda too!
+9021 [2020-02-25 02:19:56] There has been a new submission: 'Ugly singing challenge on monkey 🐵 ‼️🤣', with flair 'None'
+9021 [2020-02-25 02:19:56] /u/_yazzy_ had their submission removed for insufficient lambda.
+9021 [2020-02-25 02:21:20] '/u/shytownx' has given '/u/ThiccAssClap' lambda!
+9021 [2020-02-25 02:23:26] '/u/Illfury' has given '/u/The_Suited_Bird' lambda!
+9021 [2020-02-25 02:24:04] '/u/WalfieOnYouTube' has given '/u/Sliprych' lambda!
+9021 [2020-02-25 02:24:05] The OP received lambda too!
+9021 [2020-02-25 02:24:17] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+9021 [2020-02-25 02:24:35] '/u/WalfieOnYouTube' has given '/u/BusaFalconeer' lambda!
+9021 [2020-02-25 02:34:40] '/u/shaunyoong' has given '/u/amriyeniiii' lambda!
+9021 [2020-02-25 02:35:16] '/u/shaunyoong' has given '/u/Remoon101' lambda!
+9021 [2020-02-25 02:36:06] '/u/shaunyoong' has given '/u/NotFunnyGamer' lambda!
+9021 [2020-02-25 02:36:45] '/u/shaunyoong' has given '/u/tommyboy_lr' lambda!
+9021 [2020-02-25 02:37:14] '/u/thecounselor6' has given '/u/NocturnalFudj' lambda!
+9021 [2020-02-25 02:37:14] The OP received lambda too!
+9021 [2020-02-25 02:38:08] '/u/thecounselor6' has given '/u/Sliprych' lambda!
+9021 [2020-02-25 02:41:26] There has been a new submission: 'We Took Terrible Buzzfeed Quizzes', with flair 'Video Critique'
+9021 [2020-02-25 02:46:38] '/u/VanishingPencil' has given '/u/shaunyoong' lambda!
+9021 [2020-02-25 02:59:38] '/u/WalfieOnYouTube' has given '/u/ThiccAssClap' lambda!
+9021 [2020-02-25 03:08:58] There has been a new submission: 'My channel is dedicated to original orchestral and piano compositions (most of which are free to use; just ask me about specific pieces and then credit me!) This is a dark solo piano piece titled "North Sea." I experimented with using a moving background on this one. Hope you enjoy!', with flair 'Video Critique'
+9021 [2020-02-25 03:11:59] '/u/WalfieOnYouTube' has given '/u/shaunyoong' lambda!
+9160 [2020-02-25 03:20:20]
+####################
+[2020-02-25 03:20:20] RESTARTED
+####################
+
+9160 [2020-02-25 03:22:18] There has been a new submission: 'Exploring the FROZEN Ice Castles in Dillon , Colorado', with flair 'Vlog'
+9160 [2020-02-25 03:22:20] /u/TheTriniTrin had their submission removed for insufficient lambda.
+9160 [2020-02-25 03:22:31] '/u/VanishingPencil' has given '/u/HarwareThrift' lambda!
+9160 [2020-02-25 03:23:15] '/u/VanishingPencil' has given '/u/SilverRonald' lambda!
+9160 [2020-02-25 03:31:48] There has been a new submission: 'Asking for feedback on this question, thought I’d cross post it here as well.', with flair 'Discussion'
+9160 [2020-02-25 03:50:02] '/u/biftyscent' has given '/u/shaunyoong' lambda!
+9160 [2020-02-25 03:50:02] The OP received lambda too!
+9160 [2020-02-25 03:50:39] '/u/VanishingPencil' has given '/u/Remoon101' lambda!
+9160 [2020-02-25 03:54:53] '/u/shytownx' has given '/u/Remoon101' lambda!
+9160 [2020-02-25 04:01:57] '/u/thecounselor6' has given '/u/Remoon101' lambda!
+9160 [2020-02-25 04:02:23] '/u/Remoon101' has given '/u/Grimreads' lambda!
+9160 [2020-02-25 04:02:23] The OP received lambda too!
+9160 [2020-02-25 04:03:35] '/u/Remoon101' has given '/u/shaunyoong' lambda!
+9160 [2020-02-25 04:06:30] '/u/thecounselor6' has given '/u/EffortIsOverrated' lambda!
+9160 [2020-02-25 04:18:12] '/u/MasterofRevels' has given '/u/spygentlemen' lambda!
+9160 [2020-02-25 04:18:12] The OP received lambda too!
+9160 [2020-02-25 04:19:21] '/u/MasterofRevels' has given '/u/Remoon101' lambda!
+9160 [2020-02-25 04:22:15] '/u/endego24' has given '/u/vincal69' lambda!
+9160 [2020-02-25 04:22:15] The OP received lambda too!
+9160 [2020-02-25 04:24:13] '/u/endego24' has given '/u/Remoon101' lambda!
+9160 [2020-02-25 04:26:33] '/u/shytownx' has given '/u/grumpykitten35' lambda!
+9160 [2020-02-25 04:32:54] '/u/endego24' has given '/u/EffortIsOverrated' lambda!
+9160 [2020-02-25 04:39:21] There has been a new submission: 'Apex Legends Battle Royale Highlights/Best Clips/Funny Moments in Season...', with flair 'Video Critique'
+9160 [2020-02-25 04:39:22] /u/jebmcw had their submission removed for insufficient lambda.
+9160 [2020-02-25 04:40:35] '/u/SkavM3' has given '/u/Frosty_Macaron' lambda!
+9160 [2020-02-25 04:47:38] '/u/thebentknitter' has given '/u/shaunyoong' lambda!
+9160 [2020-02-25 04:48:01] There has been a new submission: 'Anyone who is wanting to grow their channel like my small channel. We can play pubg mobile together and help each other out. Do let me know. 😋', with flair 'Collab'
+9160 [2020-02-25 04:57:00] There has been a new submission: 'GTA V Online Funny Moments Video, my first step back into YT after a year or two of stoppage', with flair 'Gaming'
+9160 [2020-02-25 04:59:08] '/u/shytownx' has given '/u/EffortIsOverrated' lambda!
+9160 [2020-02-25 05:02:16] There has been a new submission: 'I know the main critiques, no background music, no commentary, unoriginal game choice, etc. But I’d like to hear some new things I can change in future edits', with flair 'Video Critique'
+9160 [2020-02-25 05:05:57] '/u/LeinadArevet' has given '/u/Amorganskate' lambda!
+9160 [2020-02-25 05:07:33] '/u/vigalovescomics' has given '/u/Remoon101' lambda!
+9160 [2020-02-25 05:08:24] '/u/vigalovescomics' has given '/u/shaunyoong' lambda!
+9664 [2020-02-25 05:20:20]
+####################
+[2020-02-25 05:20:20] RESTARTED
+####################
+
+9664 [2020-02-25 05:30:55] There has been a new submission: 'I HIT 100 SUBS!!!! ROAD TO 200 COMING!!! LETS GO 😄 check me out i make gaming content 😊', with flair 'Discussion'
+9664 [2020-02-25 05:59:18] There has been a new submission: 'Making Some Laughs on Omegle - Who is with me?', with flair 'Meta'
+9664 [2020-02-25 05:59:19] /u/TrimericMist had their submission removed for using the wrong flair.
+9664 [2020-02-25 05:59:54] There has been a new submission: 'How do i post video in here', with flair 'Discussion'
+9664 [2020-02-25 06:05:22] '/u/Jellyquent' has given '/u/BusaFalconeer' lambda!
+9664 [2020-02-25 06:05:22] The OP received lambda too!
+9664 [2020-02-25 06:10:13] '/u/Jellyquent' has given '/u/MafiasFinestTV' lambda!
+9664 [2020-02-25 06:15:00] '/u/Jellyquent' has given '/u/Remoon101' lambda!
+9664 [2020-02-25 06:16:54] There has been a new submission: 'My New Streamlined Video Format. I removed all of the "fat" and only include entertaining segments.', with flair 'Video Critique'
+9664 [2020-02-25 06:19:31] There has been a new submission: 'My new vlog shows off one of my favourite places to go which is a bit of a hidden spot just out side of my city. Please watch and let me know how my story telling is going. Is there enough to keep your interest? I want to get better at viewer retention so I can hopefully gain more subs.', with flair 'Vlog'
+9664 [2020-02-25 06:28:52] There has been a new submission: 'I traveled to Paris for the first time vlog', with flair 'Vlog'
+9664 [2020-02-25 06:28:53] /u/JP11jr had their submission removed for insufficient lambda.
+9664 [2020-02-25 06:31:51] '/u/Ralfzer0' has given '/u/Grimreads' lambda!
+9664 [2020-02-25 06:32:18] '/u/Ralfzer0' has given '/u/Sky-todd' lambda!
+9664 [2020-02-25 06:33:31] '/u/KingOberon13' has given '/u/Remoon101' lambda!
+9664 [2020-02-25 06:33:31] The OP received lambda too!
+9664 [2020-02-25 06:41:32] '/u/Green_Green_Gardens' has given '/u/DariusShow' lambda!
+9664 [2020-02-25 06:50:38] There has been a new submission: 'FS2020 “Airports” Scenes in 3.5 minutes', with flair 'Gaming'
+9664 [2020-02-25 06:50:40] /u/magnehelic had their submission removed for insufficient lambda.
+10264 [2020-02-25 07:20:20]
+####################
+[2020-02-25 07:20:20] RESTARTED
+####################
+
+10264 [2020-02-25 07:21:45] '/u/JLSpinner' has given '/u/JP11jr' lambda!
+10264 [2020-02-25 07:21:45] The OP received lambda too!
+10264 [2020-02-25 08:20:07] '/u/_GoatBandit_' has given '/u/shaunyoong' lambda!
+10264 [2020-02-25 08:39:25] '/u/IdealDog' has given '/u/Remoon101' lambda!
+10264 [2020-02-25 09:12:52] '/u/thecounselor6' has given '/u/shaunyoong' lambda!
+10264 [2020-02-25 09:20:07] There has been a new submission: 'Buddy Run to Botanical Gardens', with flair 'Video Critique'
+10264 [2020-02-25 09:20:09] /u/theironmaneducator had their submission removed for insufficient lambda.
+10406 [2020-02-25 09:20:20]
+####################
+[2020-02-25 09:20:20] RESTARTED
+####################
+
+10406 [2020-02-25 09:22:47] There has been a new submission: 'How I Trudged from Yishun to Botanical Gardens', with flair 'Video Critique'
+10406 [2020-02-25 09:22:49] /u/theironmaneducator had their submission removed for insufficient lambda.
+10406 [2020-02-25 09:27:53] '/u/ReubenRanchYTGaming' has given '/u/JP11jr' lambda!
+10406 [2020-02-25 09:27:53] The OP received lambda too!
+10406 [2020-02-25 09:41:32] There has been a new submission: 'Made a video about why, I personally dislike TikTok. My audio recording software messed up and my voice sounds a little bit bad, but it should be better in the next video. Any criticism is highly appreciated!', with flair 'Video Critique'
+10406 [2020-02-25 09:47:01] '/u/GenericGhost_YT' has given '/u/Remoon101' lambda!
+10406 [2020-02-25 09:47:01] The OP received lambda too!
+10406 [2020-02-25 10:03:04] There has been a new submission: 'How To Solve The Lootbox Problem - a silly video about how we can stop lootboxes and microtransactions. Will give Lambda to any *legit* feedback! :)', with flair 'Video Critique'
+10406 [2020-02-25 10:07:36] '/u/questforeco' has given '/u/time2van' lambda!
+10406 [2020-02-25 10:07:36] The OP received lambda too!
+10406 [2020-02-25 10:11:10] '/u/questforeco' has given '/u/sheymyster' lambda!
+10406 [2020-02-25 10:27:41] There has been a new submission: 'First episode of my animated scifi series. If you like surreal suspense and horror it might be for you if you give it a chance.', with flair 'Video Critique'
+10406 [2020-02-25 10:31:33] There has been a new submission: 'If any Youtuber needs or wants a good editor then just message me on fiverr @Actually_edits', with flair 'Discussion'
+10406 [2020-02-25 10:54:17] '/u/JLSpinner' has given '/u/actuallyBIG' lambda!
+10406 [2020-02-25 10:55:25] '/u/NocturnalFudj' has given '/u/actuallyBIG' lambda!
+10406 [2020-02-25 10:55:25] The OP received lambda too!
+10406 [2020-02-25 10:55:38] '/u/JLSpinner' has given '/u/masterchronos1' lambda!
+10406 [2020-02-25 11:00:47] There has been a new submission: 'The end of my first series!', with flair 'Gaming'
+10406 [2020-02-25 11:03:40] There has been a new submission: 'The end of my first series!!', with flair 'Gaming'
+10406 [2020-02-25 11:03:42] /u/AlexHellRazor had their submission removed for insufficient lambda.
+10406 [2020-02-25 11:08:19] There has been a new submission: 'Almost at my first 10 subs!', with flair 'Discussion'
+10406 [2020-02-25 11:09:02] There has been a new submission: 'Just having a little fun and making fun of some xbox pleb 😂 #ESO #elderscrollsonline', with flair 'Gaming'
+10406 [2020-02-25 11:09:03] /u/Unfadingsilence had their submission removed for insufficient lambda.
+10541 [2020-02-25 11:20:20]
+####################
+[2020-02-25 11:20:20] RESTARTED
+####################
+
+10541 [2020-02-25 11:30:37] There has been a new submission: 'New video, made some changes by adding a hook at the beginning this time - let me know what you think 😊', with flair 'Video Critique'
+10541 [2020-02-25 11:31:27] There has been a new submission: 'My boxing content', with flair 'Video Critique'
+10541 [2020-02-25 11:31:29] /u/dnnyjanine had their submission removed for insufficient lambda.
+10541 [2020-02-25 11:33:16] '/u/WalfieOnYouTube' has given '/u/Remoon101' lambda!
+10541 [2020-02-25 11:35:00] '/u/WalfieOnYouTube' has given '/u/SizoC' lambda!
+10541 [2020-02-25 11:37:44] '/u/WalfieOnYouTube' has given '/u/Burkeds' lambda!
+10541 [2020-02-25 11:38:18] '/u/WalfieOnYouTube' has given '/u/Anskeee' lambda!
+10541 [2020-02-25 11:45:48] There has been a new submission: 'My first video with my new Sony A6600', with flair 'None'
+10541 [2020-02-25 11:45:50] /u/BucketHatSteez had their submission removed for insufficient lambda.
+10541 [2020-02-25 11:51:26] '/u/Sipover' has given '/u/blazar1993' lambda!
+10541 [2020-02-25 11:54:17] There has been a new submission: 'The REAL TRUTH behind Trap Town NCS Conspiracy | Trap Town Scam EXPOSED', with flair 'Video Critique'
+10541 [2020-02-25 11:57:18] There has been a new submission: 'Rate this video', with flair 'Channel Review'
+10541 [2020-02-25 11:57:19] /u/DarkTrainer747 had their submission removed for insufficient lambda.
+10541 [2020-02-25 12:03:16] '/u/Rayzxvl' has given '/u/TheJustindsd' lambda!
+10541 [2020-02-25 12:03:16] The OP received lambda too!
+10541 [2020-02-25 12:03:57] '/u/Rayzxvl' has given '/u/endego24' lambda!
+10541 [2020-02-25 12:06:42] '/u/Rayzxvl' has given '/u/Remoon101' lambda!
+10541 [2020-02-25 12:23:21] '/u/JLSpinner' has given '/u/notanironmanbtw' lambda!
+10541 [2020-02-25 12:28:33] There has been a new submission: 'Very good horror game, in one train it was really hard', with flair 'Gaming'
+10541 [2020-02-25 12:28:34] /u/Dante1LP had their submission removed for insufficient lambda.
+10541 [2020-02-25 12:32:30] '/u/NocturnalFudj' has given '/u/notanironmanbtw' lambda!
+10541 [2020-02-25 12:42:58] '/u/Nichemm' has given '/u/-CANTOBOTZ-' lambda!
+10541 [2020-02-25 12:42:58] The OP received lambda too!
+10541 [2020-02-25 12:43:42] '/u/Nichemm' has given '/u/1baberuth' lambda!
+10541 [2020-02-25 12:44:14] '/u/Nichemm' has given '/u/actuallyBIG' lambda!
+10541 [2020-02-25 12:49:07] There has been a new submission: 'Why lacking good hardware/software isn’t the end of the world', with flair 'Discussion'
+10541 [2020-02-25 12:55:21] There has been a new submission: 'Looking for GTA players on ps4', with flair 'Collab'
+10541 [2020-02-25 13:03:06] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 10 - Silverback (GR Breakpoint)', with flair 'Gaming'
+10541 [2020-02-25 13:03:07] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+10541 [2020-02-25 13:03:50] '/u/Jellyquent' has given '/u/Nichemm' lambda!
+10541 [2020-02-25 13:06:19] '/u/EuforijaKg' has given '/u/-CANTOBOTZ-' lambda!
+10541 [2020-02-25 13:06:19] The OP received lambda too!
+10702 [2020-02-25 13:20:20]
+####################
+[2020-02-25 13:20:20] RESTARTED
+####################
+
+10702 [2020-02-25 13:32:54] '/u/EuforijaKg' has given '/u/magnahoop12' lambda!
+10702 [2020-02-25 13:36:07] '/u/trinath71288' has given '/u/deliriousmarc' lambda!
+10702 [2020-02-25 13:36:07] The OP received lambda too!
+10702 [2020-02-25 13:40:23] There has been a new submission: 'Small STEM/education content creators/strategies', with flair 'Discussion'
+10702 [2020-02-25 13:42:04] '/u/shytownx' has given '/u/Nichemm' lambda!
+10702 [2020-02-25 13:46:22] '/u/DrinkingSauce' has given '/u/Remoon101' lambda!
+10702 [2020-02-25 13:46:22] The OP received lambda too!
+10702 [2020-02-25 13:51:43] There has been a new submission: 'Any feedback?', with flair 'Video Critique'
+10702 [2020-02-25 14:06:28] '/u/IdealDog' has given '/u/Nichemm' lambda!
+10702 [2020-02-25 14:07:47] There has been a new submission: 'This vlog is old, but it's still one of my favourites. Let me know what you think about it! : HOW I Spent My Time At ARTBOX MALAYSIA 2019 ; Thanks for watching!', with flair 'Vlog'
+10702 [2020-02-25 14:08:43] There has been a new submission: 'My first video (Hunt Showdown) Let me know what I could improve on.', with flair 'None'
+10702 [2020-02-25 14:08:44] /u/The_Lynnster had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:11:31] '/u/NocturnalFudj' has given '/u/UmbraAutemCoelum' lambda!
+10702 [2020-02-25 14:13:46] There has been a new submission: 'This is my latest #WWE2K20 video on the gaming channel :)', with flair 'None'
+10702 [2020-02-25 14:13:48] /u/stevexgermon had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:14:06] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+10702 [2020-02-25 14:17:48] There has been a new submission: 'Hey so I have recently started collecting funko pops and I have been loving making review videos on them any suggestions on what I should change?', with flair 'Video Critique'
+10702 [2020-02-25 14:20:51] '/u/actuallyBIG' has given '/u/occupiedsplash' lambda!
+10702 [2020-02-25 14:20:51] The OP received lambda too!
+10702 [2020-02-25 14:29:28] There has been a new submission: 'I hit 100 subscribers! And I wanted to say thanks to everyone in this subreddit :) so I made a little video going through a few of my videos that I made in the past year that shows how my content has evolved through feedback and practice', with flair 'Channel Review'
+10702 [2020-02-25 14:33:16] There has been a new submission: 'The first skit, a cooking channel with a bit more entertainment', with flair 'Video Critique'
+10702 [2020-02-25 14:33:18] /u/ChefMayI had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:37:11] There has been a new submission: 'Struggles Maricar Faced In Her Chocolate Business | HumanMeter', with flair 'None'
+10702 [2020-02-25 14:37:12] /u/IndividualGuide had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:42:34] '/u/NerdyMan314' has given '/u/Nichemm' lambda!
+10702 [2020-02-25 14:44:18] There has been a new submission: 'Underwater Car Race (Stromberg) | GTA V', with flair 'Gaming'
+10702 [2020-02-25 14:44:21] /u/kylezam had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:44:32] There has been a new submission: 'What Causes Cancer? Everyday things YOU need to AVOID', with flair 'None'
+10702 [2020-02-25 14:44:34] /u/fadioz had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:46:48] There has been a new submission: 'Synth Riders for Synthwave Fans! Such an awesome game.', with flair 'Gaming'
+10702 [2020-02-25 14:46:49] /u/apfchin had their submission removed for insufficient lambda.
+10702 [2020-02-25 14:48:46] There has been a new submission: 'Jojo's Bizarre Adventure Za Warudo Time Stop Hypnosis! Wondering if changing the thumbnail would hurt it's (okay) metrics and other suggestions are welcome! ^-^', with flair 'Video Critique'
+10702 [2020-02-25 14:49:45] '/u/actuallyBIG' has given '/u/Sliprych' lambda!
+10702 [2020-02-25 14:51:22] There has been a new submission: 'What are some good questions to ask the viewers in the outro?', with flair 'Discussion'
+10702 [2020-02-25 14:53:27] There has been a new submission: 'The most views I've gotten in an hour is 60. It is nice to think that for every minute in the hour, someone has watched a video... What's your record?', with flair 'Discussion'
+10702 [2020-02-25 14:55:01] There has been a new submission: 'Mine Efficiently In Minecraft', with flair 'Gaming'
+10702 [2020-02-25 15:00:14] There has been a new submission: 'Mine Efficiently In Minecraft', with flair 'Gaming'
+10702 [2020-02-25 15:00:16] /u/Cmdr-Tom had their submission removed for insufficient lambda.
+10702 [2020-02-25 15:00:59] There has been a new submission: 'Mine Efficiently In Minecraft', with flair 'Gaming'
+10702 [2020-02-25 15:01:02] /u/Cmdr-Tom had their submission removed for insufficient lambda.
+10702 [2020-02-25 15:02:05] '/u/EffortIsOverrated' has given '/u/Dharen29YT' lambda!
+10702 [2020-02-25 15:02:06] The OP received lambda too!
+10702 [2020-02-25 15:08:02] There has been a new submission: 'Video lost all views?!?!', with flair 'Discussion'
+10702 [2020-02-25 15:09:07] '/u/EffortIsOverrated' has given '/u/Foggy_Creations' lambda!
+10702 [2020-02-25 15:14:49] There has been a new submission: 'ADDING TO MUCH INGREDIENTS INTO SLIME, hope you like it , share your honest opinion', with flair 'Art'
+10702 [2020-02-25 15:14:51] /u/deeaslime had their submission removed for insufficient lambda.
+10702 [2020-02-25 15:17:29] '/u/EffortIsOverrated' has given '/u/notanironmanbtw' lambda!
+10702 [2020-02-25 15:17:45] '/u/VanishingPencil' has given '/u/occupiedsplash' lambda!
+10702 [2020-02-25 15:18:03] There has been a new submission: 'MY FIRST EVER VLOG | Hey i could do with some feedback/constructive criticism on my new vlog, let me know what you think and if you enjoy then feel free to like and share or subscribe🤠❤', with flair 'Vlog'
+10702 [2020-02-25 15:18:04] /u/KalumMac had their submission removed for insufficient lambda.
+10702 [2020-02-25 15:19:10] There has been a new submission: 'Re-editing and Re-releasing Old Videos as "In Case You Missed it"', with flair 'Discussion'
+10916 [2020-02-25 15:20:20]
+####################
+[2020-02-25 15:20:20] RESTARTED
+####################
+
+10916 [2020-02-25 15:21:24] There has been a new submission: 'Algorithm Mega Boost! What do you think?', with flair 'Discussion'
+10916 [2020-02-25 15:30:11] There has been a new submission: 'I love this subreddit! I learned a lot here. And I made some changes with the way I make my videos with the help of this subreddit. With this new video, all suggestions and feedback on how I can further improve my content. Have a great day everyone!', with flair 'Video Critique'
+10916 [2020-02-25 15:33:48] There has been a new submission: 'Do you think there's a point in time at which you should start a new channel or make new content if you're finding little to no success?', with flair 'Discussion'
+10916 [2020-02-25 15:38:53] '/u/EarthsLandscape' has given '/u/Scapparelli08' lambda!
+10916 [2020-02-25 15:38:53] The OP received lambda too!
+10916 [2020-02-25 15:45:51] '/u/-CANTOBOTZ-' has given '/u/aluskevics' lambda!
+10916 [2020-02-25 15:45:51] The OP received lambda too!
+10916 [2020-02-25 15:46:10] '/u/actuallyBIG' has given '/u/denandmugMAKES' lambda!
+10916 [2020-02-25 15:46:25] There has been a new submission: 'The best classes to use on rust and Shipement [MW]', with flair 'Gaming'
+10916 [2020-02-25 15:46:27] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+10916 [2020-02-25 15:46:49] There has been a new submission: 'I wanna hear some of your tricks and tips on how to built your channel.', with flair 'Discussion'
+10916 [2020-02-25 15:47:17] There has been a new submission: 'Hoping to grow!', with flair 'Channel Review'
+10916 [2020-02-25 15:47:19] /u/OddGolden had their submission removed for insufficient lambda.
+10916 [2020-02-25 15:48:23] '/u/-CANTOBOTZ-' has given '/u/denandmugMAKES' lambda!
+10916 [2020-02-25 15:48:48] '/u/MarcLaton' has given '/u/aluskevics' lambda!
+10916 [2020-02-25 15:48:48] The OP received lambda too!
+10916 [2020-02-25 15:56:37] There has been a new submission: 'Top 10 Most Expensive watches 2020', with flair 'Discussion'
+10916 [2020-02-25 15:56:39] /u/RightIndependent7 had their submission removed for using the wrong flair.
+10916 [2020-02-25 16:01:39] There has been a new submission: 'Check out my new video, trying to improve so any feedback is appreciated', with flair 'None'
+10916 [2020-02-25 16:01:41] /u/RollSafeG1 had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:04:40] There has been a new submission: 'Looking for ways to make videos that catch people’s attention', with flair 'None'
+10916 [2020-02-25 16:04:42] /u/NateMartin899 had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:08:08] There has been a new submission: 'How to Main Byleth', with flair 'Gaming'
+10916 [2020-02-25 16:18:09] '/u/ScottyAmen' has given '/u/TheNotMatrixMorphius' lambda!
+10916 [2020-02-25 16:18:09] The OP received lambda too!
+10916 [2020-02-25 16:18:31] '/u/itsJayohkay' has given '/u/aluskevics' lambda!
+10916 [2020-02-25 16:18:31] The OP received lambda too!
+10916 [2020-02-25 16:20:16] There has been a new submission: 'I made a Vlog intro to my upcoming mini music tour in Switzerland.. My Channel mainly has music videos so VLOGs are a newish content addition. Feedback welcome!', with flair 'Vlog'
+10916 [2020-02-25 16:20:18] /u/NickyBSoulstar had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:22:20] There has been a new submission: 'I am willing to accept suggestions and do view for view', with flair 'Gaming'
+10916 [2020-02-25 16:22:22] /u/five-bros had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:23:59] There has been a new submission: 'Book Review: William Henry Harrison - by Gail Collins (2012)', with flair 'Vlog'
+10916 [2020-02-25 16:24:01] /u/Reetae27 had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:28:20] There has been a new submission: 'I'm a small channel that focuses on eating military rations from around the world, old and new. My channel has been steady growing since I started it but I've been looking for ways to get more eyes on it. This video was a pain the the butt to make so I figured I share it will you guys.', with flair 'Video Critique'
+10916 [2020-02-25 16:28:21] /u/ReadinessReviews had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:28:34] There has been a new submission: 'Battlefield 4 Game play, let's Play Mision 6 Tashgar, BF4 game play HD', with flair 'Channel Review'
+10916 [2020-02-25 16:28:35] /u/RightIndependent7 had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:31:12] There has been a new submission: 'For those that don't already know, there's a cool website called remove.bg', with flair 'Discussion'
+10916 [2020-02-25 16:35:12] There has been a new submission: 'Hello! I’d love some feedback on thumbnail and music used in my video!! Thank you!!', with flair 'None'
+10916 [2020-02-25 16:35:14] /u/Hey_itsmandy had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:36:40] There has been a new submission: 'Please give me feedback on how I can make myself sound louder and have good lighting!', with flair 'None'
+10916 [2020-02-25 16:37:49] There has been a new submission: 'This life story is so funny pls comment like and SUBSCRIBE pls', with flair 'Gaming'
+10916 [2020-02-25 16:37:51] /u/hiplssub had their submission removed for insufficient lambda.
+10916 [2020-02-25 16:39:47] '/u/MasterofRevels' has given '/u/AnimuseVids' lambda!
+10916 [2020-02-25 16:40:47] '/u/MasterofRevels' has given '/u/shaunyoong' lambda!
+10916 [2020-02-25 16:41:59] '/u/MasterofRevels' has given '/u/miniBeo' lambda!
+10916 [2020-02-25 16:42:08] There has been a new submission: 'Your feedback matters and I need you now!', with flair 'Channel Review'
+10916 [2020-02-25 16:42:20] '/u/EffortIsOverrated' has given '/u/NipNapNoe' lambda!
+10916 [2020-02-25 16:45:40] '/u/NumberedUsername432' has given '/u/blazar1993' lambda!
+10916 [2020-02-25 16:52:56] '/u/Nichemm' has given '/u/Grimreads' lambda!
+10916 [2020-02-25 16:53:52] '/u/Nichemm' has given '/u/NateMartin899' lambda!
+10916 [2020-02-25 16:55:01] There has been a new submission: 'What do you think of this drone video I made for my channel showing off a community? Trying to get into video production as a business. Do you think I'm good enough?', with flair 'Video Critique'
+10916 [2020-02-25 17:00:42] '/u/itsJayohkay' has given '/u/rebus-YT' lambda!
+10916 [2020-02-25 17:05:02] '/u/NocturnalFudj' has given '/u/rebus-YT' lambda!
+10916 [2020-02-25 17:05:15] There has been a new submission: 'Give me feed back on my gaming channel', with flair 'None'
+10916 [2020-02-25 17:05:17] /u/TimeToPound had their submission removed for insufficient lambda.
+10916 [2020-02-25 17:07:44] There has been a new submission: 'LEAGUE OF LEGENDS MADE ME MAKE A RAP SONG', with flair 'Gaming'
+10916 [2020-02-25 17:07:45] /u/mightbawesome had their submission removed for insufficient lambda.
+10916 [2020-02-25 17:09:06] There has been a new submission: 'Trying to put a spin on my regular content, same niche but different subject. Let me know your thoughts!', with flair 'Video Critique'
+10916 [2020-02-25 17:09:20] '/u/Illfury' has given '/u/George_Doors' lambda!
+10916 [2020-02-25 17:09:20] The OP received lambda too!
+10916 [2020-02-25 17:10:08] '/u/Illfury' has given '/u/cheekynandos058' lambda!
+10916 [2020-02-25 17:11:38] '/u/Illfury' has given '/u/twitchy_Sharmander' lambda!
+10916 [2020-02-25 17:12:34] '/u/WestonNeyPhotoVideo' has given '/u/cjf5414' lambda!
+10916 [2020-02-25 17:12:34] The OP received lambda too!
+10916 [2020-02-25 17:15:33] There has been a new submission: 'Im a small LoL channel who wants to improve .', with flair 'Gaming'
+10916 [2020-02-25 17:15:35] /u/strorbit had their submission removed for insufficient lambda.
+10916 [2020-02-25 17:15:51] There has been a new submission: 'Brand New Video!!', with flair 'Vlog'
+10916 [2020-02-25 17:15:53] /u/boyzrus_ had their submission removed for insufficient lambda.
+10916 [2020-02-25 17:18:20] There has been a new submission: 'HARDEST FOOD CHALLENGE EVER! (ft. my bro) Hi there,I have uploaded a video that I deleted 2 years ago and I wanted to give it another try! And once today is actually pancake day, tell me how I did! All criticisms accepted!', with flair 'Video Critique'
+11113 [2020-02-25 17:20:20]
+####################
+[2020-02-25 17:20:20] RESTARTED
+####################
+
+11113 [2020-02-25 17:22:10] There has been a new submission: 'SHINY GARDEVOIR GIVEAWAY! Max Raid Battle - Pokémon Sword and Shield', with flair 'Gaming'
+11113 [2020-02-25 17:22:13] /u/Jbirdd21 had their submission removed for insufficient lambda.
+11113 [2020-02-25 17:23:25] '/u/Illfury' has given '/u/cjf5414' lambda!
+11113 [2020-02-25 17:25:45] '/u/WestonNeyPhotoVideo' has given '/u/magnahoop12' lambda!
+11113 [2020-02-25 17:26:17] There has been a new submission: 'New YouTube channel | please review my video quality and maybe sub... would mean a lot :)', with flair 'Video Critique'
+11113 [2020-02-25 17:26:19] /u/1ethanbrown had their submission removed for insufficient lambda.
+11113 [2020-02-25 17:26:42] There has been a new submission: 'New video! Today we're playing an indie horror game, Buddy Simulator 1984.', with flair 'Gaming'
+11113 [2020-02-25 17:26:43] /u/RHess19 had their submission removed for insufficient lambda.
+11113 [2020-02-25 17:35:14] '/u/rebus-YT' has given '/u/denandmugMAKES' lambda!
+11113 [2020-02-25 17:35:15] The OP received lambda too!
+11113 [2020-02-25 17:35:25] '/u/WestonNeyPhotoVideo' has given '/u/denandmugMAKES' lambda!
+11113 [2020-02-25 17:36:06] '/u/ScottyAmen' has given '/u/hustleit1' lambda!
+11113 [2020-02-25 17:36:34] '/u/ScottyAmen' has given '/u/Techno_Jargon' lambda!
+11113 [2020-02-25 17:36:58] There has been a new submission: 'Why People Are FREAKING OUT Over JAKE PAUL And HIS ANXIETY TWEET/Looking for feedback!!!!', with flair 'Video Critique'
+11113 [2020-02-25 17:39:41] There has been a new submission: 'Why People Are FREAKING OUT Over JAKE PAUL And HIS ANXIETY TWEET', with flair 'Video Critique'
+11113 [2020-02-25 17:39:42] /u/magnahoop12 had their submission removed for insufficient lambda.
+11113 [2020-02-25 17:39:54] '/u/NocturnalFudj' has given '/u/JamesCollieVlogs' lambda!
+11113 [2020-02-25 17:41:39] There has been a new submission: 'We’ve been building our YouTube studio and this is our final touch to finish it off, a DIY LED sign with our logo on it! We’re really happy with how it all turned out considering we had no clue what we were doing! We would appreciate any feedback 😊 Thanks!!', with flair 'Video Critique'
+11113 [2020-02-25 17:46:46] There has been a new submission: 'Room review of my cruise cabin.', with flair 'Vlog'
+11113 [2020-02-25 17:46:47] /u/thelifeofriles had their submission removed for insufficient lambda.
+11113 [2020-02-25 17:47:07] '/u/Illfury' has given '/u/Jellyquent' lambda!
+11113 [2020-02-25 17:50:00] '/u/Illfury' has given '/u/KerfuffledPlatypus' lambda!
+11113 [2020-02-25 18:05:17] There has been a new submission: 'My thoughts and goals', with flair 'Vlog'
+11113 [2020-02-25 18:05:19] /u/WexyWolf had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:05:57] There has been a new submission: 'Updated Channel Trailer with Some Tweaks/Shortened - Please let us know what you think!', with flair 'Video Critique'
+11113 [2020-02-25 18:06:55] '/u/denandmugMAKES' has given '/u/cjf5414' lambda!
+11113 [2020-02-25 18:06:55] The OP received lambda too!
+11113 [2020-02-25 18:07:02] There has been a new submission: 'Time to start getting serious', with flair 'None'
+11113 [2020-02-25 18:07:03] /u/Slater_Gaming had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:14:31] There has been a new submission: '[gaming] Privet! Could you check my content, please?', with flair 'Channel Review'
+11113 [2020-02-25 18:21:54] There has been a new submission: 'Thorpe park RMC', with flair 'Vlog'
+11113 [2020-02-25 18:21:56] /u/Skynet_1902 had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:22:34] There has been a new submission: 'Clacton pier is getting a new rollercoaster', with flair 'Vlog'
+11113 [2020-02-25 18:22:36] /u/Skynet_1902 had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:23:40] '/u/deliriousmarc' has given '/u/D_munoz' lambda!
+11113 [2020-02-25 18:23:40] The OP received lambda too!
+11113 [2020-02-25 18:26:17] '/u/WestonNeyPhotoVideo' has given '/u/notanironmanbtw' lambda!
+11113 [2020-02-25 18:29:12] '/u/grumpykitten35' has given '/u/BusaFalconeer' lambda!
+11113 [2020-02-25 18:29:12] The OP received lambda too!
+11113 [2020-02-25 18:37:31] There has been a new submission: 'My newest video. Feedback is welcome.', with flair 'Video Critique'
+11113 [2020-02-25 18:37:32] /u/justin7201982ray had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:43:46] There has been a new submission: 'Starting A New Channel', with flair 'Discussion'
+11113 [2020-02-25 18:43:55] There has been a new submission: 'Check out my video and please give me critical advice I am seeking help to improve and I personally feel I can grow a lot from it. DON'T BE AFRAID TO BE BLUNT OR HARSH I AM ALL ABOUT HONESTLY AND CONSTRUCTIVE CRITICISM (Even if you need to be a "D*ck" to get your point across) Thanks', with flair 'Video Critique'
+11113 [2020-02-25 18:43:57] /u/MiscFallen had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:44:31] '/u/Illfury' has given '/u/denandmugMAKES' lambda!
+11113 [2020-02-25 18:47:23] There has been a new submission: '[Discussion]A very small milestone, with yet a very large hill to climb, I missed this a couple of days ago, but wanted to thank you all for helping us improve with each little step we take, we hit 483', with flair 'Discussion'
+11113 [2020-02-25 18:55:23] '/u/Rojn8r' has given '/u/shaunyoong' lambda!
+11113 [2020-02-25 18:55:23] The OP received lambda too!
+11113 [2020-02-25 18:57:42] There has been a new submission: 'I made a new video I’m a small YouTuber trying to get to 100 subs only on 27 so far hope you guys like my content', with flair 'None'
+11113 [2020-02-25 18:57:43] /u/OGcuddlesthebear1 had their submission removed for insufficient lambda.
+11113 [2020-02-25 18:58:10] '/u/Rojn8r' has given '/u/magnahoop12' lambda!
+11113 [2020-02-25 19:00:29] There has been a new submission: 'If you like gaming content, Check me out!!! i'm a small youtuber with a big dream!!!!', with flair 'Channel Review'
+11113 [2020-02-25 19:00:31] /u/Masianboy had their submission removed for insufficient lambda.
+11113 [2020-02-25 19:00:48] There has been a new submission: 'The Michigan Magnet Man Ep. 3 "The COPS are BUSTED"', with flair 'Vlog'
+11113 [2020-02-25 19:00:50] /u/rushsummers had their submission removed for insufficient lambda.
+11113 [2020-02-25 19:16:34] '/u/thebentknitter' has given '/u/Reetae27' lambda!
+11113 [2020-02-25 19:19:45] '/u/rebus-YT' has given '/u/magnahoop12' lambda!
+11113 [2020-02-25 19:19:57] '/u/rebus-YT' has given '/u/TheRealJyro' lambda!
+11113 [2020-02-25 19:20:16] '/u/rebus-YT' has given '/u/Logan_B_Youtube' lambda!
+11255 [2020-02-25 19:20:20]
+####################
+[2020-02-25 19:20:20] RESTARTED
+####################
+
+11255 [2020-02-25 19:21:25] '/u/VreaL37' has given '/u/lieutenatdan' lambda!
+11255 [2020-02-25 19:21:26] The OP received lambda too!
+11255 [2020-02-25 19:22:01] '/u/deliriousmarc' has given '/u/ohitsjustlawnce' lambda!
+11255 [2020-02-25 19:22:20] There has been a new submission: 'A video essay on William Henry Harrison, the 9th president of the United States... who died 31 days into his first term', with flair 'Video Critique'
+11255 [2020-02-25 19:25:17] There has been a new submission: 'I created a total new kind of video on my channel. I would love for you to check it out and give your feedback. [The Black Dot Attention test | Video test #1]', with flair 'Video Critique'
+11255 [2020-02-25 19:35:53] There has been a new submission: 'Hello Small Creators!', with flair 'Discussion'
+11255 [2020-02-25 19:37:31] '/u/WestonNeyPhotoVideo' has given '/u/Foodiligence' lambda!
+11255 [2020-02-25 19:40:14] There has been a new submission: 'COD campaign on realism mode continues, this time we playing captive and we have to tap into our in michael scofield mind and start a prison break, but wait there's snipers, hope we can survive and hope u enjoy', with flair 'Gaming'
+11255 [2020-02-25 19:40:16] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+11255 [2020-02-25 19:47:46] '/u/spector111' has given '/u/Sliprych' lambda!
+11255 [2020-02-25 19:47:46] The OP received lambda too!
+11255 [2020-02-25 19:48:48] '/u/spector111' has given '/u/ohitsjustlawnce' lambda!
+11255 [2020-02-25 19:53:03] There has been a new submission: 'Thunder night walk', with flair 'Gaming'
+11255 [2020-02-25 19:53:04] /u/chilledsquirrel had their submission removed for insufficient lambda.
+11255 [2020-02-25 19:54:05] There has been a new submission: 'Started doing some building tutorials within minecraft. Would love some critiques to the video. I need like minded creative folks to help pinpoint the places that need improvements the most.', with flair 'None'
+11255 [2020-02-25 20:02:59] '/u/WestonNeyPhotoVideo' has given '/u/Sliprych' lambda!
+11255 [2020-02-25 20:03:35] There has been a new submission: 'MORTAL KOMBAT 12 (Forehead Edition) (Hope you guys like it)', with flair 'Video Critique'
+11255 [2020-02-25 20:07:03] There has been a new submission: 'RE3 Screenshots Leaked, Devotion Lives On & Free Dying Light Content | Survival Gaming News', with flair 'Gaming'
+11255 [2020-02-25 20:07:04] /u/shaunoxley had their submission removed for insufficient lambda.
+11255 [2020-02-25 20:08:31] There has been a new submission: 'I have recently started collecting funko pops and I have been loving making reviews on the ones I buy let me know if there is anything I coulp improve any criticism would be apreciated thanks!', with flair 'Video Critique'
+11255 [2020-02-25 20:09:40] '/u/spector111' has given '/u/magnahoop12' lambda!
+11255 [2020-02-25 20:16:59] '/u/spector111' has given '/u/shytownx' lambda!
+11255 [2020-02-25 20:21:14] '/u/Jischasing' has given '/u/ohitsjustlawnce' lambda!
+11255 [2020-02-25 20:21:14] The OP received lambda too!
+11255 [2020-02-25 20:22:12] There has been a new submission: 'Why People Are FREAKING OUT Over JAKE PAUL And HIS ANXIETY TWEET/ LOOKING FOR FEEDBACK!!!!', with flair 'Video Critique'
+11255 [2020-02-25 20:27:13] '/u/denandmugMAKES' has given '/u/ohitsjustlawnce' lambda!
+11255 [2020-02-25 20:27:59] '/u/Jischasing' has given '/u/Daddy-Magic' lambda!
+11255 [2020-02-25 20:35:10] There has been a new submission: 'Looking for Special Guests for The Oddcast Show', with flair 'Collab'
+11255 [2020-02-25 20:38:52] There has been a new submission: 'Catastrophizing and My Anxiety', with flair 'None'
+11255 [2020-02-25 20:40:12] There has been a new submission: 'Been a while, I have a new camera setup, I wanted to see for people who like card game videos, do you prefer side to side or top down?', with flair 'Gaming'
+11255 [2020-02-25 20:41:33] There has been a new submission: 'Yesterday I started uploading random shitpost-like videos like this one. I want to know if people would even want to watch them. Any feedback helps.', with flair 'Channel Review'
+11255 [2020-02-25 20:41:36] /u/somerandomperson9999 had their submission removed for insufficient lambda.
+11255 [2020-02-25 20:43:28] '/u/hillbillyjedi' has given '/u/Sliprych' lambda!
+11255 [2020-02-25 20:43:28] The OP received lambda too!
+11255 [2020-02-25 20:45:46] There has been a new submission: 'My tenth upload!!! Can someone provide feedback?', with flair 'Video Critique'
+11255 [2020-02-25 20:45:48] /u/Tri99erMe had their submission removed for insufficient lambda.
+11255 [2020-02-25 20:57:00] There has been a new submission: 'How do you get people to watch your videos right when you start uploading?', with flair 'Discussion'
+11255 [2020-02-25 21:04:51] '/u/spector111' has given '/u/Remoon101' lambda!
+11255 [2020-02-25 21:07:39] There has been a new submission: 'My latest: Tried much harder on the thumbnail this time, also tried to make GameDev more entertaining with my excitement. Let me know what you guys think and how to improve. Will give Lambda!', with flair 'Video Critique'
+11255 [2020-02-25 21:10:33] '/u/magnahoop12' has given '/u/thethoughtfulbeast' lambda!
+11255 [2020-02-25 21:10:34] The OP received lambda too!
+11255 [2020-02-25 21:12:30] There has been a new submission: 'I spent 365 days living EVERY DAY like it’s my last! Here’s that movie 🎥:', with flair 'Video Critique'
+11255 [2020-02-25 21:12:45] There has been a new submission: 'Crazy kills in this win', with flair 'Gaming'
+11255 [2020-02-25 21:12:47] /u/BigBoiLocke had their submission removed for insufficient lambda.
+11255 [2020-02-25 21:12:53] There has been a new submission: 'The Best TikTok Dances On Fire Lithuania Eurovision Song 2020', with flair 'Video Critique'
+11255 [2020-02-25 21:12:55] /u/StrangeBoo had their submission removed for insufficient lambda.
+11255 [2020-02-25 21:19:02] There has been a new submission: 'brawlhalla', with flair 'Gaming'
+11255 [2020-02-25 21:19:03] /u/BashNnash had their submission removed for insufficient lambda.
+11255 [2020-02-25 21:19:45] There has been a new submission: 'Places or apps to easily make youtube thumbnails? Preferably free', with flair 'Discussion'
+11390 [2020-02-25 21:20:20]
+####################
+[2020-02-25 21:20:20] RESTARTED
+####################
+
+11390 [2020-02-25 21:22:49] There has been a new submission: 'So can anyone review my channel? I need help on what i should include to make it more interesting. I barely have views and Youtube showed my videos over 1000 times', with flair 'Channel Review'
+11390 [2020-02-25 21:22:50] /u/Dua_Remedy had their submission removed for insufficient lambda.
+11390 [2020-02-25 21:24:09] '/u/NocturnalFudj' has given '/u/magnahoop12' lambda!
+11390 [2020-02-25 21:24:18] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Feb 25 2020)', with flair 'None'
+11390 [2020-02-25 21:29:37] '/u/Nichemm' has given '/u/Logan_B_Youtube' lambda!
+11390 [2020-02-25 21:34:54] '/u/MarcLaton' has given '/u/ongoingworlds' lambda!
+11390 [2020-02-25 21:34:54] The OP received lambda too!
+11390 [2020-02-25 21:36:12] '/u/magnahoop12' has given '/u/Remoon101' lambda!
+11390 [2020-02-25 21:36:29] '/u/Sliprych' has given '/u/Remoon101' lambda!
+11390 [2020-02-25 21:36:29] The OP received lambda too!
+11390 [2020-02-25 21:36:52] There has been a new submission: 'Student filmmaker short film', with flair 'None'
+11390 [2020-02-25 21:36:54] /u/Charmycole had their submission removed for insufficient lambda.
+11390 [2020-02-25 21:41:10] '/u/ScottyAmen' has given '/u/shytownx' lambda!
+11390 [2020-02-25 21:41:38] '/u/ScottyAmen' has given '/u/George_Doors' lambda!
+11390 [2020-02-25 21:41:48] There has been a new submission: 'Would love feedback!', with flair 'Video Critique'
+11390 [2020-02-25 21:41:50] /u/eunice_choi had their submission removed for insufficient lambda.
+11390 [2020-02-25 21:43:13] There has been a new submission: 'First video after nearly two months! Sexy Junkrat 2020! (Only the best feedback will get lambda)', with flair 'Video Critique'
+11390 [2020-02-25 21:44:54] There has been a new submission: 'I create Beats/Music on my channel i find it hard to get views/subscribers my latesnt beat is free to use for non profit and most of the upcoming ones will be to if you subscribe you wont regret it!', with flair 'Meta'
+11390 [2020-02-25 21:44:56] /u/MartinF16 had their submission removed for using the wrong flair.
+11390 [2020-02-25 21:45:21] There has been a new submission: 'pls subscribe to me i am new at yt! 🔥💯', with flair 'Channel Review'
+11390 [2020-02-25 21:45:23] /u/TrapNationYT had their submission removed for insufficient lambda.
+11390 [2020-02-25 21:49:08] There has been a new submission: 'I tried freestyle BMX... Here’s the result...', with flair 'Video Critique'
+11390 [2020-02-25 21:49:09] /u/ReeseHRacing had their submission removed for insufficient lambda.
+11390 [2020-02-25 21:52:32] There has been a new submission: 'I do all my editing on a PS4 app, no desktop required 👌 Looking for feedback on our most recent vid and ways to improve!', with flair 'Video Critique'
+11390 [2020-02-25 21:52:34] /u/soyboy815 had their submission removed for insufficient lambda.
+11390 [2020-02-25 21:53:04] '/u/tvstealer99' has given '/u/AtlasIsNotNice' lambda!
+11390 [2020-02-25 21:53:47] '/u/somerandomperson9999' has given '/u/justin7201982ray' lambda!
+11390 [2020-02-25 21:53:47] The OP received lambda too!
+11390 [2020-02-25 21:54:24] '/u/Remoon101' has given '/u/spector111' lambda!
+11390 [2020-02-25 21:54:24] The OP received lambda too!
+11390 [2020-02-25 21:55:58] '/u/Remoon101' has given '/u/denandmugMAKES' lambda!
+11390 [2020-02-25 22:02:20] '/u/itsJayohkay' has given '/u/TheRealJyro' lambda!
+11390 [2020-02-25 22:06:12] There has been a new submission: 'ASSASSIN'S CREED ORIGINS - Part 4 | REUNITING WITH MY WIFE!', with flair 'Gaming'
+11390 [2020-02-25 22:06:13] /u/Jonas-VdB had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:06:24] There has been a new submission: 'Bipolar Disorder Mixed Episode: What's Dysphoric Hypomania Like?', with flair 'Vlog'
+11390 [2020-02-25 22:06:25] /u/disabledandthriving had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:09:05] There has been a new submission: 'Grind Hard!', with flair 'None'
+11390 [2020-02-25 22:09:06] /u/Jonas-VdB had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:14:39] '/u/endego24' has given '/u/occupiedsplash' lambda!
+11390 [2020-02-25 22:19:33] There has been a new submission: 'My first edit video of dragon ball Z Kakarot not good edit as most do because I use my phone to edit my videos', with flair 'Gaming'
+11390 [2020-02-25 22:23:08] '/u/Illfury' has given '/u/prettyboiRandell' lambda!
+11390 [2020-02-25 22:23:17] There has been a new submission: 'Another new walk though maze coming to Thorpe park', with flair 'Vlog'
+11390 [2020-02-25 22:23:19] /u/Skynet_1902 had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:26:35] There has been a new submission: 'I’ve been implementing a lot of feedback! Good critiques get lambda!!', with flair 'Video Critique'
+11390 [2020-02-25 22:29:01] There has been a new submission: 'This is what makes me happy.', with flair 'Channel Review'
+11390 [2020-02-25 22:29:02] /u/Dark_Killer01 had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:29:37] '/u/magnahoop12' has given '/u/iwoulddieforsza' lambda!
+11390 [2020-02-25 22:34:01] '/u/thethoughtfulbeast' has given '/u/Remoon101' lambda!
+11390 [2020-02-25 22:34:01] The OP received lambda too!
+11390 [2020-02-25 22:37:20] There has been a new submission: 'When you are only level in life.. 💀', with flair 'None'
+11390 [2020-02-25 22:37:21] /u/OceanGangQ had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:41:49] There has been a new submission: 'Requesting channel review!', with flair 'Channel Review'
+11390 [2020-02-25 22:41:52] /u/Mirilliux had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:43:13] '/u/hillbillyjedi' has given '/u/Remoon101' lambda!
+11390 [2020-02-25 22:46:13] '/u/JLSpinner' has given '/u/UmbraAutemCoelum' lambda!
+11390 [2020-02-25 22:52:46] '/u/usedmop' has given '/u/notanironmanbtw' lambda!
+11390 [2020-02-25 22:52:46] The OP received lambda too!
+11390 [2020-02-25 22:53:54] There has been a new submission: 'Subscribe!!!!', with flair 'Channel Review'
+11390 [2020-02-25 22:53:56] /u/Zxerd had their submission removed for insufficient lambda.
+11390 [2020-02-25 22:54:50] There has been a new submission: 'I watch 40 to 60 hours of yt EVERY week and my yt recommandation are getting creepy', with flair 'Discussion'
+11390 [2020-02-25 22:59:49] '/u/Illfury' has given '/u/Remoon101' lambda!
+11390 [2020-02-25 23:00:06] '/u/ThiccAssClap' has given '/u/KyberQ' lambda!
+11390 [2020-02-25 23:00:06] The OP received lambda too!
+11390 [2020-02-25 23:06:17] There has been a new submission: 'Been trying to up my energy and editing in my videos! This is my most recent video, it’s a story time-type video. Let me know what you think and how I can improve!', with flair 'Video Critique'
+11390 [2020-02-25 23:12:05] '/u/itsJayohkay' has given '/u/prettyboiRandell' lambda!
+11390 [2020-02-25 23:13:30] There has been a new submission: 'Started making videos again... how can I approve??', with flair 'Vlog'
+11390 [2020-02-25 23:13:32] /u/sirpopsalotthethird had their submission removed for insufficient lambda.
+11612 [2020-02-25 23:20:20]
+####################
+[2020-02-25 23:20:20] RESTARTED
+####################
+
+1431 [2020-02-25 23:21:07] Updated statistics
+11612 [2020-02-25 23:24:36] '/u/Illfury' has given '/u/BlackThundaYT' lambda!
+11612 [2020-02-25 23:24:44] There has been a new submission: 'This is my 100 subs special! So glad that I finally reached it! But since these types of videos have been made 1 million times, I hope you'll enjoy my sarcastic twist on it! Leave your thoughts about it and I hope you have a great day.', with flair 'Video Critique'
+11612 [2020-02-25 23:27:44] There has been a new submission: 'a big thank you to everyone', with flair 'Discussion'
+11612 [2020-02-25 23:32:36] There has been a new submission: 'Please help me get to 100 subs', with flair 'Gaming'
+11612 [2020-02-25 23:32:38] /u/CavsFan06 had their submission removed for insufficient lambda.
+11612 [2020-02-25 23:34:52] '/u/ThiccAssClap' has given '/u/harru09' lambda!
+11612 [2020-02-25 23:40:36] '/u/ForgotMyOldAccount9' has given '/u/Cobra418' lambda!
+11612 [2020-02-25 23:40:36] The OP received lambda too!
+11612 [2020-02-25 23:41:22] '/u/ForgotMyOldAccount9' has given '/u/Remoon101' lambda!
+11612 [2020-02-25 23:47:18] There has been a new submission: 'r/KidsAreStupid | Shrek Is Love, Shrek Is Life', with flair 'Video Critique'
+11612 [2020-02-25 23:47:19] /u/LearnCreateAdvocate had their submission removed for insufficient lambda.
+11612 [2020-02-25 23:48:24] There has been a new submission: 'I play Apex Legends! Support me.', with flair 'Gaming'
+11612 [2020-02-25 23:48:25] /u/hiback had their submission removed for insufficient lambda.
+11612 [2020-02-26 00:04:06] '/u/hillbillyjedi' has given '/u/DargonTheLegend' lambda!
+11612 [2020-02-26 00:05:40] There has been a new submission: 'How to gain more subs/viewers', with flair 'Channel Review'
+11612 [2020-02-26 00:16:40] There has been a new submission: 'I Tried Vin Diesel’s Diet & Training For A Day', with flair 'None'
+11612 [2020-02-26 00:16:41] /u/DylanFarrell13 had their submission removed for insufficient lambda.
+11612 [2020-02-26 00:20:00] There has been a new submission: 'I changed my strategy, instead of educating how to play, decided to give it for the LULz. [Yu-Gi-Oh! Duel Links]', with flair 'Gaming'
+11612 [2020-02-26 00:24:48] '/u/usedmop' has given '/u/thethoughtfulbeast' lambda!
+11612 [2020-02-26 00:26:49] There has been a new submission: 'Guys I need some subs I upload fairly consistently and I think I’m funny if you wanna collab pm me my channel is called crustacean games', with flair 'Collab'
+11612 [2020-02-26 00:28:17] There has been a new submission: 'Guys please sub to my channel crustacean games I wanna grow more and I upload fairly often', with flair 'Gaming'
+11612 [2020-02-26 00:28:19] /u/usernameallreadymine had their submission removed for insufficient lambda.
+11612 [2020-02-26 00:29:58] There has been a new submission: 'First YouTube video/YT upload', with flair 'None'
+11612 [2020-02-26 00:29:59] /u/Charmyholms had their submission removed for insufficient lambda.
+11612 [2020-02-26 00:34:16] There has been a new submission: 'Video length?', with flair 'Discussion'
+11612 [2020-02-26 00:35:57] '/u/UmbraAutemCoelum' has given '/u/Special_Performance' lambda!
+11612 [2020-02-26 00:35:57] The OP received lambda too!
+11612 [2020-02-26 00:40:44] '/u/Illfury' has given '/u/mattnovum' lambda!
+11612 [2020-02-26 00:44:34] '/u/Jischasing' has given '/u/Core4Gaming' lambda!
+11612 [2020-02-26 01:03:36] There has been a new submission: 'First Commentary', with flair 'Channel Review'
+11612 [2020-02-26 01:03:38] /u/Weylumplayz had their submission removed for insufficient lambda.
+11612 [2020-02-26 01:07:05] '/u/Illfury' has given '/u/Charmyholms' lambda!
+11612 [2020-02-26 01:15:08] '/u/Ghryms' has given '/u/MonishCorona' lambda!
+11612 [2020-02-26 01:15:08] The OP received lambda too!
+11612 [2020-02-26 01:15:49] '/u/Ghryms' has given '/u/Charmyholms' lambda!
+11751 [2020-02-26 01:20:21]
+####################
+[2020-02-26 01:20:21] RESTARTED
+####################
+
+11751 [2020-02-26 01:22:46] '/u/-CANTOBOTZ-' has given '/u/Sliprych' lambda!
+11751 [2020-02-26 01:24:08] '/u/-CANTOBOTZ-' has given '/u/Dharen29YT' lambda!
+11751 [2020-02-26 01:24:29] '/u/usedmop' has given '/u/Charmyholms' lambda!
+11751 [2020-02-26 01:29:10] There has been a new submission: 'STUDENT FILMMAKER FIRST FILM/YT POST', with flair 'None'
+11751 [2020-02-26 01:29:10] /u/Charmycole had their submission removed for insufficient lambda.
+11751 [2020-02-26 01:32:16] There has been a new submission: 'FIRST YT POST... PLEASE GIMME SOME FEEDBACK', with flair 'None'
+11751 [2020-02-26 01:49:31] There has been a new submission: 'Oddly Satisfying Crunchy Noises...Stress Reliever!!!', with flair 'Video Critique'
+11751 [2020-02-26 01:51:05] There has been a new submission: 'Looking for HONEST feedback on this cover I made of “Be Prepared” from The Lion King. Looking to say why even though there are a lot of likes, there are also a few dislikes. Just looking to improve my content!', with flair 'Video Critique'
+11751 [2020-02-26 01:51:49] '/u/EngineeringJuice' has given '/u/AdvancedInternal8' lambda!
+11751 [2020-02-26 01:51:49] The OP received lambda too!
+11751 [2020-02-26 01:52:50] There has been a new submission: 'Exploring With Tom Meany', with flair 'None'
+11751 [2020-02-26 01:52:52] /u/Belarus12345 had their submission removed for insufficient lambda.
+11751 [2020-02-26 02:02:36] There has been a new submission: 'Kobe K Rool. The 14th instalment in The K Rool Khronicles.', with flair 'Video Critique'
+11751 [2020-02-26 02:02:38] /u/StageCraftBeast had their submission removed for insufficient lambda.
+11751 [2020-02-26 02:10:42] There has been a new submission: 'CHILD BIRTH SIMULATOR CHALLENGE ON MAX LEVEL !!!', with flair 'Vlog'
+11751 [2020-02-26 02:10:44] /u/mannyslife had their submission removed for insufficient lambda.
+11751 [2020-02-26 02:33:19] '/u/Jischasing' has given '/u/Charmyholms' lambda!
+11751 [2020-02-26 02:38:39] There has been a new submission: 'Hey Reddit, we're the Rogue Sessions. A small gaming channel (for now) currently at 80 subscribers and looking to grow to 100. This is our newest session where we play Link's Awakening and discuss the Sonic the Hedgehog movie. Would love to hear your thoughts as well. Check us out!', with flair 'Gaming'
+11751 [2020-02-26 02:38:40] /u/Doctor_Zero89 had their submission removed for insufficient lambda.
+11751 [2020-02-26 02:39:52] There has been a new submission: 'A little over a month and I got 10 subs 💪🏾💪🏾', with flair 'Discussion'
+11751 [2020-02-26 02:44:32] '/u/TheDrainPros' has given '/u/ErbyTattoos' lambda!
+11751 [2020-02-26 02:44:32] The OP received lambda too!
+11751 [2020-02-26 02:47:27] '/u/Ghryms' has given '/u/ErbyTattoos' lambda!
+11751 [2020-02-26 02:51:33] There has been a new submission: 'New video and also looking to review yall channels i want to see edited videos if yall can leave your channel below i would apreciate it', with flair 'Channel Review'
+11751 [2020-02-26 02:51:35] /u/The_uchiha11 had their submission removed for insufficient lambda.
+11751 [2020-02-26 02:57:23] There has been a new submission: 'Daniel O's', with flair 'Meta'
+11751 [2020-02-26 02:57:24] /u/GamingWithDan_ had their submission removed for using the wrong flair.
+11751 [2020-02-26 02:59:29] '/u/usedmop' has given '/u/ErbyTattoos' lambda!
+11751 [2020-02-26 03:01:49] '/u/Ghryms' has given '/u/Jischasing' lambda!
+11751 [2020-02-26 03:03:13] There has been a new submission: 'I'm trying some different editing in this video, does the editing look thrown together or does it look more natural? and what are your initial impressions of what having a viral video would do for you and your channel and did my experience match up to your expectations?', with flair 'Video Critique'
+11751 [2020-02-26 03:04:44] '/u/spygentlemen' has given '/u/WalfieOnYouTube' lambda!
+11751 [2020-02-26 03:04:44] The OP received lambda too!
+11751 [2020-02-26 03:09:16] There has been a new submission: 'My Channel has been at a plateau recently, would appreciate some review and feedback!', with flair 'Channel Review'
+11751 [2020-02-26 03:09:17] /u/amriyeniiii had their submission removed for insufficient lambda.
+11751 [2020-02-26 03:11:21] '/u/spygentlemen' has given '/u/KerfuffledPlatypus' lambda!
+11751 [2020-02-26 03:14:52] There has been a new submission: 'Streaming on Youtube', with flair 'Discussion'
+11751 [2020-02-26 03:17:55] '/u/spygentlemen' has given '/u/Doctor_Zero89' lambda!
+11751 [2020-02-26 03:18:39] '/u/spygentlemen' has given '/u/BlackThundaYT' lambda!
+11751 [2020-02-26 03:19:00] There has been a new submission: 'Video editing software', with flair 'None'
+11751 [2020-02-26 03:19:01] /u/Emetineer had their submission removed for insufficient lambda.
+11751 [2020-02-26 03:19:40] There has been a new submission: 'Collabs and people to play with (PC, Xbox)', with flair 'Gaming'
+11751 [2020-02-26 03:19:40] /u/SignedGames had their submission removed for insufficient lambda.
+11751 [2020-02-26 03:19:46] There has been a new submission: 'THANK YOU FOR 200 SUBSCRIBERS!!', with flair 'Channel Review'
+11751 [2020-02-26 03:19:47] /u/XxBruis4xX had their submission removed for insufficient lambda.
+11959 [2020-02-26 03:20:21]
+####################
+[2020-02-26 03:20:21] RESTARTED
+####################
+
+11959 [2020-02-26 03:22:30] There has been a new submission: 'I have a new small YouTube channel about the woods and how to build things in the woods it’s called Aaron Outdoors if you would check it out that would mean a lot to me', with flair 'None'
+11959 [2020-02-26 03:22:32] /u/lightnin1232 had their submission removed for insufficient lambda.
+11959 [2020-02-26 03:22:49] There has been a new submission: 'Video editing software', with flair 'Discussion'
+11959 [2020-02-26 03:30:45] '/u/itsJayohkay' has given '/u/ErbyTattoos' lambda!
+11959 [2020-02-26 03:32:20] '/u/Ghryms' has given '/u/Dharen29YT' lambda!
+11959 [2020-02-26 03:41:03] There has been a new submission: 'Hi, I made a video', with flair 'Video Critique'
+11959 [2020-02-26 03:41:05] /u/notbrandont had their submission removed for insufficient lambda.
+11959 [2020-02-26 03:44:05] '/u/Illfury' has given '/u/orlandoxmairena17' lambda!
+11959 [2020-02-26 03:46:05] '/u/MarcLaton' has given '/u/johnnydaggers' lambda!
+11959 [2020-02-26 03:47:05] There has been a new submission: 'Free Music Inspired by Film Be Kind Rewind', with flair 'Collab'
+11959 [2020-02-26 03:47:07] /u/muse1201 had their submission removed for using the wrong flair.
+11959 [2020-02-26 03:47:57] There has been a new submission: 'Free Music Inspired by Film Be Kind Rewind', with flair 'Channel Review'
+11959 [2020-02-26 03:47:58] /u/muse1201 had their submission removed for insufficient lambda.
+11959 [2020-02-26 03:51:18] There has been a new submission: 'Just posted a new video. I played Deer Hunter 2018 instead of CoD Mobile today.', with flair 'Gaming'
+11959 [2020-02-26 03:51:20] /u/GoNeMaKeS had their submission removed for insufficient lambda.
+11959 [2020-02-26 04:04:36] There has been a new submission: 'Y'all go check out my new YT video and I hope y'all enjoy my content and subscribe :)', with flair 'Gaming'
+11959 [2020-02-26 04:04:38] /u/BurstG-ON-YT had their submission removed for insufficient lambda.
+11959 [2020-02-26 04:04:48] There has been a new submission: 'My first youtube video! I’ve been wanting to make a youtube channel with consistent uploads for a while now. I’m a bit awkward in the video and only have my phone to film but i would really like some recommendations to make my videos better!', with flair 'Video Critique'
+11959 [2020-02-26 04:04:50] /u/Kpopkinz had their submission removed for insufficient lambda.
+11959 [2020-02-26 04:05:41] There has been a new submission: 'The Predator Rengar Experience', with flair 'Gaming'
+11959 [2020-02-26 04:05:42] /u/NarutoOtsutsuki had their submission removed for insufficient lambda.
+11959 [2020-02-26 04:16:51] There has been a new submission: 'Samll GMV Channel', with flair 'Channel Review'
+11959 [2020-02-26 04:16:52] /u/AshPhoenix_Merch had their submission removed for insufficient lambda.
+11959 [2020-02-26 04:26:06] '/u/deliriousmarc' has given '/u/Remoon101' lambda!
+11959 [2020-02-26 04:28:47] There has been a new submission: 'Hi guys! I would be glad if you folks could check out my channel. Everything will be greatly appreciated https://www.youtube.com/channel/UC0a0FGHnDWvPLbINOm5kH7Q', with flair 'None'
+11959 [2020-02-26 04:28:48] /u/kenjipatatas had their submission removed for insufficient lambda.
+11959 [2020-02-26 04:29:42] '/u/JERVIC-GAMING' has given '/u/shaunyoong' lambda!
+11959 [2020-02-26 04:29:42] The OP received lambda too!
+11959 [2020-02-26 04:31:13] '/u/JERVIC-GAMING' has given '/u/Remoon101' lambda!
+11959 [2020-02-26 04:33:38] '/u/JERVIC-GAMING' has given '/u/NipNapNoe' lambda!
+11959 [2020-02-26 04:59:30] There has been a new submission: 'I want some brutally honest opinions on my channel and my content', with flair 'Channel Review'
+11959 [2020-02-26 04:59:31] /u/Handsome_MerK had their submission removed for insufficient lambda.
+11959 [2020-02-26 05:11:23] There has been a new submission: 'Did we land on gold? Apex Legends', with flair 'Gaming'
+11959 [2020-02-26 05:11:25] /u/hiback had their submission removed for insufficient lambda.
+11959 [2020-02-26 05:17:16] '/u/spygentlemen' has given '/u/miniBeo' lambda!
+12098 [2020-02-26 05:20:21]
+####################
+[2020-02-26 05:20:21] RESTARTED
+####################
+
+12098 [2020-02-26 05:24:25] There has been a new submission: 'I recently tried editing after ‘buying’ Vegas pro 17. Decided to make a Fortnite (cringe I know) video. If you enjoyed - a sub would be lovely or some feedback!', with flair 'None'
+12098 [2020-02-26 05:24:27] /u/MrWafflez0110 had their submission removed for insufficient lambda.
+12098 [2020-02-26 05:28:15] '/u/spygentlemen' has given '/u/Sorta-Rican' lambda!
+12098 [2020-02-26 05:30:33] There has been a new submission: '200 Subscribers!', with flair 'Discussion'
+12098 [2020-02-26 05:32:11] '/u/spygentlemen' has given '/u/LexPlex9000' lambda!
+12098 [2020-02-26 05:36:08] There has been a new submission: 'Oddly Satisfying video that relax before you sleep', with flair 'None'
+12098 [2020-02-26 05:36:09] /u/zizzacz had their submission removed for insufficient lambda.
+12098 [2020-02-26 05:44:25] '/u/ErbyTattoos' has given '/u/johnnydaggers' lambda!
+12098 [2020-02-26 05:44:25] The OP received lambda too!
+12098 [2020-02-26 05:46:50] '/u/ErbyTattoos' has given '/u/tcessory' lambda!
+12098 [2020-02-26 05:48:07] '/u/ErbyTattoos' has given '/u/Kpopkinz' lambda!
+12098 [2020-02-26 05:49:39] There has been a new submission: 'Buy subs and grow your channel discord server (4000+ members)', with flair 'Discussion'
+12098 [2020-02-26 06:04:43] There has been a new submission: 'ENTREPRENEURS IN 2020', with flair 'Channel Review'
+12098 [2020-02-26 06:05:32] There has been a new submission: 'Hey, what's up guys? I usually make videos about various aspects in gaming or just talking about games/consoles itself (I recently just made a video on the Nintendo Wii). If you guys have the chance, please check it out as I would appreciate it a lot.', with flair 'Gaming'
+12098 [2020-02-26 06:05:34] /u/Nuskelz had their submission removed for insufficient lambda.
+12098 [2020-02-26 06:13:32] There has been a new submission: 'NexusComplex', with flair 'Channel Review'
+12098 [2020-02-26 06:13:34] /u/NexusComplex had their submission removed for insufficient lambda.
+12098 [2020-02-26 06:19:45] There has been a new submission: 'Just started a couple days ago!', with flair 'Gaming'
+12098 [2020-02-26 06:19:46] /u/JpgInfinite had their submission removed for insufficient lambda.
+12098 [2020-02-26 06:49:54] There has been a new submission: 'My channel (IsseHero) I make animations and stuff:|', with flair 'None'
+12098 [2020-02-26 06:49:54] /u/6Sheep had their submission removed for insufficient lambda.
+12098 [2020-02-26 07:02:23] '/u/shaunyoong' has given '/u/JamesCollieVlogs' lambda!
+12098 [2020-02-26 07:02:23] The OP received lambda too!
+12098 [2020-02-26 07:04:54] '/u/shaunyoong' has given '/u/denandmugMAKES' lambda!
+12098 [2020-02-26 07:05:22] '/u/shaunyoong' has given '/u/Sliprych' lambda!
+12471 [2020-02-26 07:20:21]
+####################
+[2020-02-26 07:20:21] RESTARTED
+####################
+
+12471 [2020-02-26 07:37:58] There has been a new submission: 'So this was my roadtrip, can anybody relate ? 😅', with flair 'Vlog'
+12471 [2020-02-26 07:37:59] /u/Bombdcarlos had their submission removed for insufficient lambda.
+12471 [2020-02-26 07:41:37] There has been a new submission: 'Trying to 👋 hit 300 subscribers and I have 250 please make my dreams come true🥳', with flair 'None'
+12471 [2020-02-26 07:41:39] /u/Therandomvideos had their submission removed for insufficient lambda.
+12471 [2020-02-26 07:54:00] '/u/MonishCorona' has given '/u/pazerclips' lambda!
+12471 [2020-02-26 07:54:00] The OP received lambda too!
+12471 [2020-02-26 08:09:23] '/u/thethoughtfulbeast' has given '/u/avamansouri' lambda!
+12471 [2020-02-26 08:20:02] There has been a new submission: 'Sub to me and I’ll sub, Like and watch on 3 accounts', with flair 'None'
+12471 [2020-02-26 08:20:04] /u/Selfmadebeatz had their submission removed for insufficient lambda.
+12471 [2020-02-26 08:21:03] There has been a new submission: 'Killing Raiders with Sweet Berries', with flair 'Gaming'
+12471 [2020-02-26 08:21:05] /u/kylezam had their submission removed for insufficient lambda.
+12471 [2020-02-26 08:23:35] There has been a new submission: 'How Can I Grow my Channel', with flair 'Discussion'
+12471 [2020-02-26 08:24:13] '/u/spygentlemen' has given '/u/fistofthefuture' lambda!
+12471 [2020-02-26 08:26:27] '/u/spygentlemen' has given '/u/DanyFeature' lambda!
+12471 [2020-02-26 08:48:31] There has been a new submission: 'YouTube in 2020? Haven’t uploaded in over a month but wanted to do this video for a long time! I know everyone’s journey is different and unique so I focused on tips and advice that worked for me and is *hopefully* usable on your own YouTube journey!', with flair 'Video Critique'
+12471 [2020-02-26 09:02:55] There has been a new submission: 'My Amazon Favorites (questions in comments)', with flair 'Video Critique'
+12471 [2020-02-26 09:17:51] '/u/ThiccAssClap' has given '/u/shaunyoong' lambda!
+12606 [2020-02-26 09:20:21]
+####################
+[2020-02-26 09:20:21] RESTARTED
+####################
+
+12606 [2020-02-26 09:29:10] There has been a new submission: 'PLEASE SUBSCRIBE TO MY CHANNEL TO HIT 1000 SUBSCRIBERS', with flair 'None'
+12606 [2020-02-26 09:29:11] /u/granthamafrica had their submission removed for insufficient lambda.
+12606 [2020-02-26 09:34:28] '/u/avamansouri' has given '/u/Apple-of-the-earths' lambda!
+12606 [2020-02-26 09:34:28] The OP received lambda too!
+12606 [2020-02-26 09:36:09] '/u/Flimsypigeongamer' has given '/u/Handsome_MerK' lambda!
+12606 [2020-02-26 09:36:09] The OP received lambda too!
+12606 [2020-02-26 09:36:25] '/u/Flimsypigeongamer' has given '/u/lieutenatdan' lambda!
+12606 [2020-02-26 09:36:39] '/u/Flimsypigeongamer' has given '/u/ErbyTattoos' lambda!
+12606 [2020-02-26 09:36:49] '/u/Flimsypigeongamer' has given '/u/Sorta-Rican' lambda!
+12606 [2020-02-26 10:10:53] There has been a new submission: 'HIT 225 SUBS!', with flair 'Discussion'
+12606 [2020-02-26 10:21:18] '/u/Illfury' has given '/u/AlexHellRazor' lambda!
+12606 [2020-02-26 10:21:42] '/u/jesspennington_' has given '/u/miniBeo' lambda!
+12606 [2020-02-26 10:21:42] The OP received lambda too!
+12606 [2020-02-26 10:22:53] '/u/Sliprych' has given '/u/CRT_Television' lambda!
+12606 [2020-02-26 10:23:04] There has been a new submission: 'Are calming, relaxing gameplay and video essays good to make a channel off of?', with flair 'Discussion'
+12606 [2020-02-26 10:27:21] There has been a new submission: 'Gamers are oppressed', with flair 'Video Critique'
+12606 [2020-02-26 10:27:23] /u/olisterw had their submission removed for insufficient lambda.
+12606 [2020-02-26 10:31:59] There has been a new submission: 'WTF is happening, Weird MW glitch', with flair 'Gaming'
+12606 [2020-02-26 10:32:01] /u/ItzMunx had their submission removed for insufficient lambda.
+12606 [2020-02-26 11:09:09] There has been a new submission: 'Kingdom Hearts 3 - One JRPG a month', with flair 'Gaming'
+12606 [2020-02-26 11:09:10] /u/Adzic254 had their submission removed for insufficient lambda.
+12606 [2020-02-26 11:09:50] '/u/iamtinos' has given '/u/denandmugMAKES' lambda!
+12606 [2020-02-26 11:09:50] The OP received lambda too!
+12606 [2020-02-26 11:11:03] '/u/avamansouri' has given '/u/Serenity1996' lambda!
+12606 [2020-02-26 11:12:17] There has been a new submission: 'Looking for some feedback on my newest video! [Testing the GoPro hero 8 underwater]', with flair 'Video Critique'
+12606 [2020-02-26 11:12:59] There has been a new submission: 'FOOTBALLERS AND FOOTBALL MANAGERS DANCING AT A CONSTRUCTION SITE', with flair 'None'
+12606 [2020-02-26 11:13:09] There has been a new submission: 'I have uploaded many videos on my channel but I could not complete the watch time of YouTube monetization policy. Can you guys please help me out to reach out watch time threshold. I really appreciate it.', with flair 'Art'
+12606 [2020-02-26 11:13:11] /u/Alex6272 had their submission removed for insufficient lambda.
+12741 [2020-02-26 11:20:22]
+####################
+[2020-02-26 11:20:22] RESTARTED
+####################
+
+12741 [2020-02-26 11:21:18] There has been a new submission: 'I started a Motivation/Inspiration Channel 3 weeks ago and I would appreciate your feedback', with flair 'Channel Review'
+12741 [2020-02-26 11:21:19] /u/Redpill_Crypto had their submission removed for insufficient lambda.
+12741 [2020-02-26 11:30:44] '/u/Apple-of-the-earths' has given '/u/CertMedia' lambda!
+12741 [2020-02-26 11:30:44] The OP received lambda too!
+12741 [2020-02-26 11:37:50] '/u/ThiccAssClap' has given '/u/CHINXSCHIGULU' lambda!
+12741 [2020-02-26 11:39:18] '/u/HughseyKL' has given '/u/CopyingJax' lambda!
+12741 [2020-02-26 11:39:18] The OP received lambda too!
+12741 [2020-02-26 11:40:26] '/u/HughseyKL' has given '/u/olisterw' lambda!
+12741 [2020-02-26 11:44:01] There has been a new submission: 'Why gamers are oppressed', with flair 'Video Critique'
+12741 [2020-02-26 11:52:05] '/u/usedmop' has given '/u/Sorta-Rican' lambda!
+12741 [2020-02-26 11:54:23] '/u/usedmop' has given '/u/johnnydaggers' lambda!
+12741 [2020-02-26 11:56:19] '/u/usedmop' has given '/u/Jischasing' lambda!
+12741 [2020-02-26 12:05:14] '/u/spector111' has given '/u/mattnovum' lambda!
+12741 [2020-02-26 12:05:47] '/u/spector111' has given '/u/ErbyTattoos' lambda!
+12741 [2020-02-26 12:06:03] '/u/spector111' has given '/u/CHINXSCHIGULU' lambda!
+12741 [2020-02-26 12:16:20] There has been a new submission: '[VLOG] If you guys would, I'd appreciate your commentary on our latest video, we broke this up into two parts because the video was so long, we are working on replacing the flash intro, but we haven't found a suitable replacement yet. The Porsche 911 930 Widowmaker walk around', with flair 'Vlog'
+12741 [2020-02-26 12:20:05] There has been a new submission: 'This is the newest Episode of my WWE 2K20 series. All sorts of Feedback is appreciated', with flair 'Video Critique'
+12741 [2020-02-26 12:23:39] '/u/olisterw' has given '/u/Serenity1996' lambda!
+12741 [2020-02-26 12:23:39] The OP received lambda too!
+12741 [2020-02-26 12:28:46] There has been a new submission: 'If anyone wants to make fortnite videos with me just comment your discord or epic name and check out my youtube (itsanomal) so you know the kinda videos I make', with flair 'Collab'
+12741 [2020-02-26 12:34:49] '/u/Apple-of-the-earths' has given '/u/Redpill_Crypto' lambda!
+12741 [2020-02-26 12:40:15] There has been a new submission: 'So this happened! Was fun filming it! The Hotter Ones Episode 1 - Getting Hot in Here!', with flair 'Vlog'
+12741 [2020-02-26 12:40:17] /u/emotuit had their submission removed for insufficient lambda.
+12741 [2020-02-26 12:48:18] '/u/Max-F3rgus0n' has given '/u/Dharen29YT' lambda!
+12741 [2020-02-26 12:48:18] The OP received lambda too!
+12741 [2020-02-26 12:48:56] '/u/Max-F3rgus0n' has given '/u/pokbun' lambda!
+12741 [2020-02-26 12:49:26] '/u/Max-F3rgus0n' has given '/u/Apple-of-the-earths' lambda!
+12741 [2020-02-26 12:49:30] There has been a new submission: 'Trying to keep creative...', with flair 'Channel Review'
+12741 [2020-02-26 12:49:31] /u/mattfaris had their submission removed for insufficient lambda.
+12741 [2020-02-26 12:49:54] '/u/Max-F3rgus0n' has given '/u/StarChases' lambda!
+12741 [2020-02-26 12:50:57] '/u/Max-F3rgus0n' has given '/u/Vegetable-Acadia' lambda!
+12741 [2020-02-26 12:51:21] There has been a new submission: 'My Project Pan update for January 2020 - Second Video EVER!', with flair 'Video Critique'
+12741 [2020-02-26 12:51:23] /u/GeologieCosmetics had their submission removed for insufficient lambda.
+12741 [2020-02-26 12:52:12] '/u/avamansouri' has given '/u/Redpill_Crypto' lambda!
+12741 [2020-02-26 12:53:24] '/u/hillbillyjedi' has given '/u/Adzic254' lambda!
+12741 [2020-02-26 12:55:52] '/u/Max-F3rgus0n' has given '/u/Cmdr-Tom' lambda!
+12741 [2020-02-26 12:57:21] '/u/Max-F3rgus0n' has given '/u/mattfaris' lambda!
+12741 [2020-02-26 12:59:09] '/u/Jischasing' has given '/u/fabiotic' lambda!
+12741 [2020-02-26 12:59:09] The OP received lambda too!
+12741 [2020-02-26 13:01:52] There has been a new submission: 'A vlog I've done in a unique bazaar called RIUH IN THE CITY. It happened every 2 months. Hope you enjoy! Feedback is always welcomed!! :D', with flair 'Video Critique'
+12741 [2020-02-26 13:09:17] '/u/Max-F3rgus0n' has given '/u/_GoatBandit_' lambda!
+12741 [2020-02-26 13:10:57] There has been a new submission: 'FAMOUS FOOTBALL PLAYERS - THEN AND NOW! 2020', with flair 'Video Critique'
+12741 [2020-02-26 13:11:00] /u/Top10Footballstories had their submission removed for insufficient lambda.
+12741 [2020-02-26 13:12:03] There has been a new submission: 'Hello. Please help! Our office dept has a video competition for most number of views and likes. Is it alright if you could just view this 1:30 min clip and like it? No need to subscribe. It's our impression of the Filipino movie; the Hows of Us. Thank you very much!', with flair 'Discussion'
+12741 [2020-02-26 13:12:05] /u/billyybong had their submission removed for using the wrong flair.
+12741 [2020-02-26 13:13:46] There has been a new submission: 'Hello. Please help! Our office dept has a video competition for most number of views and likes. Is it alright if you could just view this 1:30 min clip and like it? No need to subscribe. It's our impression of the Filipino movie; the Hows of Us. Thank you very much!', with flair 'Vlog'
+12741 [2020-02-26 13:13:49] /u/billyybong had their submission removed for insufficient lambda.
+12741 [2020-02-26 13:17:39] '/u/Max-F3rgus0n' has given '/u/CoolComicGuy' lambda!
+12741 [2020-02-26 13:19:31] There has been a new submission: 'Pen art', with flair 'Art'
+12741 [2020-02-26 13:19:32] /u/AndreiRusArt had their submission removed for insufficient lambda.
+12906 [2020-02-26 13:20:21]
+####################
+[2020-02-26 13:20:21] RESTARTED
+####################
+
+12906 [2020-02-26 13:31:48] There has been a new submission: 'gang beasts moments that really pickle my cheese (not getting as much views as i usually get would love some support/feedback)', with flair 'Gaming'
+12906 [2020-02-26 13:31:59] There has been a new submission: 'Tech channel Tips', with flair 'None'
+12906 [2020-02-26 13:32:01] /u/Dawson_Ronald had their submission removed for insufficient lambda.
+12906 [2020-02-26 13:43:34] There has been a new submission: 'I’ll review a video for you.', with flair 'Discussion'
+12906 [2020-02-26 13:50:01] There has been a new submission: 'BlackSun Gaming Channel Review Request', with flair 'Channel Review'
+12906 [2020-02-26 13:50:03] /u/The_Godfather69 had their submission removed for insufficient lambda.
+12906 [2020-02-26 13:57:01] There has been a new submission: 'Bookish video review', with flair 'Video Critique'
+12906 [2020-02-26 14:01:00] '/u/Serenity1996' has given '/u/lieutenatdan' lambda!
+12906 [2020-02-26 14:01:00] The OP received lambda too!
+12906 [2020-02-26 14:07:05] There has been a new submission: 'What's The Island Like? - Club Med Kani - Maldives - Family Adventure Vlog .... a start to our next adventure :)', with flair 'Vlog'
+12906 [2020-02-26 14:07:13] There has been a new submission: 'So I'm a super small channel. But I'm not asking for subs or likes. Honestly just asking for advice. I like uploading small gaming videos of either small glitches or bugs that happen while I'm playing or just small videos I thought were pretty fun to create. I'd like advice on stuff I could do grow.', with flair 'Channel Review'
+12906 [2020-02-26 14:07:14] /u/DefaultDylan had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:07:40] There has been a new submission: 'Tech channel', with flair 'None'
+12906 [2020-02-26 14:07:42] /u/Dawson_Ronald had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:12:11] There has been a new submission: 'UPDATE ON THE CORONAVIRUS (GOOD NEWS!!!)', with flair 'None'
+12906 [2020-02-26 14:12:13] /u/YT_MarioGreat had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:18:03] There has been a new submission: 'Why 98% Of People Are Doomed (Who Is The Devil?)', with flair 'Discussion'
+12906 [2020-02-26 14:18:04] /u/jemchulo7 had their submission removed for using the wrong flair.
+12906 [2020-02-26 14:18:32] '/u/Max-F3rgus0n' has given '/u/Dark_Killer01' lambda!
+12906 [2020-02-26 14:19:18] There has been a new submission: 'Why 98% Of People Are Doomed (Who Is The Devil?)', with flair 'Video Critique'
+12906 [2020-02-26 14:19:19] /u/jemchulo7 had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:19:30] '/u/Max-F3rgus0n' has given '/u/George_Doors' lambda!
+12906 [2020-02-26 14:19:56] There has been a new submission: 'I'm really trying to improve my channel. PLEASE let me know if you see anything off or if you love it! :)', with flair 'Channel Review'
+12906 [2020-02-26 14:21:31] There has been a new submission: 'THE LAST OF US Remastered Walkthrough Part 1 - Sarah', with flair 'Gaming'
+12906 [2020-02-26 14:21:32] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:23:43] There has been a new submission: 'Hi everyone, I’m new to this subreddit and wanted to introduce myself. I play in an alt rock band called Paperfriend and I’m looking to grow our YouTube channel. Nice to meet you all!', with flair 'Discussion'
+12906 [2020-02-26 14:23:45] /u/deanince had their submission removed for using the wrong flair.
+12906 [2020-02-26 14:25:31] '/u/Blue-Glare' has given '/u/qzeqYT' lambda!
+12906 [2020-02-26 14:25:31] The OP received lambda too!
+12906 [2020-02-26 14:25:50] '/u/Apple-of-the-earths' has given '/u/lieutenatdan' lambda!
+12906 [2020-02-26 14:27:01] There has been a new submission: 'Hi everyone, I play in an emo/alt rock band called Paperfriend, and I’m looking to grow our YouTube channel. We have 67 subs and just over 5,000 total views. What’s the best way to grow organically? Nice to meet you all by the way!', with flair 'Discussion'
+12906 [2020-02-26 14:31:31] There has been a new submission: 'League of Legends Best Twitch Highlights #13', with flair 'Gaming'
+12906 [2020-02-26 14:31:33] /u/Tralicium had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:37:44] There has been a new submission: 'Hi guys. I finally found my niche: Satire news! Here is the debut, uploaded yesterday. Critique away to your hearts. Apologies for the video quality', with flair 'Video Critique'
+12906 [2020-02-26 14:41:35] There has been a new submission: 'Want to find out the history behind Duke Nukem?', with flair 'Gaming'
+12906 [2020-02-26 14:41:37] /u/Endy_McGufin had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:42:43] There has been a new submission: 'What do you guys think of my movie reviews?', with flair 'Video Critique'
+12906 [2020-02-26 14:42:45] /u/Lethenza had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:50:49] There has been a new submission: 'Our Weekend at Niagara Falls - Ontario, Canada! Helpful feedback and discussion will be given Lambda!!', with flair 'Channel Review'
+12906 [2020-02-26 14:50:51] /u/plemaster01 had their submission removed for insufficient lambda.
+12906 [2020-02-26 14:51:04] There has been a new submission: 'Aajkal Kay Bachy Nafarman Kion? | Tariq Jameel Bayan', with flair 'Discussion'
+12906 [2020-02-26 14:51:06] /u/msufwan had their submission removed for using the wrong flair.
+12906 [2020-02-26 14:55:13] '/u/Apple-of-the-earths' has given '/u/nicrazac' lambda!
+12906 [2020-02-26 14:56:33] There has been a new submission: 'Keto weight loss channel', with flair 'None'
+12906 [2020-02-26 14:56:58] '/u/Illfury' has given '/u/Max_Robertson' lambda!
+12906 [2020-02-26 15:07:55] '/u/olisterw' has given '/u/Redpill_Crypto' lambda!
+12906 [2020-02-26 15:08:28] '/u/olisterw' has given '/u/Ghryms' lambda!
+12906 [2020-02-26 15:08:39] '/u/MafiasFinestTV' has given '/u/nicrazac' lambda!
+12906 [2020-02-26 15:08:39] The OP received lambda too!
+12906 [2020-02-26 15:08:50] '/u/MafiasFinestTV' has given '/u/TechLens_Official' lambda!
+12906 [2020-02-26 15:10:08] '/u/MafiasFinestTV' has given '/u/KerfuffledPlatypus' lambda!
+12906 [2020-02-26 15:12:17] There has been a new submission: 'I'm hitting 500 subscribers. THANK YOU!', with flair 'Discussion'
+12906 [2020-02-26 15:13:03] '/u/MafiasFinestTV' has given '/u/vandalxvisuals' lambda!
+12906 [2020-02-26 15:14:23] '/u/MafiasFinestTV' has given '/u/heyiamandrew' lambda!
+12906 [2020-02-26 15:15:19] There has been a new submission: 'Just finished up our first month starting from zero, +53 subs +500 watch hours! What should we do next to continue the exponential growth?', with flair 'Channel Review'
+12906 [2020-02-26 15:20:06] There has been a new submission: 'Day 6 Full Access Ship Tour Liberty Of The Seas Part 2', with flair 'Video Critique'
+12906 [2020-02-26 15:20:09] /u/thelifeofriles had their submission removed for insufficient lambda.
+13053 [2020-02-26 15:20:22]
+####################
+[2020-02-26 15:20:22] RESTARTED
+####################
+
+13053 [2020-02-26 15:23:28] '/u/nicrazac' has given '/u/qzeqYT' lambda!
+13053 [2020-02-26 15:23:28] The OP received lambda too!
+13053 [2020-02-26 15:26:09] There has been a new submission: 'Critique this please (content, editing, length, etc.)', with flair 'Video Critique'
+13053 [2020-02-26 15:27:19] There has been a new submission: 'Hey! I’m a small YouTube channel, and I was wondering if I can get any tips on improving my channel and hopefully gain new subscribers!', with flair 'Channel Review'
+13053 [2020-02-26 15:27:20] /u/kaidnle had their submission removed for insufficient lambda.
+13053 [2020-02-26 15:38:09] There has been a new submission: 'i have a dream, but I need some crtisim please', with flair 'Discussion'
+13053 [2020-02-26 15:42:42] '/u/MafiasFinestTV' has given '/u/MigookinTeecha' lambda!
+13053 [2020-02-26 15:43:06] '/u/MafiasFinestTV' has given '/u/Halloween_Scarecrow' lambda!
+13053 [2020-02-26 15:45:19] '/u/nicrazac' has given '/u/plemaster01' lambda!
+13053 [2020-02-26 15:45:19] The OP received lambda too!
+13053 [2020-02-26 15:46:55] There has been a new submission: 'I hope you guys enjoy this episode. Leave a like and I would love the feedback', with flair 'Gaming'
+13053 [2020-02-26 16:01:33] There has been a new submission: 'Top 10 most handsome men of the decade let me know. Let me know what you think.', with flair 'None'
+13053 [2020-02-26 16:01:44] There has been a new submission: 'I started a gaming channel in January; heavily inspired by Neebs Gaming so more "entertainment" than Let's Play or otherwise. Started with a No Man's Sky series and I'm already 12 episodes in! Here's the first one. I welcome all feedback!', with flair 'Gaming'
+13053 [2020-02-26 16:05:45] '/u/cehteshami' has given '/u/Remoon101' lambda!
+13053 [2020-02-26 16:05:45] The OP received lambda too!
+13053 [2020-02-26 16:09:18] There has been a new submission: 'We recently hit 140+ Subs, our first 1000+ view video and our first company partnership! Happy to give lambda for feedback on our newest video and thank you to this subreddit for all the amazing advice!', with flair 'Channel Review'
+13053 [2020-02-26 16:17:09] There has been a new submission: 'New TikTok Vid! Will Sub4Sub', with flair 'Video Critique'
+13053 [2020-02-26 16:17:10] /u/Fugondia had their submission removed for insufficient lambda.
+13053 [2020-02-26 16:20:52] There has been a new submission: 'Do you guys think ps2 games would be good to stream?', with flair 'Discussion'
+13053 [2020-02-26 16:27:03] There has been a new submission: 'Revolute Joint Assembly Tutorial in Fusion 360! Crank to Pedal', with flair 'Video Critique'
+13053 [2020-02-26 16:28:23] There has been a new submission: 'Hello guys I have started a YouTube channel called Greenwood relaxing music where you will find relaxing and healing music for better sleep so do help me as I am struggling on youtube..', with flair 'Channel Review'
+13053 [2020-02-26 16:28:24] /u/PUKAR12345 had their submission removed for insufficient lambda.
+13053 [2020-02-26 16:28:37] '/u/MafiasFinestTV' has given '/u/Logan_B_Youtube' lambda!
+13053 [2020-02-26 16:28:56] '/u/Max-F3rgus0n' has given '/u/joecolasuono' lambda!
+13053 [2020-02-26 16:29:37] '/u/MafiasFinestTV' has given '/u/Ironick96' lambda!
+13053 [2020-02-26 16:33:05] '/u/MafiasFinestTV' has given '/u/TCTV_UK' lambda!
+13053 [2020-02-26 16:33:57] There has been a new submission: 'New DIY video took some of you suggestions into account. Hit me with some new ones!', with flair 'Video Critique'
+13053 [2020-02-26 16:34:05] There has been a new submission: 'Sub4Sub', with flair 'Discussion'
+13053 [2020-02-26 16:35:39] '/u/Max-F3rgus0n' has given '/u/MafiasFinestTV' lambda!
+13053 [2020-02-26 16:35:39] The OP received lambda too!
+13053 [2020-02-26 16:36:14] '/u/Max-F3rgus0n' has given '/u/TheCadency' lambda!
+13053 [2020-02-26 16:38:16] '/u/Max-F3rgus0n' has given '/u/plemaster01' lambda!
+13053 [2020-02-26 16:39:25] There has been a new submission: 'Episode 4 | Getting Robbed in Virginia and the Canon 90D Review', with flair 'Channel Review'
+13053 [2020-02-26 16:40:07] '/u/Max-F3rgus0n' has given '/u/grumpykitten35' lambda!
+13053 [2020-02-26 16:40:24] '/u/Max-F3rgus0n' has given '/u/cehteshami' lambda!
+13053 [2020-02-26 16:41:26] '/u/Max-F3rgus0n' has given '/u/Sup3rPotatoNinja' lambda!
+13053 [2020-02-26 16:47:12] There has been a new submission: 'The Division 2 Funny Voice Chat', with flair 'Gaming'
+13053 [2020-02-26 16:47:14] /u/Derange-Clipz had their submission removed for insufficient lambda.
+13053 [2020-02-26 16:48:32] '/u/George_Doors' has given '/u/plemaster01' lambda!
+13053 [2020-02-26 16:48:32] The OP received lambda too!
+13053 [2020-02-26 16:50:27] '/u/deliriousmarc' has given '/u/Cmdr-Tom' lambda!
+13053 [2020-02-26 16:51:06] There has been a new submission: 'Best Clips of the Past 5 Years: 5 YEARS OF HALO 5(A tribute to Halo Infinite)', with flair 'Video Critique'
+13053 [2020-02-26 17:01:34] There has been a new submission: 'Playing never have I ever with my best girl', with flair 'None'
+13053 [2020-02-26 17:01:36] /u/Temmiyshasore had their submission removed for insufficient lambda.
+13053 [2020-02-26 17:05:29] '/u/MafiasFinestTV' has given '/u/elevestory' lambda!
+13053 [2020-02-26 17:09:31] There has been a new submission: 'Exposing My YouTube analytics on the YouTube studio app | how to grow your YouTube channel', with flair 'None'
+13053 [2020-02-26 17:09:32] /u/Dividend-investor had their submission removed for insufficient lambda.
+13053 [2020-02-26 17:09:37] There has been a new submission: 'I make decent videos do check it out and let me know how to improve tq', with flair 'Channel Review'
+13053 [2020-02-26 17:09:51] There has been a new submission: 'Anyone tried learning improv to spice up their videos?', with flair 'Discussion'
+13053 [2020-02-26 17:10:35] '/u/tss230' has given '/u/TCTV_UK' lambda!
+13053 [2020-02-26 17:13:19] '/u/Max-F3rgus0n' has given '/u/shytownx' lambda!
+13053 [2020-02-26 17:20:16] There has been a new submission: 'ayee we almost at 700 subs', with flair 'Video Critique'
+13053 [2020-02-26 17:20:18] /u/FarCheesecake0 had their submission removed for insufficient lambda.
+13189 [2020-02-26 17:20:22]
+####################
+[2020-02-26 17:20:22] RESTARTED
+####################
+
+13189 [2020-02-26 17:23:15] There has been a new submission: 'Hey, gaming channels.', with flair 'Discussion'
+13189 [2020-02-26 17:24:29] There has been a new submission: 'PLZ CRITIQUE MY LATEST VIDEO (700 SUBS)', with flair 'Video Critique'
+13189 [2020-02-26 17:24:31] /u/FarCheesecake0 had their submission removed for insufficient lambda.
+13189 [2020-02-26 17:25:55] '/u/Jischasing' has given '/u/Scapparelli08' lambda!
+13189 [2020-02-26 17:26:23] There has been a new submission: 'Recently made this video where I go on omegle in a disguise...tell me what you think :)', with flair 'Video Critique'
+13189 [2020-02-26 17:26:24] /u/Abuzz_YT had their submission removed for insufficient lambda.
+13189 [2020-02-26 17:32:18] There has been a new submission: 'How To Quit Your Gaming Addiction [Video Critique]', with flair 'Video Critique'
+13189 [2020-02-26 17:32:20] /u/CoachingWithBryce had their submission removed for insufficient lambda.
+13189 [2020-02-26 17:38:50] '/u/plemaster01' has given '/u/turtlezgomoo' lambda!
+13189 [2020-02-26 17:38:50] The OP received lambda too!
+13189 [2020-02-26 17:40:27] '/u/plemaster01' has given '/u/Scapparelli08' lambda!
+13189 [2020-02-26 17:43:49] There has been a new submission: 'TOUGH CROWD', with flair 'Gaming'
+13189 [2020-02-26 17:43:51] /u/ThatFridgeGuy had their submission removed for insufficient lambda.
+13189 [2020-02-26 17:46:52] '/u/Max-F3rgus0n' has given '/u/Scapparelli08' lambda!
+13189 [2020-02-26 17:48:16] '/u/Max-F3rgus0n' has given '/u/theedale1' lambda!
+13189 [2020-02-26 17:50:24] There has been a new submission: 'Building a lego set without my hands', with flair 'Video Critique'
+13189 [2020-02-26 17:51:41] '/u/Max-F3rgus0n' has given '/u/Special_Performance' lambda!
+13189 [2020-02-26 17:54:18] '/u/Ghryms' has given '/u/turtlezgomoo' lambda!
+13189 [2020-02-26 17:57:53] There has been a new submission: 'Hey everyone just wanted to see what I could work on. I know editing is still not the best but I'd love to here your guys opinions', with flair 'Video Critique'
+13189 [2020-02-26 17:57:54] /u/OddballComics1 had their submission removed for insufficient lambda.
+13189 [2020-02-26 18:04:12] '/u/VreaL37' has given '/u/qzeqYT' lambda!
+13189 [2020-02-26 18:04:12] The OP received lambda too!
+13189 [2020-02-26 18:04:21] '/u/HarwareThrift' has given '/u/Scapparelli08' lambda!
+13189 [2020-02-26 18:04:21] The OP received lambda too!
+13189 [2020-02-26 18:06:00] '/u/lieutenatdan' has given '/u/Silentswoard' lambda!
+13189 [2020-02-26 18:06:00] The OP received lambda too!
+13189 [2020-02-26 18:18:15] There has been a new submission: 'Finally getting a little more comfortable... And trying to keep these stories entertaining. Had a blast doing this one. Any critiques welcome, lambda for your troubles.', with flair 'Video Critique'
+13189 [2020-02-26 18:18:53] There has been a new submission: 'What should my views be with 100 subs?', with flair 'Meta'
+13189 [2020-02-26 18:19:33] There has been a new submission: 'I hit 100 subs a MONTH before my estimated time/goal.', with flair 'Discussion'
+13189 [2020-02-26 18:21:40] There has been a new submission: 'Some memes', with flair 'Channel Review'
+13189 [2020-02-26 18:21:42] /u/ardaras had their submission removed for insufficient lambda.
+13189 [2020-02-26 18:30:38] The moderator /u/jwnskanzkwk has given /u/BackwoodMenace 1λ. /u/BackwoodMenace now has 3λ.
+13189 [2020-02-26 18:41:27] There has been a new submission: 'Just started my informative channel!', with flair 'Channel Review'
+13189 [2020-02-26 18:41:29] /u/ldreem had their submission removed for insufficient lambda.
+13189 [2020-02-26 18:43:50] There has been a new submission: 'how do you go about promoting on other social media?', with flair 'Discussion'
+13189 [2020-02-26 18:45:17] '/u/Max-F3rgus0n' has given '/u/Special_Performance' lambda!
+13189 [2020-02-26 18:46:34] '/u/Max-F3rgus0n' has given '/u/miniBeo' lambda!
+13189 [2020-02-26 18:47:22] '/u/Max-F3rgus0n' has given '/u/MigookinTeecha' lambda!
+13189 [2020-02-26 18:51:56] There has been a new submission: 'I’m looking to improve my channel, what do you think of it?', with flair 'Channel Review'
+13189 [2020-02-26 18:52:16] There has been a new submission: 'Animated segment from Philip DeFranco’s podcast. What do you think of the art/animation style?', with flair 'Video Critique'
+13189 [2020-02-26 18:52:18] /u/_storm_1 had their submission removed for insufficient lambda.
+13189 [2020-02-26 18:53:53] '/u/azurestrikergamer' has given '/u/Dante1LP' lambda!
+13189 [2020-02-26 18:53:53] The OP received lambda too!
+13189 [2020-02-26 18:55:09] '/u/azurestrikergamer' has given '/u/Special_Performance' lambda!
+13189 [2020-02-26 18:56:37] '/u/azurestrikergamer' has given '/u/Doctor_Zero89' lambda!
+13189 [2020-02-26 18:58:28] There has been a new submission: 'A Very Very Very Funny R6 Video!', with flair 'Gaming'
+13189 [2020-02-26 18:58:29] /u/FiftyyyOneee had their submission removed for insufficient lambda.
+13189 [2020-02-26 19:00:06] There has been a new submission: 'What video should I post on my channel?', with flair 'Discussion'
+13189 [2020-02-26 19:01:31] '/u/TellMeMoreYT' has given '/u/vandan_1177' lambda!
+13189 [2020-02-26 19:01:32] The OP received lambda too!
+13189 [2020-02-26 19:02:09] There has been a new submission: 'A king and his men prepare for battle', with flair 'Video Critique'
+13189 [2020-02-26 19:02:11] /u/secretsaucedelight had their submission removed for insufficient lambda.
+13189 [2020-02-26 19:03:29] There has been a new submission: 'NASTY EGGS (DOMESTIC ADVICE 3) - I lost a subscriber mere seconds after posting this, so YOU be the judge. This is yet another of my odd PSA deals. Have a look, eh?', with flair 'Video Critique'
+13189 [2020-02-26 19:05:44] There has been a new submission: 'My channel is KONG•ZILLA 62. I do stop motion.', with flair 'Channel Review'
+13189 [2020-02-26 19:05:46] /u/kongzilla62yt had their submission removed for insufficient lambda.
+13189 [2020-02-26 19:08:38] '/u/VreaL37' has given '/u/DargonTheLegend' lambda!
+13189 [2020-02-26 19:09:58] There has been a new submission: 'me making fun of pg clean minecraft youtubers', with flair 'Video Critique'
+13189 [2020-02-26 19:09:59] /u/mememasteruwu had their submission removed for insufficient lambda.
+13189 [2020-02-26 19:11:19] '/u/Sky-todd' has given '/u/IrishImposter' lambda!
+13189 [2020-02-26 19:11:19] The OP received lambda too!
+13189 [2020-02-26 19:18:12] There has been a new submission: 'Advice and possibly more subs', with flair 'None'
+13682 [2020-02-26 19:20:22]
+####################
+[2020-02-26 19:20:22] RESTARTED
+####################
+
+13682 [2020-02-26 19:23:12] '/u/Rojn8r' has given '/u/Cmdr-Tom' lambda!
+13682 [2020-02-26 19:27:05] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+13682 [2020-02-26 19:27:26] '/u/1baberuth' has given '/u/Pleasant-Following' lambda!
+13682 [2020-02-26 19:27:26] The OP received lambda too!
+13682 [2020-02-26 19:31:13] There has been a new submission: 'Please SUB and Like I will do the same', with flair 'None'
+13682 [2020-02-26 19:31:15] /u/ogq1 had their submission removed for insufficient lambda.
+13682 [2020-02-26 19:32:15] There has been a new submission: 'Mine efficiently in Minecraft', with flair 'Video Critique'
+13682 [2020-02-26 19:34:33] '/u/lieutenatdan' has given '/u/ActivexGen' lambda!
+13682 [2020-02-26 19:35:24] There has been a new submission: 'Could you guys give me some advice and see if my video and thumbnails look ok? Thank you!', with flair 'Channel Review'
+13682 [2020-02-26 19:35:25] /u/BasicBenny had their submission removed for insufficient lambda.
+13682 [2020-02-26 19:37:03] There has been a new submission: 'SIMS 4 BTS HUNGER GAMES PT 2. - What do you guys think?', with flair 'Gaming'
+13682 [2020-02-26 19:37:04] /u/BananaMilkeu had their submission removed for insufficient lambda.
+13682 [2020-02-26 19:41:24] There has been a new submission: 'What do I need to improve in my videos? I do not know why it only has like 10 impressions and 5 views even though I used multiple tags and included them in my description. PLEASE HELP!', with flair 'Video Critique'
+13682 [2020-02-26 19:41:26] /u/RealMushroomGaming had their submission removed for insufficient lambda.
+13682 [2020-02-26 19:49:29] '/u/Max-F3rgus0n' has given '/u/Tyznips' lambda!
+13682 [2020-02-26 19:49:33] There has been a new submission: 'Hey good afternoon I would like if you you guys could review my channel', with flair 'Channel Review'
+13682 [2020-02-26 19:49:34] /u/Nutronic had their submission removed for insufficient lambda.
+13682 [2020-02-26 19:49:56] There has been a new submission: 'I HIT 275 SUBS THANKS GUYS', with flair 'Discussion'
+13682 [2020-02-26 19:51:08] There has been a new submission: 'Made my first thumbnail for a relaxed jazz compilation- appreciate any feedback!', with flair 'Thumbnail Review'
+13682 [2020-02-26 19:51:10] /u/BaronIbelin had their submission removed for insufficient lambda.
+13682 [2020-02-26 19:53:36] '/u/TellMeMoreYT' has given '/u/KingOberon13' lambda!
+13682 [2020-02-26 19:57:35] '/u/TCTV_UK' has given '/u/humz_whu' lambda!
+13682 [2020-02-26 19:57:35] The OP received lambda too!
+13682 [2020-02-26 20:01:16] There has been a new submission: 'Edited this video for my friends channel. WE MADE DELICIOUS GUACAMOLE HOMEMADE YUMMY GOODNESS. FEEDBACK IS VERY MUCH APPRECIATED AND SO IS YOUR TIME.', with flair 'Video Critique'
+13682 [2020-02-26 20:02:36] '/u/TCTV_UK' has given '/u/Log1qe' lambda!
+13682 [2020-02-26 20:03:54] '/u/theedale1' has given '/u/lieutenatdan' lambda!
+13682 [2020-02-26 20:03:54] The OP received lambda too!
+13682 [2020-02-26 20:07:58] There has been a new submission: 'Any advice?', with flair 'Discussion'
+13682 [2020-02-26 20:09:09] '/u/nicrazac' has given '/u/Scapparelli08' lambda!
+13682 [2020-02-26 20:10:33] '/u/nicrazac' has given '/u/KingOberon13' lambda!
+13682 [2020-02-26 20:13:47] There has been a new submission: '*NEW VIDEO* (I hope this helps you grow. let me know what I can do to improve as well. ) HOW I GOT 1000 VIEWS IN 1 WEEK - How To Use YouTube Ads To Grow Your Channel', with flair 'Video Critique'
+13682 [2020-02-26 20:13:57] There has been a new submission: 'I’ve created a video for gameplay Virtual Reality gaming (First Person Shooter)! If you watch can you let me know if you want to buy a VR console and how I can improve! Subscribe if you enjoy! Will give lambda for good reviews.', with flair 'Gaming'
+13682 [2020-02-26 20:19:16] There has been a new submission: 'I took my RUSSIAN WIFE to the WORST CITY in America. I post every week.', with flair 'Video Critique'
+13682 [2020-02-26 20:19:16] /u/tnike04 had their submission removed for insufficient lambda.
+13682 [2020-02-26 20:20:07] There has been a new submission: 'Episode 4 | Getting Robbed in Virginia and the Canon 90D Review', with flair 'Video Critique'
+13682 [2020-02-26 20:21:31] '/u/Scapparelli08' has given '/u/cjf5414' lambda!
+13682 [2020-02-26 20:21:32] The OP received lambda too!
+13682 [2020-02-26 20:27:42] '/u/TCTV_UK' has given '/u/deliriousmarc' lambda!
+13682 [2020-02-26 20:28:51] There has been a new submission: 'Clown Makeup Tutorial - We Feel This is One of Our Better Vids In Terms of Pacing/Action, Please Let Us Know What You Think!', with flair 'Video Critique'
+13682 [2020-02-26 20:36:46] There has been a new submission: 'Need some advise to help start my channel growing', with flair 'Channel Review'
+13682 [2020-02-26 20:36:47] /u/blue4928493 had their submission removed for insufficient lambda.
+13682 [2020-02-26 20:38:18] '/u/VreaL37' has given '/u/DargonTheLegend' lambda!
+13682 [2020-02-26 20:43:26] There has been a new submission: 'Hi im having trouble finding what vidoes i should make or what makes my subscribers happy please any support would be great', with flair 'Channel Review'
+13682 [2020-02-26 20:43:28] /u/mavdogs had their submission removed for insufficient lambda.
+13682 [2020-02-26 20:44:07] '/u/MafiasFinestTV' has given '/u/turtlezgomoo' lambda!
+13682 [2020-02-26 20:44:33] '/u/MafiasFinestTV' has given '/u/ihateplastic10' lambda!
+13682 [2020-02-26 20:45:41] '/u/MafiasFinestTV' has given '/u/eborghetto99' lambda!
+13682 [2020-02-26 20:49:28] '/u/MafiasFinestTV' has given '/u/Charmyholms' lambda!
+13682 [2020-02-26 20:52:53] '/u/deliriousmarc' has given '/u/PheraWorld' lambda!
+13682 [2020-02-26 20:52:53] The OP received lambda too!
+13682 [2020-02-26 20:53:39] '/u/deliriousmarc' has given '/u/thethoughtfulbeast' lambda!
+13682 [2020-02-26 20:58:41] '/u/MafiasFinestTV' has given '/u/Illfury' lambda!
+13682 [2020-02-26 20:59:35] There has been a new submission: 'Hoping to get to 100 subscribers', with flair 'Discussion'
+13682 [2020-02-26 21:00:28] There has been a new submission: 'I uploaded my first YT video! please look at my channel and tell me what I can improve on please! I appreciate y’all', with flair 'None'
+13682 [2020-02-26 21:00:30] /u/Charmyholms had their submission removed for insufficient lambda.
+13682 [2020-02-26 21:02:49] '/u/EngineeringJuice' has given '/u/deliriousmarc' lambda!
+13682 [2020-02-26 21:02:49] The OP received lambda too!
+13682 [2020-02-26 21:05:02] There has been a new submission: 'Finally finished my first video! looking for criticism so I can improve my future vids', with flair 'Video Critique'
+13682 [2020-02-26 21:05:45] '/u/DraKBorG' has given '/u/PheraWorld' lambda!
+13682 [2020-02-26 21:05:45] The OP received lambda too!
+13682 [2020-02-26 21:07:16] '/u/CHINXSCHIGULU' has given '/u/Ghryms' lambda!
+13682 [2020-02-26 21:07:16] The OP received lambda too!
+13682 [2020-02-26 21:07:25] '/u/Max-F3rgus0n' has given '/u/vamproy' lambda!
+13682 [2020-02-26 21:08:32] '/u/Max-F3rgus0n' has given '/u/lazgangy' lambda!
+13682 [2020-02-26 21:10:12] There has been a new submission: 'Hello there, I would appreciate any useful tips to improve my channel!', with flair 'Channel Review'
+13682 [2020-02-26 21:10:14] /u/MINTOfficical had their submission removed for insufficient lambda.
+13682 [2020-02-26 21:12:50] '/u/CRT_Television' has given '/u/PledgedApple' lambda!
+13682 [2020-02-26 21:12:50] The OP received lambda too!
+13682 [2020-02-26 21:15:18] There has been a new submission: 'Any advise on growing a channel?', with flair 'Discussion'
+13682 [2020-02-26 21:16:47] There has been a new submission: 'You know those first few seconds of playing an awesome game?', with flair 'Gaming'
+13682 [2020-02-26 21:16:48] /u/Geno0o had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:20:22]
+####################
+[2020-02-26 21:20:22] RESTARTED
+####################
+
+13966 [2020-02-26 21:21:25] There has been a new submission: 'Eyo, so I make edited gaming videos', with flair 'Channel Review'
+13966 [2020-02-26 21:21:27] /u/Geno0o had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:25:29] There has been a new submission: 'Just a test', with flair 'Channel Review'
+13966 [2020-02-26 21:25:30] /u/Geno0o had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:28:05] There has been a new submission: 'Montage music', with flair 'Discussion'
+13966 [2020-02-26 21:28:34] '/u/MafiasFinestTV' has given '/u/mattfaris' lambda!
+13966 [2020-02-26 21:31:19] '/u/CRT_Television' has given '/u/connormricks' lambda!
+13966 [2020-02-26 21:31:33] '/u/TheDrainPros' has given '/u/johnnydaggers' lambda!
+13966 [2020-02-26 21:32:18] '/u/TheDrainPros' has given '/u/Kpopkinz' lambda!
+13966 [2020-02-26 21:32:50] '/u/Adventuroussoul18' has given '/u/vandalxvisuals' lambda!
+13966 [2020-02-26 21:32:51] The OP received lambda too!
+13966 [2020-02-26 21:34:27] '/u/Adventuroussoul18' has given '/u/nicrazac' lambda!
+13966 [2020-02-26 21:34:36] There has been a new submission: '[LET'S PLAY-NEW-Playthrough] HOW DO THEY FIND ME!! || A Plague Tale: Innocence - Chapter 7', with flair 'Gaming'
+13966 [2020-02-26 21:34:38] /u/LiutaurasMK had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:34:47] '/u/CRT_Television' has given '/u/Adzic254' lambda!
+13966 [2020-02-26 21:38:12] There has been a new submission: 'I know that these no thumbnail. I’ll work on one later but, just want some feedback on this video and possibly my channel as a whole. Thank you 💚', with flair 'Channel Review'
+13966 [2020-02-26 21:38:56] '/u/CRT_Television' has given '/u/Doctor_Zero89' lambda!
+13966 [2020-02-26 21:39:07] '/u/Sky-todd' has given '/u/Vegetable-Acadia' lambda!
+13966 [2020-02-26 21:39:33] There has been a new submission: 'I know that there’s not a great thumbnail for this video at the moment. I’ll be making one this afternoon. But, I would like a critique of this new video I put out and maybe my channel as a whole.', with flair 'Video Critique'
+13966 [2020-02-26 21:39:46] There has been a new submission: 'So I've set a challenge to complete 1 JRPG every month for this year and make a video about it. Kingdom Hearts 3 was the first game. Any feedback on the video would be great but especially how I can improve me voice over.', with flair 'Video Critique'
+13966 [2020-02-26 21:39:46] /u/Adzic254 had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:39:51] '/u/Sky-todd' has given '/u/humz_whu' lambda!
+13966 [2020-02-26 21:42:12] '/u/Max-F3rgus0n' has given '/u/PledgedApple' lambda!
+13966 [2020-02-26 21:46:04] There has been a new submission: 'Lightshow a Lightning Compilation', with flair 'Video Critique'
+13966 [2020-02-26 21:46:30] There has been a new submission: 'Spencer Boyle Demo Reel 2020', with flair 'None'
+13966 [2020-02-26 21:46:32] /u/MrPureinstinct had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:47:12] '/u/humz_whu' has given '/u/PledgedApple' lambda!
+13966 [2020-02-26 21:47:12] The OP received lambda too!
+13966 [2020-02-26 21:48:29] '/u/humz_whu' has given '/u/Adzic254' lambda!
+13966 [2020-02-26 21:50:06] '/u/MafiasFinestTV' has given '/u/miniBeo' lambda!
+13966 [2020-02-26 21:52:41] There has been a new submission: 'Hi so I am trying to get better at editing. I made this. Idk what to say. If anyone actually sees this and takes time out of your day to watch my video. Thank you and I hope you have a great day!', with flair 'Art'
+13966 [2020-02-26 21:52:43] /u/ToastIS had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:53:03] There has been a new submission: 'This video took me a while to make, but I think I did a pretty good job on it, any feedback would be much appreciated: Who is Nova || Everything you Need to Know About Richard Rider', with flair 'Video Critique'
+13966 [2020-02-26 21:53:47] There has been a new submission: 'We have a combined IQ of 5. Check this video out you won’t be disappointed 👍', with flair 'None'
+13966 [2020-02-26 21:53:49] /u/S-P-U-D-Z had their submission removed for insufficient lambda.
+13966 [2020-02-26 21:55:39] '/u/blue4928493' has given '/u/Adzic254' lambda!
+13966 [2020-02-26 21:55:40] The OP received lambda too!
+13966 [2020-02-26 21:59:48] '/u/blue4928493' has given '/u/Daddy-Magic' lambda!
+13966 [2020-02-26 22:00:47] There has been a new submission: 'Subbing To EVERY New Sub With 6 Accs Today!', with flair 'Discussion'
+13966 [2020-02-26 22:00:49] /u/ramzi816 had their submission removed for using the wrong flair.
+13966 [2020-02-26 22:01:41] There has been a new submission: 'So I've set a challenge to beat one JRPG every month for the whole of 2020. The first game i completed was Kingdom Hearts 3. I'm really proud of the video and would like some feedback on it, especially about the voice over.', with flair 'Video Critique'
+13966 [2020-02-26 22:04:45] There has been a new submission: 'I did a stationery grab bag unboxing plus discussion around kpop. This was my first youtube video where I’ve decided i wanna be consistent with uploading', with flair 'Video Critique'
+13966 [2020-02-26 22:05:19] There has been a new submission: 'I won 3 CONSECUTIVE SOLO GAMES (Fortnite Season 2) w/ Proof!', with flair 'Gaming'
+13966 [2020-02-26 22:05:21] /u/BigBoiLocke had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:05:31] There has been a new submission: 'Collab with smaller channels, and trying to grow!', with flair 'Collab'
+13966 [2020-02-26 22:07:24] There has been a new submission: 'Singing Live! please give me feed back!', with flair 'Video Critique'
+13966 [2020-02-26 22:07:26] /u/MasterJade_Studios had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:12:27] There has been a new submission: 'My Bimmer left me on the side of the road', with flair 'Vlog'
+13966 [2020-02-26 22:12:29] /u/9MilliGohard had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:16:15] There has been a new submission: 'The Predator Rengar Experience', with flair 'Gaming'
+13966 [2020-02-26 22:16:17] /u/NarutoOtsutsuki had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:17:00] There has been a new submission: 'While on my hike across Arizona completely alone, I had to scare off a bear in the middle of the night! Here's my latest video from my hike! I would love feedback!', with flair 'Video Critique'
+13966 [2020-02-26 22:17:02] /u/Trail_Time had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:19:12] There has been a new submission: 'Check out my new video', with flair 'Vlog'
+13966 [2020-02-26 22:19:13] /u/emiliecollins had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:19:52] There has been a new submission: 'whenever I’m sad I do something to my hair so this time I recorded it.(I noticed that there are more guys than girls on here so maybe this ain’t the best place to share)))) either way please let me know your favorite part :) and have a great day', with flair 'Discussion'
+13966 [2020-02-26 22:19:52] /u/elevestory had their submission removed for using the wrong flair.
+13966 [2020-02-26 22:24:28] '/u/Max-F3rgus0n' has given '/u/elevestory' lambda!
+13966 [2020-02-26 22:26:57] There has been a new submission: 'Kexia went WEDDING DRESS SHOPPING and found her DREAM DRESS! She looks absolutely unreal in some of these! Check out our new video on our couples channel down below! Can we also get some feedback? If you like the video, why not subscribe to our channel!', with flair 'Vlog'
+13966 [2020-02-26 22:26:58] /u/bensebbage had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:27:11] There has been a new submission: 'Naming a brand - (I think I'm getting better at making the videos, but still manage to mess up my lighting. Any thoughts? Where are you getting bored or dropping off?? How can I improve in those areas?)', with flair 'Video Critique'
+13966 [2020-02-26 22:28:36] There has been a new submission: 'Is it worth doing animation on youtube?', with flair 'Discussion'
+13966 [2020-02-26 22:29:44] '/u/ThiccAssClap' has given '/u/DanyFeature' lambda!
+13966 [2020-02-26 22:31:28] '/u/ThiccAssClap' has given '/u/Cmdr-Tom' lambda!
+13966 [2020-02-26 22:36:17] There has been a new submission: 'Can we get the 50 subs?', with flair 'Gaming'
+13966 [2020-02-26 22:36:18] /u/Faze-Toxic had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:38:57] '/u/HughseyKL' has given '/u/Dante1LP' lambda!
+13966 [2020-02-26 22:39:31] There has been a new submission: 'Any tips on growing my channel?', with flair 'Discussion'
+13966 [2020-02-26 22:39:54] '/u/HughseyKL' has given '/u/Redpill_Crypto' lambda!
+13966 [2020-02-26 22:41:55] There has been a new submission: 'Next goal is 400 subscribers', with flair 'Channel Review'
+13966 [2020-02-26 22:41:57] /u/DilstaGaming had their submission removed for insufficient lambda.
+13966 [2020-02-26 22:43:02] '/u/Max-F3rgus0n' has given '/u/Core4Gaming' lambda!
+13966 [2020-02-26 22:44:02] There has been a new submission: 'Travel to Bali For Free? - I've been told this has been one of my more interesting videos. Let me know your thoughts!', with flair 'Video Critique'
+13966 [2020-02-26 22:45:14] '/u/Max-F3rgus0n' has given '/u/Charmycole' lambda!
+13966 [2020-02-26 22:51:42] There has been a new submission: 'Hey hey! Looking for feedback on the video, editing & thumbnail. Thumbnail is not my strongest. Any advice on anything would be very helpful. That awkward cringey ride after your first / second date... Dating Casually Ep07: After Hours', with flair 'Video Critique'
+13966 [2020-02-26 22:58:44] There has been a new submission: 'New YT Channel', with flair 'Gaming'
+13966 [2020-02-26 22:58:45] /u/LaineeLuve95 had their submission removed for insufficient lambda.
+13966 [2020-02-26 23:07:15] There has been a new submission: 'New video :D', with flair 'Channel Review'
+13966 [2020-02-26 23:07:16] /u/Melontrap had their submission removed for insufficient lambda.
+13966 [2020-02-26 23:07:39] '/u/spygentlemen' has given '/u/chri5ten' lambda!
+13966 [2020-02-26 23:11:44] There has been a new submission: 'I made a Fortnite battle into an action movie with multiple camera angles and pumping epic music in the background. This video took over 2 weeks to make, and I learned alot doing it. Any constructive criticism will be rewarded...', with flair 'Video Critique'
+13966 [2020-02-26 23:11:56] There has been a new submission: 'FIRST OFF! I upgraded my camera so the overall quality's great except for my face. Also, i got a new mic. I'm still working out the kinks with all of it so any tips for those things would be great. As always, any and all feedback is welcome 😎', with flair 'Video Critique'
+13966 [2020-02-26 23:17:20] There has been a new submission: 'FIRST OFF! I upgraded my camera so the overall quality's great but the lighting on my face is whack. Second, i upgraded my mic as well. Still working out the kinks to everything and any tips would be great! As always, any and all feedback is welcome! 😎', with flair 'Video Critique'
+14110 [2020-02-26 23:20:22]
+####################
+[2020-02-26 23:20:22] RESTARTED
+####################
+
+1431 [2020-02-26 23:21:20] Updated statistics
+14110 [2020-02-26 23:21:50] '/u/BusaFalconeer' has given '/u/Trail_Time' lambda!
+14110 [2020-02-26 23:21:50] The OP received lambda too!
+14110 [2020-02-26 23:31:40] '/u/George_Doors' has given '/u/thethoughtfulbeast' lambda!
+14110 [2020-02-26 23:32:46] There has been a new submission: 'WARNING ! : NO BR4IN CONTEXT 🧠🧠🧠🔞🚫🚫', with flair 'None'
+14110 [2020-02-26 23:32:48] /u/KenduzesEU had their submission removed for insufficient lambda.
+14110 [2020-02-26 23:39:25] There has been a new submission: 'Top 10 Epic WWE Goldberg Clashes That Should Happen', with flair 'Gaming'
+14110 [2020-02-26 23:39:26] /u/kingkoutpost had their submission removed for insufficient lambda.
+14110 [2020-02-26 23:45:04] There has been a new submission: 'Channel Review', with flair 'Channel Review'
+14110 [2020-02-26 23:45:05] /u/Anskeee had their submission removed for insufficient lambda.
+14110 [2020-02-26 23:49:04] There has been a new submission: 'Reviewing channels', with flair 'Discussion'
+14110 [2020-02-26 23:52:14] '/u/TheZeek245' has given '/u/ActivexGen' lambda!
+14110 [2020-02-26 23:52:14] The OP received lambda too!
+14110 [2020-02-26 23:56:49] There has been a new submission: 'Film Dreamer Youtube Channel', with flair 'Channel Review'
+14110 [2020-02-26 23:56:50] /u/barcafan0901 had their submission removed for insufficient lambda.
+14110 [2020-02-26 23:58:37] There has been a new submission: 'Can I get some Feedback guys?', with flair 'Channel Review'
+14110 [2020-02-26 23:58:38] /u/barcafan0901 had their submission removed for insufficient lambda.
+14110 [2020-02-27 00:01:24] There has been a new submission: 'Looking for some feedback', with flair 'Channel Review'
+14110 [2020-02-27 00:01:26] /u/barcafan0901 had their submission removed for insufficient lambda.
+14110 [2020-02-27 00:04:24] '/u/Anskeee' has given '/u/TheZeek245' lambda!
+14110 [2020-02-27 00:04:25] The OP received lambda too!
+14110 [2020-02-27 00:09:42] There has been a new submission: 'Trying to get better at making videos so I reviewed a game that’s almost 20 years old', with flair 'Gaming'
+14110 [2020-02-27 00:13:27] There has been a new submission: 'unboxing and reviewing some comic books', with flair 'Discussion'
+14110 [2020-02-27 00:13:29] /u/cruzerw13 had their submission removed for using the wrong flair.
+14110 [2020-02-27 00:17:19] '/u/Anskeee' has given '/u/xFML_Mind' lambda!
+14110 [2020-02-27 00:17:59] There has been a new submission: 'Siren Head Was Dropped On His Head (Siren Head Funny Moments), it's a new video of mine and I really put a lot of time into editing it, let me know what you thought about it and if you enjoyed, consider subscribing!', with flair 'Video Critique'
+14110 [2020-02-27 00:39:34] There has been a new submission: 'Resident Evil 4: We be savin the president', with flair 'Gaming'
+14110 [2020-02-27 00:39:35] /u/Jokerfopl had their submission removed for insufficient lambda.
+14110 [2020-02-27 00:44:44] '/u/MafiasFinestTV' has given '/u/calmballer' lambda!
+14110 [2020-02-27 00:45:41] '/u/HarwareThrift' has given '/u/cjf5414' lambda!
+14110 [2020-02-27 00:46:04] '/u/MafiasFinestTV' has given '/u/NovaScotianWoodWorx' lambda!
+14110 [2020-02-27 00:46:14] There has been a new submission: 'I made some break fast', with flair 'Vlog'
+14110 [2020-02-27 00:46:15] /u/Zioskami had their submission removed for insufficient lambda.
+14110 [2020-02-27 00:47:11] '/u/HarwareThrift' has given '/u/PheraWorld' lambda!
+14110 [2020-02-27 00:48:36] '/u/Anskeee' has given '/u/fabiotic' lambda!
+14110 [2020-02-27 00:49:05] There has been a new submission: 'epic', with flair 'Channel Review'
+14110 [2020-02-27 00:49:06] /u/chipmunk_drue had their submission removed for insufficient lambda.
+14110 [2020-02-27 00:58:29] There has been a new submission: 'PLEASE WATCH MY SHITTY VIDEO (+lambda for critiques)', with flair 'Gaming'
+14110 [2020-02-27 00:58:34] There has been a new submission: 'New Video Up! Go Check It Out', with flair 'Gaming'
+14110 [2020-02-27 00:58:35] /u/ChiliadChief had their submission removed for insufficient lambda.
+14110 [2020-02-27 01:04:31] There has been a new submission: 'I have a small YouTube channel where I live with Bran from Game of Thrones and now Geralt from The Witcher has moved in. Hoping I could get some feedback :)', with flair 'Channel Review'
+14110 [2020-02-27 01:04:33] /u/iAmStapesy had their submission removed for insufficient lambda.
+14110 [2020-02-27 01:06:25] There has been a new submission: 'Looking for more inspiration for my channal.', with flair 'Vlog'
+14110 [2020-02-27 01:06:26] /u/Oliverson14 had their submission removed for insufficient lambda.
+14110 [2020-02-27 01:06:52] '/u/ActivexGen' has given '/u/NovaScotianWoodWorx' lambda!
+14110 [2020-02-27 01:06:52] The OP received lambda too!
+14110 [2020-02-27 01:08:27] '/u/ActivexGen' has given '/u/BiggyBonesDoesReddit' lambda!
+14110 [2020-02-27 01:08:50] '/u/Anskeee' has given '/u/5cottyD' lambda!
+14110 [2020-02-27 01:11:46] '/u/Anskeee' has given '/u/kevin25valencia' lambda!
+14110 [2020-02-27 01:15:23] '/u/Goatsause' has given '/u/mr_churs' lambda!
+14110 [2020-02-27 01:15:23] The OP received lambda too!
+14315 [2020-02-27 01:20:23]
+####################
+[2020-02-27 01:20:23] RESTARTED
+####################
+
+14315 [2020-02-27 01:22:48] There has been a new submission: 'Any recommendations for someone just starting a YouTube channel?', with flair 'Discussion'
+14315 [2020-02-27 01:23:22] There has been a new submission: 'Highlight video I made, feedback appreciated', with flair 'None'
+14315 [2020-02-27 01:31:13] '/u/Dharen29YT' has given '/u/mr_churs' lambda!
+14315 [2020-02-27 01:31:13] The OP received lambda too!
+14315 [2020-02-27 01:33:55] There has been a new submission: 'Futuristic Sci-Fi Loot Crate! | Blender 2.8 Timelapse!', with flair 'Art'
+14315 [2020-02-27 01:33:57] /u/VisionaryChicken had their submission removed for insufficient lambda.
+14315 [2020-02-27 01:43:14] '/u/deliriousmarc' has given '/u/thethoughtfulbeast' lambda!
+14315 [2020-02-27 01:44:43] There has been a new submission: 'I Built this Makeup / Vanity Table and created a How-to Video What do you think? Any tips for my next build video?', with flair 'Video Critique'
+14315 [2020-02-27 01:49:19] '/u/PledgedApple' has given '/u/D_munoz' lambda!
+14315 [2020-02-27 01:49:19] The OP received lambda too!
+14315 [2020-02-27 01:53:57] '/u/Anskeee' has given '/u/floodwayprintco' lambda!
+14315 [2020-02-27 01:56:32] There has been a new submission: 'How long is too long for a gaming video?', with flair 'Discussion'
+14315 [2020-02-27 02:00:19] There has been a new submission: 'Can’t connect my YouTube to my tiktok channel?', with flair 'None'
+14315 [2020-02-27 02:00:21] /u/tswizzlenizzle had their submission removed for insufficient lambda.
+14315 [2020-02-27 02:08:52] There has been a new submission: 'Fortnite Shadow Clone Challenge!! Tell me what you think of my video.', with flair 'Video Critique'
+14315 [2020-02-27 02:13:27] '/u/marlenethebean' has given '/u/TheZeek245' lambda!
+14315 [2020-02-27 02:13:27] The OP received lambda too!
+14315 [2020-02-27 02:18:53] There has been a new submission: 'Good video?', with flair 'None'
+14315 [2020-02-27 02:18:54] /u/Mumski had their submission removed for insufficient lambda.
+14315 [2020-02-27 02:23:19] There has been a new submission: 'Use of sound effects', with flair 'Discussion'
+14315 [2020-02-27 02:25:27] '/u/MafiasFinestTV' has given '/u/Nerdorina' lambda!
+14315 [2020-02-27 02:27:09] There has been a new submission: 'What do you do to improve watch time and click through rate', with flair 'Discussion'
+14315 [2020-02-27 02:29:12] There has been a new submission: 'Here is my channel if anybody has time and wants to drop some tips(beside crappy gameplay as I am struggling financially so I can't upgrade rn )', with flair 'None'
+14315 [2020-02-27 02:29:13] /u/Pratham2003 had their submission removed for insufficient lambda.
+14315 [2020-02-27 02:35:40] '/u/TheZeek245' has given '/u/Pratham2003' lambda!
+14315 [2020-02-27 02:40:00] There has been a new submission: 'Brand New Series. Check it out!!', with flair 'Gaming'
+14315 [2020-02-27 02:40:01] /u/samkelley86 had their submission removed for insufficient lambda.
+14315 [2020-02-27 02:41:11] '/u/BetaBradTv' has given '/u/tomscott90' lambda!
+14315 [2020-02-27 02:41:11] The OP received lambda too!
+14315 [2020-02-27 02:41:34] '/u/BetaBradTv' has given '/u/Remoon101' lambda!
+14315 [2020-02-27 02:42:04] '/u/FergHD' has given '/u/Mrlee2399' lambda!
+14315 [2020-02-27 02:42:05] The OP received lambda too!
+14315 [2020-02-27 02:43:38] '/u/Anskeee' has given '/u/lieutenatdan' lambda!
+14315 [2020-02-27 02:46:54] There has been a new submission: 'Top 15 Countries Military Spending (1914-2019)', with flair 'Channel Review'
+14315 [2020-02-27 02:46:55] /u/Shubotube had their submission removed for insufficient lambda.
+14315 [2020-02-27 02:47:35] '/u/MafiasFinestTV' has given '/u/kamenpb' lambda!
+14315 [2020-02-27 02:51:25] '/u/occupiedsplash' has given '/u/Pratham2003' lambda!
+14315 [2020-02-27 02:51:25] The OP received lambda too!
+14315 [2020-02-27 02:53:41] '/u/occupiedsplash' has given '/u/TheZeek245' lambda!
+14315 [2020-02-27 03:02:04] '/u/FergHD' has given '/u/TheZeek245' lambda!
+14315 [2020-02-27 03:02:54] There has been a new submission: 'TOP 5 HAUNTED MANSIONS in Video Games - Would like any feedback on this video and on my channel, Thanks!', with flair 'None'
+14315 [2020-02-27 03:03:26] '/u/occupiedsplash' has given '/u/FergHD' lambda!
+14315 [2020-02-27 03:11:32] There has been a new submission: 'What’s the thumbnail sizes when editing one?', with flair 'Discussion'
+14315 [2020-02-27 03:18:35] '/u/Goatsause' has given '/u/Paint2Luv-Art' lambda!
+14449 [2020-02-27 03:20:23]
+####################
+[2020-02-27 03:20:23] RESTARTED
+####################
+
+14449 [2020-02-27 03:21:18] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime In Ms Paint | Senku Ishigami-Recently hit 1k views :)', with flair 'Art'
+14449 [2020-02-27 03:22:30] There has been a new submission: 'Hamachi The Psychotic killer - Dreamhack Indie Game (VG Review)', with flair 'Gaming'
+14449 [2020-02-27 03:22:32] /u/masterjx9 had their submission removed for insufficient lambda.
+14449 [2020-02-27 03:26:29] There has been a new submission: 'SpongeBob Square Metal', with flair 'Video Critique'
+14449 [2020-02-27 03:27:57] There has been a new submission: 'My Day 1 YouTube Partner Earnings! - How Much Does YouTube Pay Me?', with flair 'Video Critique'
+14449 [2020-02-27 03:31:29] There has been a new submission: 'Man Child Gets Nail Extensions (Would love some criticism (:)', with flair 'Video Critique'
+14449 [2020-02-27 03:31:31] /u/CouldBeWorseYT had their submission removed for insufficient lambda.
+14449 [2020-02-27 03:32:05] '/u/occupiedsplash' has given '/u/RaNDoM123SaLAd' lambda!
+14449 [2020-02-27 03:32:33] '/u/CRT_Television' has given '/u/Mrlee2399' lambda!
+14449 [2020-02-27 03:33:12] '/u/occupiedsplash' has given '/u/lieutenatdan' lambda!
+14449 [2020-02-27 03:35:47] '/u/TheDrainPros' has given '/u/MoskitoDan' lambda!
+14449 [2020-02-27 03:38:03] There has been a new submission: 'Not one of my best videos but still funny:) please check out my other videos and hopefully you like my content and sub!', with flair 'Gaming'
+14449 [2020-02-27 03:42:53] '/u/MafiasFinestTV' has given '/u/ashtanganurse' lambda!
+14449 [2020-02-27 03:48:22] There has been a new submission: 'Looking for a channel review overall. What do we do good and what do we need to improve on. GOOD comments will be awarded with givelambda!', with flair 'Channel Review'
+14449 [2020-02-27 03:56:59] There has been a new submission: 'Subbing To EVERY New Sub With 6 Accs Today!', with flair 'Channel Review'
+14449 [2020-02-27 03:57:01] /u/ramzi816 had their submission removed for insufficient lambda.
+14449 [2020-02-27 03:58:04] '/u/Paint2Luv-Art' has given '/u/cheez-it-consumer71' lambda!
+14449 [2020-02-27 03:58:04] The OP received lambda too!
+14449 [2020-02-27 04:00:46] There has been a new submission: 'My first Official Video', with flair 'Gaming'
+14449 [2020-02-27 04:00:48] /u/Young_Senpai42069 had their submission removed for insufficient lambda.
+14449 [2020-02-27 04:01:54] There has been a new submission: 'https://youtu.be/NYmSnW79Kfs', with flair 'None'
+14449 [2020-02-27 04:01:56] /u/TheGameBoxJosh had their submission removed for insufficient lambda.
+14449 [2020-02-27 04:06:47] There has been a new submission: 'Our first rap upload, check it out and share if you like', with flair 'Art'
+14449 [2020-02-27 04:06:49] /u/Dirty_Dan209 had their submission removed for insufficient lambda.
+14449 [2020-02-27 04:14:52] '/u/mindlessmatter_' has given '/u/anaburn' lambda!
+14449 [2020-02-27 04:14:52] The OP received lambda too!
+14449 [2020-02-27 04:23:30] '/u/FergHD' has given '/u/RaNDoM123SaLAd' lambda!
+14449 [2020-02-27 04:24:25] '/u/Mrlee2399' has given '/u/Dharen29YT' lambda!
+14449 [2020-02-27 04:24:25] The OP received lambda too!
+14449 [2020-02-27 04:25:40] There has been a new submission: 'If you upvote my beat posts I will give this Reddit group secret links to download my music for free', with flair 'Collab'
+14449 [2020-02-27 04:54:25] There has been a new submission: 'Tell me what you guys think, it sounds rather off at time’s and I need to mix it better, but it’s a start.', with flair 'Channel Review'
+14449 [2020-02-27 04:54:27] /u/ExrosZ had their submission removed for insufficient lambda.
+14449 [2020-02-27 05:07:25] '/u/Apple-of-the-earths' has given '/u/turtlezgomoo' lambda!
+14449 [2020-02-27 05:08:27] '/u/Apple-of-the-earths' has given '/u/deliriousmarc' lambda!
+14449 [2020-02-27 05:16:04] There has been a new submission: 'Rated M game content in a live stream', with flair 'Discussion'
+14586 [2020-02-27 05:20:23]
+####################
+[2020-02-27 05:20:23] RESTARTED
+####################
+
+14586 [2020-02-27 05:28:33] There has been a new submission: '[CHANNEL REVIEW] I'm looking for your general reactions to my channel', with flair 'Channel Review'
+14586 [2020-02-27 05:28:34] /u/RaNDoM123SaLAd had their submission removed for insufficient lambda.
+14586 [2020-02-27 05:29:30] There has been a new submission: 'My channel', with flair 'None'
+14586 [2020-02-27 05:29:30] /u/Juan-and-Braden had their submission removed for insufficient lambda.
+14586 [2020-02-27 05:31:59] There has been a new submission: 'The new trailer for my channel', with flair 'Gaming'
+14586 [2020-02-27 05:38:52] '/u/occupiedsplash' has given '/u/Theduartetwins' lambda!
+14586 [2020-02-27 05:39:17] '/u/occupiedsplash' has given '/u/Mrlee2399' lambda!
+14586 [2020-02-27 05:51:42] There has been a new submission: 'My first vlog ever tell me your opinion please and feel free to subscribe if you like 💜', with flair 'Vlog'
+14586 [2020-02-27 06:23:18] '/u/Mrlee2399' has given '/u/mr_churs' lambda!
+14586 [2020-02-27 06:24:30] There has been a new submission: '(nsfw) would you watch more stuff like this??', with flair 'Channel Review'
+14586 [2020-02-27 06:24:32] /u/LUKEMONTUKE had their submission removed for insufficient lambda.
+14586 [2020-02-27 06:41:26] '/u/daydreamer-alert' has given '/u/Nuskelz' lambda!
+14586 [2020-02-27 06:41:26] The OP received lambda too!
+14586 [2020-02-27 07:00:22] '/u/ErbyTattoos' has given '/u/NexusComplex' lambda!
+14586 [2020-02-27 07:02:54] '/u/PledgedApple' has given '/u/Nuskelz' lambda!
+14586 [2020-02-27 07:03:26] '/u/ErbyTattoos' has given '/u/Redpill_Crypto' lambda!
+14586 [2020-02-27 07:08:47] '/u/ErbyTattoos' has given '/u/Nuskelz' lambda!
+14586 [2020-02-27 07:10:00] '/u/ErbyTattoos' has given '/u/shaunyoong' lambda!
+14586 [2020-02-27 07:13:17] '/u/ErbyTattoos' has given '/u/mattfaris' lambda!
+14586 [2020-02-27 07:14:08] '/u/ErbyTattoos' has given '/u/MigookinTeecha' lambda!
+14586 [2020-02-27 07:15:33] '/u/ErbyTattoos' has given '/u/plemaster01' lambda!
+14586 [2020-02-27 07:15:44] '/u/Max-F3rgus0n' has given '/u/ReubenRanchYTGaming' lambda!
+14586 [2020-02-27 07:16:15] '/u/Max-F3rgus0n' has given '/u/Zapartha' lambda!
+14586 [2020-02-27 07:17:06] There has been a new submission: 'Testing out an Ezreal deck with a friend (Legends of Runeterra)', with flair 'Gaming'
+14586 [2020-02-27 07:17:07] /u/JayT_700 had their submission removed for insufficient lambda.
+14586 [2020-02-27 07:17:19] There has been a new submission: 'Wii | Nostalgia Time Machine - If you guys can check out my channel, give me some feedback and if you like to, subscribe. THANKS!', with flair 'Video Critique'
+14586 [2020-02-27 07:19:03] '/u/Max-F3rgus0n' has given '/u/giosfamilyfun' lambda!
+14586 [2020-02-27 07:19:51] '/u/Max-F3rgus0n' has given '/u/Javatar91' lambda!
+14958 [2020-02-27 07:20:23]
+####################
+[2020-02-27 07:20:23] RESTARTED
+####################
+
+14958 [2020-02-27 07:21:23] '/u/Max-F3rgus0n' has given '/u/Mumski' lambda!
+14958 [2020-02-27 07:22:02] '/u/Max-F3rgus0n' has given '/u/DATBOI_BLACKSTAR' lambda!
+14958 [2020-02-27 07:24:10] '/u/Nuskelz' has given '/u/ExrosZ' lambda!
+14958 [2020-02-27 07:24:11] The OP received lambda too!
+14958 [2020-02-27 07:24:22] '/u/popularvote_yt' has given '/u/mr_churs' lambda!
+14958 [2020-02-27 07:24:22] The OP received lambda too!
+14958 [2020-02-27 07:24:41] There has been a new submission: 'This video will make you fall asleep instantly. Ik y’all aren’t used to this but give it a go.', with flair 'Video Critique'
+14958 [2020-02-27 07:25:59] '/u/Max-F3rgus0n' has given '/u/OZManHam' lambda!
+14958 [2020-02-27 07:26:09] There has been a new submission: 'My first videos, a young boy making his mark in the you tube industry', with flair 'Channel Review'
+14958 [2020-02-27 07:26:10] /u/Oliverson14 had their submission removed for insufficient lambda.
+14958 [2020-02-27 07:26:47] '/u/Max-F3rgus0n' has given '/u/Andriusdude' lambda!
+14958 [2020-02-27 07:35:16] There has been a new submission: 'Fortnite montage - Fell To Far', with flair 'Gaming'
+14958 [2020-02-27 07:35:17] /u/Wanderlust61 had their submission removed for insufficient lambda.
+14958 [2020-02-27 07:37:23] '/u/Adzic254' has given '/u/TheZeek245' lambda!
+14958 [2020-02-27 07:37:23] The OP received lambda too!
+14958 [2020-02-27 07:41:27] There has been a new submission: 'The main benefits of real estate self-tours and what it can do for both owners and renters. Feel free to subscribe to our channel!', with flair 'Channel Review'
+14958 [2020-02-27 07:41:29] /u/bryanlee670 had their submission removed for insufficient lambda.
+14958 [2020-02-27 07:43:26] There has been a new submission: 'Do you guys have any video ideas?', with flair 'Discussion'
+14958 [2020-02-27 07:47:04] There has been a new submission: 'Social Blade predicted I woukd have 336 subs today, three months ago. I'm currently at 334, so it's pretty dang close!', with flair 'Discussion'
+14958 [2020-02-27 07:48:56] There has been a new submission: 'Please check out my channel. I want to earn subs and views so if you like my videos feel free to sub and like. No regrets', with flair 'None'
+14958 [2020-02-27 07:48:57] /u/Royal5k_ had their submission removed for insufficient lambda.
+14958 [2020-02-27 08:03:43] '/u/OZManHam' has given '/u/RaNDoM123SaLAd' lambda!
+14958 [2020-02-27 08:03:43] The OP received lambda too!
+14958 [2020-02-27 08:04:35] '/u/OZManHam' has given '/u/Mrlee2399' lambda!
+14958 [2020-02-27 08:09:22] '/u/Nuskelz' has given '/u/Adzic254' lambda!
+14958 [2020-02-27 08:25:15] There has been a new submission: 'Red Dead Redemption. 2 Cinematic Style. Would like feedback', with flair 'Gaming'
+14958 [2020-02-27 08:25:16] /u/Davidplaysgames had their submission removed for insufficient lambda.
+14958 [2020-02-27 08:25:57] '/u/Nuskelz' has given '/u/CredixYt' lambda!
+14958 [2020-02-27 08:25:57] The OP received lambda too!
+14958 [2020-02-27 08:32:19] There has been a new submission: 'Would like feedback on my latest video.', with flair 'Gaming'
+14958 [2020-02-27 08:32:21] /u/Davidplaysgames had their submission removed for insufficient lambda.
+14958 [2020-02-27 08:33:49] There has been a new submission: 'The end of my first series! Metalhead plays Brutal Legend', with flair 'Gaming'
+14958 [2020-02-27 09:10:45] There has been a new submission: 'Hi everyone hope y'all are doing well! This is a channel review post, so no video link. What do you think about my channel in general? You could sub but only if you trust me loll. Feedback is more important.', with flair 'Channel Review'
+14958 [2020-02-27 09:19:59] '/u/shaunyoong' has given '/u/ExrosZ' lambda!
+14958 [2020-02-27 09:19:59] The OP received lambda too!
+15091 [2020-02-27 09:20:23]
+####################
+[2020-02-27 09:20:23] RESTARTED
+####################
+
+15091 [2020-02-27 09:25:26] There has been a new submission: 'Hello, YT family. If anyone likes relaxing music, please subscribe to support my charity channel. Have promised to make new video after 230 subs:) Appreciated in advantage!', with flair 'Channel Review'
+15091 [2020-02-27 09:36:17] There has been a new submission: 'Hello.', with flair 'Gaming'
+15091 [2020-02-27 09:36:19] /u/greenphant0m_yt had their submission removed for insufficient lambda.
+15091 [2020-02-27 09:40:17] There has been a new submission: 'Looking for some people to review my channel I know i'm progressing and still have a lot of things to fix but want to see what you guys specifically point out. Thank you!!!', with flair 'Channel Review'
+15091 [2020-02-27 09:40:19] /u/driedtexas had their submission removed for insufficient lambda.
+15091 [2020-02-27 09:48:26] '/u/Max-F3rgus0n' has given '/u/shaunyoong' lambda!
+15091 [2020-02-27 09:52:41] There has been a new submission: 'What do you thing about this', with flair 'Channel Review'
+15091 [2020-02-27 09:52:43] /u/bigriggjiggin had their submission removed for insufficient lambda.
+15091 [2020-02-27 10:15:06] There has been a new submission: 'Short and sweet, less than 1 minute long! Critique my video; gameplay, thumbnail, title and anything else!', with flair 'Video Critique'
+15091 [2020-02-27 10:18:21] There has been a new submission: 'What do you think about my channel? What i should do better or what I do good.', with flair 'Channel Review'
+15091 [2020-02-27 10:18:22] /u/Nuskelz had their submission removed for insufficient lambda.
+15091 [2020-02-27 10:22:43] '/u/Nuskelz' has given '/u/Tkthunder2k' lambda!
+15091 [2020-02-27 10:27:48] There has been a new submission: 'Just trying something a little different so please enjoy ✌ #ESO #elderscrollsonline', with flair 'Gaming'
+15091 [2020-02-27 10:27:49] /u/Unfadingsilence had their submission removed for insufficient lambda.
+15091 [2020-02-27 10:29:52] There has been a new submission: 'Channel review.. what do you think about my channel? What I do best and what I need to improve on', with flair 'Channel Review'
+15091 [2020-02-27 10:29:53] /u/Nuskelz had their submission removed for insufficient lambda.
+15091 [2020-02-27 10:49:47] There has been a new submission: 'New to Narration. Help a reader out? Please give me constructive criticism.', with flair 'Channel Review'
+15091 [2020-02-27 10:53:10] There has been a new submission: 'I finally have 50 subscribers! You can visit or subscribe to my channel if you want to. The name is Sarcasm Intensifies', with flair 'Channel Review'
+15091 [2020-02-27 10:53:12] /u/professionaldumbhead had their submission removed for insufficient lambda.
+15091 [2020-02-27 11:02:23] '/u/LethalogicaYT' has given '/u/MigookinTeecha' lambda!
+15091 [2020-02-27 11:02:23] The OP received lambda too!
+15091 [2020-02-27 11:03:42] There has been a new submission: 'Copy right laws? This doesn't make sense?', with flair 'Discussion'
+15224 [2020-02-27 11:20:23]
+####################
+[2020-02-27 11:20:23] RESTARTED
+####################
+
+15224 [2020-02-27 11:34:18] There has been a new submission: 'Alan Walker - Faded', with flair 'Channel Review'
+15224 [2020-02-27 11:34:20] /u/NBBTECH had their submission removed for insufficient lambda.
+15224 [2020-02-27 11:51:11] There has been a new submission: 'Assassin's creed odyssey CINEMATIC', with flair 'Gaming'
+15224 [2020-02-27 11:51:13] /u/miscYT had their submission removed for insufficient lambda.
+15224 [2020-02-27 12:18:50] '/u/daydreamer-alert' has given '/u/bryanlee670' lambda!
+15224 [2020-02-27 12:19:15] '/u/daydreamer-alert' has given '/u/CopyingJax' lambda!
+15224 [2020-02-27 12:19:26] '/u/daydreamer-alert' has given '/u/shaunyoong' lambda!
+15224 [2020-02-27 12:19:43] '/u/daydreamer-alert' has given '/u/MigookinTeecha' lambda!
+15224 [2020-02-27 12:32:47] There has been a new submission: 'New video from my slightly successful YouTube channel. Blues of a builder. ;)', with flair 'None'
+15224 [2020-02-27 12:32:49] /u/flockofwolves had their submission removed for insufficient lambda.
+15224 [2020-02-27 12:46:05] '/u/D_munoz' has given '/u/Jellyquent' lambda!
+15224 [2020-02-27 12:46:05] The OP received lambda too!
+15224 [2020-02-27 12:49:00] '/u/AlexHellRazor' has given '/u/shaunyoong' lambda!
+15224 [2020-02-27 12:49:00] The OP received lambda too!
+15224 [2020-02-27 12:52:35] '/u/AlexHellRazor' has given '/u/ihateplastic10' lambda!
+15224 [2020-02-27 12:53:01] '/u/AlexHellRazor' has given '/u/The_Suited_Bird' lambda!
+15224 [2020-02-27 12:56:44] '/u/LethalogicaYT' has given '/u/shaunyoong' lambda!
+15224 [2020-02-27 12:57:23] '/u/nicrazac' has given '/u/thundarod' lambda!
+15224 [2020-02-27 12:57:30] '/u/MafiasFinestTV' has given '/u/redbeardrex' lambda!
+15224 [2020-02-27 13:00:18] There has been a new submission: 'How To Show Someone That You Care For Them |Jordan Peterson 2020|', with flair 'Art'
+15224 [2020-02-27 13:00:21] /u/MOTIVATIONHEX had their submission removed for insufficient lambda.
+15224 [2020-02-27 13:10:53] There has been a new submission: 'How can I improve?', with flair 'Video Critique'
+15224 [2020-02-27 13:10:55] /u/StijnStrong had their submission removed for insufficient lambda.
+15818 [2020-02-27 13:20:23]
+####################
+[2020-02-27 13:20:23] RESTARTED
+####################
+
+15818 [2020-02-27 13:25:55] '/u/ixDante' has given '/u/shaunyoong' lambda!
+15818 [2020-02-27 13:25:55] The OP received lambda too!
+15818 [2020-02-27 13:27:45] '/u/ixDante' has given '/u/MigookinTeecha' lambda!
+15818 [2020-02-27 13:31:39] There has been a new submission: 'I would love your feedback and support!', with flair 'Gaming'
+15818 [2020-02-27 13:31:41] /u/Charlie_7threegamers had their submission removed for insufficient lambda.
+15818 [2020-02-27 13:32:38] There has been a new submission: 'About to revive my channel; please check it out and let me know what works and what doesn't so I can have a great come back!', with flair 'Channel Review'
+15818 [2020-02-27 13:32:40] /u/TheAndrusIsHere had their submission removed for insufficient lambda.
+15818 [2020-02-27 13:49:51] There has been a new submission: 'https://youtu.be/_sKIXBE0R7M hello guys please just made my first vlog about day in my life please watch, like and subcribe.. Comment with your suggestions too.. Thank you', with flair 'Vlog'
+15818 [2020-02-27 13:49:51] /u/donsleeq had their submission removed for insufficient lambda.
+15818 [2020-02-27 13:49:59] There has been a new submission: 'Custom Thumbnails for you!', with flair 'Collab'
+15818 [2020-02-27 14:31:01] '/u/Ghryms' has given '/u/notanironmanbtw' lambda!
+15818 [2020-02-27 14:31:02] The OP received lambda too!
+15818 [2020-02-27 14:35:37] '/u/Illfury' has given '/u/BasicBenny' lambda!
+15818 [2020-02-27 14:37:18] '/u/Illfury' has given '/u/BasicBenny' lambda!
+15818 [2020-02-27 14:46:43] There has been a new submission: 'Have y'all ever been to a Marvel showcase? This is a VLOG that I've filmed at a MCU 10-year showcase in Malaysia. Please enjoy, and do leave some honest opinions! Thanks for watching! :D', with flair 'Vlog'
+15818 [2020-02-27 15:01:34] There has been a new submission: 'Second video. Beside the trash; vocals be to low, no good thumbnail, editing not polished, etc how is my commentary flow?', with flair 'Video Critique'
+15818 [2020-02-27 15:01:37] /u/bentonjer12 had their submission removed for insufficient lambda.
+15818 [2020-02-27 15:03:55] There has been a new submission: 'Hey, my girlfriend and I are starting a YouTube channel focusing on cinematic travel films and tutorials. We would be really happy if you could help us out by checking out our latest video and our yt channel 😊', with flair 'Channel Review'
+15818 [2020-02-27 15:03:56] /u/merlin_amadeus had their submission removed for insufficient lambda.
+15818 [2020-02-27 15:09:05] '/u/MOTzTuber' has given '/u/TheDrainPros' lambda!
+15818 [2020-02-27 15:09:05] The OP received lambda too!
+15953 [2020-02-27 15:20:23]
+####################
+[2020-02-27 15:20:23] RESTARTED
+####################
+
+15953 [2020-02-27 15:25:33] There has been a new submission: 'My video for Pokemon Day, Drinks from the INTERNET!', with flair 'None'
+15953 [2020-02-27 15:33:25] There has been a new submission: 'Roblox Piggy Forest Update! Piggy and Doggy Are Trying To Get Me!', with flair 'Gaming'
+15953 [2020-02-27 15:33:27] /u/NerdTrends had their submission removed for insufficient lambda.
+15953 [2020-02-27 15:34:43] '/u/ActivexGen' has given '/u/StreetsofRagequit' lambda!
+15953 [2020-02-27 15:36:25] There has been a new submission: 'Tips for promoting videos', with flair 'Discussion'
+15953 [2020-02-27 15:38:48] '/u/catfish1992' has given '/u/EngineeringJuice' lambda!
+15953 [2020-02-27 15:39:00] '/u/catfish1992' has given '/u/jjstew99' lambda!
+15953 [2020-02-27 15:42:20] There has been a new submission: 'ASKING STUDENTS ON CAMPUS TO FLY OVER NYC FOR $0', with flair 'Video Critique'
+15953 [2020-02-27 15:42:27] There has been a new submission: 'Model a Traffic Cone in Autodesk Fusion 360! Tutorial for Absolute Beginners', with flair 'Thumbnail Review'
+15953 [2020-02-27 15:43:44] There has been a new submission: 'DRIVECRAFT:MINECRAFT FORMULA E-DITION', with flair 'Channel Review'
+15953 [2020-02-27 15:43:46] /u/RealRacer1354 had their submission removed for insufficient lambda.
+15953 [2020-02-27 15:47:25] There has been a new submission: 'ASKING STUDENTS ON CAMPUS TO FLY OVER NYC FOR $0', with flair 'Video Critique'
+15953 [2020-02-27 15:47:26] /u/ohitsjustlawnce had their submission removed for insufficient lambda.
+15953 [2020-02-27 16:05:54] There has been a new submission: 'Have Tinnitus?', with flair 'None'
+15953 [2020-02-27 16:05:56] /u/mylifewithtinnitus had their submission removed for insufficient lambda.
+15953 [2020-02-27 16:07:24] '/u/DarthGaff' has given '/u/StreetsofRagequit' lambda!
+15953 [2020-02-27 16:07:24] The OP received lambda too!
+15953 [2020-02-27 16:08:53] There has been a new submission: 'DBFZ New Team....... Who Dis??? (SSGSS Goku, Beerus, A. Gohan) Online Matches', with flair 'Gaming'
+15953 [2020-02-27 16:08:54] /u/Deecutz had their submission removed for insufficient lambda.
+15953 [2020-02-27 16:19:05] There has been a new submission: 'Car show with the most amazing builds and great machines in display...', with flair 'None'
+15953 [2020-02-27 16:19:06] /u/multigrowth had their submission removed for insufficient lambda.
+15953 [2020-02-27 16:37:53] '/u/lucidlevel' has given '/u/NovaScotianWoodWorx' lambda!
+15953 [2020-02-27 16:37:53] The OP received lambda too!
+15953 [2020-02-27 16:38:04] There has been a new submission: 'Subbing To EVERY New Sub With 6 Accs Today!', with flair 'Channel Review'
+15953 [2020-02-27 16:38:05] /u/ramzi816 had their submission removed for insufficient lambda.
+15953 [2020-02-27 16:41:20] '/u/lucidlevel' has given '/u/Nerdorina' lambda!
+15953 [2020-02-27 16:46:23] '/u/lucidlevel' has given '/u/MafiasFinestTV' lambda!
+15953 [2020-02-27 16:47:00] There has been a new submission: '[CHANNEL REVIEW] I'm looking for your general reactions to my channel', with flair 'Channel Review'
+15953 [2020-02-27 17:00:12] There has been a new submission: 'Would like feedback on my channel!', with flair 'Channel Review'
+15953 [2020-02-27 17:00:15] /u/Davidplaysgames had their submission removed for insufficient lambda.
+15953 [2020-02-27 17:00:32] There has been a new submission: 'I Got Copy right blocked on my new video feel like quitting YouTube plz go support me to keep me going strong', with flair 'None'
+15953 [2020-02-27 17:00:34] /u/GraybekPL_Memes had their submission removed for insufficient lambda.
+15953 [2020-02-27 17:00:41] There has been a new submission: 'Looking to do some collabs', with flair 'Collab'
+15953 [2020-02-27 17:03:09] There has been a new submission: 'What do you think of my channel?', with flair 'Discussion'
+15953 [2020-02-27 17:07:01] '/u/aluskevics' has given '/u/youtubegoodvibes' lambda!
+15953 [2020-02-27 17:07:01] The OP received lambda too!
+15953 [2020-02-27 17:09:55] There has been a new submission: 'I tried to play Apex Legends after not playing it for a loooong time, it was pretty fun! Would love to get your feedback', with flair 'Gaming'
+15953 [2020-02-27 17:09:56] /u/Madmakiant had their submission removed for insufficient lambda.
+15953 [2020-02-27 17:16:25] There has been a new submission: 'Hilarious short clips uploaded EVERYDAY, help me reach 1,300!', with flair 'Gaming'
+15953 [2020-02-27 17:16:27] /u/Fortifiedexcellence had their submission removed for insufficient lambda.
+15953 [2020-02-27 17:16:49] There has been a new submission: 'Hello! I make shitty animations and could use some feedback. Take a look at my channel and lmk what you think', with flair 'Channel Review'
+16088 [2020-02-27 17:20:24]
+####################
+[2020-02-27 17:20:24] RESTARTED
+####################
+
+16088 [2020-02-27 17:21:19] There has been a new submission: 'A new video series idea I had where I bake a themed cake every month with my Mom. I'm not a baking channel I just thought it would be fun and hopefully entertaining. I have some questions I'd like to ask you guys about the vid in the comments below :)', with flair 'Video Critique'
+16088 [2020-02-27 17:23:01] '/u/EngineeringJuice' has given '/u/multigrowth' lambda!
+16088 [2020-02-27 17:23:02] The OP received lambda too!
+16088 [2020-02-27 17:23:14] '/u/EngineeringJuice' has given '/u/Vegetable-Acadia' lambda!
+16088 [2020-02-27 17:24:03] '/u/Nerdorina' has given '/u/lucidlevel' lambda!
+16088 [2020-02-27 17:25:10] '/u/maxjoness' has given '/u/Kpopkinz' lambda!
+16088 [2020-02-27 17:25:11] The OP received lambda too!
+16088 [2020-02-27 17:26:08] '/u/maxjoness' has given '/u/SimpleCyberDefense' lambda!
+16088 [2020-02-27 17:29:15] There has been a new submission: 'What do you think about the concept of this video? I don't want to come across as begging for likes, I genuinely thought this would be a fun concept and tried to keep it away from being perceived as that. Also curious of your opinions on giveaways, and how I could advertise it.', with flair 'Video Critique'
+16088 [2020-02-27 17:31:07] There has been a new submission: 'More incoming', with flair 'Art'
+16088 [2020-02-27 17:31:09] /u/ardaras had their submission removed for insufficient lambda.
+16088 [2020-02-27 17:34:21] '/u/RaNDoM123SaLAd' has given '/u/StreetsofRagequit' lambda!
+16088 [2020-02-27 17:34:21] The OP received lambda too!
+16088 [2020-02-27 17:34:42] '/u/DarthGaff' has given '/u/MerpItUp' lambda!
+16088 [2020-02-27 17:45:20] There has been a new submission: 'YouTube's Boring Right Now So Watch This', with flair 'Vlog'
+16088 [2020-02-27 17:45:22] /u/patwitek had their submission removed for insufficient lambda.
+16088 [2020-02-27 17:56:06] There has been a new submission: 'i had a youtube channel before this one. but i gave up on it. now this is the new channel. here to dissapoint, it's a russian channel. ( im not russian but i make my vids on russian)', with flair 'Channel Review'
+16088 [2020-02-27 17:56:08] /u/Mr_Tarakan had their submission removed for insufficient lambda.
+16088 [2020-02-27 17:56:26] There has been a new submission: 'Looking for a channel review for my channel, Streets of Ragequit. By the way I love what I'm reading in this community already!', with flair 'Channel Review'
+16088 [2020-02-27 17:57:34] '/u/MerpItUp' has given '/u/StreetsofRagequit' lambda!
+16088 [2020-02-27 17:57:34] The OP received lambda too!
+16088 [2020-02-27 18:06:06] There has been a new submission: 'I Raided Area 51.. By Myself - Is Anyone Still Interested In Alien Content?', with flair 'Video Critique'
+16088 [2020-02-27 18:15:24] There has been a new submission: 'I feel like I'm in a good niche. Travel, dogs & camping - what's not to like? Alot apparently. Would like some advice on moving forward please! Have upgraded camera & mic for the next video.', with flair 'Channel Review'
+16088 [2020-02-27 18:19:02] '/u/daydreamer-alert' has given '/u/cdin3d' lambda!
+16088 [2020-02-27 18:19:59] '/u/RaNDoM123SaLAd' has given '/u/Charlie_7threegamers' lambda!
+16088 [2020-02-27 18:21:59] '/u/FergHD' has given '/u/BasicBenny' lambda!
+16088 [2020-02-27 18:23:43] There has been a new submission: 'Day 52/365 is Poutine 2 ways Regular and Baked(My 1 Year Cooking Challenge)', with flair 'Vlog'
+16088 [2020-02-27 18:23:45] /u/newlife_2020 had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:25:19] '/u/TheZeek245' has given '/u/cdin3d' lambda!
+16088 [2020-02-27 18:25:19] The OP received lambda too!
+16088 [2020-02-27 18:25:39] '/u/FergHD' has given '/u/Grimreads' lambda!
+16088 [2020-02-27 18:26:12] There has been a new submission: 'Snowboarding Spring Conditions In February - Vlog #5 - FTL SZN 2', with flair 'Vlog'
+16088 [2020-02-27 18:26:21] There has been a new submission: 'Im looking for someone to review my channel! (Which ive started posting on after 5 months of other stuff)', with flair 'Channel Review'
+16088 [2020-02-27 18:26:23] /u/Eeveeseer had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:26:32] There has been a new submission: 'Wanting your honest opinion about travel channel', with flair 'Channel Review'
+16088 [2020-02-27 18:26:34] /u/gaeke had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:27:44] There has been a new submission: 'Just posted a new video yesterday and I would love some feedback! Thank you so much!', with flair 'Video Critique'
+16088 [2020-02-27 18:27:46] /u/the_content_craze had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:28:35] There has been a new submission: 'Let's get it', with flair 'Gaming'
+16088 [2020-02-27 18:28:36] /u/blaksuperman88 had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:30:44] There has been a new submission: '[Channel Review] I'm looking for some honest reviews about what I can improve !givelamdba', with flair 'Channel Review'
+16088 [2020-02-27 18:32:25] There has been a new submission: 'Need people to do voice-overs!', with flair 'Collab'
+16088 [2020-02-27 18:35:15] There has been a new submission: 'Small Youtuber here like and sub please', with flair 'None'
+16088 [2020-02-27 18:35:17] /u/A-bomb14 had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:38:34] There has been a new submission: 'Just started a channel for my wife and would love to see what you guys think? Any advice and suggestions would be greatly appreciated.', with flair 'Channel Review'
+16088 [2020-02-27 18:39:04] There has been a new submission: 'HAVING A BAD DAY? WATCH THIS VIDEO 😂🔥 2019 | FUNNY FAILS COMPILATION', with flair 'Meta'
+16088 [2020-02-27 18:43:34] '/u/TheZeek245' has given '/u/BasicBenny' lambda!
+16088 [2020-02-27 18:45:05] There has been a new submission: 'Modern Warfare But The Carry Is Giving me Back Pain', with flair 'Gaming'
+16088 [2020-02-27 18:45:06] /u/Drake_Hurley had their submission removed for insufficient lambda.
+16088 [2020-02-27 18:47:34] There has been a new submission: 'I sent to be getting good growth. 107 subs in the first month and 2500 views. Can you guys give me an honest opinion on extra I can do to continue growth?', with flair 'Channel Review'
+16088 [2020-02-27 18:49:38] '/u/MerpItUp' has given '/u/mattfaris' lambda!
+16088 [2020-02-27 18:50:09] There has been a new submission: 'Episode 4 | Getting Robbed in Virginia', with flair 'Video Critique'
+16088 [2020-02-27 18:51:05] '/u/avamansouri' has given '/u/acstomi0212' lambda!
+16088 [2020-02-27 18:51:05] The OP received lambda too!
+16088 [2020-02-27 18:51:24] There has been a new submission: 'fighting with my 3 year old nephew and talking about life|unmotivated day 💜', with flair 'Vlog'
+16088 [2020-02-27 18:52:47] '/u/deliriousmarc' has given '/u/mattfaris' lambda!
+16088 [2020-02-27 18:52:47] The OP received lambda too!
+16088 [2020-02-27 18:53:10] '/u/BasicBenny' has given '/u/mememasteruwu' lambda!
+16088 [2020-02-27 18:53:10] The OP received lambda too!
+16088 [2020-02-27 18:54:08] '/u/D_munoz' has given '/u/Dharen29YT' lambda!
+16088 [2020-02-27 18:57:27] There has been a new submission: 'HAVING A BAD DAY? WATCH THIS VIDEO 😂🔥 2019 | FUNNY FAILS COMPILATION', with flair 'Meta'
+16088 [2020-02-27 18:57:29] /u/Anonymous0900 had their submission removed for using the wrong flair.
+16088 [2020-02-27 19:04:05] There has been a new submission: 'Small channel but sexy! what do you think?', with flair 'Video Critique'
+16088 [2020-02-27 19:04:07] /u/readread13 had their submission removed for insufficient lambda.
+16088 [2020-02-27 19:07:09] '/u/DarthGaff' has given '/u/DanyFeature' lambda!
+16088 [2020-02-27 19:07:54] '/u/Redpill_Crypto' has given '/u/mememasteruwu' lambda!
+16088 [2020-02-27 19:07:54] The OP received lambda too!
+16088 [2020-02-27 19:08:00] '/u/DarthGaff' has given '/u/cdin3d' lambda!
+16088 [2020-02-27 19:09:02] '/u/Redpill_Crypto' has given '/u/Grimreads' lambda!
+16088 [2020-02-27 19:17:00] There has been a new submission: 'I've made a short & funny video about cartoon fanarts! Tried out something new, let me know what you think! I appreciate every feedback.', with flair 'Video Critique'
+16223 [2020-02-27 19:20:24]
+####################
+[2020-02-27 19:20:24] RESTARTED
+####################
+
+16223 [2020-02-27 19:24:58] '/u/StreetsofRagequit' has given '/u/mememasteruwu' lambda!
+16223 [2020-02-27 19:24:58] The OP received lambda too!
+16223 [2020-02-27 19:26:22] '/u/StreetsofRagequit' has given '/u/Eeveeseer' lambda!
+16223 [2020-02-27 19:34:08] There has been a new submission: 'Can You Actually Buy A "REAL" Haunted Doll On Ebay?', with flair 'Video Critique'
+16223 [2020-02-27 19:34:10] /u/tktylerkong had their submission removed for insufficient lambda.
+16223 [2020-02-27 19:34:48] '/u/TheZeek245' has given '/u/NipNapNoe' lambda!
+16223 [2020-02-27 19:35:08] '/u/TheZeek245' has given '/u/Pootoori' lambda!
+16223 [2020-02-27 19:36:04] '/u/TheZeek245' has given '/u/mattfaris' lambda!
+16223 [2020-02-27 19:37:51] '/u/TheZeek245' has given '/u/NukaGirl2287' lambda!
+16223 [2020-02-27 19:39:47] There has been a new submission: 'Make Money Online For FREE Doing NOTHING!', with flair 'Channel Review'
+16223 [2020-02-27 19:39:47] /u/mainbubbly had their submission removed for insufficient lambda.
+16223 [2020-02-27 19:42:15] '/u/TheZeek245' has given '/u/dunbarsnackbar' lambda!
+16223 [2020-02-27 19:44:41] '/u/TheZeek245' has given '/u/tktylerkong' lambda!
+16223 [2020-02-27 19:47:19] '/u/Scapparelli08' has given '/u/Eeveeseer' lambda!
+16223 [2020-02-27 19:47:19] The OP received lambda too!
+16223 [2020-02-27 19:51:34] '/u/occupiedsplash' has given '/u/spector111' lambda!
+16223 [2020-02-27 19:52:15] '/u/occupiedsplash' has given '/u/StreetsofRagequit' lambda!
+16223 [2020-02-27 19:56:26] '/u/Redpill_Crypto' has given '/u/mattfaris' lambda!
+16223 [2020-02-27 19:57:39] '/u/Redpill_Crypto' has given '/u/tktylerkong' lambda!
+16223 [2020-02-27 19:57:46] There has been a new submission: 'Fortnite Season 2 is Cringe...', with flair 'Gaming'
+16223 [2020-02-27 19:59:36] There has been a new submission: 'Trying a new editing style, would love some feedback on humor and flow', with flair 'Video Critique'
+16223 [2020-02-27 19:59:37] /u/Sedica_n_Tryna_Play had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:03:04] '/u/MerpItUp' has given '/u/NipNapNoe' lambda!
+16223 [2020-02-27 20:03:18] '/u/deliriousmarc' has given '/u/Eeveeseer' lambda!
+16223 [2020-02-27 20:05:35] There has been a new submission: 'Hi everyone! I would love some feedback on my newest game review/analysis video.', with flair 'Video Critique'
+16223 [2020-02-27 20:05:37] /u/underfiremedia777 had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:09:03] '/u/acstomi0212' has given '/u/Eeveeseer' lambda!
+16223 [2020-02-27 20:09:03] The OP received lambda too!
+16223 [2020-02-27 20:09:32] '/u/acstomi0212' has given '/u/RealQualityStuff' lambda!
+16223 [2020-02-27 20:11:43] There has been a new submission: 'The 1975, Dance Gavin Dance and Dealer REVIEW (THREES)', with flair 'Art'
+16223 [2020-02-27 20:11:46] /u/KeCk60 had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:11:57] '/u/TheZeek245' has given '/u/Sedica_n_Tryna_Play' lambda!
+16223 [2020-02-27 20:12:23] There has been a new submission: 'Really In need of some honest feedback since all my friends choose to sugarcoat everything 😒', with flair 'None'
+16223 [2020-02-27 20:12:25] /u/elainetatenda had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:13:01] There has been a new submission: 'Im looking for someone to review my channel! (Which ive started posting on after 5 months of other stuff)', with flair 'Channel Review'
+16223 [2020-02-27 20:14:14] There has been a new submission: 'New gaming channel! TheGreatRodinkis', with flair 'Gaming'
+16223 [2020-02-27 20:14:16] /u/TheGreatRodinkis had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:14:58] '/u/MerpItUp' has given '/u/spangies' lambda!
+16223 [2020-02-27 20:18:56] '/u/Ghryms' has given '/u/Foggy_Creations' lambda!
+16223 [2020-02-27 20:20:54] '/u/TheZeek245' has given '/u/underfiremedia777' lambda!
+16223 [2020-02-27 20:25:29] There has been a new submission: 'The end of Buddy Simulator came sooner than expected...', with flair 'Gaming'
+16223 [2020-02-27 20:25:30] /u/RHess19 had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:25:50] '/u/Nuskelz' has given '/u/ogsauce69' lambda!
+16223 [2020-02-27 20:27:47] There has been a new submission: 'me and my friends trolled some pedos that we found in discord dating servers..', with flair 'Video Critique'
+16223 [2020-02-27 20:32:31] '/u/deliriousmarc' has given '/u/ogsauce69' lambda!
+16223 [2020-02-27 20:36:53] '/u/daydreamer-alert' has given '/u/underfiremedia777' lambda!
+16223 [2020-02-27 20:37:48] '/u/Redpill_Crypto' has given '/u/Sedica_n_Tryna_Play' lambda!
+16223 [2020-02-27 20:39:46] There has been a new submission: 'I review YOUR CHANNELS! Did yours make the cut? I will give lambda for all LEGITIMATE feedback comments!', with flair 'Channel Review'
+16223 [2020-02-27 20:40:56] There has been a new submission: 'DBD Mobile Out Soon, Predator Gets A Free Trail Weekend & RE3 Gameplay Preview| Survival Gaming News', with flair 'Gaming'
+16223 [2020-02-27 20:40:59] /u/shaunoxley had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:41:23] '/u/Redpill_Crypto' has given '/u/NipNapNoe' lambda!
+16223 [2020-02-27 20:44:59] '/u/D_munoz' has given '/u/ogsauce69' lambda!
+16223 [2020-02-27 20:46:07] '/u/DarthGaff' has given '/u/tktylerkong' lambda!
+16223 [2020-02-27 20:46:52] '/u/DarthGaff' has given '/u/ogsauce69' lambda!
+16223 [2020-02-27 20:47:33] There has been a new submission: 'Check out my first cinematic video filmed on the Sony A7iii at Beamish Museum', with flair 'Video Critique'
+16223 [2020-02-27 20:47:35] /u/Matty_Nell69 had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:47:46] '/u/ThisIsCress' has given '/u/underfiremedia777' lambda!
+16223 [2020-02-27 20:47:46] The OP received lambda too!
+16223 [2020-02-27 20:47:54] '/u/ThisIsCress' has given '/u/ogsauce69' lambda!
+16223 [2020-02-27 20:48:30] '/u/ThisIsCress' has given '/u/pyvozaur' lambda!
+16223 [2020-02-27 20:49:47] '/u/StreetsofRagequit' has given '/u/underfiremedia777' lambda!
+16223 [2020-02-27 20:49:51] There has been a new submission: 'me and my friends trolled pedos we found in discord dating servers..', with flair 'Video Critique'
+16223 [2020-02-27 20:50:47] '/u/Eeveeseer' has given '/u/MoskitoDan' lambda!
+16223 [2020-02-27 20:50:47] The OP received lambda too!
+16223 [2020-02-27 20:51:11] There has been a new submission: 'Come join this our new group', with flair 'Video Critique'
+16223 [2020-02-27 20:51:13] /u/Skynet_1902 had their submission removed for insufficient lambda.
+16223 [2020-02-27 20:52:10] '/u/Scapparelli08' has given '/u/mattfaris' lambda!
+16223 [2020-02-27 20:56:47] '/u/The_Suited_Bird' has given '/u/R_Hanna' lambda!
+16223 [2020-02-27 20:56:47] The OP received lambda too!
+16223 [2020-02-27 20:57:37] '/u/The_Suited_Bird' has given '/u/Daddy-Magic' lambda!
+16223 [2020-02-27 20:59:26] There has been a new submission: 'Seeking Advice For Our Channel', with flair 'Channel Review'
+16223 [2020-02-27 20:59:27] /u/theitchymitchyshow had their submission removed for insufficient lambda.
+16223 [2020-02-27 21:08:29] '/u/The_Suited_Bird' has given '/u/MuhsTK' lambda!
+16223 [2020-02-27 21:08:43] There has been a new submission: 'I would love some feedback on my newest video. It’s a gaming channel that’s review/feature focused. So any help would mean a lot!', with flair 'Video Critique'
+16223 [2020-02-27 21:10:12] '/u/The_Suited_Bird' has given '/u/TheJustindsd' lambda!
+16223 [2020-02-27 21:11:10] '/u/The_Suited_Bird' has given '/u/underfiremedia777' lambda!
+16223 [2020-02-27 21:17:53] '/u/ogsauce69' has given '/u/pyvozaur' lambda!
+16223 [2020-02-27 21:17:53] The OP received lambda too!
+16223 [2020-02-27 21:18:27] '/u/underfiremedia777' has given '/u/Sedica_n_Tryna_Play' lambda!
+16223 [2020-02-27 21:18:27] The OP received lambda too!
+16223 [2020-02-27 21:18:37] There has been a new submission: 'I tried a new editing style and would love some feedback on it. Thank you!', with flair 'Video Critique'
+16223 [2020-02-27 21:19:00] '/u/acstomi0212' has given '/u/samaster21' lambda!
+16223 [2020-02-27 21:19:24] '/u/acstomi0212' has given '/u/pyvozaur' lambda!
+16223 [2020-02-27 21:19:47] '/u/acstomi0212' has given '/u/ogsauce69' lambda!
+16223 [2020-02-27 21:19:52] There has been a new submission: 'Bruce Lee - Words of Wisdom', with flair 'Vlog'
+16223 [2020-02-27 21:19:53] /u/Martial_X had their submission removed for insufficient lambda.
+16223 [2020-02-27 21:20:06] '/u/underfiremedia777' has given '/u/MyNamesMattYT' lambda!
+16223 [2020-02-27 21:20:16] There has been a new submission: '200 subs!!!!!! Thank you to this sub!', with flair 'Discussion'
+16358 [2020-02-27 21:20:24]
+####################
+[2020-02-27 21:20:24] RESTARTED
+####################
+
+16358 [2020-02-27 21:22:02] '/u/daydreamer-alert' has given '/u/MyNamesMattYT' lambda!
+16358 [2020-02-27 21:22:02] The OP received lambda too!
+16358 [2020-02-27 21:25:56] There has been a new submission: 'Everything from Sonic since 1993', with flair 'Video Critique'
+16358 [2020-02-27 21:28:37] '/u/acstomi0212' has given '/u/DarthGaff' lambda!
+16358 [2020-02-27 21:34:57] '/u/TheZeek245' has given '/u/jwiches' lambda!
+16358 [2020-02-27 21:36:18] '/u/RaNDoM123SaLAd' has given '/u/MoskitoDan' lambda!
+16358 [2020-02-27 21:38:59] There has been a new submission: 'I tried the 5 minuet make up challenge!', with flair 'Vlog'
+16358 [2020-02-27 21:39:00] /u/coriincharge had their submission removed for insufficient lambda.
+16358 [2020-02-27 21:39:31] There has been a new submission: '5 Minuet Makeup Challenge', with flair 'Vlog'
+16358 [2020-02-27 21:39:32] /u/coriincharge had their submission removed for insufficient lambda.
+16358 [2020-02-27 21:39:36] '/u/Sedica_n_Tryna_Play' has given '/u/MyNamesMattYT' lambda!
+16358 [2020-02-27 21:39:36] The OP received lambda too!
+16358 [2020-02-27 21:43:05] There has been a new submission: 'I need your feedback! My most recent video. I usually play games with friends (CallMeCarson esque) but this is my most recent shitpost. The Top 10 People Of All Races. Subscribe if you enjoy the video. It is intentionally shit. !givelambda', with flair 'Channel Review'
+16358 [2020-02-27 21:45:10] '/u/The_Suited_Bird' has given '/u/Redpill_Crypto' lambda!
+16358 [2020-02-27 21:45:47] There has been a new submission: 'Trying Treats From France!', with flair 'Video Critique'
+16358 [2020-02-27 21:48:09] There has been a new submission: 'are latest video, a bit fun with the classic tale of sleepy hollow! "If I could summon The Headless Horseman" what do you guys think!', with flair 'Video Critique'
+16358 [2020-02-27 22:00:43] There has been a new submission: 'YouTube Thumbnails and Titles', with flair 'Discussion'
+16358 [2020-02-27 22:01:16] '/u/MigookinTeecha' has given '/u/AlexanderSaiko' lambda!
+16358 [2020-02-27 22:01:16] The OP received lambda too!
+16358 [2020-02-27 22:01:47] There has been a new submission: 'Could somebody please give me feedback on my videos of what you think i need alot more coming!', with flair 'Gaming'
+16358 [2020-02-27 22:01:49] /u/NPTCustomPCs had their submission removed for insufficient lambda.
+16358 [2020-02-27 22:06:51] '/u/Undercovercop929' has given '/u/Scabhammer' lambda!
+16358 [2020-02-27 22:06:51] The OP received lambda too!
+16358 [2020-02-27 22:08:43] '/u/underfiremedia777' has given '/u/Scabhammer' lambda!
+16358 [2020-02-27 22:18:13] '/u/acstomi0212' has given '/u/PresentDirector' lambda!
+16358 [2020-02-27 22:28:37] There has been a new submission: 'Put a lot of work into this one. Hope y'all enjoy! Feedback appreciated!', with flair 'Video Critique'
+16358 [2020-02-27 22:29:41] There has been a new submission: 'This Is 30! (Vlog About Making My First Feature Film!) Lather me with your thoughts!', with flair 'Vlog'
+16358 [2020-02-27 22:41:48] There has been a new submission: 'Played a indie horror game i foundon itch.io, people told me i use too many jump cuts so i tried to cut down on them for this video what do you think', with flair 'Video Critique'
+16358 [2020-02-27 22:52:24] There has been a new submission: 'What Really Happened During Occupy Wall Street', with flair 'Video Critique'
+16358 [2020-02-27 22:52:26] /u/GlenMoffie had their submission removed for insufficient lambda.
+16358 [2020-02-27 22:52:53] There has been a new submission: 'My new video in my series on visiting (and tasting) bodies of water! I'm especially interested in hearing feedback on the visual quality of this since I spent a lot of time trying to improve it, especially the color grading!', with flair 'Video Critique'
+16358 [2020-02-27 22:59:39] '/u/Scabhammer' has given '/u/GlenMoffie' lambda!
+16358 [2020-02-27 22:59:40] The OP received lambda too!
+16358 [2020-02-27 23:01:10] '/u/Sedica_n_Tryna_Play' has given '/u/lieutenatdan' lambda!
+16358 [2020-02-27 23:07:39] There has been a new submission: 'Just posted a new for subnautica below zero', with flair 'Gaming'
+16358 [2020-02-27 23:07:40] /u/marius_melin had their submission removed for insufficient lambda.
+16358 [2020-02-27 23:11:56] There has been a new submission: 'THE REAL WAY TO PLAY RAINBOW SIX SIEGE - Life Of A Silver', with flair 'Gaming'
+16358 [2020-02-27 23:11:58] /u/LiamC115 had their submission removed for insufficient lambda.
+16358 [2020-02-27 23:12:57] There has been a new submission: 'Will Pudding Mask Any Flavor??', with flair 'Video Critique'
+16358 [2020-02-27 23:12:59] /u/DirtyMikeTwitch had their submission removed for insufficient lambda.
+16358 [2020-02-27 23:15:18] There has been a new submission: 'What Really Happened During Occupy Wall Street', with flair 'Video Critique'
+16358 [2020-02-27 23:18:54] There has been a new submission: 'Guys I hit 200 subs!!!!(thanks guys)', with flair 'None'
+16358 [2020-02-27 23:18:55] /u/timbo_t had their submission removed for insufficient lambda.
+16586 [2020-02-27 23:20:24]
+####################
+[2020-02-27 23:20:24] RESTARTED
+####################
+
+1431 [2020-02-27 23:21:37] Updated statistics
+16586 [2020-02-27 23:25:00] There has been a new submission: 'Thank you!!!! 200 subs!!!', with flair 'Discussion'
+16586 [2020-02-27 23:26:44] There has been a new submission: 'Mac Miller - I Can See (Slowed + Reverb) [RED PILL!®]', with flair 'Discussion'
+16586 [2020-02-27 23:26:45] /u/pjredpill had their submission removed for using the wrong flair.
+16586 [2020-02-27 23:30:08] '/u/prettyboiRandell' has given '/u/PresentDirector' lambda!
+16586 [2020-02-27 23:30:09] The OP received lambda too!
+16586 [2020-02-27 23:38:40] There has been a new submission: 'I made a channel trailer and I would love any feedback you guys have!', with flair 'Video Critique'
+16586 [2020-02-27 23:40:56] '/u/Mrlee2399' has given '/u/Davidplaysgames' lambda!
+16586 [2020-02-27 23:43:36] There has been a new submission: 'honest feedback pls?', with flair 'Vlog'
+16586 [2020-02-27 23:43:38] /u/yungcrowbar had their submission removed for insufficient lambda.
+16586 [2020-02-27 23:44:54] There has been a new submission: 'Kink Shaming in Spencers!', with flair 'Vlog'
+16586 [2020-02-27 23:44:56] /u/yungcrowbar had their submission removed for insufficient lambda.
+16586 [2020-02-27 23:45:30] There has been a new submission: 'looking for honest feedback pls :)', with flair 'Vlog'
+16586 [2020-02-27 23:45:32] /u/yungcrowbar had their submission removed for insufficient lambda.
+16586 [2020-02-28 00:06:58] '/u/ThisIsCress' has given '/u/AceFilms44' lambda!
+16586 [2020-02-28 00:11:00] There has been a new submission: 'Took my girlfriend on a bike adventure in El Nido, Philippines. She loved it!', with flair 'Vlog'
+16586 [2020-02-28 00:11:03] /u/harusheyal had their submission removed for insufficient lambda.
+16586 [2020-02-28 00:11:45] '/u/TheZeek245' has given '/u/soyboy815' lambda!
+16586 [2020-02-28 00:11:59] '/u/TheZeek245' has given '/u/PresentDirector' lambda!
+16586 [2020-02-28 00:16:46] '/u/Scabhammer' has given '/u/PresentDirector' lambda!
+16586 [2020-02-28 00:19:11] '/u/timbo_t' has given '/u/VreaL37' lambda!
+16586 [2020-02-28 00:19:11] The OP received lambda too!
+16586 [2020-02-28 00:30:41] '/u/Scabhammer' has given '/u/cjf5414' lambda!
+16586 [2020-02-28 00:33:07] '/u/PresentDirector' has given '/u/cjf5414' lambda!
+16586 [2020-02-28 00:33:07] The OP received lambda too!
+16586 [2020-02-28 00:49:25] '/u/connormricks' has given '/u/SelendineMcHerb' lambda!
+16586 [2020-02-28 00:49:25] The OP received lambda too!
+16586 [2020-02-28 00:50:21] '/u/connormricks' has given '/u/ActivexGen' lambda!
+16586 [2020-02-28 00:53:27] '/u/underfiremedia777' has given '/u/soyboy815' lambda!
+16586 [2020-02-28 01:02:04] There has been a new submission: 'Would love constructive feedback please... Thumbnail and content/editing', with flair 'Video Critique'
+16586 [2020-02-28 01:02:06] /u/ZengineersWorkshop had their submission removed for insufficient lambda.
+16586 [2020-02-28 01:05:20] '/u/FergHD' has given '/u/PresentDirector' lambda!
+16586 [2020-02-28 01:05:20] The OP received lambda too!
+16586 [2020-02-28 01:05:28] There has been a new submission: 'New YouTuber: My first video on SESSION, a skateboarding game. Any feedback would be much appreciated!', with flair 'Gaming'
+16586 [2020-02-28 01:05:30] /u/GrumpyBottom_YT had their submission removed for insufficient lambda.
+16586 [2020-02-28 01:08:02] There has been a new submission: 'How can a new youtuber get subscribers?', with flair 'Discussion'
+16586 [2020-02-28 01:15:44] There has been a new submission: 'Just a humble feller looking for some feedback on video editing on my gameclips :)', with flair 'Gaming'
+16586 [2020-02-28 01:15:46] /u/SweatyArseCrak had their submission removed for insufficient lambda.
+16586 [2020-02-28 01:18:29] '/u/BetaBradTv' has given '/u/mr_churs' lambda!
+16586 [2020-02-28 01:18:29] The OP received lambda too!
+16586 [2020-02-28 01:19:25] '/u/BetaBradTv' has given '/u/Nuskelz' lambda!
+16725 [2020-02-28 01:20:24]
+####################
+[2020-02-28 01:20:24] RESTARTED
+####################
+
+16725 [2020-02-28 01:21:23] '/u/BetaBradTv' has given '/u/Adzic254' lambda!
+16725 [2020-02-28 01:21:42] '/u/BetaBradTv' has given '/u/DesmaBR' lambda!
+16725 [2020-02-28 01:26:29] '/u/BetaBradTv' has given '/u/Redpill_Crypto' lambda!
+16725 [2020-02-28 01:27:24] '/u/BetaBradTv' has given '/u/StreetsofRagequit' lambda!
+16725 [2020-02-28 01:27:50] '/u/BetaBradTv' has given '/u/lonestar4567' lambda!
+16725 [2020-02-28 01:29:39] '/u/BetaBradTv' has given '/u/Davidplaysgames' lambda!
+16725 [2020-02-28 01:35:30] '/u/Mrlee2399' has given '/u/AceFilms44' lambda!
+16725 [2020-02-28 01:46:48] '/u/PresentDirector' has given '/u/VreaL37' lambda!
+16725 [2020-02-28 01:47:08] '/u/PresentDirector' has given '/u/GrumpyBottom_YT' lambda!
+16725 [2020-02-28 01:48:02] '/u/Mrlee2399' has given '/u/ogsauce69' lambda!
+16725 [2020-02-28 01:48:44] '/u/PresentDirector' has given '/u/soyboy815' lambda!
+16725 [2020-02-28 01:50:54] There has been a new submission: 'What’s up everyone 😊 I would love feedback on my review on possibly the best wireless microphone for smartphones 🙏❤️', with flair 'None'
+16725 [2020-02-28 01:50:56] /u/YungStarboy_yt had their submission removed for insufficient lambda.
+16725 [2020-02-28 02:13:48] There has been a new submission: 'Any tips to get better?', with flair 'Discussion'
+16725 [2020-02-28 02:17:52] There has been a new submission: 'Advice', with flair 'Discussion'
+16725 [2020-02-28 02:22:21] '/u/Sedica_n_Tryna_Play' has given '/u/PresentDirector' lambda!
+16725 [2020-02-28 02:35:39] '/u/underfiremedia777' has given '/u/FindAKidneyDonor-Com' lambda!
+16725 [2020-02-28 02:36:49] There has been a new submission: 'Any feedback would be nice. Trying to improve on craft and welcome all to critique.', with flair 'Channel Review'
+16725 [2020-02-28 02:36:50] /u/OceanGangQ had their submission removed for insufficient lambda.
+16725 [2020-02-28 02:44:59] There has been a new submission: 'Photo/Videographers - new channel providing the full package on how to be successful', with flair 'Channel Review'
+16725 [2020-02-28 02:45:01] /u/Majkssss had their submission removed for insufficient lambda.
+16725 [2020-02-28 02:55:13] There has been a new submission: 'Veteran Vs. Noob is a channel a close friend of mine and I have been doing for years where we play games and at the end YOU vote who you thought was the Veteran of that game! We do older and silly games and it ends up being a ton of fun! I'd be so thankful if you checked it out :)', with flair 'Gaming'
+16725 [2020-02-28 02:55:15] /u/idkpotato117 had their submission removed for insufficient lambda.
+16725 [2020-02-28 02:56:26] '/u/The_Suited_Bird' has given '/u/DaytimeLateNightShow' lambda!
+16725 [2020-02-28 02:58:42] '/u/The_Suited_Bird' has given '/u/PresentDirector' lambda!
+16725 [2020-02-28 02:59:47] '/u/The_Suited_Bird' has given '/u/theedale1' lambda!
+16725 [2020-02-28 03:00:48] There has been a new submission: 'Coronavirus: Help', with flair 'Discussion'
+16725 [2020-02-28 03:01:25] '/u/The_Suited_Bird' has given '/u/CheetoHeadYT' lambda!
+16725 [2020-02-28 03:01:59] '/u/The_Suited_Bird' has given '/u/EngineeringJuice' lambda!
+16725 [2020-02-28 03:02:44] '/u/The_Suited_Bird' has given '/u/soyboy815' lambda!
+16725 [2020-02-28 03:04:12] There has been a new submission: 'New video is up! Cinematic Movie Music', with flair 'Video Critique'
+16725 [2020-02-28 03:04:14] /u/andersong1234 had their submission removed for insufficient lambda.
+16725 [2020-02-28 03:05:32] '/u/The_Suited_Bird' has given '/u/MattEssYT' lambda!
+16725 [2020-02-28 03:08:57] '/u/The_Suited_Bird' has given '/u/poppinqbit' lambda!
+16725 [2020-02-28 03:18:33] '/u/The_Suited_Bird' has given '/u/MGTV_Mommy' lambda!
+16860 [2020-02-28 03:20:24]
+####################
+[2020-02-28 03:20:24] RESTARTED
+####################
+
+16860 [2020-02-28 03:22:48] '/u/The_Suited_Bird' has given '/u/beefskellingtons' lambda!
+16860 [2020-02-28 03:23:27] '/u/The_Suited_Bird' has given '/u/MovieMortal' lambda!
+16860 [2020-02-28 03:24:12] '/u/underfiremedia777' has given '/u/centyauro' lambda!
+16860 [2020-02-28 03:26:02] '/u/underfiremedia777' has given '/u/idkpotato117' lambda!
+16860 [2020-02-28 03:27:36] '/u/The_Suited_Bird' has given '/u/AlexanderSaiko' lambda!
+16860 [2020-02-28 03:29:48] '/u/The_Suited_Bird' has given '/u/TheVoiceBehind' lambda!
+16860 [2020-02-28 03:29:52] '/u/PresentDirector' has given '/u/idkpotato117' lambda!
+16860 [2020-02-28 03:48:08] '/u/The_Suited_Bird' has given '/u/Charmycole' lambda!
+16860 [2020-02-28 03:52:15] There has been a new submission: 'Wassup', with flair 'None'
+16860 [2020-02-28 03:52:17] /u/VTNASKCALB had their submission removed for insufficient lambda.
+16860 [2020-02-28 03:55:15] '/u/The_Suited_Bird' has given '/u/OceanGangQ' lambda!
+16860 [2020-02-28 03:57:03] '/u/The_Suited_Bird' has given '/u/AnimuseVids' lambda!
+16860 [2020-02-28 03:59:51] '/u/The_Suited_Bird' has given '/u/ulfberht13' lambda!
+16860 [2020-02-28 04:01:02] '/u/The_Suited_Bird' has given '/u/Allenownz' lambda!
+16860 [2020-02-28 04:01:24] There has been a new submission: 'Mechanic husband saves the day when car breaks down...', with flair 'Vlog'
+16860 [2020-02-28 04:01:26] /u/jjconner23 had their submission removed for insufficient lambda.
+16860 [2020-02-28 04:03:10] '/u/The_Suited_Bird' has given '/u/Xerionix' lambda!
+16860 [2020-02-28 04:08:57] There has been a new submission: 'Creating Funny Scripts To Try And Find Kidney Donors?', with flair 'Discussion'
+16860 [2020-02-28 04:10:21] There has been a new submission: 'minecraft ep skyblock i screwed up', with flair 'Gaming'
+16860 [2020-02-28 04:10:24] /u/nightshift326 had their submission removed for insufficient lambda.
+16860 [2020-02-28 04:17:03] '/u/underfiremedia777' has given '/u/Core4Gaming' lambda!
+16860 [2020-02-28 04:19:57] '/u/The_Suited_Bird' has given '/u/avamansouri' lambda!
+16860 [2020-02-28 04:23:34] There has been a new submission: 'Snowboarding Taos', with flair 'None'
+16860 [2020-02-28 04:23:36] /u/BoomersVideoBlogs had their submission removed for insufficient lambda.
+16860 [2020-02-28 04:28:46] There has been a new submission: 'How I Trained Speed Work with Marcus', with flair 'Video Critique'
+16860 [2020-02-28 04:28:47] /u/theironmaneducator had their submission removed for insufficient lambda.
+16860 [2020-02-28 04:42:27] '/u/NotFunnyGamer' has given '/u/TCTV_UK' lambda!
+16860 [2020-02-28 04:43:10] There has been a new submission: 'Genuine Request for Review and Feedback from you excellent people :)', with flair 'Channel Review'
+16860 [2020-02-28 04:48:51] '/u/Scabhammer' has given '/u/idkpotato117' lambda!
+16860 [2020-02-28 04:49:35] There has been a new submission: 'Can you feature my channel in your next vid plz', with flair 'Channel Review'
+16860 [2020-02-28 04:49:36] /u/TheDailySucc had their submission removed for insufficient lambda.
+16860 [2020-02-28 04:52:10] There has been a new submission: 'Look at this new vid of archery trick shots!', with flair 'Channel Review'
+16860 [2020-02-28 04:52:12] /u/Excellent-Fortune had their submission removed for insufficient lambda.
+16860 [2020-02-28 04:55:57] There has been a new submission: 'Sacrifice | What does it TAKE?', with flair 'Video Critique'
+16860 [2020-02-28 05:03:49] There has been a new submission: 'OC Tokyo drift/pod racing. Rough cut go easy.', with flair 'Art'
+16860 [2020-02-28 05:03:51] /u/AxeLincoln had their submission removed for insufficient lambda.
+16860 [2020-02-28 05:04:08] There has been a new submission: '9 years old and 1 years of uploads because the last 8 years weren’t of my linking', with flair 'None'
+16860 [2020-02-28 05:04:10] /u/thecloverboi had their submission removed for insufficient lambda.
+16860 [2020-02-28 05:05:31] There has been a new submission: 'Any help on getting more recommends?', with flair 'Channel Review'
+16860 [2020-02-28 05:05:33] /u/thecloverboi had their submission removed for insufficient lambda.
+16860 [2020-02-28 05:06:45] There has been a new submission: 'YT SUBSCRIBERS', with flair 'None'
+16860 [2020-02-28 05:06:46] /u/Charmyholms had their submission removed for insufficient lambda.
+16860 [2020-02-28 05:08:41] There has been a new submission: 'Drawing Goku Black Super Saiyan Rose In MS Paint Using Mouse | SpeedPaint', with flair 'Art'
+16860 [2020-02-28 05:13:41] '/u/underfiremedia777' has given '/u/Leon_is_a_Ghost' lambda!
+16860 [2020-02-28 05:17:07] There has been a new submission: 'Feedback on New Video - "Mad Stories: Death by Urine"', with flair 'Video Critique'
+16860 [2020-02-28 05:17:47] '/u/FergHD' has given '/u/idkpotato117' lambda!
+16999 [2020-02-28 05:20:25]
+####################
+[2020-02-28 05:20:25] RESTARTED
+####################
+
+16999 [2020-02-28 05:26:50] '/u/FergHD' has given '/u/Leon_is_a_Ghost' lambda!
+16999 [2020-02-28 06:01:45] There has been a new submission: 'So who remembers this game from their childhood? I did finish the game years back and thought to give it a try again in HARDMODE and with all the comic collection. It was pretty tough but it was definitely worth it.', with flair 'Gaming'
+16999 [2020-02-28 06:01:47] /u/Gameaddict93 had their submission removed for insufficient lambda.
+16999 [2020-02-28 06:20:46] There has been a new submission: 'The next episode of star wars is out and we running into ogdo bogdo and dying a lot lol, hopefully learing to wall run will get me better, hope you enjoy if you do enjoy drop a like and sub if you want more content', with flair 'Video Critique'
+16999 [2020-02-28 06:20:48] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+16999 [2020-02-28 06:35:41] There has been a new submission: 'What ya think about my channel? What I do good and what I need to improve on', with flair 'Channel Review'
+16999 [2020-02-28 06:36:56] There has been a new submission: 'Any feedback would be great! Still working on effects! This is a supernatural satire series.', with flair 'Video Critique'
+16999 [2020-02-28 06:41:22] '/u/AlexHellRazor' has given '/u/soyboy815' lambda!
+16999 [2020-02-28 06:45:44] There has been a new submission: 'I made a challenge video about curry!', with flair 'Video Critique'
+16999 [2020-02-28 06:45:46] /u/ZaFoxHD had their submission removed for insufficient lambda.
+16999 [2020-02-28 06:48:16] There has been a new submission: 'Go Sub To My YouTube Channel And Like My Videos Here My Newest Video If You Like BasketBall Or Nba 2K I’m Sure You’ll Love This https://youtu.be/sip-6aAI96M', with flair 'None'
+16999 [2020-02-28 06:48:17] /u/dribblegod223762 had their submission removed for insufficient lambda.
+16999 [2020-02-28 06:54:54] There has been a new submission: 'Got out of my comfort zone and did my first Reaction video today. Let me know what you think about it.', with flair 'Video Critique'
+16999 [2020-02-28 06:54:56] /u/ZoePatience had their submission removed for insufficient lambda.
+16999 [2020-02-28 06:59:50] There has been a new submission: 'Easy Chinese Fried Rice With Chicken, Shrimp And Sausages', with flair 'Video Critique'
+16999 [2020-02-28 06:59:51] /u/areyoudigginme had their submission removed for insufficient lambda.
+16999 [2020-02-28 07:02:12] There has been a new submission: 'I would love some tips on my video, what should I change, is it good enough for youtube? Please help!', with flair 'Video Critique'
+16999 [2020-02-28 07:02:14] /u/areyoudigginme had their submission removed for insufficient lambda.
+16999 [2020-02-28 07:02:54] There has been a new submission: 'Check out my recent Session video - packed full of memes and funny moments, let me know if you enjoyed!', with flair 'Gaming'
+16999 [2020-02-28 07:11:48] There has been a new submission: 'My latest Rainbow Six Siege video is up! I am trying to improve every video I post so I would love some thoughts. I have some good ideas for 2020, can't wait to put them into force!', with flair 'Video Critique'
+17379 [2020-02-28 07:20:24]
+####################
+[2020-02-28 07:20:24] RESTARTED
+####################
+
+17379 [2020-02-28 07:35:07] '/u/underfiremedia777' has given '/u/spinnacle-spinning' lambda!
+17379 [2020-02-28 07:38:33] '/u/underfiremedia777' has given '/u/GameGabeYT' lambda!
+17379 [2020-02-28 07:43:46] '/u/TheZeek245' has given '/u/spinnacle-spinning' lambda!
+17379 [2020-02-28 07:44:21] '/u/TheZeek245' has given '/u/allages69' lambda!
+17379 [2020-02-28 07:45:11] There has been a new submission: 'YouTube Channel', with flair 'Vlog'
+17379 [2020-02-28 07:45:13] /u/NeptuneAtlas had their submission removed for insufficient lambda.
+17379 [2020-02-28 07:50:32] There has been a new submission: 'Just started! I post really short game clips based around comedy and laughing at the flaws of certain games. Criticism welcome on the idea.', with flair 'Gaming'
+17379 [2020-02-28 07:50:34] /u/Rainbowls had their submission removed for insufficient lambda.
+17379 [2020-02-28 07:50:54] '/u/pyvozaur' has given '/u/AceFilms44' lambda!
+17379 [2020-02-28 07:50:54] The OP received lambda too!
+17379 [2020-02-28 07:51:35] '/u/acstomi0212' has given '/u/allages69' lambda!
+17379 [2020-02-28 07:53:17] '/u/GrumpyBottom_YT' has given '/u/mattfaris' lambda!
+17379 [2020-02-28 07:53:17] The OP received lambda too!
+17379 [2020-02-28 07:58:45] There has been a new submission: 'Some people said they wish this emoji jacket can be reprogrammed to show the middle finger.', with flair 'Vlog'
+17379 [2020-02-28 07:58:46] /u/sir_gabby03 had their submission removed for insufficient lambda.
+17379 [2020-02-28 08:07:04] There has been a new submission: 'Breaking through in youtube.', with flair 'Discussion'
+17379 [2020-02-28 08:20:05] '/u/Paint2Luv-Art' has given '/u/KnowledgeOfLife' lambda!
+17379 [2020-02-28 08:20:05] The OP received lambda too!
+17379 [2020-02-28 08:20:16] '/u/Paint2Luv-Art' has given '/u/LyadhkhorStrategist' lambda!
+17379 [2020-02-28 08:20:27] '/u/Paint2Luv-Art' has given '/u/Nuskelz' lambda!
+17379 [2020-02-28 08:20:38] '/u/GrumpyBottom_YT' has given '/u/FindAKidneyDonor-Com' lambda!
+17379 [2020-02-28 08:22:54] There has been a new submission: 'Katana Zero - Review The Pinnacle of 2D Devolver Digital Games', with flair 'Gaming'
+17379 [2020-02-28 08:26:12] '/u/Nuskelz' has given '/u/FindAKidneyDonor-Com' lambda!
+17379 [2020-02-28 08:26:12] The OP received lambda too!
+17379 [2020-02-28 08:32:42] '/u/underfiremedia777' has given '/u/sir_gabby03' lambda!
+17379 [2020-02-28 08:33:54] '/u/underfiremedia777' has given '/u/Xerionix' lambda!
+17379 [2020-02-28 08:35:02] '/u/underfiremedia777' has given '/u/Rainbowls' lambda!
+17379 [2020-02-28 08:38:02] '/u/tktylerkong' has given '/u/FindAKidneyDonor-Com' lambda!
+17379 [2020-02-28 08:38:03] The OP received lambda too!
+17379 [2020-02-28 08:39:00] There has been a new submission: 'My Lonely Spaceship is ready. This time we are going to the mountains. Don't forget to dress warm, because it can be windy up there :) Destination: Slovenian Alps. Take a look :)', with flair 'Art'
+17379 [2020-02-28 08:39:01] /u/MyLonelySpaceship had their submission removed for insufficient lambda.
+17379 [2020-02-28 09:09:36] There has been a new submission: 'Which one is better, a college degree or online courses? : Like feedback on this video. First time I am trying a video where I am not in the screen only my voice + music + b-rolls that too third party. What do you think of it?', with flair 'Video Critique'
+17379 [2020-02-28 09:09:37] /u/beingengineer had their submission removed for insufficient lambda.
+17578 [2020-02-28 09:20:24]
+####################
+[2020-02-28 09:20:24] RESTARTED
+####################
+
+17578 [2020-02-28 09:21:42] There has been a new submission: 'Call of Duty: Black Ops 2 - "Bugs, Fails, Fun" !givelambda Do you think this type of content is ok for today's youtube?', with flair 'Video Critique'
+17578 [2020-02-28 09:26:16] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 11 - An Ingenuous Genius (GR Breakpoint)', with flair 'Gaming'
+17578 [2020-02-28 09:26:18] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+17578 [2020-02-28 09:29:20] '/u/Redpill_Crypto' has given '/u/AceFilms44' lambda!
+17578 [2020-02-28 09:33:09] '/u/Redpill_Crypto' has given '/u/William_T_Alexander' lambda!
+17578 [2020-02-28 09:34:16] '/u/Redpill_Crypto' has given '/u/Supeelok99' lambda!
+17578 [2020-02-28 09:43:37] '/u/Undercovercop929' has given '/u/PresentDirector' lambda!
+17578 [2020-02-28 09:51:08] '/u/underfiremedia777' has given '/u/mattfaris' lambda!
+17578 [2020-02-28 10:13:12] There has been a new submission: 'Any feed back would be greatly appreciated! Thank you.', with flair 'Video Critique'
+17578 [2020-02-28 10:13:14] /u/Alegon_the_1st had their submission removed for insufficient lambda.
+17578 [2020-02-28 10:18:25] '/u/matthewwjoel' has given '/u/LyadhkhorStrategist' lambda!
+17578 [2020-02-28 10:18:25] The OP received lambda too!
+17578 [2020-02-28 10:20:58] There has been a new submission: 'best beef burger', with flair 'Vlog'
+17578 [2020-02-28 10:21:01] /u/Csabazsi had their submission removed for insufficient lambda.
+17578 [2020-02-28 10:21:12] '/u/VreaL37' has given '/u/spinnacle-spinning' lambda!
+17578 [2020-02-28 10:21:12] The OP received lambda too!
+17578 [2020-02-28 10:36:45] There has been a new submission: 'Painting Videos', with flair 'Art'
+17578 [2020-02-28 10:36:46] /u/CRISTOPHERJOHMDORIA had their submission removed for insufficient lambda.
+17578 [2020-02-28 10:54:38] There has been a new submission: 'Bodyweight training!', with flair 'Vlog'
+17578 [2020-02-28 10:54:40] /u/StijnStrong had their submission removed for insufficient lambda.
+17578 [2020-02-28 10:55:12] There has been a new submission: 'Dumbbell workout', with flair 'Vlog'
+17578 [2020-02-28 10:55:13] /u/StijnStrong had their submission removed for insufficient lambda.
+17578 [2020-02-28 10:55:38] There has been a new submission: 'Decided to do something different.. How is it? Giving lambda to everyone :)', with flair 'Gaming'
+17578 [2020-02-28 10:56:11] There has been a new submission: 'Celebrity Tricky Questions: Guess The Celebrity By Their Eyes | HumanMeter', with flair 'None'
+17578 [2020-02-28 10:56:13] /u/IndividualGuide had their submission removed for insufficient lambda.
+17714 [2020-02-28 11:20:25]
+####################
+[2020-02-28 11:20:25] RESTARTED
+####################
+
+17714 [2020-02-28 11:36:53] There has been a new submission: 'Boy from MARS [VLOG]', with flair 'Channel Review'
+17714 [2020-02-28 11:36:55] /u/Sashas-Vlog had their submission removed for insufficient lambda.
+17714 [2020-02-28 11:47:36] '/u/matthewwjoel' has given '/u/Rainbowls' lambda!
+17714 [2020-02-28 11:48:31] '/u/GrumpyBottom_YT' has given '/u/spinnacle-spinning' lambda!
+17714 [2020-02-28 11:49:17] '/u/matthewwjoel' has given '/u/FindAKidneyDonor-Com' lambda!
+17714 [2020-02-28 12:10:19] '/u/Nuskelz' has given '/u/_NGaming_' lambda!
+17714 [2020-02-28 12:13:00] '/u/Nuskelz' has given '/u/ZolliBOi222' lambda!
+17714 [2020-02-28 12:18:01] There has been a new submission: 'First Episode of My New Series - Feedback is Appreciated - The Mothers of the Disappeared - Stories From Across the Globe - Episode 1', with flair 'Video Critique'
+17714 [2020-02-28 12:21:40] '/u/ShikharTrivedi' has given '/u/terriblephotographs' lambda!
+17714 [2020-02-28 12:21:40] The OP received lambda too!
+17714 [2020-02-28 12:22:48] '/u/ShikharTrivedi' has given '/u/Redpill_Crypto' lambda!
+17714 [2020-02-28 12:23:08] '/u/ShikharTrivedi' has given '/u/JumbleOfOddThoughts' lambda!
+17714 [2020-02-28 12:23:24] '/u/ShikharTrivedi' has given '/u/_NGaming_' lambda!
+17714 [2020-02-28 12:33:36] There has been a new submission: 'Let me know what you think?', with flair 'None'
+17714 [2020-02-28 12:33:38] /u/Squadspace had their submission removed for insufficient lambda.
+17714 [2020-02-28 12:34:54] There has been a new submission: 'HOT🔥NEW take on unboxing videos, something different. Would love feedback and critique. Marvel legends cosmic ghostrider.', with flair 'Art'
+17714 [2020-02-28 12:37:29] '/u/timbo_t' has given '/u/Allenownz' lambda!
+17714 [2020-02-28 12:38:07] '/u/timbo_t' has given '/u/FindAKidneyDonor-Com' lambda!
+17714 [2020-02-28 12:41:01] '/u/ShikharTrivedi' has given '/u/Squadspace' lambda!
+17714 [2020-02-28 12:41:32] '/u/Cmdr-Tom' has given '/u/Trail_Time' lambda!
+17714 [2020-02-28 12:41:33] The OP received lambda too!
+17714 [2020-02-28 12:41:42] There has been a new submission: 'sick omegle video', with flair 'Channel Review'
+17714 [2020-02-28 12:41:44] /u/Hazzabanana02 had their submission removed for insufficient lambda.
+17714 [2020-02-28 12:42:58] There has been a new submission: 'What is a small change you made to your editing process/setup that unexpectedly made a huge difference?', with flair 'Discussion'
+17714 [2020-02-28 12:43:29] '/u/GrumpyBottom_YT' has given '/u/sir_gabby03' lambda!
+17714 [2020-02-28 12:47:02] There has been a new submission: 'Tell me what you think?', with flair 'None'
+17714 [2020-02-28 12:55:03] '/u/The_Suited_Bird' has given '/u/DaddyDaughterDollar' lambda!
+17714 [2020-02-28 12:59:07] '/u/The_Suited_Bird' has given '/u/Charlie_7threegamers' lambda!
+17714 [2020-02-28 12:59:47] There has been a new submission: 'My first spartan race experience | Spartan Race Arabia 2020 | Ras al Khaimah | #BeingCKR', with flair 'Channel Review'
+17714 [2020-02-28 12:59:48] /u/beingckr had their submission removed for insufficient lambda.
+17714 [2020-02-28 13:01:28] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+17714 [2020-02-28 13:01:47] '/u/The_Suited_Bird' has given '/u/KingOberon13' lambda!
+17714 [2020-02-28 13:03:11] '/u/ShikharTrivedi' has given '/u/Pootoori' lambda!
+17714 [2020-02-28 13:03:24] '/u/The_Suited_Bird' has given '/u/Zaboazagiru' lambda!
+17714 [2020-02-28 13:10:14] There has been a new submission: 'I’ve age baby vid', with flair 'Channel Review'
+17714 [2020-02-28 13:10:16] /u/Max-Does-Reddit had their submission removed for insufficient lambda.
+17714 [2020-02-28 13:15:25] '/u/iamtinos' has given '/u/magnahoop12' lambda!
+17714 [2020-02-28 13:17:59] '/u/CertMedia' has given '/u/BanterBoulevard' lambda!
+17714 [2020-02-28 13:17:59] The OP received lambda too!
+17714 [2020-02-28 13:19:03] There has been a new submission: 'Newest Upload here I would appreciate a like and sub!', with flair 'Gaming'
+17714 [2020-02-28 13:19:04] /u/A-bomb14 had their submission removed for insufficient lambda.
+18252 [2020-02-28 13:20:25]
+####################
+[2020-02-28 13:20:25] RESTARTED
+####################
+
+18252 [2020-02-28 13:21:20] There has been a new submission: 'Going Live on YouTube', with flair 'Discussion'
+18252 [2020-02-28 13:28:03] '/u/MafiasFinestTV' has given '/u/underfiremedia777' lambda!
+18252 [2020-02-28 13:31:01] '/u/The_Suited_Bird' has given '/u/daydreamer-alert' lambda!
+18252 [2020-02-28 13:31:32] There has been a new submission: 'Great small Chanel with some quite enjoyable content, hasn’t posted in a while but if his views and/or subs rise her could make a return', with flair 'None'
+18252 [2020-02-28 13:31:34] /u/harribobz had their submission removed for insufficient lambda.
+18252 [2020-02-28 13:33:59] '/u/Redpill_Crypto' has given '/u/JumbleOfOddThoughts' lambda!
+18252 [2020-02-28 13:37:12] '/u/DarthGaff' has given '/u/Leon_is_a_Ghost' lambda!
+18252 [2020-02-28 13:38:33] There has been a new submission: 'Hope everyone is having an awesone day! I run a comedy/commentary channel in which I find comedy in every situation, which I believe is one of my best traits. Recently I had surgery to remove my appendix after I developed a serious case of appendicitis. So naturally, I took the piss out of it. Enjoy', with flair 'Video Critique'
+18252 [2020-02-28 13:38:35] /u/BanterBoulevard had their submission removed for insufficient lambda.
+18252 [2020-02-28 13:47:18] '/u/ShikharTrivedi' has given '/u/DeFrapaCicco' lambda!
+18252 [2020-02-28 13:48:23] '/u/ShikharTrivedi' has given '/u/daydreamer-alert' lambda!
+18252 [2020-02-28 13:54:25] There has been a new submission: 'Musician page trying to get to the coveted 1k subscriber "creator" - any experience/advice??', with flair 'Channel Review'
+18252 [2020-02-28 13:54:27] /u/raleydb had their submission removed for insufficient lambda.
+18252 [2020-02-28 13:55:13] '/u/TheZeek245' has given '/u/Rainbowls' lambda!
+18252 [2020-02-28 13:55:24] '/u/TheZeek245' has given '/u/sir_gabby03' lambda!
+18252 [2020-02-28 14:00:38] '/u/ShikharTrivedi' has given '/u/danksandwiches' lambda!
+18252 [2020-02-28 14:04:51] '/u/Eeveeseer' has given '/u/VreaL37' lambda!
+18252 [2020-02-28 14:06:00] '/u/AllanRick' has given '/u/daydreamer-alert' lambda!
+18252 [2020-02-28 14:06:00] The OP received lambda too!
+18252 [2020-02-28 14:06:43] '/u/AllanRick' has given '/u/tomjedi9' lambda!
+18252 [2020-02-28 14:06:59] '/u/AllanRick' has given '/u/VreaL37' lambda!
+18252 [2020-02-28 14:14:59] There has been a new submission: 'Nose piercing done ✅ I will give lambda to everyone.Give me your honest opinion', with flair 'Vlog'
+18252 [2020-02-28 14:19:07] '/u/Nuskelz' has given '/u/JuJuJess98' lambda!
+18252 [2020-02-28 14:20:24] '/u/Nuskelz' has given '/u/JumbleOfOddThoughts' lambda!
+18252 [2020-02-28 14:33:59] '/u/ShikharTrivedi' has given '/u/Log1qe' lambda!
+18252 [2020-02-28 14:38:39] There has been a new submission: 'Okay so I created my first montage style video. What do you guys think? Should things be changed for future videos? Please let me know, I want to improve my content. Lambda for those who give useful feedback, thank you!', with flair 'Video Critique'
+18252 [2020-02-28 14:42:34] There has been a new submission: '3 Types Of Criticism And What To Do! Was this too short or could it have been shorter?', with flair 'Video Critique'
+18252 [2020-02-28 14:47:36] There has been a new submission: 'At the beginning of the week, I drove 5 hrs to Kingston, ON to spend some time with my best friend and we decided to put me through the torture - I mean challenge - of trying Starbucks drinks, both hot and cold... it was a rough day but we had ALOT of fun!', with flair 'Vlog'
+18252 [2020-02-28 14:47:37] /u/sayystella had their submission removed for insufficient lambda.
+18252 [2020-02-28 15:03:31] '/u/StreetsofRagequit' has given '/u/LethalogicaYT' lambda!
+18252 [2020-02-28 15:16:28] '/u/ShikharTrivedi' has given '/u/Arrrash' lambda!
+18252 [2020-02-28 15:18:28] '/u/daydreamer-alert' has given '/u/DaddyDaughterDollar' lambda!
+18252 [2020-02-28 15:18:28] The OP received lambda too!
+18252 [2020-02-28 15:18:34] '/u/ShikharTrivedi' has given '/u/greenphant0m_yt' lambda!
+18252 [2020-02-28 15:19:15] '/u/ShikharTrivedi' has given '/u/tommyboy_lr' lambda!
+18252 [2020-02-28 15:19:25] '/u/CertMedia' has given '/u/StreetsofRagequit' lambda!
+18388 [2020-02-28 15:20:25]
+####################
+[2020-02-28 15:20:25] RESTARTED
+####################
+
+18388 [2020-02-28 15:25:34] There has been a new submission: 'League of Legends Best Twitch Highlights #14', with flair 'Gaming'
+18388 [2020-02-28 15:25:36] /u/Tralicium had their submission removed for insufficient lambda.
+18388 [2020-02-28 15:27:18] '/u/CertMedia' has given '/u/DaddyDaughterDollar' lambda!
+18388 [2020-02-28 15:28:41] '/u/ShikharTrivedi' has given '/u/StreetsofRagequit' lambda!
+18388 [2020-02-28 15:29:18] '/u/lucidlevel' has given '/u/AlexanderSaiko' lambda!
+18388 [2020-02-28 15:29:27] There has been a new submission: 'On a 1,000ft Ledge | Monument Valley | EP2 (My Couples Travel Channel is growing, what do you guys think of this one?', with flair 'Channel Review'
+18388 [2020-02-28 15:29:42] '/u/MafiasFinestTV' has given '/u/germaiad' lambda!
+18388 [2020-02-28 15:29:42] The OP received lambda too!
+18388 [2020-02-28 15:31:37] '/u/MafiasFinestTV' has given '/u/MoskitoDan' lambda!
+18388 [2020-02-28 15:33:04] There has been a new submission: 'Our first video! Please review the video and channel. Average watch time is 2 mins-need help improving! Thanks!', with flair 'Video Critique'
+18388 [2020-02-28 15:41:11] '/u/Scabhammer' has given '/u/germaiad' lambda!
+18388 [2020-02-28 15:46:40] There has been a new submission: 'Channel Review after we've made changes to our thumbnails (yesterdays feedback). Giving lamdba to everyone :)', with flair 'Channel Review'
+18388 [2020-02-28 15:49:56] '/u/ShikharTrivedi' has given '/u/soyboy815' lambda!
+18388 [2020-02-28 15:55:02] '/u/DaddyDaughterDollar' has given '/u/germaiad' lambda!
+18388 [2020-02-28 15:55:02] The OP received lambda too!
+18388 [2020-02-28 16:01:24] '/u/HyperMaggot' has given '/u/priscillahernandez' lambda!
+18388 [2020-02-28 16:01:24] The OP received lambda too!
+18388 [2020-02-28 16:05:28] '/u/StreetsofRagequit' has given '/u/Daddy-Magic' lambda!
+18388 [2020-02-28 16:05:28] The OP received lambda too!
+18388 [2020-02-28 16:05:48] '/u/dzondi92' has given '/u/priscillahernandez' lambda!
+18388 [2020-02-28 16:05:48] The OP received lambda too!
+18388 [2020-02-28 16:07:05] There has been a new submission: 'Just a quick thank you to the people in this amazing community', with flair 'Discussion'
+18388 [2020-02-28 16:10:00] '/u/daydreamer-alert' has given '/u/priscillahernandez' lambda!
+18388 [2020-02-28 16:10:36] '/u/underfiremedia777' has given '/u/BanterBoulevard' lambda!
+18388 [2020-02-28 16:13:10] There has been a new submission: 'Hello Everyone! I have a video for FAUX acrylic nails without using acrylic! If you can please watch and give any feedback it would be greatly appreciated 💕', with flair 'None'
+18388 [2020-02-28 16:14:09] '/u/ShikharTrivedi' has given '/u/Inferus12' lambda!
+18388 [2020-02-28 16:14:23] There has been a new submission: 'I have decided to do a WikiHow series, where I get WikiHoiw tips and (loosely) try them out. Lambda to any constructive feedback!', with flair 'Video Critique'
+18388 [2020-02-28 16:18:10] There has been a new submission: 'getting over it with bennett foddy game one of my nightmares this is the video where i complete it within 12 mins hope you like it', with flair 'Gaming'
+18388 [2020-02-28 16:18:11] /u/vr25 had their submission removed for insufficient lambda.
+18388 [2020-02-28 16:18:21] '/u/PeedyTV' has given '/u/Illfury' lambda!
+18388 [2020-02-28 16:18:22] The OP received lambda too!
+18388 [2020-02-28 16:22:35] '/u/MoskitoDan' has given '/u/MafiasFinestTV' lambda!
+18388 [2020-02-28 16:22:35] The OP received lambda too!
+18388 [2020-02-28 16:24:48] There has been a new submission: 'Just started! I create super short video game comedy skits where I try to highlight and laugh at some of the more frustrating aspects of games. Any feedback appreciated.', with flair 'Gaming'
+18388 [2020-02-28 16:26:44] There has been a new submission: 'A made a short film About different parts of Seoul I love. 🇰🇷', with flair 'None'
+18388 [2020-02-28 16:26:46] /u/Arkaydenknight had their submission removed for insufficient lambda.
+18388 [2020-02-28 16:27:11] There has been a new submission: 'Parent Logic...', with flair 'None'
+18388 [2020-02-28 16:27:13] /u/Ashkannn had their submission removed for insufficient lambda.
+18388 [2020-02-28 16:27:20] '/u/ShikharTrivedi' has given '/u/SpeedyBebop' lambda!
+18388 [2020-02-28 16:27:36] There has been a new submission: 'Leaving my Wife for David Dobrik', with flair 'Video Critique'
+18388 [2020-02-28 16:29:51] There has been a new submission: 'Ark Survival Evolved Genesis, little world peak, all new bioms', with flair 'Gaming'
+18388 [2020-02-28 16:29:52] /u/kamihigh5 had their submission removed for insufficient lambda.
+18388 [2020-02-28 16:31:59] '/u/StreetsofRagequit' has given '/u/PeedyTV' lambda!
+18388 [2020-02-28 16:33:07] '/u/StreetsofRagequit' has given '/u/Zapartha' lambda!
+18388 [2020-02-28 16:33:26] '/u/PeedyTV' has given '/u/Zapartha' lambda!
+18388 [2020-02-28 16:35:12] There has been a new submission: 'I’m using my IT experience to help others succeed and learn in the space. Let me know what you think!', with flair 'Channel Review'
+18388 [2020-02-28 16:41:04] There has been a new submission: 'Just created a channel trailer. Looking for thoughts on potential improvements. My main concerns are whether the cuts line up well with the music, does the lettering theme/colors make sense, does it grab attention? Caution - comedy style not for children', with flair 'Video Critique'
+18388 [2020-02-28 16:44:20] There has been a new submission: 'A kid trying to entertain! Any criticism? Tips? Please feel free to tell me!', with flair 'Gaming'
+18388 [2020-02-28 16:44:22] /u/Entity42og had their submission removed for insufficient lambda.
+18388 [2020-02-28 16:45:39] '/u/MoskitoDan' has given '/u/Cmdr-Tom' lambda!
+18388 [2020-02-28 16:46:40] There has been a new submission: 'Quraan Kay Nisaf Mein Aisa Lafz Jo Aapko Dunya or Akhrat Mein Kamyaab Ka...', with flair 'Discussion'
+18388 [2020-02-28 16:46:41] /u/msufwan had their submission removed for using the wrong flair.
+18388 [2020-02-28 16:48:08] '/u/Squadspace' has given '/u/Inferus12' lambda!
+18388 [2020-02-28 16:48:09] The OP received lambda too!
+18388 [2020-02-28 16:51:52] '/u/MoskitoDan' has given '/u/DaddyDaughterDollar' lambda!
+18388 [2020-02-28 16:52:08] '/u/KnowledgeOfLife' has given '/u/Squadspace' lambda!
+18388 [2020-02-28 16:52:08] The OP received lambda too!
+18388 [2020-02-28 16:56:27] There has been a new submission: 'Hi, I'm a small YouTuber mainly in it because I find recording relatively fun. Tips?', with flair 'Video Critique'
+18388 [2020-02-28 16:56:28] /u/Entity42og had their submission removed for insufficient lambda.
+18388 [2020-02-28 16:57:11] '/u/timbo_t' has given '/u/priscillahernandez' lambda!
+18388 [2020-02-28 16:58:02] There has been a new submission: 'Scheduling times. Does it make a difference?', with flair 'Discussion'
+18388 [2020-02-28 16:59:37] There has been a new submission: 'My channel is mostly devoted to my music but starting to upload also my artworks (along with my music as background) fearing it may flop but want to do an statement that I also create art... So feedback welcome, here a small timelapse', with flair 'Video Critique'
+18388 [2020-02-28 17:09:48] '/u/MafiasFinestTV' has given '/u/kaliseoul' lambda!
+18388 [2020-02-28 17:10:53] '/u/MafiasFinestTV' has given '/u/divine_s0da' lambda!
+18388 [2020-02-28 17:14:04] '/u/zonfar2' has given '/u/ogsauce69' lambda!
+18388 [2020-02-28 17:14:04] The OP received lambda too!
+18388 [2020-02-28 17:15:09] '/u/zonfar2' has given '/u/Kpopkinz' lambda!
+18388 [2020-02-28 17:15:21] '/u/ShikharTrivedi' has given '/u/DadaskiDiaries' lambda!
+18388 [2020-02-28 17:16:31] '/u/ShikharTrivedi' has given '/u/TheJustindsd' lambda!
+18525 [2020-02-28 17:20:25]
+####################
+[2020-02-28 17:20:25] RESTARTED
+####################
+
+18525 [2020-02-28 17:23:29] There has been a new submission: 'What do you guys think about my new video I had videos up before but I deleted them and I’m trying something new and thank you for taking the time to view this is you do❤️', with flair 'Discussion'
+18525 [2020-02-28 17:23:31] /u/gilt30 had their submission removed for using the wrong flair.
+18525 [2020-02-28 17:31:05] '/u/The_Suited_Bird' has given '/u/kaliseoul' lambda!
+18525 [2020-02-28 17:31:15] There has been a new submission: 'Positive human trafficking?', with flair 'Gaming'
+18525 [2020-02-28 17:31:17] /u/DjDrone410 had their submission removed for insufficient lambda.
+18525 [2020-02-28 17:31:58] '/u/MoskitoDan' has given '/u/Zaboazagiru' lambda!
+18525 [2020-02-28 17:32:36] There has been a new submission: 'This song/video of mine is a year old today. I despise how time devours itself', with flair 'Art'
+18525 [2020-02-28 17:32:38] /u/FooZombie had their submission removed for insufficient lambda.
+18525 [2020-02-28 17:39:07] There has been a new submission: 'Do some of these technologies really exist. this is incredible', with flair 'Video Critique'
+18525 [2020-02-28 17:55:33] '/u/MoskitoDan' has given '/u/ihateplastic10' lambda!
+18525 [2020-02-28 17:55:47] There has been a new submission: 'Latest guitar cover - Whats good, What can be improved. Stick to one angle? Less of me and my handsome face ;)and just the guitar close up?', with flair 'Channel Review'
+18525 [2020-02-28 17:55:48] /u/MusicHub123 had their submission removed for insufficient lambda.
+18525 [2020-02-28 17:56:22] '/u/MoskitoDan' has given '/u/dksuxsyt' lambda!
+18525 [2020-02-28 17:57:21] There has been a new submission: 'New video! Siege video, I put a lot of effort into this so let me know what you guys think FEEDBACK is appreciated', with flair 'Video Critique'
+18525 [2020-02-28 17:59:51] '/u/germaiad' has given '/u/DadaskiDiaries' lambda!
+18525 [2020-02-28 17:59:51] The OP received lambda too!
+18525 [2020-02-28 18:01:17] '/u/MoskitoDan' has given '/u/Illfury' lambda!
+18525 [2020-02-28 18:03:58] There has been a new submission: 'Thrifting !', with flair 'Vlog'
+18525 [2020-02-28 18:04:00] /u/Stoicalien had their submission removed for insufficient lambda.
+18525 [2020-02-28 18:04:24] '/u/germaiad' has given '/u/GoldenGooseDragon' lambda!
+18525 [2020-02-28 18:04:44] There has been a new submission: 'Just Stay', with flair 'Channel Review'
+18525 [2020-02-28 18:04:46] /u/chilledsquirrel had their submission removed for insufficient lambda.
+18525 [2020-02-28 18:10:16] '/u/ShikharTrivedi' has given '/u/DjDrone410' lambda!
+18525 [2020-02-28 18:12:39] '/u/priscillahernandez' has given '/u/MusicHub123' lambda!
+18525 [2020-02-28 18:12:39] The OP received lambda too!
+18525 [2020-02-28 18:22:58] '/u/ShikharTrivedi' has given '/u/R_Hanna' lambda!
+18525 [2020-02-28 18:34:41] There has been a new submission: 'Whats the best way to get subscribers and views?', with flair 'Channel Review'
+18525 [2020-02-28 18:34:43] /u/LoosTalkPodcast19 had their submission removed for insufficient lambda.
+18525 [2020-02-28 18:34:49] There has been a new submission: 'I started making copyright free music on youtube, what is the best way to reach the widest audience?', with flair 'Art'
+18525 [2020-02-28 18:34:50] /u/Grimhir had their submission removed for insufficient lambda.
+18525 [2020-02-28 18:35:32] There has been a new submission: 'FIFA 20 PRO CLUBS GAMEPLAY COMPILATION. Hope you guys will enjoy the video. I took my time editing this on,hopefully its good enough. Do leave feedback on how i can improve on the video and content quality. Have a good day people😊', with flair 'Gaming'
+18525 [2020-02-28 18:35:33] /u/Sh00kz had their submission removed for insufficient lambda.
+18525 [2020-02-28 18:55:22] There has been a new submission: 'Any suggestions on what to change?', with flair 'Video Critique'
+18525 [2020-02-28 18:59:21] '/u/The_Suited_Bird' has given '/u/MafiasFinestTV' lambda!
+18525 [2020-02-28 19:02:09] There has been a new submission: 'My newest video, would like any feedback. I know what i need to do and work on, but not so easy when you work on a graphics card that takes 20 minutes to load a video. *Sometimes my editing software just crashes for no reason*', with flair 'Video Critique'
+18525 [2020-02-28 19:03:22] '/u/prettyboiRandell' has given '/u/ErbyTattoos' lambda!
+18525 [2020-02-28 19:03:37] There has been a new submission: 'CAMERA TALK 1 | My Travel Camera Bag 2020', with flair 'Video Critique'
+18525 [2020-02-28 19:03:50] '/u/prettyboiRandell' has given '/u/DeFrapaCicco' lambda!
+18525 [2020-02-28 19:04:14] '/u/Rainbowls' has given '/u/Madmakiant' lambda!
+18525 [2020-02-28 19:04:14] The OP received lambda too!
+18525 [2020-02-28 19:14:33] '/u/The_Suited_Bird' has given '/u/MOS6510YT' lambda!
+18525 [2020-02-28 19:17:03] There has been a new submission: 'Davinci Resolve Question', with flair 'Discussion'
+18525 [2020-02-28 19:17:48] '/u/MoskitoDan' has given '/u/KingCash48' lambda!
+18662 [2020-02-28 19:20:25]
+####################
+[2020-02-28 19:20:25] RESTARTED
+####################
+
+18662 [2020-02-28 19:22:16] There has been a new submission: 'TOPHILLFREDDO - Vengence (Prod. Superkid)', with flair 'None'
+18662 [2020-02-28 19:22:18] /u/primotrez had their submission removed for insufficient lambda.
+18662 [2020-02-28 19:22:30] There has been a new submission: 'Guys one question this tipe of videos have engagement???', with flair 'Channel Review'
+18662 [2020-02-28 19:22:32] /u/clipstrends had their submission removed for insufficient lambda.
+18662 [2020-02-28 19:29:27] '/u/centyauro' has given '/u/NOXN-YT' lambda!
+18662 [2020-02-28 19:29:27] The OP received lambda too!
+18662 [2020-02-28 19:31:06] There has been a new submission: 'This is my first time making a video with a script, I plan to do more in the future with less mistakes but even this was a monumental task', with flair 'Video Critique'
+18662 [2020-02-28 19:31:08] /u/CannedSir had their submission removed for insufficient lambda.
+18662 [2020-02-28 19:32:29] There has been a new submission: 'My first Pavlov funny moments type vid. Any advice would be greatly appreciated.', with flair 'Gaming'
+18662 [2020-02-28 19:32:31] /u/Zombiepixlz-gamr had their submission removed for insufficient lambda.
+18662 [2020-02-28 19:37:43] '/u/JuJuJess98' has given '/u/ActivexGen' lambda!
+18662 [2020-02-28 19:37:43] The OP received lambda too!
+18662 [2020-02-28 19:37:59] There has been a new submission: 'Places to make a free Youtube intro?', with flair 'Discussion'
+18662 [2020-02-28 19:41:42] '/u/centyauro' has given '/u/MINTOfficical' lambda!
+18662 [2020-02-28 19:42:03] '/u/germaiad' has given '/u/cantshakethecliche' lambda!
+18662 [2020-02-28 19:45:08] There has been a new submission: 'Constructive Criticism - Anyone want to Collab?', with flair 'Video Critique'
+18662 [2020-02-28 19:46:48] There has been a new submission: 'Tennis superstar Maria Sharapova Retires At 32—I'm Saying Goodbye' | Min...', with flair 'Video Critique'
+18662 [2020-02-28 19:46:50] /u/amazon1977 had their submission removed for insufficient lambda.
+18662 [2020-02-28 19:48:29] There has been a new submission: 'Ride 3 CINEMATIC gameplay', with flair 'Gaming'
+18662 [2020-02-28 19:48:30] /u/miscYT had their submission removed for insufficient lambda.
+18662 [2020-02-28 19:57:35] There has been a new submission: 'My small ASMR channel, would love to find interested individuals and feedback of any kind!', with flair 'Channel Review'
+18662 [2020-02-28 19:57:36] /u/MatthewLCnP had their submission removed for insufficient lambda.
+18662 [2020-02-28 20:07:52] There has been a new submission: 'just a small channel wanting to grow', with flair 'Gaming'
+18662 [2020-02-28 20:07:53] /u/zolzeja had their submission removed for insufficient lambda.
+18662 [2020-02-28 20:09:11] '/u/PresentDirector' has given '/u/Xerionix' lambda!
+18662 [2020-02-28 20:09:28] There has been a new submission: '#Newbreed #Alliance TAYLOR DECKER VS DAKOTA LANGSTON #GracieBarra', with flair 'Channel Review'
+18662 [2020-02-28 20:09:29] /u/cutin1980 had their submission removed for insufficient lambda.
+18662 [2020-02-28 20:09:44] There has been a new submission: 'Senegambian 🇬🇲 vs. THE WRLD | Ep.1 Badminton ft. Nigeria🇳🇬', with flair 'None'
+18662 [2020-02-28 20:09:45] /u/CLT_Phoenix had their submission removed for insufficient lambda.
+18662 [2020-02-28 20:09:58] '/u/PresentDirector' has given '/u/mattfaris' lambda!
+18662 [2020-02-28 20:10:48] '/u/PresentDirector' has given '/u/HyperMaggot' lambda!
+18662 [2020-02-28 20:11:35] There has been a new submission: 'Lemme know what you think about the video :) [Editing, length, quality, sound, etc.]', with flair 'Video Critique'
+18662 [2020-02-28 20:35:01] '/u/Scapparelli08' has given '/u/EngineeringJuice' lambda!
+18662 [2020-02-28 20:35:01] The OP received lambda too!
+18662 [2020-02-28 20:54:55] '/u/The_Suited_Bird' has given '/u/DulcidioCoelho' lambda!
+18662 [2020-02-28 20:59:35] '/u/Scapparelli08' has given '/u/emli42' lambda!
+18662 [2020-02-28 20:59:47] '/u/DaddyDaughterDollar' has given '/u/DadaskiDiaries' lambda!
+18662 [2020-02-28 21:00:23] There has been a new submission: 'Apex', with flair 'Video Critique'
+18662 [2020-02-28 21:00:25] /u/ThaM0vement had their submission removed for insufficient lambda.
+18662 [2020-02-28 21:01:12] '/u/centyauro' has given '/u/GoldenGooseDragon' lambda!
+18662 [2020-02-28 21:07:59] '/u/PresentDirector' has given '/u/Jischasing' lambda!
+18662 [2020-02-28 21:10:18] There has been a new submission: 'Beating Minecraft, But Eating Food Causes Disasters (ft. The Suited Bird) | Any feedback on my video would be awesome!', with flair 'Gaming'
+18662 [2020-02-28 21:15:58] There has been a new submission: 'MUSIC: INTRODUCING HOTTEST NEW ARTIST OUT THE BRONX, Prince Lawrence', with flair 'Video Critique'
+18662 [2020-02-28 21:16:00] /u/hnusman3 had their submission removed for insufficient lambda.
+18662 [2020-02-28 21:16:19] '/u/MoskitoDan' has given '/u/briecarter' lambda!
+18662 [2020-02-28 21:17:16] '/u/MoskitoDan' has given '/u/Squadspace' lambda!
+18859 [2020-02-28 21:20:25]
+####################
+[2020-02-28 21:20:25] RESTARTED
+####################
+
+18859 [2020-02-28 21:21:23] There has been a new submission: 'Will Give lambda For Any Review Or Helpful Advice On My Newest Animation. I’m Curious About The New Editing Tricks I Used, As Well As If The Jokes Make Sense To People Outside Of The Gaming Community. Any Feedback Helps, So Plz Don't Hold Back!', with flair 'Video Critique'
+18859 [2020-02-28 21:26:37] '/u/dzondi92' has given '/u/cutin1980' lambda!
+18859 [2020-02-28 21:27:02] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda!
+18859 [2020-02-28 21:27:16] '/u/MafiasFinestTV' has given '/u/Halloween_Scarecrow' lambda!
+18859 [2020-02-28 21:28:11] '/u/Squadspace' has given '/u/GreatMyUsernamesFree' lambda!
+18859 [2020-02-28 21:43:56] There has been a new submission: 'Hey everyone. Made a new video this morning on ‘Financial Fair Play’ rules in European Football (soccer). It’s not as mundane as it sounds 😂 let me know what you think!', with flair 'Video Critique'
+18859 [2020-02-28 21:47:03] There has been a new submission: 'I'm not sure about the thumbnail or overall humor on this video, itd be nice to get some feedback and thumbnail tips', with flair 'Video Critique'
+18859 [2020-02-28 21:47:32] There has been a new submission: 'Heya my fellows pals and jals wanna go check out one of my new videos? Any feedback is appreciated', with flair 'Video Critique'
+18859 [2020-02-28 21:48:32] There has been a new submission: 'My new vid I just love laying bricks 20 years and still love doing it', with flair 'Vlog'
+18859 [2020-02-28 21:48:34] /u/markhep had their submission removed for insufficient lambda.
+18859 [2020-02-28 21:51:31] '/u/NOXN-YT' has given '/u/beefskellingtons' lambda!
+18859 [2020-02-28 21:51:31] The OP received lambda too!
+18859 [2020-02-28 21:52:29] There has been a new submission: '[Funtage] Cosplayer Breaks Into The Swedish Consulate! 🇸🇪 All kinds of feedback is welcome and greatly appreciated! 😄', with flair 'Video Critique'
+18859 [2020-02-28 21:53:55] '/u/DaddyDaughterDollar' has given '/u/Jischasing' lambda!
+18859 [2020-02-28 21:57:22] There has been a new submission: 'Thank you!', with flair 'Discussion'
+18859 [2020-02-28 21:58:14] '/u/IAreZack' has given '/u/VreaL37' lambda!
+18859 [2020-02-28 21:58:14] The OP received lambda too!
+18859 [2020-02-28 22:03:37] '/u/Robbo2513' has given '/u/The-man-with-a-plan-' lambda!
+18859 [2020-02-28 22:03:37] The OP received lambda too!
+18859 [2020-02-28 22:03:59] '/u/Robbo2513' has given '/u/kaliseoul' lambda!
+18859 [2020-02-28 22:07:10] There has been a new submission: 'Every year I shoot this 48 hour Street Festival in my country and edit overnight for the next day. This year was the best so far!', with flair 'Video Critique'
+18859 [2020-02-28 22:07:11] /u/DeUnknown had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:08:45] '/u/qzeqYT' has given '/u/Illfury' lambda!
+18859 [2020-02-28 22:08:45] The OP received lambda too!
+18859 [2020-02-28 22:09:03] '/u/qzeqYT' has given '/u/Dheezy_YT' lambda!
+18859 [2020-02-28 22:15:28] '/u/MafiasFinestTV' has given '/u/Sorta-Rican' lambda!
+18859 [2020-02-28 22:15:39] '/u/DaddyDaughterDollar' has given '/u/Dheezy_YT' lambda!
+18859 [2020-02-28 22:17:57] '/u/alexmenstra' has given '/u/DaddyDaughterDollar' lambda!
+18859 [2020-02-28 22:17:57] The OP received lambda too!
+18859 [2020-02-28 22:22:28] There has been a new submission: 'Episode 5 | Western Conference Predictions,CCL Round Up and Fantasy Advice!', with flair 'Video Critique'
+18859 [2020-02-28 22:22:30] /u/abarney21 had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:26:08] There has been a new submission: 'Low view times. Send feedback to keep the engagement. 🙏🏼', with flair 'Video Critique'
+18859 [2020-02-28 22:26:10] /u/camalaga had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:34:14] '/u/qzeqYT' has given '/u/Gimlinho' lambda!
+18859 [2020-02-28 22:34:29] '/u/qzeqYT' has given '/u/ItsTheSheepster' lambda!
+18859 [2020-02-28 22:36:07] There has been a new submission: 'Made a new travel video on heading to the Bahamas for cheap! Let me know any suggestions!', with flair 'Video Critique'
+18859 [2020-02-28 22:38:35] '/u/IAreZack' has given '/u/DaddyDaughterDollar' lambda!
+18859 [2020-02-28 22:39:01] '/u/Rainbowls' has given '/u/Dheezy_YT' lambda!
+18859 [2020-02-28 22:40:17] There has been a new submission: 'Rainbow Six Siege Funny Moments - I tried a pretty new style compared to my previous videos, and i'm wondering what you all think? Any feedback on the editing, title, thumbnail etc would be much appreciated! :)', with flair 'Video Critique'
+18859 [2020-02-28 22:43:06] There has been a new submission: 'Amazing Chocolate Cake Decorating Tutorial', with flair 'Art'
+18859 [2020-02-28 22:43:08] /u/mmlydar had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:46:15] There has been a new submission: '2 channels or 1 channel', with flair 'Discussion'
+18859 [2020-02-28 22:48:35] There has been a new submission: 'Would love any and all feedback on one of my recent videos, particular regarding the webcam!', with flair 'Video Critique'
+18859 [2020-02-28 22:54:26] '/u/ItsTheSheepster' has given '/u/lieutenatdan' lambda!
+18859 [2020-02-28 22:54:26] The OP received lambda too!
+18859 [2020-02-28 22:56:07] There has been a new submission: 'Just started doing Let's Play's on my channel. How did I do for the first video?', with flair 'Video Critique'
+18859 [2020-02-28 22:56:09] /u/JimmyGGames had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:57:11] There has been a new submission: 'Check out my new gaming video! XD', with flair 'Gaming'
+18859 [2020-02-28 22:57:12] /u/Deadpooldaze had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:57:43] '/u/TehGrand' has given '/u/AlexanderSaiko' lambda!
+18859 [2020-02-28 22:57:43] The OP received lambda too!
+18859 [2020-02-28 22:58:42] There has been a new submission: 'Just started making some reddit videos... r/Cursedcomments | TFue...More Like Teethfew!', with flair 'Video Critique'
+18859 [2020-02-28 22:58:43] /u/Meddyson had their submission removed for insufficient lambda.
+18859 [2020-02-28 22:59:05] '/u/TehGrand' has given '/u/Paint2Luv-Art' lambda!
+18859 [2020-02-28 22:59:13] '/u/alexmenstra' has given '/u/Gimlinho' lambda!
+18859 [2020-02-28 23:00:21] '/u/TehGrand' has given '/u/mr_churs' lambda!
+18859 [2020-02-28 23:01:36] '/u/fabiotic' has given '/u/Dheezy_YT' lambda!
+18859 [2020-02-28 23:01:36] The OP received lambda too!
+18859 [2020-02-28 23:03:53] '/u/priscillahernandez' has given '/u/FilmPositivity' lambda!
+18859 [2020-02-28 23:04:08] There has been a new submission: 'Been taking a lot of advice and hangs been trying to up the quality of my videos! Let me know what you think and how I can keep improving!', with flair 'Video Critique'
+18859 [2020-02-28 23:12:43] '/u/The_Suited_Bird' has given '/u/electroblastz' lambda!
+18859 [2020-02-28 23:13:10] '/u/cjf5414' has given '/u/Electric_Mauser' lambda!
+18859 [2020-02-28 23:13:10] The OP received lambda too!
+18859 [2020-02-28 23:13:19] There has been a new submission: 'My new gameshow for every Filipino people from Philippines that I can give them laugh and smile by rewarding them while playing. LOVE FROM PHILIPPINES 🇵🇭❤️', with flair 'Vlog'
+18859 [2020-02-28 23:13:21] /u/MaleficentOven1 had their submission removed for insufficient lambda.
+18859 [2020-02-28 23:18:52] There has been a new submission: 'Nate's Tweaks-Texture Pack Review!', with flair 'Gaming'
+18859 [2020-02-28 23:18:53] /u/MasoMiner had their submission removed for insufficient lambda.
+18859 [2020-02-28 23:19:06] There has been a new submission: 'Ghost Caught On Tape Tombstone Graveyard 3 AM', with flair 'None'
+18859 [2020-02-28 23:19:07] /u/RexakisGamer had their submission removed for insufficient lambda.
+18859 [2020-02-28 23:20:17] There has been a new submission: 'So I made a new gaming channel and decided to do a spotlight on the new Minecraft snapshot. I hope the editing wasn't to horrible! Feedback appreciated!', with flair 'Video Critique'
+18859 [2020-02-28 23:20:19] /u/RyeRoastedToast had their submission removed for insufficient lambda.
+18993 [2020-02-28 23:20:26]
+####################
+[2020-02-28 23:20:26] RESTARTED
+####################
+
+18993 [2020-02-28 23:20:56] '/u/qzeqYT' has given '/u/Meddyson' lambda!
+18993 [2020-02-28 23:21:34] There has been a new submission: 'New food channel on YT. Chef by profession so I vouch for the recipes. I'd appreciate any critique about the video itself though! Thanks so much guys. Much much appreciated!', with flair 'Video Critique'
+18993 [2020-02-28 23:21:36] /u/Just_a_Cookcooking had their submission removed for insufficient lambda.
+1431 [2020-02-28 23:21:54] Updated statistics
+18993 [2020-02-28 23:33:25] There has been a new submission: 'Atlas Snipes Ep 1', with flair 'Gaming'
+18993 [2020-02-28 23:33:27] /u/ItzMunx had their submission removed for insufficient lambda.
+18993 [2020-02-28 23:34:40] There has been a new submission: 'Atlas Snipes Ep 1', with flair 'Gaming'
+18993 [2020-02-28 23:34:42] /u/ItzMunx had their submission removed for insufficient lambda.
+18993 [2020-02-28 23:44:47] There has been a new submission: 'Is reducing video length a viable strategy for increasing audience retention?', with flair 'Discussion'
+18993 [2020-02-28 23:45:56] There has been a new submission: 'yo i'm Chinese Takeout and i'm trying to get to 100 subs at the end of the next 5 months :)', with flair 'Gaming'
+18993 [2020-02-28 23:45:58] /u/ChineseTakeout420 had their submission removed for insufficient lambda.
+18993 [2020-02-28 23:47:32] There has been a new submission: 'Follow up video for my new type videos. Attention test explanation and results | The Black Dot video test. Sound? Voice? Pictures? 1-10?', with flair 'Video Critique'
+18993 [2020-02-28 23:49:19] '/u/DaddyDaughterDollar' has given '/u/heyiamandrew' lambda!
+18993 [2020-02-28 23:49:33] There has been a new submission: 'new video on my channel,, help me get to 1k!!', with flair 'Video Critique'
+18993 [2020-02-28 23:49:34] /u/zoetowne had their submission removed for insufficient lambda.
+18993 [2020-02-28 23:53:06] '/u/cjf5414' has given '/u/urbansophistication' lambda!
+18993 [2020-02-28 23:58:47] There has been a new submission: 'How to FIND DEADPOOL'S MILK CARTON - Fortnite Season 2 Challenge', with flair 'Gaming'
+18993 [2020-02-28 23:58:48] /u/BigBoiLocke had their submission removed for insufficient lambda.
+18993 [2020-02-28 23:59:44] '/u/DaddyDaughterDollar' has given '/u/Burgeaj02' lambda!
+18993 [2020-02-29 00:02:21] '/u/Anskeee' has given '/u/migaverage' lambda!
+18993 [2020-02-29 00:02:21] The OP received lambda too!
+18993 [2020-02-29 00:03:21] There has been a new submission: 'The 13th Zodiac Sign! I promise you wont see this one coming haha. Let us know what you think! Lambda for all good critiques & comments!', with flair 'Video Critique'
+18993 [2020-02-29 00:08:10] There has been a new submission: 'Klaow', with flair 'Channel Review'
+18993 [2020-02-29 00:08:11] /u/Youngkola had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:09:42] There has been a new submission: 'Minecraft & Others YT Channel', with flair 'Gaming'
+18993 [2020-02-29 00:09:42] /u/TrueLazari had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:11:54] There has been a new submission: 'Jeopardy that makes you sit in your microwave with beans', with flair 'Video Critique'
+18993 [2020-02-29 00:11:56] /u/Youngkola had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:17:19] '/u/qzeqYT' has given '/u/Burgeaj02' lambda!
+18993 [2020-02-29 00:19:35] '/u/alexmenstra' has given '/u/CoolAtlas' lambda!
+18993 [2020-02-29 00:20:04] '/u/urbansophistication' has given '/u/Dog_Bit' lambda!
+18993 [2020-02-29 00:20:05] The OP received lambda too!
+18993 [2020-02-29 00:22:59] '/u/DaddyDaughterDollar' has given '/u/allages69' lambda!
+18993 [2020-02-29 00:23:48] There has been a new submission: 'My weekly gaming news show got a quality upgrade, how dose it look? Advice?', with flair 'Video Critique'
+18993 [2020-02-29 00:28:58] There has been a new submission: 'So I make a commentary video about this kid. I think the thumbnail is good. I don't know my video content are good or not cuz I got less views.', with flair 'Discussion'
+18993 [2020-02-29 00:28:59] /u/Bindy_Stoil had their submission removed for using the wrong flair.
+18993 [2020-02-29 00:33:19] '/u/dylphizzer' has given '/u/Electric_Mauser' lambda!
+18993 [2020-02-29 00:33:19] The OP received lambda too!
+18993 [2020-02-29 00:34:17] '/u/urbansophistication' has given '/u/TrappedInLimbo' lambda!
+18993 [2020-02-29 00:36:40] '/u/MoskitoDan' has given '/u/ImmaBeAWhiteGuy' lambda!
+18993 [2020-02-29 00:36:56] There has been a new submission: 'I made A Joker Alternate Ending parody/short film with a more positive ending.', with flair 'Video Critique'
+18993 [2020-02-29 00:36:57] /u/pinappleonpizza123 had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:38:25] There has been a new submission: 'Need feedback on the cuts/edits I've made on this video. Don't usually make cuts and want to know how they are.', with flair 'Gaming'
+18993 [2020-02-29 00:38:26] /u/toomanyrifts had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:42:12] There has been a new submission: 'Best Tips On Getting Pregnant', with flair 'Vlog'
+18993 [2020-02-29 00:42:14] /u/speakboldly had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:43:43] '/u/urbansophistication' has given '/u/CoolAtlas' lambda!
+18993 [2020-02-29 00:43:55] '/u/cjf5414' has given '/u/TrappedInLimbo' lambda!
+18993 [2020-02-29 00:48:16] There has been a new submission: 'Motivation for small youtubers', with flair 'Vlog'
+18993 [2020-02-29 00:48:17] /u/Lifeofrique had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:50:34] There has been a new submission: 'Please support😍', with flair 'None'
+18993 [2020-02-29 00:50:36] /u/kenzyskitchen had their submission removed for insufficient lambda.
+18993 [2020-02-29 00:53:21] There has been a new submission: 'Fallout 4: Top 7 Mods That Bring Back Ballistic Fallout Weapons (You don't have to watch the whole thing but critique on editing is nice)', with flair 'Gaming'
+18993 [2020-02-29 01:01:53] '/u/Goatsause' has given '/u/Electric_Mauser' lambda!
+18993 [2020-02-29 01:02:48] '/u/AdamFJohns' has given '/u/cjf5414' lambda!
+18993 [2020-02-29 01:02:48] The OP received lambda too!
+18993 [2020-02-29 01:05:14] There has been a new submission: 'Catwoman and other sexy cats sing and dance on a rooftop, performing a number from CATS!', with flair 'Video Critique'
+18993 [2020-02-29 01:05:16] /u/yourdailyinspiration had their submission removed for insufficient lambda.
+18993 [2020-02-29 01:11:35] There has been a new submission: 'Sub4sub and like4like', with flair 'None'
+18993 [2020-02-29 01:11:37] /u/PuNxYT711 had their submission removed for insufficient lambda.
+18993 [2020-02-29 01:12:05] '/u/MerpItUp' has given '/u/allages69' lambda!
+18993 [2020-02-29 01:14:00] '/u/AdamFJohns' has given '/u/PresentDirector' lambda!
+18993 [2020-02-29 01:17:03] There has been a new submission: 'Thoughts on my latest edit?', with flair 'Video Critique'
+18993 [2020-02-29 01:17:04] /u/Sppoonnn had their submission removed for insufficient lambda.
+18993 [2020-02-29 01:17:50] There has been a new submission: 'Black history month trivia', with flair 'Video Critique'
+18993 [2020-02-29 01:17:51] /u/lovelive123 had their submission removed for insufficient lambda.
+18993 [2020-02-29 01:18:21] '/u/CoolAtlas' has given '/u/Dog_Bit' lambda!
+18993 [2020-02-29 01:18:21] The OP received lambda too!
+19130 [2020-02-29 01:20:26]
+####################
+[2020-02-29 01:20:26] RESTARTED
+####################
+
+19130 [2020-02-29 01:23:50] '/u/urbansophistication' has given '/u/Jischasing' lambda!
+19130 [2020-02-29 01:25:56] There has been a new submission: 'Man With `Crime Pays' Tattoo On Forehead Arrested, And More! Weird World News! (2020) #56', with flair 'Video Critique'
+19130 [2020-02-29 01:25:58] /u/Cross-N-Eyed had their submission removed for insufficient lambda.
+19130 [2020-02-29 01:26:47] '/u/matthewwjoel' has given '/u/BanterBoulevard' lambda!
+19130 [2020-02-29 01:26:54] There has been a new submission: 'Okay, so this isn't about me, but I could definitely post some links to videos that I think are very high quality that get voted down to zero. Lambda for reasonable answers', with flair 'Discussion'
+19130 [2020-02-29 01:33:30] '/u/Xerionix' has given '/u/Gimlinho' lambda!
+19130 [2020-02-29 01:33:30] The OP received lambda too!
+19130 [2020-02-29 01:34:09] '/u/Xerionix' has given '/u/VreaL37' lambda!
+19130 [2020-02-29 01:35:06] '/u/Xerionix' has given '/u/Electric_Mauser' lambda!
+19130 [2020-02-29 01:35:17] '/u/GrumpyBottom_YT' has given '/u/kaliseoul' lambda!
+19130 [2020-02-29 01:36:03] '/u/fabiotic' has given '/u/FilmPositivity' lambda!
+19130 [2020-02-29 01:36:31] There has been a new submission: 'Tactics - Rainbow Six Siege', with flair 'Gaming'
+19130 [2020-02-29 01:36:32] /u/wall-e_games had their submission removed for insufficient lambda.
+19130 [2020-02-29 01:48:12] '/u/George_Doors' has given '/u/lieutenatdan' lambda!
+19130 [2020-02-29 01:48:12] The OP received lambda too!
+19130 [2020-02-29 01:50:04] '/u/urbansophistication' has given '/u/George_Doors' lambda!
+19130 [2020-02-29 01:54:32] '/u/Dog_Bit' has given '/u/Madmakiant' lambda!
+19130 [2020-02-29 01:54:32] The OP received lambda too!
+19130 [2020-02-29 02:00:12] There has been a new submission: 'Hey guys I create music 🎵 and upload mini vlogs check it out 📸', with flair 'None'
+19130 [2020-02-29 02:00:14] /u/Scrww had their submission removed for insufficient lambda.
+19130 [2020-02-29 02:03:55] '/u/CoolAtlas' has given '/u/Jischasing' lambda!
+19130 [2020-02-29 02:09:36] There has been a new submission: 'Guaranteed a laugh or two... Thanks for the input in advance!', with flair 'Gaming'
+19130 [2020-02-29 02:12:53] There has been a new submission: 'Please review my channel', with flair 'Channel Review'
+19130 [2020-02-29 02:12:55] /u/saisudhakar009 had their submission removed for insufficient lambda.
+19130 [2020-02-29 02:16:25] There has been a new submission: 'Struck By Lightning 7 Times', with flair 'Video Critique'
+19130 [2020-02-29 02:21:41] '/u/CoolAtlas' has given '/u/Madmakiant' lambda!
+19130 [2020-02-29 02:22:12] There has been a new submission: 'NSX Acura - Forza Horizon 4 I Wheel + Paddle Shift Gameplay', with flair 'Gaming'
+19130 [2020-02-29 02:22:14] /u/asdiragaming had their submission removed for insufficient lambda.
+19130 [2020-02-29 02:23:51] There has been a new submission: 'My second bouldering experience was a success! I got a lot of helpful tips from a few good people!', with flair 'None'
+19130 [2020-02-29 02:23:52] /u/MAGAARMS had their submission removed for insufficient lambda.
+19130 [2020-02-29 02:28:17] There has been a new submission: 'I wrote this original composition and would like some feedback', with flair 'Video Critique'
+19130 [2020-02-29 02:28:45] '/u/kila_west11' has given '/u/Madmakiant' lambda!
+19130 [2020-02-29 02:28:45] The OP received lambda too!
+19130 [2020-02-29 02:29:33] There has been a new submission: 'Hey guys, this is my latest video, I would really appreciate feedback about my editing since it is my main focus and also my commenting, thanks a lot in advance <3', with flair 'Gaming'
+19130 [2020-02-29 02:30:35] '/u/MoskitoDan' has given '/u/harusheyal' lambda!
+19130 [2020-02-29 02:32:46] '/u/Scabhammer' has given '/u/Electric_Mauser' lambda!
+19130 [2020-02-29 02:33:18] There has been a new submission: 'Hey, so my newest video totally flopped and I just want yalls opinion on what's wrong with it. I thought I t was pretty good, and I was proud of it', with flair 'Video Critique'
+19130 [2020-02-29 02:35:50] There has been a new submission: 'chack out my chanel', with flair 'Gaming'
+19130 [2020-02-29 02:35:52] /u/Gold_Reindeer had their submission removed for insufficient lambda.
+19130 [2020-02-29 02:38:04] '/u/kila_west11' has given '/u/mr_churs' lambda!
+19130 [2020-02-29 02:38:50] '/u/urbansophistication' has given '/u/harusheyal' lambda!
+19130 [2020-02-29 02:49:01] There has been a new submission: 'Hello everyone! My video is doing great! (1K views) let me know what you think!', with flair 'Video Critique'
+19130 [2020-02-29 03:11:49] There has been a new submission: 'Kuzco Should Abandon Disney - A Deep Dive on The Emperor’s New Groove Franchise (I know the video is long but it's the most amount of work I've ever put into a video and I'm super proud of it)', with flair 'Video Critique'
+19130 [2020-02-29 03:16:58] '/u/urbansophistication' has given '/u/JuJuJess98' lambda!
+19130 [2020-02-29 03:19:53] '/u/ShikharTrivedi' has given '/u/ImmaBeAWhiteGuy' lambda!
+19265 [2020-02-29 03:20:26]
+####################
+[2020-02-29 03:20:26] RESTARTED
+####################
+
+19265 [2020-02-29 03:21:25] '/u/ShikharTrivedi' has given '/u/Dheezy_YT' lambda!
+19265 [2020-02-29 03:21:46] '/u/ShikharTrivedi' has given '/u/Atefm95' lambda!
+19265 [2020-02-29 03:22:07] '/u/ShikharTrivedi' has given '/u/evanrobbain' lambda!
+19265 [2020-02-29 03:22:39] There has been a new submission: 'Me and my brother's first rap upload, check it out and let me know what what you think 👍', with flair 'Art'
+19265 [2020-02-29 03:22:41] /u/Dirty_Dan209 had their submission removed for insufficient lambda.
+19265 [2020-02-29 03:22:55] '/u/ShikharTrivedi' has given '/u/ItzMunx' lambda!
+19265 [2020-02-29 03:24:27] '/u/ShikharTrivedi' has given '/u/heyiamandrew' lambda!
+19265 [2020-02-29 03:25:09] '/u/ShikharTrivedi' has given '/u/Electric_Mauser' lambda!
+19265 [2020-02-29 03:26:19] '/u/ShikharTrivedi' has given '/u/CannedSir' lambda!
+19265 [2020-02-29 03:26:59] '/u/ShikharTrivedi' has given '/u/Zombiepixlz-gamr' lambda!
+19265 [2020-02-29 03:27:25] '/u/ShikharTrivedi' has given '/u/SanjaySting' lambda!
+19265 [2020-02-29 03:28:19] '/u/ShikharTrivedi' has given '/u/Batakanta' lambda!
+19265 [2020-02-29 03:28:24] There has been a new submission: 'My first Pavlov video, giving lambda to helpful advice.', with flair 'Gaming'
+19265 [2020-02-29 03:28:55] '/u/ShikharTrivedi' has given '/u/allages69' lambda!
+19265 [2020-02-29 03:29:52] '/u/ShikharTrivedi' has given '/u/pinappleonpizza123' lambda!
+19265 [2020-02-29 03:35:29] '/u/Rainbowls' has given '/u/RavenJimmy' lambda!
+19265 [2020-02-29 03:37:52] There has been a new submission: 'My First Montage', with flair 'Gaming'
+19265 [2020-02-29 03:37:53] /u/Mrraingaming had their submission removed for insufficient lambda.
+19265 [2020-02-29 03:39:28] There has been a new submission: 'Man Shows his growth to Dr Pimple popper!', with flair 'Video Critique'
+19265 [2020-02-29 03:39:28] /u/Rubberheads had their submission removed for insufficient lambda.
+19265 [2020-02-29 03:52:57] There has been a new submission: 'South Park : The Fractured But Whole #3 - Cousin Kyle Fight - PlayerRojo', with flair 'Gaming'
+19265 [2020-02-29 03:52:59] /u/PlayerRojo had their submission removed for insufficient lambda.
+19265 [2020-02-29 03:54:54] There has been a new submission: 'On the way to 50 subs! Looking for constructive criticism.', with flair 'Channel Review'
+19265 [2020-02-29 03:54:56] /u/daggerdeek had their submission removed for insufficient lambda.
+19265 [2020-02-29 04:07:05] There has been a new submission: 'The Good, the Bad, and the Ugly of social media influencers', with flair 'Channel Review'
+19265 [2020-02-29 04:07:06] /u/InquisitorSnow had their submission removed for insufficient lambda.
+19265 [2020-02-29 04:08:42] '/u/Madmakiant' has given '/u/Dharen29YT' lambda!
+19265 [2020-02-29 04:08:42] The OP received lambda too!
+19265 [2020-02-29 04:17:05] '/u/Zombiepixlz-gamr' has given '/u/TheDeafGaymer' lambda!
+19265 [2020-02-29 04:17:05] The OP received lambda too!
+19265 [2020-02-29 04:18:11] '/u/Zombiepixlz-gamr' has given '/u/ImmaBeAWhiteGuy' lambda!
+19265 [2020-02-29 04:19:29] '/u/Bernguz' has given '/u/TheDeafGaymer' lambda!
+19265 [2020-02-29 04:19:29] The OP received lambda too!
+19265 [2020-02-29 04:24:53] There has been a new submission: 'I made some changes to my latest video and need feedback. Will give lambda for legitimate feedback comments.', with flair 'Video Critique'
+19265 [2020-02-29 04:31:50] There has been a new submission: 'Please go give this video a thumbs down read the description on video', with flair 'Video Critique'
+19265 [2020-02-29 04:31:52] /u/bigriggjiggin had their submission removed for insufficient lambda.
+19265 [2020-02-29 04:36:26] '/u/alexmenstra' has given '/u/pinappleonpizza123' lambda!
+19265 [2020-02-29 04:36:32] There has been a new submission: 'I made a play list of Castlevania Loi all bosses no damage/@crazy,this first video check it out!', with flair 'Gaming'
+19265 [2020-02-29 04:36:34] /u/xxxEhrenxxx had their submission removed for insufficient lambda.
+19265 [2020-02-29 04:40:06] There has been a new submission: 'Please go give this video a thumbs down. Please read video description for details why', with flair 'Channel Review'
+19265 [2020-02-29 04:40:09] /u/bigriggjiggin had their submission removed for insufficient lambda.
+19265 [2020-02-29 04:47:38] There has been a new submission: 'After contacting fellow small YouTuber Andy Void 2 yrs ago and asking, he never hesitated to let me use ANY of his music absolutely FREE for my vlogs. This post is my way of paying it forward with my own lambda. Please check him out and drop a like if you enjoy his music.', with flair 'Video Critique'
+19265 [2020-02-29 04:52:16] '/u/mr_churs' has given '/u/kila_west11' lambda!
+19265 [2020-02-29 04:52:16] The OP received lambda too!
+19265 [2020-02-29 04:52:35] There has been a new submission: 'White Guy Gaming News 1: GOG, Diablo 4, BG3, BDO', with flair 'Gaming'
+19265 [2020-02-29 04:57:25] There has been a new submission: 'Hey everyone, getting back into YouTube, I’m gonna be uploading gameplay walkthroughs, funny moments etc, just mostly what I want and here’s a vid I uploaded today, so maybe check it out if you want', with flair 'Gaming'
+19265 [2020-02-29 04:57:26] /u/Destiny_Element had their submission removed for insufficient lambda.
+19265 [2020-02-29 05:06:48] '/u/Madmakiant' has given '/u/kila_west11' lambda!
+19265 [2020-02-29 05:11:22] '/u/Jischasing' has given '/u/TitansTracks' lambda!
+19265 [2020-02-29 05:11:22] The OP received lambda too!
+19402 [2020-02-29 05:20:26]
+####################
+[2020-02-29 05:20:26] RESTARTED
+####################
+
+19402 [2020-02-29 05:25:21] '/u/Zombiepixlz-gamr' has given '/u/Yaniprov' lambda!
+19402 [2020-02-29 05:32:27] There has been a new submission: '😹', with flair 'Thumbnail Review'
+19402 [2020-02-29 05:32:29] /u/funnynmemes had their submission removed for insufficient lambda.
+19402 [2020-02-29 05:33:58] '/u/ParkerWillard' has given '/u/pinappleonpizza123' lambda!
+19402 [2020-02-29 05:33:59] The OP received lambda too!
+19402 [2020-02-29 05:34:23] '/u/urbansophistication' has given '/u/Sup3rPotatoNinja' lambda!
+19402 [2020-02-29 05:40:44] '/u/Bernguz' has given '/u/Yaniprov' lambda!
+19402 [2020-02-29 05:42:43] There has been a new submission: 'I recently returned to YouTube and started with a model / kitbash project! Here's my ship so far :)', with flair 'None'
+19402 [2020-02-29 05:42:45] /u/AlexdeMeurers had their submission removed for insufficient lambda.
+19402 [2020-02-29 05:43:01] '/u/Zombiepixlz-gamr' has given '/u/driedtexas' lambda!
+19402 [2020-02-29 05:57:27] '/u/alexmenstra' has given '/u/Yaniprov' lambda!
+19402 [2020-02-29 05:58:13] There has been a new submission: 'I made an alternate ending parody/short film of the Joker movie with a more positive twist. Lambda for constructive criticism.', with flair 'Video Critique'
+19402 [2020-02-29 06:04:16] There has been a new submission: 'Just posted my latest video. Your review will really be helpful.', with flair 'Video Critique'
+19402 [2020-02-29 06:25:44] There has been a new submission: 'First Time Getting claim. I make piano cover of music. what should i do? should i do something? should i be worried or should i leave it? Copyright Discussion', with flair 'Discussion'
+19402 [2020-02-29 06:26:17] There has been a new submission: 'I'm Back......', with flair 'Discussion'
+19402 [2020-02-29 06:31:29] There has been a new submission: 'Ordering contraceptive pills online?', with flair 'Channel Review'
+19402 [2020-02-29 06:31:32] /u/Individual-Curve had their submission removed for insufficient lambda.
+19402 [2020-02-29 06:36:03] '/u/AllanRick' has given '/u/frocketgaming' lambda!
+19402 [2020-02-29 06:36:46] '/u/AllanRick' has given '/u/qzeqYT' lambda!
+19402 [2020-02-29 06:36:53] There has been a new submission: 'Check out my channel! Honest feedback/criticism appreciated :)', with flair 'Channel Review'
+19402 [2020-02-29 06:36:54] /u/Life-with-Tybalt had their submission removed for insufficient lambda.
+19402 [2020-02-29 06:38:07] '/u/AllanRick' has given '/u/DaddyDaughterDollar' lambda!
+19402 [2020-02-29 06:40:10] '/u/AllanRick' has given '/u/dylphizzer' lambda!
+19402 [2020-02-29 06:46:00] There has been a new submission: 'Hey guys! Let me know what you think of this video! I would greatly appreciate the feedback!', with flair 'Gaming'
+19402 [2020-02-29 06:46:02] /u/jeffgetsdown had their submission removed for insufficient lambda.
+19402 [2020-02-29 06:52:10] '/u/zonfar2' has given '/u/Electric_Mauser' lambda!
+19402 [2020-02-29 06:55:30] There has been a new submission: 'The Usual Nonsense in Far Cry 5 │ SovietWomble inspired video tell me what you think!', with flair 'Gaming'
+20149 [2020-02-29 07:20:26]
+####################
+[2020-02-29 07:20:26] RESTARTED
+####################
+
+20149 [2020-02-29 07:28:39] '/u/qzeqYT' has given '/u/Pants_420' lambda!
+20149 [2020-02-29 07:29:09] '/u/qzeqYT' has given '/u/Sokenen' lambda!
+20149 [2020-02-29 07:31:30] '/u/vandan_1177' has given '/u/EnemyAJ130' lambda!
+20149 [2020-02-29 07:31:30] The OP received lambda too!
+20149 [2020-02-29 08:21:43] '/u/qzeqYT' has given '/u/Endy_McGufin' lambda!
+20149 [2020-02-29 08:36:50] There has been a new submission: 'Made a video covering the topic that YouTube demonetized JayStation's channel. Any criticism is highly appreciated!', with flair 'Video Critique'
+20149 [2020-02-29 08:42:27] There has been a new submission: 'FIRST YOUTUBE VIDEO OF MINE :)', with flair 'None'
+20149 [2020-02-29 08:42:29] /u/Rockyomeister had their submission removed for insufficient lambda.
+20149 [2020-02-29 08:52:02] There has been a new submission: 'This game was awarded for the best fighting game on the Neo*Geo platform by the Japanese public. Revisiting this blast from the past. :)', with flair 'Gaming'
+20149 [2020-02-29 08:52:04] /u/Nocturnalos0001 had their submission removed for insufficient lambda.
+20347 [2020-02-29 09:20:26]
+####################
+[2020-02-29 09:20:26] RESTARTED
+####################
+
+20347 [2020-02-29 09:26:43] There has been a new submission: 'Give some feedback if ya can! I am kind of new to editing videos and just want some thoughtful feed back.', with flair 'Video Critique'
+20347 [2020-02-29 09:26:44] /u/BeatInhofe had their submission removed for insufficient lambda.
+20347 [2020-02-29 09:27:09] There has been a new submission: 'Windows 10 secret hidden feature to convert to MacOS (Tech Trolling)', with flair 'Video Critique'
+20347 [2020-02-29 09:29:00] '/u/vandan_1177' has given '/u/HyperMaggot' lambda!
+20347 [2020-02-29 09:31:48] '/u/vandan_1177' has given '/u/tommygun98' lambda!
+20347 [2020-02-29 09:36:48] There has been a new submission: 'My buddy and I started making some sketch comedy videos, feedback is very welcome!', with flair 'None'
+20347 [2020-02-29 09:36:49] /u/maverick1470 had their submission removed for insufficient lambda.
+20347 [2020-02-29 09:41:32] There has been a new submission: 'I try to upload every week and my videos are well edited', with flair 'Gaming'
+20347 [2020-02-29 09:41:34] /u/Ciano_Mugzy had their submission removed for insufficient lambda.
+20347 [2020-02-29 09:52:10] '/u/ShikharTrivedi' has given '/u/Ciano_Mugzy' lambda!
+20347 [2020-02-29 10:05:12] There has been a new submission: 'MODDED Minecraft ( exploring the world ) ep3 mega mods', with flair 'None'
+20347 [2020-02-29 10:05:14] /u/benw0903 had their submission removed for insufficient lambda.
+20347 [2020-02-29 10:20:02] There has been a new submission: 'Insta and Yt Van Life/Travel', with flair 'Discussion'
+20347 [2020-02-29 10:20:34] There has been a new submission: 'Best Pre Wedding Video 2020 Lehenga Song Jass Manak #Rokha', with flair 'Video Critique'
+20347 [2020-02-29 10:20:36] /u/redditdparmar had their submission removed for insufficient lambda.
+20347 [2020-02-29 10:39:15] '/u/theedale1' has given '/u/VreaL37' lambda!
+20347 [2020-02-29 10:39:15] The OP received lambda too!
+20347 [2020-02-29 11:09:24] '/u/qzeqYT' has given '/u/TheOasisNetwork' lambda!
+20571 [2020-02-29 11:20:27]
+####################
+[2020-02-29 11:20:27] RESTARTED
+####################
+
+20571 [2020-02-29 11:46:07] There has been a new submission: 'Would love to have some feedback on my virtual spinning video! Wanna take this for a spin for me?', with flair 'Video Critique'
+20571 [2020-02-29 11:50:37] There has been a new submission: 'The hardest part is keeping it interesting', with flair 'None'
+20571 [2020-02-29 11:50:39] /u/IdealDog had their submission removed for insufficient lambda.
+20571 [2020-02-29 11:52:18] There has been a new submission: 'The hardest part is keeping it interesting', with flair 'Discussion'
+20571 [2020-02-29 11:53:23] There has been a new submission: 'Is this too boring or too offensive?', with flair 'Discussion'
+20571 [2020-02-29 11:53:24] /u/IdealDog had their submission removed for using the wrong flair.
+20571 [2020-02-29 12:07:34] '/u/IdealDog' has given '/u/Dave_wuz_here' lambda!
+20571 [2020-02-29 12:07:34] The OP received lambda too!
+20571 [2020-02-29 12:12:41] There has been a new submission: 'My friend is trying too hard on his Youtube Channel I would like If someone could go check it out, it would make my friend happy, number of subs right now: 61. YT Channel link:', with flair 'Gaming'
+20571 [2020-02-29 12:12:43] /u/Playeh6 had their submission removed for insufficient lambda.
+20571 [2020-02-29 12:14:51] '/u/spinnacle-spinning' has given '/u/DeUnknown' lambda!
+20571 [2020-02-29 12:14:51] The OP received lambda too!
+20571 [2020-02-29 12:17:14] '/u/IdealDog' has given '/u/VreaL37' lambda!
+20571 [2020-02-29 12:38:20] '/u/ItsTheSheepster' has given '/u/Madmakiant' lambda!
+20571 [2020-02-29 12:41:25] There has been a new submission: 'Met The Liverpool Football Team!!!!', with flair 'Vlog'
+20571 [2020-02-29 12:41:27] /u/Kazza-Termination had their submission removed for insufficient lambda.
+20571 [2020-02-29 12:44:18] There has been a new submission: 'My Channels name is Game Series Videos I create content on games (obviously), I am here to promote my most recent series Far Cry 5', with flair 'Gaming'
+20571 [2020-02-29 12:44:20] /u/Rawaptor had their submission removed for insufficient lambda.
+20571 [2020-02-29 12:45:16] There has been a new submission: 'Highest Paid Athletes in the World (1990-2019)', with flair 'Video Critique'
+20571 [2020-02-29 12:45:17] /u/Minute-Cattle had their submission removed for insufficient lambda.
+20571 [2020-02-29 13:01:18] '/u/Madmakiant' has given '/u/tommygun98' lambda!
+20571 [2020-02-29 13:01:45] '/u/ItsTheSheepster' has given '/u/Nichemm' lambda!
+20571 [2020-02-29 13:07:17] There has been a new submission: 'So I memed a resident evil relevations 2 video', with flair 'Gaming'
+20571 [2020-02-29 13:07:18] /u/CSMico had their submission removed for insufficient lambda.
+20571 [2020-02-29 13:09:29] '/u/NOXN-YT' has given '/u/Nichemm' lambda!
+20736 [2020-02-29 13:20:27]
+####################
+[2020-02-29 13:20:27] RESTARTED
+####################
+
+20736 [2020-02-29 13:25:13] There has been a new submission: 'is it worth making a second channel at this stage?', with flair 'Discussion'
+20736 [2020-02-29 13:28:15] There has been a new submission: '🔴I FINISHED MY FIRST SERIES🔴 Hello, if your bored I'd love for you to click that Ling above. I worked very hard uploading daily in Colorado. I'd also love some feedback in the comments. The best one is probably day 5 or day 4.❤️Thankyou', with flair 'Vlog'
+20736 [2020-02-29 13:28:16] /u/M17films had their submission removed for insufficient lambda.
+20736 [2020-02-29 13:31:35] '/u/beefskellingtons' has given '/u/VreaL37' lambda!
+20736 [2020-02-29 13:31:35] The OP received lambda too!
+20736 [2020-02-29 13:33:54] '/u/beefskellingtons' has given '/u/driedtexas' lambda!
+20736 [2020-02-29 13:46:30] There has been a new submission: 'Collaboration group!?', with flair 'Collab'
+20736 [2020-02-29 13:57:27] '/u/urbansophistication' has given '/u/mattfaris' lambda!
+20736 [2020-02-29 13:58:21] '/u/urbansophistication' has given '/u/shaunyoong' lambda!
+20736 [2020-02-29 13:59:06] '/u/urbansophistication' has given '/u/lazgangy' lambda!
+20736 [2020-02-29 14:05:10] '/u/qzeqYT' has given '/u/shaunyoong' lambda!
+20736 [2020-02-29 14:08:33] '/u/Jischasing' has given '/u/Nichemm' lambda!
+20736 [2020-02-29 14:10:54] There has been a new submission: 'After 3 hours driving, 2 flat tires, and 1 set of cryptic directions I finally found the Instagram famous Heart Rock in honor of Valentines Day.', with flair 'Vlog'
+20736 [2020-02-29 14:14:33] There has been a new submission: 'LEGO Batman: The Videogame - In the Dark Night (Mission 14)', with flair 'Gaming'
+20736 [2020-02-29 14:14:35] /u/MarceloJungbluth had their submission removed for insufficient lambda.
+20736 [2020-02-29 14:15:05] There has been a new submission: 'does anyone have any tips for growing a YT channel ?', with flair 'Discussion'
+20736 [2020-02-29 14:27:16] '/u/IdealDog' has given '/u/ZengineersWorkshop' lambda!
+20736 [2020-02-29 14:27:54] '/u/IdealDog' has given '/u/XXXEggNog69XXX' lambda!
+20736 [2020-02-29 14:28:15] '/u/IdealDog' has given '/u/Minute-Cattle' lambda!
+20736 [2020-02-29 14:28:21] There has been a new submission: 'Newer Travel / History / Culture YT Content Creator Wanting Feedback', with flair 'Channel Review'
+20736 [2020-02-29 14:28:22] /u/2Feet2Worlds had their submission removed for insufficient lambda.
+20736 [2020-02-29 14:29:30] There has been a new submission: 'The "Let's be friend?" bots', with flair 'Discussion'
+20736 [2020-02-29 14:31:40] '/u/Nichemm' has given '/u/XXXEggNog69XXX' lambda!
+20736 [2020-02-29 14:31:40] The OP received lambda too!
+20736 [2020-02-29 14:33:27] '/u/PresentDirector' has given '/u/FilmPositivity' lambda!
+20736 [2020-02-29 14:34:13] There has been a new submission: 'Hi there', with flair 'Discussion'
+20736 [2020-02-29 14:34:53] '/u/hf_vlogs1' has given '/u/FlashWaveXL66769' lambda!
+20736 [2020-02-29 14:34:53] The OP received lambda too!
+20736 [2020-02-29 14:36:08] '/u/hf_vlogs1' has given '/u/ihateplastic10' lambda!
+20736 [2020-02-29 14:36:41] There has been a new submission: 'Trying out a full-on sketch, Lambda for all helpful feedback!', with flair 'Video Critique'
+20736 [2020-02-29 14:37:57] '/u/hf_vlogs1' has given '/u/gamebalance' lambda!
+20736 [2020-02-29 14:42:02] '/u/hf_vlogs1' has given '/u/mattfaris' lambda!
+20736 [2020-02-29 14:42:15] There has been a new submission: 'New video for our game. With voice this time. I showing new level pack I created. Looking for tips for improvement. Ideas to make video of the game more interesting for mainstream viewers. Me and my friend keep developing the game, so there should be more videos with it.', with flair 'Video Critique'
+20736 [2020-02-29 14:43:11] '/u/hf_vlogs1' has given '/u/shaunyoong' lambda!
+20736 [2020-02-29 14:44:01] There has been a new submission: 'Give me your opinion on this video...', with flair 'Gaming'
+20736 [2020-02-29 14:46:58] There has been a new submission: 'new vid: "The greatest run boos in history" any feedback is greatly appreciated :)', with flair 'Video Critique'
+20736 [2020-02-29 14:51:03] '/u/FlashWaveXL66769' has given '/u/ZengineersWorkshop' lambda!
+20736 [2020-02-29 14:51:03] The OP received lambda too!
+20736 [2020-02-29 14:55:44] There has been a new submission: 'Channel Review request for my channel, containing video essays about film/movies', with flair 'Channel Review'
+20736 [2020-02-29 14:58:47] '/u/qzeqYT' has given '/u/XXXEggNog69XXX' lambda!
+20736 [2020-02-29 14:59:28] '/u/qzeqYT' has given '/u/Nichemm' lambda!
+20736 [2020-02-29 15:00:43] '/u/PresentDirector' has given '/u/lieutenatdan' lambda!
+20736 [2020-02-29 15:00:43] The OP received lambda too!
+20736 [2020-02-29 15:02:58] There has been a new submission: 'This is my Billie Eilish 'bad guy' black metal cover', with flair 'Video Critique'
+20736 [2020-02-29 15:03:00] /u/redbeardslav had their submission removed for insufficient lambda.
+20736 [2020-02-29 15:05:46] '/u/XXXEggNog69XXX' has given '/u/Sup3rPotatoNinja' lambda!
+20736 [2020-02-29 15:05:46] The OP received lambda too!
+20736 [2020-02-29 15:10:35] There has been a new submission: 'Made my first video in a while, let me know what you think and what i can improve on :) (Overwatch)', with flair 'Gaming'
+20736 [2020-02-29 15:10:37] /u/iiTimo had their submission removed for insufficient lambda.
+20736 [2020-02-29 15:18:18] There has been a new submission: 'Latest video. 1 more to go and the 24 part series I’ve been working on for months will be finished. Feels good but also feels like I’m back at the beginning.', with flair 'None'
+20736 [2020-02-29 15:18:19] /u/TodaystheDayeee had their submission removed for insufficient lambda.
+20872 [2020-02-29 15:20:27]
+####################
+[2020-02-29 15:20:27] RESTARTED
+####################
+
+20872 [2020-02-29 15:21:26] '/u/ImmaBeAWhiteGuy' has given '/u/Dante1LP' lambda!
+20872 [2020-02-29 15:21:26] The OP received lambda too!
+20872 [2020-02-29 15:28:47] There has been a new submission: 'I made a play list of Castlevania Loi all bosses no damage/@crazy,this first video check it out!', with flair 'Gaming'
+20872 [2020-02-29 15:28:48] /u/xxxEhrenxxx had their submission removed for insufficient lambda.
+20872 [2020-02-29 15:28:53] '/u/PresentDirector' has given '/u/gamebalance' lambda!
+20872 [2020-02-29 15:31:00] '/u/The_Suited_Bird' has given '/u/Nichemm' lambda!
+20872 [2020-02-29 15:31:25] There has been a new submission: 'Trying to get better at all phases of an animation production pipeline. Any and all feedback would be greatly appreciated!', with flair 'Video Critique'
+20872 [2020-02-29 15:31:51] '/u/mylackey' has given '/u/OneFor56' lambda!
+20872 [2020-02-29 15:31:51] The OP received lambda too!
+20872 [2020-02-29 15:33:30] '/u/mylackey' has given '/u/Minute-Cattle' lambda!
+20872 [2020-02-29 15:34:24] '/u/mylackey' has given '/u/tdoggity' lambda!
+20872 [2020-02-29 15:40:49] There has been a new submission: 'i'd love some feedback but also the tips might help people who film with their Webcams.. (Tips)', with flair 'Video Critique'
+20872 [2020-02-29 15:40:51] /u/Nightow1_Twitch had their submission removed for insufficient lambda.
+20872 [2020-02-29 15:42:16] There has been a new submission: 'OBLIVION // Mac Miller // AMV', with flair 'Video Critique'
+20872 [2020-02-29 15:42:18] /u/INKOAMV had their submission removed for insufficient lambda.
+20872 [2020-02-29 15:52:05] '/u/hf_vlogs1' has given '/u/MorphingReality' lambda!
+20872 [2020-02-29 15:52:39] '/u/pinappleonpizza123' has given '/u/OneFor56' lambda!
+20872 [2020-02-29 15:52:39] The OP received lambda too!
+20872 [2020-02-29 15:52:53] '/u/urbansophistication' has given '/u/HyperMaggot' lambda!
+20872 [2020-02-29 15:54:23] '/u/PresentDirector' has given '/u/HyperMaggot' lambda!
+20872 [2020-02-29 15:56:07] '/u/pinappleonpizza123' has given '/u/shaunyoong' lambda!
+20872 [2020-02-29 15:57:07] '/u/pinappleonpizza123' has given '/u/FindAKidneyDonor-Com' lambda!
+20872 [2020-02-29 15:58:24] '/u/pinappleonpizza123' has given '/u/DeUnknown' lambda!
+20872 [2020-02-29 15:59:43] There has been a new submission: 'Phantom Forces Kill Montage', with flair 'Thumbnail Review'
+20872 [2020-02-29 15:59:44] /u/DGLYT had their submission removed for insufficient lambda.
+20872 [2020-02-29 16:08:59] '/u/DamonsReddit' has given '/u/reggie_smith540' lambda!
+20872 [2020-02-29 16:08:59] The OP received lambda too!
+20872 [2020-02-29 16:09:28] '/u/DamonsReddit' has given '/u/humz_whu' lambda!
+20872 [2020-02-29 16:16:40] There has been a new submission: 'What? There’s a subway in Minecraft?', with flair 'None'
+20872 [2020-02-29 16:16:42] /u/Carver1717 had their submission removed for insufficient lambda.
+20872 [2020-02-29 16:16:56] '/u/kila_west11' has given '/u/Charlie_7threegamers' lambda!
+20872 [2020-02-29 16:17:33] '/u/kila_west11' has given '/u/KamKashiiiYT' lambda!
+20872 [2020-02-29 16:21:35] '/u/spinnacle-spinning' has given '/u/gamebalance' lambda!
+20872 [2020-02-29 16:34:10] '/u/gamebalance' has given '/u/VreaL37' lambda!
+20872 [2020-02-29 16:34:10] The OP received lambda too!
+20872 [2020-02-29 16:36:08] There has been a new submission: '[Discussion] Monetization Platform - AI Startup "ClickHelps"', with flair 'Discussion'
+20872 [2020-02-29 16:41:34] '/u/cjf5414' has given '/u/tommygun98' lambda!
+20872 [2020-02-29 16:42:54] '/u/Sliprych' has given '/u/NOXN-YT' lambda!
+20872 [2020-02-29 16:42:54] The OP received lambda too!
+20872 [2020-02-29 16:47:04] '/u/vandan_1177' has given '/u/mattfaris' lambda!
+20872 [2020-02-29 16:47:40] There has been a new submission: 'Hey guys it would mean a lot to me if you’d check out this video of mine and maybe the rest of my channel. I post gaming content. You don’t have to like or subscribe but it would be greatly appreciated. If you have any tips let me know as I’d love to hear them. Thank you!', with flair 'Gaming'
+20872 [2020-02-29 16:47:41] /u/JxKke had their submission removed for insufficient lambda.
+20872 [2020-02-29 16:49:05] '/u/vandan_1177' has given '/u/XXXEggNog69XXX' lambda!
+20872 [2020-02-29 16:51:07] There has been a new submission: 'Sean Kennedy - Young & Depressed', with flair 'None'
+20872 [2020-02-29 16:51:09] /u/primotrez had their submission removed for insufficient lambda.
+20872 [2020-02-29 16:54:33] There has been a new submission: 'New R rated web series', with flair 'Channel Review'
+20872 [2020-02-29 16:54:34] /u/Enlighten69 had their submission removed for insufficient lambda.
+20872 [2020-02-29 16:59:59] '/u/DamonsReddit' has given '/u/DeUnknown' lambda!
+20872 [2020-02-29 17:04:12] There has been a new submission: 'My first YouTube video', with flair 'Gaming'
+20872 [2020-02-29 17:04:14] /u/raptide_0710 had their submission removed for insufficient lambda.
+20872 [2020-02-29 17:06:00] There has been a new submission: 'Every year I shoot this 48 hour Street Festival in my country and edit overnight for the next day. What does a non-local audience think of this kind of content?', with flair 'Video Critique'
+20872 [2020-02-29 17:06:32] There has been a new submission: 'Super cool archery trick shots! Please subscribe!', with flair 'Video Critique'
+20872 [2020-02-29 17:06:34] /u/Excellent-Fortune had their submission removed for insufficient lambda.
+20872 [2020-02-29 17:08:47] '/u/Leon_is_a_Ghost' has given '/u/DeUnknown' lambda!
+20872 [2020-02-29 17:08:47] The OP received lambda too!
+20872 [2020-02-29 17:08:52] There has been a new submission: 'أول فيديو للانف الكبير (مقدمة ) - BigNose Gaming. Introducing my channel!', with flair 'Gaming'
+20872 [2020-02-29 17:08:52] /u/Pykechu had their submission removed for insufficient lambda.
+20872 [2020-02-29 17:10:01] There has been a new submission: 'This is the most different video we've done and thumbnail especially memeing on the Ali-A style, would love feedback on this format!', with flair 'Video Critique'
+20872 [2020-02-29 17:10:15] '/u/Leon_is_a_Ghost' has given '/u/shaunyoong' lambda!
+20872 [2020-02-29 17:17:48] '/u/ulfberht13' has given '/u/driedtexas' lambda!
+20872 [2020-02-29 17:17:49] The OP received lambda too!
+20872 [2020-02-29 17:17:55] There has been a new submission: 'I messed up making a video, and I think it somehow ended up better....so ridiculous', with flair 'Video Critique'
+21009 [2020-02-29 17:20:27]
+####################
+[2020-02-29 17:20:27] RESTARTED
+####################
+
+21009 [2020-02-29 17:24:24] '/u/ulfberht13' has given '/u/FilmPositivity' lambda!
+21009 [2020-02-29 17:26:18] There has been a new submission: 'Here's my new video! Tell me what you guys think! What can I improve on?', with flair 'Video Critique'
+21009 [2020-02-29 17:36:48] '/u/Rainbowls' has given '/u/Nichemm' lambda!
+21009 [2020-02-29 17:48:34] '/u/MagicWolfPlayz' has given '/u/ohitsjustlawnce' lambda!
+21009 [2020-02-29 17:48:34] The OP received lambda too!
+21009 [2020-02-29 17:50:53] '/u/beefskellingtons' has given '/u/Logan_B_Youtube' lambda!
+21009 [2020-02-29 17:53:32] There has been a new submission: 'New video about violent geese in my city. I would absolutely love to hear what you think. Huge thanks to some of the people in this community who voice acted in this one! Always looking for new voices to collab with, hit me with a DM.', with flair 'Video Critique'
+21009 [2020-02-29 17:55:05] '/u/ulfberht13' has given '/u/Yaniprov' lambda!
+21009 [2020-02-29 17:55:34] There has been a new submission: 'Veteran Vs. Noob is a channel a close friend of mine and I have been doing for years where we play old or silly games, and YOU vote who you thought was the Veteran (and who was the Noob)! I'd be so thankful if you checked it out and if you have any feedback ! :)', with flair 'Gaming'
+21009 [2020-02-29 17:57:17] There has been a new submission: 'Running Trains With Friends 🚆 | Unrailed! Multiplayer', with flair 'Gaming'
+21009 [2020-02-29 17:57:19] /u/dLeafy0 had their submission removed for insufficient lambda.
+21009 [2020-02-29 17:58:37] There has been a new submission: 'Baby dogs', with flair 'Thumbnail Review'
+21009 [2020-02-29 17:58:38] /u/funnynmemes had their submission removed for insufficient lambda.
+21009 [2020-02-29 18:12:39] '/u/ulfberht13' has given '/u/CeypticKing_YT' lambda!
+21009 [2020-02-29 18:18:32] There has been a new submission: 'How can I create a simple intro? I'm assuming custom intros are expensive to buy?', with flair 'Art'
+21009 [2020-02-29 18:18:34] /u/Vegetable-Acadia had their submission removed for insufficient lambda.
+21009 [2020-02-29 18:21:21] '/u/FilmPositivity' has given '/u/robbit9' lambda!
+21009 [2020-02-29 18:21:21] The OP received lambda too!
+21009 [2020-02-29 18:21:41] '/u/ulfberht13' has given '/u/ExrosZ' lambda!
+21009 [2020-02-29 18:22:41] '/u/idkpotato117' has given '/u/SuperMcGregs' lambda!
+21009 [2020-02-29 18:22:41] The OP received lambda too!
+21009 [2020-02-29 18:23:24] '/u/FilmPositivity' has given '/u/Grimreads' lambda!
+21009 [2020-02-29 18:24:49] '/u/DeFrapaCicco' has given '/u/GoldenGooseDragon' lambda!
+21009 [2020-02-29 18:24:49] The OP received lambda too!
+21009 [2020-02-29 18:24:58] There has been a new submission: 'it had to be done', with flair 'Video Critique'
+21009 [2020-02-29 18:24:59] /u/Uncle_Lenney had their submission removed for insufficient lambda.
+21009 [2020-02-29 18:26:25] '/u/Xerionix' has given '/u/Nichemm' lambda!
+21009 [2020-02-29 18:27:22] '/u/AnimuseVids' has given '/u/lieutenatdan' lambda!
+21009 [2020-02-29 18:27:22] The OP received lambda too!
+21009 [2020-02-29 18:47:16] There has been a new submission: 'I built this Shrek out of Matches over the course of a few weeks and would really appreciate it if you guys could comment on the video :) Thanks', with flair 'Video Critique'
+21009 [2020-02-29 18:50:39] '/u/daydreamer-alert' has given '/u/Electric_Mauser' lambda!
+21009 [2020-02-29 18:53:08] There has been a new submission: 'Hey here is a CS vid I made any tips welcome', with flair 'Gaming'
+21009 [2020-02-29 18:58:06] '/u/George_Doors' has given '/u/FurballTheHammy' lambda!
+21009 [2020-02-29 19:01:25] There has been a new submission: '$UICIDEBOY$❤', with flair 'Video Critique'
+21009 [2020-02-29 19:02:50] There has been a new submission: 'GET READY WITH ME | MONEY TALK | INVESTING', with flair 'Vlog'
+21009 [2020-02-29 19:06:19] '/u/PresentDirector' has given '/u/ease78' lambda!
+21009 [2020-02-29 19:06:55] '/u/PresentDirector' has given '/u/Logan_B_Youtube' lambda!
+21009 [2020-02-29 19:08:25] '/u/PresentDirector' has given '/u/addanow' lambda!
+21009 [2020-02-29 19:11:18] '/u/PresentDirector' has given '/u/danifernt' lambda!
+21009 [2020-02-29 19:11:32] '/u/DeUnknown' has given '/u/EarthsLandscape' lambda!
+21009 [2020-02-29 19:11:32] The OP received lambda too!
+21009 [2020-02-29 19:12:37] '/u/hf_vlogs1' has given '/u/TomKeehn' lambda!
+21009 [2020-02-29 19:12:52] There has been a new submission: 'Why Are There Leap Years? Episode three of my series “Questions O’ Life” Any and all feedback is appreciated.', with flair 'None'
+21009 [2020-02-29 19:14:33] There has been a new submission: 'Subscribing to trap town', with flair 'None'
+21009 [2020-02-29 19:14:35] /u/Max-Does-Reddit had their submission removed for insufficient lambda.
+21009 [2020-02-29 19:15:17] '/u/hf_vlogs1' has given '/u/Magento' lambda!
+21009 [2020-02-29 19:16:31] '/u/hf_vlogs1' has given '/u/MasterofRevels' lambda!
+21009 [2020-02-29 19:17:46] '/u/hf_vlogs1' has given '/u/harusheyal' lambda!
+21009 [2020-02-29 19:18:27] There has been a new submission: 'This is video 4 of my Tomb Raider lets play. What can I do better?', with flair 'Gaming'
+21216 [2020-02-29 19:20:27]
+####################
+[2020-02-29 19:20:27] RESTARTED
+####################
+
+21216 [2020-02-29 19:21:23] There has been a new submission: 'My videos are a hot mess but I really like making them. this is the first one that im sharing on Reddit', with flair 'Video Critique'
+21216 [2020-02-29 19:21:33] There has been a new submission: 'Taser Vs. Fist in an alley as a lone officer. Comments and feedback is always greatly appreciated!', with flair 'Video Critique'
+21216 [2020-02-29 19:24:18] '/u/TheDeafGaymer' has given '/u/PresentDirector' lambda!
+21216 [2020-02-29 19:24:18] The OP received lambda too!
+21216 [2020-02-29 19:28:07] There has been a new submission: 'I MADE AN INTRO FOR MY CHANNEL - Giving !LAMBDA! to any kind of feedback.', with flair 'Video Critique'
+21216 [2020-02-29 19:29:25] '/u/About30NinjasYT' has given '/u/occupiedsplash' lambda!
+21216 [2020-02-29 19:29:25] The OP received lambda too!
+21216 [2020-02-29 19:35:03] There has been a new submission: 'I Put My Friend On A BLIND DATE With A MODEL And This Happened!! **Gone RIGHT** (watch the whole video and give feedback please)', with flair 'Video Critique'
+21216 [2020-02-29 19:36:41] '/u/TheDeafGaymer' has given '/u/occupiedsplash' lambda!
+21216 [2020-02-29 19:40:03] There has been a new submission: 'The 4th video in my Tomb Raider lets play. What can I do better?', with flair 'Gaming'
+21216 [2020-02-29 19:43:49] '/u/idkpotato117' has given '/u/PresentDirector' lambda!
+21216 [2020-02-29 19:44:02] '/u/danifernt' has given '/u/TNTmonkeyman' lambda!
+21216 [2020-02-29 19:44:02] The OP received lambda too!
+21216 [2020-02-29 19:44:42] '/u/danifernt' has given '/u/TheLadss' lambda!
+21216 [2020-02-29 19:46:09] '/u/robbit9' has given '/u/TNTmonkeyman' lambda!
+21216 [2020-02-29 19:46:09] The OP received lambda too!
+21216 [2020-02-29 19:47:30] '/u/FilmPositivity' has given '/u/MuffinManWizard' lambda!
+21216 [2020-02-29 19:49:02] There has been a new submission: 'Taking a look at bad metal music. There’s a couple of uncut gems on YouTube but I picked 3. I hope you guys enjoy and by all means recommend me some bad videos to watch! Happy Saturday!', with flair 'None'
+21216 [2020-02-29 19:49:17] There has been a new submission: 'Superbad trailer remake in GTA 5', with flair 'Video Critique'
+21216 [2020-02-29 19:50:26] There has been a new submission: '🔴 Hot Lap Monza | Listen to that sound in Project CARS', with flair 'Gaming'
+21216 [2020-02-29 19:50:28] /u/ManuBADiT had their submission removed for insufficient lambda.
+21216 [2020-02-29 19:57:18] There has been a new submission: 'Does having a legacy YouTube account hinder its success?', with flair 'None'
+21216 [2020-02-29 19:57:19] /u/Paul_francis had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:00:54] '/u/PresentDirector' has given '/u/Robbo2513' lambda!
+21216 [2020-02-29 20:01:09] '/u/Electric_Mauser' has given '/u/daydreamer-alert' lambda!
+21216 [2020-02-29 20:01:09] The OP received lambda too!
+21216 [2020-02-29 20:01:20] '/u/Electric_Mauser' has given '/u/ohitsjustlawnce' lambda!
+21216 [2020-02-29 20:08:06] There has been a new submission: 'What’s the best way to get subscribers?', with flair 'None'
+21216 [2020-02-29 20:08:30] There has been a new submission: 'I don't normally make vlogs, so any tips would be appreciated ( aside from the wind on the mic )', with flair 'Video Critique'
+21216 [2020-02-29 20:09:28] There has been a new submission: 'Will Give lambda For Any Review Or Helpful Advice On My Newest Comedy Animation. I’m Curious About The New Editing Tricks I Used And If The Jokes Make Sense To People Outside Of The Gaming Community. Any Feedback Helps, So Plz Don't Hold Back!', with flair 'Video Critique'
+21216 [2020-02-29 20:09:43] There has been a new submission: 'How do you get subs?', with flair 'Discussion'
+21216 [2020-02-29 20:15:22] '/u/robbit9' has given '/u/orangesplurt' lambda!
+21216 [2020-02-29 20:19:52] '/u/allages69' has given '/u/leo-the-cow' lambda!
+21216 [2020-02-29 20:19:52] The OP received lambda too!
+21216 [2020-02-29 20:20:13] There has been a new submission: 'Dragon Ball Fighterz: KEFLA IS OUT!!! | Kefla Online Gameplay', with flair 'Gaming'
+21216 [2020-02-29 20:20:17] /u/IconSean had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:21:01] There has been a new submission: 'a video of some of my best edits and moments', with flair 'Gaming'
+21216 [2020-02-29 20:21:03] /u/real_soulzz had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:35:33] '/u/danifernt' has given '/u/leo-the-cow' lambda!
+21216 [2020-02-29 20:35:59] There has been a new submission: 'Any tips? I felt like this would be best in a 3rd person.', with flair 'Video Critique'
+21216 [2020-02-29 20:36:00] /u/barthalomeal had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:36:28] '/u/MoskitoDan' has given '/u/SuperMcGregs' lambda!
+21216 [2020-02-29 20:37:41] There has been a new submission: 'My small channel', with flair 'Discussion'
+21216 [2020-02-29 20:38:00] '/u/occupiedsplash' has given '/u/CoolAtlas' lambda!
+21216 [2020-02-29 20:38:00] The OP received lambda too!
+21216 [2020-02-29 20:43:00] '/u/Bernguz' has given '/u/leo-the-cow' lambda!
+21216 [2020-02-29 20:43:00] The OP received lambda too!
+21216 [2020-02-29 20:50:14] There has been a new submission: 'I make animated sketches/story times, any feedback on a recent video?', with flair 'Video Critique'
+21216 [2020-02-29 20:50:16] /u/finbud117 had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:53:28] There has been a new submission: 'First video of my Minecraft series. I have never played before. The theme of the series is basically me learning to play Minecraft along with my viewers. Please any feedback is appreciated! Lambda for everyone!', with flair 'Video Critique'
+21216 [2020-02-29 20:53:30] /u/SuperMcGregs had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:57:30] '/u/DaddyDaughterDollar' has given '/u/SuperMcGregs' lambda!
+21216 [2020-02-29 20:57:49] There has been a new submission: 'Age of Empires OST#6 Theme Remix', with flair 'Art'
+21216 [2020-02-29 20:57:50] /u/-ironsteve had their submission removed for insufficient lambda.
+21216 [2020-02-29 20:59:17] '/u/allages69' has given '/u/SignedGames' lambda!
+21216 [2020-02-29 21:01:58] '/u/occupiedsplash' has given '/u/SignedGames' lambda!
+21216 [2020-02-29 21:02:07] There has been a new submission: 'would love to have some feedback :)))', with flair 'Channel Review'
+21216 [2020-02-29 21:02:09] /u/benscollection had their submission removed for insufficient lambda.
+21216 [2020-02-29 21:04:13] There has been a new submission: 'This is my craziest YouTube video yet!! I worked really hard on this and it would mean a lot if you guys check it out! If you like this type of content consider subscribing! :)', with flair 'Video Critique'
+21216 [2020-02-29 21:04:55] There has been a new submission: 'Lambda for everyone who gives me some feedback! This is the first video in my Minecraft series. The theme is I've never played and I'm learning along the way with a lot of funny mishaps...please let me know what you think!', with flair 'Video Critique'
+21216 [2020-02-29 21:10:39] There has been a new submission: 'I know this is a Minecraft video, but please check it out and tell me how I did quality-wise. If you liked the video, leave a like and check out my channel! As always, any advice is welcome! Thanks!', with flair 'Gaming'
+21216 [2020-02-29 21:15:30] '/u/danifernt' has given '/u/SwanCreek' lambda!
+21432 [2020-02-29 21:20:27]
+####################
+[2020-02-29 21:20:27] RESTARTED
+####################
+
+21432 [2020-02-29 21:22:14] There has been a new submission: 'Art Talk 01', with flair 'Vlog'
+21432 [2020-02-29 21:22:16] /u/CreativeFlowArts had their submission removed for insufficient lambda.
+21432 [2020-02-29 21:33:19] '/u/SuperMcGregs' has given '/u/DonkeyGoatDikDik' lambda!
+21432 [2020-02-29 21:33:19] The OP received lambda too!
+21432 [2020-02-29 21:34:45] '/u/ohitsjustlawnce' has given '/u/SuperMcGregs' lambda!
+21432 [2020-02-29 21:34:45] The OP received lambda too!
+21432 [2020-02-29 21:43:53] There has been a new submission: 'Would appreciate any feedback and support! (Still looking for more people to record with!)', with flair 'Gaming'
+21432 [2020-02-29 21:45:45] There has been a new submission: 'I'm a 16 year old rapper and I've been making music for 2 years. Would appreciate feedback and criticism on my latest track :)', with flair 'Art'
+21432 [2020-02-29 21:45:47] /u/eggterminator had their submission removed for insufficient lambda.
+21432 [2020-02-29 21:55:52] There has been a new submission: 'Hey guys if you could support my yt it would mean the world, here’s a black panther edit I made today', with flair 'None'
+21432 [2020-02-29 21:55:53] /u/Serenity_CG had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:04:47] There has been a new submission: 'This me playin a horror game D: Would love to hear what you homies think, feel free to leave a link to a vid you want me to look at too :D', with flair 'Gaming'
+21432 [2020-02-29 22:08:49] There has been a new submission: 'First unboxing video- My trip to the London Pokemon Center', with flair 'Video Critique'
+21432 [2020-02-29 22:08:50] /u/Bakamano had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:11:46] There has been a new submission: 'Sub4sub 10 accounts', with flair 'Gaming'
+21432 [2020-02-29 22:11:48] /u/miscYT had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:12:40] '/u/TNTmonkeyman' has given '/u/DevGin' lambda!
+21432 [2020-02-29 22:12:40] The OP received lambda too!
+21432 [2020-02-29 22:12:53] '/u/TNTmonkeyman' has given '/u/Electric_Mauser' lambda!
+21432 [2020-02-29 22:14:04] There has been a new submission: 'Red fox struggling to carrying a marmot stops to take a break right by my family. Filmed on Mt. Washburn in Yellowstone National Park. Its amazing how relaxed he was coming up the trail past us.', with flair 'Discussion'
+21432 [2020-02-29 22:14:06] /u/Zak_Klein had their submission removed for using the wrong flair.
+21432 [2020-02-29 22:14:54] '/u/SuperMcGregs' has given '/u/DaddyDaughterDollar' lambda!
+21432 [2020-02-29 22:17:18] There has been a new submission: 'Saw this rattler in death valley. Mind critiquing my channel if you got time? 😂', with flair 'Video Critique'
+21432 [2020-02-29 22:17:20] /u/Zak_Klein had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:19:37] There has been a new submission: 'GMV I’m small gaming channel try grow in a big gaming world.', with flair 'Gaming'
+21432 [2020-02-29 22:19:38] /u/RockyDaLizard had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:26:27] There has been a new submission: 'I made a YouTube video talking about my experiences, within a group that has a lot of people saying that it's a cult 😅 I'm really proud of this video and it would help me out a lot if you listened to my story ♥️ thanks', with flair 'None'
+21432 [2020-02-29 22:26:28] /u/Lauren-Saunders had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:32:19] '/u/StreetsofRagequit' has given '/u/SuperMcGregs' lambda!
+21432 [2020-02-29 22:34:15] There has been a new submission: 'Probably the best video we’ve made so far, if you like space and cute things. This is it, LAMBDA for feedback, thoughts, and criticisms!', with flair 'Video Critique'
+21432 [2020-02-29 22:35:40] There has been a new submission: 'Playing the oringal DOOM on our channel! Would love to hear if there is any feedback on this episode or our channel! Giving lambda to all :)', with flair 'Channel Review'
+21432 [2020-02-29 22:36:49] '/u/SuperMcGregs' has given '/u/Jondavis8712' lambda!
+21432 [2020-02-29 22:37:32] '/u/SuperMcGregs' has given '/u/leo-the-cow' lambda!
+21432 [2020-02-29 22:38:59] '/u/XXXEggNog69XXX' has given '/u/harusheyal' lambda!
+21432 [2020-02-29 22:49:08] There has been a new submission: 'This is my first video that I made from some random moments in game, please i need your advice to help me improve, thanks in advance', with flair 'Video Critique'
+21432 [2020-02-29 22:49:09] /u/Dora_Gee had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:51:44] '/u/FineappleFilms' has given '/u/ohitsjustlawnce' lambda!
+21432 [2020-02-29 22:51:44] The OP received lambda too!
+21432 [2020-02-29 22:53:41] There has been a new submission: 'My new vid: "How a Cheese is Made? Mozzarella, Parmigiano, Soft, Blue, and Pigtail Сheeses" What are you think about music in the video?', with flair 'Video Critique'
+21432 [2020-02-29 22:53:43] /u/BrainstormHQ had their submission removed for insufficient lambda.
+21432 [2020-02-29 22:57:56] '/u/SuperMcGregs' has given '/u/StreetsofRagequit' lambda!
+21432 [2020-02-29 22:59:47] '/u/XXXEggNog69XXX' has given '/u/Nichemm' lambda!
+21432 [2020-02-29 23:01:36] '/u/XXXEggNog69XXX' has given '/u/orangesplurt' lambda!
+21432 [2020-02-29 23:11:44] '/u/Hamlet_71' has given '/u/lieutenatdan' lambda!
+21432 [2020-02-29 23:11:44] The OP received lambda too!
+21432 [2020-02-29 23:18:51] '/u/ohitsjustlawnce' has given '/u/2Feet2Worlds' lambda!
+21569 [2020-02-29 23:20:27]
+####################
+[2020-02-29 23:20:27] RESTARTED
+####################
+
+1431 [2020-02-29 23:22:13] Updated statistics
+21569 [2020-02-29 23:22:22] There has been a new submission: 'Really proud of this one! Watch me take my girlfriend on adventures abroad across Philippines! This time Coron island. Hope you like it and if not? Let me know what you think, I’m all ears 🤷🏽‍♂️😊', with flair 'Video Critique'
+21569 [2020-02-29 23:25:55] '/u/Yaniprov' has given '/u/flyingace747' lambda!
+21569 [2020-02-29 23:25:55] The OP received lambda too!
+21569 [2020-02-29 23:28:22] '/u/ohitsjustlawnce' has given '/u/jjconner23' lambda!
+21569 [2020-02-29 23:29:22] There has been a new submission: 'Building a Gaming PC from Cardboard and Junk! Let me know what you think of this video!', with flair 'Video Critique'
+21569 [2020-02-29 23:31:38] There has been a new submission: '50 subscriber special?', with flair 'Discussion'
+21569 [2020-02-29 23:31:52] There has been a new submission: 'This Rainbow Six Siege Video Is Too Funny For the Internet', with flair 'Gaming'
+21569 [2020-02-29 23:31:54] /u/Str8Villains had their submission removed for insufficient lambda.
+21569 [2020-02-29 23:35:03] '/u/PresentDirector' has given '/u/CoolAtlas' lambda!
+21569 [2020-02-29 23:36:09] '/u/PresentDirector' has given '/u/heyiamandrew' lambda!
+21569 [2020-02-29 23:39:59] '/u/PresentDirector' has given '/u/TheZeek245' lambda!
+21569 [2020-02-29 23:41:15] '/u/PresentDirector' has given '/u/GraybekPL_Memes' lambda!
+21569 [2020-02-29 23:46:18] '/u/SuperMcGregs' has given '/u/George_Doors' lambda!
+21569 [2020-02-29 23:51:57] '/u/flyingace747' has given '/u/PresentDirector' lambda!
+21569 [2020-02-29 23:51:57] The OP received lambda too!
+21569 [2020-02-29 23:52:16] '/u/SignedGames' has given '/u/Jondavis8712' lambda!
+21569 [2020-02-29 23:52:16] The OP received lambda too!
+21569 [2020-02-29 23:52:44] '/u/SuperMcGregs' has given '/u/TheWerdOfRa' lambda!
+21569 [2020-02-29 23:52:57] '/u/SignedGames' has given '/u/VreaL37' lambda!
+21569 [2020-02-29 23:53:13] '/u/SuperMcGregs' has given '/u/PresentDirector' lambda!
+21569 [2020-02-29 23:54:58] '/u/SuperMcGregs' has given '/u/2Feet2Worlds' lambda!
+21569 [2020-02-29 23:58:44] '/u/PresentDirector' has given '/u/tommyboy_lr' lambda!
+21569 [2020-02-29 23:59:44] '/u/PresentDirector' has given '/u/mightbawesome' lambda!
+21569 [2020-03-01 00:00:39] '/u/PresentDirector' has given '/u/benscollection' lambda!
+21569 [2020-03-01 00:01:41] '/u/PresentDirector' has given '/u/MrCromy' lambda!
+21569 [2020-03-01 00:01:54] '/u/OneFor56' has given '/u/Jondavis8712' lambda!
+21569 [2020-03-01 00:01:54] The OP received lambda too!
+21569 [2020-03-01 00:02:08] '/u/PresentDirector' has given '/u/Dora_Gee' lambda!
+21569 [2020-03-01 00:02:33] There has been a new submission: 'First time speaking to the camera', with flair 'Video Critique'
+21569 [2020-03-01 00:02:35] /u/Prestigious_Writer had their submission removed for insufficient lambda.
+21569 [2020-03-01 00:02:46] '/u/PresentDirector' has given '/u/JudgeCreed' lambda!
+21569 [2020-03-01 00:10:39] There has been a new submission: 'Opening 100 Pokémon online packs! pt1', with flair 'Gaming'
+21569 [2020-03-01 00:10:42] /u/DefualtDez had their submission removed for insufficient lambda.
+21569 [2020-03-01 00:12:43] There has been a new submission: 'Kadhayariyathe | Flowers | Epi#63', with flair 'Channel Review'
+21569 [2020-03-01 00:12:46] /u/amazon1977 had their submission removed for insufficient lambda.
+21569 [2020-03-01 00:13:04] There has been a new submission: 'PARACAS, PERU. where the desert meets the ocean | My Travel Journal Vlog', with flair 'Vlog'
+21569 [2020-03-01 00:13:06] /u/My_Travel_Journal had their submission removed for insufficient lambda.
+21569 [2020-03-01 00:16:26] '/u/Yaniprov' has given '/u/PresentDirector' lambda!
+21569 [2020-03-01 00:17:23] '/u/PresentDirector' has given '/u/SwanCreek' lambda!
+21569 [2020-03-01 00:17:34] There has been a new submission: 'Opening 100 Pokémon online packs! pt1', with flair 'Video Critique'
+21569 [2020-03-01 00:17:35] /u/DefualtDez had their submission removed for insufficient lambda.
+21569 [2020-03-01 00:18:26] '/u/Yaniprov' has given '/u/2Feet2Worlds' lambda!
+21569 [2020-03-01 00:21:24] There has been a new submission: 'Here’s a recent tutorial video idea I had, and quickly turned around into a final product before thinking too hard on it and psyching myself out. If anybody edits/shares videos on console with ShareFactory, this 1:38 vid could save you a ton of hassle! 👌 should I continue this series???', with flair 'Video Critique'
+21569 [2020-03-01 00:23:17] '/u/flyingace747' has given '/u/My_Travel_Journal' lambda!
+21569 [2020-03-01 00:23:30] '/u/Electric_Mauser' has given '/u/CoolAtlas' lambda!
+21569 [2020-03-01 00:29:22] There has been a new submission: 'Started this channel just to catalog the squads crazy gaming edits we make for each other. I’ve slowly been putting more time and love into the editing this year. Hoping it pays off! Looking for feedback and suggestions plz 😊', with flair 'Video Critique'
+21569 [2020-03-01 00:44:29] There has been a new submission: 'Newer Travel / History / Culture YT Content Creator Wanting Feedback', with flair 'Channel Review'
+21569 [2020-03-01 00:48:06] There has been a new submission: 'Just reached 10 subscribers!', with flair 'Discussion'
+21569 [2020-03-01 00:53:55] There has been a new submission: 'Dragon warrior nes', with flair 'Gaming'
+21569 [2020-03-01 00:53:56] /u/Jonah_C_Powell had their submission removed for insufficient lambda.
+21569 [2020-03-01 01:01:03] There has been a new submission: 'This is a new series I started on my channel showing me doing a bunch of things and I just wanted to know what people think!', with flair 'Video Critique'
+21569 [2020-03-01 01:06:11] '/u/Dog_Bit' has given '/u/ImmaBeAWhiteGuy' lambda!
+21569 [2020-03-01 01:07:37] {ERROR}
+21569 [2020-03-01 01:07:41] '/u/MagicWolfPlayz' has given '/u/pinappleonpizza123' lambda!
+21569 [2020-03-01 01:07:50] {ERROR}
+21569 [2020-03-01 01:16:43] There has been a new submission: 'I need your opinion:', with flair 'Channel Review'
+21569 [2020-03-01 01:16:44] /u/Bamdian had their submission removed for insufficient lambda.
+21791 [2020-03-01 01:20:28]
+####################
+[2020-03-01 01:20:28] RESTARTED
+####################
+
+21791 [2020-03-01 01:21:32] '/u/superwatt123' has given '/u/notsafetowork' lambda!
+21791 [2020-03-01 01:21:32] The OP received lambda too!
+21791 [2020-03-01 01:22:47] {ERROR}
+21791 [2020-03-01 01:36:28] There has been a new submission: 'Corn pop was a bad dude', with flair 'Art'
+21791 [2020-03-01 01:36:29] /u/NOTthesplonker had their submission removed for insufficient lambda.
+21791 [2020-03-01 01:36:47] There has been a new submission: 'Just was wondering what y’all thoughts where This video', with flair 'None'
+21791 [2020-03-01 01:36:48] /u/thom33456 had their submission removed for insufficient lambda.
+21791 [2020-03-01 01:38:22] There has been a new submission: 'HILARIOUS new vid I’d really appreciate it if you checked it out', with flair 'Gaming'
+21791 [2020-03-01 01:38:23] /u/YTAfrozilla had their submission removed for insufficient lambda.
+21791 [2020-03-01 01:38:59] '/u/soyboy815' has given '/u/Entity42og' lambda!
+21791 [2020-03-01 01:38:59] The OP received lambda too!
+21791 [2020-03-01 01:42:34] '/u/soyboy815' has given '/u/Entity42og' lambda!
+21791 [2020-03-01 01:42:34] The OP received lambda too!
+21791 [2020-03-01 01:48:57] There has been a new submission: 'Would like feedback on my thumbnails, please!', with flair 'None'
+21791 [2020-03-01 01:48:58] /u/beefiesmalls had their submission removed for insufficient lambda.
+21791 [2020-03-01 02:11:15] There has been a new submission: 'Tried posting earlier and didn't get feedback. Any feedback on this video / thumbnail would be greatly appreciated :)', with flair 'Video Critique'
+21791 [2020-03-01 02:13:23] '/u/2Feet2Worlds' has given '/u/notsafetowork' lambda!
+21791 [2020-03-01 02:13:23] The OP received lambda too!
+21791 [2020-03-01 02:14:27] There has been a new submission: 'My 100 Subscriber Special', with flair 'Video Critique'
+21791 [2020-03-01 02:14:28] /u/Hawkeye91803 had their submission removed for insufficient lambda.
+21791 [2020-03-01 02:18:04] '/u/PresentDirector' has given '/u/Meagcherry' lambda!
+21791 [2020-03-01 02:18:32] There has been a new submission: '[Passionfruit Music Video Edit with Commercials!]', with flair 'Art'
+21791 [2020-03-01 02:18:33] /u/vesouls had their submission removed for insufficient lambda.
+21791 [2020-03-01 02:20:07] There has been a new submission: 'This vlog marks a massive milestone in my life. Would love your honest feedback!', with flair 'Vlog'
+21791 [2020-03-01 02:22:56] There has been a new submission: 'League of Legends every bronze ranked game! The less I know the better & Sexy back', with flair 'Gaming'
+21791 [2020-03-01 02:22:58] /u/LIL-FEEDER-YT had their submission removed for insufficient lambda.
+21791 [2020-03-01 02:30:56] '/u/SuperMcGregs' has given '/u/VreaL37' lambda!
+21791 [2020-03-01 02:32:11] '/u/SuperMcGregs' has given '/u/Entity42og' lambda!
+21791 [2020-03-01 02:33:40] '/u/SuperMcGregs' has given '/u/Paul_francis' lambda!
+21791 [2020-03-01 02:36:43] '/u/soyboy815' has given '/u/Dora_Gee' lambda!
+21791 [2020-03-01 02:37:23] {ERROR}
+21791 [2020-03-01 02:37:33] '/u/SuperMcGregs' has given '/u/Dora_Gee' lambda!
+21791 [2020-03-01 02:37:44] '/u/superwatt123' has given '/u/GrumpyBottom_YT' lambda!
+21791 [2020-03-01 02:37:56] {ERROR}
+21791 [2020-03-01 02:40:15] '/u/soyboy815' has given '/u/GrumpyBottom_YT' lambda!
+21791 [2020-03-01 02:43:12] There has been a new submission: 'Hi, I'm a very small YouTuber who doesn't really have a following that actually watches my videos. I have no actual recording equipment, only my phone, so keep that in mind while criticising! Hope y'all enjoy!', with flair 'Gaming'
+21791 [2020-03-01 02:55:28] '/u/Entity42og' has given '/u/leo-the-cow' lambda!
+21791 [2020-03-01 02:55:28] The OP received lambda too!
+21791 [2020-03-01 03:03:24] There has been a new submission: 'Curious PlaneSpotter', with flair 'Channel Review'
+21791 [2020-03-01 03:03:25] /u/DRENEWEDITION_REDDIT had their submission removed for insufficient lambda.
+21791 [2020-03-01 03:05:40] There has been a new submission: 'I GOT FEATURED IN PRESTIEGE CLIPS!!!', with flair 'Discussion'
+21791 [2020-03-01 03:06:11] '/u/SuperMcGregs' has given '/u/PossibleDreamer' lambda!
+21791 [2020-03-01 03:11:21] There has been a new submission: 'Travel Vlog Bantayan Island Cebu Philippines - 5th Wheeling on Valentine's Weekend | Hi guys! check out my latest vlog at one of Cebu's many beautiful getaways - Bantayan Island. I hope you guys enjoy and drop a like and subscribe for MORE! appreciate the time~~', with flair 'Vlog'
+21791 [2020-03-01 03:11:23] /u/JahniBoi had their submission removed for insufficient lambda.
+21791 [2020-03-01 03:13:49] There has been a new submission: 'Arrival of a Train at La Ciotat The Lumière Brothers, 1896 HD', with flair 'Art'
+21791 [2020-03-01 03:13:51] /u/DailyComedy had their submission removed for insufficient lambda.
+21928 [2020-03-01 03:20:28]
+####################
+[2020-03-01 03:20:28] RESTARTED
+####################
+
+21928 [2020-03-01 03:21:24] There has been a new submission: 'Any advice? Giving lambda', with flair 'Discussion'
+21928 [2020-03-01 03:21:31] There has been a new submission: 'Just started on youtube looking for some improvements! Any advice is welcome :)', with flair 'Video Critique'
+21928 [2020-03-01 03:21:33] /u/GeologieCosmetics had their submission removed for insufficient lambda.
+21928 [2020-03-01 03:23:31] There has been a new submission: 'For those of you who dont like to read, I just uploaded my first video on my channel dedicated to reading Reddit stories. If yall can give me some feedback that would be much appreciated. Thanks!', with flair 'Video Critique'
+21928 [2020-03-01 03:23:33] /u/redderhunt had their submission removed for insufficient lambda.
+21928 [2020-03-01 03:23:54] There has been a new submission: 'I have created a series of small travel Snapshots. Just a few minutes each, little commentary, just some vignettes of some cools things I was able to experience. Here's the first one (A few more in comments to compare). Love to hear what you think. Newest one is...', with flair 'Video Critique'
+21928 [2020-03-01 03:30:31] There has been a new submission: 'My first Voiceover [as Simon from Gurren Lagann] and Video on Youtube. Thoughts?', with flair 'None'
+21928 [2020-03-01 03:30:33] /u/DrunkFishLiz3rd had their submission removed for insufficient lambda.
+21928 [2020-03-01 03:35:09] There has been a new submission: 'Watch me blow up a mountain with 20,000 tnt in Minecraft :) Feedback appreciated! (3rd time editing)', with flair 'Gaming'
+21928 [2020-03-01 03:35:11] /u/TheCheeseDud had their submission removed for insufficient lambda.
+21928 [2020-03-01 03:38:16] '/u/allages69' has given '/u/maxjoness' lambda!
+21928 [2020-03-01 03:38:46] There has been a new submission: 'Starting channel from scratch would appreciate some tips and advice 👍', with flair 'Channel Review'
+21928 [2020-03-01 03:38:47] /u/VarietyCache had their submission removed for insufficient lambda.
+21928 [2020-03-01 03:39:21] '/u/Wheres-Teddy' has given '/u/UndeadNate' lambda!
+21928 [2020-03-01 03:39:21] The OP received lambda too!
+21928 [2020-03-01 03:43:28] There has been a new submission: 'Need some POV insight on latest YT skit!', with flair 'Video Critique'
+21928 [2020-03-01 03:55:41] '/u/notsafetowork' has given '/u/2Feet2Worlds' lambda!
+21928 [2020-03-01 03:55:41] The OP received lambda too!
+21928 [2020-03-01 04:16:11] '/u/hf_vlogs1' has given '/u/b_hoves' lambda!
+21928 [2020-03-01 04:37:03] There has been a new submission: 'A recent song of mine! A youtuber friend posted one of my songs that was unfortunately deleted but it will be back up tonight let me know what you think!', with flair 'Video Critique'
+21928 [2020-03-01 04:37:05] /u/deathmetalpedal had their submission removed for insufficient lambda.
+21928 [2020-03-01 04:52:26] '/u/Yaniprov' has given '/u/TheRealJyro' lambda!
+21928 [2020-03-01 04:52:47] {ERROR}
+21928 [2020-03-01 04:59:13] There has been a new submission: 'Outlast 2 | Part 2 (NOTE 35:20 IS BEST PART)', with flair 'Gaming'
+21928 [2020-03-01 04:59:14] /u/wall-e_games had their submission removed for insufficient lambda.
+21928 [2020-03-01 05:09:41] There has been a new submission: 'Review my content', with flair 'None'
+21928 [2020-03-01 05:09:41] /u/Madmiller369 had their submission removed for insufficient lambda.
+21928 [2020-03-01 05:10:06] '/u/soyboy815' has given '/u/ProGamingGuy123' lambda!
+21928 [2020-03-01 05:12:05] '/u/PresentDirector' has given '/u/DanyFeature' lambda!
+22068 [2020-03-01 05:20:28]
+####################
+[2020-03-01 05:20:28] RESTARTED
+####################
+
+22068 [2020-03-01 05:38:42] There has been a new submission: 'Thrifting !', with flair 'Vlog'
+22068 [2020-03-01 05:38:43] /u/Stoicalien had their submission removed for insufficient lambda.
+22068 [2020-03-01 05:40:24] '/u/danifernt' has given '/u/maxjoness' lambda!
+22068 [2020-03-01 05:41:19] '/u/danifernt' has given '/u/pinappleonpizza123' lambda!
+22068 [2020-03-01 05:41:39] There has been a new submission: 'Secret Hitler Hawaiian Vacation', with flair 'Vlog'
+22068 [2020-03-01 05:41:41] /u/aggravated_vlogger had their submission removed for insufficient lambda.
+22068 [2020-03-01 05:55:49] '/u/layolandat' has given '/u/PresentDirector' lambda!
+22068 [2020-03-01 05:55:50] The OP received lambda too!
+22068 [2020-03-01 05:59:45] '/u/SwanCreek' has given '/u/pinappleonpizza123' lambda!
+22068 [2020-03-01 05:59:45] The OP received lambda too!
+22068 [2020-03-01 06:00:34] '/u/SwanCreek' has given '/u/leo-the-cow' lambda!
+22068 [2020-03-01 06:00:48] '/u/layolandat' has given '/u/aggravated_vlogger' lambda!
+22068 [2020-03-01 06:01:02] '/u/SwanCreek' has given '/u/My_Travel_Journal' lambda!
+22068 [2020-03-01 06:08:53] {ERROR}
+22068 [2020-03-01 06:12:14] '/u/robbit9' has given '/u/finbud117' lambda!
+22068 [2020-03-01 06:18:23] '/u/robbit9' has given '/u/aggravated_vlogger' lambda!
+22068 [2020-03-01 06:45:23] '/u/SuperMcGregs' has given '/u/SwanCreek' lambda!
+22068 [2020-03-01 07:16:34] {ERROR} Could not decode to UTF-8 column 'prawID' with text 'f1pfb11'
+22068 [2020-03-01 07:18:20] '/u/PresentDirector' has given '/u/Supeelok99' lambda!
+22068 [2020-03-01 07:18:30] '/u/SuperMcGregs' has given '/u/aggravated_vlogger' lambda!
+22068 [2020-03-01 07:18:34] '/u/robbit9' has given '/u/Meagcherry' lambda!
+22068 [2020-03-01 07:18:39] '/u/SuperMcGregs' has given '/u/DanyFeature' lambda!
+22068 [2020-03-01 07:18:43] '/u/SuperMcGregs' has given '/u/dotSlashASMR' lambda!
+22068 [2020-03-01 07:18:47] There has been a new submission: 'Need For Speed: Most Wanted 2005 I Gameplay Part 3 - BLACKLIST 14 Tazz', with flair 'Gaming'
+22068 [2020-03-01 07:18:48] /u/asdiragaming had their submission removed for insufficient lambda.
+22068 [2020-03-01 07:18:50] There has been a new submission: 'This video is a work-in-progress about visiting my dad's childhood home. I would appreciate any feedback on story, title suggestions, and any elements you feel are missing or need work. Giving Lambda for helpful and thoughtful critiques.', with flair 'Video Critique'
+22068 [2020-03-01 07:18:54] There has been a new submission: 'A cinematic travel film of my most recent trip to Ecuador.', with flair 'None'
+22068 [2020-03-01 07:18:57] There has been a new submission: 'I would like a channel review ❤️ i need advice because i struggle when it comes to views', with flair 'Channel Review'
+22068 [2020-03-01 07:18:58] /u/Dua_Remedy had their submission removed for insufficient lambda.
+22068 [2020-03-01 07:19:00] There has been a new submission: 'I don't care about copyright claims, or how old i am.', with flair 'Meta'
+22068 [2020-03-01 07:19:01] /u/clichename123 had their submission removed for using the wrong flair.
+22068 [2020-03-01 07:19:03] There has been a new submission: 'This video isnt the best ik but i think its the hardest ive worked on', with flair 'Video Critique'
+22068 [2020-03-01 07:19:03] /u/Dua_Remedy had their submission removed for insufficient lambda.
+22068 [2020-03-01 07:19:08] '/u/OneFor56' has given '/u/maxjoness' lambda!
+22068 [2020-03-01 07:19:12] '/u/MoskitoDan' has given '/u/allages69' lambda!
+22068 [2020-03-01 07:19:15] '/u/About30NinjasYT' has given '/u/JudgeCreed' lambda!
+22068 [2020-03-01 07:19:18] '/u/robbit9' has given '/u/PresentDirector' lambda!
+22673 [2020-03-01 07:20:28]
+####################
+[2020-03-01 07:20:28] RESTARTED
+####################
+
+22673 [2020-03-01 07:26:13] '/u/tommygun98' has given '/u/emli42' lambda!
+22673 [2020-03-01 07:26:14] The OP received lambda too!
+22673 [2020-03-01 07:27:51] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/comments/?limit=73&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f645381b710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+22673 [2020-03-01 07:27:55] {ERROR} error with request HTTPSConnectionPool(host='oauth.reddit.com', port=443): Max retries exceeded with url: /r/SmallYTChannel/new?limit=99&raw_json=1 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f6450f76da0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+1339 [2020-03-01 18:01:47]
+####################
+[2020-03-01 18:01:47] RESTARTED
+####################
+
+1339 [2020-03-01 18:01:51] '/u/andyhanlon' has given '/u/DarkLord152' lambda!
+1339 [2020-03-01 18:01:52] The OP received lambda too!
+1339 [2020-03-01 18:02:05] '/u/PresentDirector' has given '/u/DarkLord152' lambda!
+1339 [2020-03-01 18:02:05] The OP received lambda too!
+1339 [2020-03-01 18:02:18] '/u/tjelsie' has given '/u/PresentDirector' lambda!
+1339 [2020-03-01 18:02:18] The OP received lambda too!
+1339 [2020-03-01 18:02:29] '/u/superwatt123' has given '/u/PresentDirector' lambda!
+1339 [2020-03-01 18:02:39] '/u/TheRealJyro' has given '/u/orangesplurt' lambda!
+1339 [2020-03-01 18:02:39] The OP received lambda too!
+1339 [2020-03-01 18:02:53] '/u/PresentDirector' has given '/u/CeypticKing_YT' lambda!
+1339 [2020-03-01 18:03:02] '/u/lieutenatdan' has given '/u/leo-the-cow' lambda!
+1339 [2020-03-01 18:03:02] The OP received lambda too!
+1339 [2020-03-01 18:03:21] '/u/leo-the-cow' has given '/u/Supeelok99' lambda!
+1339 [2020-03-01 18:03:21] The OP received lambda too!
+1339 [2020-03-01 18:03:38] '/u/PresentDirector' has given '/u/rondislap' lambda!
+1339 [2020-03-01 18:03:48] '/u/PresentDirector' has given '/u/terriblephotographs' lambda!
+1339 [2020-03-01 18:03:58] '/u/PresentDirector' has given '/u/evanrobbain' lambda!
+1339 [2020-03-01 18:04:07] '/u/PresentDirector' has given '/u/centyauro' lambda!
+1339 [2020-03-01 18:04:17] '/u/tjelsie' has given '/u/mattfaris' lambda!
+1339 [2020-03-01 18:04:44] There has been a new submission: 'Latest video (Old but I’d really appreciate opinions and suggestions for new videos)', with flair 'Video Critique'
+1339 [2020-03-01 18:04:45] /u/Tront_ had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:04:51] There has been a new submission: 'I Suck at Rocket League', with flair 'Gaming'
+1339 [2020-03-01 18:04:53] /u/BennettPlays had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:04:58] There has been a new submission: 'Good to be back after 2 weeks! Here is just me & some Auzzie guy having some sweet banter in Emerald Valley SMP! Positive critiques get lambda!', with flair 'Video Critique'
+1339 [2020-03-01 18:05:05] There has been a new submission: 'The Way of The Superior Man - Motivational Video', with flair 'Vlog'
+1339 [2020-03-01 18:05:07] /u/Martial_X had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:12] There has been a new submission: 'TO DRINK OR NOT TO DRINK?', with flair 'Gaming'
+1339 [2020-03-01 18:05:13] /u/DjDrone410 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:19] There has been a new submission: '[Channel Critique] JB Weekly Channel', with flair 'Gaming'
+1339 [2020-03-01 18:05:20] /u/JBWeekly had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:26] There has been a new submission: 'Ryzen 5 3600 CPU benchmark, AMD vs Intel the infinite Battle, #versus March 2020', with flair 'Thumbnail Review'
+1339 [2020-03-01 18:05:27] /u/mshordja had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:33] There has been a new submission: 'Created a video game podcast with some friends called Nerdic Gods and feedback would be appreciated.', with flair 'None'
+1339 [2020-03-01 18:05:34] /u/CLASSIESTCHIMP209 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:40] There has been a new submission: 'Some gamers around? Give some constructive criticisms and if you like it some support', with flair 'None'
+1339 [2020-03-01 18:05:41] /u/Shadow08631 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:47] There has been a new submission: 'I just started a YouTube channel and thought posting her might help', with flair 'None'
+1339 [2020-03-01 18:05:48] /u/sadnarutoflute had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:05:54] There has been a new submission: 'Ive got...', with flair 'Discussion'
+1339 [2020-03-01 18:05:59] There has been a new submission: 'Drop a sub if you want I'm a gaming channel and I play r6 mw and RL on ps4', with flair 'Gaming'
+1339 [2020-03-01 18:06:00] /u/DextrgamingYT had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:06:06] There has been a new submission: 'Does having a legacy YouTube account hinder its success?', with flair 'None'
+1339 [2020-03-01 18:06:12] There has been a new submission: 'Two of the best Apple Watch accessories.', with flair 'Channel Review'
+1339 [2020-03-01 18:06:13] /u/dyne-nine had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:06:19] There has been a new submission: 'A did a new video. Repurposing My Sacred Space - A Scale Modellers Workbench. Please can you review and give constructive criticism and ill give Lambda to all who respond. Cheers', with flair 'Channel Review'
+1339 [2020-03-01 18:06:25] There has been a new submission: 'Hi All. I have done this before, but I had one viewer that liked it that much that he wanted me to repeat it, and since then the game has changed drastically, so I thought I'd do it again. Kevin is one of my favourites on Youtube, so this is my weird tribute to him. Good Feedback = Lambda. Thank You', with flair 'Video Critique'
+1339 [2020-03-01 18:06:32] There has been a new submission: 'TTS channel', with flair 'Channel Review'
+1339 [2020-03-01 18:06:33] /u/SloyoSussex had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:06:39] There has been a new submission: 'How can make this video better - We Need To Do Better - Pop Smoke Tribute Video', with flair 'Video Critique'
+1339 [2020-03-01 18:06:40] /u/LightFlick had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:06:45] There has been a new submission: 'Need For Speed: Most Wanted 2005 I Gameplay Part 3 - BLACKLIST 14 Tazz', with flair 'Gaming'
+1339 [2020-03-01 18:06:47] /u/asdiragaming had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:06:52] There has been a new submission: 'GET TO KNOW ME!!', with flair 'None'
+1339 [2020-03-01 18:06:53] /u/prettyface69 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:06:58] There has been a new submission: 'my favourite vid I've made and its only 20 seconds', with flair 'Gaming'
+1339 [2020-03-01 18:07:05] There has been a new submission: 'Tried a slightly new format, got a bit of praise from regulars but would love some input from you guys :)', with flair 'Video Critique'
+1339 [2020-03-01 18:07:11] There has been a new submission: 'Pleas subscribe', with flair 'None'
+1339 [2020-03-01 18:07:12] /u/Ranger-verseYT had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:18] There has been a new submission: 'GIANT COMPANY USES MORDHAU AS TRAINING MODULE???', with flair 'Gaming'
+1339 [2020-03-01 18:07:19] /u/CapoGroup had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:24] There has been a new submission: 'Jermey Corbyn vs Boris #1 can you give me advice please.', with flair 'Video Critique'
+1339 [2020-03-01 18:07:25] /u/mayostudios had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:30] There has been a new submission: 'My friend has recently taken over me in subs and I need your help.', with flair 'None'
+1339 [2020-03-01 18:07:31] /u/MaZefYeet had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:36] There has been a new submission: 'I'm learning to you how make your desktop look better !', with flair 'Art'
+1339 [2020-03-01 18:07:37] /u/kazaitzan had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:42] There has been a new submission: 'Some Scary GMOD Murder', with flair 'Gaming'
+1339 [2020-03-01 18:07:43] /u/CoinPalace had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:48] There has been a new submission: 'Is the channel name “Fierce Diety” cringey or not?', with flair 'None'
+1339 [2020-03-01 18:07:50] /u/pengalehawk had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:07:55] There has been a new submission: 'DATING APPS, PIERCINGS AND CORONAVIRUS | FEBRUARY 2020', with flair 'Vlog'
+1339 [2020-03-01 18:07:56] /u/martas-universe had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:01] There has been a new submission: 'My first skit - When you're left alone with that weird friend', with flair 'Vlog'
+1339 [2020-03-01 18:08:02] /u/Grandwhish had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:06] There has been a new submission: 'My first blender meme', with flair 'Video Critique'
+1339 [2020-03-01 18:08:07] /u/Moose1030 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:12] There has been a new submission: '2019 Joker in GTA V 🤡🔔👍', with flair 'Gaming'
+1339 [2020-03-01 18:08:13] /u/Boing_gaming had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:18] There has been a new submission: 'My latest vlog was when the Cambridge Footlights sent me and my friends to go and perform with the Durham Revue! This was really exciting, and also a first for the footlights (they had never been represented by a non-white cast at this event) but check it out below!', with flair 'Vlog'
+1339 [2020-03-01 18:08:19] /u/memestogenes had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:24] There has been a new submission: 'Hey Everyone! I’ve created a video showing 2 different challenges in COD: Modern Warfare. I want these videos to become a series and like the stupid-olympics. Hope you all enjoy, if you think I can improve anywhere please let me know! If you enjoy please hit that Subscribe button.', with flair 'None'
+1339 [2020-03-01 18:08:30] There has been a new submission: 'Giving lambda to people who give good advice and subscribe! I started my channel about a week ago, and it would help massively if you could check it out. Any feedback is greatly appreciated and I will give lambda to people who do so, or subscribe. Thank you!', with flair 'Channel Review'
+1339 [2020-03-01 18:08:36] There has been a new submission: 'Is inFamous as BAD as I remember? Spent a lot of time on the visuals of this video. Any feedback is welcome :)', with flair 'Video Critique'
+1339 [2020-03-01 18:08:42] There has been a new submission: 'Started a kayak fishing YouTube channel', with flair 'Vlog'
+1339 [2020-03-01 18:08:43] /u/BrownTrout711 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:47] There has been a new submission: 'Hi, I'm making animated videos for electronic music (usually for unpopular/new artists). This is my third video. I would be glad to read some tips about animation/video editing and tricks on how to push my channel forward for more views and subs 😋', with flair 'Video Critique'
+1339 [2020-03-01 18:08:48] /u/Akedon had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:52] There has been a new submission: 'Survival world tour showcasing my building skills', with flair 'Gaming'
+1339 [2020-03-01 18:08:53] /u/homelessgrandma had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:08:58] There has been a new submission: 'hey guys, i just dropped my 3rd video on youtube. i would love for somebody to check it out and drop me some feedback! I'm happy to return the favour too! 🙂 i attempted a fortnite Synced montage, i think i pulled it off..😆', with flair 'Video Critique'
+1339 [2020-03-01 18:08:59] /u/tudzde had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:03] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 12 - Paula Madera (GR Breakpoint)', with flair 'Gaming'
+1339 [2020-03-01 18:09:04] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:08] There has been a new submission: 'Almost a week!', with flair 'Video Critique'
+1339 [2020-03-01 18:09:12] There has been a new submission: 'Parody of youtube giveaway scams! I got so much great feedback last time so I giving Lambda for any advice or critique.', with flair 'Video Critique'
+1339 [2020-03-01 18:09:17] There has been a new submission: 'Breathtaking and funny images and videos which are trending on the internet - PART I', with flair 'Channel Review'
+1339 [2020-03-01 18:09:18] /u/Mechanophiliaa had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:22] There has been a new submission: 'Any thoughts about this video? I really liked this one so I thought to ask for opinions :)', with flair 'Video Critique'
+1339 [2020-03-01 18:09:23] /u/barretthaha had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:27] There has been a new submission: 'What do you like to watch?', with flair 'Discussion'
+1339 [2020-03-01 18:09:30] There has been a new submission: 'A Video I made About Learning the Rubik’s Cube, Hope its Not a Waste of Time for You', with flair 'Video Critique'
+1339 [2020-03-01 18:09:31] /u/TweeterParker had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:35] There has been a new submission: 'Any tips for building a bigger audience/gaining a new audience?', with flair 'Channel Review'
+1339 [2020-03-01 18:09:39] There has been a new submission: 'Hey guys, I’m fairly new at this and have only posted 4 videos. Would anyone be able to critique my video and let me know where I’m lacking? I want to be able to push out better content so that I can get more views and subscribers, thank you!', with flair 'Video Critique'
+1339 [2020-03-01 18:09:39] /u/Gaming-N-DimSum had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:42] There has been a new submission: 'conect with me by link', with flair 'Vlog'
+1339 [2020-03-01 18:09:43] /u/huynhdvq had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:46] There has been a new submission: 'Brand new Just released song review on my music channel music review new, song review reaction, In depth analysis of Alan Jackson Remember When Genre Country #Alan Jackson #Countrymusic #country #rememberwhen #BothLots', with flair 'Vlog'
+1339 [2020-03-01 18:09:47] /u/BeatsHeartLyricsSoul had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:50] There has been a new submission: 'I started an art channel! Let me know what you think by leaving comments on the video', with flair 'Art'
+1339 [2020-03-01 18:09:50] /u/tanishasnow had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:53] There has been a new submission: 'Hi, I'm a small gaming channel, I mainly play fortnite on my switch and phone. I have 2 low spec devices so I'm tryna be the best 30fps player, please like, sub and comment if you could please', with flair 'Gaming'
+1339 [2020-03-01 18:09:54] /u/Adeiria had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:09:56] There has been a new submission: 'Trying to see if this content is good enough, any suggestions are appreciated <3', with flair 'Video Critique'
+1339 [2020-03-01 18:10:01] There has been a new submission: 'Acrylic painting on canvas', with flair 'Vlog'
+1339 [2020-03-01 18:10:02] /u/beingckr had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:10:10] There has been a new submission: 'RETRO SUNDAYS | Super Mario 64 (Good feedback = lambda)', with flair 'Video Critique'
+1339 [2020-03-01 18:10:19] There has been a new submission: 'POV Street Photography In The Colorful City Of Old San Juan Puerto Rico', with flair 'Vlog'
+1339 [2020-03-01 18:10:21] /u/acenoguera had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:10:28] There has been a new submission: 'Taking in feedback and trying to improve, let me know how I can improve even more 💪🏿', with flair 'None'
+1339 [2020-03-01 18:10:30] /u/RollSafeG1 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:10:38] There has been a new submission: 'i just learned How To Close a Door ! WTF?', with flair 'Video Critique'
+1339 [2020-03-01 18:10:40] /u/ferown001 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:10:47] There has been a new submission: 'Sound Problem', with flair 'Discussion'
+1339 [2020-03-01 18:10:55] There has been a new submission: 'Started implementing background music', with flair 'Gaming'
+1339 [2020-03-01 18:10:57] /u/cold_nut had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:11:05] There has been a new submission: 'Reaction to sounds that will trigger fight or flight', with flair 'Video Critique'
+1339 [2020-03-01 18:11:07] /u/Pluto-abe had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:11:14] There has been a new submission: 'URGENT TO ALL CREATOR'S!', with flair 'Discussion'
+1339 [2020-03-01 18:11:22] There has been a new submission: 'Hey community! I’m making a “cinematic gameplay” series in No Man’s Sky with an emphasis on editing and production value. Here’s one of the episodes (not the first, FYI). I welcome all feedback (channel, video, whatever) and am happy to give lambda ;)', with flair 'Gaming'
+1339 [2020-03-01 18:11:31] There has been a new submission: 'What's your plan B. If You Loose Your Footages?', with flair 'Discussion'
+1339 [2020-03-01 18:11:38] There has been a new submission: 'First vid in a while any thoughts?', with flair 'Video Critique'
+1339 [2020-03-01 18:11:40] /u/Ko-Decoy had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:11:48] There has been a new submission: 'Should I change this thumbnail??', with flair 'Thumbnail Review'
+1339 [2020-03-01 18:11:50] /u/JealousHalf had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:11:57] There has been a new submission: 'TRY NOT TO LOOK AWAY CHALLENGE (REACTION)', with flair 'Vlog'
+1339 [2020-03-01 18:11:59] /u/jamalviral had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:12:06] There has been a new submission: 'Bricklaying nice afternoon watch', with flair 'Vlog'
+1339 [2020-03-01 18:12:08] /u/markhep had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:12:15] There has been a new submission: 'What do you think about my channel? Please check out my channel and tell me what you think about it. ( I know I don’t really have a niche) Will be giving lambda.', with flair 'None'
+1339 [2020-03-01 18:12:22] There has been a new submission: 'Challenging myself to stay inspired and keep creating!', with flair 'Discussion'
+1339 [2020-03-01 18:12:24] /u/mattfaris had their submission removed for using the wrong flair.
+1339 [2020-03-01 18:12:31] There has been a new submission: 'If Writing had AutoCorrect | Skiat Central', with flair 'Vlog'
+1339 [2020-03-01 18:12:33] /u/OfficalHero had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:12:40] There has been a new submission: 'What do you all think about this video? It’s called “Leo the Miracle Cow” It’s basically the story of one of my cows. I appreciate all feedback. Will be giving lambda', with flair 'None'
+1339 [2020-03-01 18:12:48] There has been a new submission: 'Resident Evil Original (1996) (Jill) Let's Play Episode/Part 6 Gameplay Walkthrough Blind Facecam', with flair 'None'
+1339 [2020-03-01 18:12:51] /u/loopy2mn had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:12:57] There has been a new submission: 'I built this Shrek out of Matches over the course of a few weeks and would really appreciate it if you guys could comment on the video :) Thanks', with flair 'Channel Review'
+1339 [2020-03-01 18:13:06] There has been a new submission: 'NEVER DOUBT YOURSELF', with flair 'Discussion'
+1339 [2020-03-01 18:13:08] /u/jward005 had their submission removed for using the wrong flair.
+1339 [2020-03-01 18:13:14] There has been a new submission: 'New rocket league video i made. I used a less edited video this time.', with flair 'Video Critique'
+1339 [2020-03-01 18:13:23] There has been a new submission: 'Is anyone else slowing down their schedule or tak a break altogether?', with flair 'Discussion'
+1339 [2020-03-01 18:13:31] There has been a new submission: 'Any tips on how I can improve on my video making skills. Will give lambda to helpful comments!', with flair 'Video Critique'
+1339 [2020-03-01 18:13:39] There has been a new submission: '‪MOST Ecchi BORDERLINE HENTAI Anime Tier List‬', with flair 'Channel Review'
+1339 [2020-03-01 18:13:41] /u/phillslifestyle had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:13:53] '/u/cheekynandos058' has given '/u/CiaraMulligan' lambda!
+1339 [2020-03-01 18:13:53] The OP received lambda too!
+1339 [2020-03-01 18:14:05] '/u/andyhanlon' has given '/u/CiaraMulligan' lambda!
+1339 [2020-03-01 18:14:54] There has been a new submission: 'WHAT THE F#@K IS THAT!?!? [RESIDENT EVIL 2] [PART 2]', with flair 'None'
+1339 [2020-03-01 18:14:55] /u/ssjdashawn had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:16:45] There has been a new submission: 'Please watch our video & subscribe!', with flair 'Art'
+1339 [2020-03-01 18:16:47] /u/MantaMechanical had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:19:51] There has been a new submission: 'PARACAS, PERU. where the desert meets the ocean | My Travel Journal Vlog', with flair 'Vlog'
+1339 [2020-03-01 18:26:35] There has been a new submission: 'What program do you guys create your thumbnails with?', with flair 'Discussion'
+1339 [2020-03-01 18:30:16] There has been a new submission: 'Hey Guy's. Sooo..last week i started a Youtube Channel. I will mainly post music (Originals as well as Coversongs). If you wanna check it out i'd be more than happy. Also if you have any suggestions in terms of quality or so it'd be highly appreciated! Cheers! 😊', with flair 'Video Critique'
+1339 [2020-03-01 18:30:18] /u/_Lavolta__ had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:34:29] '/u/ZebraWheelie' has given '/u/PresentDirector' lambda!
+1339 [2020-03-01 18:34:29] The OP received lambda too!
+1339 [2020-03-01 18:39:24] '/u/CeypticKing_YT' has given '/u/ssjdashawn' lambda!
+1339 [2020-03-01 18:39:24] The OP received lambda too!
+1339 [2020-03-01 18:42:28] '/u/Adzic254' has given '/u/PresentDirector' lambda!
+1339 [2020-03-01 18:42:28] The OP received lambda too!
+1339 [2020-03-01 18:43:25] There has been a new submission: 'How do you edit videos with iMovie any help is much appreciated', with flair 'None'
+1339 [2020-03-01 18:43:27] /u/sadnarutoflute had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:44:28] There has been a new submission: 'How can I make this video better it is a skit video on if Trae Young was a Rapper', with flair 'Video Critique'
+1339 [2020-03-01 18:44:30] /u/mixhael11 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:45:04] '/u/ZebraWheelie' has given '/u/KamKashiiiYT' lambda!
+1339 [2020-03-01 18:51:56] There has been a new submission: 'SPITTING BARS ON SIEGE - (R6S FUNTAGE)', with flair 'Gaming'
+1339 [2020-03-01 18:51:58] /u/zackywacky5 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:52:33] There has been a new submission: 'Not my channel, but I think he deserves a lot more views than he’s been getting. Check him out if you’re into politics / philosophy.', with flair 'None'
+1339 [2020-03-01 18:52:35] /u/Cadence1451 had their submission removed for insufficient lambda.
+1339 [2020-03-01 18:53:25] There has been a new submission: 'I have a small YouTube channel that I really want to grow.', with flair 'Discussion'
+1339 [2020-03-01 18:54:24] '/u/CeypticKing_YT' has given '/u/KamKashiiiYT' lambda!
+1339 [2020-03-01 18:56:04] There has been a new submission: 'Challenging myself to keep creative as a film maker', with flair 'Video Critique'
+1339 [2020-03-01 18:59:29] There has been a new submission: 'Night King from Game of Thornes (GoT): 13+ hours of drawing time-lapsed in 1 minute', with flair 'Art'
+1339 [2020-03-01 18:59:30] /u/rohanrrao had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:01:14] There has been a new submission: 'I made my fourth video on Just Cause 4 where I try and take down a demon horde using a mech which is an idea I haven't seen done yet and the result shocked me.', with flair 'Gaming'
+1339 [2020-03-01 19:01:16] /u/infinite06 had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:03:43] There has been a new submission: 'How to get good at games', with flair 'Gaming'
+1339 [2020-03-01 19:03:45] /u/trippleBBB191 had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:04:18] '/u/CeypticKing_YT' has given '/u/Cero2996' lambda!
+1339 [2020-03-01 19:09:30] There has been a new submission: 'Minecraft engineer's life 5: The build up.... /20 subscriber special', with flair 'Gaming'
+1339 [2020-03-01 19:09:30] /u/Sevcraft_Games had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:11:33] There has been a new submission: 'this is one of my vids, if you dont wanna watch thats ok but atleast join the subreddit for more stuff like tis', with flair 'Gaming'
+1339 [2020-03-01 19:11:35] /u/Sevcraft_Games had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:11:48] There has been a new submission: 'Hey I run a podcast, people from around the world come on and talk about games/movies they’re passionate about. Quite a few guests so far have had a small YT channel and used it as a platform to promote themselves. If you’re interested, check out the show and tell me a bit about yourself.', with flair 'None'
+1339 [2020-03-01 19:15:11] '/u/PresentDirector' has given '/u/Cero2996' lambda!
+1339 [2020-03-01 19:16:04] '/u/Adeiria' has given '/u/PresentDirector' lambda!
+1339 [2020-03-01 19:16:04] The OP received lambda too!
+1339 [2020-03-01 19:18:19] '/u/PresentDirector' has given '/u/TheLadss' lambda!
+1339 [2020-03-01 19:24:55] '/u/lieutenatdan' has given '/u/StreetsofRagequit' lambda!
+1339 [2020-03-01 19:27:50] '/u/Max_Robertson' has given '/u/PonjiNinja' lambda!
+1339 [2020-03-01 19:27:50] The OP received lambda too!
+1339 [2020-03-01 19:28:38] '/u/Max_Robertson' has given '/u/Jellyquent' lambda!
+1339 [2020-03-01 19:28:55] There has been a new submission: 'Eating the brown part of a banana', with flair 'None'
+1339 [2020-03-01 19:28:56] /u/Asian_Ba3 had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:29:29] '/u/shadyyness' has given '/u/EarthsLandscape' lambda!
+1339 [2020-03-01 19:29:29] The OP received lambda too!
+1339 [2020-03-01 19:30:00] There has been a new submission: 'Star Wars Jedi Fallen Order PART 1 گیم پلی جنگ ستارگان -پارت', with flair 'Gaming'
+1339 [2020-03-01 19:30:02] /u/MrSoske had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:30:58] There has been a new submission: 'Short Video about Christiania - place where cannabis is sold freely in the streets. (Copenhagen, Denmark) (4k)', with flair 'Vlog'
+1339 [2020-03-01 19:37:13] There has been a new submission: 'Left 4 Dead 2, INIT - Ep. 4: The Ultimate Double Triple Reverse Martyr', with flair 'Video Critique'
+1339 [2020-03-01 19:37:14] /u/LoottheTruth had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:43:36] There has been a new submission: 'Army Of Metal', with flair 'Video Critique'
+1339 [2020-03-01 19:48:08] There has been a new submission: 'Imagine If Everything In Minecraft Changed? (Randomized Loot Survival #1)', with flair 'Gaming'
+1339 [2020-03-01 19:48:09] /u/TheUnsaidSong had their submission removed for insufficient lambda.
+1339 [2020-03-01 19:49:34] There has been a new submission: 'So i have really followed your guys's help. I have implemented things you told me to and any new tips or criticism you have I would love to know as i am trying to improve the quality of content and channel in general!', with flair 'Video Critique'
+1339 [2020-03-01 20:01:01] There has been a new submission: 'Hello everyone on here, i am a musician/guitarist on youtube that posts memes and other types of stuff. I just created this YT after i deleted my old one, here is my latest yt video where i badly play Pantera riffs.', with flair 'None'
+1339 [2020-03-01 20:01:03] /u/pyrocynicalspewdie had their submission removed for insufficient lambda.
+1339 [2020-03-01 20:01:17] There has been a new submission: 'Interview With Tory Lanez Brother', with flair 'None'
+1339 [2020-03-01 20:01:19] /u/jessecard17 had their submission removed for insufficient lambda.
+1684 [2020-03-01 20:01:46]
+####################
+[2020-03-01 20:01:46] RESTARTED
+####################
+
+1684 [2020-03-01 20:10:13] There has been a new submission: 'Any fans of Dead By Daylight? Here's my latest video.', with flair 'None'
+1684 [2020-03-01 20:10:16] /u/the_shape78 had their submission removed for insufficient lambda.
+1684 [2020-03-01 20:11:35] '/u/DarkLord152' has given '/u/Dubaderp' lambda!
+1684 [2020-03-01 20:11:35] The OP received lambda too!
+1684 [2020-03-01 20:12:39] '/u/leo-the-cow' has given '/u/Cero2996' lambda!
+1684 [2020-03-01 20:12:39] The OP received lambda too!
+1684 [2020-03-01 20:13:55] There has been a new submission: 'How Can I Improve?', with flair 'Channel Review'
+1684 [2020-03-01 20:13:57] /u/Powerless-Goat had their submission removed for insufficient lambda.
+1684 [2020-03-01 20:17:15] There has been a new submission: 'Tacos So Good Even Pro Gamer Tyler Will Eat Them!!! 🌮🌯 | Fat Boys Food Review Ep. 5', with flair 'Video Critique'
+1684 [2020-03-01 20:27:46] There has been a new submission: 'League of Legends Udyr Memetage | lambda for feedback', with flair 'Video Critique'
+1684 [2020-03-01 20:27:48] /u/MrDonut12 had their submission removed for insufficient lambda.
+1684 [2020-03-01 20:34:54] '/u/R_Hanna' has given '/u/leo-the-cow' lambda!
+1684 [2020-03-01 20:34:54] The OP received lambda too!
+1684 [2020-03-01 20:42:11] There has been a new submission: 'MargieVlogs | Let's Play: The Sims 4 | Meet the Kents!', with flair 'Gaming'
+1684 [2020-03-01 20:42:13] /u/GamerEnvy22 had their submission removed for insufficient lambda.
+1684 [2020-03-01 20:45:46] '/u/R_Hanna' has given '/u/endego24' lambda!
+1684 [2020-03-01 20:46:35] '/u/TNTmonkeyman' has given '/u/StreetsofRagequit' lambda!
+1684 [2020-03-01 20:49:51] There has been a new submission: 'New job??', with flair 'Vlog'
+1684 [2020-03-01 20:49:52] /u/robbierodriguez had their submission removed for insufficient lambda.
+1684 [2020-03-01 20:51:10] '/u/turtlezgomoo' has given '/u/muhammad-dng' lambda!
+1684 [2020-03-01 20:51:10] The OP received lambda too!
+1684 [2020-03-01 20:51:24] '/u/turtlezgomoo' has given '/u/UndieBand1t' lambda!
+1684 [2020-03-01 20:51:44] '/u/turtlezgomoo' has given '/u/Atiqur1984' lambda!
+1684 [2020-03-01 20:52:05] '/u/rondislap' has given '/u/leo-the-cow' lambda!
+1684 [2020-03-01 20:52:05] The OP received lambda too!
+1684 [2020-03-01 20:52:50] '/u/TNTmonkeyman' has given '/u/lynxcane' lambda!
+1684 [2020-03-01 20:57:41] '/u/EarthsLandscape' has given '/u/leo-the-cow' lambda!
+1684 [2020-03-01 20:57:41] The OP received lambda too!
+1684 [2020-03-01 20:58:22] '/u/EarthsLandscape' has given '/u/Dubaderp' lambda!
+1684 [2020-03-01 21:04:53] There has been a new submission: 'Beginner metalworking video - Critiques Requested', with flair 'Video Critique'
+1684 [2020-03-01 21:04:55] /u/ZengineersWorkshop had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:16:18] '/u/SuperMcGregs' has given '/u/ohitsjustlawnce' lambda!
+1684 [2020-03-01 21:23:35] There has been a new submission: 'A funny night out', with flair 'None'
+1684 [2020-03-01 21:23:37] /u/JamesTheArtistt had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:26:26] There has been a new submission: '100 subscriber giveaway and some mountain biking clips so check it out', with flair 'Channel Review'
+1684 [2020-03-01 21:26:28] /u/CoalChristian had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:28:49] There has been a new submission: 'Resurrecting a currently dead channel.', with flair 'Channel Review'
+1684 [2020-03-01 21:28:50] /u/deanosauruz had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:30:34] There has been a new submission: 'Almost 3 Years And more goals.', with flair 'Discussion'
+1684 [2020-03-01 21:34:59] There has been a new submission: 'Enough to give you chills', with flair 'Vlog'
+1684 [2020-03-01 21:35:00] /u/Devils-Donuts had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:38:43] There has been a new submission: 'It’s oversaturated market but I really love playing Minecraft so I created a YouTube channel. I would appreciate if I could get some feed back and helpful tips to get more people coming. Thank you!', with flair 'Channel Review'
+1684 [2020-03-01 21:38:44] /u/xpeve had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:51:54] '/u/mattfaris' has given '/u/turtlezgomoo' lambda!
+1684 [2020-03-01 21:51:54] The OP received lambda too!
+1684 [2020-03-01 21:53:37] There has been a new submission: 'Fly me To the Moon (HMHK first take cover) but we also GAME! CHECK US OUT!!!', with flair 'Art'
+1684 [2020-03-01 21:53:39] /u/hakawesome had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:54:24] There has been a new submission: 'NOOB GAMER PLAYS STAR WARS FOR THE FIRST TIME', with flair 'Gaming'
+1684 [2020-03-01 21:54:26] /u/hakawesome had their submission removed for insufficient lambda.
+1684 [2020-03-01 21:56:09] '/u/mattfaris' has given '/u/Pestarklo' lambda!
+1684 [2020-03-01 21:57:35] '/u/PresentDirector' has given '/u/Pestarklo' lambda!
+1684 [2020-03-01 21:58:03] '/u/PresentDirector' has given '/u/turtlezgomoo' lambda!
+1684 [2020-03-01 21:58:45] '/u/PresentDirector' has given '/u/MrDonut12' lambda!
+1684 [2020-03-01 21:58:52] '/u/mattfaris' has given '/u/VRvisuals' lambda!
+1684 [2020-03-01 21:59:20] There has been a new submission: 'Dreams First Impressions', with flair 'Gaming'
+1684 [2020-03-01 21:59:21] /u/TheDarkBeard1 had their submission removed for insufficient lambda.
+1820 [2020-03-01 22:01:48]
+####################
+[2020-03-01 22:01:48] RESTARTED
+####################
+
+1820 [2020-03-01 22:04:13] '/u/R_Hanna' has given '/u/lebushwacker' lambda!
+1820 [2020-03-01 22:06:26] There has been a new submission: 'No Banner left Behind (Apex Legends Gameplay)', with flair 'Gaming'
+1820 [2020-03-01 22:06:27] /u/ThaM0vement had their submission removed for insufficient lambda.
+1820 [2020-03-01 22:07:19] '/u/mattfaris' has given '/u/hakawesome' lambda!
+1820 [2020-03-01 22:08:22] There has been a new submission: 'CHEAP QUICK FIX', with flair 'Channel Review'
+1820 [2020-03-01 22:08:23] /u/Cheap-Quick-Fix had their submission removed for insufficient lambda.
+1820 [2020-03-01 22:16:23] There has been a new submission: 'I'm a new creator and I put together a few tips that have helped me improve my videos (using no additional equipment). Would love to know what everyone in this community has learned. It's far from perfect, but with each tip I improve :) Hopefully it can help some of you out too!', with flair 'Video Critique'
+1820 [2020-03-01 22:26:25] There has been a new submission: 'I just started up my channel! Hopefully you can come check it out :)', with flair 'Channel Review'
+1820 [2020-03-01 22:26:27] /u/TracyMae2494 had their submission removed for insufficient lambda.
+1820 [2020-03-01 22:27:32] '/u/My_Travel_Journal' has given '/u/Pestarklo' lambda!
+1820 [2020-03-01 22:27:32] The OP received lambda too!
+1820 [2020-03-01 22:28:25] '/u/My_Travel_Journal' has given '/u/leo-the-cow' lambda!
+1820 [2020-03-01 22:28:30] There has been a new submission: 'My Newest Invention', with flair 'Art'
+1820 [2020-03-01 22:28:31] /u/Cenanden had their submission removed for insufficient lambda.
+1820 [2020-03-01 22:29:04] '/u/CeypticKing_YT' has given '/u/Boing_gaming' lambda!
+1820 [2020-03-01 22:31:12] '/u/Korthal' has given '/u/endego24' lambda!
+1820 [2020-03-01 22:31:12] The OP received lambda too!
+1820 [2020-03-01 22:31:23] '/u/CeypticKing_YT' has given '/u/Pestarklo' lambda!
+1820 [2020-03-01 22:31:37] '/u/CeypticKing_YT' has given '/u/turtlezgomoo' lambda!
+1820 [2020-03-01 22:31:51] '/u/CeypticKing_YT' has given '/u/leo-the-cow' lambda!
+1820 [2020-03-01 22:32:29] '/u/CeypticKing_YT' has given '/u/TheLadss' lambda!
+1820 [2020-03-01 22:32:56] '/u/CeypticKing_YT' has given '/u/Dubaderp' lambda!
+1820 [2020-03-01 22:33:16] '/u/CeypticKing_YT' has given '/u/tommyboy_lr' lambda!
+1820 [2020-03-01 22:35:42] '/u/PresentDirector' has given '/u/Special_Performance' lambda!
+1820 [2020-03-01 22:36:16] There has been a new submission: 'Playing River City Girls on Streets of Ragequit. Let us know your feedback. Hope you love our banter! Giving lambda :)', with flair 'Gaming'
+1820 [2020-03-01 22:48:12] There has been a new submission: 'My most badass logo so far. Spent the whole day.', with flair 'Thumbnail Review'
+1820 [2020-03-01 23:03:53] '/u/tommygun98' has given '/u/Cero2996' lambda!
+1820 [2020-03-01 23:05:36] There has been a new submission: 'Hello~ I make dental video and this time I made a video about bad breath if you have such issue or curious about bad breath why don't you check it out :D any input would be appreciated. give me all the negative feedback, come on, i can take it XD', with flair 'Video Critique'
+1820 [2020-03-01 23:20:07] There has been a new submission: 'Meet all of the animals on our farm', with flair 'Vlog'
+1820 [2020-03-01 23:20:09] /u/tHIS-FARM had their submission removed for insufficient lambda.
+1820 [2020-03-01 23:21:03] '/u/Pestarklo' has given '/u/lieutenatdan' lambda!
+1820 [2020-03-01 23:21:03] The OP received lambda too!
+1820 [2020-03-01 23:22:32] There has been a new submission: 'Discord but it's serious "I lost my sister in a fire"', with flair 'Discussion'
+1820 [2020-03-01 23:22:34] /u/DrinkingSauce had their submission removed for using the wrong flair.
+1820 [2020-03-01 23:26:34] There has been a new submission: 'Multiple Channels or one? Brand', with flair 'Discussion'
+1820 [2020-03-01 23:38:48] There has been a new submission: 'I uploaded a weird bigfoot game with my friend and i think it turned out pretty great!', with flair 'Gaming'
+1820 [2020-03-01 23:38:49] /u/Reptrill had their submission removed for insufficient lambda.
+1820 [2020-03-01 23:39:45] '/u/Max_Robertson' has given '/u/Ki-ke' lambda!
+1820 [2020-03-01 23:44:33] '/u/Pestarklo' has given '/u/superwatt123' lambda!
+1820 [2020-03-01 23:56:19] There has been a new submission: 'New video where we react to Extreme Cheapskates! Giving lambda for good advice. Let us know what you think!!', with flair 'Channel Review'
+1820 [2020-03-01 23:56:37] '/u/VreaL37' has given '/u/superwatt123' lambda!
+1820 [2020-03-01 23:56:37] The OP received lambda too!
+1820 [2020-03-01 23:57:51] '/u/turtlezgomoo' has given '/u/DrinkingSauce' lambda!
+1820 [2020-03-01 23:57:51] The OP received lambda too!
+1820 [2020-03-01 23:59:00] '/u/TheLadss' has given '/u/Chivibro' lambda!
+1820 [2020-03-01 23:59:00] The OP received lambda too!
+1820 [2020-03-01 23:59:21] '/u/TheLadss' has given '/u/JacqueslwsReddit' lambda!
+1820 [2020-03-01 23:59:42] '/u/turtlezgomoo' has given '/u/superwatt123' lambda!
+2046 [2020-03-02 00:01:46]
+####################
+[2020-03-02 00:01:46] RESTARTED
+####################
+
+1350 [2020-03-02 00:02:18] Updated statistics
+2046 [2020-03-02 00:03:57] There has been a new submission: 'Problem with tubebuddy', with flair 'Discussion'
+2046 [2020-03-02 00:05:09] '/u/Hamlet_71' has given '/u/iiTimo' lambda!
+2046 [2020-03-02 00:06:04] There has been a new submission: 'NEW VIDEO! HELP ME GET MY CHANNEL TO 1K!', with flair 'Vlog'
+2046 [2020-03-02 00:06:06] /u/zoetowne had their submission removed for insufficient lambda.
+2046 [2020-03-02 00:08:29] '/u/leo-the-cow' has given '/u/ThanusThiccMan' lambda!
+2046 [2020-03-02 00:16:17] There has been a new submission: 'Discord but it's serious "I lost my sister in a fire"', with flair 'Video Critique'
+2046 [2020-03-02 00:21:48] '/u/soyboy815' has given '/u/Adeiria' lambda!
+2046 [2020-03-02 00:23:13] There has been a new submission: '(Adult humor) You ever think to yourself that maybe you’re the biggest simp you know ? Well no one is a bigger simp than bees in this world. Hope y’all like it !', with flair 'Video Critique'
+2046 [2020-03-02 00:30:12] There has been a new submission: 'A kid laughing at Burger meme', with flair 'Video Critique'
+2046 [2020-03-02 00:30:14] /u/lordmody had their submission removed for insufficient lambda.
+2046 [2020-03-02 00:39:36] There has been a new submission: 'Kung fu vs reality', with flair 'Video Critique'
+2046 [2020-03-02 01:09:25] There has been a new submission: 'so im gonna start doing a sleep aid kind of style videos of calm things to do in videos games. like strolling through los santos. the video isnt the best and im working on getting better at it i have a shitty pc rn but im working with what ive got.', with flair 'Meta'
+2046 [2020-03-02 01:09:26] /u/noblexodia had their submission removed for using the wrong flair.
+2046 [2020-03-02 01:09:47] There has been a new submission: 'Hey guys! I took some good tips from yall and made a new video. Would love to hear what you think. Lambda to all who give ya boy critiques! ❤', with flair 'Gaming'
+2046 [2020-03-02 01:10:00] There has been a new submission: 'Struck By Lightning 7 Times', with flair 'Video Critique'
+2046 [2020-03-02 01:10:56] There has been a new submission: 'Hardest Part?', with flair 'Discussion'
+2046 [2020-03-02 01:17:23] There has been a new submission: 'Hey new to the group ! I make gaming videos mainly for simulation games where I like building things but I've done others on my channel! Looking to meet other youtube gamers too 😅', with flair 'Gaming'
+2046 [2020-03-02 01:17:24] /u/Simthesia had their submission removed for insufficient lambda.
+2046 [2020-03-02 01:21:43] There has been a new submission: 'Edgy csgo gaming content. Please provide feed back. Thanks', with flair 'Gaming'
+2046 [2020-03-02 01:21:45] /u/Fire2143 had their submission removed for insufficient lambda.
+2046 [2020-03-02 01:26:40] There has been a new submission: 'pixelmon mod :) new to minecraft', with flair 'Gaming'
+2046 [2020-03-02 01:26:42] /u/ElveFailed had their submission removed for insufficient lambda.
+2046 [2020-03-02 01:28:56] There has been a new submission: 'Giving lambda to any constructive comments! Let me know!', with flair 'None'
+2046 [2020-03-02 01:44:23] '/u/Jondavis8712' has given '/u/FindAKidneyDonor-Com' lambda!
+2046 [2020-03-02 01:44:23] The OP received lambda too!
+2046 [2020-03-02 01:47:30] '/u/marlenethebean' has given '/u/OPIathome' lambda!
+2046 [2020-03-02 01:47:45] '/u/marlenethebean' has given '/u/Sky-todd' lambda!
+2046 [2020-03-02 01:47:51] There has been a new submission: 'I made an assumption poll on Instagram and someone called me a slut🙄🙄🙄 so I made a video replying to this', with flair 'None'
+2046 [2020-03-02 01:47:52] /u/Temmiyshasore had their submission removed for insufficient lambda.
+2046 [2020-03-02 01:47:58] '/u/marlenethebean' has given '/u/Pratham2003' lambda!
+2046 [2020-03-02 01:48:10] '/u/Jondavis8712' has given '/u/RyanElston5' lambda!
+2046 [2020-03-02 01:55:06] '/u/allages69' has given '/u/JacqueslwsReddit' lambda!
+2194 [2020-03-02 02:01:47]
+####################
+[2020-03-02 02:01:47] RESTARTED
+####################
+
+2194 [2020-03-02 02:02:47] There has been a new submission: 'DoggoCraft A New Beginning', with flair 'Gaming'
+2194 [2020-03-02 02:02:49] /u/MasoMiner had their submission removed for insufficient lambda.
+2194 [2020-03-02 02:18:30] There has been a new submission: 'I have some time, and I'd be happy to take a look at your videos,', with flair 'Discussion'
+2194 [2020-03-02 02:21:41] There has been a new submission: 'Best of 2019 Movies-Entertainment Podcast 1', with flair 'Video Critique'
+2194 [2020-03-02 02:21:43] /u/RayDave777 had their submission removed for insufficient lambda.
+2194 [2020-03-02 02:22:09] There has been a new submission: 'Honolulu Hawaii Coronavirus Panic Buying - Costco Run', with flair 'Vlog'
+2194 [2020-03-02 02:22:52] '/u/MafiasFinestTV' has given '/u/JacqueslwsReddit' lambda!
+2194 [2020-03-02 02:26:40] There has been a new submission: 'The story of Pedro the Second of Brazil', with flair 'None'
+2194 [2020-03-02 02:26:41] /u/idealistic-horseman had their submission removed for insufficient lambda.
+2194 [2020-03-02 02:27:12] There has been a new submission: 'A NEW VIDEO MY FRIEND MADE', with flair 'Gaming'
+2194 [2020-03-02 02:27:13] /u/crumby_12 had their submission removed for insufficient lambda.
+2194 [2020-03-02 02:32:41] '/u/Sky-todd' has given '/u/JacqueslwsReddit' lambda!
+2194 [2020-03-02 02:32:41] The OP received lambda too!
+2194 [2020-03-02 02:33:17] '/u/PresentDirector' has given '/u/WalkerSeattleRanger' lambda!
+2194 [2020-03-02 02:38:55] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+2194 [2020-03-02 02:38:55] The OP received lambda too!
+2194 [2020-03-02 02:40:52] '/u/FindAKidneyDonor-Com' has given '/u/leo-the-cow' lambda!
+2194 [2020-03-02 02:40:52] The OP received lambda too!
+2194 [2020-03-02 02:42:05] There has been a new submission: 'annoying neighbors be like', with flair 'Video Critique'
+2194 [2020-03-02 02:42:07] /u/Satoons had their submission removed for insufficient lambda.
+2194 [2020-03-02 02:52:06] There has been a new submission: 'Art channel needing a [Collab] partner!', with flair 'Collab'
+2194 [2020-03-02 02:53:49] There has been a new submission: '!givelambda Fallout 3 #2 - "Bugs, Fails, Fun" Took some time to work on visual and edits. Need some feedback about sound, visual, and overall quality. Thx, comrades. 😘', with flair 'Channel Review'
+2194 [2020-03-02 02:55:16] There has been a new submission: 'Art channel here, ScatterInk [Discussion]', with flair 'Discussion'
+2194 [2020-03-02 03:00:19] '/u/Jischasing' has given '/u/RealMushroomGaming' lambda!
+2194 [2020-03-02 03:02:48] There has been a new submission: 'Welp kings canyon was fun - newer video on the channel let me know what you guys like or dont like. Anything is appreciated', with flair 'Video Critique'
+2194 [2020-03-02 03:03:18] There has been a new submission: 'GTA: San Andreas - PS2 vs Windows pc vs PS3 vs PCSX2 vs RPCS3 Comparison', with flair 'Gaming'
+2194 [2020-03-02 03:08:48] '/u/Jischasing' has given '/u/TheReadingSnake' lambda!
+2194 [2020-03-02 03:17:44] '/u/VreaL37' has given '/u/RealMushroomGaming' lambda!
+2194 [2020-03-02 03:26:50] There has been a new submission: 'I need criticism on my content. I've been posting for a month and I see some improvement but i think some community criticism would help heres my newest vid', with flair 'Video Critique'
+2194 [2020-03-02 03:26:52] /u/Ghoul-- had their submission removed for insufficient lambda.
+2194 [2020-03-02 03:33:45] '/u/Nicholas_Pickolaus' has given '/u/Ghoul--' lambda!
+2194 [2020-03-02 03:33:45] The OP received lambda too!
+2194 [2020-03-02 03:33:57] '/u/VreaL37' has given '/u/JacqueslwsReddit' lambda!
+2194 [2020-03-02 03:33:57] The OP received lambda too!
+2194 [2020-03-02 03:35:52] '/u/Nicholas_Pickolaus' has given '/u/0Dai0' lambda!
+2194 [2020-03-02 03:37:57] There has been a new submission: 'ENCHANTING my GOLDEN PICKAXE! | COSMIC PRISONS S2 #2 (minecraft PRISONS)', with flair 'Gaming'
+2194 [2020-03-02 03:37:58] /u/BraydenReddits had their submission removed for insufficient lambda.
+2194 [2020-03-02 03:38:35] There has been a new submission: 'Minecraft Gaming Channel', with flair 'Channel Review'
+2194 [2020-03-02 03:38:36] /u/BraydenReddits had their submission removed for insufficient lambda.
+2194 [2020-03-02 03:39:05] There has been a new submission: 'Hey everyone! My friends and I made a challenge video and we would appreciate any feedback on how to make our next videos better :) Thanks!', with flair 'Video Critique'
+2194 [2020-03-02 03:42:22] '/u/Jischasing' has given '/u/VreaL37' lambda!
+2194 [2020-03-02 03:46:36] '/u/Jischasing' has given '/u/Burkeds' lambda!
+2194 [2020-03-02 03:48:40] '/u/VreaL37' has given '/u/Jischasing' lambda!
+2194 [2020-03-02 03:55:49] There has been a new submission: '10 SUBS! MA FIRST MILESTONE IS PASSED!', with flair 'Discussion'
+2194 [2020-03-02 03:59:42] '/u/VreaL37' has given '/u/Supeelok99' lambda!
+2194 [2020-03-02 03:59:42] The OP received lambda too!
+2194 [2020-03-02 03:59:50] There has been a new submission: 'Bill Gates reveals why he didn't buy Tesla | YTP', with flair 'Art'
+2194 [2020-03-02 03:59:51] /u/trazodonerdt had their submission removed for insufficient lambda.
+2333 [2020-03-02 04:01:46]
+####################
+[2020-03-02 04:01:46] RESTARTED
+####################
+
+2333 [2020-03-02 04:09:21] There has been a new submission: 'So I have taken feedback and have applied it, now again I come to you for help. Have a watch and tell me what you think?', with flair 'Video Critique'
+2333 [2020-03-02 04:17:05] There has been a new submission: 'Just got 150 Subs! It’s small but it is huge for me! Thanks to everyone or helped front this sub reddit!', with flair 'Channel Review'
+2333 [2020-03-02 04:17:07] /u/tommyboy_lr had their submission removed for insufficient lambda.
+2333 [2020-03-02 04:17:55] There has been a new submission: 'About video tags?', with flair 'Discussion'
+2333 [2020-03-02 04:19:45] '/u/Jondavis8712' has given '/u/RealMushroomGaming' lambda!
+2333 [2020-03-02 04:29:14] '/u/Jischasing' has given '/u/Supeelok99' lambda!
+2333 [2020-03-02 04:54:05] There has been a new submission: 'AMC Marketing Survey (Comedy Sketch)', with flair 'Video Critique'
+2333 [2020-03-02 04:54:07] /u/Sohile_Ali had their submission removed for insufficient lambda.
+2333 [2020-03-02 05:13:13] '/u/layolandat' has given '/u/GarettRBG' lambda!
+2333 [2020-03-02 05:14:13] '/u/layolandat' has given '/u/sejalshahmusic' lambda!
+2333 [2020-03-02 05:14:34] There has been a new submission: 'Is it bad to have your videos age restricted to where only 18+ can watch it?', with flair 'Discussion'
+2333 [2020-03-02 05:16:40] There has been a new submission: 'How can I advertise my channel a bit more? I put a few dollars a day into google ads but I don’t really notice a difference except for my newest video. What tips do you guys have?', with flair 'Discussion'
+2333 [2020-03-02 05:16:41] /u/sleepingeggroll had their submission removed for using the wrong flair.
+2333 [2020-03-02 05:16:54] There has been a new submission: 'Just made my first video. Come tell.me how shit it is', with flair 'Video Critique'
+2333 [2020-03-02 05:16:55] /u/reggie_smith540 had their submission removed for insufficient lambda.
+2333 [2020-03-02 05:17:04] There has been a new submission: 'Learning Piano in Virtual Reality. Will give Lambda', with flair 'Video Critique'
+2333 [2020-03-02 05:26:21] There has been a new submission: 'How can I advertise my channel more? I have a budget of $3 a day on google ads but I don’t notice too much of a difference.', with flair 'Discussion'
+2333 [2020-03-02 05:33:51] '/u/JacqueslwsReddit' has given '/u/SxyGuitarMan' lambda!
+2333 [2020-03-02 05:33:51] The OP received lambda too!
+2333 [2020-03-02 05:38:27] '/u/TheZeek245' has given '/u/ExrosZ' lambda!
+2333 [2020-03-02 05:38:28] The OP received lambda too!
+2333 [2020-03-02 05:40:04] '/u/sleepingeggroll' has given '/u/ExrosZ' lambda!
+2333 [2020-03-02 05:40:05] The OP received lambda too!
+2333 [2020-03-02 05:41:43] '/u/TheLadss' has given '/u/0Dai0' lambda!
+2333 [2020-03-02 05:42:28] '/u/TheLadss' has given '/u/Ki-ke' lambda!
+2333 [2020-03-02 05:42:41] '/u/Cero2996' has given '/u/0Dai0' lambda!
+2333 [2020-03-02 05:42:41] The OP received lambda too!
+2333 [2020-03-02 05:43:20] '/u/Cero2996' has given '/u/SxyGuitarMan' lambda!
+2333 [2020-03-02 05:51:54] '/u/alexvanguard' has given '/u/Chivibro' lambda!
+2333 [2020-03-02 05:51:54] The OP received lambda too!
+2333 [2020-03-02 05:54:15] '/u/alexvanguard' has given '/u/sleepingeggroll' lambda!
+2333 [2020-03-02 05:55:32] There has been a new submission: 'For yall that edit your own videos: What kind of editing style do you find the best audience retention rate with?', with flair 'Discussion'
+2333 [2020-03-02 05:57:24] There has been a new submission: 'Making a group YouTube channel for me and my artist friends, just uploaded this Skribbl.io gameplay. Any suggestions/comments? I’m still new to editing', with flair 'Video Critique'
+2333 [2020-03-02 05:57:25] /u/JohnPompeli had their submission removed for insufficient lambda.
+2333 [2020-03-02 05:57:46] '/u/TheZeek245' has given '/u/RyanElston5' lambda!
+2333 [2020-03-02 06:00:24] '/u/Nuskelz' has given '/u/-ironsteve' lambda!
+2333 [2020-03-02 06:00:42] '/u/Cero2996' has given '/u/dylphizzer' lambda!
+2470 [2020-03-02 06:01:47]
+####################
+[2020-03-02 06:01:47] RESTARTED
+####################
+
+2470 [2020-03-02 06:04:28] There has been a new submission: 'Learn API testing through POSTMAN in hindi', with flair 'Collab'
+2470 [2020-03-02 06:04:29] /u/praveenthedesigner had their submission removed for using the wrong flair.
+2470 [2020-03-02 06:11:58] '/u/Ki-ke' has given '/u/tommyboy_lr' lambda!
+2470 [2020-03-02 06:11:58] The OP received lambda too!
+2470 [2020-03-02 06:18:58] '/u/RyanElston5' has given '/u/dylphizzer' lambda!
+2470 [2020-03-02 06:18:58] The OP received lambda too!
+2470 [2020-03-02 06:23:10] '/u/Nicholas_Pickolaus' has given '/u/YourSexyCellMate' lambda!
+2470 [2020-03-02 06:24:06] There has been a new submission: 'First video... New channel... Any ideas? Any advices?', with flair 'Video Critique'
+2470 [2020-03-02 06:24:08] /u/paranitroid had their submission removed for insufficient lambda.
+2470 [2020-03-02 06:34:38] There has been a new submission: 'Craziest 'toy reivew' ever!', with flair 'Video Critique'
+2470 [2020-03-02 06:34:40] /u/Wackywerter had their submission removed for insufficient lambda.
+2470 [2020-03-02 06:38:03] There has been a new submission: 'Deaths squares were recently freed, any feed back would be very cool', with flair 'Gaming'
+2470 [2020-03-02 06:38:44] There has been a new submission: 'My YT channel - Age of Empires OST #6 Remix', with flair 'Art'
+2470 [2020-03-02 07:01:28] There has been a new submission: 'Been taking a lot of the critiques from these threads seriously, upped the amount of editing, balanced out the sounds, ensured audio quality...still working on thumbnails though! Let me know what you guys think!', with flair 'Video Critique'
+2470 [2020-03-02 07:07:05] There has been a new submission: 'Here is a dating and comedy channel. How to approach your crush with confidence', with flair 'Channel Review'
+2470 [2020-03-02 07:07:06] /u/AbundanceLifeStyle had their submission removed for insufficient lambda.
+2470 [2020-03-02 07:07:36] There has been a new submission: 'Potato - Rainbow Six Siege', with flair 'Gaming'
+2470 [2020-03-02 07:07:37] /u/wall-e_games had their submission removed for insufficient lambda.
+2470 [2020-03-02 07:11:57] There has been a new submission: 'Well I finally got 3K watch hours! This video put me over the top and I am moving right along. Thanks all of you for your support, feedback and putting up with me!', with flair 'Channel Review'
+2470 [2020-03-02 07:12:49] There has been a new submission: 'Vans Rowan Zorilla Pro Shoes Honest Review', with flair 'Discussion'
+2470 [2020-03-02 07:12:51] /u/joewalker0302 had their submission removed for using the wrong flair.
+2470 [2020-03-02 07:13:26] There has been a new submission: 'Anna picks Demon's Crest over Super Mario World', with flair 'Gaming'
+2470 [2020-03-02 07:13:28] /u/kevin25valencia had their submission removed for insufficient lambda.
+2470 [2020-03-02 07:15:25] There has been a new submission: 'Is it true that YOUTUBE deletes likes/subscriptions if the viewer likes or subs before 2 minutes are over', with flair 'Discussion'
+2470 [2020-03-02 07:15:47] '/u/turtlezgomoo' has given '/u/ThiccAssClap' lambda!
+2470 [2020-03-02 07:15:57] '/u/turtlezgomoo' has given '/u/Reptrill' lambda!
+2470 [2020-03-02 07:28:59] There has been a new submission: '[vlog] The Bells by Edgar Allan Poe | Poems & Audio Books in English | Listen Classic English Poems Online', with flair 'Vlog'
+2470 [2020-03-02 07:29:00] /u/Kadhalyogi had their submission removed for insufficient lambda.
+2470 [2020-03-02 07:29:05] '/u/turtlezgomoo' has given '/u/Unlucky-UnipigYT' lambda!
+2470 [2020-03-02 07:30:27] '/u/turtlezgomoo' has given '/u/ShiniestZoroark' lambda!
+2470 [2020-03-02 07:31:48] There has been a new submission: 'Design analysis of commitment in Persona 5 and Monster hunter world.', with flair 'Video Critique'
+2864 [2020-03-02 08:01:47]
+####################
+[2020-03-02 08:01:47] RESTARTED
+####################
+
+2864 [2020-03-02 08:20:07] '/u/Adzic254' has given '/u/JacqueslwsReddit' lambda!
+2864 [2020-03-02 08:22:22] There has been a new submission: 'Exclusive: Ara Mina reacts to Mommy Divine-Sarah Issue | HumanMeter', with flair 'None'
+2864 [2020-03-02 08:22:24] /u/IndividualGuide had their submission removed for insufficient lambda.
+2864 [2020-03-02 08:30:12] '/u/Max_Robertson' has given '/u/ShiniestZoroark' lambda!
+2864 [2020-03-02 08:54:53] There has been a new submission: 'A cool trick.', with flair 'Discussion'
+2864 [2020-03-02 08:56:37] There has been a new submission: 'HI everyone, first time posting here, here's my channel, I'd like to get some reviews, opinions on it. Thanks for the feedback!', with flair 'Channel Review'
+2864 [2020-03-02 08:56:38] /u/JDade98 had their submission removed for insufficient lambda.
+2864 [2020-03-02 08:56:59] '/u/harru09' has given '/u/Adzic254' lambda!
+2864 [2020-03-02 08:56:59] The OP received lambda too!
+2864 [2020-03-02 08:57:53] There has been a new submission: 'a funny comedy interview sketch my band and i did <3', with flair 'Video Critique'
+2864 [2020-03-02 08:57:54] /u/Ockz had their submission removed for insufficient lambda.
+2864 [2020-03-02 09:35:35] '/u/VreaL37' has given '/u/Sohile_Ali' lambda!
+2864 [2020-03-02 09:36:16] '/u/VreaL37' has given '/u/soyboy815' lambda!
+2864 [2020-03-02 09:36:46] '/u/VreaL37' has given '/u/user9774' lambda!
+2864 [2020-03-02 09:41:46] There has been a new submission: 'Melbourne Zoo - Lesbian Date!', with flair 'Vlog'
+3066 [2020-03-02 10:01:47]
+####################
+[2020-03-02 10:01:47] RESTARTED
+####################
+
+3066 [2020-03-02 10:05:19] There has been a new submission: 'Guys, i have been robbed of my channel which had 2000 subs and more than 1.6 million views and 50k plus watch hours. My 1 year of hard work has been lost. My channel named Ausdxgames was hacked and transferred to other brand account and its been 11 days now and i dont think youtube is doing anything', with flair 'Gaming'
+3066 [2020-03-02 10:14:20] '/u/Illfury' has given '/u/Jellyquent' lambda!
+3066 [2020-03-02 10:14:20] The OP received lambda too!
+3066 [2020-03-02 10:14:47] There has been a new submission: 'How to make Homemade Cream Horns - Junior Chef Kevin', with flair 'Vlog'
+3066 [2020-03-02 10:14:49] /u/Csabazsi had their submission removed for insufficient lambda.
+3066 [2020-03-02 10:16:17] '/u/Illfury' has given '/u/RyanElston5' lambda!
+3066 [2020-03-02 10:18:33] There has been a new submission: 'Any hindi/urdu youtuber ?? Im doing family vloging. Need some feedback on my videos. Your few mins on my video and suggestion will be much appriciated. Thanks alot', with flair 'Channel Review'
+3066 [2020-03-02 10:18:34] /u/p4papaa had their submission removed for insufficient lambda.
+3066 [2020-03-02 10:24:04] There has been a new submission: '2019 Joker in GTA V 🤡🔔👍 feedback?', with flair 'Gaming'
+3066 [2020-03-02 10:44:09] There has been a new submission: 'ANDROID INTERNET TV BOX', with flair 'Channel Review'
+3066 [2020-03-02 10:44:11] /u/marcalaque had their submission removed for insufficient lambda.
+3066 [2020-03-02 11:00:59] There has been a new submission: 'When to patreon?', with flair 'Discussion'
+3066 [2020-03-02 11:06:56] There has been a new submission: 'I've been thinking about making an ON AIR sign for some time, I think it would be a good idea for this sign to appear in my future videos as a decoration. It's super simple to do and I was amazed at my own creation, LOL! What do you think? All types of feedback are appreciated.', with flair 'Video Critique'
+3066 [2020-03-02 11:08:35] There has been a new submission: 'SEARCHING FOR TOMMY', with flair 'Gaming'
+3066 [2020-03-02 11:08:36] /u/DjDrone410 had their submission removed for insufficient lambda.
+3066 [2020-03-02 11:19:06] There has been a new submission: 'NOT MINE. I saw a good youtube channel thats new but promising, tech vids.', with flair 'Channel Review'
+3066 [2020-03-02 11:19:07] /u/Dr_Futuristic had their submission removed for insufficient lambda.
+3066 [2020-03-02 11:20:10] '/u/Squadspace' has given '/u/DanyFeature' lambda!
+3066 [2020-03-02 11:20:10] The OP received lambda too!
+3066 [2020-03-02 11:21:28] There has been a new submission: 'Is there a good time of the day to upload videos', with flair 'Discussion'
+3066 [2020-03-02 11:24:39] There has been a new submission: 'Need some advice, anybody wanna help?', with flair 'Gaming'
+3066 [2020-03-02 11:24:40] /u/GreatDeepraj had their submission removed for insufficient lambda.
+3066 [2020-03-02 11:33:45] There has been a new submission: 'Rainbow Six Siege Channel', with flair 'Gaming'
+3066 [2020-03-02 11:33:47] /u/Naycroman had their submission removed for insufficient lambda.
+3066 [2020-03-02 11:40:44] There has been a new submission: 'I'm a small comedy, gaming/technology variety channel. Vid below is my most recent upload, and after that I've wanted to get more serious about YouTube. Would appreciate any pointer so much! Thanks', with flair 'Channel Review'
+3066 [2020-03-02 11:40:46] /u/WalesDark had their submission removed for insufficient lambda.
+3066 [2020-03-02 12:00:37] There has been a new submission: '“On sum” - Lil baby x Gunna x Roddy Ricch type beat (prod.bk)', with flair 'None'
+3066 [2020-03-02 12:00:39] /u/prodbk_ had their submission removed for insufficient lambda.
+3558 [2020-03-02 12:01:47]
+####################
+[2020-03-02 12:01:47] RESTARTED
+####################
+
+3558 [2020-03-02 12:14:05] There has been a new submission: 'Small YT Channel that's a labour of love in desperate need of some good advice on how to get viewers and subscribers.', with flair 'Discussion'
+3558 [2020-03-02 12:14:51] '/u/Pestarklo' has given '/u/Simthesia' lambda!
+3558 [2020-03-02 12:15:51] There has been a new submission: 'Swimming in pregnancy', with flair 'Channel Review'
+3558 [2020-03-02 12:15:52] /u/TheNormalMom86 had their submission removed for insufficient lambda.
+3558 [2020-03-02 12:17:14] There has been a new submission: 'My newest video', with flair 'Video Critique'
+3558 [2020-03-02 12:17:15] /u/justin7201982ray had their submission removed for insufficient lambda.
+3558 [2020-03-02 12:28:36] '/u/BuddingBasil' has given '/u/Adzic254' lambda!
+3558 [2020-03-02 12:28:36] The OP received lambda too!
+3558 [2020-03-02 12:41:40] '/u/Jischasing' has given '/u/hustleit1' lambda!
+3558 [2020-03-02 12:47:03] '/u/Jischasing' has given '/u/Sohile_Ali' lambda!
+3558 [2020-03-02 12:47:24] There has been a new submission: 'My 6th grade daughter makes investments sound simple. Please watch and review! Thanks!', with flair 'None'
+3558 [2020-03-02 12:50:29] '/u/VreaL37' has given '/u/WalfieOnYouTube' lambda!
+3558 [2020-03-02 12:50:44] '/u/Jischasing' has given '/u/sleepingeggroll' lambda!
+3558 [2020-03-02 12:53:54] '/u/Jischasing' has given '/u/MichillinKid' lambda!
+3558 [2020-03-02 12:57:14] '/u/Jischasing' has given '/u/The_Elijah_YT' lambda!
+3558 [2020-03-02 12:59:06] There has been a new submission: 'This is much harder than I thought.', with flair 'Discussion'
+3558 [2020-03-02 13:00:41] '/u/Ausdxgames' has given '/u/partypoliticalpuffin' lambda!
+3558 [2020-03-02 13:00:41] The OP received lambda too!
+3558 [2020-03-02 13:03:27] '/u/Jischasing' has given '/u/JohnPompeli' lambda!
+3558 [2020-03-02 13:12:00] '/u/VreaL37' has given '/u/Endy_McGufin' lambda!
+3558 [2020-03-02 13:17:57] There has been a new submission: 'Subs my channel pls 😌☺️', with flair 'Gaming'
+3558 [2020-03-02 13:17:59] /u/rinashora2 had their submission removed for insufficient lambda.
+3558 [2020-03-02 13:18:17] '/u/DaddyDaughterDollar' has given '/u/daredevil005' lambda!
+3558 [2020-03-02 13:18:17] The OP received lambda too!
+3558 [2020-03-02 13:20:16] There has been a new submission: 'Boku no Bizzare Adventure [Contains Mha spoilers] this is a meme vdo u will only enjoy if you're familiar with JOJO. Plz review (giving lambda ofc)', with flair 'Video Critique'
+3558 [2020-03-02 13:35:53] There has been a new submission: 'When you find a channel you like, do you go back and watch old videos?', with flair 'Discussion'
+3558 [2020-03-02 13:38:32] There has been a new submission: 'How to FIX THE WILD AREA in the Pokemon Sword and Shield DLC!', with flair 'Video Critique'
+3558 [2020-03-02 13:39:53] There has been a new submission: 'ADVICE PLEASE!!!!', with flair 'None'
+3558 [2020-03-02 13:39:53] /u/Temmiyshasore had their submission removed for insufficient lambda.
+3558 [2020-03-02 13:46:46] There has been a new submission: 'POD #13', with flair 'None'
+3558 [2020-03-02 13:46:48] /u/aslovely- had their submission removed for insufficient lambda.
+3558 [2020-03-02 13:50:12] There has been a new submission: 'Tried a variety of editing styles in this so it didn't get to stale, got skits, funny moments, montage. Let me know what you think? I'm also experimenting with just doing a montage video solo, a skit video solo, and a funny moments video solo?', with flair 'Video Critique'
+3558 [2020-03-02 13:50:14] /u/Freak_OTRT had their submission removed for insufficient lambda.
+3759 [2020-03-02 14:01:47]
+####################
+[2020-03-02 14:01:47] RESTARTED
+####################
+
+3759 [2020-03-02 14:03:03] '/u/soyboy815' has given '/u/DanyFeature' lambda!
+3759 [2020-03-02 14:15:25] There has been a new submission: 'Any Russian's here? Trying to help this vloger :)', with flair 'Vlog'
+3759 [2020-03-02 14:15:26] /u/FreelancerGamer had their submission removed for insufficient lambda.
+3759 [2020-03-02 14:27:00] '/u/VreaL37' has given '/u/sponge_hitler' lambda!
+3759 [2020-03-02 14:29:04] There has been a new submission: 'Let Me Save You!! (Dead By Daylight)', with flair 'None'
+3759 [2020-03-02 14:29:05] /u/loopy2mn had their submission removed for insufficient lambda.
+3759 [2020-03-02 14:32:48] There has been a new submission: 'One of the most important thing, that many of us tend to forget is...', with flair 'Discussion'
+3759 [2020-03-02 14:41:41] There has been a new submission: 'Mortal Kombat!!!', with flair 'Gaming'
+3759 [2020-03-02 14:41:44] /u/blaksuperman88 had their submission removed for insufficient lambda.
+3759 [2020-03-02 14:48:28] '/u/VreaL37' has given '/u/sponge_hitler' lambda!
+3759 [2020-03-02 15:01:48] There has been a new submission: 'Liberty Of The Seas Grand Suite Review', with flair 'Video Critique'
+3759 [2020-03-02 15:01:50] /u/thelifeofriles had their submission removed for insufficient lambda.
+3759 [2020-03-02 15:02:22] There has been a new submission: 'New Upload. I hope everyone enjoys!!', with flair 'Gaming'
+3759 [2020-03-02 15:02:23] /u/BUDD_boi had their submission removed for insufficient lambda.
+3759 [2020-03-02 15:28:16] '/u/DaddyDaughterDollar' has given '/u/StreetsofRagequit' lambda!
+3759 [2020-03-02 15:29:43] There has been a new submission: 'If you like kpop dance covers check me out <3 - BTS (방탄소년단) - 'ON' Dance Cover (Chorus)', with flair 'Discussion'
+3759 [2020-03-02 15:29:43] /u/IIfunanyaU had their submission removed for using the wrong flair.
+3759 [2020-03-02 15:32:56] There has been a new submission: 'Check me out - BTS (방탄소년단) - 'ON' Dance Cover (Chorus)', with flair 'Video Critique'
+3759 [2020-03-02 15:32:58] /u/IIfunanyaU had their submission removed for insufficient lambda.
+3759 [2020-03-02 15:35:41] There has been a new submission: 'World's Hottest Pepper: The Carolina Reaper Challenge!', with flair 'Video Critique'
+3759 [2020-03-02 15:35:42] /u/vitality108 had their submission removed for insufficient lambda.
+3759 [2020-03-02 15:37:52] '/u/Jischasing' has given '/u/masterchronos1' lambda!
+3759 [2020-03-02 15:40:09] '/u/Jischasing' has given '/u/Goolong' lambda!
+3759 [2020-03-02 15:41:58] There has been a new submission: 'Maroon 5 song', with flair 'Discussion'
+3759 [2020-03-02 15:43:01] '/u/mattfaris' has given '/u/YourSexyCellMate' lambda!
+3759 [2020-03-02 15:44:31] There has been a new submission: 'Batman hates Joker', with flair 'Video Critique'
+3759 [2020-03-02 15:44:33] /u/Tri99erMe had their submission removed for insufficient lambda.
+3759 [2020-03-02 15:46:30] '/u/Boing_gaming' has given '/u/daredevil005' lambda!
+3759 [2020-03-02 15:46:30] The OP received lambda too!
+3759 [2020-03-02 15:48:21] '/u/mattfaris' has given '/u/tommygun98' lambda!
+3759 [2020-03-02 15:53:53] '/u/mattfaris' has given '/u/vitality108' lambda!
+3898 [2020-03-02 16:01:47]
+####################
+[2020-03-02 16:01:47] RESTARTED
+####################
+
+3898 [2020-03-02 16:14:19] There has been a new submission: '80 Subs and an awesome ongoing contest!', with flair 'Discussion'
+3898 [2020-03-02 16:17:27] '/u/Illfury' has given '/u/MoskitoDan' lambda!
+3898 [2020-03-02 16:28:47] There has been a new submission: 'I'm the guy who was advertising his channel on Pornhub - Just wanted to say thank you so much for your support - we've just passed 1k!', with flair 'Discussion'
+3898 [2020-03-02 16:28:55] There has been a new submission: 'Prince Lawrence- "Ammo" Featured Video + Bio', with flair 'Video Critique'
+3898 [2020-03-02 16:28:56] /u/hnusman3 had their submission removed for insufficient lambda.
+3898 [2020-03-02 16:36:21] '/u/Jischasing' has given '/u/Wackywerter' lambda!
+3898 [2020-03-02 16:39:24] '/u/Jischasing' has given '/u/matthewwjoel' lambda!
+3898 [2020-03-02 16:41:36] There has been a new submission: '3 Email Scams in 2020 (One got Shark Tank's Barbara Corcoran)', with flair 'Video Critique'
+3898 [2020-03-02 16:41:38] /u/coletv had their submission removed for insufficient lambda.
+3898 [2020-03-02 16:42:06] '/u/Jischasing' has given '/u/Apple-of-the-earths' lambda!
+3898 [2020-03-02 16:44:45] '/u/Jischasing' has given '/u/LasertoneOfficial' lambda!
+3898 [2020-03-02 16:47:37] '/u/Pestarklo' has given '/u/vitality108' lambda!
+3898 [2020-03-02 16:50:16] '/u/DaddyDaughterDollar' has given '/u/CopperPanMan' lambda!
+3898 [2020-03-02 16:54:36] '/u/thetugahandyman' has given '/u/emli42' lambda!
+3898 [2020-03-02 16:54:36] The OP received lambda too!
+3898 [2020-03-02 17:01:20] There has been a new submission: 'CAMERA TALK 1 | My Travel Camera Bag 2020', with flair 'Video Critique'
+3898 [2020-03-02 17:01:22] /u/Scapparelli08 had their submission removed for insufficient lambda.
+3898 [2020-03-02 17:01:55] There has been a new submission: 'A pretty funny video idea I had, hope you guys enjoy!', with flair 'Video Critique'
+3898 [2020-03-02 17:06:38] There has been a new submission: 'new channel new video I hope you guys like', with flair 'Video Critique'
+3898 [2020-03-02 17:06:39] /u/paranitroid had their submission removed for insufficient lambda.
+3898 [2020-03-02 17:10:32] There has been a new submission: 'I Bought Amazon's Cheapest 4K Monitor and Reviewed It!!! | Would ♥️ Some Feedback Guys! | Of Course - I'll !givelambda', with flair 'Video Critique'
+3898 [2020-03-02 17:13:04] '/u/Illfury' has given '/u/Pandorath_Feryk' lambda!
+3898 [2020-03-02 17:19:11] There has been a new submission: 'UPVOTE! GET ME TO 1K', with flair 'Channel Review'
+3898 [2020-03-02 17:19:12] /u/zoetowne had their submission removed for insufficient lambda.
+3898 [2020-03-02 17:19:44] There has been a new submission: 'Guys plz Subscribe', with flair 'Channel Review'
+3898 [2020-03-02 17:19:45] /u/techinsightspk had their submission removed for insufficient lambda.
+3898 [2020-03-02 17:22:33] '/u/VreaL37' has given '/u/thetugahandyman' lambda!
+3898 [2020-03-02 17:24:04] There has been a new submission: 'Will give lambda for overall channel feedback! Only have a few vids but I really want to know your thoughts and opinions! Thank you for your time!!!', with flair 'Channel Review'
+3898 [2020-03-02 17:27:09] '/u/mylackey' has given '/u/Pandorath_Feryk' lambda!
+3898 [2020-03-02 17:29:21] '/u/Jischasing' has given '/u/LycanWolfGamer' lambda!
+3898 [2020-03-02 17:30:00] There has been a new submission: 'Latest 1 Gram Gold Jewellery Collections || 40+ latest designs with prices || worldwide delivery', with flair 'Vlog'
+3898 [2020-03-02 17:30:02] /u/anu_amazingvlog had their submission removed for insufficient lambda.
+3898 [2020-03-02 17:49:07] There has been a new submission: 'Hey guys, I made my first YouTube video with clips from my twitch, there's a lot of zoomer edits and such, check it out and tell me what you think!', with flair 'Video Critique'
+3898 [2020-03-02 17:49:07] /u/GoogleBabies had their submission removed for insufficient lambda.
+3898 [2020-03-02 17:53:42] There has been a new submission: 'This is by far my most viewed video and I’m wondering what you guys think of it. Will give lambda', with flair 'Video Critique'
+3898 [2020-03-02 17:57:00] There has been a new submission: 'I just started this channel a couple months ago. Only have 4 videos so far. I already know that I'll get told that I do too many different things but honestly until I figure out exactly what I want to do on this channel, that's just how it'll be. I'll accept any feedback though. Thanks', with flair 'Channel Review'
+3898 [2020-03-02 17:57:09] '/u/driedtexas' has given '/u/firmbutfaire' lambda!
+3898 [2020-03-02 17:57:10] The OP received lambda too!
+3898 [2020-03-02 18:00:28] There has been a new submission: 'Hello everyone I made a compilation video of new movie trailers 2020 so if you like movies I bet you'll want to watch this we have movies like black widow, spongebobe 2,morbius, rumble, fast and furious 9 etc', with flair 'None'
+3898 [2020-03-02 18:00:30] /u/epicrealm2 had their submission removed for insufficient lambda.
+4034 [2020-03-02 18:01:47]
+####################
+[2020-03-02 18:01:47] RESTARTED
+####################
+
+4034 [2020-03-02 18:02:44] There has been a new submission: 'Konse Sahaba Bade Darje Par Hain? | Tariq Jameel Bayan', with flair 'Discussion'
+4034 [2020-03-02 18:02:46] /u/msufwan had their submission removed for using the wrong flair.
+4034 [2020-03-02 18:06:06] '/u/TechLens_Official' has given '/u/MafiasFinestTV' lambda!
+4034 [2020-03-02 18:06:06] The OP received lambda too!
+4034 [2020-03-02 18:08:36] There has been a new submission: 'TTP Show - Episode #3: Out There Somewhere is AWESOME!', with flair 'Gaming'
+4034 [2020-03-02 18:08:38] /u/Nocturnalos0001 had their submission removed for insufficient lambda.
+4034 [2020-03-02 18:09:40] '/u/TechLens_Official' has given '/u/hakawesome' lambda!
+4034 [2020-03-02 18:12:52] There has been a new submission: 'Hey everyone! this is my latest video. i took all of your critiques and produced my greatest work yet in my opinion. i worked hard and put everything into this one, so please give it a watch, and let me know what you think. an of course any additional feedback is welcome. thank you all so much.', with flair 'Gaming'
+4034 [2020-03-02 18:21:00] '/u/sleepingeggroll' has given '/u/Pandorath_Feryk' lambda!
+4034 [2020-03-02 18:21:00] The OP received lambda too!
+4034 [2020-03-02 18:26:16] '/u/DaddyDaughterDollar' has given '/u/firmbutfaire' lambda!
+4034 [2020-03-02 18:27:18] There has been a new submission: 'How to make a Microphone Stand', with flair 'Art'
+4034 [2020-03-02 18:27:20] /u/TeXuYT had their submission removed for insufficient lambda.
+4034 [2020-03-02 18:31:27] There has been a new submission: 'He recently made this Gta avalanche video check it out :)', with flair 'Gaming'
+4034 [2020-03-02 18:31:29] /u/Abuzz_YT had their submission removed for insufficient lambda.
+4034 [2020-03-02 18:33:06] There has been a new submission: 'Anything you like or don’t like?? positive or negative :-)', with flair 'Video Critique'
+4034 [2020-03-02 18:33:30] '/u/ShiniestZoroark' has given '/u/StreetsofRagequit' lambda!
+4034 [2020-03-02 18:33:30] The OP received lambda too!
+4034 [2020-03-02 18:37:39] '/u/TechLens_Official' has given '/u/Scapparelli08' lambda!
+4034 [2020-03-02 18:38:15] '/u/superwatt123' has given '/u/Pandorath_Feryk' lambda!
+4034 [2020-03-02 18:38:15] The OP received lambda too!
+4034 [2020-03-02 18:38:41] There has been a new submission: 'Playing through River City Girls on our channel at Streets of Ragequit. Hope you enjoy our banter. Open to any feedback and giving lamdba to everyone :)', with flair 'Gaming'
+4034 [2020-03-02 18:40:08] '/u/endego24' has given '/u/Abuzz_YT' lambda!
+4034 [2020-03-02 18:40:08] The OP received lambda too!
+4034 [2020-03-02 18:40:52] '/u/superwatt123' has given '/u/GoogleBabies' lambda!
+4034 [2020-03-02 18:42:28] '/u/kaliseoul' has given '/u/firmbutfaire' lambda!
+4034 [2020-03-02 18:42:28] The OP received lambda too!
+4034 [2020-03-02 18:43:56] There has been a new submission: 'Hey guys in this video I challenged myself to only eat Vegan fast food for 24 hours! I’m after ideas for future videos and feedback especially if you are vegan! I’m not vegan but considering it!', with flair 'Video Critique'
+4034 [2020-03-02 18:43:58] /u/Linkgooding had their submission removed for insufficient lambda.
+4034 [2020-03-02 18:44:18] '/u/AnimuseVids' has given '/u/Pandorath_Feryk' lambda!
+4034 [2020-03-02 18:50:07] There has been a new submission: 'What Does $100 Worth Of Cases Get You? (CSGO Case Opening)', with flair 'Gaming'
+4034 [2020-03-02 18:56:32] '/u/Electric_Mauser' has given '/u/Pestarklo' lambda!
+4034 [2020-03-02 18:56:32] The OP received lambda too!
+4034 [2020-03-02 18:56:51] '/u/Electric_Mauser' has given '/u/the_real_d247' lambda!
+4034 [2020-03-02 18:57:01] '/u/Electric_Mauser' has given '/u/KamKashiiiYT' lambda!
+4034 [2020-03-02 18:57:08] '/u/Electric_Mauser' has given '/u/Boing_gaming' lambda!
+4034 [2020-03-02 18:57:15] '/u/Electric_Mauser' has given '/u/Special_Performance' lambda!
+4034 [2020-03-02 18:57:23] '/u/Electric_Mauser' has given '/u/DrinkingSauce' lambda!
+4034 [2020-03-02 18:57:30] '/u/Electric_Mauser' has given '/u/Simthesia' lambda!
+4034 [2020-03-02 18:57:36] There has been a new submission: 'New channel. Need advice and constructive criticism', with flair 'None'
+4034 [2020-03-02 18:57:38] /u/JoshNIU22896 had their submission removed for insufficient lambda.
+4034 [2020-03-02 18:57:45] '/u/Electric_Mauser' has given '/u/recollectionshawaii' lambda!
+4034 [2020-03-02 18:59:39] There has been a new submission: 'Hey, check out our channel where we post amazing content such as AMVs and gaming videos. Enjoy!', with flair 'Channel Review'
+4034 [2020-03-02 18:59:40] /u/A_Aabid26 had their submission removed for insufficient lambda.
+4034 [2020-03-02 19:00:23] There has been a new submission: 'Hi All!', with flair 'Channel Review'
+4034 [2020-03-02 19:00:25] /u/Jagu4rJ had their submission removed for insufficient lambda.
+4034 [2020-03-02 19:00:46] '/u/spector111' has given '/u/Jischasing' lambda!
+4034 [2020-03-02 19:00:47] The OP received lambda too!
+4034 [2020-03-02 19:01:07] '/u/spector111' has given '/u/Entity42og' lambda!
+4034 [2020-03-02 19:02:51] There has been a new submission: 'New Magic the Gathering YouTube channel “Poppmagic” what do you guys think of my videos? 13 subscribers total in a week.', with flair 'Gaming'
+4034 [2020-03-02 19:02:53] /u/poppmagic had their submission removed for insufficient lambda.
+4034 [2020-03-02 19:03:09] '/u/sleepingeggroll' has given '/u/Scapparelli08' lambda!
+4034 [2020-03-02 19:03:18] There has been a new submission: 'Looking for advice or subs', with flair 'None'
+4034 [2020-03-02 19:05:02] '/u/Electric_Mauser' has given '/u/BananaMilkeu' lambda!
+4034 [2020-03-02 19:06:11] '/u/Nicholas_Pickolaus' has given '/u/kaliseoul' lambda!
+4034 [2020-03-02 19:11:07] There has been a new submission: 'New CSGO Funny Moments Vid! I Had Fun Making It I Hope Yall Enjoy! Plz Give A Like And Sub If U Want! Let Me Know How U Like It Plz!!', with flair 'Channel Review'
+4034 [2020-03-02 19:11:09] /u/AGamingSquirrelYT had their submission removed for insufficient lambda.
+4034 [2020-03-02 19:16:35] There has been a new submission: 'Short comedy skit, please let me know what you think :)', with flair 'Video Critique'
+4034 [2020-03-02 19:16:49] There has been a new submission: 'Model an Ice-Cream Scoop in Solidworks! Advanced Surfacing Tutorial Practice Lesson', with flair 'Video Critique'
+4034 [2020-03-02 19:18:12] '/u/TechLens_Official' has given '/u/Endy_McGufin' lambda!
+4034 [2020-03-02 19:18:58] '/u/TechLens_Official' has given '/u/PlayahRide' lambda!
+4034 [2020-03-02 19:19:44] '/u/TechLens_Official' has given '/u/_jedijoel' lambda!
+4034 [2020-03-02 19:21:00] '/u/superwatt123' has given '/u/RaNDoM123SaLAd' lambda!
+4034 [2020-03-02 19:29:18] There has been a new submission: '!givelambda FEEDBACK NEEDED What is SHIT about my video/editing,content? | Episode 4 Season 1', with flair 'Video Critique'
+4034 [2020-03-02 19:39:43] '/u/Illfury' has given '/u/HighHeelKnight' lambda!
+4034 [2020-03-02 19:44:43] There has been a new submission: 'How To Motivate Yourself Using Grit! Another video where I incorporated a few different techniques. Let me know how everything turned out.', with flair 'Video Critique'
+4034 [2020-03-02 19:48:40] There has been a new submission: 'CRAZY FALLTRAP FIGHTS + LOLITSALEX RETURNS TO HCF?! - FaithfulMC', with flair 'Gaming'
+4034 [2020-03-02 19:48:41] /u/Tizzly3 had their submission removed for insufficient lambda.
+4034 [2020-03-02 19:57:43] There has been a new submission: 'Minecraft With the Coronavirus?', with flair 'Gaming'
+4034 [2020-03-02 19:57:45] /u/Robot2266 had their submission removed for insufficient lambda.
+4034 [2020-03-02 19:58:54] There has been a new submission: 'Why Does Everyone Hate Annabeth?', with flair 'Video Critique'
+4034 [2020-03-02 19:58:55] /u/AHealthyDoseofFran had their submission removed for insufficient lambda.
+4034 [2020-03-02 20:00:56] There has been a new submission: 'Using VPN to get view time up?', with flair 'Discussion'
+4196 [2020-03-02 20:01:47]
+####################
+[2020-03-02 20:01:47] RESTARTED
+####################
+
+4196 [2020-03-02 20:02:48] '/u/superwatt123' has given '/u/Illfury' lambda!
+4196 [2020-03-02 20:05:06] '/u/Illfury' has given '/u/Robot2266' lambda!
+4196 [2020-03-02 20:05:37] There has been a new submission: 'Please review my channel.! :)', with flair 'Channel Review'
+4196 [2020-03-02 20:05:46] '/u/-ironsteve' has given '/u/MorphingReality' lambda!
+4196 [2020-03-02 20:05:46] The OP received lambda too!
+4196 [2020-03-02 20:08:18] '/u/Special_Performance' has given '/u/HighHeelKnight' lambda!
+4196 [2020-03-02 20:08:18] The OP received lambda too!
+4196 [2020-03-02 20:09:20] There has been a new submission: 'This is a Playlist off all of my SpeedPaints that I have done so far digitally. Some are a bit slower because my editing program didn’t have the speed up feature. I would love to hear you guys feedback.', with flair 'Art'
+4196 [2020-03-02 20:09:21] /u/CJOAT-Angela had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:09:26] '/u/Jischasing' has given '/u/sponge_hitler' lambda!
+4196 [2020-03-02 20:11:33] There has been a new submission: 'CAMERA TALK 1 | My Travel Camera Bag 2020', with flair 'Video Critique'
+4196 [2020-03-02 20:11:48] '/u/KamKashiiiYT' has given '/u/PlayahRide' lambda!
+4196 [2020-03-02 20:11:48] The OP received lambda too!
+4196 [2020-03-02 20:13:30] There has been a new submission: 'Need help with reaching more people.', with flair 'Channel Review'
+4196 [2020-03-02 20:13:32] /u/Revnuke had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:16:19] There has been a new submission: 'All my animals in one video!', with flair 'Vlog'
+4196 [2020-03-02 20:16:21] /u/Coy_davis19 had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:23:13] There has been a new submission: 'Walking tour of the Acropolis in (4k) 60fps. Greece, Athens (February 2020)', with flair 'Vlog'
+4196 [2020-03-02 20:23:16] /u/paperchease had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:24:27] There has been a new submission: '[Question] Sponsorship how do they work?', with flair 'Discussion'
+4196 [2020-03-02 20:29:46] There has been a new submission: 'PISSRAGJONES - "YEAR OF THE COWBOY" (prod. Syler & Wendigo)', with flair 'Art'
+4196 [2020-03-02 20:29:47] /u/eggterminator had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:31:36] There has been a new submission: 'Comparing different storage systems for personal use and somehow trying to tie it into photography. Let me know what you think!', with flair 'None'
+4196 [2020-03-02 20:34:02] There has been a new submission: 'Call of Duty Modern Warfare Soap MacTavish action figure review!', with flair 'Channel Review'
+4196 [2020-03-02 20:34:04] /u/boxingwebb had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:36:23] There has been a new submission: '𖤐 ʚ♡ɞ 𖤐', with flair 'Channel Review'
+4196 [2020-03-02 20:36:25] /u/bxbymoon had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:48:33] '/u/TechLens_Official' has given '/u/Illfury' lambda!
+4196 [2020-03-02 20:49:04] '/u/TechLens_Official' has given '/u/Robot2266' lambda!
+4196 [2020-03-02 20:49:09] There has been a new submission: 'What do you think of a less hectic / energetic editing style for a story focused game like this?', with flair 'Video Critique'
+4196 [2020-03-02 20:50:55] '/u/TechLens_Official' has given '/u/emli42' lambda!
+4196 [2020-03-02 20:51:52] There has been a new submission: 'Tried combining some editing styles! Any feedback would be great!', with flair 'Gaming'
+4196 [2020-03-02 20:51:54] /u/TheMilitiaGamer had their submission removed for insufficient lambda.
+4196 [2020-03-02 20:57:57] '/u/MafiasFinestTV' has given '/u/MoskitoDan' lambda!
+4196 [2020-03-02 20:57:57] The OP received lambda too!
+4196 [2020-03-02 20:58:11] '/u/Sky-todd' has given '/u/Illfury' lambda!
+4196 [2020-03-02 20:58:11] The OP received lambda too!
+4196 [2020-03-02 20:58:35] '/u/MafiasFinestTV' has given '/u/Sky-todd' lambda!
+4196 [2020-03-02 21:00:40] '/u/MafiasFinestTV' has given '/u/TechLens_Official' lambda!
+4196 [2020-03-02 21:01:50] There has been a new submission: 'Recently started this channel, check out this video and a couple other if you want, open to feedback and discussion', with flair 'Gaming'
+4196 [2020-03-02 21:01:52] /u/WednesdayWarriorsYT had their submission removed for insufficient lambda.
+4196 [2020-03-02 21:03:04] There has been a new submission: 'Serving Tables is like Dancing | Snackables', with flair 'Vlog'
+4196 [2020-03-02 21:03:06] /u/fnbpodcast had their submission removed for insufficient lambda.
+4196 [2020-03-02 21:27:52] There has been a new submission: 'Any feedback would be greatly appreciated for my small channel.', with flair 'Channel Review'
+4196 [2020-03-02 21:27:53] /u/BrooklynR31 had their submission removed for insufficient lambda.
+4196 [2020-03-02 21:34:06] There has been a new submission: 'This is the latest part of my journey from Arthritic to Athletic what do you think? How can I improve I added music because y'all said it would help and I tried to sound more animated what else and what do you think of the content?', with flair 'Video Critique'
+4196 [2020-03-02 21:45:39] '/u/XXXEggNog69XXX' has given '/u/Pandorath_Feryk' lambda!
+4196 [2020-03-02 21:58:35] '/u/MafiasFinestTV' has given '/u/aLeakyAbstraction' lambda!
+4412 [2020-03-02 22:01:47]
+####################
+[2020-03-02 22:01:47] RESTARTED
+####################
+
+4412 [2020-03-02 22:12:36] '/u/Charlie_7threegamers' has given '/u/AHealthyDoseofFran' lambda!
+4412 [2020-03-02 22:12:36] The OP received lambda too!
+4412 [2020-03-02 22:12:58] There has been a new submission: 'PRO CLUTCHES - (RAINBOW 6 SIEGE)', with flair 'Gaming'
+4412 [2020-03-02 22:13:01] /u/zackywacky5 had their submission removed for insufficient lambda.
+4412 [2020-03-02 22:17:42] There has been a new submission: 'A terraria video i made with all of my editing knowledge; i think it’s my best video so far! criticism and feedback welcome on the video and thumbnail!', with flair 'Gaming'
+4412 [2020-03-02 22:17:43] /u/Azziiii had their submission removed for insufficient lambda.
+4412 [2020-03-02 22:20:43] There has been a new submission: 'A little terraria video i made with all of the editing knowledge i’ve gained over the past year! Feedback and criticism welcome on both the video and thumbnail :)', with flair 'None'
+4412 [2020-03-02 22:20:45] /u/Azziiii had their submission removed for insufficient lambda.
+4412 [2020-03-02 22:28:40] There has been a new submission: 'My Org Just Posted A New Montage! Would appreciate if you would check it out and leave some love <3!', with flair 'Gaming'
+4412 [2020-03-02 22:28:41] /u/StriveSmurf had their submission removed for insufficient lambda.
+4412 [2020-03-02 22:34:43] '/u/Scapparelli08' has given '/u/aLeakyAbstraction' lambda!
+4412 [2020-03-02 22:34:43] The OP received lambda too!
+4412 [2020-03-02 22:38:15] There has been a new submission: 'Please give feedback :D Giving lambda!', with flair 'Video Critique'
+4412 [2020-03-02 22:38:16] /u/maxjoness had their submission removed for insufficient lambda.
+4412 [2020-03-02 22:41:14] '/u/maxjoness' has given '/u/leo-the-cow' lambda!
+4412 [2020-03-02 22:41:14] The OP received lambda too!
+4412 [2020-03-02 22:42:10] There has been a new submission: 'WOMEN'S HISTORY MONTH!', with flair 'Vlog'
+4412 [2020-03-02 22:42:12] /u/Niche96 had their submission removed for insufficient lambda.
+4412 [2020-03-02 23:11:23] There has been a new submission: 'Final Fantasy VII Remake Demo Walkthrough. Come check it out, you may enjoy it.', with flair 'Gaming'
+4412 [2020-03-02 23:11:25] /u/Destiny_Element had their submission removed for insufficient lambda.
+4412 [2020-03-02 23:15:51] {ERROR} received 200 HTTP response
+4412 [2020-03-02 23:22:32] {ERROR} received 200 HTTP response
+4547 [2020-03-03 00:01:48]
+####################
+[2020-03-03 00:01:48] RESTARTED
+####################
+
+4547 [2020-03-03 00:02:18] '/u/VreaL37' has given '/u/Rolypoly_Cats' lambda!
+1350 [2020-03-03 00:02:31] Updated statistics
+4547 [2020-03-03 00:02:54] There has been a new submission: 'This is my first full animation for my new YouTube channel. It's hopefully the first of many and will take a satirical and comedic look at The US Democrat party as it gears up to elect it's new leader. Feedback would definitely be appreciated!', with flair 'None'
+4547 [2020-03-03 00:03:02] /u/AlCoolStudios had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:03:08] There has been a new submission: 'What the HECK is Amazon's New World?!', with flair 'Video Critique'
+4547 [2020-03-03 00:03:10] /u/MitchellHamilton had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:03:15] There has been a new submission: '[Link] Anyone Like Tech - Apple Related Topics? Have A Look At My Channel 😁', with flair 'None'
+4547 [2020-03-03 00:03:17] /u/Oscar-24 had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:03:23] There has been a new submission: 'is it worth it to keep on going?', with flair 'Discussion'
+4547 [2020-03-03 00:04:35] '/u/Burkeds' has given '/u/Simthesia' lambda!
+4547 [2020-03-03 00:04:35] The OP received lambda too!
+4547 [2020-03-03 00:09:41] There has been a new submission: 'could you guys watch my roblox video and sub and give feedback', with flair 'Gaming'
+4547 [2020-03-03 00:09:41] /u/69_Bruh_420 had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:11:57] There has been a new submission: 'This is the latest video I made, I usually just do a weird weekly news report but want to make more just have no ideas', with flair 'Discussion'
+4547 [2020-03-03 00:11:59] /u/Memeulousis5ft2 had their submission removed for using the wrong flair.
+4547 [2020-03-03 00:27:13] There has been a new submission: 'Boulder Shoulder HOME exercise| No gym Needed- let me know if these exercises helped you out with some ideas that you could add to your Regular routine. Thanks 🙏', with flair 'Video Critique'
+4547 [2020-03-03 00:43:33] There has been a new submission: 'YouTube is not for long informational content?', with flair 'Video Critique'
+4547 [2020-03-03 00:43:35] /u/Majkssss had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:44:45] There has been a new submission: '3 UK start-up founders share their journey in Silicon Valley - Vlog', with flair 'Vlog'
+4547 [2020-03-03 00:44:47] /u/SatoshiW had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:47:24] There has been a new submission: 'What do you think about this new style of climbing where just music plays? Thanks for the advice!', with flair 'Video Critique'
+4547 [2020-03-03 00:49:58] '/u/Scapparelli08' has given '/u/MafiasFinestTV' lambda!
+4547 [2020-03-03 00:50:10] '/u/Scapparelli08' has given '/u/Gamalen' lambda!
+4547 [2020-03-03 00:50:43] There has been a new submission: 'Hey guys! We are struggling for subs, check us out and look at some of our stuff, we could use some constructive criticism!', with flair 'Gaming'
+4547 [2020-03-03 00:50:46] /u/Kir8y88 had their submission removed for insufficient lambda.
+4547 [2020-03-03 00:59:15] '/u/cjf5414' has given '/u/spicymilksauce' lambda!
+4547 [2020-03-03 00:59:15] The OP received lambda too!
+4547 [2020-03-03 01:00:08] '/u/KnowledgeOfLife' has given '/u/MafiasFinestTV' lambda!
+4547 [2020-03-03 01:00:08] The OP received lambda too!
+4547 [2020-03-03 01:00:55] There has been a new submission: 'Basically, I know the thumbnail and title are crap. Based on the content of the video, how would u guys improve the thumbnail and title of this to get more viewers? ( I will give lambda for help)', with flair 'Thumbnail Review'
+4547 [2020-03-03 01:06:23] '/u/spicymilksauce' has given '/u/Kir8y88' lambda!
+4547 [2020-03-03 01:06:23] The OP received lambda too!
+4547 [2020-03-03 01:15:40] There has been a new submission: 'Hi, looking for feedback on my editing please!', with flair 'Gaming'
+4547 [2020-03-03 01:15:41] /u/Weak_Scallion had their submission removed for insufficient lambda.
+4547 [2020-03-03 01:22:35] There has been a new submission: 'ALMOST AT 800 SUBS WOW :)', with flair 'Vlog'
+4547 [2020-03-03 01:22:37] /u/Aneedels had their submission removed for insufficient lambda.
+4547 [2020-03-03 01:22:48] '/u/spicymilksauce' has given '/u/TheRealJyro' lambda!
+4547 [2020-03-03 01:23:19] There has been a new submission: 'IS CHUNNIBYO BETTER THEN TORADORA?!? | Topic Shxt | Joradonic', with flair 'Discussion'
+4547 [2020-03-03 01:23:21] /u/joradonic had their submission removed for using the wrong flair.
+4547 [2020-03-03 01:23:59] There has been a new submission: 'Finally to 600 subs! New video up!!', with flair 'None'
+4547 [2020-03-03 01:31:01] '/u/TechLens_Official' has given '/u/Simthesia' lambda!
+4547 [2020-03-03 01:31:22] '/u/TechLens_Official' has given '/u/Rolypoly_Cats' lambda!
+4547 [2020-03-03 01:31:59] There has been a new submission: 'What’s the best way for more people to find my channel', with flair 'Discussion'
+4547 [2020-03-03 01:33:57] '/u/TechLens_Official' has given '/u/aLeakyAbstraction' lambda!
+4547 [2020-03-03 01:34:09] '/u/TechLens_Official' has given '/u/thelifeofriles' lambda!
+4547 [2020-03-03 01:37:57] '/u/spicymilksauce' has given '/u/KnowledgeOfLife' lambda!
+4547 [2020-03-03 01:38:28] There has been a new submission: 'A Guide to Open Legend RPG's Character Creation process', with flair 'Gaming'
+4547 [2020-03-03 01:39:39] There has been a new submission: 'Reading Hate Comments', with flair 'Gaming'
+4547 [2020-03-03 01:39:39] /u/crispyonyt had their submission removed for insufficient lambda.
+4547 [2020-03-03 01:43:52] There has been a new submission: 'Not sure if allowed but this guys content is pretty good. Focused around cooking in short digestible videos. It’s worth a watch.', with flair 'None'
+4547 [2020-03-03 01:43:54] /u/ChilledClarity had their submission removed for insufficient lambda.
+4547 [2020-03-03 01:44:35] '/u/Sky-todd' has given '/u/Azziiii' lambda!
+4547 [2020-03-03 01:53:08] There has been a new submission: 'Video I just worked on, feedback would be amazing! I think it’s good but I think I could do better on a computer, but the phone had to do! Hope you enjoy!!!', with flair 'Video Critique'
+4547 [2020-03-03 01:53:11] /u/T-Art-Films had their submission removed for insufficient lambda.
+4696 [2020-03-03 02:01:48]
+####################
+[2020-03-03 02:01:48] RESTARTED
+####################
+
+4696 [2020-03-03 02:04:01] There has been a new submission: '"if you dont get this we cant be friends"', with flair 'Video Critique'
+4696 [2020-03-03 02:05:59] {ERROR} received 200 HTTP response
+4696 [2020-03-03 02:26:37] '/u/KamKashiiiYT' has given '/u/the_real_d247' lambda!
+4696 [2020-03-03 02:26:55] '/u/KamKashiiiYT' has given '/u/TheRealJyro' lambda!
+4696 [2020-03-03 02:31:30] '/u/sleepingeggroll' has given '/u/spicymilksauce' lambda!
+4696 [2020-03-03 02:32:21] '/u/sleepingeggroll' has given '/u/TheRealJyro' lambda!
+4696 [2020-03-03 02:40:45] '/u/MafiasFinestTV' has given '/u/Halloween_Scarecrow' lambda!
+4696 [2020-03-03 02:42:43] '/u/MafiasFinestTV' has given '/u/RavenJimmy' lambda!
+4696 [2020-03-03 02:42:43] The OP received lambda too!
+4696 [2020-03-03 02:54:55] {ERROR} received 200 HTTP response
+4834 [2020-03-03 04:01:57]
+####################
+[2020-03-03 04:01:57] RESTARTED
+####################
+
+4834 [2020-03-03 04:06:45] '/u/The_Amateur_Creator' has given '/u/Scabhammer' lambda!
+4834 [2020-03-03 04:06:45] The OP received lambda too!
+4834 [2020-03-03 04:13:43] There has been a new submission: 'When you are monetized do you have to keep up the 4000 watch hours every 6 months?', with flair 'Discussion'
+4834 [2020-03-03 04:13:57] There has been a new submission: 'It only took this person 9 weeks to do this game 🤯', with flair 'Gaming'
+4834 [2020-03-03 04:13:59] /u/Watchingmegame had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:14:12] There has been a new submission: 'For all the gaming channels out there, how beneficial is streaming?', with flair 'Gaming'
+4834 [2020-03-03 04:14:27] There has been a new submission: 'Notepad Sketches UNIQUE EDITION 2', with flair 'Art'
+4834 [2020-03-03 04:14:43] There has been a new submission: 'Please subscribe! Just my friends and I doing wacky stuff. Link down below.', with flair 'Vlog'
+4834 [2020-03-03 04:14:45] /u/yodawg07 had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:14:58] There has been a new submission: 'I Built a PC!! pretty proud of the outcome!!', with flair 'Vlog'
+4834 [2020-03-03 04:15:00] /u/AmbitiousNinja1 had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:15:13] There has been a new submission: 'This is the best Modern Warfare kill montage you'll see this week.', with flair 'Gaming'
+4834 [2020-03-03 04:15:29] There has been a new submission: 'Alien Interview - I started this YT channel in August 2019 where I do skits and ask people questions I find interesting. Please give me feedback on what I can do to make it better and I will listen!', with flair 'Channel Review'
+4834 [2020-03-03 04:15:31] /u/OneSmallStepMedia had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:16:04] '/u/driedtexas' has given '/u/lebushwacker' lambda!
+4834 [2020-03-03 04:17:56] There has been a new submission: 'Happy to be here ready to grow', with flair 'Gaming'
+4834 [2020-03-03 04:17:56] /u/2fort-flander had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:18:05] There has been a new submission: 'Gorillas get revenge on the T-Rexs, a boxing match, 2 fan requested battles and a truly awful new gauntlet run 😂 Animal Revolt Battle Simulator is awesome!', with flair 'Gaming'
+4834 [2020-03-03 04:18:06] /u/Monkeyfeesh had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:18:15] There has been a new submission: 'This is a test', with flair 'None'
+4834 [2020-03-03 04:18:16] /u/2fort-flander had their submission removed for insufficient lambda.
+4834 [2020-03-03 04:20:17] '/u/TheCadency' has given '/u/rievhardt' lambda!
+4834 [2020-03-03 04:20:17] The OP received lambda too!
+4834 [2020-03-03 04:23:58] '/u/driedtexas' has given '/u/Chivibro' lambda!
+4834 [2020-03-03 04:26:59] '/u/driedtexas' has given '/u/finbud117' lambda!
+4834 [2020-03-03 04:28:10] There has been a new submission: 'Little Big Planet - PSP vs Playstation 3 vs PPSSPP vs RPCS3 Comparison', with flair 'Gaming'
+4834 [2020-03-03 04:48:12] '/u/kaliseoul' has given '/u/the_real_d247' lambda!
+4834 [2020-03-03 04:48:57] '/u/kaliseoul' has given '/u/TheRealJyro' lambda!
+4834 [2020-03-03 05:01:51] There has been a new submission: 'small girl', with flair 'Vlog'
+4834 [2020-03-03 05:01:53] /u/karlooo21 had their submission removed for insufficient lambda.
+4834 [2020-03-03 05:08:58] There has been a new submission: 'How do you get you videos noticed (not including thumbnails and titles)', with flair 'Discussion'
+4834 [2020-03-03 05:30:10] '/u/sleepingeggroll' has given '/u/Supeelok99' lambda!
+4834 [2020-03-03 05:37:22] '/u/JacqueslwsReddit' has given '/u/Adzic254' lambda!
+4834 [2020-03-03 05:37:22] The OP received lambda too!
+4834 [2020-03-03 05:47:40] '/u/daredevil005' has given '/u/WalfieOnYouTube' lambda!
+4834 [2020-03-03 05:47:40] The OP received lambda too!
+4834 [2020-03-03 05:58:03] There has been a new submission: 'A New Way To Watch Movie Reviews', with flair 'Channel Review'
+4834 [2020-03-03 05:58:04] /u/shaneomac111 had their submission removed for insufficient lambda.
+5038 [2020-03-03 06:01:48]
+####################
+[2020-03-03 06:01:48] RESTARTED
+####################
+
+5038 [2020-03-03 06:03:56] '/u/GrumpyBottom_YT' has given '/u/Endy_McGufin' lambda!
+5038 [2020-03-03 06:03:56] The OP received lambda too!
+5038 [2020-03-03 06:14:17] '/u/KamKashiiiYT' has given '/u/Ken98_' lambda!
+5038 [2020-03-03 06:24:38] There has been a new submission: 'best tinder texts #2', with flair 'Video Critique'
+5038 [2020-03-03 06:24:40] /u/vincentpablo had their submission removed for insufficient lambda.
+5038 [2020-03-03 06:25:54] '/u/KyberQ' has given '/u/ThiccAssClap' lambda!
+5038 [2020-03-03 06:32:31] '/u/emli42' has given '/u/lieutenatdan' lambda!
+5038 [2020-03-03 06:32:31] The OP received lambda too!
+5038 [2020-03-03 06:52:03] There has been a new submission: 'DODGY TUNNELS IN INFRA', with flair 'Gaming'
+5038 [2020-03-03 06:52:05] /u/KJB65 had their submission removed for insufficient lambda.
+5038 [2020-03-03 07:25:35] '/u/harru09' has given '/u/KyberQ' lambda!
+5038 [2020-03-03 07:42:50] There has been a new submission: '(Meditation music) Underwater | Binaural Beats - Delta Waves | Deep Sleep', with flair 'Art'
+5038 [2020-03-03 07:42:52] /u/MyLonelySpaceship had their submission removed for insufficient lambda.
+5038 [2020-03-03 07:50:35] There has been a new submission: 'Is “How 2 Tech” a good name for my tech channel or is it cringey?', with flair 'None'
+5038 [2020-03-03 07:50:37] /u/pengalehawk had their submission removed for insufficient lambda.
+5404 [2020-03-03 08:01:48]
+####################
+[2020-03-03 08:01:48] RESTARTED
+####################
+
+5404 [2020-03-03 08:09:51] There has been a new submission: 'Discovery via Streaming: YouTube vs Twitch vs Mixer', with flair 'Discussion'
+5404 [2020-03-03 08:28:29] There has been a new submission: 'I'm trying to improve my thumbnails. I was told that were shitty and so were the titles. So if anyone would like to, please review my thumbnail and title for this video.', with flair 'Thumbnail Review'
+5404 [2020-03-03 08:28:30] /u/ittsa_poy had their submission removed for insufficient lambda.
+5404 [2020-03-03 08:33:14] There has been a new submission: 'Posting in this sub is such a pain.', with flair 'Discussion'
+5404 [2020-03-03 09:29:44] '/u/Charlie_7threegamers' has given '/u/KingOberon13' lambda!
+5404 [2020-03-03 09:32:42] There has been a new submission: 'So I am a gaming channel mainly for simulation games such as Sims, Planet Zoo etc I also play Tem Tem and plan more games content. As I approach 2k , I'm just looking for some advice or any tips on how I can improve my channel etc, giving lambda for helpful comments', with flair 'Gaming'
+5404 [2020-03-03 09:37:20] There has been a new submission: 'Ombre lip tutorial', with flair 'Video Critique'
+5404 [2020-03-03 09:37:22] /u/Snydermarie had their submission removed for insufficient lambda.
+5404 [2020-03-03 09:41:47] '/u/Charlie_7threegamers' has given '/u/aLeakyAbstraction' lambda!
+5404 [2020-03-03 09:47:30] There has been a new submission: 'Started an education based YouTube channel recently with some friends, love some opinions on whether that sector is too saturated/dominated by market leaders? Eg below;', with flair 'Discussion'
+5404 [2020-03-03 09:47:31] /u/mr_dyl had their submission removed for using the wrong flair.
+5404 [2020-03-03 09:48:08] There has been a new submission: 'Small Youtube Channel for gamers', with flair 'Channel Review'
+5910 [2020-03-03 10:01:48]
+####################
+[2020-03-03 10:01:48] RESTARTED
+####################
+
+5910 [2020-03-03 10:10:46] '/u/JacqueslwsReddit' has given '/u/PlayahRide' lambda!
+5910 [2020-03-03 10:13:57] '/u/Sky-todd' has given '/u/KingOberon13' lambda!
+5910 [2020-03-03 10:17:51] '/u/Sky-todd' has given '/u/ZhyperCR1T' lambda!
+5910 [2020-03-03 10:18:18] '/u/Sky-todd' has given '/u/Shamiya_Moye' lambda!
+5910 [2020-03-03 10:21:19] There has been a new submission: 'Kentay vlog', with flair 'Vlog'
+5910 [2020-03-03 10:21:21] /u/huynhdvq had their submission removed for insufficient lambda.
+5910 [2020-03-03 10:25:53] There has been a new submission: 'What's your creation process?', with flair 'Discussion'
+5910 [2020-03-03 10:38:31] There has been a new submission: 'Exploring Tingloy Batangas Philippines😍', with flair 'None'
+5910 [2020-03-03 10:38:32] /u/kiiaracaroline had their submission removed for insufficient lambda.
+5910 [2020-03-03 10:40:33] '/u/Pandorath_Feryk' has given '/u/ExrosZ' lambda!
+5910 [2020-03-03 10:40:33] The OP received lambda too!
+5910 [2020-03-03 10:41:03] There has been a new submission: 'Made a Smash Ultimate video playing with custom mii fighters and custom stages. This is my first smash bros video on my channel so i would love any kind of critique and feedback, thanks! :)', with flair 'Gaming'
+5910 [2020-03-03 10:41:42] There has been a new submission: 'Hello you. Get stuck into this for me please... I’ve started adding end screen bits and all sorts to my odd comedy product now, so I’m well up for feedback. And views. Let me know what, if anything, you think. I’d be interested to know if Americans can even understand a word I say in it.', with flair 'Video Critique'
+5910 [2020-03-03 10:43:55] '/u/LukeDoes' has given '/u/TCTV_UK' lambda!
+5910 [2020-03-03 10:43:55] The OP received lambda too!
+5910 [2020-03-03 10:58:38] There has been a new submission: '[OC] Freddy Vs Jason [2003] Retrospective - Exploring the Horror Genre of the Early 2000's', with flair 'Channel Review'
+5910 [2020-03-03 10:58:38] /u/LetsCrashThisParadeX had their submission removed for insufficient lambda.
+5910 [2020-03-03 10:59:04] There has been a new submission: 'Need advice on first video', with flair 'Discussion'
+5910 [2020-03-03 11:00:53] There has been a new submission: 'Here... Enjoy some dreams', with flair 'Gaming'
+5910 [2020-03-03 11:00:55] /u/TheDarkBeard1 had their submission removed for insufficient lambda.
+5910 [2020-03-03 11:08:18] '/u/HuqleReddit' has given '/u/ExrosZ' lambda!
+5910 [2020-03-03 11:08:18] The OP received lambda too!
+5910 [2020-03-03 11:20:19] There has been a new submission: 'Started an education based channel with some friends recently. Would love some opinions on whether that genre would be considered over-saturated with market leaders dominating? Attached an example of our work ✌🏼', with flair 'Channel Review'
+5910 [2020-03-03 11:20:21] /u/mr_dyl had their submission removed for insufficient lambda.
+5910 [2020-03-03 11:25:20] '/u/spicymilksauce' has given '/u/pinappleonpizza123' lambda!
+5910 [2020-03-03 11:25:36] '/u/spicymilksauce' has given '/u/Endy_McGufin' lambda!
+5910 [2020-03-03 11:26:01] '/u/spicymilksauce' has given '/u/pinksphere' lambda!
+5910 [2020-03-03 11:26:23] '/u/Simthesia' has given '/u/GrumpyBottom_YT' lambda!
+5910 [2020-03-03 11:26:23] The OP received lambda too!
+5910 [2020-03-03 11:26:33] '/u/spicymilksauce' has given '/u/Chasemanders' lambda!
+5910 [2020-03-03 11:28:23] '/u/ittsa_poy' has given '/u/Charlie_7threegamers' lambda!
+5910 [2020-03-03 11:28:23] The OP received lambda too!
+5910 [2020-03-03 11:57:55] There has been a new submission: 'Is this thumbnail flashy enough to catch your attention? Also with this being a compilation of awesome moments I've recorded in the last few months does it keep your attention even if you haven't played BONEWORKS before?', with flair 'Video Critique'
+5910 [2020-03-03 11:58:42] There has been a new submission: 'Minecraft videos alongside other content.', with flair 'Discussion'
+5910 [2020-03-03 11:59:14] There has been a new submission: 'Hello Everyone Just Created a New Channel Hope You Like The Content.', with flair 'Channel Review'
+5910 [2020-03-03 11:59:14] /u/mosaicco had their submission removed for insufficient lambda.
+6045 [2020-03-03 12:01:48]
+####################
+[2020-03-03 12:01:48] RESTARTED
+####################
+
+6045 [2020-03-03 12:17:06] There has been a new submission: 'Started A New YouTube Channel. Join Me on this Journey', with flair 'Channel Review'
+6045 [2020-03-03 12:17:07] /u/mosaicco had their submission removed for insufficient lambda.
+6045 [2020-03-03 12:26:36] '/u/HuqleReddit' has given '/u/MoskitoDan' lambda!
+6045 [2020-03-03 12:30:41] '/u/MafiasFinestTV' has given '/u/knowbottle' lambda!
+6045 [2020-03-03 12:30:55] '/u/MafiasFinestTV' has given '/u/mattfaris' lambda!
+6045 [2020-03-03 12:39:58] '/u/ErbyTattoos' has given '/u/Sky-todd' lambda!
+6045 [2020-03-03 12:39:58] The OP received lambda too!
+6045 [2020-03-03 12:41:01] '/u/TCTV_UK' has given '/u/JLSpinner' lambda!
+6045 [2020-03-03 12:41:01] The OP received lambda too!
+6045 [2020-03-03 12:55:24] There has been a new submission: 'Here is my latest video. I am aware that the title is not very searchable so could you guys give me some advice how to come up with SEO friendly titles? Also I would like to hear your thought about the video. What could I improve?', with flair 'Video Critique'
+6045 [2020-03-03 13:17:38] There has been a new submission: 'Art channel needing help', with flair 'Art'
+6045 [2020-03-03 13:27:00] '/u/Pootoori' has given '/u/StealthyTanto' lambda!
+6045 [2020-03-03 13:27:00] The OP received lambda too!
+6045 [2020-03-03 13:27:53] There has been a new submission: 'GLASS OF WATER B-ROLL', with flair 'Vlog'
+6045 [2020-03-03 13:27:54] /u/sfareri had their submission removed for insufficient lambda.
+6045 [2020-03-03 13:32:26] '/u/soyboy815' has given '/u/A_Aabid26' lambda!
+6045 [2020-03-03 13:32:26] The OP received lambda too!
+6045 [2020-03-03 13:38:50] '/u/Pootoori' has given '/u/knowbottle' lambda!
+6045 [2020-03-03 13:40:31] '/u/Pootoori' has given '/u/oopdedikk' lambda!
+6045 [2020-03-03 13:47:34] There has been a new submission: 'Rainbow Six Siege Funny Moments', with flair 'Gaming'
+6045 [2020-03-03 13:47:35] /u/VroTrey had their submission removed for insufficient lambda.
+6045 [2020-03-03 13:49:32] '/u/Pandorath_Feryk' has given '/u/YourHomieJeff' lambda!
+6045 [2020-03-03 13:55:02] '/u/Pandorath_Feryk' has given '/u/lieutenatdan' lambda!
+6045 [2020-03-03 13:59:35] There has been a new submission: 'New Video Out On My Channel', with flair 'Video Critique'
+6045 [2020-03-03 13:59:36] /u/Jaylenw265 had their submission removed for insufficient lambda.
+6245 [2020-03-03 14:01:50]
+####################
+[2020-03-03 14:01:50] RESTARTED
+####################
+
+6245 [2020-03-03 14:05:57] '/u/superwatt123' has given '/u/Supeelok99' lambda!
+6245 [2020-03-03 14:07:12] '/u/GrumpyBottom_YT' has given '/u/ThisIsCress' lambda!
+6245 [2020-03-03 14:09:07] '/u/matthewwjoel' has given '/u/soyboy815' lambda!
+6245 [2020-03-03 14:09:07] The OP received lambda too!
+6245 [2020-03-03 14:16:10] There has been a new submission: 'Needed Music Producers From Music Artist', with flair 'Collab'
+6245 [2020-03-03 14:27:58] There has been a new submission: 'Classic Shepherd’s Pie with a Spicy Twist| How To make Shepherd's Pie in...', with flair 'Video Critique'
+6245 [2020-03-03 14:27:59] /u/kawshif had their submission removed for insufficient lambda.
+6245 [2020-03-03 14:30:40] There has been a new submission: 'So I'm continuing with my Mario playing sonic series. I've taken on board the constructive feedback I got on here and incorporated a green screen. Does it make it look better? (I'm still new to editing the green screen so there's a couple of glitches in the intro and outro). Forgive me :D', with flair 'Gaming'
+6245 [2020-03-03 14:34:07] There has been a new submission: 'Max Payne First Impressions - Part 2', with flair 'Gaming'
+6245 [2020-03-03 14:34:09] /u/Gaming_University had their submission removed for insufficient lambda.
+6245 [2020-03-03 14:41:37] There has been a new submission: 'Hey guys:) I just started my channel three days ago and am really looking to grow!! I have a video I’m dropping tonight and if you have any game suggestions I’m always open to try and record new vids:) Thank you for anyone who checks out my content and subscribed it means so so much❤️', with flair 'Gaming'
+6245 [2020-03-03 14:41:39] /u/Inferno1062 had their submission removed for insufficient lambda.
+6245 [2020-03-03 14:43:10] '/u/Pandorath_Feryk' has given '/u/soyboy815' lambda!
+6245 [2020-03-03 14:46:42] '/u/Pandorath_Feryk' has given '/u/Charlie_7threegamers' lambda!
+6245 [2020-03-03 14:53:02] '/u/StreetsofRagequit' has given '/u/Adzic254' lambda!
+6245 [2020-03-03 14:53:02] The OP received lambda too!
+6245 [2020-03-03 14:53:28] '/u/StreetsofRagequit' has given '/u/Ken98_' lambda!
+6245 [2020-03-03 15:24:33] There has been a new submission: 'I decided to start my YouTube channel journey and I’m a Deaf individual, please let me know what you think I can improve. Thank you!', with flair 'None'
+6245 [2020-03-03 15:24:35] /u/Profaniter had their submission removed for insufficient lambda.
+6245 [2020-03-03 15:30:18] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 13 - Haruhi Ito (GR Breakpoint)', with flair 'Gaming'
+6245 [2020-03-03 15:30:20] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+6245 [2020-03-03 15:33:44] There has been a new submission: '[QUESTION] How does copyright apply when reviewing video ads from tv?', with flair 'Discussion'
+6245 [2020-03-03 15:43:48] There has been a new submission: 'New channel trailer bros, lmk what u think', with flair 'Video Critique'
+6245 [2020-03-03 15:47:55] '/u/kaliseoul' has given '/u/Ken98_' lambda!
+6245 [2020-03-03 15:49:21] '/u/kaliseoul' has given '/u/lynxcane' lambda!
+6245 [2020-03-03 15:49:39] '/u/kaliseoul' has given '/u/ThisIsCress' lambda!
+6245 [2020-03-03 15:51:30] '/u/RealMushroomGaming' has given '/u/A_Aabid26' lambda!
+6245 [2020-03-03 15:51:30] The OP received lambda too!
+6245 [2020-03-03 15:54:52] There has been a new submission: 'Video game pick-ups Jan-Mar 2020', with flair 'Gaming'
+6245 [2020-03-03 15:54:54] /u/AMlordz had their submission removed for insufficient lambda.
+6245 [2020-03-03 15:56:26] There has been a new submission: 'IT'S NOT MY LATEST VIDEO BUT I LOVE THIS RECIPE AND I'm sure your children also', with flair 'Vlog'
+6245 [2020-03-03 15:56:28] /u/Elie_Tara had their submission removed for insufficient lambda.
+6380 [2020-03-03 16:01:49]
+####################
+[2020-03-03 16:01:49] RESTARTED
+####################
+
+6380 [2020-03-03 16:07:14] There has been a new submission: 'NEED FOR SPEED HEAT - FORD F-150 RAPTOR LE "17', with flair 'Gaming'
+6380 [2020-03-03 16:07:15] /u/asdiragaming had their submission removed for insufficient lambda.
+6380 [2020-03-03 16:09:23] '/u/Pootoori' has given '/u/Henry_does' lambda!
+6380 [2020-03-03 16:11:08] '/u/Pootoori' has given '/u/BaronIbelin' lambda!
+6380 [2020-03-03 16:11:22] '/u/Supeelok99' has given '/u/soyboy815' lambda!
+6380 [2020-03-03 16:11:23] The OP received lambda too!
+6380 [2020-03-03 16:12:45] '/u/Pootoori' has given '/u/Koalastars009' lambda!
+6380 [2020-03-03 16:16:41] There has been a new submission: 'YOUTUBE CHANNEL 💫💫', with flair 'None'
+6380 [2020-03-03 16:16:42] /u/genesiscruz had their submission removed for insufficient lambda.
+6380 [2020-03-03 16:21:35] There has been a new submission: 'My GORGEOUS but SHY gal pal helped make this video. Her 1st time filming her own segments. I did the graphics and editing for entire showcase. We seek ENCOURAGEMENT & FEEDBACK please. Love & Lambda to Give!', with flair 'Video Critique'
+6380 [2020-03-03 16:31:50] There has been a new submission: 'This is a different kind of video from my usual stuff. It's a story about my interactions with Aaron Paul. I want to get into telling more stories and any kind of comments, critiques or ideas for improving is greatly appreciated.', with flair 'None'
+6380 [2020-03-03 16:36:42] There has been a new submission: 'THE SECOND EVER DADDY MAGIC DECK GIVEAWAY - LIVE NOW!! Details of our 💯 subscriber deck giveaway are in our new video ♦️♠️GOOD LUCK♥️♣️', with flair 'None'
+6380 [2020-03-03 16:42:46] There has been a new submission: 'Got recognized by a subscriber!', with flair 'Discussion'
+6380 [2020-03-03 16:43:29] '/u/sleepingeggroll' has given '/u/ThisIsCress' lambda!
+6380 [2020-03-03 16:45:04] There has been a new submission: 'Ghost Recon Breakpoint CINEMATIC', with flair 'Gaming'
+6380 [2020-03-03 16:45:06] /u/miscYT had their submission removed for insufficient lambda.
+6380 [2020-03-03 17:08:36] '/u/Henry_does' has given '/u/kabagonnaplay' lambda!
+6380 [2020-03-03 17:08:36] The OP received lambda too!
+6380 [2020-03-03 17:09:36] There has been a new submission: 'Trying new style of video, I always wanted to get into Nintendo related ranking stuff so I tried it out. Feedback, what’s good what’s not? Thanks!', with flair 'Video Critique'
+6380 [2020-03-03 17:11:10] '/u/Simthesia' has given '/u/ThanusThiccMan' lambda!
+6380 [2020-03-03 17:13:17] There has been a new submission: 'i need ideas for a new video', with flair 'Discussion'
+6380 [2020-03-03 17:23:31] {ERROR} received 503 HTTP response
+6380 [2020-03-03 17:27:53] There has been a new submission: 'Print your own 3D selfie', with flair 'None'
+6380 [2020-03-03 17:27:54] /u/vinayak_nair had their submission removed for insufficient lambda.
+6380 [2020-03-03 17:34:16] There has been a new submission: 'best tinder texts, any thoughts', with flair 'Video Critique'
+6380 [2020-03-03 17:34:18] /u/vincentpablo had their submission removed for insufficient lambda.
+6380 [2020-03-03 17:41:30] There has been a new submission: 'sURREAL MEMMES CHANNEL', with flair 'Thumbnail Review'
+6380 [2020-03-03 17:41:33] /u/Coffee_BreakTf had their submission removed for insufficient lambda.
+6380 [2020-03-03 17:42:31] There has been a new submission: 'What do you guys think and how can i improve?(i know im a little young im only 13)', with flair 'Gaming'
+6380 [2020-03-03 17:42:34] /u/Slicknickb had their submission removed for insufficient lambda.
+6380 [2020-03-03 17:54:35] There has been a new submission: 'Check out my video on Death and taxes!', with flair 'Gaming'
+6380 [2020-03-03 17:54:37] /u/Minnesota-Jack had their submission removed for insufficient lambda.
+6380 [2020-03-03 17:57:03] There has been a new submission: 'Warning this video contains shitty accents, unfunny jokes and lots of infomtation about games everyone forgot!(Duke Nukem series)', with flair 'None'
+6380 [2020-03-03 18:01:45] There has been a new submission: 'My entry to an animation contest on flipaclip, I know my drawing is bad but hope you like the story', with flair 'Art'
+6515 [2020-03-03 18:01:48]
+####################
+[2020-03-03 18:01:48] RESTARTED
+####################
+
+6515 [2020-03-03 18:02:11] '/u/ittsa_poy' has given '/u/TCTV_UK' lambda!
+6515 [2020-03-03 18:02:22] '/u/Inferus12' has given '/u/JacqueslwsReddit' lambda!
+6515 [2020-03-03 18:02:22] The OP received lambda too!
+6515 [2020-03-03 18:02:42] '/u/ittsa_poy' has given '/u/Illfury' lambda!
+6515 [2020-03-03 18:02:52] '/u/ittsa_poy' has given '/u/ThiccAssClap' lambda!
+6515 [2020-03-03 18:03:03] '/u/Burkeds' has given '/u/Azziiii' lambda!
+6515 [2020-03-03 18:03:17] '/u/Henry_does' has given '/u/DanyFeature' lambda!
+6515 [2020-03-03 18:03:54] There has been a new submission: 'OVERDUNK (It was really fun making this video, any feedback would be appreciated, lambda will also be given) :)', with flair 'Video Critique'
+6515 [2020-03-03 18:11:34] '/u/TheRealJyro' has given '/u/Scapparelli08' lambda!
+6515 [2020-03-03 18:11:34] The OP received lambda too!
+6515 [2020-03-03 18:14:32] '/u/hkdanish' has given '/u/MerpItUp' lambda!
+6515 [2020-03-03 18:14:32] The OP received lambda too!
+6515 [2020-03-03 18:20:25] There has been a new submission: 'Here is my new video 🌿RELAXING MUSIC FOR SLEEPING, MEDITATION, YOGA, STRESS RELIEF... ❤️please support me by clicking to watch this video and subscribe to my channel❤️thanks for a million❤️', with flair 'Channel Review'
+6515 [2020-03-03 18:20:27] /u/hana_v3012 had their submission removed for insufficient lambda.
+6515 [2020-03-03 18:21:05] There has been a new submission: 'My latest video, did a large production with better camera/microphone/lighting than my usual video. Also took a ton of advice from this subreddit. Video is much longer than my average video, and also is getting less views than average although it's a better video. Any thoughts?', with flair 'Video Critique'
+6515 [2020-03-03 18:22:54] There has been a new submission: 'r/choosingbeggars. Because these people are simply entitled to everything! As usual, feedback is appreciated immensely!', with flair 'Video Critique'
+6515 [2020-03-03 18:23:30] '/u/TheRealJyro' has given '/u/MerpItUp' lambda!
+6515 [2020-03-03 18:24:52] '/u/TheRealJyro' has given '/u/Azziiii' lambda!
+6515 [2020-03-03 18:28:42] '/u/HighHeelKnight' has given '/u/Endy_McGufin' lambda!
+6515 [2020-03-03 18:28:42] The OP received lambda too!
+6515 [2020-03-03 18:29:13] '/u/Pandorath_Feryk' has given '/u/Chivibro' lambda!
+6515 [2020-03-03 18:29:27] There has been a new submission: 'As my life is very stressful driving my mother to appointments every second day and it takes hours out of my personal life. I am looking for an editor (paid position) message me on here if interested', with flair 'None'
+6515 [2020-03-03 18:29:28] /u/DylanTheDoc had their submission removed for insufficient lambda.
+6515 [2020-03-03 18:31:27] There has been a new submission: 'I’d love some feedback on this video. It’s my first video in this style so any improvements I can make, please let me know.', with flair 'Video Critique'
+6515 [2020-03-03 18:44:14] There has been a new submission: 'What do you think about mixing Gaming and hot home-made remixes of Hot babes dancing?', with flair 'Discussion'
+6515 [2020-03-03 18:48:44] '/u/MOS6510YT' has given '/u/DrinkingSauce' lambda!
+6515 [2020-03-03 18:48:44] The OP received lambda too!
+6515 [2020-03-03 18:49:48] There has been a new submission: 'Advice for Vlog/Gym style channel?', with flair 'Discussion'
+6515 [2020-03-03 18:52:05] '/u/hkdanish' has given '/u/Bluehat1416' lambda!
+6515 [2020-03-03 18:52:15] There has been a new submission: 'Miniature Guillotine Build for D&D and Tabletop gaming', with flair 'Art'
+6515 [2020-03-03 18:52:17] /u/MattyCraft18 had their submission removed for insufficient lambda.
+6515 [2020-03-03 18:52:55] '/u/TheRealJyro' has given '/u/RyanElston5' lambda!
+6515 [2020-03-03 18:53:30] '/u/TheRealJyro' has given '/u/Bluehat1416' lambda!
+6515 [2020-03-03 18:56:21] There has been a new submission: 'Made a video of me playing slender man for the first time', with flair 'Gaming'
+6515 [2020-03-03 18:56:30] There has been a new submission: '500 subs! My thoughts, and how I made it. (Plz read)', with flair 'Discussion'
+6515 [2020-03-03 19:01:24] There has been a new submission: 'My Impressions of the FFVII Remake Demo', with flair 'Gaming'
+6515 [2020-03-03 19:02:18] There has been a new submission: 'Check out my edit on Emma Chamberlain. I took 3 seconds from every Emma Chamberlain video and strung them together. Also please like and subscribe!', with flair 'Meta'
+6515 [2020-03-03 19:02:21] /u/GymSockGymSock had their submission removed for using the wrong flair.
+6515 [2020-03-03 19:15:02] '/u/ShiverMeTimbsBruh' has given '/u/ThanusThiccMan' lambda!
+6515 [2020-03-03 19:15:02] The OP received lambda too!
+6515 [2020-03-03 19:15:48] '/u/ShiverMeTimbsBruh' has given '/u/heyiamandrew' lambda!
+6515 [2020-03-03 19:16:07] '/u/ShiverMeTimbsBruh' has given '/u/Scapparelli08' lambda!
+6515 [2020-03-03 19:16:32] There has been a new submission: 'Where do people find music to end videos?', with flair 'Discussion'
+6515 [2020-03-03 19:22:14] There has been a new submission: 'Hello everybody', with flair 'Discussion'
+6515 [2020-03-03 19:25:51] '/u/Henry_does' has given '/u/endego24' lambda!
+6515 [2020-03-03 19:38:24] There has been a new submission: 'I've worked hard on this video, cut about 4 hours of footage down to ~7 minutes. I would appreciate any critique on this. Let me have it!', with flair 'Video Critique'
+6515 [2020-03-03 19:45:23] '/u/soyboy815' has given '/u/deejayjeanp' lambda!
+6515 [2020-03-03 19:48:23] '/u/soyboy815' has given '/u/LiamC115' lambda!
+6515 [2020-03-03 19:54:35] There has been a new submission: 'So I made a new vlog... Any tips would be greatly appreciated!', with flair 'Video Critique'
+6515 [2020-03-03 19:58:07] There has been a new submission: 'COD CAMPAIGN ON REALISM PART 12 OLD COMRADES', with flair 'Gaming'
+6515 [2020-03-03 19:58:08] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+6515 [2020-03-03 20:00:00] '/u/KnowledgeOfLife' has given '/u/Bluehat1416' lambda!
+6515 [2020-03-03 20:00:17] There has been a new submission: 'When promote, do not hesitate to tag "famous" people.', with flair 'Discussion'
+6673 [2020-03-03 20:01:49]
+####################
+[2020-03-03 20:01:49] RESTARTED
+####################
+
+6673 [2020-03-03 20:02:49] '/u/Adzic254' has given '/u/KamKashiiiYT' lambda!
+6673 [2020-03-03 20:02:50] The OP received lambda too!
+6673 [2020-03-03 20:03:01] '/u/KnowledgeOfLife' has given '/u/lookitsraining467337' lambda!
+6673 [2020-03-03 20:03:24] '/u/heyiamandrew' has given '/u/secluderhere' lambda!
+6673 [2020-03-03 20:03:24] The OP received lambda too!
+6673 [2020-03-03 20:05:42] '/u/KnowledgeOfLife' has given '/u/mattfaris' lambda!
+6673 [2020-03-03 20:07:44] There has been a new submission: 'as long as you're next to me - original song (spontaneous song because I got spontaneously in the mood for it)', with flair 'Video Critique'
+6673 [2020-03-03 20:08:58] There has been a new submission: 'My channel had a blast trying out this VR game based off Rainbow Six Siege: Firewall Zero Hour. Looking for feedback and suggestions to hone the editing style in!', with flair 'Gaming'
+6673 [2020-03-03 20:12:33] There has been a new submission: 'Any last minute feedback for my destiny video :-)', with flair 'Video Critique'
+6673 [2020-03-03 20:15:38] There has been a new submission: 'THE CHRILLCAST Calls Out Kaba. Kaba Claps Back! This video is my first attempt at a reaction video. Much love and appreciation to the men at Chrillcast and DWRelive for this opportunity. Any feedback is welcome and encouraged! Let me know what you think of the pace, volume, and editing! Thank you!', with flair 'Video Critique'
+6673 [2020-03-03 20:15:49] '/u/heyiamandrew' has given '/u/dearsista' lambda!
+6673 [2020-03-03 20:24:57] There has been a new submission: 'Ewoks Need to be Stopped in Battlefront 2...', with flair 'Gaming'
+6673 [2020-03-03 20:40:18] '/u/soyboy815' has given '/u/ThanusThiccMan' lambda!
+6673 [2020-03-03 20:40:18] The OP received lambda too!
+6673 [2020-03-03 20:41:38] There has been a new submission: 'Would love to receive some constructive criticism on my newest Video of my 'Quora is a Mess' - Series! Is the audio ok? Was the video entertaining? Is the editing ok? Am I understandable? And whatever else you want to critizice! Would love to hear your opinions on this!', with flair 'Video Critique'
+6673 [2020-03-03 20:43:44] There has been a new submission: 'My most recent upload. First time posting here, I am hoping to learn how to get better and grow. Barely drawing in views, any tips or thoughts? Keyword suggestions? I am low budget at the moment, film on iPhone. I do a lot of eating challenges, viral challenges and food related videos.', with flair 'Video Critique'
+6673 [2020-03-03 20:43:46] /u/BeardedDiabetic had their submission removed for insufficient lambda.
+6673 [2020-03-03 20:52:16] '/u/vincal69' has given '/u/FindAKidneyDonor-Com' lambda!
+6673 [2020-03-03 20:52:16] The OP received lambda too!
+6673 [2020-03-03 20:53:41] '/u/vincal69' has given '/u/Logan_B_Youtube' lambda!
+6673 [2020-03-03 20:54:03] '/u/SelendineMcHerb' has given '/u/ThanusThiccMan' lambda!
+6673 [2020-03-03 20:54:03] The OP received lambda too!
+6673 [2020-03-03 21:00:08] '/u/GrumpyBottom_YT' has given '/u/About30NinjasYT' lambda!
+6673 [2020-03-03 21:05:08] There has been a new submission: 'Hey Gamers! We would love some feedback on our recent stream video from the Prehistoric Survival Game “The Isle”. We would love some support or constructive criticism! Thank you to anyone who checks us out', with flair 'Gaming'
+6673 [2020-03-03 21:05:10] /u/casserole_creek had their submission removed for insufficient lambda.
+6673 [2020-03-03 21:10:06] There has been a new submission: 'Here's my latest video guys, have in mind i'm just beginning, i started of a week ago or so. I would appreciate honest feedback, tell me what you think. Also if you'd like to check out my other videos as well and give me an opinion that would be great! I'll be giving lambda for any helpful comments', with flair 'Video Critique'
+6673 [2020-03-03 21:13:14] There has been a new submission: 'Do these compilation videos work more than a full 40 minute vid?', with flair 'Gaming'
+6673 [2020-03-03 21:13:16] /u/xtoastofdoom had their submission removed for insufficient lambda.
+6673 [2020-03-03 21:17:56] There has been a new submission: 'Hello, I animated the bikini bottom horror, lmk what you think and if there is anything else u think I should animate.', with flair 'Channel Review'
+6673 [2020-03-03 21:18:03] There has been a new submission: 'Give me an honest opinion on this video. I just started out a week ago or so, so i would really appreciate if u guys gave me feedback about it! I'll be giving lambda to helpful comments, thank you! https://youtu.be/_yDjKkoDO0Q', with flair 'Video Critique'
+6673 [2020-03-03 21:24:08] '/u/PresentDirector' has given '/u/About30NinjasYT' lambda!
+6673 [2020-03-03 21:24:16] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Mar 03 2020)', with flair 'None'
+6673 [2020-03-03 21:24:26] '/u/NipNapNoe' has given '/u/BeardedDiabetic' lambda!
+6673 [2020-03-03 21:24:26] The OP received lambda too!
+6673 [2020-03-03 21:24:56] There has been a new submission: 'My new video. The two main troubles with gaming', with flair 'None'
+6673 [2020-03-03 21:24:58] /u/ohmydaine had their submission removed for insufficient lambda.
+6673 [2020-03-03 21:30:06] '/u/NipNapNoe' has given '/u/FineappleFilms' lambda!
+6673 [2020-03-03 21:31:25] There has been a new submission: 'Hey some of you guys might actually enjoy this let me know how i did', with flair 'Gaming'
+6673 [2020-03-03 21:31:28] /u/OhhRed had their submission removed for insufficient lambda.
+6673 [2020-03-03 21:33:44] There has been a new submission: 'Anyone Need A Song Mixed/Mastered ⌨️', with flair 'Discussion'
+6808 [2020-03-03 22:01:49]
+####################
+[2020-03-03 22:01:49] RESTARTED
+####################
+
+6808 [2020-03-03 22:18:08] There has been a new submission: 'Let’s play visage', with flair 'None'
+6808 [2020-03-03 22:18:09] /u/coreygaskinsmusic had their submission removed for insufficient lambda.
+6808 [2020-03-03 22:22:30] There has been a new submission: 'Just started if anyone could give some criticism or anything that could be helpful, thanks.', with flair 'Channel Review'
+6808 [2020-03-03 22:22:32] /u/Solmanz1 had their submission removed for insufficient lambda.
+6808 [2020-03-03 22:28:46] '/u/DanyFeature' has given '/u/A_Aabid26' lambda!
+6808 [2020-03-03 22:28:46] The OP received lambda too!
+6808 [2020-03-03 22:32:17] There has been a new submission: 'New video out now :) any improvements i should make for future videos? and please give me feedback on my thumbnail. i’ve been working on making them more engaging', with flair 'Video Critique'
+6808 [2020-03-03 22:40:29] There has been a new submission: 'New video guys, any feedback? A like or sub would go far', with flair 'None'
+6808 [2020-03-03 22:40:31] /u/RollSafeG1 had their submission removed for insufficient lambda.
+6808 [2020-03-03 22:48:36] '/u/PlayahRide' has given '/u/Chivibro' lambda!
+6808 [2020-03-03 22:48:36] The OP received lambda too!
+6808 [2020-03-03 22:55:05] '/u/KamKashiiiYT' has given '/u/SlyGuyChris' lambda!
+6808 [2020-03-03 22:55:05] The OP received lambda too!
+6808 [2020-03-03 23:22:58] There has been a new submission: 'Here is my latest video. Am not sure if am doing the right thing ie if my description and title are correct, Also I would like to hear your thought about the video. What could I improve?', with flair 'Video Critique'
+6808 [2020-03-03 23:23:00] /u/alexmbiru had their submission removed for insufficient lambda.
+6808 [2020-03-03 23:25:40] '/u/HuqleReddit' has given '/u/soyboy815' lambda!
+6808 [2020-03-03 23:26:28] '/u/HuqleReddit' has given '/u/lieutenatdan' lambda!
+6808 [2020-03-03 23:27:53] '/u/HuqleReddit' has given '/u/Rolypoly_Cats' lambda!
+6808 [2020-03-03 23:29:40] '/u/daddybara' has given '/u/Endy_McGufin' lambda!
+6808 [2020-03-03 23:29:40] The OP received lambda too!
+6808 [2020-03-03 23:46:35] '/u/heyiamandrew' has given '/u/Rolypoly_Cats' lambda!
+6808 [2020-03-03 23:47:36] '/u/endego24' has given '/u/SlyGuyChris' lambda!
+6808 [2020-03-03 23:47:36] The OP received lambda too!
+6808 [2020-03-03 23:52:46] There has been a new submission: 'Im getting views, but no subscribers. I always get 1 dislike on my videos but i have no feedback.', with flair 'Discussion'
+6808 [2020-03-03 23:55:45] There has been a new submission: 'Give me your honest feedback. attempted a day in the life but im too introverted and socially awkward. you can skip to 10:00 for when i begin becoming more comfortable on camera.', with flair 'Video Critique'
+6808 [2020-03-03 23:55:46] /u/BBaddah had their submission removed for insufficient lambda.
+6808 [2020-03-03 23:57:40] There has been a new submission: 'Ainsley harriots spicy meat rub by fatty beast on YouTube one of my best videos I would like opinions on it please', with flair 'Discussion'
+6808 [2020-03-03 23:57:42] /u/snickersgetsomenuts had their submission removed for using the wrong flair.
+6943 [2020-03-04 00:01:49]
+####################
+[2020-03-04 00:01:49] RESTARTED
+####################
+
+1350 [2020-03-04 00:02:43] Updated statistics
+6943 [2020-03-04 00:05:02] There has been a new submission: 'Hey guys! Please subscribe for 20 years of Good Luck. Thanks.', with flair 'None'
+6943 [2020-03-04 00:05:04] /u/Upstairs-Knee had their submission removed for insufficient lambda.
+6943 [2020-03-04 00:05:34] '/u/ThisIsCress' has given '/u/ThanusThiccMan' lambda!
+6943 [2020-03-04 00:05:34] The OP received lambda too!
+6943 [2020-03-04 00:08:15] There has been a new submission: 'Could I get some constructive criticism of my channel. It’d be greatly appreciated. It’s animated true crime and growing super slow', with flair 'None'
+6943 [2020-03-04 00:08:16] /u/dragonfly83 had their submission removed for insufficient lambda.
+6943 [2020-03-04 00:37:50] There has been a new submission: 'A Message To The Human Race', with flair 'Vlog'
+6943 [2020-03-04 00:37:51] /u/MinaMorcos had their submission removed for insufficient lambda.
+6943 [2020-03-04 00:37:59] There has been a new submission: 'What do you think about my video', with flair 'None'
+6943 [2020-03-04 00:38:01] /u/Ice_wld had their submission removed for insufficient lambda.
+6943 [2020-03-04 00:43:05] There has been a new submission: 'I've had this small channel for 7 years now and I'm pretty sure it's full of unique content. I want to expand my audience. I never run ads and it's all free-to-use content. This is my latest video.', with flair 'Channel Review'
+6943 [2020-03-04 00:43:07] /u/logic_beach had their submission removed for insufficient lambda.
+6943 [2020-03-04 00:48:40] '/u/endego24' has given '/u/Scabhammer' lambda!
+6943 [2020-03-04 00:50:10] There has been a new submission: 'Need your thoughts on the intro to my latest video - It's inspired by SONIC The Hedgehog from my time in Tokyo Japan. Enjoy!', with flair 'Channel Review'
+6943 [2020-03-04 00:59:53] '/u/lynxcane' has given '/u/djaqk' lambda!
+6943 [2020-03-04 00:59:53] The OP received lambda too!
+6943 [2020-03-04 01:05:53] There has been a new submission: 'Every US state has a "Champion Tree" for each species. This Champion is the largest tree in the state of that species. This is the first video in my series on finding them! Would love any feedback you have!', with flair 'Video Critique'
+6943 [2020-03-04 01:28:35] '/u/GrumpyBottom_YT' has given '/u/djaqk' lambda!
+6943 [2020-03-04 01:32:31] There has been a new submission: 'I CHOKED THIS MATCH! FighterZ Ranked Matches #2', with flair 'Gaming'
+6943 [2020-03-04 01:34:51] '/u/lynxcane' has given '/u/MrDonut12' lambda!
+6943 [2020-03-04 01:46:23] '/u/Scabhammer' has given '/u/djaqk' lambda!
+6943 [2020-03-04 01:46:23] The OP received lambda too!
+6943 [2020-03-04 01:46:43] There has been a new submission: 'League Udyr Memetage | lambda for feedback', with flair 'Video Critique'
+6943 [2020-03-04 01:55:52] There has been a new submission: 'Best malay song cover. Do support my channel for my 1k Subs Mission. I'll passionate about yt, i promise', with flair 'Channel Review'
+6943 [2020-03-04 01:55:54] /u/rahizam had their submission removed for insufficient lambda.
+6943 [2020-03-04 01:56:52] There has been a new submission: 'please help me', with flair 'None'
+6943 [2020-03-04 01:56:53] /u/OhMyJosh27 had their submission removed for insufficient lambda.
+7648 [2020-03-04 02:01:49]
+####################
+[2020-03-04 02:01:49] RESTARTED
+####################
+
+7648 [2020-03-04 02:03:51] There has been a new submission: 'Almost at 100 subs!', with flair 'None'
+7648 [2020-03-04 02:07:15] There has been a new submission: 'Perspective in The Witness | Game Dive (first video, don't hold back on your critique please)', with flair 'Video Critique'
+7648 [2020-03-04 02:17:57] There has been a new submission: 'Channel Critique Please?', with flair 'Channel Review'
+7648 [2020-03-04 02:21:51] '/u/kabagonnaplay' has given '/u/Abuzz_YT' lambda!
+7648 [2020-03-04 02:21:51] The OP received lambda too!
+7648 [2020-03-04 02:26:19] '/u/kabagonnaplay' has given '/u/djaqk' lambda!
+7648 [2020-03-04 02:27:15] There has been a new submission: 'TELL ME WHAT YOU THINK | Different than what I usually do.', with flair 'None'
+7648 [2020-03-04 02:27:17] /u/The_Month had their submission removed for insufficient lambda.
+7648 [2020-03-04 02:27:26] There has been a new submission: 'I Click-baited real hard, is this too much or fine since it’s for the memes?', with flair 'Video Critique'
+7648 [2020-03-04 02:27:27] /u/jasiekkffasola had their submission removed for insufficient lambda.
+7648 [2020-03-04 02:29:34] '/u/MrDonut12' has given '/u/djaqk' lambda!
+7648 [2020-03-04 02:29:34] The OP received lambda too!
+7648 [2020-03-04 02:36:23] There has been a new submission: 'doing voice overs for things ep 1', with flair 'Gaming'
+7648 [2020-03-04 02:36:24] /u/Robokid13577 had their submission removed for insufficient lambda.
+7648 [2020-03-04 03:00:42] '/u/Scabhammer' has given '/u/TimeForJAM' lambda!
+7648 [2020-03-04 03:19:39] There has been a new submission: 'Star Wars Battlefront 2 Starfighter Assault gameplay - 36 killstreak with Boba Fett on Kamino', with flair 'Gaming'
+7648 [2020-03-04 03:19:40] /u/DarkLord84 had their submission removed for insufficient lambda.
+7648 [2020-03-04 03:20:48] There has been a new submission: '🤠 Red Dead Redemption 2 🐴 | Colm's Hiding Spot | 🏕', with flair 'Gaming'
+7648 [2020-03-04 03:50:02] '/u/heyiamandrew' has given '/u/antoniofett06' lambda!
+7648 [2020-03-04 04:00:18] There has been a new submission: 'Upload/Stream Schedule! + Where Have I Been? "Loopy's Think Tank!" Part 58', with flair 'None'
+7648 [2020-03-04 04:00:20] /u/loopy2mn had their submission removed for insufficient lambda.
+7648 [2020-03-04 04:01:04] There has been a new submission: 'Uploaded a video that I am proud of, I made my thumbnails better and my editing as well! I'll give lambda for useful feedback and if you enjoyed consider subscribing!', with flair 'Video Critique'
+7648 [2020-03-04 04:01:06] /u/Ghryms had their submission removed for insufficient lambda.
+7789 [2020-03-04 04:01:49]
+####################
+[2020-03-04 04:01:49] RESTARTED
+####################
+
+7789 [2020-03-04 04:32:35] '/u/MerpItUp' has given '/u/Gamalen' lambda!
+7789 [2020-03-04 04:32:35] The OP received lambda too!
+7789 [2020-03-04 04:42:18] '/u/Electric_Mauser' has given '/u/About30NinjasYT' lambda!
+7789 [2020-03-04 04:46:10] '/u/Scabhammer' has given '/u/Ghryms' lambda!
+7789 [2020-03-04 04:51:03] There has been a new submission: 'Uploaded a video that I am proud of, I made my thumbnails better and my editing as well! I'll give lambda for useful feedback and if you enjoyed consider subscribing!', with flair 'Video Critique'
+7789 [2020-03-04 04:54:26] '/u/djaqk' has given '/u/Ghryms' lambda!
+7789 [2020-03-04 04:54:26] The OP received lambda too!
+7789 [2020-03-04 05:02:36] '/u/hkdanish' has given '/u/TimeForJAM' lambda!
+7789 [2020-03-04 05:10:38] There has been a new submission: 'Subscribe', with flair 'Meta'
+7789 [2020-03-04 05:10:40] /u/R1K1MARU had their submission removed for using the wrong flair.
+7789 [2020-03-04 05:14:28] There has been a new submission: 'Steaming until I get to 1000 subs', with flair 'Channel Review'
+7789 [2020-03-04 05:14:30] /u/R1K1MARU had their submission removed for insufficient lambda.
+7789 [2020-03-04 05:20:03] There has been a new submission: 'What am I doing right or wrong? Please tell me. (maybe subscribe while you are there ;D)', with flair 'Video Critique'
+7789 [2020-03-04 05:20:05] /u/buzzcutspeed had their submission removed for insufficient lambda.
+7789 [2020-03-04 05:32:26] '/u/Ghryms' has given '/u/buzzcutspeed' lambda!
+7789 [2020-03-04 05:32:26] The OP received lambda too!
+7789 [2020-03-04 05:42:39] There has been a new submission: 'FF7 Remake demo', with flair 'Gaming'
+7789 [2020-03-04 05:42:40] /u/blaksuperman88 had their submission removed for insufficient lambda.
+7789 [2020-03-04 05:49:47] There has been a new submission: 'My first face am video.', with flair 'Video Critique'
+7789 [2020-03-04 05:49:48] /u/justin7201982ray had their submission removed for insufficient lambda.
+8021 [2020-03-04 06:01:49]
+####################
+[2020-03-04 06:01:49] RESTARTED
+####################
+
+8021 [2020-03-04 06:29:44] There has been a new submission: 'Hello please watch my video and put like', with flair 'None'
+8021 [2020-03-04 06:29:44] /u/ogq1 had their submission removed for insufficient lambda.
+8021 [2020-03-04 06:29:58] There has been a new submission: 'Does hiding your subscriber count make a difference? I think so!', with flair 'Discussion'
+8021 [2020-03-04 06:46:27] There has been a new submission: 'A24 - 'A Masterclass for Storytelling'', with flair 'Art'
+8021 [2020-03-04 06:46:28] /u/dirty_curty3 had their submission removed for insufficient lambda.
+8021 [2020-03-04 06:56:32] '/u/ThiccAssClap' has given '/u/bug-banana' lambda!
+8021 [2020-03-04 06:56:32] The OP received lambda too!
+8021 [2020-03-04 06:59:36] '/u/daredevil005' has given '/u/Abuzz_YT' lambda!
+8021 [2020-03-04 06:59:36] The OP received lambda too!
+8021 [2020-03-04 07:07:54] '/u/NipNapNoe' has given '/u/Scabhammer' lambda!
+8021 [2020-03-04 07:09:14] '/u/NipNapNoe' has given '/u/MinaMorcos' lambda!
+8021 [2020-03-04 07:18:16] There has been a new submission: 'Hey I have a YT channel were my friend and I upload our short films. We work countless hours on these silly projects so please check them out!We're also open to any critiques.', with flair 'Channel Review'
+8021 [2020-03-04 07:18:17] /u/Azathoth_hp had their submission removed for insufficient lambda.
+8021 [2020-03-04 07:19:49] '/u/NipNapNoe' has given '/u/Briska_Baso' lambda!
+8021 [2020-03-04 07:20:16] '/u/HuqleReddit' has given '/u/Chivibro' lambda!
+8021 [2020-03-04 07:21:42] '/u/NipNapNoe' has given '/u/buzzcutspeed' lambda!
+8021 [2020-03-04 07:23:06] '/u/NipNapNoe' has given '/u/Squadspace' lambda!
+8021 [2020-03-04 07:24:50] There has been a new submission: 'Slow motion study of a cat playing', with flair 'Vlog'
+8021 [2020-03-04 07:24:52] /u/catsfishchannel had their submission removed for insufficient lambda.
+8021 [2020-03-04 07:25:02] There has been a new submission: 'Please enjoy my latest silly improvement Swordfish Hacking Scene video', with flair 'None'
+8021 [2020-03-04 07:25:04] /u/billbaud had their submission removed for insufficient lambda.
+8021 [2020-03-04 07:28:45] There has been a new submission: 'Let it Go[Karaoke]', with flair 'Video Critique'
+8021 [2020-03-04 07:28:45] /u/PHC_398 had their submission removed for insufficient lambda.
+8021 [2020-03-04 07:35:10] There has been a new submission: 'Subscribe to me and I’ll sub back!', with flair 'Discussion'
+8021 [2020-03-04 07:53:20] There has been a new submission: 'first message', with flair 'Channel Review'
+8021 [2020-03-04 07:53:21] /u/ActualShadowAnimates had their submission removed for insufficient lambda.
+8021 [2020-03-04 07:58:40] There has been a new submission: 'This is a lol guide on how to win all games (not really) its Just a meme video!', with flair 'Gaming'
+8021 [2020-03-04 07:58:40] /u/LucaTheC0ck had their submission removed for insufficient lambda.
+8368 [2020-03-04 08:01:49]
+####################
+[2020-03-04 08:01:49] RESTARTED
+####################
+
+8368 [2020-03-04 08:20:30] There has been a new submission: 'promotion', with flair 'Channel Review'
+8368 [2020-03-04 08:20:32] /u/ActualShadowAnimates had their submission removed for insufficient lambda.
+8368 [2020-03-04 08:23:54] There has been a new submission: 'promotion', with flair 'Channel Review'
+8368 [2020-03-04 08:23:56] /u/ActualShadowAnimates had their submission removed for insufficient lambda.
+8368 [2020-03-04 08:25:18] There has been a new submission: 'Dreams Ps4 Pro| Journey Of Imagination', with flair 'Gaming'
+8368 [2020-03-04 08:29:46] '/u/Redpill_Crypto' has given '/u/Abuzz_YT' lambda!
+8368 [2020-03-04 08:29:46] The OP received lambda too!
+8368 [2020-03-04 08:41:58] There has been a new submission: 'Hey everyone, just created this video for natural science enthusiast, though it's debatable but it brings also educational purposes. Pls. Subscribe for more future topics but for this clip, I just want to ask.... "Is there any health danger of mixing a cold water with warm ones for drinking?"', with flair 'Channel Review'
+8368 [2020-03-04 08:42:00] /u/Damdamin91 had their submission removed for insufficient lambda.
+8368 [2020-03-04 08:46:39] There has been a new submission: 'best tinder texts, any advice?', with flair 'Video Critique'
+8368 [2020-03-04 08:46:40] /u/vincentpablo had their submission removed for insufficient lambda.
+8368 [2020-03-04 09:03:59] There has been a new submission: 'Took some of you guys advice from the last video in the series and tried to improve on pretty much everything. Let me know how did!', with flair 'Video Critique'
+8368 [2020-03-04 09:14:00] There has been a new submission: 'I need more watch time', with flair 'Video Critique'
+8368 [2020-03-04 09:14:01] /u/bigriggjiggin had their submission removed for insufficient lambda.
+8568 [2020-03-04 10:01:49]
+####################
+[2020-03-04 10:01:49] RESTARTED
+####################
+
+8568 [2020-03-04 10:15:18] There has been a new submission: 'IM A NEW YOUTUBER PLEASE GO WATCH MY FIRST VIDEO', with flair 'Gaming'
+8568 [2020-03-04 10:15:20] /u/CLANKYKIDYT had their submission removed for insufficient lambda.
+8568 [2020-03-04 10:18:50] There has been a new submission: 'Where am I going wrong', with flair 'Gaming'
+8568 [2020-03-04 10:18:51] /u/dipingking had their submission removed for insufficient lambda.
+8568 [2020-03-04 11:04:51] There has been a new submission: 'Hi guys I have recently experimented with animations in my video to make it entertaining so please review my video and give me feedback.(I use animaker for animations if anyone wanted to know)', with flair 'Video Critique'
+8568 [2020-03-04 11:04:53] /u/Horizon1308 had their submission removed for insufficient lambda.
+8568 [2020-03-04 11:10:28] There has been a new submission: 'What is an average impressions click-through rate?', with flair 'Discussion'
+8568 [2020-03-04 11:11:06] There has been a new submission: 'Palak Gosht Recipe | Deghi Style Palak Gosht | Spinach with Mutton or Beef | English Subtitle', with flair 'Channel Review'
+8568 [2020-03-04 11:11:08] /u/dollarzone had their submission removed for insufficient lambda.
+8568 [2020-03-04 11:15:20] There has been a new submission: 'TikTok Challenge In Public: Come And Dance With Me! | HumanMeter', with flair 'None'
+8568 [2020-03-04 11:15:21] /u/IndividualGuide had their submission removed for insufficient lambda.
+8568 [2020-03-04 11:16:16] '/u/leo-the-cow' has given '/u/catsfishchannel' lambda!
+8568 [2020-03-04 11:16:16] The OP received lambda too!
+8568 [2020-03-04 11:16:58] '/u/leo-the-cow' has given '/u/antoniofett06' lambda!
+8568 [2020-03-04 11:27:08] There has been a new submission: 'My review of The Invisible Man movie. I consider this one of my better videos so far but if I could get some feedback, it would be appreciated. (And if you enjoy it, hopefully you could subscribe.)', with flair 'Channel Review'
+8568 [2020-03-04 11:27:10] /u/NG91Films had their submission removed for insufficient lambda.
+8568 [2020-03-04 11:42:03] There has been a new submission: '[Video Critique] If you guys wouldn't mind taking a look at this video we would appreciate it, this is our second installment of this car, and weve worked pretty hard on our Videography and Sound', with flair 'Video Critique'
+8568 [2020-03-04 11:55:21] '/u/Ghryms' has given '/u/UrBoiFam' lambda!
+8568 [2020-03-04 11:56:50] '/u/Ghryms' has given '/u/hemant_rangdal' lambda!
+8568 [2020-03-04 11:58:16] There has been a new submission: 'Coronavirus Outbreak - How can prevent it from spreading. [Vlog]', with flair 'Vlog'
+8704 [2020-03-04 12:01:50]
+####################
+[2020-03-04 12:01:50] RESTARTED
+####################
+
+8704 [2020-03-04 12:38:59] There has been a new submission: 'Just recently started a channel and uploaded my first video!', with flair 'None'
+8704 [2020-03-04 12:39:00] /u/GamingTurret had their submission removed for insufficient lambda.
+8704 [2020-03-04 12:40:50] '/u/Ghryms' has given '/u/ReverseNationYT' lambda!
+8704 [2020-03-04 12:42:31] There has been a new submission: 'Get a load of this guy', with flair 'Channel Review'
+8704 [2020-03-04 12:42:33] /u/BeerHunter1969 had their submission removed for insufficient lambda.
+8704 [2020-03-04 12:44:01] There has been a new submission: 'After 24 Episodes, I have almost reach my goal of 100 subscribers!! Come check out my pokemon nuzlocke series, and please help me hit 100 subs!!', with flair 'Gaming'
+8704 [2020-03-04 12:44:03] /u/JimmySpyro had their submission removed for insufficient lambda.
+8704 [2020-03-04 12:50:26] '/u/Jischasing' has given '/u/Illfury' lambda!
+8704 [2020-03-04 12:50:26] The OP received lambda too!
+8704 [2020-03-04 12:51:22] There has been a new submission: 'FED UP OF THE UK ROAD CONDITIONS', with flair 'Channel Review'
+8704 [2020-03-04 12:51:25] /u/nigelsview1 had their submission removed for insufficient lambda.
+8704 [2020-03-04 12:56:20] '/u/Ghryms' has given '/u/The_Elijah_YT' lambda!
+8704 [2020-03-04 13:00:43] {ERROR} unsupported operand type(s) for -: 'str' and 'int'
+8704 [2020-03-04 13:07:16] There has been a new submission: 'SPEAKING: A RESEARCH PROJECT | DAGLESS TV', with flair 'Video Critique'
+8704 [2020-03-04 13:17:19] There has been a new submission: 'This is my first cs go fragmovie. I will give lambda to people who give helpful advise!', with flair 'Video Critique'
+8704 [2020-03-04 13:27:53] There has been a new submission: 'How to make pancakes at home - Junior Chef Kevin', with flair 'Vlog'
+8704 [2020-03-04 13:27:54] /u/Csabazsi had their submission removed for insufficient lambda.
+8704 [2020-03-04 13:39:47] There has been a new submission: '🔥Lose Fat And Build Muscle At The Same Time💪 No Equipment | Can Be Done Anywhere | Maximum Muscles Worked In Each Exercise', with flair 'Channel Review'
+8704 [2020-03-04 13:39:47] /u/Realgainsforreal had their submission removed for insufficient lambda.
+8704 [2020-03-04 13:44:34] '/u/Scabhammer' has given '/u/buzzcutspeed' lambda!
+8704 [2020-03-04 13:45:20] '/u/Scabhammer' has given '/u/ReverseNationYT' lambda!
+8704 [2020-03-04 13:52:59] '/u/Jischasing' has given '/u/kek_2_the_nek' lambda!
+8704 [2020-03-04 13:53:42] '/u/Jischasing' has given '/u/The_Suited_Bird' lambda!
+8704 [2020-03-04 13:57:13] There has been a new submission: 'Hey guys! Please subscribe to support my channel. I post random stuff with all my friends. Link down below.', with flair 'Vlog'
+8704 [2020-03-04 13:57:14] /u/danieldawg1 had their submission removed for insufficient lambda.
+8890 [2020-03-04 14:01:49]
+####################
+[2020-03-04 14:01:49] RESTARTED
+####################
+
+8890 [2020-03-04 14:04:07] '/u/LethalogicaYT' has given '/u/MoskitoDan' lambda!
+8890 [2020-03-04 14:04:07] The OP received lambda too!
+8890 [2020-03-04 14:04:18] '/u/LethalogicaYT' has given '/u/buzzcutspeed' lambda!
+8890 [2020-03-04 14:04:55] '/u/Scabhammer' has given '/u/Foggy_Creations' lambda!
+8890 [2020-03-04 14:06:33] There has been a new submission: 'I know I usually post vlogs, but this year I wanna incorporate skits as well. Since I'm a mass communication student, here is a short skit of what we have to go through every day at campus. Let me know what you think!', with flair 'Video Critique'
+8890 [2020-03-04 14:15:55] '/u/Jischasing' has given '/u/Rolypoly_Cats' lambda!
+8890 [2020-03-04 14:16:03] There has been a new submission: 'A Message To The Human Race', with flair 'Vlog'
+8890 [2020-03-04 14:16:04] /u/MinaMorcos had their submission removed for insufficient lambda.
+8890 [2020-03-04 14:21:53] '/u/Pootoori' has given '/u/ReverseNationYT' lambda!
+8890 [2020-03-04 14:23:10] '/u/Pootoori' has given '/u/Allenownz' lambda!
+8890 [2020-03-04 14:24:07] '/u/Pootoori' has given '/u/Squadspace' lambda!
+8890 [2020-03-04 14:24:43] There has been a new submission: 'My Channel. Stay if you want, dear traveler.', with flair 'Channel Review'
+8890 [2020-03-04 14:24:45] /u/Havalossi had their submission removed for insufficient lambda.
+8890 [2020-03-04 14:25:03] '/u/Jischasing' has given '/u/Squadspace' lambda!
+8890 [2020-03-04 14:25:15] '/u/Pootoori' has given '/u/Artist-FA-Chekki-' lambda!
+8890 [2020-03-04 14:25:27] '/u/NipNapNoe' has given '/u/Foggy_Creations' lambda!
+8890 [2020-03-04 14:25:35] There has been a new submission: 'Appreciate any and all criticism!', with flair 'None'
+8890 [2020-03-04 14:26:10] '/u/Pootoori' has given '/u/Rolypoly_Cats' lambda!
+8890 [2020-03-04 14:45:29] '/u/Jischasing' has given '/u/JaysQ' lambda!
+8890 [2020-03-04 14:46:31] '/u/Jischasing' has given '/u/EngineeringJuice' lambda!
+8890 [2020-03-04 14:48:11] There has been a new submission: 'Kentay vlog', with flair 'Vlog'
+8890 [2020-03-04 14:48:12] /u/huynhdvq had their submission removed for insufficient lambda.
+8890 [2020-03-04 14:53:17] '/u/DrDagless' has given '/u/DamonsReddit' lambda!
+8890 [2020-03-04 14:53:17] The OP received lambda too!
+8890 [2020-03-04 14:54:03] '/u/Jischasing' has given '/u/_NGaming_' lambda!
+8890 [2020-03-04 14:55:42] '/u/Jischasing' has given '/u/Arrrash' lambda!
+8890 [2020-03-04 14:57:45] '/u/Jischasing' has given '/u/acexsd1' lambda!
+8890 [2020-03-04 15:00:34] '/u/Jischasing' has given '/u/dTrxppy' lambda!
+8890 [2020-03-04 15:01:01] There has been a new submission: 'Quantum League is a Weird FPS (Open Beta First Impressions)', with flair 'Video Critique'
+8890 [2020-03-04 15:04:31] '/u/Jischasing' has given '/u/Allmodsarebitches' lambda!
+8890 [2020-03-04 15:09:18] There has been a new submission: 'No English or else bash', with flair 'Vlog'
+8890 [2020-03-04 15:09:19] /u/kuyadhoy had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:10:33] There has been a new submission: 'Let's talk about Michelle, a 23yo single mom under fire for allegedly abusing her 2yo daughter.', with flair 'Discussion'
+8890 [2020-03-04 15:10:35] /u/Shi_Okami had their submission removed for using the wrong flair.
+8890 [2020-03-04 15:11:36] There has been a new submission: 'Let's talk about Michelle, a 23yo single mom under fire for allegedly abusing her 2yo daughter.', with flair 'Vlog'
+8890 [2020-03-04 15:11:38] /u/Shi_Okami had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:20:46] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+8890 [2020-03-04 15:21:31] There has been a new submission: 'Chilling on Discord while.....(Need some Ciriticism)', with flair 'Video Critique'
+8890 [2020-03-04 15:21:34] /u/dTrxppy had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:25:36] There has been a new submission: '[Video Critique] Just need some help', with flair 'Video Critique'
+8890 [2020-03-04 15:25:38] /u/dTrxppy had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:27:47] '/u/Allmodsarebitches' has given '/u/Azziiii' lambda!
+8890 [2020-03-04 15:27:47] The OP received lambda too!
+8890 [2020-03-04 15:39:05] '/u/shaunyoong' has given '/u/DamonsReddit' lambda!
+8890 [2020-03-04 15:39:05] The OP received lambda too!
+8890 [2020-03-04 15:44:43] There has been a new submission: 'What does this mean?? It's on my most viewed video too!', with flair 'Discussion'
+8890 [2020-03-04 15:45:32] There has been a new submission: 'Would appreciate any criticisms to help me improve please and thank you', with flair 'Channel Review'
+8890 [2020-03-04 15:45:33] /u/expkun had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:48:45] There has been a new submission: 'Made a funny moments with friends video on Call of Duty Modern Warfare. Appreciate any feedback and support!', with flair 'Gaming'
+8890 [2020-03-04 15:50:44] There has been a new submission: 'Only started few months ago, love someone to watch and let me know what you guys think', with flair 'Art'
+8890 [2020-03-04 15:50:47] /u/lakecaa had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:53:51] There has been a new submission: 'Trying to get better at album reviews and any feedback would help!', with flair 'None'
+8890 [2020-03-04 15:53:53] /u/ZitaFC had their submission removed for insufficient lambda.
+8890 [2020-03-04 15:55:59] '/u/DrDagless' has given '/u/dTrxppy' lambda!
+9024 [2020-03-04 16:01:50]
+####################
+[2020-03-04 16:01:50] RESTARTED
+####################
+
+9024 [2020-03-04 16:07:10] There has been a new submission: 'Need the best setup for COD:modern warfare, come check out my channel', with flair 'None'
+9024 [2020-03-04 16:07:12] /u/tkizz_y had their submission removed for insufficient lambda.
+9024 [2020-03-04 16:07:52] There has been a new submission: 'Made a video REACTING to which Presidential candidates have the best sense of humor. Would love your thoughts!', with flair 'Video Critique'
+9024 [2020-03-04 16:07:53] /u/daveneal had their submission removed for insufficient lambda.
+9024 [2020-03-04 16:12:22] There has been a new submission: 'Websites That Will Pay You DAILY Within 24 hours! 2020(Easy Work At Home Jobs)', with flair 'Channel Review'
+9024 [2020-03-04 16:12:25] /u/FormalTry4 had their submission removed for insufficient lambda.
+9024 [2020-03-04 16:14:56] There has been a new submission: 'Tip about Youtube tags', with flair 'Discussion'
+9024 [2020-03-04 16:18:27] There has been a new submission: 'Lio - On My Own (feat. Marlon Ponce)', with flair 'None'
+9024 [2020-03-04 16:18:28] /u/primotrez had their submission removed for insufficient lambda.
+9024 [2020-03-04 16:20:03] '/u/About30NinjasYT' has given '/u/dTrxppy' lambda!
+9024 [2020-03-04 16:20:03] The OP received lambda too!
+9024 [2020-03-04 16:22:00] '/u/About30NinjasYT' has given '/u/EngineeringJuice' lambda!
+9024 [2020-03-04 16:25:06] '/u/About30NinjasYT' has given '/u/EnemyAJ130' lambda!
+9024 [2020-03-04 16:26:38] '/u/About30NinjasYT' has given '/u/helloitsmesomeguy' lambda!
+9024 [2020-03-04 16:27:15] '/u/About30NinjasYT' has given '/u/Entity42og' lambda!
+9024 [2020-03-04 16:27:22] There has been a new submission: 'Hello, check out a channel that is run by a friend and I. We upload a variety of content such as gaming montages and AMVs. We just started a few days back and was wondering how we could improve. Criticism & tips would be appreciated. Thanks!!', with flair 'Channel Review'
+9024 [2020-03-04 16:31:18] There has been a new submission: 'Breaking Grounds Podcast Episode 5: Any critique for the next few episodes would be greatly appreciated!', with flair 'Video Critique'
+9024 [2020-03-04 16:32:01] There has been a new submission: 'Stand Up Comedian REACTS to Democratic Presidential Debate JOKE ATTEMPTS', with flair 'Video Critique'
+9024 [2020-03-04 16:32:27] There has been a new submission: 'When you become a secret agent...', with flair 'Video Critique'
+9024 [2020-03-04 16:32:50] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 14 - Coldish Heart (GR Breakpoint)', with flair 'Gaming'
+9024 [2020-03-04 16:32:52] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+9024 [2020-03-04 16:40:05] '/u/Ghryms' has given '/u/dTrxppy' lambda!
+9024 [2020-03-04 16:43:21] There has been a new submission: 'HORIZON ZERO DAWN / Playthrough Part 2 / Odd Grata And A Tripcaster Feedback Please.', with flair 'Video Critique'
+9024 [2020-03-04 16:43:23] /u/AdamGamesYT had their submission removed for insufficient lambda.
+9024 [2020-03-04 16:44:18] There has been a new submission: 'Don’t see too many health and fitness related videos on this subreddit! Check my video out, leave a like on it if you thought it was dope, and please give me some HELPFUL/ THOUGHTFUL feedback! I have plenty of lambda I am dying to give out to my fellow creators! Thanks guys!', with flair 'Video Critique'
+9024 [2020-03-04 16:44:48] '/u/JudgeCreed' has given '/u/helloitsmesomeguy' lambda!
+9024 [2020-03-04 16:44:48] The OP received lambda too!
+9024 [2020-03-04 16:49:17] '/u/MrDonut12' has given '/u/TimeForJAM' lambda!
+9024 [2020-03-04 16:49:38] '/u/MrDonut12' has given '/u/buzzcutspeed' lambda!
+9024 [2020-03-04 17:07:20] '/u/decemberdragon' has given '/u/A_Aabid26' lambda!
+9024 [2020-03-04 17:07:20] The OP received lambda too!
+9024 [2020-03-04 17:07:53] '/u/decemberdragon' has given '/u/dTrxppy' lambda!
+9024 [2020-03-04 17:11:15] There has been a new submission: 'MINECRAFT IS SCARY (really scary)', with flair 'Gaming'
+9024 [2020-03-04 17:11:17] /u/TAKERhaker had their submission removed for insufficient lambda.
+9024 [2020-03-04 17:15:32] There has been a new submission: 'Acrylic Pouring and Lacquering a Rose [DIY] | Anyone looking to do some art collaboration?', with flair 'Collab'
+9024 [2020-03-04 17:15:34] /u/Artist-FA-Chekki- had their submission removed for using the wrong flair.
+9024 [2020-03-04 17:22:06] '/u/heyiamandrew' has given '/u/EngineeringJuice' lambda!
+9024 [2020-03-04 17:22:06] The OP received lambda too!
+9024 [2020-03-04 17:30:13] There has been a new submission: 'Render/ Add Decals in Fusion 360! Tutorial', with flair 'Video Critique'
+9024 [2020-03-04 17:31:08] '/u/JudgeCreed' has given '/u/EngineeringJuice' lambda!
+9024 [2020-03-04 17:36:25] There has been a new submission: 'New dbz kakarot video', with flair 'Video Critique'
+9024 [2020-03-04 17:36:27] /u/Chaos_Jutsu had their submission removed for insufficient lambda.
+9024 [2020-03-04 17:44:12] '/u/JudgeCreed' has given '/u/UrBoiFam' lambda!
+9024 [2020-03-04 17:45:56] '/u/_NGaming_' has given '/u/EnemyAJ130' lambda!
+9024 [2020-03-04 17:45:56] The OP received lambda too!
+9024 [2020-03-04 17:46:46] There has been a new submission: 'How do you feel about this?', with flair 'Video Critique'
+9024 [2020-03-04 17:46:48] /u/frostybubbles had their submission removed for insufficient lambda.
+9158 [2020-03-04 18:01:50]
+####################
+[2020-03-04 18:01:50] RESTARTED
+####################
+
+9158 [2020-03-04 18:05:40] '/u/Jischasing' has given '/u/CJOAT-Angela' lambda!
+9158 [2020-03-04 18:13:08] '/u/Arrrash' has given '/u/helloitsmesomeguy' lambda!
+9158 [2020-03-04 18:13:09] The OP received lambda too!
+9158 [2020-03-04 18:14:22] '/u/Arrrash' has given '/u/dTrxppy' lambda!
+9158 [2020-03-04 18:15:07] There has been a new submission: 'How to', with flair 'Channel Review'
+9158 [2020-03-04 18:15:09] /u/Joshmysterr had their submission removed for insufficient lambda.
+9158 [2020-03-04 18:19:27] '/u/JudgeCreed' has given '/u/afunfun22' lambda!
+9158 [2020-03-04 18:24:08] '/u/SlyGuyChris' has given '/u/helloitsmesomeguy' lambda!
+9158 [2020-03-04 18:24:08] The OP received lambda too!
+9158 [2020-03-04 18:24:50] '/u/antoniofett06' has given '/u/deanosauruz' lambda!
+9158 [2020-03-04 18:24:50] The OP received lambda too!
+9158 [2020-03-04 18:28:31] '/u/Squadspace' has given '/u/frostybubbles' lambda!
+9158 [2020-03-04 18:28:31] The OP received lambda too!
+9158 [2020-03-04 18:33:31] '/u/KamKashiiiYT' has given '/u/dTrxppy' lambda!
+9158 [2020-03-04 18:41:32] There has been a new submission: 'Hey if you guys wouldnt mind come check out my most recent video and give me some feedback :)', with flair 'Video Critique'
+9158 [2020-03-04 18:56:07] '/u/hemant_rangdal' has given '/u/EngineeringJuice' lambda!
+9158 [2020-03-04 18:56:07] The OP received lambda too!
+9158 [2020-03-04 19:05:11] '/u/Abuzz_YT' has given '/u/ZitaFC' lambda!
+9158 [2020-03-04 19:05:11] The OP received lambda too!
+9158 [2020-03-04 19:09:51] There has been a new submission: 'Acrylic Pouring and Lacquering a Rose [DIY]', with flair 'Vlog'
+9158 [2020-03-04 19:22:07] There has been a new submission: 'Psychedelic Channel review', with flair 'Channel Review'
+9158 [2020-03-04 19:37:29] There has been a new submission: 'Would you guys mind giving your opinion on my new vid? I tried to mix it up with some comedy to make it more interesting', with flair 'Video Critique'
+9158 [2020-03-04 19:37:31] /u/Quasars_Rotate had their submission removed for insufficient lambda.
+9158 [2020-03-04 19:40:09] There has been a new submission: 'Hey guys! Any feedback for this episode would be much appreciated. Editing, Thumbnail or video in general. Dating Casually Ep08: The Choice', with flair 'Video Critique'
+9158 [2020-03-04 19:42:15] There has been a new submission: 'How should I come out?', with flair 'Discussion'
+9158 [2020-03-04 19:42:57] '/u/Jischasing' has given '/u/SupaCoolMoM' lambda!
+9158 [2020-03-04 19:45:45] There has been a new submission: 'How To YouTube On The P-aSs4!', with flair 'Channel Review'
+9158 [2020-03-04 19:45:47] /u/Opiechopz had their submission removed for insufficient lambda.
+9158 [2020-03-04 19:46:29] '/u/Jischasing' has given '/u/Sky-todd' lambda!
+9158 [2020-03-04 19:47:48] '/u/_NGaming_' has given '/u/frostybubbles' lambda!
+9158 [2020-03-04 19:51:28] '/u/Jischasing' has given '/u/MadeCITYSTARS' lambda!
+9158 [2020-03-04 19:55:47] '/u/antoniofett06' has given '/u/George_Doors' lambda!
+9158 [2020-03-04 19:58:15] There has been a new submission: 'EMOTIONAL SUPPORT ANIMALS BANNED FROM PLANES!?', with flair 'Channel Review'
+9158 [2020-03-04 19:58:16] /u/MattThibodeau had their submission removed for insufficient lambda.
+9158 [2020-03-04 19:58:36] '/u/SwanCreek' has given '/u/Sky-todd' lambda!
+9158 [2020-03-04 19:58:36] The OP received lambda too!
+9158 [2020-03-04 19:58:57] '/u/_NGaming_' has given '/u/DaytimeLateNightShow' lambda!
+9158 [2020-03-04 20:00:46] '/u/SwanCreek' has given '/u/Quasars_Rotate' lambda!
+9404 [2020-03-04 20:01:50]
+####################
+[2020-03-04 20:01:50] RESTARTED
+####################
+
+9404 [2020-03-04 20:03:50] '/u/JudgeCreed' has given '/u/Sky-todd' lambda!
+9404 [2020-03-04 20:03:58] There has been a new submission: 'Rate my League of Legends video!', with flair 'None'
+9404 [2020-03-04 20:04:00] /u/Robyz7 had their submission removed for insufficient lambda.
+9404 [2020-03-04 20:04:48] '/u/Ghryms' has given '/u/EngineeringJuice' lambda!
+9404 [2020-03-04 20:04:56] There has been a new submission: '[Discussion] Need a little advice i'm kinda getting paranoid about my channel.', with flair 'Discussion'
+9404 [2020-03-04 20:06:19] '/u/Ghryms' has given '/u/frostybubbles' lambda!
+9404 [2020-03-04 20:08:36] '/u/_NGaming_' has given '/u/Quasars_Rotate' lambda!
+9404 [2020-03-04 20:09:01] There has been a new submission: 'Hey friends! Would really appreciate your thoughts on my most recent skate vlog.', with flair 'Vlog'
+9404 [2020-03-04 20:11:33] '/u/SwanCreek' has given '/u/Karja' lambda!
+9404 [2020-03-04 20:11:47] '/u/JudgeCreed' has given '/u/Quasars_Rotate' lambda!
+9404 [2020-03-04 20:13:25] There has been a new submission: 'New vid with a bit of comedy sprinkled in, any and all criticism is welcome!', with flair 'Video Critique'
+9404 [2020-03-04 20:13:35] There has been a new submission: 'Any tips on making my gameplay better', with flair 'Channel Review'
+9404 [2020-03-04 20:14:58] '/u/heyiamandrew' has given '/u/Quasars_Rotate' lambda!
+9404 [2020-03-04 20:15:13] '/u/_NGaming_' has given '/u/TheOasisNetwork' lambda!
+9404 [2020-03-04 20:18:21] There has been a new submission: 'Hey guys this is my first post on here! I recently revived my channel from the dead after years of inactivity. I decided to re-brand and find a style that works for me. Please help me improve!', with flair 'Video Critique'
+9404 [2020-03-04 20:30:37] '/u/DrDagless' has given '/u/Hero_Doses' lambda!
+9404 [2020-03-04 20:36:27] '/u/EngineeringJuice' has given '/u/Quasars_Rotate' lambda!
+9404 [2020-03-04 20:36:27] The OP received lambda too!
+9404 [2020-03-04 20:42:21] There has been a new submission: '10 things I wish I knew as a beginner in Escape From Tarkov: Tips and Tricks for Beginners', with flair 'Video Critique'
+9404 [2020-03-04 20:42:23] /u/GeeMan96 had their submission removed for insufficient lambda.
+9404 [2020-03-04 20:43:36] '/u/_NGaming_' has given '/u/MadBlaxe' lambda!
+9404 [2020-03-04 20:43:50] '/u/TimeForJAM' has given '/u/Karja' lambda!
+9404 [2020-03-04 20:43:51] The OP received lambda too!
+9404 [2020-03-04 21:01:18] There has been a new submission: 'Part 2 of the lets play im doing, but i took out some of the fails, and tried to keep the pace a pit more than part 1', with flair 'Video Critique'
+9404 [2020-03-04 21:02:19] '/u/hadeeclick' has given '/u/ExrosZ' lambda!
+9404 [2020-03-04 21:02:19] The OP received lambda too!
+9404 [2020-03-04 21:02:46] There has been a new submission: 'A D-list vlogger on political stress, privilege & gut health', with flair 'None'
+9404 [2020-03-04 21:02:48] /u/headywriter had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:02:59] '/u/JudgeCreed' has given '/u/_NGaming_' lambda!
+9404 [2020-03-04 21:03:30] '/u/JudgeCreed' has given '/u/MINTOfficical' lambda!
+9404 [2020-03-04 21:04:06] There has been a new submission: 'Is it worth playing Luigi’s Mansion (GCN) in 2020?', with flair 'Gaming'
+9404 [2020-03-04 21:04:08] /u/oldfashionedyt had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:09:22] '/u/Sky-todd' has given '/u/MafiasFinestTV' lambda!
+9404 [2020-03-04 21:09:22] The OP received lambda too!
+9404 [2020-03-04 21:14:34] There has been a new submission: 'My channel only has about a 3.7% clickrate :/. Is it that the thumbnails are bad?', with flair 'Channel Review'
+9404 [2020-03-04 21:17:09] There has been a new submission: 'Could everyome please check my new video and give me some feedback, if you dont mind :)', with flair 'Gaming'
+9404 [2020-03-04 21:17:11] /u/NPTCustomPCs had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:17:20] There has been a new submission: 'Guys i would really appreciate if you took the time and check the video out! I want an honest opinion guys, what can i improve, and not what to do as well. Thanks in advance!', with flair 'Video Critique'
+9404 [2020-03-04 21:21:36] '/u/Sky-todd' has given '/u/MoskitoDan' lambda!
+9404 [2020-03-04 21:22:32] There has been a new submission: 'Fortnite Montage', with flair 'Gaming'
+9404 [2020-03-04 21:22:34] /u/Doddy03040304 had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:29:29] There has been a new submission: 'Tony Fett Channel Review', with flair 'Channel Review'
+9404 [2020-03-04 21:32:18] There has been a new submission: 'I JUST POSTED MY 100 SUBSCRIBER SPECIAL @Masianboy on youtube 😄', with flair 'Channel Review'
+9404 [2020-03-04 21:32:20] /u/Masianboy had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:37:06] '/u/Jischasing' has given '/u/Mumski' lambda!
+9404 [2020-03-04 21:38:06] '/u/Jischasing' has given '/u/ihateplastic10' lambda!
+9404 [2020-03-04 21:38:14] '/u/JudgeCreed' has given '/u/Zack_the_co_Coson' lambda!
+9404 [2020-03-04 21:39:42] There has been a new submission: 'Hey Guys! Will appreciate your feedback on my recent video. Editing style, video idea, script, thumbnail, anything. P.s Apologies for my bad English!', with flair 'Video Critique'
+9404 [2020-03-04 21:39:43] /u/Ask-Story had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:39:59] '/u/JudgeCreed' has given '/u/Magnifikunt' lambda!
+9404 [2020-03-04 21:41:40] '/u/Sky-todd' has given '/u/Jischasing' lambda!
+9404 [2020-03-04 21:48:16] There has been a new submission: 'Currency', with flair 'Discussion'
+9404 [2020-03-04 21:55:59] '/u/antoniofett06' has given '/u/OwnVictory16' lambda!
+9404 [2020-03-04 21:55:59] The OP received lambda too!
+9404 [2020-03-04 21:56:29] There has been a new submission: '*SLEEP AID* *1 HOUR* Taking a walk down Los Santos in rainy weather.', with flair 'Meta'
+9404 [2020-03-04 21:56:30] /u/noblexodia had their submission removed for using the wrong flair.
+9404 [2020-03-04 21:57:31] There has been a new submission: '[META] *SLEEP AID* *1 HOUR* Taking a walk down Los Santos in rainy weather.', with flair 'Meta'
+9404 [2020-03-04 21:57:33] /u/noblexodia had their submission removed for using the wrong flair.
+9404 [2020-03-04 21:58:16] There has been a new submission: 'Neck Deep, Orbit Culture AND Reflections REVIEW (THREES)', with flair 'Art'
+9404 [2020-03-04 21:58:17] /u/KeCk60 had their submission removed for insufficient lambda.
+9404 [2020-03-04 21:58:25] There has been a new submission: '[Meta] *SLEEP AID* *1 HOUR* Taking a walk down Los Santos in rainy weather.', with flair 'Meta'
+9404 [2020-03-04 21:58:26] /u/noblexodia had their submission removed for using the wrong flair.
+9404 [2020-03-04 21:58:33] There has been a new submission: 'Would love some feedback on the editing and style of my newest video. Thank you!', with flair 'Video Critique'
+9404 [2020-03-04 21:58:34] /u/XboxJockey had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:01:50]
+####################
+[2020-03-04 22:01:50] RESTARTED
+####################
+
+9537 [2020-03-04 22:03:40] There has been a new submission: 'I recently started a creepypasta channel. I’m new to the game, and would appreciate some constructive criticism. Specifically, any tips for improving my narration skills would be greatly appreciated.', with flair 'Video Critique'
+9537 [2020-03-04 22:03:42] /u/DystopianScorpion had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:07:05] There has been a new submission: 'How you guys feel about this improv video I made of a mlg halo player', with flair 'Video Critique'
+9537 [2020-03-04 22:07:52] There has been a new submission: 'I messaged around 300 people for their best Halo clips and put togther a compilation, will be giving out lambda', with flair 'Gaming'
+9537 [2020-03-04 22:07:53] /u/shytownx had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:08:31] '/u/Sky-todd' has given '/u/blaksuperman88' lambda!
+9537 [2020-03-04 22:09:01] '/u/shytownx' has given '/u/XboxJockey' lambda!
+9537 [2020-03-04 22:09:01] The OP received lambda too!
+9537 [2020-03-04 22:15:08] There has been a new submission: 'i bought a garfield costume', with flair 'Vlog'
+9537 [2020-03-04 22:21:42] There has been a new submission: 'hey. it would mean the world to me if anyone would sub to me, you don’t have watch. i just want something to motivate me to post daily. either way, i love you, have a wholesome day.', with flair 'None'
+9537 [2020-03-04 22:21:44] /u/MLGduck10011 had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:25:35] '/u/SwanCreek' has given '/u/mattnovum' lambda!
+9537 [2020-03-04 22:27:28] '/u/SwanCreek' has given '/u/MiscFallen' lambda!
+9537 [2020-03-04 22:28:39] '/u/SwanCreek' has given '/u/unchartedwild' lambda!
+9537 [2020-03-04 22:29:23] '/u/SwanCreek' has given '/u/blaksuperman88' lambda!
+9537 [2020-03-04 22:31:57] '/u/Jischasing' has given '/u/Thefinndrummer' lambda!
+9537 [2020-03-04 22:33:13] There has been a new submission: 'We Messed With The WRONG People! | GTA 5 THUG LIFE', with flair 'Gaming'
+9537 [2020-03-04 22:33:15] /u/mzwakheminecraft had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:35:00] There has been a new submission: 'Hi everyone! I was wondering if anyone on this subreddit would like to check out this video I made in like an hour. Compliments and constructive criticism are welcome.', with flair 'Video Critique'
+9537 [2020-03-04 22:35:59] '/u/EngineeringJuice' has given '/u/xT1meB0mb' lambda!
+9537 [2020-03-04 22:35:59] The OP received lambda too!
+9537 [2020-03-04 22:41:37] There has been a new submission: 'First Moto Vlog, please check it out, positive feedback please, small YouTube channel in Zimbabwe, hope you enjoy and many more videos to come!', with flair 'Vlog'
+9537 [2020-03-04 22:41:39] /u/Mattboi01 had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:42:27] There has been a new submission: 'I found a small channel called billguy. it only has 200 subs.. can we get billguy some subs.', with flair 'Channel Review'
+9537 [2020-03-04 22:42:29] /u/Rocco339 had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:46:32] There has been a new submission: 'Satisfying video castnetting colorful fish with Ringo the dog', with flair 'None'
+9537 [2020-03-04 22:46:33] /u/OpusJess had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:51:52] There has been a new submission: 'COD Modern Warfare - Rust Review', with flair 'Gaming'
+9537 [2020-03-04 22:51:54] /u/wozza312 had their submission removed for insufficient lambda.
+9537 [2020-03-04 22:54:29] There has been a new submission: 'Tons of work to make it short. Sleep is important, 70 million have issues, so I decided to review my sleep mask!', with flair 'Video Critique'
+9537 [2020-03-04 22:56:19] '/u/SwanCreek' has given '/u/FergHD' lambda!
+9537 [2020-03-04 22:56:47] '/u/SwanCreek' has given '/u/MadeCITYSTARS' lambda!
+9537 [2020-03-04 22:58:03] There has been a new submission: 'I messaged around 300 people for their best halo clips and put together a compilation', with flair 'Gaming'
+9537 [2020-03-04 23:02:28] There has been a new submission: 'Go check it out! I'm a small YouTuber! Like Comment and Subscribe!', with flair 'Gaming'
+9537 [2020-03-04 23:02:30] /u/TntThiefGamerYT had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:08:19] There has been a new submission: 'NEW PLACE FOR CHANNEL REVIEWS! Please read message below!', with flair 'Discussion'
+9537 [2020-03-04 23:18:16] There has been a new submission: 'Fortnite Skybase In Chapter 2 (INSANE)', with flair 'Gaming'
+9537 [2020-03-04 23:18:17] /u/Flashy-Candle had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:19:38] There has been a new submission: 'Fortnite Skybase In Chapter 2 (INSANE)', with flair 'Gaming'
+9537 [2020-03-04 23:19:38] /u/Flashy-Candle had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:21:53] There has been a new submission: 'Hi everyone just wanted to give thanks! I passed 100 subs just before my 6 month anniversary of my first upload on YT on Feb 19, 2020. I want to give back by giving feedback and help on your channel. Give me feedback and then tell me about your channel and a link and I will give you feedback. Thanks', with flair 'Discussion'
+9537 [2020-03-04 23:29:18] '/u/shytownx' has given '/u/blaksuperman88' lambda!
+9537 [2020-03-04 23:29:18] The OP received lambda too!
+9537 [2020-03-04 23:31:11] There has been a new submission: 'My FF7 Remake Demo', with flair 'Gaming'
+9537 [2020-03-04 23:36:06] There has been a new submission: 'New video up pls go watch and sub to the channel pls', with flair 'Gaming'
+9537 [2020-03-04 23:36:08] /u/treyways17 had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:44:07] There has been a new submission: 'Need Help With Titles!', with flair 'Channel Review'
+9537 [2020-03-04 23:44:09] /u/jmcmln had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:44:21] There has been a new submission: 'Got tired of all the Storytime Animations and Makeup Guru drama on YouTube so I started making my own Adult Animated Sitcom! 15+ Only! check out Episode 8 and let me know what you think!', with flair 'Video Critique'
+9537 [2020-03-04 23:44:23] /u/PandemoniumAnimates had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:50:51] '/u/shytownx' has given '/u/Opiechopz' lambda!
+9537 [2020-03-04 23:57:16] '/u/Cothfotmeoo' has given '/u/buzzcutspeed' lambda!
+9537 [2020-03-04 23:57:16] The OP received lambda too!
+9537 [2020-03-04 23:57:22] There has been a new submission: 'Hey guys, welcome to my new channel. it's for the Best Nature Video FULL HD', with flair 'Channel Review'
+9537 [2020-03-04 23:57:23] /u/sonaric_5 had their submission removed for insufficient lambda.
+9537 [2020-03-04 23:59:40] '/u/Cothfotmeoo' has given '/u/Ghryms' lambda!
+9670 [2020-03-05 00:01:50]
+####################
+[2020-03-05 00:01:50] RESTARTED
+####################
+
+1350 [2020-03-05 00:04:00] Updated statistics
+9670 [2020-03-05 00:04:34] '/u/_NGaming_' has given '/u/MINTOfficical' lambda!
+9670 [2020-03-05 00:04:51] There has been a new submission: 'DELETED SCENES FROM MOVIE TRAILERS 2020 [COMPILATION 3]', with flair 'None'
+9670 [2020-03-05 00:04:53] /u/epicrealm2 had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:05:22] '/u/_NGaming_' has given '/u/DUUUDDDEEE' lambda!
+9670 [2020-03-05 00:06:27] '/u/_NGaming_' has given '/u/curvygurlflo' lambda!
+9670 [2020-03-05 00:06:57] '/u/_NGaming_' has given '/u/Rocco339' lambda!
+9670 [2020-03-05 00:07:38] There has been a new submission: 'Trying to get to 160', with flair 'None'
+9670 [2020-03-05 00:07:39] /u/chillinchicken14 had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:08:14] '/u/_NGaming_' has given '/u/Opiechopz' lambda!
+9670 [2020-03-05 00:08:22] There has been a new submission: 'What do you guys think about my Final Fantasy VII Remake video??. All opinions, Good or Bad, and maybe if you like you can Subcribe 😁😁', with flair 'Gaming'
+9670 [2020-03-05 00:08:24] /u/BlackCoffinx had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:09:59] '/u/blaksuperman88' has given '/u/Opiechopz' lambda!
+9670 [2020-03-05 00:09:59] The OP received lambda too!
+9670 [2020-03-05 00:15:49] There has been a new submission: '[Video Critique] STAR WARS: The High Republic | Movie Trailer (2021)', with flair 'Video Critique'
+9670 [2020-03-05 00:15:51] /u/Thejozz20 had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:17:03] '/u/JudgeCreed' has given '/u/Opiechopz' lambda!
+9670 [2020-03-05 00:17:33] '/u/TimeForJAM' has given '/u/Thefinndrummer' lambda!
+9670 [2020-03-05 00:17:40] There has been a new submission: 'Would you be kind enough to review my video please? Would highly appreciate honest feedback. Thanks.', with flair 'Video Critique'
+9670 [2020-03-05 00:17:41] /u/sally1225 had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:18:47] There has been a new submission: '1v1 on League?!', with flair 'Gaming'
+9670 [2020-03-05 00:18:48] /u/Space_Junk_ had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:21:05] '/u/TimeForJAM' has given '/u/VRvisuals' lambda!
+9670 [2020-03-05 00:27:49] There has been a new submission: 'How To YouTube on The P-aSs4!', with flair 'Channel Review'
+9670 [2020-03-05 00:29:58] '/u/ThanusThiccMan' has given '/u/XboxJockey' lambda!
+9670 [2020-03-05 00:29:58] The OP received lambda too!
+9670 [2020-03-05 00:30:37] There has been a new submission: 'Sub Plez', with flair 'None'
+9670 [2020-03-05 00:30:39] /u/youfromthe_future had their submission removed for insufficient lambda.
+9670 [2020-03-05 00:39:20] There has been a new submission: 'Have any questions for my series?', with flair 'Discussion'
+9670 [2020-03-05 00:42:39] There has been a new submission: 'I'm doing a video editing competition for my YouTube channel (Next Video)', with flair 'Discussion'
+9670 [2020-03-05 00:50:14] There has been a new submission: 'Hey! I’m Goqts, and I have been gaining subscribers on YouTube pretty quickly over the fast few weeks. I work really hard on my content to make it as polished as possible! I spend up to 5-6 hours editing my videos. Here’s one of my videos; make sure you also check out my other ones. Please subscribe', with flair 'Gaming'
+9670 [2020-03-05 00:50:17] /u/Goqts had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:00:35] There has been a new submission: 'Arduino Series Introduction - New channel would appreciate any feedback', with flair 'Video Critique'
+9670 [2020-03-05 01:00:37] /u/_Expat-in-Asia_ had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:02:38] There has been a new submission: 'New YouTuber here', with flair 'None'
+9670 [2020-03-05 01:02:40] /u/Monkey3992 had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:04:28] '/u/blaksuperman88' has given '/u/XboxJockey' lambda!
+9670 [2020-03-05 01:06:59] There has been a new submission: 'One of my first videos. I’d love any sort of feedback. Thank you!', with flair 'Channel Review'
+9670 [2020-03-05 01:16:01] There has been a new submission: 'Anyone care to comment on my channel or give me feedback all appreciated', with flair 'Channel Review'
+9670 [2020-03-05 01:16:03] /u/thelifeofriles had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:19:40] There has been a new submission: 'Hey if u like baseball or from Venezuela check out this video it premieres 11:30 EST tomorrow plz check it out', with flair 'Gaming'
+9670 [2020-03-05 01:19:41] /u/MatthewLopezOnYT had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:22:49] There has been a new submission: 'The Best New Coronavirus TikTok Memes | 2020 COMPILATION', with flair 'Discussion'
+9670 [2020-03-05 01:22:52] /u/Minichowder had their submission removed for using the wrong flair.
+9670 [2020-03-05 01:23:54] There has been a new submission: 'The Best New Coronavirus TikTok Memes | 2020 COMPILATION', with flair 'Vlog'
+9670 [2020-03-05 01:23:56] /u/Minichowder had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:26:25] '/u/the_real_d247' has given '/u/djaqk' lambda!
+9670 [2020-03-05 01:26:25] The OP received lambda too!
+9670 [2020-03-05 01:37:58] There has been a new submission: 'Check out the vid drop a like and subscribe‼️', with flair 'Gaming'
+9670 [2020-03-05 01:37:59] /u/kilokidd had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:42:45] '/u/hemant_rangdal' has given '/u/ZitaFC' lambda!
+9670 [2020-03-05 01:46:01] There has been a new submission: 'Here is one of the most inspiring story of a Woman's struggle and triumph as an artist. I need your feedback please.', with flair 'None'
+9670 [2020-03-05 01:46:02] /u/Cindyik had their submission removed for insufficient lambda.
+9670 [2020-03-05 01:50:26] There has been a new submission: 'Hey People of Reddit :D On my channel I do really satisfying CGI Stuff and thought I could get your feedback :)', with flair 'Channel Review'
+9670 [2020-03-05 01:50:28] /u/Nicholas30 had their submission removed for insufficient lambda.
+9812 [2020-03-05 02:01:50]
+####################
+[2020-03-05 02:01:50] RESTARTED
+####################
+
+9812 [2020-03-05 02:05:46] There has been a new submission: 'Hi! Please review my channel and tell me what I am doing right/wrong. Thanks!', with flair 'Channel Review'
+9812 [2020-03-05 02:07:09] '/u/SlyGuyChris' has given '/u/SupaCoolMoM' lambda!
+9812 [2020-03-05 02:16:52] '/u/Frosty_Macaron' has given '/u/VreaL37' lambda!
+9812 [2020-03-05 02:16:52] The OP received lambda too!
+9812 [2020-03-05 02:18:41] There has been a new submission: 'I do gaming videos, no commentary. Apart from adding commentary, what are your suggestions for getting views/subs?', with flair 'Gaming'
+9812 [2020-03-05 02:18:42] /u/Besherba had their submission removed for insufficient lambda.
+9812 [2020-03-05 02:21:25] There has been a new submission: 'Can anyone sub to my channel I just made? (I want to grow big, I’ll sub right back!)', with flair 'None'
+9812 [2020-03-05 02:21:27] /u/Endo107 had their submission removed for insufficient lambda.
+9812 [2020-03-05 02:30:12] There has been a new submission: 'Action scene', with flair 'Video Critique'
+9812 [2020-03-05 02:30:15] /u/shocknutz had their submission removed for insufficient lambda.
+9812 [2020-03-05 02:32:45] There has been a new submission: 'Check out my channel and let me know what I can do better! And if you like what you see subscribe! I am close to 200 subs', with flair 'Channel Review'
+9812 [2020-03-05 02:32:47] /u/mikebeefproductions had their submission removed for insufficient lambda.
+9812 [2020-03-05 02:34:25] There has been a new submission: 'A new longer video, 10 art style challenge! Any advice for my channel is welcome!', with flair 'Video Critique'
+9812 [2020-03-05 02:44:05] '/u/Jischasing' has given '/u/Rojn8r' lambda!
+9812 [2020-03-05 02:45:41] '/u/buzzcutspeed' has given '/u/deliriousmarc' lambda!
+9812 [2020-03-05 02:45:41] The OP received lambda too!
+9812 [2020-03-05 02:58:53] There has been a new submission: 'Sheepshead, Flounder, Sharks & more! MULTI SPECIES Inshore Kayak Fishing - Nocatee Florida', with flair 'Video Critique'
+9812 [2020-03-05 02:58:55] /u/Catch_me_inthe_Creek had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:13:13] There has been a new submission: 'Hey Guys! Could you guys please critique my video? It’s A Fishing/Outdoors Channel. What suggestions do you have to increase audience retention? Need help!', with flair 'None'
+9812 [2020-03-05 03:13:15] /u/odzsa1 had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:24:29] There has been a new submission: 'My second video I think I did a good job editing', with flair 'Gaming'
+9812 [2020-03-05 03:24:31] /u/Young_Senpai42069 had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:25:54] There has been a new submission: 'Hi, hoping to get some feedback on part one of my first original scary story, "i can feel it behind me..." I would really appreciate it! :]', with flair 'Video Critique'
+9812 [2020-03-05 03:25:55] /u/Weak_Scallion had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:26:28] '/u/shytownx' has given '/u/whataboi_rd' lambda!
+9812 [2020-03-05 03:31:25] There has been a new submission: 'Going Crazy With Thermite On Rainbow Six Siege Do Me A Favor and Leave a Like and Subscribe❗️', with flair 'None'
+9812 [2020-03-05 03:31:28] /u/viewsfrommike had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:32:25] There has been a new submission: 'Turning Myself Into A Bob Ross Painting Tutorial', with flair 'Video Critique'
+9812 [2020-03-05 03:32:27] /u/JonathanRay_on_YT had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:32:56] There has been a new submission: 'Turning Myself Into A Bob Ross Painting Tutorial', with flair 'Art'
+9812 [2020-03-05 03:32:58] /u/JonathanRay_on_YT had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:33:17] There has been a new submission: 'Turning Myself Into A Bob Ross Painting Tutorial', with flair 'Thumbnail Review'
+9812 [2020-03-05 03:33:19] /u/JonathanRay_on_YT had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:34:43] There has been a new submission: 'New video', with flair 'Gaming'
+9812 [2020-03-05 03:34:45] /u/Anrew753 had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:35:34] '/u/buzzcutspeed' has given '/u/odzsa1' lambda!
+9812 [2020-03-05 03:42:27] There has been a new submission: 'In 6 weeks time, I reached 4,000 watch hours and 758 subs. Here’s what I learned! (Please share your own experiences also)', with flair 'Discussion'
+9812 [2020-03-05 03:50:20] There has been a new submission: 'Hey! Just recently started up a podcast channel and our first episode is out. Would love any constructive feed back!', with flair 'Video Critique'
+9812 [2020-03-05 03:50:22] /u/GamingTurret had their submission removed for insufficient lambda.
+9812 [2020-03-05 03:54:52] '/u/shytownx' has given '/u/BobbyMcbobb3rson' lambda!
+9812 [2020-03-05 03:56:19] There has been a new submission: 'So this is a video I made a while ago but I want to know what you guys think of it.', with flair 'Video Critique'
+9812 [2020-03-05 03:56:21] /u/Ragroin had their submission removed for insufficient lambda.
+9949 [2020-03-05 04:01:50]
+####################
+[2020-03-05 04:01:50] RESTARTED
+####################
+
+9949 [2020-03-05 04:09:45] There has been a new submission: 'Bubble Tea [No music, Peaceful Cuisine] Feedback always appreciated!', with flair 'Vlog'
+9949 [2020-03-05 04:09:45] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+9949 [2020-03-05 04:13:54] There has been a new submission: 'Bubble Tea [No music, Peaceful Cuisine] Any feedback? All are appreciated!', with flair 'Vlog'
+9949 [2020-03-05 04:13:56] /u/BobbyMcbobb3rson had their submission removed for insufficient lambda.
+9949 [2020-03-05 04:35:50] '/u/About30NinjasYT' has given '/u/thedrq' lambda!
+9949 [2020-03-05 04:37:41] '/u/About30NinjasYT' has given '/u/afunfun22' lambda!
+9949 [2020-03-05 04:38:37] There has been a new submission: 'I reached 50 subs guys! I'm so happy, but also how do you guys keep your anxiety down regarding growth?', with flair 'Discussion'
+9949 [2020-03-05 04:49:35] There has been a new submission: 'The scientist》Coldplay (cover)', with flair 'Art'
+9949 [2020-03-05 04:49:36] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+9949 [2020-03-05 05:01:29] There has been a new submission: 'Non-vapers...I need help!', with flair 'Discussion'
+9949 [2020-03-05 05:10:54] There has been a new submission: 'Ark let’s play', with flair 'None'
+9949 [2020-03-05 05:10:56] /u/ancensor had their submission removed for insufficient lambda.
+9949 [2020-03-05 05:18:39] There has been a new submission: 'this is one of my new vid titles How To Close a Door Video', with flair 'Vlog'
+9949 [2020-03-05 05:18:40] /u/ferown001 had their submission removed for insufficient lambda.
+9949 [2020-03-05 05:43:33] There has been a new submission: 'Going to try challenge videos in video games and real life ($100 per kill challenge) Does this style appeal to you?', with flair 'Gaming'
+9949 [2020-03-05 05:53:09] '/u/TeamHPV' has given '/u/SlyGuyChris' lambda!
+9949 [2020-03-05 05:53:09] The OP received lambda too!
+9949 [2020-03-05 05:57:53] There has been a new submission: 'New YouTube Video. Need Criticism please😁😁', with flair 'Vlog'
+9949 [2020-03-05 05:57:54] /u/AD_STRT had their submission removed for insufficient lambda.
+10085 [2020-03-05 06:01:51]
+####################
+[2020-03-05 06:01:51] RESTARTED
+####################
+
+10085 [2020-03-05 06:22:56] There has been a new submission: 'Does anyone else get major anxiety after uploading?', with flair 'Discussion'
+10085 [2020-03-05 06:39:26] There has been a new submission: 'My first attempt at a motivational vlog. Please let me know what you think. I want to know if my thumbnail is any good and if my pacing is right along with how I delivered my message. Yes the audio isn’t the best. I was relying on my Osmo Pockets onboard mic as this truly was in the moment.', with flair 'Video Critique'
+10085 [2020-03-05 06:40:14] There has been a new submission: 'Shadow of Colossus | part 2', with flair 'Gaming'
+10085 [2020-03-05 06:40:16] /u/wall-e_games had their submission removed for insufficient lambda.
+10085 [2020-03-05 06:43:13] '/u/About30NinjasYT' has given '/u/deliriousmarc' lambda!
+10085 [2020-03-05 06:45:57] '/u/aggravated_vlogger' has given '/u/PresentDirector' lambda!
+10085 [2020-03-05 06:45:57] The OP received lambda too!
+10085 [2020-03-05 06:46:12] There has been a new submission: 'I Was Probed.. Again - We Tried to Improve Upon Our First Alien Abduction Vid (Lambda for Thoughtful Feedback!)', with flair 'Video Critique'
+10085 [2020-03-05 06:46:45] '/u/aggravated_vlogger' has given '/u/emli42' lambda!
+10085 [2020-03-05 06:46:54] '/u/aggravated_vlogger' has given '/u/DadaskiDiaries' lambda!
+10085 [2020-03-05 06:52:14] There has been a new submission: 'Discussion on my channel', with flair 'Discussion'
+10085 [2020-03-05 06:55:02] '/u/buzzcutspeed' has given '/u/Ragroin' lambda!
+10085 [2020-03-05 06:57:02] There has been a new submission: 'Here's me trying to do a Photoshop tutorial. Is it any good? Do you think you could learn something from it? Lambda for critics of course!', with flair 'None'
+10085 [2020-03-05 07:03:22] '/u/AlexeyCrane' has given '/u/Karja' lambda!
+10085 [2020-03-05 07:03:22] The OP received lambda too!
+10085 [2020-03-05 07:08:04] '/u/AlexeyCrane' has given '/u/deliriousmarc' lambda!
+10085 [2020-03-05 07:08:31] '/u/AlexeyCrane' has given '/u/BobbyMcbobb3rson' lambda!
+10085 [2020-03-05 07:09:11] '/u/AlexeyCrane' has given '/u/BananaMilkeu' lambda!
+10085 [2020-03-05 07:26:25] There has been a new submission: 'A Sonic the Hedgehog Movie Review From Somebody Who Didn't See It', with flair 'Channel Review'
+10085 [2020-03-05 07:26:27] /u/LetsCrashThisParadeX had their submission removed for insufficient lambda.
+10085 [2020-03-05 07:39:30] There has been a new submission: 'Video idea on the schooling system, but confused about it.', with flair 'Discussion'
+10085 [2020-03-05 07:40:07] There has been a new submission: 'AYAANMAN TRAINING FOR COMBAT!', with flair 'Meta'
+10085 [2020-03-05 07:40:09] /u/Ayaan_man had their submission removed for using the wrong flair.
+10085 [2020-03-05 07:41:30] '/u/secluderhere' has given '/u/MinaMorcos' lambda!
+10085 [2020-03-05 07:41:30] The OP received lambda too!
+10085 [2020-03-05 07:42:17] There has been a new submission: 'AYAANMAN TRAINING FOR COMBAT!', with flair 'Video Critique'
+10085 [2020-03-05 07:42:19] /u/Ayaan_man had their submission removed for insufficient lambda.
+10085 [2020-03-05 07:42:32] '/u/secluderhere' has given '/u/logic_beach' lambda!
+10085 [2020-03-05 07:43:02] '/u/secluderhere' has given '/u/EngineeringJuice' lambda!
+10085 [2020-03-05 07:43:24] There has been a new submission: 'When Ayaanman Dances.', with flair 'Video Critique'
+10085 [2020-03-05 07:43:25] /u/Ayaan_man had their submission removed for insufficient lambda.
+10085 [2020-03-05 07:43:59] There has been a new submission: 'The Most Brutal Doom Mod! (Project Brutality 3.0)', with flair 'Gaming'
+10085 [2020-03-05 07:44:01] /u/Jason12kool had their submission removed for insufficient lambda.
+10085 [2020-03-05 07:44:36] '/u/secluderhere' has given '/u/heyiamandrew' lambda!
+10467 [2020-03-05 08:01:51]
+####################
+[2020-03-05 08:01:51] RESTARTED
+####################
+
+10467 [2020-03-05 08:25:58] There has been a new submission: 'Hey everyone! Im currently working at a marine conservation/research center and i put together some clips of my favourite animal :) Looking for some feedback/critiques', with flair 'Video Critique'
+10467 [2020-03-05 08:51:55] '/u/SwanCreek' has given '/u/AD_STRT' lambda!
+10467 [2020-03-05 08:52:41] '/u/SwanCreek' has given '/u/BobbyMcbobb3rson' lambda!
+10467 [2020-03-05 08:53:23] '/u/SwanCreek' has given '/u/ShikharTrivedi' lambda!
+10467 [2020-03-05 08:54:14] '/u/SwanCreek' has given '/u/vigalovescomics' lambda!
+10467 [2020-03-05 08:55:33] '/u/NipNapNoe' has given '/u/deliriousmarc' lambda!
+10467 [2020-03-05 08:55:44] '/u/SwanCreek' has given '/u/deliriousmarc' lambda!
+10467 [2020-03-05 08:58:34] '/u/SwanCreek' has given '/u/KingOberon13' lambda!
+10467 [2020-03-05 09:11:20] '/u/hadeeclick' has given '/u/deliriousmarc' lambda!
+10467 [2020-03-05 09:12:46] '/u/hadeeclick' has given '/u/BananaMilkeu' lambda!
+10467 [2020-03-05 09:13:26] '/u/hadeeclick' has given '/u/TheMatroid' lambda!
+10467 [2020-03-05 09:22:46] There has been a new submission: 'I'm trying out a new character bringing back those 2016 Illuminati vibes. A lambda to thoughtful feedback 😁👍', with flair 'Video Critique'
+10467 [2020-03-05 09:26:31] There has been a new submission: '4 Fragrances for life', with flair 'None'
+10467 [2020-03-05 09:26:32] /u/Derbyboyuk had their submission removed for insufficient lambda.
+10467 [2020-03-05 09:27:59] '/u/Apple-of-the-earths' has given '/u/thecookietrain' lambda!
+10467 [2020-03-05 09:27:59] The OP received lambda too!
+10467 [2020-03-05 09:31:12] There has been a new submission: 'Channel review? — !LAMBDA FOR ALL! — Have I improved at all? What things should I change? What would make you wanna subscribe if you were interested in the things I make vids on? Are they watchable? Pls help', with flair 'Channel Review'
+10670 [2020-03-05 10:01:51]
+####################
+[2020-03-05 10:01:51] RESTARTED
+####################
+
+10670 [2020-03-05 10:32:48] '/u/DanyFeature' has given '/u/AparentApathy' lambda!
+10670 [2020-03-05 10:32:48] The OP received lambda too!
+10670 [2020-03-05 10:55:17] '/u/DrDagless' has given '/u/LeinadArevet' lambda!
+10670 [2020-03-05 11:04:18] There has been a new submission: 'never seen footage from this gopro ever!', with flair 'Vlog'
+10670 [2020-03-05 11:04:20] /u/ch_zeb had their submission removed for insufficient lambda.
+10670 [2020-03-05 11:09:07] There has been a new submission: '[Video critique|2:03|GAS PLAYS CUM PLAY AND DANCES TO CLOCK(YTP)] Sometime ago,i made a ytp on Cs188,and i am proud of it.Go look at it or something!', with flair 'Video Critique'
+10670 [2020-03-05 11:09:08] /u/Spot_Mark had their submission removed for insufficient lambda.
+10670 [2020-03-05 11:37:26] '/u/Quasars_Rotate' has given '/u/TheMatroid' lambda!
+10670 [2020-03-05 11:37:26] The OP received lambda too!
+10805 [2020-03-05 12:01:51]
+####################
+[2020-03-05 12:01:51] RESTARTED
+####################
+
+10805 [2020-03-05 12:32:13] There has been a new submission: 'Bubble Tea [No music, Peaceful Cuisine] Feedback always appreciated!', with flair 'Vlog'
+10805 [2020-03-05 12:43:49] '/u/heyiamandrew' has given '/u/BananaMilkeu' lambda!
+10805 [2020-03-05 12:51:39] '/u/djaqk' has given '/u/Adzic254' lambda!
+10805 [2020-03-05 12:53:26] There has been a new submission: 'Help with video settings maybe?!', with flair 'Discussion'
+10805 [2020-03-05 12:55:14] There has been a new submission: 'Hey guys there is a channel called a generic channel it is mine and it has 48 subs and I want so bad to get to 500 or 1000 subscribers so if you are seeing this go onto YouTube and subscribe please.', with flair 'None'
+10805 [2020-03-05 12:55:16] /u/playtuba88 had their submission removed for insufficient lambda.
+10805 [2020-03-05 12:59:43] '/u/The_Suited_Bird' has given '/u/WalfieOnYouTube' lambda!
+10805 [2020-03-05 12:59:43] The OP received lambda too!
+10805 [2020-03-05 13:00:39] '/u/The_Suited_Bird' has given '/u/Trail_Time' lambda!
+10805 [2020-03-05 13:16:07] '/u/BananaMilkeu' has given '/u/ease78' lambda!
+10805 [2020-03-05 13:16:08] The OP received lambda too!
+10805 [2020-03-05 13:16:55] '/u/BananaMilkeu' has given '/u/notdazzer' lambda!
+10805 [2020-03-05 13:17:51] '/u/XboxJockey' has given '/u/hakawesome' lambda!
+10805 [2020-03-05 13:17:51] The OP received lambda too!
+10805 [2020-03-05 13:18:08] There has been a new submission: 'Better to lie and clickbait?', with flair 'Channel Review'
+10805 [2020-03-05 13:18:09] /u/BandySD had their submission removed for insufficient lambda.
+10805 [2020-03-05 13:19:29] '/u/XboxJockey' has given '/u/GamingTurret' lambda!
+10805 [2020-03-05 13:20:00] '/u/XboxJockey' has given '/u/BananaMilkeu' lambda!
+10805 [2020-03-05 13:20:20] '/u/JudgeCreed' has given '/u/BobbyMcbobb3rson' lambda!
+10805 [2020-03-05 13:30:10] There has been a new submission: 'How can I share and promote my channel without being annoying?', with flair 'None'
+10805 [2020-03-05 13:30:13] /u/Mabel-rose had their submission removed for insufficient lambda.
+10805 [2020-03-05 13:31:07] There has been a new submission: 'Hi everyone I'm TheAvaMansouri! My goal this year is to get to 1K subs and 4K watch hours before I am projected to in August. It would mean a lot to me if you could check out my latest video, subscribe if you enjoy, and let me know what I can improve on :)', with flair 'Channel Review'
+10805 [2020-03-05 13:31:54] There has been a new submission: 'Check out my latest video, Feedback appreaciated :) - How Harlem Changed History', with flair 'Video Critique'
+10805 [2020-03-05 13:48:23] '/u/avamansouri' has given '/u/notdazzer' lambda!
+10805 [2020-03-05 13:48:23] The OP received lambda too!
+10805 [2020-03-05 13:50:20] '/u/Apple-of-the-earths' has given '/u/occupiedsplash' lambda!
+10805 [2020-03-05 13:50:30] There has been a new submission: 'Some of these still air today!', with flair 'Vlog'
+10805 [2020-03-05 13:50:32] /u/Y2K_RetroShow had their submission removed for insufficient lambda.
+10805 [2020-03-05 13:54:24] '/u/cjf5414' has given '/u/Scabhammer' lambda!
+10805 [2020-03-05 13:56:25] '/u/avamansouri' has given '/u/Simthesia' lambda!
+10805 [2020-03-05 13:58:43] There has been a new submission: 'محتوى ولقطات مضحكة (رينبو6) مع الأصدقاء /What is it like playing Rainbow 6 with friends.', with flair 'Gaming'
+10805 [2020-03-05 13:58:44] /u/Pykechu had their submission removed for insufficient lambda.
+10805 [2020-03-05 13:59:37] There has been a new submission: 'Please check out my vid and give feedback- pls dont mention camera quality since it will be solved soon. thanks!', with flair 'Gaming'
+10941 [2020-03-05 14:01:51]
+####################
+[2020-03-05 14:01:51] RESTARTED
+####################
+
+10941 [2020-03-05 14:06:33] '/u/EngineeringJuice' has given '/u/JCRiotz' lambda!
+10941 [2020-03-05 14:12:03] '/u/shytownx' has given '/u/AD_STRT' lambda!
+10941 [2020-03-05 14:13:04] '/u/shytownx' has given '/u/Rocco339' lambda!
+10941 [2020-03-05 14:13:33] '/u/shytownx' has given '/u/Apple-of-the-earths' lambda!
+10941 [2020-03-05 14:15:11] '/u/shytownx' has given '/u/OwnVictory16' lambda!
+10941 [2020-03-05 14:15:37] There has been a new submission: 'My latest video, focused around some of the interesting characters you meet while playing Rainbow Six Siege.', with flair 'Video Critique'
+10941 [2020-03-05 14:16:19] There has been a new submission: 'doing every challenge on the internet', with flair 'Vlog'
+10941 [2020-03-05 14:16:20] /u/InsecureBunny had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:19:45] '/u/Apple-of-the-earths' has given '/u/GamingGreyhound' lambda!
+10941 [2020-03-05 14:23:08] There has been a new submission: 'Hello everyone ! I'm just looking for tips and advice! Forget the content as I know I'm part of a small niche but I just wondered if anyone could advise me on my audio and editing. Aswell I'm looking for recommendations for editing software as at the moment I'm using photos for windows to edit', with flair 'Video Critique'
+10941 [2020-03-05 14:25:00] There has been a new submission: 'Hey gang! Just posted this video yesterday, I make funny songs, give them a chance and if you enjoy like comment and subscribe <3', with flair 'Meta'
+10941 [2020-03-05 14:25:02] /u/BadBounceAndBeyond had their submission removed for using the wrong flair.
+10941 [2020-03-05 14:29:18] There has been a new submission: 'Smash Bros Funniest Moments!', with flair 'Gaming'
+10941 [2020-03-05 14:29:19] /u/Gar445045 had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:32:25] There has been a new submission: 'Sebulba sure did calm down when Anakin said chesko', with flair 'Video Critique'
+10941 [2020-03-05 14:32:27] /u/Moose1030 had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:35:50] '/u/CertMedia' has given '/u/GamingGreyhound' lambda!
+10941 [2020-03-05 14:35:50] The OP received lambda too!
+10941 [2020-03-05 14:39:33] There has been a new submission: 'Must watch monument beauty', with flair 'Vlog'
+10941 [2020-03-05 14:39:33] /u/sarup10o had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:43:35] There has been a new submission: '20 kills, MVP, 5 K/D Ratio, TDM, PUBG MOBILE GAMEPLAY.', with flair 'Gaming'
+10941 [2020-03-05 14:43:37] /u/koushik_gundeti had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:45:07] There has been a new submission: 'Jennylyn Kihabahan Sa Sa Descendants Of The Sun | HumanMeter', with flair 'None'
+10941 [2020-03-05 14:45:08] /u/IndividualGuide had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:47:31] There has been a new submission: 'I put another video out yesterday! Definitely a funny one this week :)', with flair 'Art'
+10941 [2020-03-05 14:47:32] /u/BadBounceAndBeyond had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:47:54] '/u/TimeForJAM' has given '/u/Rojn8r' lambda!
+10941 [2020-03-05 14:48:56] '/u/TimeForJAM' has given '/u/whataboi_rd' lambda!
+10941 [2020-03-05 14:49:28] '/u/TimeForJAM' has given '/u/BobbyMcbobb3rson' lambda!
+10941 [2020-03-05 14:49:59] There has been a new submission: 'Just some feedback on how to improve this video or my previous ones', with flair 'Channel Review'
+10941 [2020-03-05 14:50:00] /u/DragonGames663 had their submission removed for insufficient lambda.
+10941 [2020-03-05 14:55:17] '/u/TimeForJAM' has given '/u/kawshif' lambda!
+10941 [2020-03-05 15:02:01] '/u/hakawesome' has given '/u/Nayor' lambda!
+10941 [2020-03-05 15:02:01] The OP received lambda too!
+10941 [2020-03-05 15:08:26] There has been a new submission: 'First time posting here, I am hoping to learn how to get better and grow. Barely drawing in views, any tips or thoughts? Keyword suggestions? I am low budget at the moment, film on iPhone. I do a lot of eating challenges, viral challenges and food related videos.', with flair 'Discussion'
+10941 [2020-03-05 15:08:27] /u/BeardedDiabetic had their submission removed for using the wrong flair.
+10941 [2020-03-05 15:10:36] '/u/CertMedia' has given '/u/odzsa1' lambda!
+10941 [2020-03-05 15:15:19] '/u/hakawesome' has given '/u/odzsa1' lambda!
+10941 [2020-03-05 15:16:52] '/u/avamansouri' has given '/u/odzsa1' lambda!
+10941 [2020-03-05 15:26:24] There has been a new submission: 'If you guys could check out this video and give me feedback, that be sick!', with flair 'Video Critique'
+10941 [2020-03-05 15:26:26] /u/ian_Films had their submission removed for insufficient lambda.
+10941 [2020-03-05 15:28:09] '/u/BobbyMcbobb3rson' has given '/u/occupiedsplash' lambda!
+10941 [2020-03-05 15:28:09] The OP received lambda too!
+10941 [2020-03-05 15:28:25] '/u/BobbyMcbobb3rson' has given '/u/OwnVictory16' lambda!
+10941 [2020-03-05 15:28:31] There has been a new submission: 'CAMERA TEST | 2020 Noname', with flair 'Discussion'
+10941 [2020-03-05 15:28:32] /u/soundofspring had their submission removed for using the wrong flair.
+10941 [2020-03-05 15:41:43] There has been a new submission: 'I play Gears of War 4, one of the best video game intros I've played. Any critics would be helpful', with flair 'Gaming'
+10941 [2020-03-05 15:42:54] There has been a new submission: 'Trying a new style of Toy Review with just my hands. What do you think? (Lambda given to all comments)', with flair 'Video Critique'
+10941 [2020-03-05 15:49:28] There has been a new submission: 'I just uploaded my newest video which is a compilation of some of the best moments of my Twitch stream in the last 2 years. Any feedback is more than welcome. Hope you guys enjoy!', with flair 'Video Critique'
+10941 [2020-03-05 15:51:08] There has been a new submission: 'The journey to a thrilling sexual experience w/ Toluse Francis (2020)', with flair 'Vlog'
+10941 [2020-03-05 15:51:11] /u/Toluse had their submission removed for insufficient lambda.
+10941 [2020-03-05 15:54:39] There has been a new submission: 'Beautiful Channel Here - MORNING RELAXING MUSIC🍀PIANO MUSIC FOR MEDITATION, YOGA, STRESS RELIEF, ...', with flair 'Channel Review'
+10941 [2020-03-05 15:54:41] /u/hana_v3012 had their submission removed for insufficient lambda.
+10941 [2020-03-05 15:59:34] There has been a new submission: 'Trying to bring MrBeast's Bad Intros Back Mind Checking It Out?', with flair 'Channel Review'
+10941 [2020-03-05 15:59:34] /u/xElixiry had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:01:51]
+####################
+[2020-03-05 16:01:51] RESTARTED
+####################
+
+11077 [2020-03-05 16:12:20] There has been a new submission: 'Me doing chores', with flair 'Video Critique'
+11077 [2020-03-05 16:12:38] There has been a new submission: 'Hey everyone! Please check out our latest video! Let me know what you think!', with flair 'None'
+11077 [2020-03-05 16:15:24] There has been a new submission: '$20 goodwill eBay flipping challenge', with flair 'Vlog'
+11077 [2020-03-05 16:15:25] /u/Coy_davis19 had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:15:49] '/u/BananaMilkeu' has given '/u/kaliseoul' lambda!
+11077 [2020-03-05 16:16:00] '/u/PeedyTV' has given '/u/xElixiry' lambda!
+11077 [2020-03-05 16:16:00] The OP received lambda too!
+11077 [2020-03-05 16:17:26] There has been a new submission: 'ARMY TRIES BTS TRY NOT TO LAUGH CHALLENGE - LEVEL (JIM)INSANE', with flair 'Meta'
+11077 [2020-03-05 16:17:28] /u/BananaMilkeu had their submission removed for using the wrong flair.
+11077 [2020-03-05 16:17:59] '/u/SwanCreek' has given '/u/threar' lambda!
+11077 [2020-03-05 16:18:10] There has been a new submission: 'ARMY TRIES BTS TRY NOT TO LAUGH CHALLENGE - LEVEL (JIM)INSANE', with flair 'Video Critique'
+11077 [2020-03-05 16:18:17] There has been a new submission: 'Trying to bring back MrBeast's BAD intros', with flair 'Channel Review'
+11077 [2020-03-05 16:18:18] /u/xElixiry had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:20:11] There has been a new submission: 'New, feel free to comment and suggest.', with flair 'None'
+11077 [2020-03-05 16:20:13] /u/mfletcher4602 had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:21:31] '/u/DanyFeature' has given '/u/occupiedsplash' lambda!
+11077 [2020-03-05 16:21:54] '/u/Allenownz' has given '/u/notdazzer' lambda!
+11077 [2020-03-05 16:21:55] The OP received lambda too!
+11077 [2020-03-05 16:24:39] There has been a new submission: 'My Poodle loves the word Walkies', with flair 'Vlog'
+11077 [2020-03-05 16:24:40] /u/LWslipmat2020 had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:29:21] '/u/PeedyTV' has given '/u/denandmugMAKES' lambda!
+11077 [2020-03-05 16:30:35] '/u/PheraWorld' has given '/u/denandmugMAKES' lambda!
+11077 [2020-03-05 16:30:35] The OP received lambda too!
+11077 [2020-03-05 16:35:14] There has been a new submission: 'Motivational podcast !', with flair 'Discussion'
+11077 [2020-03-05 16:35:16] /u/BDouglas2013 had their submission removed for using the wrong flair.
+11077 [2020-03-05 16:36:41] '/u/BobbyMcbobb3rson' has given '/u/EngineeringJuice' lambda!
+11077 [2020-03-05 16:36:55] There has been a new submission: 'Gwen Stacy #1', with flair 'Video Critique'
+11077 [2020-03-05 16:36:57] /u/Bolt9236 had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:37:05] '/u/BobbyMcbobb3rson' has given '/u/PheraWorld' lambda!
+11077 [2020-03-05 16:37:47] '/u/deliriousmarc' has given '/u/SwanCreek' lambda!
+11077 [2020-03-05 16:37:47] The OP received lambda too!
+11077 [2020-03-05 16:38:30] '/u/deliriousmarc' has given '/u/StreetsofRagequit' lambda!
+11077 [2020-03-05 16:39:21] '/u/deliriousmarc' has given '/u/Endy_McGufin' lambda!
+11077 [2020-03-05 16:39:41] '/u/deliriousmarc' has given '/u/BrooklynR31' lambda!
+11077 [2020-03-05 16:46:19] '/u/avamansouri' has given '/u/Imagine-Freedom' lambda!
+11077 [2020-03-05 16:47:48] '/u/avamansouri' has given '/u/SwanCreek' lambda!
+11077 [2020-03-05 16:58:35] There has been a new submission: 'SCP and alcohol don't mix. Please be brutally honest with the critiques', with flair 'Video Critique'
+11077 [2020-03-05 16:58:36] /u/BeatInhofe had their submission removed for insufficient lambda.
+11077 [2020-03-05 16:59:52] There has been a new submission: 'Feel free to like and comment something goofy. I’ll be sure to comment on your channel, same with subscribing. Let’s help each other grow !', with flair 'None'
+11077 [2020-03-05 16:59:53] /u/Braeden_Martin had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:01:06] There has been a new submission: 'All Ways To Escape │ROBLOX Mad City', with flair 'Channel Review'
+11077 [2020-03-05 17:01:08] /u/DGLYT had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:02:03] There has been a new submission: 'I need advice please help!', with flair 'Discussion'
+11077 [2020-03-05 17:03:53] '/u/About30NinjasYT' has given '/u/LeinadArevet' lambda!
+11077 [2020-03-05 17:05:37] '/u/DaddyDaughterDollar' has given '/u/denandmugMAKES' lambda!
+11077 [2020-03-05 17:05:37] The OP received lambda too!
+11077 [2020-03-05 17:07:50] There has been a new submission: 'My Least Watched Video Ever, Haha', with flair 'Video Critique'
+11077 [2020-03-05 17:08:38] There has been a new submission: 'New video out now', with flair 'Gaming'
+11077 [2020-03-05 17:08:39] /u/bxrry had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:10:24] There has been a new submission: 'hi, new to this subreddit.Im bennyjellyrun and i make gaming videos. Please check my channel out. Thanks', with flair 'Gaming'
+11077 [2020-03-05 17:10:26] /u/bennyjellyrun2 had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:15:05] There has been a new submission: 'THE LAST OF US Remastered Walkthrough Part 2 - Robert', with flair 'Gaming'
+11077 [2020-03-05 17:15:06] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:17:56] There has been a new submission: 'We ran into self-inflicted problems again :D any feedback is welcomed :D', with flair 'Gaming'
+11077 [2020-03-05 17:25:48] '/u/PeedyTV' has given '/u/SignedGames' lambda!
+11077 [2020-03-05 17:25:58] '/u/occupiedsplash' has given '/u/SignedGames' lambda!
+11077 [2020-03-05 17:25:58] The OP received lambda too!
+11077 [2020-03-05 17:33:03] There has been a new submission: 'Cars 3: Driven to win GAMEPLAY | Please give us feedback, we are interested in knowing what we can do better', with flair 'Video Critique'
+11077 [2020-03-05 17:33:05] /u/Bottom-Tier had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:42:40] There has been a new submission: 'Hey there, I would appreciate some feedback on my latest video! (It’s a little more low energy since I was really just testing my recording with the switch)', with flair 'Video Critique'
+11077 [2020-03-05 17:43:21] There has been a new submission: 'Windows 10 destroyed by Justin Bieber virus', with flair 'Video Critique'
+11077 [2020-03-05 17:44:02] '/u/occupiedsplash' has given '/u/StreetsofRagequit' lambda!
+11077 [2020-03-05 17:46:39] '/u/PheraWorld' has given '/u/SignedGames' lambda!
+11077 [2020-03-05 17:57:12] '/u/Simthesia' has given '/u/Nayor' lambda!
+11077 [2020-03-05 17:57:13] The OP received lambda too!
+11077 [2020-03-05 17:58:40] There has been a new submission: 'Dino Dungeon Devlog #1 Unity Indie Game', with flair 'Gaming'
+11077 [2020-03-05 17:58:40] /u/_neenaw had their submission removed for insufficient lambda.
+11077 [2020-03-05 17:58:46] '/u/Simthesia' has given '/u/odzsa1' lambda!
+11077 [2020-03-05 17:59:57] '/u/Simthesia' has given '/u/OwnVictory16' lambda!
+11077 [2020-03-05 18:00:33] '/u/Simthesia' has given '/u/kaliseoul' lambda!
+11589 [2020-03-05 18:01:51]
+####################
+[2020-03-05 18:01:51] RESTARTED
+####################
+
+11589 [2020-03-05 18:09:26] '/u/EngineeringJuice' has given '/u/rebus-YT' lambda!
+11589 [2020-03-05 18:10:56] There has been a new submission: 'Hey there, I need a bit of help creating videos. If you want to rate my videos go do it there is a link to check out my videos', with flair 'Video Critique'
+11589 [2020-03-05 18:10:58] /u/derekleepic had their submission removed for insufficient lambda.
+11589 [2020-03-05 18:16:21] There has been a new submission: 'A Message To The Human Race', with flair 'Vlog'
+11589 [2020-03-05 18:22:07] {ERROR} received 503 HTTP response
+11589 [2020-03-05 18:37:42] There has been a new submission: 'I need this video reviewed! Please', with flair 'Video Critique'
+11589 [2020-03-05 18:37:43] /u/tighttalk had their submission removed for insufficient lambda.
+11589 [2020-03-05 18:43:16] There has been a new submission: 'New mic, camera and video style! I like it!', with flair 'Video Critique'
+11589 [2020-03-05 18:43:18] /u/MoeTheDriver had their submission removed for insufficient lambda.
+11589 [2020-03-05 18:54:41] There has been a new submission: 'Hey Guys! Could you please critique my video? Fishing/Outdoor Channel. What suggestions do you have to increase audience retention?', with flair 'Video Critique'
+11589 [2020-03-05 18:55:47] There has been a new submission: 'Pokemon Leaf Green CHALLENGE - ONLY FIRE TYPES #03', with flair 'Video Critique'
+11589 [2020-03-05 18:55:48] /u/Kamquarter had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:02:25] There has been a new submission: 'NUTRITIOUS BUTTERNUT SQUASH & PEAR SOUP I VEGAN FRIENDLY I QUICK AND EASY- In mood for delicious, easy to make, nutrient packed soup? try this out, its so yummy, I guarantee you won't be able to stop yourself from eating! Please provide feedback as we are all here to learn and support each other', with flair 'Video Critique'
+11589 [2020-03-05 19:08:07] There has been a new submission: 'The Playground Network', with flair 'Gaming'
+11589 [2020-03-05 19:08:08] /u/CatlikeCake934 had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:08:59] There has been a new submission: 'Best Tinder Texts, Memes Compilation', with flair 'Video Critique'
+11589 [2020-03-05 19:08:59] /u/vincentpablo had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:11:12] There has been a new submission: 'My latest installment of Elder Scrolls: Blades Episode 5. Feedback always welcome. I started my channel in January. So not been going long.', with flair 'Channel Review'
+11589 [2020-03-05 19:11:14] /u/StealthyGamerGirl had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:15:54] There has been a new submission: 'Vodka Drinking in Rehab', with flair 'Vlog'
+11589 [2020-03-05 19:15:56] /u/ShoeNiceReddit had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:28:18] There has been a new submission: 'My best video in awhile, please show it love and if you like it, subscribe', with flair 'Gaming'
+11589 [2020-03-05 19:28:19] /u/Gabe200313 had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:30:33] There has been a new submission: 'Hey! Wanted to know what you guys thought of this video? Trying to base my channel around Parkour and Gaming! Thanks!', with flair 'Video Critique'
+11589 [2020-03-05 19:30:36] /u/RockeTheFlash had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:37:24] There has been a new submission: 'NEW MICROPHONE + Getting Over It (WOULD APPRECIATE ALL FEEDBACK)', with flair 'Gaming'
+11589 [2020-03-05 19:37:26] /u/Cottrell217 had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:40:15] There has been a new submission: 'Check out my video on Death and taxes', with flair 'Gaming'
+11589 [2020-03-05 19:40:17] /u/Minnesota-Jack had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:49:12] There has been a new submission: 'Giving lambda for all feedback! Please let me know what you think of my most recent video! Any tips or advice is greatly appreciated!', with flair 'Video Critique'
+11589 [2020-03-05 19:49:56] There has been a new submission: 'Carpool Karaoke Spoof: "Vikings"-actor and host run over a dog! We actually got an actor from Vikings to be in our video! First vid with english subs.. feedback?', with flair 'Video Critique'
+11589 [2020-03-05 19:49:57] /u/sorteingrid had their submission removed for insufficient lambda.
+11589 [2020-03-05 19:52:16] There has been a new submission: 'A Rage-inducing Minecraft Map | Looking for honest and useful feedback', with flair 'Video Critique'
+11589 [2020-03-05 19:52:35] There has been a new submission: 'Procrastination at the Finest // Comedy Sketch', with flair 'Video Critique'
+11589 [2020-03-05 19:52:37] /u/Tayloralaynehauck had their submission removed for insufficient lambda.
+11589 [2020-03-05 20:00:44] There has been a new submission: 'Hey guys I just created a whatsapp group for small youtubers.', with flair 'Discussion'
+11589 [2020-03-05 20:01:00] There has been a new submission: 'Hey guys I just created a whatsapp group for small youtubers.', with flair 'Discussion'
+11920 [2020-03-05 20:01:51]
+####################
+[2020-03-05 20:01:51] RESTARTED
+####################
+
+11920 [2020-03-05 20:02:05] '/u/Opiechopz' has given '/u/OwnVictory16' lambda!
+11920 [2020-03-05 20:02:05] The OP received lambda too!
+11920 [2020-03-05 20:02:16] '/u/PheraWorld' has given '/u/GamingGreyhound' lambda!
+11920 [2020-03-05 20:02:26] '/u/EngineeringJuice' has given '/u/OwnVictory16' lambda!
+11920 [2020-03-05 20:02:26] The OP received lambda too!
+11920 [2020-03-05 20:02:47] '/u/PeedyTV' has given '/u/prettyboiRandell' lambda!
+11920 [2020-03-05 20:02:57] '/u/PeedyTV' has given '/u/AD_STRT' lambda!
+11920 [2020-03-05 20:03:07] '/u/PeedyTV' has given '/u/DanyFeature' lambda!
+11920 [2020-03-05 20:03:20] '/u/avamansouri' has given '/u/DanyFeature' lambda!
+11920 [2020-03-05 20:03:44] '/u/emli42' has given '/u/UseYourFame' lambda!
+11920 [2020-03-05 20:03:44] The OP received lambda too!
+11920 [2020-03-05 20:04:24] There has been a new submission: 'Hello', with flair 'None'
+11920 [2020-03-05 20:04:26] /u/yes1273 had their submission removed for insufficient lambda.
+11920 [2020-03-05 20:04:36] '/u/Henry_does' has given '/u/BeardedDiabetic' lambda!
+11920 [2020-03-05 20:04:36] The OP received lambda too!
+11920 [2020-03-05 20:04:45] '/u/Henry_does' has given '/u/DanyFeature' lambda!
+11920 [2020-03-05 20:06:15] '/u/Henry_does' has given '/u/StealthyGamerGirl' lambda!
+11920 [2020-03-05 20:11:33] '/u/SignedGames' has given '/u/StealthyGamerGirl' lambda!
+11920 [2020-03-05 20:11:33] The OP received lambda too!
+11920 [2020-03-05 20:12:18] '/u/SignedGames' has given '/u/prettyboiRandell' lambda!
+11920 [2020-03-05 20:18:33] '/u/SuperMcGregs' has given '/u/OwnVictory16' lambda!
+11920 [2020-03-05 20:18:33] The OP received lambda too!
+11920 [2020-03-05 20:19:52] There has been a new submission: 'This was a mini video essay about Flash, I tried to take your advice from last time, and lambda for everyone who helps me improve!', with flair 'Video Critique'
+11920 [2020-03-05 20:31:41] '/u/SuperMcGregs' has given '/u/finbud117' lambda!
+11920 [2020-03-05 20:32:57] '/u/SuperMcGregs' has given '/u/antoniofett06' lambda!
+11920 [2020-03-05 20:35:09] There has been a new submission: 'First post here! Tell me what you really think of my video!! (Racing against the tube)', with flair 'Video Critique'
+11920 [2020-03-05 20:35:10] /u/jourdaincoleman had their submission removed for insufficient lambda.
+11920 [2020-03-05 20:36:48] There has been a new submission: 'Can Someone Review My Video and maybe Subscribe please', with flair 'Gaming'
+11920 [2020-03-05 20:36:50] /u/Ragegaming-YT had their submission removed for insufficient lambda.
+11920 [2020-03-05 20:39:53] There has been a new submission: 'Finding Your Niche - Looking for Advice on Finding My YouTube Community', with flair 'Discussion'
+11920 [2020-03-05 20:41:28] There has been a new submission: 'Very short video on how YOU can be FEATURED IN MY NEXT VIDEO! All legitimate feedback will be rewarded with lambda as always! Thanks guys :)', with flair 'Video Critique'
+11920 [2020-03-05 20:45:07] '/u/PresentDirector' has given '/u/OwnVictory16' lambda!
+11920 [2020-03-05 20:45:08] The OP received lambda too!
+11920 [2020-03-05 20:46:17] There has been a new submission: 'Creating Together!', with flair 'Collab'
+11920 [2020-03-05 20:51:43] There has been a new submission: 'This is my first video in english language, so please be kind for my horrible accent and some mistakes.. by the way, I tried here to explain coronavirus. Enjoy it! CORONAVIRUS: Explained in a Nutshell | KAN GEO #3', with flair 'Video Critique'
+11920 [2020-03-05 20:57:30] There has been a new submission: 'UPVOTE! IF YOU SUPPORT MY CHANNEL I WILL SUPPORT YOURS!', with flair 'Channel Review'
+11920 [2020-03-05 20:57:31] /u/zoetowne had their submission removed for insufficient lambda.
+11920 [2020-03-05 20:59:07] There has been a new submission: '[Discussion] Monetization Platform - AI Startup "ClickHelps"', with flair 'Discussion'
+11920 [2020-03-05 20:59:12] There has been a new submission: 'Como hacer la Pareja de hecho en ESPAÑA', with flair 'Vlog'
+11920 [2020-03-05 20:59:13] /u/Lifeofmaggi had their submission removed for insufficient lambda.
+11920 [2020-03-05 21:04:50] '/u/The_Suited_Bird' has given '/u/SuperMcGregs' lambda!
+11920 [2020-03-05 21:04:50] The OP received lambda too!
+11920 [2020-03-05 21:09:48] There has been a new submission: 'I have an educational animal channel and with tax return season here I did a video on five of the most expensive reptiles someone could buy! Would love some feedback from non animal people!', with flair 'Video Critique'
+11920 [2020-03-05 21:14:28] '/u/FGWYT' has given '/u/Mr-Moto56' lambda!
+11920 [2020-03-05 21:16:48] There has been a new submission: 'Can you guys help me out?', with flair 'None'
+11920 [2020-03-05 21:16:49] /u/yes1273 had their submission removed for insufficient lambda.
+11920 [2020-03-05 21:28:49] '/u/SuperMcGregs' has given '/u/whataboi_rd' lambda!
+11920 [2020-03-05 21:30:22] There has been a new submission: 'Resident Evil 2 Original (1997) (Leon A) Let's Play Episode/Part 1 Gameplay Walkthrough Blind', with flair 'None'
+11920 [2020-03-05 21:30:24] /u/loopy2mn had their submission removed for insufficient lambda.
+11920 [2020-03-05 21:38:05] There has been a new submission: 'A lot of content talking about comics and want to know how to stand out more. Just started using green screen and am looking for input and suggestions. Any thoughts on what I'm doig right and wrong appreciated', with flair 'None'
+11920 [2020-03-05 21:38:06] /u/Acrotchpunch had their submission removed for insufficient lambda.
+11920 [2020-03-05 21:40:47] '/u/The_Suited_Bird' has given '/u/MoskitoDan' lambda!
+11920 [2020-03-05 21:41:01] '/u/deliriousmarc' has given '/u/SimpleCyberDefense' lambda!
+11920 [2020-03-05 21:41:01] The OP received lambda too!
+11920 [2020-03-05 21:43:41] '/u/unchartedwild' has given '/u/OwnVictory16' lambda!
+11920 [2020-03-05 21:43:41] The OP received lambda too!
+11920 [2020-03-05 21:47:01] There has been a new submission: 'The 9th video in my weekly series that has been going on since the start of the year but, I feel that this is the highest quality one. Would love if you checked it out, Feedback always appreciated', with flair 'Video Critique'
+11920 [2020-03-05 21:47:03] /u/UbaAmaze had their submission removed for insufficient lambda.
+11920 [2020-03-05 21:48:52] There has been a new submission: 'Please take a 30 second break from your day and enjoy', with flair 'Art'
+11920 [2020-03-05 21:48:53] /u/bigriggjiggin had their submission removed for insufficient lambda.
+11920 [2020-03-05 21:49:13] '/u/SignedGames' has given '/u/PonjiNinja' lambda!
+11920 [2020-03-05 21:49:24] There has been a new submission: 'My latest video. Looking forward to some useful advice or tips!', with flair 'Video Critique'
+11920 [2020-03-05 21:50:15] There has been a new submission: 'Pretty Heavily Edited vid this week. Feedback always appreciated!', with flair 'Video Critique'
+11920 [2020-03-05 21:58:23] There has been a new submission: 'Let’s play outlast!', with flair 'Gaming'
+11920 [2020-03-05 21:58:25] /u/coreygaskinsmusic had their submission removed for insufficient lambda.
+12059 [2020-03-05 22:01:51]
+####################
+[2020-03-05 22:01:51] RESTARTED
+####################
+
+12059 [2020-03-05 22:04:06] '/u/vigalovescomics' has given '/u/odzsa1' lambda!
+12059 [2020-03-05 22:04:06] The OP received lambda too!
+12059 [2020-03-05 22:13:28] '/u/avamansouri' has given '/u/beefiesmalls' lambda!
+12059 [2020-03-05 22:14:04] '/u/avamansouri' has given '/u/AD_STRT' lambda!
+12059 [2020-03-05 22:19:26] There has been a new submission: 'Challenge from Ice Cube's "Friday" - This is Our Longest Video (we now make short vids 2-4 minutes) But Should We Revisit a Longer Video Format at Some Point?', with flair 'Video Critique'
+12059 [2020-03-05 22:22:47] There has been a new submission: 'New video after after everyone’s help! I uploaded a gmod scary map last time and now I’ve created this video! Please let me know everything good and bad ;) Sub Sub Sub', with flair 'Gaming'
+12059 [2020-03-05 22:28:36] '/u/prettyboiRandell' has given '/u/cjf5414' lambda!
+12059 [2020-03-05 22:28:36] The OP received lambda too!
+12059 [2020-03-05 22:32:17] '/u/PresentDirector' has given '/u/Jellyquent' lambda!
+12059 [2020-03-05 22:38:53] There has been a new submission: 'Trying a new style of games. Hoping for some feedback on my new video!', with flair 'Video Critique'
+12059 [2020-03-05 22:51:23] There has been a new submission: 'Forgiato Blow - White Pounds ft. Outlaw, Bezz Believe, Burden, Haystak & Rocky Luciano Reaction Video', with flair 'None'
+12059 [2020-03-05 22:51:25] /u/ibogainz had their submission removed for insufficient lambda.
+12059 [2020-03-05 22:52:10] There has been a new submission: 'Musician getting back in the Tube game (soon) - ideas how to gain attention to music channels?', with flair 'Channel Review'
+12059 [2020-03-05 22:52:12] /u/AHealthyDoseofFran had their submission removed for insufficient lambda.
+12059 [2020-03-05 22:59:18] '/u/SuperMcGregs' has given '/u/BananaMilkeu' lambda!
+12059 [2020-03-05 23:00:54] There has been a new submission: 'Bill By Billight (Dead By Daylight)', with flair 'None'
+12059 [2020-03-05 23:00:57] /u/loopy2mn had their submission removed for insufficient lambda.
+12059 [2020-03-05 23:04:54] There has been a new submission: 'Hey all, relatively new YouTuber here. My account is all about my fishing and hunting adventures. Check out my channel trailer! Would love feedback!', with flair 'Discussion'
+12059 [2020-03-05 23:04:55] /u/aussiek3 had their submission removed for using the wrong flair.
+12059 [2020-03-05 23:07:59] There has been a new submission: 'Hey all, relitively new YouTuber here (coming up on a year). Would love to hear some feedback on my channel or videos!!', with flair 'Channel Review'
+12059 [2020-03-05 23:08:00] /u/aussiek3 had their submission removed for insufficient lambda.
+12059 [2020-03-05 23:09:22] There has been a new submission: 'Is The Rat From Ratatouille Named Ratatouille? 4th Episode Of my series “Questions O’ Life” Feedback appreciated Will be giving Lambda.', with flair 'None'
+12059 [2020-03-05 23:15:49] '/u/CertMedia' has given '/u/EngineeringJuice' lambda!
+12059 [2020-03-05 23:16:46] '/u/BobbyMcbobb3rson' has given '/u/Ciano_Mugzy' lambda!
+12059 [2020-03-05 23:17:01] '/u/BobbyMcbobb3rson' has given '/u/MeruemLove' lambda!
+12059 [2020-03-05 23:17:11] '/u/BobbyMcbobb3rson' has given '/u/BananaMilkeu' lambda!
+12059 [2020-03-05 23:17:18] '/u/BobbyMcbobb3rson' has given '/u/rebus-YT' lambda!
+12059 [2020-03-05 23:17:25] '/u/BobbyMcbobb3rson' has given '/u/whataboi_rd' lambda!
+12059 [2020-03-05 23:20:13] '/u/prettyboiRandell' has given '/u/BananaMilkeu' lambda!
+12059 [2020-03-05 23:24:45] There has been a new submission: 'I’m back with another gameplay video, please let me know what you think!', with flair 'Video Critique'
+12059 [2020-03-05 23:26:38] There has been a new submission: 'CORONAVIRUS UPDATE - THE FIRST CONFIRMED CASE AND THE MESS SURROUNDING IT - I put actual research into this, please be kind', with flair 'Video Critique'
+12059 [2020-03-05 23:39:24] '/u/leo-the-cow' has given '/u/whataboi_rd' lambda!
+12059 [2020-03-05 23:39:24] The OP received lambda too!
+12059 [2020-03-05 23:41:02] There has been a new submission: 'give me like to my video', with flair 'Channel Review'
+12059 [2020-03-05 23:41:04] /u/karlooo21 had their submission removed for insufficient lambda.
+12059 [2020-03-05 23:41:24] There has been a new submission: 'I Made The Spiciest Ramen Ever!', with flair 'Vlog'
+12059 [2020-03-05 23:41:27] /u/TheSmashKing25 had their submission removed for insufficient lambda.
+12059 [2020-03-05 23:48:48] There has been a new submission: 'A polar bear Merry-go-round, fan battles, super strong warthogs and Dinosaurs vs Mammals battles! Animal Revolt Battle Simulator is truly an epic game! 😁', with flair 'Gaming'
+12059 [2020-03-05 23:48:49] /u/Monkeyfeesh had their submission removed for insufficient lambda.
+12195 [2020-03-06 00:01:51]
+####################
+[2020-03-06 00:01:51] RESTARTED
+####################
+
+1350 [2020-03-06 00:04:15] Updated statistics
+12195 [2020-03-06 00:17:14] '/u/SuperMcGregs' has given '/u/Rolypoly_Cats' lambda!
+12195 [2020-03-06 00:19:31] '/u/BobbyMcbobb3rson' has given '/u/Rolypoly_Cats' lambda!
+12195 [2020-03-06 00:26:17] There has been a new submission: 'Highlights from the stream, edited into a nice highlight reel, love some feedback please!', with flair 'Video Critique'
+12195 [2020-03-06 00:32:09] There has been a new submission: 'I need someone to rip into my channel, really tear it apart, serious critique! no holds barred sorta thing.', with flair 'Channel Review'
+12195 [2020-03-06 00:37:01] '/u/MinaMorcos' has given '/u/PonjiNinja' lambda!
+12195 [2020-03-06 00:37:01] The OP received lambda too!
+12195 [2020-03-06 00:37:32] '/u/CushGaming' has given '/u/whataboi_rd' lambda!
+12195 [2020-03-06 00:37:32] The OP received lambda too!
+12195 [2020-03-06 00:37:38] '/u/MinaMorcos' has given '/u/StealthyGamerGirl' lambda!
+12195 [2020-03-06 00:40:11] There has been a new submission: 'Pre-ordering Your Early Access Game', with flair 'Video Critique'
+12195 [2020-03-06 00:45:35] There has been a new submission: 'New some critiquing on my channel and and some advice for getting new subs and likes thank you!', with flair 'Gaming'
+12195 [2020-03-06 00:45:37] /u/CommercialYam6 had their submission removed for insufficient lambda.
+12195 [2020-03-06 00:47:26] There has been a new submission: 'please check out our new channel and let us know what you think.', with flair 'Channel Review'
+12195 [2020-03-06 00:50:18] There has been a new submission: 'Apex Legends Kill Montage', with flair 'Gaming'
+12195 [2020-03-06 00:50:20] /u/crshad0w had their submission removed for insufficient lambda.
+12195 [2020-03-06 00:53:29] '/u/Simthesia' has given '/u/SuperMcGregs' lambda!
+12195 [2020-03-06 00:53:38] There has been a new submission: 'chugging energy drinks under the guise of "science"', with flair 'Vlog'
+12195 [2020-03-06 00:53:40] /u/KeyLayer4 had their submission removed for insufficient lambda.
+12195 [2020-03-06 01:13:19] There has been a new submission: 'Upcoming video idea', with flair 'Discussion'
+12195 [2020-03-06 01:16:21] There has been a new submission: 'Hi Anyone Mix Their Songs Or Need Help? I Got Ya Covered 😼', with flair 'None'
+12195 [2020-03-06 01:16:23] /u/Scrww had their submission removed for insufficient lambda.
+12195 [2020-03-06 01:20:29] There has been a new submission: 'Please critique my channel', with flair 'Channel Review'
+12195 [2020-03-06 01:20:31] /u/cjmorgan242 had their submission removed for insufficient lambda.
+12195 [2020-03-06 01:21:24] There has been a new submission: 'New video!', with flair 'None'
+12195 [2020-03-06 01:21:26] /u/CamdynGamingYT had their submission removed for insufficient lambda.
+12195 [2020-03-06 01:27:53] '/u/rebus-YT' has given '/u/GlenMoffie' lambda!
+12195 [2020-03-06 01:27:53] The OP received lambda too!
+12195 [2020-03-06 01:30:23] There has been a new submission: 'Would You Be Interested?? | DC Universe Online | Joradonic', with flair 'Gaming'
+12195 [2020-03-06 01:30:25] /u/joradonic had their submission removed for insufficient lambda.
+12195 [2020-03-06 01:42:06] There has been a new submission: 'Would Anyone Like To Give Me Some Feedback Or Criticism Regarding My Channel? Anything would be greatly appreciated :)', with flair 'Channel Review'
+12195 [2020-03-06 01:42:08] /u/CraigSmithh had their submission removed for insufficient lambda.
+12195 [2020-03-06 01:46:18] There has been a new submission: '*SLEEP AID *1 HOUR* Strolling through the streets of New York.', with flair 'Gaming'
+12195 [2020-03-06 01:46:20] /u/noblexodia had their submission removed for insufficient lambda.
+12700 [2020-03-06 02:01:52]
+####################
+[2020-03-06 02:01:52] RESTARTED
+####################
+
+12700 [2020-03-06 02:23:08] There has been a new submission: 'I have been working on this channel for 1 year', with flair 'None'
+12700 [2020-03-06 02:23:10] /u/buddynotgamer had their submission removed for insufficient lambda.
+12700 [2020-03-06 02:31:35] There has been a new submission: 'CHEF DAVID: COOKING CHRONICLES EP: 2 - On how to make Toast', with flair 'Video Critique'
+12700 [2020-03-06 02:31:37] /u/HunterxhunterFan had their submission removed for insufficient lambda.
+12700 [2020-03-06 02:32:32] There has been a new submission: 'Joker video by kid', with flair 'Video Critique'
+12700 [2020-03-06 02:32:34] /u/mrkoolzz had their submission removed for insufficient lambda.
+12700 [2020-03-06 02:34:13] There has been a new submission: 'Channel feedback and/or suggestions please!', with flair 'None'
+12700 [2020-03-06 02:34:15] /u/Spiritual_Educator had their submission removed for insufficient lambda.
+12700 [2020-03-06 02:46:17] '/u/The_Suited_Bird' has given '/u/cjf5414' lambda!
+12700 [2020-03-06 02:46:53] '/u/The_Suited_Bird' has given '/u/deliriousmarc' lambda!
+12700 [2020-03-06 02:48:54] '/u/The_Suited_Bird' has given '/u/DeafJ' lambda!
+12700 [2020-03-06 02:50:41] '/u/The_Suited_Bird' has given '/u/terriblephotographs' lambda!
+12700 [2020-03-06 02:51:21] There has been a new submission: 'My girlfriend waxed my chest! 300 subscriber special!', with flair 'Video Critique'
+12700 [2020-03-06 02:51:55] '/u/The_Suited_Bird' has given '/u/Rolypoly_Cats' lambda!
+12700 [2020-03-06 02:53:10] There has been a new submission: 'Finally moved in with my baby!', with flair 'None'
+12700 [2020-03-06 02:53:12] /u/SoMixedUp1 had their submission removed for insufficient lambda.
+12700 [2020-03-06 03:03:28] There has been a new submission: 'Was wondering if you could review a recent video and my channel in general? Thanks', with flair 'Video Critique'
+12700 [2020-03-06 03:11:08] There has been a new submission: 'Pyrocynicals and YouTooz behind the scenes filming!!', with flair 'Art'
+12700 [2020-03-06 03:11:10] /u/azuregonn had their submission removed for insufficient lambda.
+12700 [2020-03-06 03:19:19] There has been a new submission: 'I did a video talking about possible ramifications of the Coronavirus concerning movies and how they would be affected in ways other than just deaths. Critique my video and the topic. Let me know what you think!', with flair 'Video Critique'
+12700 [2020-03-06 03:34:23] '/u/SuperMcGregs' has given '/u/Chivibro' lambda!
+12700 [2020-03-06 03:35:39] {ERROR} received 503 HTTP response
+12700 [2020-03-06 03:48:51] There has been a new submission: 'What do you think', with flair 'Discussion'
+12700 [2020-03-06 03:49:52] There has been a new submission: 'Idina Menzel, Evan Rachel Wood | SHOW YOURSELF of Frozen 2 | Cover Yen Magbanua', with flair 'Channel Review'
+12700 [2020-03-06 03:49:52] /u/Asseth31 had their submission removed for insufficient lambda.
+12700 [2020-03-06 03:54:18] There has been a new submission: 'Marc Summers from Double Dare came on our show and absolutely no one watches us ever!', with flair 'Gaming'
+12700 [2020-03-06 03:54:19] /u/TheClassics had their submission removed for insufficient lambda.
+12839 [2020-03-06 04:01:51]
+####################
+[2020-03-06 04:01:51] RESTARTED
+####################
+
+12839 [2020-03-06 04:06:01] There has been a new submission: 'Channel Review Needed !', with flair 'Channel Review'
+12839 [2020-03-06 04:22:08] '/u/Mrlee2399' has given '/u/GlenMoffie' lambda!
+12839 [2020-03-06 04:22:08] The OP received lambda too!
+12839 [2020-03-06 04:39:50] '/u/Apple-of-the-earths' has given '/u/RyanElston5' lambda!
+12839 [2020-03-06 04:40:10] '/u/Apple-of-the-earths' has given '/u/kaliseoul' lambda!
+12839 [2020-03-06 04:59:34] There has been a new submission: 'Did a bit of research on no annual fee credit cards. If you are looking for one then watch this, otherwise let me know things I can improve on! Thank you!', with flair 'Video Critique'
+12839 [2020-03-06 04:59:38] There has been a new submission: 'HOW I MAKE $8,766.83 A MONTH | OVER $3,500 FROM SIDE HUSTLE YOU CAN DO TOO', with flair 'Discussion'
+12839 [2020-03-06 04:59:39] /u/ragstorichy had their submission removed for using the wrong flair.
+12839 [2020-03-06 05:01:03] There has been a new submission: 'HOW I MAKE $8,766.83 A MONTH | OVER $3,500 FROM SIDE HUSTLES YOU CAN DO', with flair 'Vlog'
+12839 [2020-03-06 05:01:06] /u/ragstorichy had their submission removed for insufficient lambda.
+12839 [2020-03-06 05:09:03] '/u/HamSquad25' has given '/u/ragstorichy' lambda!
+12839 [2020-03-06 05:09:03] The OP received lambda too!
+12839 [2020-03-06 05:21:51] There has been a new submission: 'Spam him so he doesn’t quit I knew him for a couple of years and he has a huge potential but needs motivation', with flair 'Channel Review'
+12839 [2020-03-06 05:21:53] /u/Skeez-IOS had their submission removed for insufficient lambda.
+12839 [2020-03-06 05:35:51] There has been a new submission: 'Small channel, any input would help, good or bad.', with flair 'None'
+12839 [2020-03-06 05:35:53] /u/dyne-nine had their submission removed for insufficient lambda.
+12839 [2020-03-06 05:39:55] There has been a new submission: 'Sparks》Coldplay ( cover)', with flair 'Art'
+12839 [2020-03-06 05:39:56] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+12839 [2020-03-06 05:45:12] '/u/KingOberon13' has given '/u/ThanusThiccMan' lambda!
+12839 [2020-03-06 05:45:12] The OP received lambda too!
+12839 [2020-03-06 05:52:49] There has been a new submission: 'SubReddit video with really horrible lighting because I'm small and poor', with flair 'Meta'
+12839 [2020-03-06 05:52:52] /u/HakeJunter had their submission removed for using the wrong flair.
+12839 [2020-03-06 05:53:03] There has been a new submission: 'I would 100% appreciate any critique and hopefully some genuine subscribers but don’t subscribe if you don’t really like my content because my passion is creating what I love that like minded people are interested in too but I’d love some support and criticism', with flair 'None'
+12839 [2020-03-06 05:53:05] /u/Maximum-Store had their submission removed for insufficient lambda.
+12839 [2020-03-06 05:54:20] There has been a new submission: 'Trying to revive a dead channel', with flair 'None'
+12839 [2020-03-06 05:54:22] /u/Fearlesssnake had their submission removed for insufficient lambda.
+12839 [2020-03-06 05:57:37] '/u/KingOberon13' has given '/u/bowiesensei69' lambda!
+13034 [2020-03-06 06:01:51]
+####################
+[2020-03-06 06:01:51] RESTARTED
+####################
+
+13034 [2020-03-06 06:03:37] '/u/BananaMilkeu' has given '/u/KnowledgeOfLife' lambda!
+13034 [2020-03-06 06:03:37] The OP received lambda too!
+13034 [2020-03-06 06:07:01] '/u/PresentDirector' has given '/u/BananaMilkeu' lambda!
+13034 [2020-03-06 06:12:43] '/u/Sky-todd' has given '/u/antoniofett06' lambda!
+13034 [2020-03-06 06:12:44] The OP received lambda too!
+13034 [2020-03-06 06:12:52] There has been a new submission: 'GMO foods| The TRUTH- this information is important to know. 💯GMO foods are destroying the human Body.', with flair 'Video Critique'
+13034 [2020-03-06 06:17:14] '/u/Sky-todd' has given '/u/CraigSmithh' lambda!
+13034 [2020-03-06 06:23:08] '/u/Sky-todd' has given '/u/SuperMcGregs' lambda!
+13034 [2020-03-06 06:26:03] '/u/Sky-todd' has given '/u/bigheadius' lambda!
+13034 [2020-03-06 06:30:46] '/u/Sky-todd' has given '/u/KingOberon13' lambda!
+13034 [2020-03-06 06:34:06] There has been a new submission: 'A review of Magic Carpet, a lesser known game from 1994. I'd like some critique!', with flair 'None'
+13034 [2020-03-06 06:47:46] There has been a new submission: 'How to Change Video Quality Settings on Netflix ❗ How to Change Quality on Netflix', with flair 'Video Critique'
+13034 [2020-03-06 06:47:47] /u/abhayszambare had their submission removed for insufficient lambda.
+13034 [2020-03-06 06:53:21] There has been a new submission: 'The Box Minecraft Parody', with flair 'Gaming'
+13034 [2020-03-06 06:53:23] /u/Kyloluke12 had their submission removed for insufficient lambda.
+13034 [2020-03-06 06:53:33] '/u/Sky-todd' has given '/u/JLSpinner' lambda!
+13034 [2020-03-06 06:55:59] '/u/Sky-todd' has given '/u/RoboOggy' lambda!
+13034 [2020-03-06 07:00:34] '/u/Sky-todd' has given '/u/Fried_Oreos35' lambda!
+13034 [2020-03-06 07:03:19] '/u/Nayor' has given '/u/GlenMoffie' lambda!
+13034 [2020-03-06 07:03:19] The OP received lambda too!
+13034 [2020-03-06 07:04:43] '/u/Nayor' has given '/u/Fearlesssnake' lambda!
+13034 [2020-03-06 07:05:06] '/u/Sky-todd' has given '/u/StealthyTanto' lambda!
+13034 [2020-03-06 07:20:50] There has been a new submission: 'this is my second vid on the site, its just me ranting :)', with flair 'Vlog'
+13034 [2020-03-06 07:20:52] /u/trmfv had their submission removed for insufficient lambda.
+13034 [2020-03-06 07:34:04] There has been a new submission: 'Need help', with flair 'Discussion'
+13034 [2020-03-06 07:38:55] '/u/Sky-todd' has given '/u/mattfaris' lambda!
+13034 [2020-03-06 07:39:50] '/u/Sky-todd' has given '/u/HumperTrooper15' lambda!
+13034 [2020-03-06 07:50:55] There has been a new submission: 'So this is the third challenge I've done and I've tried the improve the audio quality. Giving lambda to everyone who gives useful advice :)', with flair 'Gaming'
+13405 [2020-03-06 08:01:52]
+####################
+[2020-03-06 08:01:52] RESTARTED
+####################
+
+13405 [2020-03-06 08:05:27] '/u/HuqleReddit' has given '/u/dylphizzer' lambda!
+13405 [2020-03-06 08:05:27] The OP received lambda too!
+13405 [2020-03-06 08:07:35] There has been a new submission: 'Second video posted, can you help me find the next 1-2 major points I should work on improving? Is there perhaps something standing out that you like?', with flair 'Video Critique'
+13405 [2020-03-06 08:47:49] '/u/andrgYT' has given '/u/abhayszambare' lambda!
+13405 [2020-03-06 08:47:49] The OP received lambda too!
+13405 [2020-03-06 09:03:06] '/u/HuqleReddit' has given '/u/Charlie_7threegamers' lambda!
+13405 [2020-03-06 09:40:43] There has been a new submission: 'Toilet paper companies in Australia right now...', with flair 'Video Critique'
+13405 [2020-03-06 09:45:46] There has been a new submission: 'WE SAW A GHOST! MALTA HERE WE COME - PART 2 - VLOG 6', with flair 'Vlog'
+13542 [2020-03-06 10:01:52]
+####################
+[2020-03-06 10:01:52] RESTARTED
+####################
+
+13542 [2020-03-06 10:07:06] '/u/mylackey' has given '/u/Darkmoonpriestess39' lambda!
+13542 [2020-03-06 10:07:06] The OP received lambda too!
+13542 [2020-03-06 10:22:35] There has been a new submission: 'how I eat ass sns', with flair 'Meta'
+13542 [2020-03-06 10:22:37] /u/BAM_YT had their submission removed for using the wrong flair.
+13542 [2020-03-06 10:24:35] '/u/HuqleReddit' has given '/u/GamingGreyhound' lambda!
+13542 [2020-03-06 10:36:21] There has been a new submission: 'Anyone who loves ghost recon, please could.you check this video out', with flair 'Gaming'
+13542 [2020-03-06 10:36:22] /u/mattmor1999 had their submission removed for insufficient lambda.
+13542 [2020-03-06 10:49:08] '/u/Brightisaac' has given '/u/azurestrikergamer' lambda!
+13542 [2020-03-06 10:49:08] The OP received lambda too!
+13542 [2020-03-06 10:49:36] '/u/Brightisaac' has given '/u/DeafJ' lambda!
+13542 [2020-03-06 10:49:46] '/u/Brightisaac' has given '/u/coletv' lambda!
+13542 [2020-03-06 11:16:44] '/u/ShikharTrivedi' has given '/u/GamingGreyhound' lambda!
+13542 [2020-03-06 11:16:44] The OP received lambda too!
+13542 [2020-03-06 11:17:49] '/u/ShikharTrivedi' has given '/u/Dylskiii' lambda!
+13542 [2020-03-06 11:22:51] There has been a new submission: 'Is there anyone who can tell what is wrong with my Channel', with flair 'Channel Review'
+13542 [2020-03-06 11:22:53] /u/kelvin-wale had their submission removed for insufficient lambda.
+13542 [2020-03-06 11:34:59] '/u/leo-the-cow' has given '/u/Hufflepuff_Air_Cadet' lambda!
+13542 [2020-03-06 11:37:36] '/u/leo-the-cow' has given '/u/ThiccAssClap' lambda!
+13542 [2020-03-06 11:39:25] There has been a new submission: 'I've recently decided on what my channel will be and have rebranded. Let me know where I need improvements please!', with flair 'None'
+13542 [2020-03-06 11:39:26] /u/vakda had their submission removed for insufficient lambda.
+13542 [2020-03-06 11:46:19] '/u/Nayor' has given '/u/FergHD' lambda!
+13542 [2020-03-06 11:54:03] There has been a new submission: 'MAYOR ISKO MORENO', with flair 'Discussion'
+13542 [2020-03-06 11:54:05] /u/xernan029 had their submission removed for using the wrong flair.
+13677 [2020-03-06 12:01:52]
+####################
+[2020-03-06 12:01:52] RESTARTED
+####################
+
+13677 [2020-03-06 12:18:40] '/u/leo-the-cow' has given '/u/Rolypoly_Cats' lambda!
+13677 [2020-03-06 12:25:15] There has been a new submission: 'I havent posted in a while a video,So i decided to make one about the Coronavirus.', with flair 'Video Critique'
+13677 [2020-03-06 12:25:58] There has been a new submission: 'WHY IS AIMBOT SO COMMON IN THIS GAME (KRUNKER.IO) HACKER ENCOUNTER #2', with flair 'Gaming'
+13677 [2020-03-06 12:25:59] /u/LTZV had their submission removed for insufficient lambda.
+13677 [2020-03-06 12:29:00] '/u/MINTOfficical' has given '/u/cjf5414' lambda!
+13677 [2020-03-06 12:29:00] The OP received lambda too!
+13677 [2020-03-06 12:29:50] There has been a new submission: 'I would appreciate some honest feedback for a video I made for Halo Infinite.', with flair 'Gaming'
+13677 [2020-03-06 12:29:50] /u/Halo-Codex had their submission removed for insufficient lambda.
+13677 [2020-03-06 12:31:58] '/u/finbud117' has given '/u/CRT_Television' lambda!
+13677 [2020-03-06 12:31:59] The OP received lambda too!
+13677 [2020-03-06 12:37:03] There has been a new submission: 'Kill My Video With Your Critique', with flair 'Video Critique'
+13677 [2020-03-06 12:37:05] /u/knowbottle had their submission removed for insufficient lambda.
+13677 [2020-03-06 12:37:09] There has been a new submission: 'You ever just...', with flair 'Gaming'
+13677 [2020-03-06 12:37:11] /u/AwayFromSnap_YT had their submission removed for insufficient lambda.
+13677 [2020-03-06 12:44:07] There has been a new submission: 'How drugs can fix your marriage no scam 1000% legit', with flair 'Gaming'
+13677 [2020-03-06 12:57:25] There has been a new submission: 'THE BIGGEST EVERYTHING5POUNDS.COM HAUL EVER!', with flair 'Vlog'
+13677 [2020-03-06 12:57:26] /u/sabrinachisin had their submission removed for insufficient lambda.
+13677 [2020-03-06 13:05:43] '/u/The_Suited_Bird' has given '/u/ulfberht13' lambda!
+13677 [2020-03-06 13:07:23] '/u/The_Suited_Bird' has given '/u/ragstorichy' lambda!
+13677 [2020-03-06 13:09:43] There has been a new submission: 'I Really Want To Improve So Please Be Harsh With Your Feedback', with flair 'Channel Review'
+13677 [2020-03-06 13:10:47] There has been a new submission: 'i tried to play minecraft bedwars (but failed)', with flair 'Gaming'
+13677 [2020-03-06 13:10:49] /u/74c0p4c0 had their submission removed for insufficient lambda.
+13677 [2020-03-06 13:12:23] '/u/The_Suited_Bird' has given '/u/Okitha-DG' lambda!
+13677 [2020-03-06 13:17:56] '/u/HuqleReddit' has given '/u/qzeqYT' lambda!
+13677 [2020-03-06 13:19:21] '/u/HuqleReddit' has given '/u/vakda' lambda!
+13677 [2020-03-06 13:23:52] '/u/HuqleReddit' has given '/u/lieutenatdan' lambda!
+13677 [2020-03-06 13:24:04] '/u/HuqleReddit' has given '/u/74c0p4c0' lambda!
+13677 [2020-03-06 13:38:20] '/u/ShikharTrivedi' has given '/u/74c0p4c0' lambda!
+13677 [2020-03-06 13:54:14] There has been a new submission: 'Check our my video about what Rocky would look like if it happened today. Any and all feedback helpful', with flair 'Video Critique'
+13677 [2020-03-06 13:54:16] /u/mikebeefproductions had their submission removed for insufficient lambda.
+13677 [2020-03-06 14:01:38] There has been a new submission: 'Feedback please!', with flair 'Video Critique'
+13893 [2020-03-06 14:01:52]
+####################
+[2020-03-06 14:01:52] RESTARTED
+####################
+
+13893 [2020-03-06 14:07:27] There has been a new submission: 'Can someone review some of my videos and tell me anything about it? Would appreciate it', with flair 'Channel Review'
+13893 [2020-03-06 14:07:28] /u/MatthewLopezOnYT had their submission removed for insufficient lambda.
+13893 [2020-03-06 14:19:27] '/u/PresentDirector' has given '/u/Fearlesssnake' lambda!
+13893 [2020-03-06 14:28:37] '/u/ShikharTrivedi' has given '/u/Jagart01' lambda!
+13893 [2020-03-06 14:28:44] '/u/helloitsmesomeguy' has given '/u/OwnVictory16' lambda!
+13893 [2020-03-06 14:28:44] The OP received lambda too!
+13893 [2020-03-06 14:31:02] There has been a new submission: 'CORONAVIRUS: Explained in a Nutshell | KAN GEO #3', with flair 'Video Critique'
+13893 [2020-03-06 14:40:01] There has been a new submission: 'My first ever MUKBANG 😋 all feedback is appreciated 👍', with flair 'Vlog'
+13893 [2020-03-06 14:40:03] /u/BrendanJamesVlog had their submission removed for insufficient lambda.
+13893 [2020-03-06 14:56:48] '/u/cjf5414' has given '/u/ragstorichy' lambda!
+13893 [2020-03-06 14:56:48] The OP received lambda too!
+13893 [2020-03-06 15:05:05] '/u/andrgYT' has given '/u/Apple-of-the-earths' lambda!
+13893 [2020-03-06 15:09:06] There has been a new submission: 'Do what you enjoy Vs. Try and outstand', with flair 'Discussion'
+13893 [2020-03-06 15:09:19] '/u/KangeonTV' has given '/u/Apple-of-the-earths' lambda!
+13893 [2020-03-06 15:09:19] The OP received lambda too!
+13893 [2020-03-06 15:10:23] '/u/KangeonTV' has given '/u/Dylskiii' lambda!
+13893 [2020-03-06 15:10:55] There has been a new submission: 'How To Get A Sponsor on Youtube! Added some new elements to this video. Please let me know thoughts! :)', with flair 'Video Critique'
+13893 [2020-03-06 15:11:46] There has been a new submission: 'A Haunted Apartment In Finland : Niina's Ghost', with flair 'Video Critique'
+13893 [2020-03-06 15:11:48] /u/HardToAnswerQuestion had their submission removed for insufficient lambda.
+13893 [2020-03-06 15:15:39] '/u/GamingGreyhound' has given '/u/GeekonMySleeve' lambda!
+13893 [2020-03-06 15:15:39] The OP received lambda too!
+13893 [2020-03-06 15:15:50] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda!
+13893 [2020-03-06 15:15:50] The OP received lambda too!
+13893 [2020-03-06 15:16:43] There has been a new submission: 'Video Critique- Will Give Lambda for helpful comments', with flair 'Video Critique'
+13893 [2020-03-06 15:16:51] There has been a new submission: 'Hello frinds. Can you please visit my channel and give ur feedback about it. I will heartly appriciate that. Things are demotivating me.', with flair 'Channel Review'
+13893 [2020-03-06 15:16:52] /u/p4papaa had their submission removed for insufficient lambda.
+13893 [2020-03-06 15:19:06] There has been a new submission: 'Jasmine Curtis Na Pressured Dagil Sa Ate Anne Niya | HumanMeter', with flair 'None'
+13893 [2020-03-06 15:19:07] /u/IndividualGuide had their submission removed for insufficient lambda.
+13893 [2020-03-06 15:19:27] There has been a new submission: 'MOVIES IN A MINUTE - Tremors, The Shadow, and Kung-Pow || I'm trying something new, would love some feedback and to know if this video makes you interested to see these movies!', with flair 'Video Critique'
+13893 [2020-03-06 15:22:49] '/u/StealthyTanto' has given '/u/Okitha-DG' lambda!
+13893 [2020-03-06 15:22:49] The OP received lambda too!
+13893 [2020-03-06 15:23:42] There has been a new submission: 'Looking for some serious critique on my channel/ videos. Just started off and I want to start in the right direction. Feel free to roast me, no hard feelings!', with flair 'Channel Review'
+13893 [2020-03-06 15:27:06] '/u/StealthyTanto' has given '/u/OwnVictory16' lambda!
+13893 [2020-03-06 15:29:10] '/u/StealthyTanto' has given '/u/cjf5414' lambda!
+13893 [2020-03-06 15:31:22] '/u/StealthyTanto' has given '/u/nowiamnappy' lambda!
+13893 [2020-03-06 15:39:44] '/u/MafiasFinestTV' has given '/u/Illfury' lambda!
+13893 [2020-03-06 15:40:25] '/u/ragstorichy' has given '/u/petehernandez' lambda!
+13893 [2020-03-06 15:40:25] The OP received lambda too!
+13893 [2020-03-06 15:44:56] '/u/MafiasFinestTV' has given '/u/MoskitoDan' lambda!
+13893 [2020-03-06 15:49:16] '/u/KingOberon13' has given '/u/Davidplaysgames' lambda!
+13893 [2020-03-06 15:49:43] There has been a new submission: 'Me enjoying my Corona Virus quarantine :)', with flair 'Art'
+13893 [2020-03-06 15:49:48] There has been a new submission: 'I have just uploaded my new video here - Relaxing Music🔮For Deep Sleep, Meditation, Stress Relief, Yoga, Healing,... Can you give me the advice to improve my video quality? Thanks for the support. I will support back', with flair 'Channel Review'
+13893 [2020-03-06 15:49:49] /u/hana_v3012 had their submission removed for insufficient lambda.
+13893 [2020-03-06 15:53:31] '/u/mememasteruwu' has given '/u/ragstorichy' lambda!
+13893 [2020-03-06 15:53:31] The OP received lambda too!
+13893 [2020-03-06 15:54:39] There has been a new submission: 'Bob tailing to pick up a load |Truck driver (6)', with flair 'Gaming'
+13893 [2020-03-06 15:54:40] /u/firewarrior24 had their submission removed for insufficient lambda.
+13893 [2020-03-06 15:55:23] There has been a new submission: 'Will the Coronavirus Cause a Recession?', with flair 'Video Critique'
+13893 [2020-03-06 15:55:24] /u/ramjaz had their submission removed for insufficient lambda.
+13893 [2020-03-06 15:58:57] '/u/KillCaptcha' has given '/u/Scapparelli08' lambda!
+13893 [2020-03-06 15:58:58] The OP received lambda too!
+22491 [2020-03-06 16:01:52]
+####################
+[2020-03-06 16:01:52] RESTARTED
+####################
+
+22491 [2020-03-06 16:02:52] There has been a new submission: 'Captured this yesterday, what’s in the Sky ?😊', with flair 'None'
+22491 [2020-03-06 16:02:54] /u/jimmonbrit had their submission removed for insufficient lambda.
+22491 [2020-03-06 16:06:41] '/u/ragstorichy' has given '/u/Scapparelli08' lambda!
+22491 [2020-03-06 16:12:44] There has been a new submission: 'This is what 9999+ HOURS of rainbow six siege looks like', with flair 'Gaming'
+22491 [2020-03-06 16:12:47] /u/l3thal-mp4 had their submission removed for insufficient lambda.
+22491 [2020-03-06 16:14:16] There has been a new submission: 'Operation Misty is my latest upload, and is something unlike anything I have done before. It's essentially a cinematic music video using footage from an actual match of Fortnite. I recorded differing angles and perspectives with the replay feature and added a sense of plot with a comical twist.', with flair 'Video Critique'
+22491 [2020-03-06 16:15:23] '/u/StealthyTanto' has given '/u/MafiasFinestTV' lambda!
+22491 [2020-03-06 16:16:15] There has been a new submission: 'https://youtu.be/1ALSuaORN6s', with flair 'Channel Review'
+22491 [2020-03-06 16:16:16] /u/PANDEYSRAWSTUDIO had their submission removed for insufficient lambda.
+22491 [2020-03-06 16:22:07] '/u/StealthyTanto' has given '/u/user9774' lambda!
+22491 [2020-03-06 16:23:52] '/u/GamingGreyhound' has given '/u/StealthyGamerGirl' lambda!
+22491 [2020-03-06 16:38:03] There has been a new submission: 'I did a taste test and review video on the donut sandwich at KFC. What should I do better next time? It is my first taste test video.', with flair 'Video Critique'
+22491 [2020-03-06 16:38:04] /u/poeticronin had their submission removed for insufficient lambda.
+22491 [2020-03-06 16:39:19] There has been a new submission: 'This is the latest episode in my Random Games series. I would be interested in peoples thoughts on my channel. It's still a baby. Started in January. Will give lambda to constructive comments. Thank you :)', with flair 'Channel Review'
+22491 [2020-03-06 16:41:58] There has been a new submission: 'LOOKING TO FEATURE YOUR CHANNEL ON MY CHANNEL! WILL GIVE OUT lambda for Good Feedback!', with flair 'Video Critique'
+22491 [2020-03-06 16:45:58] There has been a new submission: 'Making fun of twitter', with flair 'Discussion'
+22491 [2020-03-06 16:46:00] /u/ItsKingtex had their submission removed for using the wrong flair.
+22491 [2020-03-06 16:52:48] '/u/Jischasing' has given '/u/user9774' lambda!
+22491 [2020-03-06 16:53:34] There has been a new submission: 'RDR2 cinematic style', with flair 'Video Critique'
+22491 [2020-03-06 16:58:33] There has been a new submission: 'G'day everyone! Put up a new video earlier today that I'm super proud of and would really appreciate some feedback on! :)', with flair 'Video Critique'
+22491 [2020-03-06 17:01:14] There has been a new submission: 'Would you consider this video a comedy video or a political/news video? Im a comedian reacting to political debate jokes. Not sure which category to put it under.', with flair 'Discussion'
+22491 [2020-03-06 17:01:16] /u/TeamHPV had their submission removed for using the wrong flair.
+22491 [2020-03-06 17:10:20] '/u/ShikharTrivedi' has given '/u/StealthyGamerGirl' lambda!
+22491 [2020-03-06 17:13:36] There has been a new submission: 'Love doing Mordhau content. Really want to improve on the format. Would really appreciate some feedback, and of course, Lambda for useful feedback!', with flair 'Video Critique'
+22491 [2020-03-06 17:14:21] '/u/GamingGreyhound' has given '/u/kaliseoul' lambda!
+22491 [2020-03-06 17:14:55] There has been a new submission: 'Our latest video. We try to keep the intro shorter and the video was heavily edited. What do you think about the video? Is it interesting at all or just nonsense? Also, do you as a non Fortnite-player understand everything that is explained in the video? Good comments will get LAMBDA!', with flair 'Video Critique'
+22491 [2020-03-06 17:16:21] '/u/GamingGreyhound' has given '/u/user9774' lambda!
+22491 [2020-03-06 17:18:30] There has been a new submission: 'I spammed a spammer for feet pics', with flair 'Vlog'
+22491 [2020-03-06 17:18:31] /u/InsecureBunny had their submission removed for insufficient lambda.
+22491 [2020-03-06 17:20:38] '/u/MafiasFinestTV' has given '/u/Enfpization' lambda!
+22491 [2020-03-06 17:21:09] '/u/Davidplaysgames' has given '/u/IrishImposter' lambda!
+22491 [2020-03-06 17:21:09] The OP received lambda too!
+22491 [2020-03-06 17:24:26] '/u/MafiasFinestTV' has given '/u/user9774' lambda!
+22491 [2020-03-06 17:31:29] There has been a new submission: 'Tips on speaking', with flair 'Discussion'
+22491 [2020-03-06 17:35:07] There has been a new submission: 'CALLING ALL WOMEN YOUTUBERS: I started a subreddit for Women of Youtube.', with flair 'Discussion'
+22491 [2020-03-06 17:35:16] There has been a new submission: 'Check out this new animation about cuphead', with flair 'Art'
+22491 [2020-03-06 17:35:17] /u/Pufferfishgamer7 had their submission removed for insufficient lambda.
+22491 [2020-03-06 17:48:02] There has been a new submission: 'I worked on this for quite a while. Any feedback and suggestions would be much appreciated!', with flair 'None'
+22491 [2020-03-06 17:59:11] '/u/nowiamnappy' has given '/u/IrishImposter' lambda!
+22491 [2020-03-06 17:59:11] The OP received lambda too!
+23931 [2020-03-06 18:01:52]
+####################
+[2020-03-06 18:01:52] RESTARTED
+####################
+
+23931 [2020-03-06 18:08:45] There has been a new submission: 'India's BUSIEST STREET shopping. UNREAL experience', with flair 'Vlog'
+23931 [2020-03-06 18:08:46] /u/neilupinto had their submission removed for insufficient lambda.
+23931 [2020-03-06 18:12:51] '/u/MoskitoDan' has given '/u/MafiasFinestTV' lambda!
+23931 [2020-03-06 18:12:51] The OP received lambda too!
+23931 [2020-03-06 18:15:28] There has been a new submission: 'Just A Regular Day At Krusty Krab...(3AM AT THE KRUSTY KRAB!!!)', with flair 'Gaming'
+23931 [2020-03-06 18:15:30] /u/Lab4Games had their submission removed for insufficient lambda.
+23931 [2020-03-06 18:20:53] '/u/Dylskiii' has given '/u/IrishImposter' lambda!
+23931 [2020-03-06 18:20:53] The OP received lambda too!
+23931 [2020-03-06 18:28:55] '/u/SuperMcGregs' has given '/u/ragstorichy' lambda!
+23931 [2020-03-06 18:30:37] '/u/SuperMcGregs' has given '/u/user9774' lambda!
+23931 [2020-03-06 18:36:09] There has been a new submission: 'The Peculiar MYSTERY of The MONEY Pit', with flair 'Vlog'
+23931 [2020-03-06 18:36:11] /u/LilithNova had their submission removed for insufficient lambda.
+23931 [2020-03-06 18:44:32] There has been a new submission: 'After a short break (had to catch up on gameplay), the adventures of Lieutenat Dan, Space Ranger, continue! Fresh off the production line, here's the latest episode in this cinematic gameplay series. I welcome all feedback (and will give lambda)!', with flair 'Gaming'
+23931 [2020-03-06 18:44:43] '/u/nowiamnappy' has given '/u/ralech' lambda!
+23931 [2020-03-06 18:44:54] '/u/GlenMoffie' has given '/u/MegaBiteGames' lambda!
+23931 [2020-03-06 18:44:54] The OP received lambda too!
+23931 [2020-03-06 19:09:31] '/u/MoskitoDan' has given '/u/Reddoons' lambda!
+23931 [2020-03-06 19:14:09] There has been a new submission: 'What’s your thumbnail making process?', with flair 'Discussion'
+23931 [2020-03-06 19:15:35] There has been a new submission: 'I Challenged My Wife To a Slang Word Competition! Looking for feedback on my latest video! New to Youtube! Anything helps and lambda given!!', with flair 'Video Critique'
+23931 [2020-03-06 19:21:44] There has been a new submission: 'Check out my newest videos, any feedback is appreciated', with flair 'None'
+23931 [2020-03-06 19:21:46] /u/RollSafeG1 had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:24:15] There has been a new submission: 'I made a complete tutorial on how to design eye-catchy Youtube thumbnails in less than 60 seconds. Any feedback and suggestions would be much appreciated!', with flair 'Video Critique'
+23931 [2020-03-06 19:24:17] /u/rethumbnail had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:34:18] There has been a new submission: 'Give Me Some Time Please!', with flair 'None'
+23931 [2020-03-06 19:34:20] /u/loopy2mn had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:39:02] There has been a new submission: 'What do you think guys about my latest video? I wanted to keep it short, dynamic and overedited in the appropriate way. I'll be so much grateful for any feedback!', with flair 'Video Critique'
+23931 [2020-03-06 19:39:03] /u/Sojer_96 had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:42:46] There has been a new submission: 'Reacting to drill songs?!', with flair 'Vlog'
+23931 [2020-03-06 19:42:48] /u/DatBoii75 had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:46:49] There has been a new submission: 'Tell me what you think about my channel!', with flair 'Channel Review'
+23931 [2020-03-06 19:46:50] /u/DatBoii75 had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:47:55] There has been a new submission: 'my channel', with flair 'Channel Review'
+23931 [2020-03-06 19:47:57] /u/karlooo21 had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:48:08] '/u/MoskitoDan' has given '/u/Sojer_96' lambda!
+23931 [2020-03-06 19:48:44] There has been a new submission: 'WoW Classic Phase 5 Investments - Feedback pls ❤', with flair 'Video Critique'
+23931 [2020-03-06 19:48:45] /u/SolheimYT had their submission removed for insufficient lambda.
+23931 [2020-03-06 19:53:27] '/u/ragstorichy' has given '/u/DatBoii75' lambda!
+23931 [2020-03-06 19:54:19] '/u/MafiasFinestTV' has given '/u/JudgeCreed' lambda!
+23931 [2020-03-06 19:56:11] '/u/MafiasFinestTV' has given '/u/KingOberon13' lambda!
+24088 [2020-03-06 20:01:53]
+####################
+[2020-03-06 20:01:53] RESTARTED
+####################
+
+24088 [2020-03-06 20:02:53] '/u/MafiasFinestTV' has given '/u/MadeCITYSTARS' lambda!
+24088 [2020-03-06 20:03:01] There has been a new submission: 'Making A I Let ____ People Edit This Video" Video (Need Some People for it!)', with flair 'Discussion'
+24088 [2020-03-06 20:08:52] There has been a new submission: 'Impossible Spot The Difference', with flair 'Thumbnail Review'
+24088 [2020-03-06 20:08:53] /u/infoteaser had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:10:03] '/u/popularvote_yt' has given '/u/DatBoii75' lambda!
+24088 [2020-03-06 20:10:03] The OP received lambda too!
+24088 [2020-03-06 20:10:16] There has been a new submission: 'UhOhItsCollin doing Siege content frequently', with flair 'Gaming'
+24088 [2020-03-06 20:10:18] /u/UhOhItsCollin had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:15:41] There has been a new submission: 'WONDER WOMAN VS SUPER GIRL FULL FIGHT', with flair 'None'
+24088 [2020-03-06 20:15:43] /u/epicrealm2 had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:16:43] '/u/GlenMoffie' has given '/u/ulfberht13' lambda!
+24088 [2020-03-06 20:19:21] '/u/GlenMoffie' has given '/u/kingofkonfiguration' lambda!
+24088 [2020-03-06 20:20:33] There has been a new submission: 'This is a sneak peek of an animated video I’m making where the school does a terrorist invasion simulator.', with flair 'None'
+24088 [2020-03-06 20:20:36] /u/Lane_Farias had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:22:13] '/u/KillCaptcha' has given '/u/StealthyGamerGirl' lambda!
+24088 [2020-03-06 20:22:30] '/u/KillCaptcha' has given '/u/kaliseoul' lambda!
+24088 [2020-03-06 20:26:29] There has been a new submission: 'Sea of Thieves Funny Moments - THERES A SHARK IN THE WATER! (Hey Everyone! Looking for some feedback! Let me know what you think!)', with flair 'Gaming'
+24088 [2020-03-06 20:26:31] /u/DrowningOnLand96 had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:30:31] '/u/Scapparelli08' has given '/u/MegaBiteGames' lambda!
+24088 [2020-03-06 20:30:31] The OP received lambda too!
+24088 [2020-03-06 20:35:59] There has been a new submission: 'Slay the Spire in 99 Seconds - Back again with a short gaming video! Let me know what you think of the video and channel. So much Lambda. TOO much Lambda!', with flair 'Video Critique'
+24088 [2020-03-06 20:40:25] There has been a new submission: 'Looking for a short video (less then 2 min) but also enjoyable? Well do I have news for you, here it is my latest creation. Please consider subscribing. Either way thank you, have a wonderful day.', with flair 'Art'
+24088 [2020-03-06 20:48:46] There has been a new submission: 'Sippin Saturday w/ Your Boy Trei Beer Review', with flair 'Vlog'
+24088 [2020-03-06 20:48:47] /u/Trei23 had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:53:57] There has been a new submission: 'How To Make Youtube Thumbnails For Free Online - 2020 (Without Photoshop)', with flair 'Discussion'
+24088 [2020-03-06 20:53:59] /u/jakelexie123 had their submission removed for using the wrong flair.
+24088 [2020-03-06 20:55:26] '/u/Foggy_Creations' has given '/u/DrowningOnLand96' lambda!
+24088 [2020-03-06 20:55:26] The OP received lambda too!
+24088 [2020-03-06 20:55:34] There has been a new submission: 'How To Make Youtube Thumbnails For Free Online - 2020 (Without Photoshop)', with flair 'Video Critique'
+24088 [2020-03-06 20:55:36] /u/jakelexie123 had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:55:52] There has been a new submission: 'Five easy guitar riffs you can play with one finger - Do you guys like these types of videos - should I do more?', with flair 'Channel Review'
+24088 [2020-03-06 20:55:53] /u/MusicHub123 had their submission removed for insufficient lambda.
+24088 [2020-03-06 20:56:04] There has been a new submission: 'WHAT CAN I DO TO IMPROVE MY NEXT VIDEO BASED ON WHAT I HAVE DONE IN THIS ONE?', with flair 'Video Critique'
+24088 [2020-03-06 20:56:05] /u/plamalama95 had their submission removed for insufficient lambda.
+24088 [2020-03-06 21:00:41] There has been a new submission: '[Funtage] I modded Hulk Hogan in the game and went on to cause as much mayhem as possible! 💢 All kinds of feedback are welcome and greatly appreciated! 😄', with flair 'Video Critique'
+24088 [2020-03-06 21:02:06] There has been a new submission: 'What is the best streaming service in order to frow your YT channel?', with flair 'Discussion'
+24088 [2020-03-06 21:15:32] '/u/notanironmanbtw' has given '/u/SwanCreek' lambda!
+24088 [2020-03-06 21:15:32] The OP received lambda too!
+24088 [2020-03-06 21:18:01] There has been a new submission: 'Time to be approved for monetization and any way to speed it up?', with flair 'Discussion'
+24088 [2020-03-06 21:20:28] There has been a new submission: 'Awesome amv of dragon ball anime - with million dollar mind music', with flair 'Channel Review'
+24088 [2020-03-06 21:20:31] /u/rabah8 had their submission removed for insufficient lambda.
+24088 [2020-03-06 21:21:59] '/u/MafiasFinestTV' has given '/u/Djbernie805' lambda!
+24088 [2020-03-06 21:27:15] '/u/MegaBiteGames' has given '/u/frostybubbles' lambda!
+24088 [2020-03-06 21:27:15] The OP received lambda too!
+24088 [2020-03-06 21:29:57] There has been a new submission: 'Is this video fun to watch even with the crappy audio? I'm going to have it fixed as soon as I get the money but I want to know if i'm torturing my viewers or not until then lol also what's your over all thought on the video! c:', with flair 'Video Critique'
+24088 [2020-03-06 21:31:29] There has been a new submission: 'Second video! The Simpsons hit and run!', with flair 'Video Critique'
+24088 [2020-03-06 21:31:31] /u/theedale1 had their submission removed for insufficient lambda.
+24088 [2020-03-06 21:32:27] '/u/Foggy_Creations' has given '/u/frostybubbles' lambda!
+24088 [2020-03-06 21:34:05] There has been a new submission: 'I've been hesitant to do this but its time. Rip into me!', with flair 'Channel Review'
+24088 [2020-03-06 21:40:19] There has been a new submission: 'Check out my channel and give me some feedback on what I should work on!', with flair 'Channel Review'
+24088 [2020-03-06 21:40:21] /u/DatBoii75 had their submission removed for insufficient lambda.
+24088 [2020-03-06 21:47:52] There has been a new submission: 'The best game in existence (any feedback would be greatly appreciated thank you!)', with flair 'Video Critique'
+24088 [2020-03-06 21:56:22] There has been a new submission: 'New Channel. I joined youtube a few days ago so if anyone is willing to watch my videos and give some feedback i'd appreciate it', with flair 'Gaming'
+24088 [2020-03-06 21:56:23] /u/Wayne-R-T-S had their submission removed for insufficient lambda.
+24088 [2020-03-06 21:58:01] There has been a new submission: 'I built a Massive Volcano out of hundreds of thousands of Matchsticks :) Please leave a funny comment on the video THANKS', with flair 'Channel Review'
+24088 [2020-03-06 22:00:23] '/u/Davidplaysgames' has given '/u/Sojer_96' lambda!
+24223 [2020-03-06 22:01:53]
+####################
+[2020-03-06 22:01:53] RESTARTED
+####################
+
+24223 [2020-03-06 22:08:05] '/u/Electric_Mauser' has given '/u/Wayne-R-T-S' lambda!
+24223 [2020-03-06 22:08:05] The OP received lambda too!
+24223 [2020-03-06 22:09:28] '/u/StealthyGamerGirl' has given '/u/DatBoii75' lambda!
+24223 [2020-03-06 22:09:28] The OP received lambda too!
+24223 [2020-03-06 22:10:55] '/u/demomax714' has given '/u/mikebeefproductions' lambda!
+24223 [2020-03-06 22:10:55] The OP received lambda too!
+24223 [2020-03-06 22:12:06] '/u/demomax714' has given '/u/cjf5414' lambda!
+24223 [2020-03-06 22:12:44] '/u/demomax714' has given '/u/user9774' lambda!
+24223 [2020-03-06 22:13:39] There has been a new submission: 'I'm Making A "I Let ____ People edit this Video" VIDEO. (Need More People)', with flair 'Discussion'
+24223 [2020-03-06 22:17:10] There has been a new submission: 'Is YouTube really the best streaming platform to grow your YT channel?', with flair 'Discussion'
+24223 [2020-03-06 22:18:10] There has been a new submission: 'Onward just released in theatres/cinemas today, so here’s my (spoiler free) review of the film!', with flair 'None'
+24223 [2020-03-06 22:18:11] /u/TheNotMatrixMorphius had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:22:12] {ERROR} received 503 HTTP response
+24223 [2020-03-06 22:25:34] There has been a new submission: 'These Cats Can Speak English Better Than Hooman - NEW SUBTITLES', with flair 'Channel Review'
+24223 [2020-03-06 22:25:35] /u/PetsPawsTV had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:28:19] There has been a new submission: 'Rayyan Travelog Channel', with flair 'Channel Review'
+24223 [2020-03-06 22:28:20] /u/mishi1999 had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:36:21] There has been a new submission: 'First time making a tutorial and was looking for some feedback! Davinci Resolve 16, Underwater Colour Grading. Lambda for useful feedback :)', with flair 'Video Critique'
+24223 [2020-03-06 22:37:35] There has been a new submission: 'Tank - Leonardo da Vinci', with flair 'Video Critique'
+24223 [2020-03-06 22:37:36] /u/akara211 had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:43:33] There has been a new submission: 'Art unboxing video!', with flair 'Art'
+24223 [2020-03-06 22:43:34] /u/kireji_art had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:44:14] There has been a new submission: 'CAN SOMEONE HELP ME UNDERSTAND REDDIT MORE????', with flair 'Discussion'
+24223 [2020-03-06 22:45:06] There has been a new submission: 'Help.. how do I get more engagement?', with flair 'Channel Review'
+24223 [2020-03-06 22:45:08] /u/PaivaReddit had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:52:21] There has been a new submission: 'My first sponsored Video', with flair 'Vlog'
+24223 [2020-03-06 22:52:23] /u/alexgedefitness had their submission removed for insufficient lambda.
+24223 [2020-03-06 22:55:52] There has been a new submission: 'I just made my first video for my channel! Will give LAMBDA to everyone who gives some feedback! :)', with flair 'Channel Review'
+24223 [2020-03-06 23:16:18] There has been a new submission: 'MLG Peppa pig daddy gets eaten Premiere!', with flair 'Video Critique'
+24223 [2020-03-06 23:16:19] /u/csharpnibba had their submission removed for insufficient lambda.
+24223 [2020-03-06 23:41:52] There has been a new submission: 'Dance edit not gamrplay hahaha', with flair 'Gaming'
+24223 [2020-03-06 23:41:53] /u/Big-Booty-Bnake had their submission removed for insufficient lambda.
+24223 [2020-03-06 23:43:17] There has been a new submission: 'MLG Peppa pig daddy gets eaten', with flair 'Video Critique'
+24223 [2020-03-06 23:43:18] /u/GayAlexMyGuy had their submission removed for insufficient lambda.
+24223 [2020-03-06 23:47:56] There has been a new submission: 'Hey everyone! I have made some adjustments to my videos including a HUGE camera upgrade. I would really love to know what you think! Thank you so much!', with flair 'Video Critique'
+24223 [2020-03-06 23:47:57] /u/the_content_craze had their submission removed for insufficient lambda.
+24417 [2020-03-07 00:01:53]
+####################
+[2020-03-07 00:01:53] RESTARTED
+####################
+
+24417 [2020-03-07 00:02:07] '/u/qzeqYT' has given '/u/MoskitoDan' lambda!
+24417 [2020-03-07 00:02:07] The OP received lambda too!
+24417 [2020-03-07 00:02:33] '/u/MoskitoDan' has given '/u/qzeqYT' lambda!
+24417 [2020-03-07 00:02:43] '/u/RoboOggy' has given '/u/IrishImposter' lambda!
+24417 [2020-03-07 00:02:43] The OP received lambda too!
+24417 [2020-03-07 00:02:53] '/u/RoboOggy' has given '/u/StealthyGamerGirl' lambda!
+24417 [2020-03-07 00:03:04] '/u/Apple-of-the-earths' has given '/u/humz_whu' lambda!
+24417 [2020-03-07 00:03:04] The OP received lambda too!
+24417 [2020-03-07 00:03:14] '/u/KillCaptcha' has given '/u/TheJustindsd' lambda!
+24417 [2020-03-07 00:03:23] '/u/KillCaptcha' has given '/u/DrowningOnLand96' lambda!
+24417 [2020-03-07 00:03:46] '/u/MafiasFinestTV' has given '/u/humz_whu' lambda!
+1350 [2020-03-07 00:04:30] Updated statistics
+24417 [2020-03-07 00:04:33] '/u/terriblephotographs' has given '/u/Jamz_Offical' lambda!
+24417 [2020-03-07 00:04:33] The OP received lambda too!
+24417 [2020-03-07 00:04:42] '/u/terriblephotographs' has given '/u/Meagcherry' lambda!
+24417 [2020-03-07 00:04:53] There has been a new submission: 'Learn this you need it', with flair 'Art'
+24417 [2020-03-07 00:04:55] /u/nelomma had their submission removed for insufficient lambda.
+24417 [2020-03-07 00:05:33] '/u/terriblephotographs' has given '/u/RockerGamez' lambda!
+24417 [2020-03-07 00:10:14] There has been a new submission: 'Sea of Thieves Funny Moments - THERES A SHARK IN THE WATER! (Hey Everyone! Just made a new video and I’m looking for some feedback! Let me know what you think! I’ll also give out LAMBDA for your time!)', with flair 'Video Critique'
+24417 [2020-03-07 00:17:12] '/u/qzeqYT' has given '/u/ihateplastic10' lambda!
+24417 [2020-03-07 00:27:23] '/u/DrowningOnLand96' has given '/u/humz_whu' lambda!
+24417 [2020-03-07 00:27:23] The OP received lambda too!
+24417 [2020-03-07 00:28:26] There has been a new submission: 'LAMBDA for all thoughtful comments and critique! | HOME IS AN ANIMAL | Short Documentary Film', with flair 'Video Critique'
+24417 [2020-03-07 00:38:55] There has been a new submission: 'For real?', with flair 'None'
+24417 [2020-03-07 00:38:56] /u/trishaj49 had their submission removed for insufficient lambda.
+24417 [2020-03-07 00:39:22] '/u/DrowningOnLand96' has given '/u/RockerGamez' lambda!
+24417 [2020-03-07 00:40:12] '/u/actuallyBIG' has given '/u/BetaBradTv' lambda!
+24417 [2020-03-07 00:40:12] The OP received lambda too!
+24417 [2020-03-07 00:40:41] '/u/MafiasFinestTV' has given '/u/nelomma' lambda!
+24417 [2020-03-07 00:41:53] '/u/DrowningOnLand96' has given '/u/LucidFTV' lambda!
+24417 [2020-03-07 00:44:36] '/u/keegzilla90' has given '/u/OwnVictory16' lambda!
+24417 [2020-03-07 00:44:36] The OP received lambda too!
+24417 [2020-03-07 00:46:02] There has been a new submission: 'Come Support The Channel And Drop A Sub And Like And I Will Back', with flair 'Gaming'
+24417 [2020-03-07 00:46:04] /u/ItzJairbear had their submission removed for insufficient lambda.
+24417 [2020-03-07 00:46:26] '/u/Meagcherry' has given '/u/LucidFTV' lambda!
+24417 [2020-03-07 00:46:26] The OP received lambda too!
+24417 [2020-03-07 00:48:36] There has been a new submission: 'My origin story revealed+epic prank', with flair 'Video Critique'
+24417 [2020-03-07 00:48:37] /u/Andsomedevil had their submission removed for insufficient lambda.
+24417 [2020-03-07 00:48:50] There has been a new submission: '[Video Critique] under your guys guidance we finally created a quick Channel Trailer, I'd love to hear your thoughts', with flair 'Video Critique'
+24417 [2020-03-07 00:49:39] There has been a new submission: 'Oh my!!😱', with flair 'None'
+24417 [2020-03-07 00:49:39] /u/trishaj49 had their submission removed for insufficient lambda.
+24417 [2020-03-07 00:58:55] '/u/Apple-of-the-earths' has given '/u/IrishImposter' lambda!
+24417 [2020-03-07 01:02:00] '/u/StealthyTanto' has given '/u/jaundicesurvivor69' lambda!
+24417 [2020-03-07 01:04:18] '/u/Dylskiii' has given '/u/frostybubbles' lambda!
+24417 [2020-03-07 01:11:09] There has been a new submission: 'My first gaming video... Any kind of feedback is appreciated and hopefully, you enjoy the video and the other videos I made on my channel :)', with flair 'Gaming'
+24417 [2020-03-07 01:11:11] /u/Rerro123 had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:12:32] There has been a new submission: 'FINDING TRUE LOVE', with flair 'Discussion'
+24417 [2020-03-07 01:12:34] /u/Lazy-Boyz-Commentary had their submission removed for using the wrong flair.
+24417 [2020-03-07 01:18:48] There has been a new submission: '2014 ||| First ever submission to a film festival! I tried to do a one shot look even if it didnt go that well and I overlooked story elements cause i loved the story too much. I hope people will enjoy it :) Please pm me with any critiques and criticism or just comment', with flair 'Video Critique'
+24417 [2020-03-07 01:18:49] /u/mythumbsbleeding had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:19:56] There has been a new submission: 'Food niche & foodies approved: Juicy Whole Roasted Chicken Recipe & Review', with flair 'Channel Review'
+24417 [2020-03-07 01:19:56] /u/jjconner23 had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:20:51] There has been a new submission: 'Ideal video length', with flair 'Discussion'
+24417 [2020-03-07 01:21:59] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+24417 [2020-03-07 01:22:00] The OP received lambda too!
+24417 [2020-03-07 01:22:51] There has been a new submission: 'I know most don't consider it art but this is a short film I did for a band I've recently been working with.', with flair 'Art'
+24417 [2020-03-07 01:22:53] /u/LeanMeanFatRoll had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:33:19] There has been a new submission: 'YouTube', with flair 'Channel Review'
+24417 [2020-03-07 01:33:21] /u/Alex-Tenshi had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:33:41] There has been a new submission: 'What do you do with bad audio?', with flair 'Vlog'
+24417 [2020-03-07 01:33:43] /u/ryankopf had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:39:30] '/u/Apple-of-the-earths' has given '/u/OG_Dan' lambda!
+24417 [2020-03-07 01:41:58] There has been a new submission: 'What you order online vs what gets delivered', with flair 'None'
+24417 [2020-03-07 01:42:00] /u/ailinblour had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:43:34] '/u/Dylskiii' has given '/u/MegaBiteGames' lambda!
+24417 [2020-03-07 01:54:14] There has been a new submission: 'Everything WRONG with ONLINE Smash Brothers Ultimate and How to FIX It - New video essay lmk what you guys think!', with flair 'Video Critique'
+24417 [2020-03-07 01:54:47] There has been a new submission: 'Can someone give me constructive criticism about my channel? What’s wrong with it, what do I need to improve, what should I not do, what should I continue doing, etc. This will definitely help me in my future videos. Thanks a lot fam!', with flair 'Channel Review'
+24417 [2020-03-07 01:54:49] /u/rocketwayne had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:56:47] There has been a new submission: 'I just got my Siri pregnant guys!', with flair 'Discussion'
+24417 [2020-03-07 01:56:48] /u/simpslayer420 had their submission removed for using the wrong flair.
+24417 [2020-03-07 01:58:03] There has been a new submission: 'I just got my Siri pregnant guys!', with flair 'Gaming'
+24417 [2020-03-07 01:58:04] /u/simpslayer420 had their submission removed for insufficient lambda.
+24417 [2020-03-07 01:58:38] '/u/StealthyTanto' has given '/u/MadeCITYSTARS' lambda!
+24417 [2020-03-07 01:59:57] There has been a new submission: 'NUTTT', with flair 'Gaming'
+24417 [2020-03-07 01:59:58] /u/simpslayer420 had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:01:53]
+####################
+[2020-03-07 02:01:53] RESTARTED
+####################
+
+24621 [2020-03-07 02:04:06] There has been a new submission: 'Did a video about my thoughts on the Sonic movie. Any feedback or advice would be greatly appreciated!', with flair 'Video Critique'
+24621 [2020-03-07 02:10:47] There has been a new submission: 'NUT', with flair 'Gaming'
+24621 [2020-03-07 02:10:49] /u/simpslayer420 had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:13:19] There has been a new submission: 'REVISITING KRUNKER.IO! | Am I still good?', with flair 'Gaming'
+24621 [2020-03-07 02:13:20] /u/ChirichLIVE had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:32:18] '/u/Foggy_Creations' has given '/u/LucidFTV' lambda!
+24621 [2020-03-07 02:32:38] '/u/KyberQ' has given '/u/harru09' lambda!
+24621 [2020-03-07 02:32:38] The OP received lambda too!
+24621 [2020-03-07 02:33:11] There has been a new submission: 'New Video! Whatd you think?', with flair 'Video Critique'
+24621 [2020-03-07 02:33:13] /u/The_Elijah_YT had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:38:00] '/u/Foggy_Creations' has given '/u/LeftHandPuppet' lambda!
+24621 [2020-03-07 02:42:04] There has been a new submission: 'DYNAM1CZERO YOUTUBE CHANNEL', with flair 'None'
+24621 [2020-03-07 02:42:06] /u/Obsolete-broken had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:44:08] There has been a new submission: 'DYNAM1CZERO REACTION TO LIO RUSH - Craved For Blood', with flair 'None'
+24621 [2020-03-07 02:44:10] /u/Obsolete-broken had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:44:34] There has been a new submission: 'I’ve been making videos for a little bit now, and I’m wondering what are some quick things I could do to improve my videos? I’m thinking thumbnails, titles, etc. And advice would be much appreciated!', with flair 'None'
+24621 [2020-03-07 02:44:36] /u/GuitarDude3209 had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:49:37] There has been a new submission: 'If People On Dating Apps Were BRUTALLY Honest', with flair 'Video Critique'
+24621 [2020-03-07 02:50:31] There has been a new submission: 'Adult Konohamaru', with flair 'Gaming'
+24621 [2020-03-07 02:50:33] /u/AwayFromSnap_YT had their submission removed for insufficient lambda.
+24621 [2020-03-07 02:51:08] '/u/MafiasFinestTV' has given '/u/LinusStudios' lambda!
+24621 [2020-03-07 03:03:08] There has been a new submission: 'AOSC 2020 - Oran Park - (57 Laps) - (Ford Mustang Supercar) iRacing (S1 2020)', with flair 'Gaming'
+24621 [2020-03-07 03:03:10] /u/MV1Gaming had their submission removed for insufficient lambda.
+24621 [2020-03-07 03:10:34] There has been a new submission: 'Here is my most recent video. I benchmarked rainbow 6 siege on my new gaming pc I built. Please subscribe', with flair 'Gaming'
+24621 [2020-03-07 03:10:36] /u/roboticfiretruck had their submission removed for insufficient lambda.
+24621 [2020-03-07 03:17:16] There has been a new submission: '5 Steps to Success as DOOMFIST || I make satirical and sarcastic game videos in the form of updates and guides. A lot of the jokes I make have to deal with the inside knowledge/jokes of the community. Just started out so let me know what you think, any and all feedback is appreciated.', with flair 'Video Critique'
+24621 [2020-03-07 03:17:25] '/u/MafiasFinestTV' has given '/u/BlackThundaYT' lambda!
+24621 [2020-03-07 03:25:38] There has been a new submission: 'Is there anyway to entirely replace your voice with a bot, but one that sounds like a human?', with flair 'Discussion'
+24621 [2020-03-07 03:28:30] There has been a new submission: 'help', with flair 'Art'
+24621 [2020-03-07 03:28:31] /u/karlooo21 had their submission removed for insufficient lambda.
+24621 [2020-03-07 03:45:28] There has been a new submission: 'Common Ground! South Korea's Largest Shipping Container Mall.', with flair 'Vlog'
+24621 [2020-03-07 03:45:29] /u/RealJaleelW had their submission removed for insufficient lambda.
+24621 [2020-03-07 03:47:08] There has been a new submission: 'Did a Vlog of Common Ground!', with flair 'Vlog'
+24621 [2020-03-07 03:47:09] /u/RealJaleelW had their submission removed for insufficient lambda.
+24621 [2020-03-07 03:55:20] There has been a new submission: 'I have 0 subs can people come by and check me out', with flair 'Gaming'
+24621 [2020-03-07 03:55:21] /u/DextrgamingYT had their submission removed for insufficient lambda.
+24621 [2020-03-07 04:00:15] '/u/user9774' has given '/u/CopyingJax' lambda!
+24621 [2020-03-07 04:00:15] The OP received lambda too!
+24621 [2020-03-07 04:00:29] '/u/user9774' has given '/u/johnnydaggers' lambda!
+24621 [2020-03-07 04:01:11] '/u/user9774' has given '/u/shaunyoong' lambda!
+24759 [2020-03-07 04:01:53]
+####################
+[2020-03-07 04:01:53] RESTARTED
+####################
+
+24759 [2020-03-07 04:07:26] There has been a new submission: '***NEW FUNNY COWBOY VIDEO*** Looking for critique!', with flair 'Video Critique'
+24759 [2020-03-07 04:15:50] '/u/SuperMcGregs' has given '/u/FergHD' lambda!
+24759 [2020-03-07 04:21:45] There has been a new submission: 'Bank robbery in the middle of my security shift. Was a fun one and greatly appreciate any feedback!', with flair 'Gaming'
+24759 [2020-03-07 04:30:57] There has been a new submission: 'I want your evaluation', with flair 'Channel Review'
+24759 [2020-03-07 04:31:00] /u/joeshater had their submission removed for insufficient lambda.
+24759 [2020-03-07 04:32:29] There has been a new submission: 'I decided to add a bit of Comedy to this Video...did I do a decent job or did I miss the mark? Raycon E55 Fail | You Could Buy Better Wireless Earbuds in 2020 for Less', with flair 'Video Critique'
+24759 [2020-03-07 04:44:02] There has been a new submission: 'Spring 2020 Designer Clothing Haul', with flair 'Vlog'
+24759 [2020-03-07 04:44:04] /u/alexgedefitness had their submission removed for insufficient lambda.
+24759 [2020-03-07 05:03:30] There has been a new submission: '[Video Critique] In this video I reviewed the most recent patch for Skul: The Hero Slayer, and I would consider this to be my best video so far. What can I do to improve my future videos?', with flair 'Video Critique'
+24759 [2020-03-07 05:03:32] /u/FroigTTV had their submission removed for insufficient lambda.
+24759 [2020-03-07 05:09:30] There has been a new submission: 'The boy went on a sick one', with flair 'None'
+24759 [2020-03-07 05:09:31] /u/darknight8200 had their submission removed for insufficient lambda.
+24759 [2020-03-07 05:29:43] '/u/MegaBiteGames' has given '/u/Supeelok99' lambda!
+24759 [2020-03-07 05:43:58] '/u/KyberQ' has given '/u/ThiccAssClap' lambda!
+24759 [2020-03-07 05:45:41] There has been a new submission: 'Need channel criticism/feedback! (Not to harsh)🤪', with flair 'Channel Review'
+24759 [2020-03-07 05:48:39] There has been a new submission: 'Demi's New Song!!!!', with flair 'Vlog'
+24759 [2020-03-07 05:48:40] /u/memedaddyexe had their submission removed for insufficient lambda.
+25266 [2020-03-07 06:01:53]
+####################
+[2020-03-07 06:01:53] RESTARTED
+####################
+
+25266 [2020-03-07 06:09:23] '/u/Meagcherry' has given '/u/tcessory' lambda!
+25266 [2020-03-07 06:41:57] There has been a new submission: 'How to make a late play through of delta rune', with flair 'Gaming'
+25266 [2020-03-07 06:41:59] /u/themanvsworld had their submission removed for insufficient lambda.
+25266 [2020-03-07 06:48:13] There has been a new submission: 'Honest Opinions Welcome, just not rude.', with flair 'Video Critique'
+25266 [2020-03-07 06:48:14] /u/geekwithdev had their submission removed for insufficient lambda.
+25266 [2020-03-07 06:55:44] There has been a new submission: 'Give me constructive criticism on how I should improve', with flair 'Channel Review'
+25266 [2020-03-07 06:55:45] /u/realNeforus had their submission removed for insufficient lambda.
+25266 [2020-03-07 07:04:54] '/u/tcessory' has given '/u/GrumpyBottom_YT' lambda!
+25266 [2020-03-07 07:04:54] The OP received lambda too!
+25266 [2020-03-07 07:18:14] '/u/tcessory' has given '/u/Curtiscrafts' lambda!
+25266 [2020-03-07 07:22:50] There has been a new submission: 'New thumbnail style, new mic, new camera. There's some mono audio issue in beginning but it stopped. Next video won't have it. Have I finally kind of nailed my niche? Or nah? Sub if you're interested in this kind of thing.', with flair 'Video Critique'
+25266 [2020-03-07 07:27:14] '/u/KyberQ' has given '/u/MigookinTeecha' lambda!
+25266 [2020-03-07 07:51:37] '/u/qzeqYT' has given '/u/the_real_d247' lambda!
+25266 [2020-03-07 07:52:26] '/u/qzeqYT' has given '/u/gary-the-snail-lord' lambda!
+25266 [2020-03-07 07:53:20] '/u/qzeqYT' has given '/u/BlackThundaYT' lambda!
+25266 [2020-03-07 07:54:37] '/u/qzeqYT' has given '/u/ShikharTrivedi' lambda!
+25266 [2020-03-07 07:55:12] '/u/qzeqYT' has given '/u/MigookinTeecha' lambda!
+25266 [2020-03-07 07:55:43] There has been a new submission: 'Hey guys! Looking for any thoughts and feedback on my latest video.', with flair 'Video Critique'
+25266 [2020-03-07 07:55:45] /u/TheGoldCloak had their submission removed for insufficient lambda.
+25647 [2020-03-07 08:01:53]
+####################
+[2020-03-07 08:01:53] RESTARTED
+####################
+
+25647 [2020-03-07 08:21:01] There has been a new submission: 'Can you give me some tips on what i have to improve?', with flair 'Gaming'
+25647 [2020-03-07 08:21:03] /u/greenphant0m_yt had their submission removed for insufficient lambda.
+25647 [2020-03-07 08:21:23] There has been a new submission: 'A satire piece on YouTube guitar tutorials', with flair 'Video Critique'
+25647 [2020-03-07 08:21:25] /u/onemansquadron had their submission removed for insufficient lambda.
+25647 [2020-03-07 08:27:11] '/u/StealthyGamerGirl' has given '/u/NexusComplex' lambda!
+25647 [2020-03-07 08:28:04] '/u/KyberQ' has given '/u/74c0p4c0' lambda!
+25647 [2020-03-07 08:31:42] There has been a new submission: 'The Usual Nonsense in Far Cry 5 part 2 │ There are some audio issues since I was still tuning my new microphone. I've changed a lot of things based on the feedback I have gotten from this sub I hope you enjoy it!', with flair 'Gaming'
+25647 [2020-03-07 08:42:15] '/u/qzeqYT' has given '/u/mikalburr' lambda!
+25647 [2020-03-07 08:43:20] '/u/qzeqYT' has given '/u/Dharen29YT' lambda!
+25647 [2020-03-07 08:43:47] '/u/qzeqYT' has given '/u/greenphant0m_yt' lambda!
+25647 [2020-03-07 08:44:39] There has been a new submission: 'UPVOTE! I WILL SUPPORT BACK!', with flair 'Channel Review'
+25647 [2020-03-07 08:44:41] /u/zoetowne had their submission removed for insufficient lambda.
+25647 [2020-03-07 08:55:08] There has been a new submission: 'Lol my first Skit 😂 I love making people laugh! Speak your thoughts!', with flair 'Video Critique'
+25647 [2020-03-07 08:58:30] There has been a new submission: 'I'd like you to critique my latest video, thanks. c:', with flair 'Video Critique'
+25647 [2020-03-07 09:17:19] '/u/qzeqYT' has given '/u/JimmyTehF' lambda!
+25647 [2020-03-07 09:30:49] There has been a new submission: 'I Made This Sloppily At 3 A', with flair 'Art'
+25647 [2020-03-07 09:30:51] /u/NIGHTDEMON69 had their submission removed for insufficient lambda.
+25647 [2020-03-07 09:33:27] '/u/mikalburr' has given '/u/OneFor56' lambda!
+25647 [2020-03-07 09:33:27] The OP received lambda too!
+25647 [2020-03-07 09:39:03] There has been a new submission: 'Thicc TikTok Compilation', with flair 'Art'
+25647 [2020-03-07 09:39:04] /u/capulongjopoy had their submission removed for insufficient lambda.
+25647 [2020-03-07 09:51:08] There has been a new submission: 'Metal Gear Solid V: The Phantom Pain Final Sahelanthropus Amazing Boss Fight Like You Have Never Seen Before . Must See', with flair 'Gaming'
+25647 [2020-03-07 09:51:10] /u/SillKill had their submission removed for insufficient lambda.
+25647 [2020-03-07 09:56:27] '/u/Leon_is_a_Ghost' has given '/u/onemansquadron' lambda!
+25647 [2020-03-07 09:56:27] The OP received lambda too!
+25647 [2020-03-07 09:58:06] '/u/Leon_is_a_Ghost' has given '/u/Wanderlust61' lambda!
+25647 [2020-03-07 10:00:39] '/u/Leon_is_a_Ghost' has given '/u/OneFor56' lambda!
+25782 [2020-03-07 10:01:53]
+####################
+[2020-03-07 10:01:53] RESTARTED
+####################
+
+25782 [2020-03-07 10:02:24] '/u/ErbyTattoos' has given '/u/NexusComplex' lambda!
+25782 [2020-03-07 10:02:24] The OP received lambda too!
+25782 [2020-03-07 10:03:04] '/u/Leon_is_a_Ghost' has given '/u/DeafJordan' lambda!
+25782 [2020-03-07 10:36:39] '/u/mememasteruwu' has given '/u/TheJustindsd' lambda!
+25782 [2020-03-07 10:40:36] '/u/actuallyBIG' has given '/u/ErbyTattoos' lambda!
+25782 [2020-03-07 10:45:06] There has been a new submission: 'Audio recorder', with flair 'Discussion'
+25782 [2020-03-07 10:52:47] There has been a new submission: 'Made a video covering how a french YouTuber blocked his whole neighbourhoods water system with orbeez. Any criticism is highly appreciated!', with flair 'Video Critique'
+25782 [2020-03-07 10:54:46] '/u/theedale1' has given '/u/TheGoldCloak' lambda!
+25782 [2020-03-07 10:54:46] The OP received lambda too!
+25782 [2020-03-07 11:06:10] '/u/theedale1' has given '/u/Belarus12345' lambda!
+25782 [2020-03-07 11:08:29] There has been a new submission: '‘Drowned’ A short thriller film I made', with flair 'Video Critique'
+25782 [2020-03-07 11:08:30] /u/mediumloser had their submission removed for insufficient lambda.
+25782 [2020-03-07 11:08:34] There has been a new submission: 'First Person Shooter in Virtual Reality! I’ve mixed in some good old wholesome vines in the background! Please let me know your thoughts on how I can improve! Will give lambda for good feedback!', with flair 'Gaming'
+25782 [2020-03-07 11:11:44] '/u/theedale1' has given '/u/TDavy147' lambda!
+25782 [2020-03-07 11:20:27] '/u/74c0p4c0' has given '/u/TheGoldCloak' lambda!
+25782 [2020-03-07 11:20:27] The OP received lambda too!
+25782 [2020-03-07 11:43:32] '/u/terriblephotographs' has given '/u/LucidFTV' lambda!
+25782 [2020-03-07 11:43:44] '/u/terriblephotographs' has given '/u/Rocco339' lambda!
+25782 [2020-03-07 11:44:03] '/u/terriblephotographs' has given '/u/Rerro123' lambda!
+25782 [2020-03-07 11:46:18] '/u/terriblephotographs' has given '/u/mr_churs' lambda!
+25782 [2020-03-07 11:46:42] '/u/terriblephotographs' has given '/u/Allmodsarebitches' lambda!
+25782 [2020-03-07 11:47:11] '/u/terriblephotographs' has given '/u/MigookinTeecha' lambda!
+25782 [2020-03-07 11:48:41] '/u/terriblephotographs' has given '/u/ChoppedRamen' lambda!
+25922 [2020-03-07 12:01:53]
+####################
+[2020-03-07 12:01:53] RESTARTED
+####################
+
+25922 [2020-03-07 12:14:22] There has been a new submission: 'My recent video hope you like and check my other content i do montages mostly', with flair 'Gaming'
+25922 [2020-03-07 12:14:24] /u/Sinister_Blazmi had their submission removed for insufficient lambda.
+25922 [2020-03-07 12:17:33] '/u/Jischasing' has given '/u/MigookinTeecha' lambda!
+25922 [2020-03-07 12:18:25] '/u/Jischasing' has given '/u/Halloween_Scarecrow' lambda!
+25922 [2020-03-07 12:20:11] '/u/Jischasing' has given '/u/Curtiscrafts' lambda!
+25922 [2020-03-07 12:21:00] '/u/Jischasing' has given '/u/Sky-todd' lambda!
+25922 [2020-03-07 12:24:31] There has been a new submission: 'Language flag on the video? GIVE LAMBDA IF HELP', with flair 'Thumbnail Review'
+25922 [2020-03-07 12:42:20] '/u/Apple-of-the-earths' has given '/u/AlexTSG' lambda!
+25922 [2020-03-07 12:45:47] There has been a new submission: 'If you leave DON’T COME BACK!😱', with flair 'Vlog'
+25922 [2020-03-07 12:45:49] /u/YT_MarioGreat had their submission removed for insufficient lambda.
+25922 [2020-03-07 12:49:49] There has been a new submission: 'Latest video in the Resident Evil series from myself and my wife! Feedback on anything is appreciated! Thankful for all the feedback this sub has given over the past 2 months since we started!', with flair 'Video Critique'
+25922 [2020-03-07 12:55:32] There has been a new submission: '5 Minute Crafts MUST STOP!', with flair 'Discussion'
+25922 [2020-03-07 12:55:34] /u/Kvantez had their submission removed for using the wrong flair.
+25922 [2020-03-07 12:55:53] '/u/KangeonTV' has given '/u/Apple-of-the-earths' lambda!
+25922 [2020-03-07 12:55:53] The OP received lambda too!
+25922 [2020-03-07 12:56:12] '/u/KangeonTV' has given '/u/Wayne-R-T-S' lambda!
+25922 [2020-03-07 12:57:22] There has been a new submission: '5 Minute Crafts MUST STOP!', with flair 'Video Critique'
+25922 [2020-03-07 12:57:23] /u/Kvantez had their submission removed for insufficient lambda.
+25922 [2020-03-07 13:03:47] '/u/Nichemm' has given '/u/TheGoldCloak' lambda!
+25922 [2020-03-07 13:03:47] The OP received lambda too!
+25922 [2020-03-07 13:04:19] There has been a new submission: '5 Minute Crafts MUST STOP!', with flair 'Discussion'
+25922 [2020-03-07 13:04:21] /u/Kvantez had their submission removed for using the wrong flair.
+25922 [2020-03-07 13:09:33] There has been a new submission: 'I try to edit my gameplay so it looks like a cinematic story. Please any feedback is welcome', with flair 'Video Critique'
+25922 [2020-03-07 13:23:34] There has been a new submission: 'Allah Ne Apne Konse Do (2) Naam Hazoor (SAW) Ko Diye | Tariq Jameel Bayan', with flair 'Discussion'
+25922 [2020-03-07 13:23:36] /u/msufwan had their submission removed for using the wrong flair.
+25922 [2020-03-07 13:30:11] '/u/DeafJordan' has given '/u/TheGoldCloak' lambda!
+25922 [2020-03-07 13:30:12] The OP received lambda too!
+25922 [2020-03-07 13:36:31] There has been a new submission: 'A question regarding Niches.', with flair 'Discussion'
+25922 [2020-03-07 13:39:35] '/u/74c0p4c0' has given '/u/CompleteReason1' lambda!
+25922 [2020-03-07 13:41:21] '/u/74c0p4c0' has given '/u/maxjoness' lambda!
+25922 [2020-03-07 13:41:32] '/u/RockerGamez' has given '/u/maxjoness' lambda!
+25922 [2020-03-07 13:41:32] The OP received lambda too!
+25922 [2020-03-07 13:44:01] There has been a new submission: 'Birb Meme I created over a year ago.', with flair 'Art'
+25922 [2020-03-07 13:44:03] /u/starmanstriker had their submission removed for insufficient lambda.
+25922 [2020-03-07 13:45:12] There has been a new submission: 'I know it's fortnite... but please just give feedback on my editing style and what I need to improve with it! Thank you :D (Will give lambda)', with flair 'Channel Review'
+25922 [2020-03-07 13:59:53] '/u/maxjoness' has given '/u/Wayne-R-T-S' lambda!
+25922 [2020-03-07 13:59:53] The OP received lambda too!
+26057 [2020-03-07 14:01:53]
+####################
+[2020-03-07 14:01:53] RESTARTED
+####################
+
+26057 [2020-03-07 14:02:52] There has been a new submission: 'Joined YouTube 5 days ago after years of consideration. Resident Evil 7 ep.6 gameplay. All feedback is appreciated. Thank you all.', with flair 'Gaming'
+26057 [2020-03-07 14:05:18] '/u/Hamlet_71' has given '/u/GrumpyBottom_YT' lambda!
+26057 [2020-03-07 14:05:18] The OP received lambda too!
+26057 [2020-03-07 14:11:34] '/u/Hamlet_71' has given '/u/spector111' lambda!
+26057 [2020-03-07 14:16:14] '/u/Nichemm' has given '/u/maxjoness' lambda!
+26057 [2020-03-07 14:17:45] There has been a new submission: 'MLB the Show Cuban Team build please check it out would appreciate it', with flair 'Gaming'
+26057 [2020-03-07 14:17:46] /u/MatthewLopezOnYT had their submission removed for insufficient lambda.
+26057 [2020-03-07 14:22:23] '/u/MafiasFinestTV' has given '/u/Mediumjack1' lambda!
+26057 [2020-03-07 14:25:14] '/u/MafiasFinestTV' has given '/u/William_T_Alexander' lambda!
+26057 [2020-03-07 14:29:40] '/u/Leon_is_a_Ghost' has given '/u/StealthyGamerGirl' lambda!
+26057 [2020-03-07 14:32:16] '/u/Wayne-R-T-S' has given '/u/ralech' lambda!
+26057 [2020-03-07 14:32:16] The OP received lambda too!
+26057 [2020-03-07 14:35:00] There has been a new submission: 'I am trying a new format for a list of new upcoming and released Indie games. I would love to get feedback on editing, sound, voice, and how much I was able to keep your attention with different tricks.', with flair 'Video Critique'
+26057 [2020-03-07 14:39:53] There has been a new submission: 'Is the thumbnail and title good? Do I have a memorable personality or am I dry? Do you think people would wanna come back and watch this type of content? Was this overall entertaining or were some parts boring? Do I need one or two more people to make it more interesting? Should I continue?', with flair 'Video Critique'
+26057 [2020-03-07 14:40:36] '/u/Nichemm' has given '/u/bumblebeetunafishpie' lambda!
+26057 [2020-03-07 14:57:39] There has been a new submission: 'Video about my friend Jesse. We love Jesse. Everyone loves Jesse. You can’t run forever, Jesse', with flair 'Video Critique'
+26057 [2020-03-07 15:00:58] '/u/Curtiscrafts' has given '/u/OneFor56' lambda!
+26057 [2020-03-07 15:00:58] The OP received lambda too!
+26057 [2020-03-07 15:01:35] '/u/terriblephotographs' has given '/u/8inchwonder69' lambda!
+26057 [2020-03-07 15:02:43] '/u/Foggy_Creations' has given '/u/BananaMilkeu' lambda!
+26057 [2020-03-07 15:03:07] '/u/Curtiscrafts' has given '/u/TheGoldCloak' lambda!
+26057 [2020-03-07 15:04:06] There has been a new submission: 'Resident Evil 2 Original (1998) (Leon A) Let's Play Episode/Part 2 Gameplay Walkthrough Blind', with flair 'None'
+26057 [2020-03-07 15:04:08] /u/loopy2mn had their submission removed for insufficient lambda.
+26057 [2020-03-07 15:04:34] '/u/Curtiscrafts' has given '/u/knipknap' lambda!
+26057 [2020-03-07 15:04:46] '/u/_NGaming_' has given '/u/youfromthe_future' lambda!
+26057 [2020-03-07 15:05:16] '/u/_NGaming_' has given '/u/whataboi_rd' lambda!
+26057 [2020-03-07 15:05:33] There has been a new submission: 'GUESS THE KPOP SONG - I AM TRULY BAD AT THIS GAME - Feedback please?', with flair 'Video Critique'
+26057 [2020-03-07 15:05:52] '/u/Nichemm' has given '/u/Allmodsarebitches' lambda!
+26057 [2020-03-07 15:06:54] '/u/_NGaming_' has given '/u/PonjiNinja' lambda!
+26057 [2020-03-07 15:16:15] '/u/daredevil005' has given '/u/AparentApathy' lambda!
+26057 [2020-03-07 15:16:15] The OP received lambda too!
+26057 [2020-03-07 15:18:02] There has been a new submission: 'Small youtuber who is looking for constructive criticism and to possibly network.', with flair 'Channel Review'
+26057 [2020-03-07 15:18:03] /u/nipcak3s had their submission removed for insufficient lambda.
+26057 [2020-03-07 15:21:46] '/u/DoctorZilch' has given '/u/YourHomieJeff' lambda!
+26057 [2020-03-07 15:21:46] The OP received lambda too!
+26057 [2020-03-07 15:24:14] There has been a new submission: 'Small YouTuber Competition??', with flair 'None'
+26057 [2020-03-07 15:24:15] /u/joshwalker55 had their submission removed for insufficient lambda.
+26057 [2020-03-07 15:25:38] There has been a new submission: 'How’s my music video, idea and song ??? 😄😄', with flair 'Art'
+26057 [2020-03-07 15:25:39] /u/Ahmad-Anonimis had their submission removed for insufficient lambda.
+26057 [2020-03-07 15:28:33] There has been a new submission: 'I made working Minecraft transforming sword from cardboard!', with flair 'Art'
+26057 [2020-03-07 15:28:34] /u/fuzzyhatdiy had their submission removed for insufficient lambda.
+26057 [2020-03-07 15:37:30] There has been a new submission: 'Small YouTuber Competition??', with flair 'Discussion'
+26057 [2020-03-07 15:40:35] '/u/Nichemm' has given '/u/Rolypoly_Cats' lambda!
+26057 [2020-03-07 15:43:51] There has been a new submission: 'Why Am I Not Losing Weight?', with flair 'None'
+26057 [2020-03-07 15:43:53] /u/xxdanteredgrave60xx had their submission removed for insufficient lambda.
+26057 [2020-03-07 15:46:59] There has been a new submission: 'It's Finally Here: Should You Advertise your Channel on P*rnhub? [Results]', with flair 'Video Critique'
+26057 [2020-03-07 15:53:00] There has been a new submission: 'How much watchtime can we get from a monkey?', with flair 'Meta'
+26057 [2020-03-07 15:53:02] /u/Wanderlust61 had their submission removed for using the wrong flair.
+26057 [2020-03-07 15:53:14] There has been a new submission: 'I fly Southwest a lot so I thought making a video about them would be helpful. Let me know any critiques you have! I'd like to continue to improve.', with flair 'Video Critique'
+26057 [2020-03-07 15:56:01] There has been a new submission: 'I have a series of videos on hex maps in Unity. Every now and then I can see in my analytics that 3 or 4 of them have just been watched in order, in full, and it kind of feels great to know someone liked them enough to watch 3 or 4 in a row. What gave you a "mini rush" lately?', with flair 'Discussion'
+26192 [2020-03-07 16:01:54]
+####################
+[2020-03-07 16:01:54] RESTARTED
+####################
+
+26192 [2020-03-07 16:04:38] '/u/Nichemm' has given '/u/bigsec' lambda!
+26192 [2020-03-07 16:04:49] '/u/maxjoness' has given '/u/notanironmanbtw' lambda!
+26192 [2020-03-07 16:10:52] '/u/BananaMilkeu' has given '/u/El_Penguino_' lambda!
+26192 [2020-03-07 16:10:52] The OP received lambda too!
+26192 [2020-03-07 16:15:27] There has been a new submission: 'Here’s my latest uploaded video, any feedback or criticisms are highly appreciated. Thanks in advance.', with flair 'None'
+26192 [2020-03-07 16:17:19] There has been a new submission: 'Hey can you check out this video please. Any feedback would be helpful', with flair 'Video Critique'
+26192 [2020-03-07 16:23:23] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 16 - Under Herzogs Control (GR Breakpoint)', with flair 'Gaming'
+26192 [2020-03-07 16:23:25] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+26192 [2020-03-07 16:26:24] '/u/CopperPanMan' has given '/u/El_Kronk' lambda!
+26192 [2020-03-07 16:26:24] The OP received lambda too!
+26192 [2020-03-07 16:28:29] '/u/CopperPanMan' has given '/u/qzeqYT' lambda!
+26192 [2020-03-07 16:29:07] There has been a new submission: 'I Challenged My Wife To a Slang Word Challenge! New to YouTube would love some feed back!', with flair 'Video Critique'
+26192 [2020-03-07 16:33:34] '/u/CopperPanMan' has given '/u/TheJustindsd' lambda!
+26192 [2020-03-07 16:34:41] '/u/Nichemm' has given '/u/yourwebdevguy' lambda!
+26192 [2020-03-07 16:40:38] '/u/BananaMilkeu' has given '/u/Pootoori' lambda!
+26192 [2020-03-07 16:41:54] '/u/Nichemm' has given '/u/Pootoori' lambda!
+26192 [2020-03-07 16:53:30] '/u/Wayne-R-T-S' has given '/u/Pootoori' lambda!
+26192 [2020-03-07 16:56:13] There has been a new submission: 'i make films , this is my channel trailer / cinematography reel ( i'd love to hear feedback from everyone )', with flair 'Art'
+26192 [2020-03-07 16:56:14] /u/Klemensas_K had their submission removed for insufficient lambda.
+26192 [2020-03-07 16:59:51] There has been a new submission: 'How to Make Easy Christmas Ornaments DIY using Paper Flowers from the Dollar Store', with flair 'Thumbnail Review'
+26192 [2020-03-07 16:59:52] /u/mike-nat had their submission removed for insufficient lambda.
+26192 [2020-03-07 17:02:58] '/u/RockerGamez' has given '/u/notanironmanbtw' lambda!
+26192 [2020-03-07 17:12:28] There has been a new submission: 'pixelmon :)', with flair 'Gaming'
+26192 [2020-03-07 17:12:30] /u/ElveFailed had their submission removed for insufficient lambda.
+26192 [2020-03-07 17:14:06] There has been a new submission: 'My latest video! What do you guys think? I'm thinking, perhaps instead of using custom thumbnails, use an image from the videos themselves?', with flair 'Video Critique'
+26192 [2020-03-07 17:17:04] There has been a new submission: 'When a gamer gets Coronavirus', with flair 'Gaming'
+26192 [2020-03-07 17:17:06] /u/Nexx4u had their submission removed for insufficient lambda.
+26192 [2020-03-07 17:19:02] There has been a new submission: 'I love making edits for things! I curious how you like this style of edit/ how should I improve?', with flair 'Video Critique'
+26192 [2020-03-07 17:25:29] There has been a new submission: 'Mini-vlog of a pop-up cafe!', with flair 'Vlog'
+26192 [2020-03-07 17:25:30] /u/shoujoglitter had their submission removed for insufficient lambda.
+26192 [2020-03-07 17:28:26] '/u/humz_whu' has given '/u/Wayne-R-T-S' lambda!
+26192 [2020-03-07 17:28:26] The OP received lambda too!
+26192 [2020-03-07 17:30:50] '/u/Bluehat1416' has given '/u/CompleteReason1' lambda!
+26192 [2020-03-07 17:30:50] The OP received lambda too!
+26192 [2020-03-07 17:37:27] There has been a new submission: 'Is the virus that bad?', with flair 'None'
+26192 [2020-03-07 17:37:28] /u/Union_Jack1 had their submission removed for insufficient lambda.
+26192 [2020-03-07 17:39:47] '/u/CopyingJax' has given '/u/StuperStar03' lambda!
+26192 [2020-03-07 17:39:48] The OP received lambda too!
+26192 [2020-03-07 17:41:12] '/u/CopyingJax' has given '/u/SlyGuyChris' lambda!
+26192 [2020-03-07 17:41:35] There has been a new submission: 'Experiences with videopad?', with flair 'Discussion'
+26192 [2020-03-07 17:43:00] '/u/CopyingJax' has given '/u/CompleteReason1' lambda!
+26192 [2020-03-07 17:47:08] '/u/Meagcherry' has given '/u/MigookinTeecha' lambda!
+26192 [2020-03-07 17:48:01] There has been a new submission: 'Stories Untold [Part 1] - The House Abandon', with flair 'Video Critique'
+26192 [2020-03-07 17:48:03] /u/TrillGil23 had their submission removed for insufficient lambda.
+26192 [2020-03-07 17:50:16] '/u/Nichemm' has given '/u/jjconner23' lambda!
+26192 [2020-03-07 17:50:30] '/u/Meagcherry' has given '/u/GamingGreyhound' lambda!
+26192 [2020-03-07 17:50:43] '/u/Nichemm' has given '/u/azurestrikergamer' lambda!
+26192 [2020-03-07 17:51:11] '/u/Nichemm' has given '/u/iamtinos' lambda!
+26192 [2020-03-07 17:52:31] '/u/Meagcherry' has given '/u/Supeelok99' lambda!
+26192 [2020-03-07 17:53:40] '/u/Meagcherry' has given '/u/CompleteReason1' lambda!
+26192 [2020-03-07 17:55:16] '/u/cjf5414' has given '/u/TheGoldCloak' lambda!
+26192 [2020-03-07 17:55:16] The OP received lambda too!
+26192 [2020-03-07 17:55:29] There has been a new submission: 'AHOY ME LADS!!! (Free Steam Saturday) The Pirate Caribbean Hunt', with flair 'Gaming'
+26192 [2020-03-07 17:55:31] /u/ManitouGamingYT had their submission removed for insufficient lambda.
+26192 [2020-03-07 18:00:48] There has been a new submission: 'What's your opinion on my video set up? I tried to get both the gameplay and the web came footage on screen at the same time for the majority of the video and i'm not sure what to think of it lol. Also just in general is the video entertaining to you?', with flair 'Video Critique'
+26414 [2020-03-07 18:01:53]
+####################
+[2020-03-07 18:01:53] RESTARTED
+####################
+
+26414 [2020-03-07 18:03:32] There has been a new submission: 'Last week was an off week but believe this is the quality we are known for having, would love feedback on the video!', with flair 'Video Critique'
+26414 [2020-03-07 18:05:07] There has been a new submission: 'CALL OF DUTY MOBILE *NEW* CAGE MAP GAMEPLAY', with flair 'Gaming'
+26414 [2020-03-07 18:05:09] /u/Gaming_C had their submission removed for insufficient lambda.
+26414 [2020-03-07 18:08:48] There has been a new submission: 'Hey, there I'm doing Apex Legends meme videos. here is my latest MIRAGE.EXE / let me know what you think about my editing, constructive criticism is highly welcome', with flair 'Gaming'
+26414 [2020-03-07 18:08:49] /u/XiTrOnE123 had their submission removed for insufficient lambda.
+26414 [2020-03-07 18:09:01] '/u/leo-the-cow' has given '/u/mediumloser' lambda!
+26414 [2020-03-07 18:10:32] There has been a new submission: 'I host live streams for channel reviews! What do you think of the overall quality and the value?!', with flair 'Video Critique'
+26414 [2020-03-07 18:18:54] There has been a new submission: 'Modern Warfare Secret Weapons - Part 1: This is my first video on YouTube and I would appreciate any feedback. I plan on making simple informative Call of Duty Videos', with flair 'Video Critique'
+26414 [2020-03-07 18:18:55] /u/MuckinAround145 had their submission removed for insufficient lambda.
+26414 [2020-03-07 18:22:41] '/u/CompleteReason1' has given '/u/Sojer_96' lambda!
+26414 [2020-03-07 18:22:41] The OP received lambda too!
+26414 [2020-03-07 18:26:56] There has been a new submission: 'Hey guys, would appreciate any kinds of feedback. Thank you very much.', with flair 'Video Critique'
+26414 [2020-03-07 18:28:47] There has been a new submission: 'Yet another funny video from my smithy. It supposed to be short, dynamic and with kinda "meme commentary". I'm such an unknown guy on youtube, don't have any real audience so I would be so much graceful for any kind of a feedback. I wish you have fun watching this!', with flair 'Video Critique'
+26414 [2020-03-07 18:33:46] There has been a new submission: 'Hey peoples, Im trying something new with Halo gameplay, can anybody give me tips to improve my content?', with flair 'Video Critique'
+26414 [2020-03-07 18:33:48] /u/EmoKnight_ had their submission removed for insufficient lambda.
+26414 [2020-03-07 18:35:25] There has been a new submission: 'A new beginning. (Tips will be appreciated)', with flair 'Vlog'
+26414 [2020-03-07 18:38:56] There has been a new submission: 'Elimination Chamber Predictions 2K20', with flair 'Gaming'
+26414 [2020-03-07 18:38:56] /u/GDGgrumps had their submission removed for insufficient lambda.
+26414 [2020-03-07 18:41:00] '/u/Wayne-R-T-S' has given '/u/ErbyTattoos' lambda!
+26414 [2020-03-07 18:41:22] '/u/Bluehat1416' has given '/u/ManitouGamingYT' lambda!
+26414 [2020-03-07 18:41:56] There has been a new submission: 'You Are Living in a Photograph! | Super 8 Memories', with flair 'Video Critique'
+26414 [2020-03-07 18:54:06] There has been a new submission: 'We have a Content Creator Exclusive Minecraft Server called Echocraft! I really want feedback on anything you can find. ANYTHING!!! Please be critical and let me know how I can improve and what you'd like to see!', with flair 'Video Critique'
+26414 [2020-03-07 18:55:58] There has been a new submission: 'Camelback Indoor Waterpark Aquatopia - Flowrider', with flair 'Vlog'
+26414 [2020-03-07 18:55:59] /u/LiyanasWorld had their submission removed for insufficient lambda.
+26414 [2020-03-07 18:57:22] There has been a new submission: 'What should I do to make this a better Short Film?', with flair 'Video Critique'
+26414 [2020-03-07 19:07:11] There has been a new submission: 'Heaviest Mighty Morphin Power Rangers Theme Ever', with flair 'Video Critique'
+26414 [2020-03-07 19:12:57] '/u/DeafJordan' has given '/u/ErbyTattoos' lambda!
+26414 [2020-03-07 19:23:32] There has been a new submission: 'Leaving the matrix - team LAB Borderless- World's first digital museum - Tokyo Japan', with flair 'Video Critique'
+26414 [2020-03-07 19:27:32] '/u/cjf5414' has given '/u/johnnydaggers' lambda!
+26414 [2020-03-07 19:28:06] '/u/BLURRfacetv' has given '/u/LucidFTV' lambda!
+26414 [2020-03-07 19:28:06] The OP received lambda too!
+26414 [2020-03-07 19:40:45] There has been a new submission: 'Our Minecraft Skyblock server got very violent...', with flair 'Gaming'
+26414 [2020-03-07 19:40:47] /u/FineManYT had their submission removed for insufficient lambda.
+26414 [2020-03-07 19:41:01] '/u/Electric_Mauser' has given '/u/LucidFTV' lambda!
+26414 [2020-03-07 19:41:15] '/u/Electric_Mauser' has given '/u/AlexTSG' lambda!
+26414 [2020-03-07 19:41:29] '/u/Electric_Mauser' has given '/u/Ahmad-Anonimis' lambda!
+26414 [2020-03-07 19:41:49] '/u/Electric_Mauser' has given '/u/humz_whu' lambda!
+26414 [2020-03-07 19:50:53] There has been a new submission: 'Because I’m Canadian and have access to more coverage I started up my YouTube channel again to cover Psychedelic stocks. How can I get cleaner Audio and what are the best times to post for users? Thanks in advance', with flair 'Channel Review'
+26414 [2020-03-07 19:50:56] /u/BrydenMcLeodVan had their submission removed for insufficient lambda.
+26414 [2020-03-07 19:51:13] There has been a new submission: 'I just got a ring light so my lighting's better now, but still needs work. I'm truly trying to better my content so any tips and feedback is greatly appreciated! I hope you have a fun and safe weekend. 😎💯', with flair 'Video Critique'
+26414 [2020-03-07 19:56:00] '/u/popularvote_yt' has given '/u/NexusComplex' lambda!
+26414 [2020-03-07 19:56:47] '/u/popularvote_yt' has given '/u/humz_whu' lambda!
+26414 [2020-03-07 19:57:35] There has been a new submission: 'Looking for critique on my latest video! How can I improve my story telling?', with flair 'Video Critique'
+26573 [2020-03-07 20:01:54]
+####################
+[2020-03-07 20:01:54] RESTARTED
+####################
+
+26573 [2020-03-07 20:03:58] '/u/MafiasFinestTV' has given '/u/CopyingJax' lambda!
+26573 [2020-03-07 20:03:58] The OP received lambda too!
+26573 [2020-03-07 20:05:27] '/u/TheGoldCloak' has given '/u/Maverickc7' lambda!
+26573 [2020-03-07 20:05:27] The OP received lambda too!
+26573 [2020-03-07 20:08:47] There has been a new submission: 'Does changing the main topic of your channel confuse the algorithm?', with flair 'Discussion'
+26573 [2020-03-07 20:10:48] '/u/MafiasFinestTV' has given '/u/aLeakyAbstraction' lambda!
+26573 [2020-03-07 20:10:58] There has been a new submission: '“Why I Love Driving for Domino’s (Part 2/2)” - Part 1 is “Why I Hate Driving for Domino’s” (different stores and cities” link for both in comments', with flair 'Discussion'
+26573 [2020-03-07 20:11:00] /u/CestLaVie1989 had their submission removed for using the wrong flair.
+26573 [2020-03-07 20:11:38] '/u/MafiasFinestTV' has given '/u/iamtinos' lambda!
+26573 [2020-03-07 20:14:10] There has been a new submission: 'I made an old school Cod montage. They were the days', with flair 'Gaming'
+26573 [2020-03-07 20:14:12] /u/rainandl had their submission removed for insufficient lambda.
+26573 [2020-03-07 20:15:12] There has been a new submission: '“Why I Love Driving for Dominos (Part 1/2)” Part 1/2 is “Why I Hate Driving for Dominos” (different stores/different cities) - links for both in comments - Videos by: Weirdbutneat', with flair 'None'
+26573 [2020-03-07 20:15:14] /u/CestLaVie1989 had their submission removed for insufficient lambda.
+26573 [2020-03-07 20:17:59] There has been a new submission: 'Hey guys! I hope everyone is doing good.Just wanted to pop by and share my latest video that I've done with my gf. It is a comedy skit showing the different types of women. If any women in here, would like to get their opinion, if not boys can comment as well! Thank you for the support!', with flair 'Video Critique'
+26573 [2020-03-07 20:19:52] '/u/Goatsause' has given '/u/FanN6' lambda!
+26573 [2020-03-07 20:19:52] The OP received lambda too!
+26573 [2020-03-07 20:21:03] '/u/CopperPanMan' has given '/u/BLURRfacetv' lambda!
+26573 [2020-03-07 20:22:28] There has been a new submission: 'I made a video on the start of the horror game Visage. compared to my other previous videos i couldn't do my usual edits but i think it still came out ok. please give feedback this is gonna be my first full playthrough of a game on my channel. Will Give Lambda!!!', with flair 'Gaming'
+26573 [2020-03-07 20:29:07] There has been a new submission: 'My new youtube channel', with flair 'Channel Review'
+26573 [2020-03-07 20:29:13] '/u/RockLover37' has given '/u/GideonGriebenow' lambda!
+26573 [2020-03-07 20:29:13] The OP received lambda too!
+26573 [2020-03-07 20:30:49] '/u/RockLover37' has given '/u/FanN6' lambda!
+26573 [2020-03-07 20:37:36] '/u/maxjoness' has given '/u/onemansquadron' lambda!
+26573 [2020-03-07 20:40:14] There has been a new submission: 'Most Gold producing Countries', with flair 'Vlog'
+26573 [2020-03-07 20:40:17] /u/W1ncent had their submission removed for insufficient lambda.
+26573 [2020-03-07 20:48:44] '/u/iamtinos' has given '/u/TheGoldCloak' lambda!
+26573 [2020-03-07 20:48:44] The OP received lambda too!
+26573 [2020-03-07 20:49:52] '/u/elischeer' has given '/u/FanN6' lambda!
+26573 [2020-03-07 20:49:53] The OP received lambda too!
+26573 [2020-03-07 20:50:55] There has been a new submission: 'Can Crush Outtakes!! You’re not laughing at us; you’re laughing with us!🤣', with flair 'Vlog'
+26573 [2020-03-07 20:50:57] /u/Spiritual_Educator had their submission removed for insufficient lambda.
+26573 [2020-03-07 20:51:09] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda!
+26573 [2020-03-07 20:52:38] There has been a new submission: 'Lambda for decent feedback. Once in a while I throw in something different, although most of my videos are technical tutorials / math / nerdy stuff. I've created a travel slideshow, music background. I'm not into heavy editing, so I went for easy transitions, trying to focus on meaningful panning.', with flair 'Video Critique'
+26573 [2020-03-07 20:52:49] There has been a new submission: 'RICKEY HENDERSON SPEED DEMON', with flair 'Discussion'
+26573 [2020-03-07 20:52:51] /u/levijohnson406 had their submission removed for using the wrong flair.
+26573 [2020-03-07 20:58:27] '/u/LucidFTV' has given '/u/FanN6' lambda!
+26573 [2020-03-07 20:58:27] The OP received lambda too!
+26573 [2020-03-07 21:09:55] '/u/CopperPanMan' has given '/u/Meagcherry' lambda!
+26573 [2020-03-07 21:11:09] '/u/CopperPanMan' has given '/u/iamtinos' lambda!
+26573 [2020-03-07 21:12:35] '/u/KyberQ' has given '/u/Maverickc7' lambda!
+26573 [2020-03-07 21:21:24] '/u/Wayne-R-T-S' has given '/u/Vtiger1on1' lambda!
+26573 [2020-03-07 21:24:06] '/u/CopperPanMan' has given '/u/StuperStar03' lambda!
+26573 [2020-03-07 21:24:23] There has been a new submission: 'r/iamverybadass - The Best Posts #1', with flair 'Video Critique'
+26573 [2020-03-07 21:24:26] /u/TheWrongSudoku had their submission removed for insufficient lambda.
+26573 [2020-03-07 21:44:38] '/u/Bluehat1416' has given '/u/Vtiger1on1' lambda!
+26573 [2020-03-07 21:45:05] '/u/Goatsause' has given '/u/Adventuroussoul18' lambda!
+26573 [2020-03-07 21:56:28] '/u/FergHD' has given '/u/FanN6' lambda!
+26573 [2020-03-07 21:56:28] The OP received lambda too!
+26573 [2020-03-07 21:56:38] '/u/MafiasFinestTV' has given '/u/aggravated_vlogger' lambda!
+26573 [2020-03-07 21:57:55] '/u/TheGoldCloak' has given '/u/Adventuroussoul18' lambda!
+26573 [2020-03-07 21:59:34] '/u/Meagcherry' has given '/u/Maverickc7' lambda!
+26573 [2020-03-07 21:59:47] There has been a new submission: 'A few days ago I reached to this channel for a video critique on my video about visiting my dad’s childhood home for the first time since my grandparents passed 6 years ago. Here is that video. Hope you enjoy', with flair 'Vlog'
+26708 [2020-03-07 22:01:54]
+####################
+[2020-03-07 22:01:54] RESTARTED
+####################
+
+26708 [2020-03-07 22:04:02] There has been a new submission: 'Extend the 30 days Trial period of Adobe Photoshop in just 2 Minutes', with flair 'None'
+26708 [2020-03-07 22:04:04] /u/PubgHurrican had their submission removed for insufficient lambda.
+26708 [2020-03-07 22:05:18] '/u/whataboi_rd' has given '/u/OG_Dan' lambda!
+26708 [2020-03-07 22:05:18] The OP received lambda too!
+26708 [2020-03-07 22:05:49] '/u/whataboi_rd' has given '/u/andyhanlon' lambda!
+26708 [2020-03-07 22:13:35] '/u/FergHD' has given '/u/Adventuroussoul18' lambda!
+26708 [2020-03-07 22:18:58] '/u/George_Doors' has given '/u/TheGoldCloak' lambda!
+26708 [2020-03-07 22:18:58] The OP received lambda too!
+26708 [2020-03-07 22:21:01] '/u/George_Doors' has given '/u/kingofkonfiguration' lambda!
+26708 [2020-03-07 22:21:24] There has been a new submission: 'I made a sarcastic and satirical guide for an Apex Legends character. What do you think of the editing, humor, and overall quality of the video? Lambda for good feedback.', with flair 'Gaming'
+26708 [2020-03-07 22:21:51] '/u/George_Doors' has given '/u/onemansquadron' lambda!
+26708 [2020-03-07 22:23:17] There has been a new submission: 'How Taika Waititi Wrote Jojo Rabbit | Video Essay', with flair 'Video Critique'
+26708 [2020-03-07 22:23:19] /u/whisperinglogic had their submission removed for insufficient lambda.
+26708 [2020-03-07 22:24:27] There has been a new submission: 'Hi guys hope your weekend goes well. Im starting to do short video reviews (in spanish) about indie games. Im open to listen feedback, criticisms, suggestions to make better things :) thanks in advance', with flair 'Channel Review'
+26708 [2020-03-07 22:24:29] /u/CatoBaragato had their submission removed for insufficient lambda.
+26708 [2020-03-07 22:25:04] There has been a new submission: 'A satire piece on YouTube guitar tutorials', with flair 'Video Critique'
+26708 [2020-03-07 22:32:21] There has been a new submission: 'This is my recent reaction video on YouTube. I do react to music, funny videos, and other things but just mostly music. Any feedback and criticism for my channel will be greatly appreciated.', with flair 'Channel Review'
+26708 [2020-03-07 22:32:23] /u/thakidzee555 had their submission removed for insufficient lambda.
+26708 [2020-03-07 22:53:12] There has been a new submission: 'When should you advertise videos on this sub', with flair 'Discussion'
+26708 [2020-03-07 22:54:11] '/u/GlenMoffie' has given '/u/ErbyTattoos' lambda!
+26708 [2020-03-07 23:04:55] There has been a new submission: 'Top Tech Stocks From 2010 To 2020 [Bar Chart Race]', with flair 'Discussion'
+26708 [2020-03-07 23:04:57] /u/WorldDataResearch had their submission removed for using the wrong flair.
+26708 [2020-03-07 23:15:59] There has been a new submission: 'Javascript higher order functions tutorial', with flair 'Discussion'
+26708 [2020-03-07 23:16:01] /u/Aisosaray had their submission removed for using the wrong flair.
+26708 [2020-03-07 23:22:20] There has been a new submission: 'Web Development or Game Development', with flair 'Video Critique'
+26708 [2020-03-07 23:22:22] /u/Aisosaray had their submission removed for insufficient lambda.
+26708 [2020-03-07 23:22:51] There has been a new submission: 'I just reached 100 subscribers the other day and i wanted to make a video talking about it. I am really grateful for this and the journey getting here was fun!!!', with flair 'Gaming'
+26708 [2020-03-07 23:22:53] /u/AM1SHER had their submission removed for insufficient lambda.
+26708 [2020-03-07 23:30:13] There has been a new submission: 'Is a drop in retention at the start normal?', with flair 'Meta'
+26708 [2020-03-07 23:32:16] There has been a new submission: 'Suggestions to improve my intro?', with flair 'Video Critique'
+26708 [2020-03-07 23:32:18] /u/CarKid5508 had their submission removed for insufficient lambda.
+26708 [2020-03-07 23:33:51] '/u/RockLover37' has given '/u/Vtiger1on1' lambda!
+26708 [2020-03-07 23:36:43] There has been a new submission: 'I JUST GOT MY SIRI PREGNANT', with flair 'Gaming'
+26708 [2020-03-07 23:36:44] /u/simpslayer420 had their submission removed for insufficient lambda.
+26708 [2020-03-07 23:40:22] '/u/LeinadArevet' has given '/u/GrumpyBottom_YT' lambda!
+26708 [2020-03-07 23:40:22] The OP received lambda too!
+26708 [2020-03-07 23:42:09] '/u/LeinadArevet' has given '/u/tcessory' lambda!
+26708 [2020-03-07 23:44:21] There has been a new submission: 'Video idea that could go viral. Take the idea and use it.', with flair 'Meta'
+26708 [2020-03-07 23:44:52] There has been a new submission: 'cool terraria video i made, check it out if you want', with flair 'Gaming'
+26708 [2020-03-07 23:45:57] There has been a new submission: 'SHOOTING FOR INSTAGRAM | INSTAGRAM MODELS SHOOT | HOW I SHOOT FOR IG', with flair 'Vlog'
+26708 [2020-03-07 23:45:59] /u/iamdestinymonique had their submission removed for insufficient lambda.
+26708 [2020-03-07 23:48:13] '/u/CopperPanMan' has given '/u/Not_A-Aron' lambda!
+26708 [2020-03-07 23:50:03] There has been a new submission: 'I would love to get some feedback and tips to help improve my channel after not posting for a while.', with flair 'Channel Review'
+26708 [2020-03-07 23:50:05] /u/jigyweirdo had their submission removed for insufficient lambda.
+26708 [2020-03-07 23:52:14] '/u/CopperPanMan' has given '/u/whataboi_rd' lambda!
+26708 [2020-03-07 23:53:04] There has been a new submission: 'Small fortnite youtuber ~ subscribe', with flair 'None'
+26708 [2020-03-07 23:53:06] /u/ItsKelzYT had their submission removed for insufficient lambda.
+26708 [2020-03-08 00:00:18] There has been a new submission: '5 Tips To Add More Adventure To Your Life - Family Hack! I’m adding a little bit of help to my Adventure channel, what do you think?', with flair 'Video Critique'
+26902 [2020-03-08 00:01:54]
+####################
+[2020-03-08 00:01:54] RESTARTED
+####################
+
+1350 [2020-03-08 00:05:17] Updated statistics
+26902 [2020-03-08 00:06:25] '/u/onemansquadron' has given '/u/TheBubbleE1' lambda!
+26902 [2020-03-08 00:06:26] The OP received lambda too!
+26902 [2020-03-08 00:18:38] '/u/Azziiii' has given '/u/iamdestinymonique' lambda!
+26902 [2020-03-08 00:18:38] The OP received lambda too!
+26902 [2020-03-08 00:21:49] There has been a new submission: 'Coronavirus I Dubai I UAE I World', with flair 'Vlog'
+26902 [2020-03-08 00:21:51] /u/mashoor1 had their submission removed for insufficient lambda.
+26902 [2020-03-08 00:46:22] There has been a new submission: 'HOW TOXIC ARE THESE GAMING COMMUNITIES??? (Feedback will be appreciated)', with flair 'Video Critique'
+26902 [2020-03-08 00:50:28] '/u/Azziiii' has given '/u/TheBubbleE1' lambda!
+26902 [2020-03-08 00:52:53] '/u/_NGaming_' has given '/u/TheMatroid' lambda!
+26902 [2020-03-08 00:53:42] There has been a new submission: 'EXPRESS VBN (Express VPN parody)', with flair 'None'
+26902 [2020-03-08 00:53:44] /u/StingyZ had their submission removed for insufficient lambda.
+26902 [2020-03-08 01:04:24] There has been a new submission: 'If your into gaming content and people being stupid, boy do I have a channel for you', with flair 'Channel Review'
+26902 [2020-03-08 01:04:26] /u/kingOzelda had their submission removed for insufficient lambda.
+26902 [2020-03-08 01:07:28] '/u/CopperPanMan' has given '/u/theglobalpeasant' lambda!
+26902 [2020-03-08 01:30:20] '/u/74c0p4c0' has given '/u/BananaMilkeu' lambda!
+26902 [2020-03-08 01:30:52] '/u/74c0p4c0' has given '/u/Pootoori' lambda!
+26902 [2020-03-08 01:31:30] '/u/74c0p4c0' has given '/u/Vtiger1on1' lambda!
+26902 [2020-03-08 01:32:09] '/u/elischeer' has given '/u/_NGaming_' lambda!
+26902 [2020-03-08 01:37:25] There has been a new submission: 'WILL WE FIND THE PERFECT DREAM?', with flair 'Gaming'
+26902 [2020-03-08 01:44:14] There has been a new submission: 'Me and Sans', with flair 'Collab'
+26902 [2020-03-08 01:44:16] /u/CRPanda_ had their submission removed for using the wrong flair.
+26902 [2020-03-08 01:50:40] There has been a new submission: 'I Tried Out A New Editing Style And It Really Pulled off. "I Met The Most Toxic Person On The Internet In Call of Duty Modern Warfare', with flair 'Gaming'
+26902 [2020-03-08 01:50:42] /u/Just_urboi had their submission removed for insufficient lambda.
+26902 [2020-03-08 01:50:54] '/u/RockLover37' has given '/u/Meagcherry' lambda!
+26902 [2020-03-08 01:55:15] '/u/FergHD' has given '/u/XboxJockey' lambda!
+26902 [2020-03-08 01:57:25] '/u/Sipover' has given '/u/TheBubbleE1' lambda!
+26902 [2020-03-08 01:57:25] The OP received lambda too!
+26902 [2020-03-08 01:58:02] '/u/Sipover' has given '/u/CopperPanMan' lambda!
+26902 [2020-03-08 01:58:02] The OP received lambda too!
+26902 [2020-03-08 01:59:19] '/u/Sipover' has given '/u/NeverBleach' lambda!
+27432 [2020-03-08 02:01:54]
+####################
+[2020-03-08 02:01:54] RESTARTED
+####################
+
+27432 [2020-03-08 02:06:15] '/u/Sipover' has given '/u/Just_urboi' lambda!
+27432 [2020-03-08 02:07:43] There has been a new submission: 'Live On OMegle funny stuff', with flair 'Vlog'
+27432 [2020-03-08 02:07:45] /u/Flashy-Candle had their submission removed for insufficient lambda.
+27432 [2020-03-08 02:12:51] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime In Ms Paint | Zenitsu Agatsuma....About to reach 1k,HELP me friends!', with flair 'Art'
+27432 [2020-03-08 02:17:41] '/u/FergHD' has given '/u/NeverBleach' lambda!
+27432 [2020-03-08 02:22:59] There has been a new submission: 'BEST CARTOON OF THE 2000s? GO?!', with flair 'Discussion'
+27432 [2020-03-08 02:24:30] There has been a new submission: 'Looking for honest feedback, rather what to improve on more than anything', with flair 'None'
+27432 [2020-03-08 02:33:57] There has been a new submission: 'I've Been Handling Reddit The Wrong Way. So Let's start fresh, and Keep This Momentum Up.', with flair 'Discussion'
+27432 [2020-03-08 02:37:09] There has been a new submission: 'Yellow》Coldplay (cover)', with flair 'Art'
+27432 [2020-03-08 02:37:11] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+27432 [2020-03-08 03:03:50] There has been a new submission: 'Hey everyone....My channel is about painting how fully civilized societies may look like and also correcting some of the lies that were taught in school. I would like to hear your opinion on my latest video.', with flair 'Discussion'
+27432 [2020-03-08 03:13:47] '/u/OG_Dan' has given '/u/MoskitoDan' lambda!
+27432 [2020-03-08 03:13:47] The OP received lambda too!
+27432 [2020-03-08 03:14:12] '/u/OG_Dan' has given '/u/qzeqYT' lambda!
+27432 [2020-03-08 03:14:24] '/u/OG_Dan' has given '/u/CompleteReason1' lambda!
+27432 [2020-03-08 03:18:45] There has been a new submission: 'I love playing MK11 and have played it nearly everyday since launch. I decided to make a funny kind of video with clips I got from playing. It took me some time to make because of my crappy computer, but it was fun! I hope you enjoy it.', with flair 'Video Critique'
+27432 [2020-03-08 03:18:46] /u/incrediblect3 had their submission removed for insufficient lambda.
+27432 [2020-03-08 03:28:27] There has been a new submission: 'The games that shaped our imaginations', with flair 'Video Critique'
+27432 [2020-03-08 03:28:28] /u/TheBigDogYT had their submission removed for insufficient lambda.
+27432 [2020-03-08 03:30:28] '/u/BLURRfacetv' has given '/u/TheBigDogYT' lambda!
+27432 [2020-03-08 03:30:44] There has been a new submission: 'The Games that Shaped Our Imaginations', with flair 'Video Critique'
+27432 [2020-03-08 03:31:48] '/u/BLURRfacetv' has given '/u/decemberdragon' lambda!
+27432 [2020-03-08 03:43:51] '/u/BLURRfacetv' has given '/u/mattfaris' lambda!
+27432 [2020-03-08 03:46:41] '/u/BLURRfacetv' has given '/u/William_T_Alexander' lambda!
+27432 [2020-03-08 03:49:28] There has been a new submission: 'Starling drop in activity? Advice needed', with flair 'Video Critique'
+27432 [2020-03-08 03:51:16] There has been a new submission: 'Starling drop in activity? Advice badly needed', with flair 'Video Critique'
+27432 [2020-03-08 03:51:18] /u/TheBubbleE1 had their submission removed for insufficient lambda.
+27570 [2020-03-08 04:01:54]
+####################
+[2020-03-08 04:01:54] RESTARTED
+####################
+
+27570 [2020-03-08 04:15:37] There has been a new submission: 'COD Zombies On The PSP! Check It Out:', with flair 'Gaming'
+27570 [2020-03-08 04:15:38] /u/ChiliadChief had their submission removed for insufficient lambda.
+27570 [2020-03-08 04:32:27] '/u/MafiasFinestTV' has given '/u/SanjaySting' lambda!
+27570 [2020-03-08 04:35:46] There has been a new submission: 'No more L2', with flair 'None'
+27570 [2020-03-08 04:35:48] /u/rvfaint had their submission removed for insufficient lambda.
+27570 [2020-03-08 04:37:37] '/u/qzeqYT' has given '/u/Bertoe' lambda!
+27570 [2020-03-08 04:41:49] There has been a new submission: 'This is my best video by far. I'd love if you watched it! IT: Fan Trailer', with flair 'Video Critique'
+27570 [2020-03-08 04:41:51] /u/Overson_YT had their submission removed for insufficient lambda.
+27570 [2020-03-08 04:42:59] '/u/TheBigDogYT' has given '/u/TheBubbleE1' lambda!
+27570 [2020-03-08 04:42:59] The OP received lambda too!
+27570 [2020-03-08 04:48:40] There has been a new submission: 'After taking a break for school I came back with a new format thoughts?', with flair 'Video Critique'
+27570 [2020-03-08 04:48:41] /u/SCP-DrEwok had their submission removed for insufficient lambda.
+27570 [2020-03-08 05:00:14] There has been a new submission: 'The Kapil Sharma Show Movie Baaghi 3 Episode Uncensored Reaction', with flair 'Vlog'
+27570 [2020-03-08 05:00:16] /u/iamfawad had their submission removed for insufficient lambda.
+27570 [2020-03-08 05:08:30] There has been a new submission: 'Find Deadpool's Katana & Deadpools Back Bling Locations -Fortnite Week 4 Deadpool's Challenges Guide', with flair 'Gaming'
+27570 [2020-03-08 05:08:31] /u/Lawinso had their submission removed for insufficient lambda.
+27570 [2020-03-08 05:32:33] There has been a new submission: 'Please Critique my latest video!', with flair 'Video Critique'
+27570 [2020-03-08 05:32:35] /u/Davidplaysgames had their submission removed for insufficient lambda.
+27570 [2020-03-08 05:37:49] There has been a new submission: 'How does giving lambda work?', with flair 'Discussion'
+27570 [2020-03-08 05:42:02] There has been a new submission: 'Hey guys new video out. would love some feedback on anything i should do in the future', with flair 'Video Critique'
+27570 [2020-03-08 05:42:03] /u/ashPCgaming had their submission removed for insufficient lambda.
+27705 [2020-03-08 06:01:54]
+####################
+[2020-03-08 06:01:54] RESTARTED
+####################
+
+27705 [2020-03-08 06:33:00] There has been a new submission: 'I did this friendly prank. It helped me boost my subscribers and watch time. My channel got monetised thanks to it', with flair 'Video Critique'
+27705 [2020-03-08 06:33:02] /u/iiJordan23ii had their submission removed for insufficient lambda.
+27705 [2020-03-08 07:00:05] There has been a new submission: 'No Video today, just...', with flair 'Discussion'
+27705 [2020-03-08 07:25:10] '/u/Hamlet_71' has given '/u/MigookinTeecha' lambda!
+27705 [2020-03-08 07:29:01] '/u/Nichemm' has given '/u/Vtiger1on1' lambda!
+27705 [2020-03-08 07:30:17] '/u/Nichemm' has given '/u/Urmomismine' lambda!
+27705 [2020-03-08 07:42:11] There has been a new submission: 'Hey, y'all! Just uploaded a new video and would appreciate if you checked it out! If you enjoyed, please consider leaving a like! If you wanna see more gaming content like this, consider checking out my channel or even subbing and sharing it with a friend! As always, leave all your tips below!', with flair 'Gaming'
+27705 [2020-03-08 07:51:35] There has been a new submission: 'Show some love!!', with flair 'Gaming'
+27705 [2020-03-08 07:51:37] /u/HaxxRL had their submission removed for insufficient lambda.
+27705 [2020-03-08 07:54:37] There has been a new submission: 'Netflix's All the Bright Places Romanticizes Mental Illness | Movie Review', with flair 'Channel Review'
+27705 [2020-03-08 07:54:39] /u/LetsCrashThisParadeX had their submission removed for insufficient lambda.
+28103 [2020-03-08 08:01:54]
+####################
+[2020-03-08 08:01:54] RESTARTED
+####################
+
+28103 [2020-03-08 08:02:52] There has been a new submission: 'Second MotoVlog!, If you enjoy please consider subscribing and giving it a like, many more content to come on a regular basis :)', with flair 'Vlog'
+28103 [2020-03-08 08:02:54] /u/Mattboi01 had their submission removed for insufficient lambda.
+28103 [2020-03-08 08:08:58] There has been a new submission: 'Kakarot final battle let me know what you think', with flair 'Gaming'
+28103 [2020-03-08 08:08:59] /u/Boney__B had their submission removed for insufficient lambda.
+28103 [2020-03-08 08:20:05] '/u/ShikharTrivedi' has given '/u/R_Hanna' lambda!
+28103 [2020-03-08 08:20:15] There has been a new submission: 'Plss SUBSCRIBE MY YOUTUBE CHANNEL', with flair 'Art'
+28103 [2020-03-08 08:20:18] /u/Lyricsbox had their submission removed for insufficient lambda.
+28103 [2020-03-08 08:51:24] There has been a new submission: 'How Did The Tank Develop Through Time | Leonardo da Vinci', with flair 'Video Critique'
+28103 [2020-03-08 08:51:26] /u/akara211 had their submission removed for insufficient lambda.
+28103 [2020-03-08 09:15:04] There has been a new submission: '20 Doors in 150 Seconds', with flair 'Gaming'
+28103 [2020-03-08 09:15:05] /u/BennettPlays had their submission removed for insufficient lambda.
+28103 [2020-03-08 09:23:56] There has been a new submission: 'Extra-Directional - What do you think of this? Let's have a Discussion. Thanks and hope to hear from you all.!.-55-.!.', with flair 'Discussion'
+28103 [2020-03-08 09:23:58] /u/pluralithic had their submission removed for using the wrong flair.
+28103 [2020-03-08 09:31:47] There has been a new submission: 'Hey everyone, hope you're all doing amazing. I recently made a commentary video highlighting my time at Australia's biggest teenage party - Schoolies. I hope you all enjoy watching as much as I enjoyed making it! Any and all feedback is appreciated and I'm always willing to return the love <3', with flair 'Video Critique'
+28103 [2020-03-08 09:37:37] There has been a new submission: 'Reaper Question', with flair 'Discussion'
+28103 [2020-03-08 09:39:42] There has been a new submission: 'psychotic girl Tosses Her Engagement Ring!', with flair 'Video Critique'
+28103 [2020-03-08 09:39:42] /u/hex272727 had their submission removed for insufficient lambda.
+28103 [2020-03-08 09:43:21] '/u/Nichemm' has given '/u/pluralithic' lambda!
+28103 [2020-03-08 09:56:00] There has been a new submission: 'New video is out go check out.Like and Subscribe', with flair 'Gaming'
+28103 [2020-03-08 09:56:01] /u/PowerGang1 had their submission removed for insufficient lambda.
+28313 [2020-03-08 10:01:55]
+####################
+[2020-03-08 10:01:55] RESTARTED
+####################
+
+28313 [2020-03-08 10:08:16] There has been a new submission: 'The World's Highest GDP | Top 10 Countries | 1960 To 2020 | Fintech Analytics', with flair 'Art'
+28313 [2020-03-08 10:08:17] /u/FintechAnalytics had their submission removed for insufficient lambda.
+28313 [2020-03-08 10:22:10] '/u/OneFor56' has given '/u/pluralithic' lambda!
+28313 [2020-03-08 10:22:10] The OP received lambda too!
+28313 [2020-03-08 10:22:39] There has been a new submission: 'What do you guys think is the best editing software?', with flair 'Discussion'
+28313 [2020-03-08 10:23:59] '/u/xxxJoemama' has given '/u/8inchwonder69' lambda!
+28313 [2020-03-08 10:23:59] The OP received lambda too!
+28313 [2020-03-08 10:24:38] There has been a new submission: 'Do you guys ever get burnt out?', with flair 'Discussion'
+28313 [2020-03-08 10:26:15] '/u/xxxJoemama' has given '/u/cockandballtorture6' lambda!
+28313 [2020-03-08 10:26:15] The OP received lambda too!
+28313 [2020-03-08 10:27:34] '/u/Max_Robertson' has given '/u/8inchwonder69' lambda!
+28313 [2020-03-08 10:33:32] There has been a new submission: 'Small German Youtuber here - Can you guys judge my cutting skills pls? Need feedback ❤️🐼', with flair 'Video Critique'
+28313 [2020-03-08 10:33:34] /u/Ihavesevereautism69 had their submission removed for insufficient lambda.
+28313 [2020-03-08 10:37:33] There has been a new submission: 'An Animatic/Animation video about how I traumatized my GF during Valentine's Day. Recently got into these type of storytime videos and wanted feedback/critique before I release the next one', with flair 'Video Critique'
+28313 [2020-03-08 10:39:06] There has been a new submission: 'My latest vid, it’s got a bit of dark humour in it, but I’m giving lambda to everyone who leaves feedback :)', with flair 'Video Critique'
+28313 [2020-03-08 10:46:04] There has been a new submission: 'Hey I just posted a new video check it out and maybe subscribe', with flair 'Gaming'
+28313 [2020-03-08 10:46:05] /u/Jacksinabox123 had their submission removed for insufficient lambda.
+28313 [2020-03-08 10:47:42] '/u/8inchwonder69' has given '/u/bestofalex' lambda!
+28313 [2020-03-08 10:47:42] The OP received lambda too!
+28313 [2020-03-08 10:49:11] '/u/xxxJoemama' has given '/u/Ihavesevereautism69' lambda!
+28313 [2020-03-08 10:49:30] '/u/xxxJoemama' has given '/u/NeverBleach' lambda!
+28313 [2020-03-08 10:57:14] There has been a new submission: 'WILL THERE BE A STOCK MARKET CRASH IN 2020? | Should I Wait Before Investing?', with flair 'Video Critique'
+28313 [2020-03-08 10:57:15] /u/m-getinvesting had their submission removed for insufficient lambda.
+28313 [2020-03-08 10:59:32] There has been a new submission: 'How to go out alone and enjoy your self and meet beautiful women', with flair 'Vlog'
+28313 [2020-03-08 10:59:32] /u/AbundanceLifeStyle had their submission removed for insufficient lambda.
+28313 [2020-03-08 11:00:49] There has been a new submission: 'I didn’t take a single punch in the fight and I explained why! (Virtual reality gaming) let me know your thoughts. If you enjoy subscribe! Will give lambda for reviews.', with flair 'None'
+28313 [2020-03-08 11:03:39] '/u/FergHD' has given '/u/bestofalex' lambda!
+28313 [2020-03-08 11:10:52] '/u/BanterBoulevard' has given '/u/8inchwonder69' lambda!
+28313 [2020-03-08 11:10:52] The OP received lambda too!
+28313 [2020-03-08 11:13:49] There has been a new submission: 'Can you help? I am looking for a channel review. Thank you', with flair 'Channel Review'
+28313 [2020-03-08 11:13:51] /u/craftycoaster had their submission removed for insufficient lambda.
+28313 [2020-03-08 11:19:04] There has been a new submission: 'Reese - No Fear (Official Lyric Video) #mambaMentaility', with flair 'Art'
+28313 [2020-03-08 11:19:05] /u/MULLiGames had their submission removed for insufficient lambda.
+28313 [2020-03-08 11:45:54] '/u/keegzilla90' has given '/u/ulfberht13' lambda!
+28313 [2020-03-08 11:46:50] '/u/ChinitaFashionista' has given '/u/TheGoldCloak' lambda!
+28313 [2020-03-08 11:46:50] The OP received lambda too!
+28313 [2020-03-08 11:47:09] '/u/ChinitaFashionista' has given '/u/moreganplease' lambda!
+28313 [2020-03-08 11:53:06] '/u/VreaL37' has given '/u/StuperStar03' lambda!
+28313 [2020-03-08 11:58:15] There has been a new submission: 'Special Woman Chasing Her Dreams', with flair 'None'
+28313 [2020-03-08 11:58:16] /u/3blackmartillo2 had their submission removed for insufficient lambda.
+28534 [2020-03-08 12:01:55]
+####################
+[2020-03-08 12:01:55] RESTARTED
+####################
+
+28534 [2020-03-08 12:26:17] There has been a new submission: 'weekly uploads from a teenager (comedy) please check it out all i wanna do is make people laugh or at least smile', with flair 'Vlog'
+28534 [2020-03-08 12:26:19] /u/jacunt23 had their submission removed for insufficient lambda.
+28534 [2020-03-08 12:44:55] There has been a new submission: 'PODCAST 14 : PARIS CATACOMBES & CAPTURE PIRATES', with flair 'None'
+28534 [2020-03-08 12:44:57] /u/aslovely- had their submission removed for insufficient lambda.
+28534 [2020-03-08 12:54:37] There has been a new submission: 'Hey guys was wondering if you could go check out my nephew's channel (he is 10) he loves his channel and I want to see the excitement he gets from the stat boost from this sub. He is obsessed with his numbers :) #lambda for all', with flair 'Channel Review'
+28534 [2020-03-08 12:54:38] /u/Johnwidentm had their submission removed for insufficient lambda.
+28534 [2020-03-08 12:57:16] There has been a new submission: 'Dropped a NEW VLOG today! It's part 2 of our Singapore trip. This is also my 39th vlog, so do let me know what y'all think. Shoot me your most honest feedback haha!', with flair 'Vlog'
+28534 [2020-03-08 13:02:32] There has been a new submission: 'I'm a mk YouTuber looking for new friends to play mortal Kombat with!', with flair 'Gaming'
+28534 [2020-03-08 13:02:34] /u/LAZURAyoutube had their submission removed for insufficient lambda.
+28534 [2020-03-08 13:04:42] '/u/8inchwonder69' has given '/u/Johnwidentm' lambda!
+28534 [2020-03-08 13:05:43] '/u/BananaMilkeu' has given '/u/Rolypoly_Cats' lambda!
+28534 [2020-03-08 13:06:03] '/u/8inchwonder69' has given '/u/Wayne-R-T-S' lambda!
+28534 [2020-03-08 13:21:50] '/u/shaunyoong' has given '/u/BananaMilkeu' lambda!
+28534 [2020-03-08 13:21:50] The OP received lambda too!
+28534 [2020-03-08 13:22:50] There has been a new submission: 'Please check out my latest video. I've tried to edit a little more to avoid too much "running around with not much happening" and I'm working on improving the audio but any other feedback is appreciated.', with flair 'Gaming'
+28534 [2020-03-08 13:29:50] '/u/RockerGamez' has given '/u/R_Hanna' lambda!
+28534 [2020-03-08 13:30:48] There has been a new submission: 'GETTING SORTED INTO MY HOGWARTS HOUSE + I GOT THE ULTIMATE PATRONUS', with flair 'Video Critique'
+28534 [2020-03-08 13:34:13] There has been a new submission: 'So I have tried the tutorial style out. I have taken aboard you guys feedback (or think I have) and was wondering if you guys can find any tips or criticism you have with my video. As I am trying to make the quality of my content way better. Any feedback is appreciated.', with flair 'Video Critique'
+28534 [2020-03-08 13:36:29] There has been a new submission: 'I make a weekly funny news series and this is no.5', with flair 'Discussion'
+28534 [2020-03-08 13:36:31] /u/Memeulousis5ft2 had their submission removed for using the wrong flair.
+28534 [2020-03-08 13:47:46] {ERROR} received 503 HTTP response
+28534 [2020-03-08 13:49:51] {ERROR} received 503 HTTP response
+28731 [2020-03-08 14:01:55]
+####################
+[2020-03-08 14:01:55] RESTARTED
+####################
+
+28731 [2020-03-08 14:19:52] There has been a new submission: 'What We Could See in the Live Action', with flair 'Discussion'
+28731 [2020-03-08 14:19:53] /u/AHealthyDoseofFran had their submission removed for using the wrong flair.
+28731 [2020-03-08 14:21:10] There has been a new submission: 'My goal is 200 subscribers!!', with flair 'Vlog'
+28731 [2020-03-08 14:21:12] /u/KoiMan_Is_Relevant had their submission removed for insufficient lambda.
+28731 [2020-03-08 14:22:42] There has been a new submission: 'Grandma - BELIEVE ME GUYS SHE IS CRAZYYY!!!', with flair 'Gaming'
+28731 [2020-03-08 14:22:44] /u/LeeSquad12 had their submission removed for insufficient lambda.
+28731 [2020-03-08 14:23:14] There has been a new submission: 'Can A Guy Who has never won a Game of PUBG win his first Game of PUBG using a Frying Pan? (Sorry About the Laggy Gameplay, I tried to salvage the footage through editing as PUBG and OBS don't mix.)', with flair 'Video Critique'
+28731 [2020-03-08 14:25:02] '/u/R_Hanna' has given '/u/DylanIndeed' lambda!
+28731 [2020-03-08 14:25:03] The OP received lambda too!
+28731 [2020-03-08 14:34:35] There has been a new submission: 'What We Could See in the Live Action', with flair 'Video Critique'
+28731 [2020-03-08 14:34:36] /u/AHealthyDoseofFran had their submission removed for insufficient lambda.
+28731 [2020-03-08 14:37:20] '/u/TheJustindsd' has given '/u/Max-F3rgus0n' lambda!
+28731 [2020-03-08 14:37:20] The OP received lambda too!
+28731 [2020-03-08 14:39:38] There has been a new submission: 'If anyone here is having the black screen issue when using OBS Studio, here is a quick fix tutorial I made.', with flair 'Discussion'
+28731 [2020-03-08 14:39:39] /u/sharungfx had their submission removed for using the wrong flair.
+28731 [2020-03-08 14:40:08] '/u/BanterBoulevard' has given '/u/BananaMilkeu' lambda!
+28731 [2020-03-08 14:40:44] There has been a new submission: 'If anyone here is having black screen issues in OBS Studio, here is a quick fix tutorial I made up.', with flair 'Video Critique'
+28731 [2020-03-08 14:40:46] /u/sharungfx had their submission removed for insufficient lambda.
+28731 [2020-03-08 14:51:45] '/u/Vtiger1on1' has given '/u/DylanIndeed' lambda!
+28731 [2020-03-08 14:51:45] The OP received lambda too!
+28731 [2020-03-08 14:57:42] '/u/MafiasFinestTV' has given '/u/Slithersnake3' lambda!
+28731 [2020-03-08 14:58:19] There has been a new submission: 'REVIEW Hey everyone, have you ever wondered how much $100 can do for us in different parts of the the world? Well I test this theory in Marrakesh and are we in for a surprise! Please watch and share this experience with me. Don't forget to comment. Thanks!', with flair 'Vlog'
+28731 [2020-03-08 14:59:15] '/u/MafiasFinestTV' has given '/u/pluralithic' lambda!
+28731 [2020-03-08 15:04:04] There has been a new submission: 'THE LAST OF US Remastered Walkthrough Part 3 - Marlene', with flair 'Gaming'
+28731 [2020-03-08 15:04:06] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+28731 [2020-03-08 15:04:27] There has been a new submission: 'I have tried to do something more outstanding than just mining and farming all the time..Tell me what you think of the video and my editing style :)', with flair 'Gaming'
+28731 [2020-03-08 15:06:44] '/u/BananaMilkeu' has given '/u/DylanIndeed' lambda!
+28731 [2020-03-08 15:06:44] The OP received lambda too!
+28731 [2020-03-08 15:07:14] '/u/whataboi_rd' has given '/u/bestofalex' lambda!
+28731 [2020-03-08 15:07:14] The OP received lambda too!
+28731 [2020-03-08 15:07:38] There has been a new submission: 'NOOB PLAYS: CS:GO AFTER ALMOST 12 YEARS!!', with flair 'Gaming'
+28731 [2020-03-08 15:07:39] /u/mohattar had their submission removed for insufficient lambda.
+28731 [2020-03-08 15:08:16] There has been a new submission: 'I covered popular and funny Tik Toks Videos that are making its rounds on the internet', with flair 'Meta'
+28731 [2020-03-08 15:08:18] /u/bradsworldtv had their submission removed for using the wrong flair.
+28731 [2020-03-08 15:08:29] '/u/whataboi_rd' has given '/u/theIVline' lambda!
+28731 [2020-03-08 15:10:39] There has been a new submission: 'Dreams has a BIG problem', with flair 'Video Critique'
+28731 [2020-03-08 15:11:48] '/u/TheJustindsd' has given '/u/El_Penguino_' lambda!
+28731 [2020-03-08 15:12:08] There has been a new submission: 'This video is just pure chaos', with flair 'Gaming'
+28731 [2020-03-08 15:12:29] There has been a new submission: 'I covered popular Tik Toks.Share your thoughts', with flair 'Video Critique'
+28731 [2020-03-08 15:12:32] /u/bradsworldtv had their submission removed for insufficient lambda.
+28731 [2020-03-08 15:17:41] There has been a new submission: 'WHAT IS A CCTV? WHAT ARE THE TYPES OF CCTV CAMERAS?', with flair 'Discussion'
+28731 [2020-03-08 15:17:42] /u/marcalaque had their submission removed for using the wrong flair.
+28731 [2020-03-08 15:18:30] There has been a new submission: 'Reddit Roasted Me......', with flair 'Vlog'
+28731 [2020-03-08 15:20:00] There has been a new submission: '"The lost city of Biringan" Samar,Leyte | Minami Oroi', with flair 'Channel Review'
+28731 [2020-03-08 15:20:02] /u/amazon1977 had their submission removed for insufficient lambda.
+28731 [2020-03-08 15:22:41] There has been a new submission: 'Here it is! Another Pokemon SoulSilver Randomizer Nuzlocke episode! This time we play the hero!!', with flair 'Gaming'
+28731 [2020-03-08 15:22:43] /u/Kir8y88 had their submission removed for insufficient lambda.
+28731 [2020-03-08 15:25:59] '/u/whataboi_rd' has given '/u/R_Hanna' lambda!
+28731 [2020-03-08 15:28:38] There has been a new submission: 'An Animation Video where I try to cross the storytime and the fun fact format. I want specific feedback on what I could improve to reach a bigger audience. The Video is called: Stupid Rules Lead To Stupid Results', with flair 'Video Critique'
+28731 [2020-03-08 15:29:07] '/u/Adzic254' has given '/u/El_Penguino_' lambda!
+28731 [2020-03-08 15:29:07] The OP received lambda too!
+28731 [2020-03-08 15:30:54] '/u/R_Hanna' has given '/u/smurtt' lambda!
+28731 [2020-03-08 15:33:59] There has been a new submission: 'I need to know if this video worked so I don't waste more time with this type- I'll give lambada to all reviews', with flair 'Video Critique'
+28731 [2020-03-08 15:34:01] /u/PossibleDreamer had their submission removed for insufficient lambda.
+28731 [2020-03-08 15:34:42] '/u/8inchwonder69' has given '/u/BananaMilkeu' lambda!
+28731 [2020-03-08 15:35:07] '/u/8inchwonder69' has given '/u/Sup3rPotatoNinja' lambda!
+28731 [2020-03-08 15:35:41] '/u/8inchwonder69' has given '/u/DylanIndeed' lambda!
+28731 [2020-03-08 15:36:47] '/u/8inchwonder69' has given '/u/Max-F3rgus0n' lambda!
+28731 [2020-03-08 15:47:08] '/u/TheJustindsd' has given '/u/PossibleDreamer' lambda!
+28731 [2020-03-08 15:48:47] '/u/CopperPanMan' has given '/u/lazgangy' lambda!
+28731 [2020-03-08 15:49:33] '/u/CopperPanMan' has given '/u/TheAtaris123' lambda!
+28731 [2020-03-08 15:50:45] '/u/CopperPanMan' has given '/u/juststartingout120' lambda!
+28731 [2020-03-08 15:50:58] There has been a new submission: 'Do Anyone else find it easier and more convenient to record on Sundays?', with flair 'Discussion'
+28731 [2020-03-08 15:51:34] There has been a new submission: 'I need to know if this vid worked- I'll give lambada to all replies', with flair 'Video Critique'
+28731 [2020-03-08 15:52:57] '/u/CopperPanMan' has given '/u/PaperBag0451' lambda!
+28731 [2020-03-08 15:53:10] '/u/CopperPanMan' has given '/u/Slithersnake3' lambda!
+28731 [2020-03-08 16:00:08] There has been a new submission: 'Hey guys it's my first time posting here and it'd be great if you can check out this vid and tell me what you think and maybe check out some others as well for some advice there's lots of anime and star wars gaming content', with flair 'Gaming'
+28873 [2020-03-08 16:01:54]
+####################
+[2020-03-08 16:01:54] RESTARTED
+####################
+
+28873 [2020-03-08 16:04:25] There has been a new submission: 'A video about the Persona game series and why you should play it. So, if you play games or are interested in starting, check it out! Lambda to comments, both constructive and discussion-worthy! Thanks for your time. :)', with flair 'Video Critique'
+28873 [2020-03-08 16:04:44] '/u/elischeer' has given '/u/Ihavesevereautism69' lambda!
+28873 [2020-03-08 16:05:39] There has been a new submission: 'Need a hand with video ideas? Well I made a video just for that, instead of a list, I composed a video to give you the information while showing you 60+ examples on screen! I spent well over 24+ hours to make this video, so I hope it helps you guys out! Thank you ❤️', with flair 'None'
+28873 [2020-03-08 16:05:41] /u/TextedHD had their submission removed for insufficient lambda.
+28873 [2020-03-08 16:07:29] There has been a new submission: 'Italian the Right Way (Season 3, Episode 03)', with flair 'Vlog'
+28873 [2020-03-08 16:15:21] '/u/theedale1' has given '/u/Vtiger1on1' lambda!
+28873 [2020-03-08 16:17:37] '/u/CopperPanMan' has given '/u/bestofalex' lambda!
+28873 [2020-03-08 16:18:25] There has been a new submission: 'SLAUGHTER', with flair 'Art'
+28873 [2020-03-08 16:26:35] '/u/bestofalex' has given '/u/generalwhitmore1' lambda!
+28873 [2020-03-08 16:26:35] The OP received lambda too!
+28873 [2020-03-08 16:29:44] There has been a new submission: 'views good, subs bad.', with flair 'Discussion'
+28873 [2020-03-08 16:34:39] There has been a new submission: 'Gallant - Sharpest Edges (Sinaly Remix)', with flair 'Channel Review'
+28873 [2020-03-08 16:34:41] /u/kaidstrood had their submission removed for insufficient lambda.
+28873 [2020-03-08 16:37:15] There has been a new submission: 'How to grow as a small channel?', with flair 'None'
+28873 [2020-03-08 16:37:16] /u/TextedHD had their submission removed for insufficient lambda.
+28873 [2020-03-08 16:39:20] '/u/PossibleDreamer' has given '/u/smurtt' lambda!
+28873 [2020-03-08 16:39:21] The OP received lambda too!
+28873 [2020-03-08 16:44:45] There has been a new submission: 'Fallout 4: Top 10 Weapons For Killing Ghouls: I want some critique on the audio and my voice and what I can do to improve. I am getting a SM58 soon', with flair 'Gaming'
+28873 [2020-03-08 16:51:32] There has been a new submission: 'being salty in gang beasts (feedback appreciate)', with flair 'Gaming'
+28873 [2020-03-08 16:54:11] '/u/PossibleDreamer' has given '/u/TextedHD' lambda!
+28873 [2020-03-08 16:55:27] There has been a new submission: 'RANT: LYRICS they matter in music', with flair 'Video Critique'
+28873 [2020-03-08 16:56:35] '/u/humz_whu' has given '/u/Johnwidentm' lambda!
+28873 [2020-03-08 16:56:35] The OP received lambda too!
+28873 [2020-03-08 16:57:55] '/u/humz_whu' has given '/u/TextedHD' lambda!
+28873 [2020-03-08 16:59:38] There has been a new submission: 'Corona Virus Joke: How People Are Acting Around The Sick Now', with flair 'Video Critique'
+28873 [2020-03-08 16:59:39] /u/newrapsongs had their submission removed for insufficient lambda.
+28873 [2020-03-08 16:59:53] '/u/Vtiger1on1' has given '/u/SanjaySting' lambda!
+28873 [2020-03-08 17:05:47] '/u/humz_whu' has given '/u/ferown001' lambda!
+28873 [2020-03-08 17:05:55] There has been a new submission: 'Hello there! Nice to meet you! My name is pukar. Please checkout my amazing youtube channel because you might as well as because your cool CHANNEL NAME-Greenwood Relaxing Music sub i will also sub as soon as possible for only permanent subscribers only...', with flair 'Discussion'
+28873 [2020-03-08 17:11:09] There has been a new submission: 'D-Lithic - De Novo', with flair 'Discussion'
+28873 [2020-03-08 17:11:11] /u/pluralithic had their submission removed for using the wrong flair.
+28873 [2020-03-08 17:12:16] There has been a new submission: 'D-Lithic - Ivory Alchemy (Ubiquiti- Nation: Allegories and Stories on Keys)', with flair 'Collab'
+28873 [2020-03-08 17:12:18] /u/pluralithic had their submission removed for using the wrong flair.
+28873 [2020-03-08 17:12:29] '/u/1_2_three_four_5_6' has given '/u/smurtt' lambda!
+28873 [2020-03-08 17:12:29] The OP received lambda too!
+28873 [2020-03-08 17:13:28] There has been a new submission: 'D-Lithic - Ivory Alchemy (Ubiquiti- Nation: Allegories and Stories on Keys)', with flair 'Video Critique'
+28873 [2020-03-08 17:20:23] There has been a new submission: 'Hello YouTubers ..✨if you want any music for u r video without copyright or any special music just comment me on my channel i will give u (ChilledSquirrel)', with flair 'Discussion'
+28873 [2020-03-08 17:26:40] There has been a new submission: 'My addiction!', with flair 'Video Critique'
+28873 [2020-03-08 17:30:35] There has been a new submission: 'Molana Kay Bachpan Ka Dilchasp Waqia | Tariq Jameel Bayan', with flair 'Discussion'
+28873 [2020-03-08 17:30:38] /u/msufwan had their submission removed for using the wrong flair.
+28873 [2020-03-08 17:31:56] There has been a new submission: 'Wanna check it out?', with flair 'Gaming'
+28873 [2020-03-08 17:31:58] /u/ThatLuckyDude had their submission removed for insufficient lambda.
+28873 [2020-03-08 17:32:45] There has been a new submission: '[vlog ] Dog Basic Obedience Commands | How Stubborn The Huskies Are? | Any thougth?', with flair 'Vlog'
+28873 [2020-03-08 17:32:47] /u/Cypher092317 had their submission removed for insufficient lambda.
+28873 [2020-03-08 17:34:44] There has been a new submission: 'Hi, Xavier here. I'm new here and I hope to follow the rules and grow my channel.', with flair 'Channel Review'
+28873 [2020-03-08 17:34:45] /u/XavierDaWilde had their submission removed for insufficient lambda.
+28873 [2020-03-08 17:35:27] '/u/RantsWithRogers' has given '/u/TextedHD' lambda!
+28873 [2020-03-08 17:35:27] The OP received lambda too!
+28873 [2020-03-08 17:37:21] There has been a new submission: 'He Asked You To Do What!?! & THIGHTS! (Cards Against Humanity Funny Moments 9)', with flair 'Gaming'
+28873 [2020-03-08 17:37:23] /u/AGamingSquirrelYT had their submission removed for insufficient lambda.
+28873 [2020-03-08 17:43:53] '/u/DCengineer87' has given '/u/8inchwonder69' lambda!
+28873 [2020-03-08 17:43:53] The OP received lambda too!
+28873 [2020-03-08 17:44:18] '/u/TheBigDogYT' has given '/u/bestofalex' lambda!
+28873 [2020-03-08 17:44:37] '/u/DCengineer87' has given '/u/qzeqYT' lambda!
+28873 [2020-03-08 17:46:21] '/u/TheBigDogYT' has given '/u/FergHD' lambda!
+28873 [2020-03-08 17:46:34] There has been a new submission: 'Total Amount of Wages Paid By EPL Clubs From 1993 To 2019 [Bar Chart Race]', with flair 'Video Critique'
+28873 [2020-03-08 17:46:35] /u/WorldDataResearch had their submission removed for insufficient lambda.
+28873 [2020-03-08 17:47:05] '/u/TheBigDogYT' has given '/u/TheGreatRodinkis' lambda!
+28873 [2020-03-08 17:57:00] There has been a new submission: 'Evolution Of Resident Evil (1996 - 2020)', with flair 'Gaming'
+28873 [2020-03-08 17:57:01] /u/Kehnoxz had their submission removed for insufficient lambda.
+28873 [2020-03-08 18:00:30] There has been a new submission: 'Recreating Lady Gaga’s Makeup Look from the music video of Stupid Love!', with flair 'Video Critique'
+29156 [2020-03-08 18:01:55]
+####################
+[2020-03-08 18:01:55] RESTARTED
+####################
+
+29156 [2020-03-08 18:02:52] There has been a new submission: 'Need a hand with video ideas? Well I made a video just for that, instead of a list, I composed a video to give you the information while showing you 60+ examples on screen! I spent well over 24+ hours to make this video, so I hope it helps you guys out! Thank you ❤️', with flair 'None'
+29156 [2020-03-08 18:12:46] There has been a new submission: 'The most fluffy pancake', with flair 'Channel Review'
+29156 [2020-03-08 18:12:48] /u/Tomcsik had their submission removed for insufficient lambda.
+29156 [2020-03-08 18:17:03] There has been a new submission: 'a VERY small channel looking for a trove collab', with flair 'Collab'
+29156 [2020-03-08 18:19:03] There has been a new submission: 'Beware of cheap promo!', with flair 'Discussion'
+29156 [2020-03-08 18:20:10] '/u/Hamlet_71' has given '/u/Sup3rPotatoNinja' lambda!
+29156 [2020-03-08 18:28:59] There has been a new submission: 'GAMING CHANNEL UPLOADS! 1 GAME OR MULTIPLE!', with flair 'Discussion'
+29156 [2020-03-08 18:38:19] There has been a new submission: 'I WANT MORE ECCHI', with flair 'Channel Review'
+29156 [2020-03-08 18:38:20] /u/phillslifestyle had their submission removed for insufficient lambda.
+29156 [2020-03-08 18:39:18] '/u/whataboi_rd' has given '/u/MuckinAround145' lambda!
+29156 [2020-03-08 18:39:41] '/u/whataboi_rd' has given '/u/TheBubbleE1' lambda!
+29156 [2020-03-08 18:54:24] '/u/katanrod' has given '/u/bestofalex' lambda!
+29156 [2020-03-08 18:54:24] The OP received lambda too!
+29156 [2020-03-08 18:56:38] '/u/Max-F3rgus0n' has given '/u/SelendineMcHerb' lambda!
+29156 [2020-03-08 18:56:38] The OP received lambda too!
+29156 [2020-03-08 18:57:04] There has been a new submission: 'Editor', with flair 'Discussion'
+29156 [2020-03-08 18:58:11] '/u/Max-F3rgus0n' has given '/u/SCP-DrEwok' lambda!
+29156 [2020-03-08 19:00:14] There has been a new submission: 'Hi! Can someone review my Minecraft Printer? The video is laggy because of my old pc I had.', with flair 'Channel Review'
+29156 [2020-03-08 19:00:17] /u/Mineplayerminer had their submission removed for insufficient lambda.
+29156 [2020-03-08 19:03:11] There has been a new submission: 'Editor', with flair 'None'
+29156 [2020-03-08 19:03:13] /u/Disctruction had their submission removed for insufficient lambda.
+29156 [2020-03-08 19:09:23] '/u/Adzic254' has given '/u/TheAngelBacon' lambda!
+29156 [2020-03-08 19:10:19] '/u/MafiasFinestTV' has given '/u/screret' lambda!
+29156 [2020-03-08 19:11:41] There has been a new submission: 'A new Skit video I made with my friends on Minecraft! Come drop a like please', with flair 'None'
+29156 [2020-03-08 19:22:00] There has been a new submission: 'BEFORE YOU COMMENT...', with flair 'Video Critique'
+29156 [2020-03-08 19:29:01] '/u/RantsWithRogers' has given '/u/vinny69420' lambda!
+29156 [2020-03-08 19:29:06] There has been a new submission: 'So I've been getting by with these kinds of videos. I've made a Beastars based series called "If Beastars Characters had Twitter accounts." (More details in comments.)', with flair 'Video Critique'
+29156 [2020-03-08 19:29:07] /u/Rganibi had their submission removed for insufficient lambda.
+29156 [2020-03-08 19:29:29] There has been a new submission: 'Hmmm', with flair 'Thumbnail Review'
+29156 [2020-03-08 19:29:30] /u/goodvibes_bestlife had their submission removed for insufficient lambda.
+29156 [2020-03-08 19:36:41] There has been a new submission: 'How To Save Money For Students | The Kakeibo Principle', with flair 'Channel Review'
+29156 [2020-03-08 19:41:21] There has been a new submission: 'Hey All, my latest video is a backstage Vlog of my most recent show at CAMBRIDGE University. Let me know what you all think! I look forward to seeing all your videos too :)', with flair 'Vlog'
+29156 [2020-03-08 19:41:23] /u/memestogenes had their submission removed for insufficient lambda.
+29156 [2020-03-08 19:41:51] '/u/FergHD' has given '/u/Bertoe' lambda!
+29156 [2020-03-08 19:48:09] There has been a new submission: 'Looking for feedback after I came back from one month of a break with a new format. Looking for critique ( I know about the mic glitches)', with flair 'Video Critique'
+29322 [2020-03-08 20:01:55]
+####################
+[2020-03-08 20:01:55] RESTARTED
+####################
+
+29322 [2020-03-08 20:02:56] '/u/katanrod' has given '/u/Rolypoly_Cats' lambda!
+29322 [2020-03-08 20:03:11] '/u/katanrod' has given '/u/Imagine-Freedom' lambda!
+29322 [2020-03-08 20:05:54] '/u/katanrod' has given '/u/midnight-sins' lambda!
+29322 [2020-03-08 20:08:43] '/u/katanrod' has given '/u/GideonGriebenow' lambda!
+29322 [2020-03-08 20:09:11] '/u/katanrod' has given '/u/kenanzulovic' lambda!
+29322 [2020-03-08 20:10:25] '/u/katanrod' has given '/u/Polenth' lambda!
+29322 [2020-03-08 20:11:57] '/u/theIVline' has given '/u/idkpotato117' lambda!
+29322 [2020-03-08 20:11:57] The OP received lambda too!
+29322 [2020-03-08 20:13:49] There has been a new submission: 'Watch The World End....🌎Fortnite Montage', with flair 'Video Critique'
+29322 [2020-03-08 20:13:51] /u/TeamFallen5 had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:14:49] '/u/8inchwonder69' has given '/u/ferown001' lambda!
+29322 [2020-03-08 20:15:08] '/u/8inchwonder69' has given '/u/Allmodsarebitches' lambda!
+29322 [2020-03-08 20:16:50] There has been a new submission: 'Entropical (SashiMori) Splatoon 2 Music Extended HD', with flair 'Gaming'
+29322 [2020-03-08 20:16:52] /u/IntroMaster had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:17:02] '/u/8inchwonder69' has given '/u/TheMatroid' lambda!
+29322 [2020-03-08 20:18:08] '/u/8inchwonder69' has given '/u/FuryPire' lambda!
+29322 [2020-03-08 20:18:48] '/u/8inchwonder69' has given '/u/BOBtheBEASTXL' lambda!
+29322 [2020-03-08 20:19:42] There has been a new submission: 'please check out my channel and maybe drop a sub', with flair 'Channel Review'
+29322 [2020-03-08 20:19:42] /u/hellxgamer802_yt had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:20:22] '/u/8inchwonder69' has given '/u/TheAngelBacon' lambda!
+29322 [2020-03-08 20:20:51] '/u/katanrod' has given '/u/humz_whu' lambda!
+29322 [2020-03-08 20:21:39] '/u/katanrod' has given '/u/HumperTrooper15' lambda!
+29322 [2020-03-08 20:34:12] There has been a new submission: 'Honest opinions. (Ps, I’m working on getting a CSGO video up this week', with flair 'Channel Review'
+29322 [2020-03-08 20:34:14] /u/Anrew753 had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:36:20] There has been a new submission: 'Reviewing vids again, I have a bit of time', with flair 'Discussion'
+29322 [2020-03-08 20:38:07] '/u/katanrod' has given '/u/KeyLayer4' lambda!
+29322 [2020-03-08 20:41:26] There has been a new submission: 'Jimmy Hardwind - Submarine (ft. Mike Archangelo & CORii)', with flair 'Video Critique'
+29322 [2020-03-08 20:41:28] /u/aljhon11 had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:41:48] '/u/Jischasing' has given '/u/MuckinAround145' lambda!
+29322 [2020-03-08 20:41:49] The OP received lambda too!
+29322 [2020-03-08 20:45:50] '/u/Jischasing' has given '/u/KamKashiiiYT' lambda!
+29322 [2020-03-08 20:49:42] '/u/Jischasing' has given '/u/SCP-DrEwok' lambda!
+29322 [2020-03-08 20:50:41] There has been a new submission: 'Spider-Man’s Revenge| A lego Stop-Motion Brickfilm', with flair 'Channel Review'
+29322 [2020-03-08 20:50:43] /u/spidey0628 had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:56:31] There has been a new submission: 'In this video, I talk about my transition from being a gamer to a non-gamer. Do you guys have similar experiences? Let me know what you think :)', with flair 'Discussion'
+29322 [2020-03-08 20:56:32] /u/lifeisyourexperiment had their submission removed for using the wrong flair.
+29322 [2020-03-08 20:58:17] There has been a new submission: 'In this video, I talk about my journey from being a gamer to a non-gamer. Do you guys have similar experiences? Let me know what you think :)', with flair 'Vlog'
+29322 [2020-03-08 20:58:19] /u/lifeisyourexperiment had their submission removed for insufficient lambda.
+29322 [2020-03-08 20:58:54] '/u/Jischasing' has given '/u/JenniferMatthew' lambda!
+29322 [2020-03-08 21:00:59] '/u/Jischasing' has given '/u/cjmorgan242' lambda!
+29322 [2020-03-08 21:01:44] There has been a new submission: 'FORTNITE CHALLENGES, sub to him', with flair 'None'
+29322 [2020-03-08 21:01:47] /u/GoldGreed had their submission removed for insufficient lambda.
+29322 [2020-03-08 21:05:51] There has been a new submission: 'Movie Night: Russian Guardians of the Galaxy - PART 2', with flair 'Video Critique'
+29322 [2020-03-08 21:21:55] There has been a new submission: 'What Do You Guys Think Of My Channel?', with flair 'Channel Review'
+29322 [2020-03-08 21:21:57] /u/ReecePLAYS had their submission removed for insufficient lambda.
+29322 [2020-03-08 21:29:30] There has been a new submission: 'I built a model of the Coronavirus out of many matchsticks. Please leave a comment in the video for me :) Thanks', with flair 'Video Critique'
+29322 [2020-03-08 21:37:54] '/u/PossibleDreamer' has given '/u/Bertoe' lambda!
+29322 [2020-03-08 21:40:32] There has been a new submission: 'New fortnite vid out yall drop a like and subscribe‼️', with flair 'None'
+29322 [2020-03-08 21:40:34] /u/kilokidd had their submission removed for insufficient lambda.
+29322 [2020-03-08 21:41:30] There has been a new submission: 'Misogyny Mike and prejudice Percy “I hate these B*tches*', with flair 'None'
+29322 [2020-03-08 21:41:33] /u/whydiduleaveme02 had their submission removed for insufficient lambda.
+29322 [2020-03-08 21:57:02] '/u/Jischasing' has given '/u/Vtiger1on1' lambda!
+29322 [2020-03-08 21:57:57] There has been a new submission: 'Tell Me A Joke! | Apex Legends Season 4 Ranked', with flair 'Gaming'
+29322 [2020-03-08 21:57:58] /u/ajsweiss had their submission removed for insufficient lambda.
+29464 [2020-03-08 22:01:55]
+####################
+[2020-03-08 22:01:55] RESTARTED
+####################
+
+29464 [2020-03-08 22:04:33] '/u/FergHD' has given '/u/CobaPlatinum' lambda!
+29464 [2020-03-08 22:10:40] There has been a new submission: 'Hey check out my new fishing video I think I made some good edits:)', with flair 'Channel Review'
+29464 [2020-03-08 22:10:43] /u/CoalChristian had their submission removed for insufficient lambda.
+29464 [2020-03-08 22:10:55] '/u/Sipover' has given '/u/screret' lambda!
+29464 [2020-03-08 22:19:56] There has been a new submission: 'Wanting to get bigger (not like that)', with flair 'None'
+29464 [2020-03-08 22:19:56] /u/golden-bobcat had their submission removed for insufficient lambda.
+29464 [2020-03-08 22:24:39] There has been a new submission: 'My best montage ever can you pls check it out and sub!', with flair 'Gaming'
+29464 [2020-03-08 22:24:41] /u/Not_Wraps had their submission removed for insufficient lambda.
+29464 [2020-03-08 22:29:54] There has been a new submission: 'Could you give me some feedback on my channel, what do you guys think?', with flair 'Channel Review'
+29464 [2020-03-08 22:31:58] There has been a new submission: 'I just wanted good rootbeer', with flair 'Art'
+29464 [2020-03-08 22:32:00] /u/Cenanden had their submission removed for insufficient lambda.
+29464 [2020-03-08 22:35:15] '/u/BLURRfacetv' has given '/u/newrapsongs' lambda!
+29464 [2020-03-08 22:37:57] '/u/BLURRfacetv' has given '/u/pluralithic' lambda!
+29464 [2020-03-08 22:44:11] There has been a new submission: 'I would like a channel review on the rocks please. Hold the subscribing of the chef wants to', with flair 'Channel Review'
+29464 [2020-03-08 22:44:13] /u/Anrew753 had their submission removed for insufficient lambda.
+29464 [2020-03-08 22:50:56] '/u/OneFor56' has given '/u/Johnwidentm' lambda!
+29464 [2020-03-08 23:11:40] There has been a new submission: 'just started my YT animation channel', with flair 'Art'
+29464 [2020-03-08 23:11:42] /u/bjonesnm had their submission removed for insufficient lambda.
+29464 [2020-03-08 23:13:34] There has been a new submission: 'New here Looking for some feedback', with flair 'Channel Review'
+29464 [2020-03-08 23:13:36] /u/bigpoppag91 had their submission removed for insufficient lambda.
+29464 [2020-03-08 23:18:40] There has been a new submission: 'When Your Game Turns Into The Typical Scene In A Horror Movie...', with flair 'Gaming'
+29464 [2020-03-08 23:18:40] /u/BearPatroller had their submission removed for insufficient lambda.
+29464 [2020-03-08 23:19:53] '/u/Jischasing' has given '/u/FilmPositivity' lambda!
+29464 [2020-03-08 23:35:57] There has been a new submission: 'My minecraft montage, would really appreciate if you could like/sub/give feedback, will give lambda for feedback!', with flair 'Gaming'
+29464 [2020-03-08 23:38:41] There has been a new submission: 'My latest card opening video on my Pokémon channel!', with flair 'Channel Review'
+29464 [2020-03-08 23:38:42] /u/dtchaulk had their submission removed for insufficient lambda.
+29464 [2020-03-08 23:43:32] '/u/katanrod' has given '/u/CobaPlatinum' lambda!
+29464 [2020-03-08 23:44:46] There has been a new submission: 'Trying to start a series based on this video. Any feedback will be appreciated.', with flair 'Video Critique'
+29464 [2020-03-08 23:44:48] /u/boggedsk8 had their submission removed for insufficient lambda.
+29464 [2020-03-08 23:45:49] '/u/Jischasing' has given '/u/CobaPlatinum' lambda!
+29464 [2020-03-08 23:46:59] There has been a new submission: 'Can y’all do me a huge favor & give me feedback on my latest video? Thumbnail, Title & Video. I’ll take any constructive criticism. Thank you in advance! 😊', with flair 'Discussion'
+29464 [2020-03-08 23:47:00] /u/juliawinn had their submission removed for using the wrong flair.
+29464 [2020-03-08 23:48:36] There has been a new submission: 'Uploading funny moments from games at least once a week!', with flair 'Gaming'
+29464 [2020-03-08 23:48:37] /u/Jackals_Pack had their submission removed for insufficient lambda.
+29464 [2020-03-08 23:56:56] '/u/SiddhM' has given '/u/Jackals_Pack' lambda!
+29464 [2020-03-08 23:56:56] The OP received lambda too!
+29464 [2020-03-08 23:58:50] '/u/SiddhM' has given '/u/Sedica_n_Tryna_Play' lambda!
+29464 [2020-03-08 23:58:55] '/u/Jischasing' has given '/u/aggravated_vlogger' lambda!
+29611 [2020-03-09 00:01:55]
+####################
+[2020-03-09 00:01:55] RESTARTED
+####################
+
+29611 [2020-03-09 00:03:11] There has been a new submission: 'We were crackhead mode when making this siege vid and the result was weird. I hope some of the people here can get a kick out of it', with flair 'Gaming'
+29611 [2020-03-09 00:03:13] /u/DankConnor had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:03:54] '/u/Jischasing' has given '/u/juliawinn' lambda!
+1350 [2020-03-09 00:05:33] Updated statistics
+29611 [2020-03-09 00:07:15] There has been a new submission: 'My Fortnite Montage', with flair 'Gaming'
+29611 [2020-03-09 00:07:16] /u/EliteBaller1205 had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:09:29] '/u/Jischasing' has given '/u/Sedica_n_Tryna_Play' lambda!
+29611 [2020-03-09 00:10:24] There has been a new submission: 'Testing 39 AMAZING LIFE HACKS by 5-Minute Crafts! **THEY WORKED**GIVEAWAY**', with flair 'Collab'
+29611 [2020-03-09 00:10:27] /u/FeoniixMusic had their submission removed for using the wrong flair.
+29611 [2020-03-09 00:11:59] '/u/Electric_Mauser' has given '/u/YouTuberTwins' lambda!
+29611 [2020-03-09 00:11:59] The OP received lambda too!
+29611 [2020-03-09 00:12:33] There has been a new submission: 'Testing 39 AMAZING LIFE HACKS by 5-Minute Crafts! **THEY WORKED**GIVEAWAY**', with flair 'Video Critique'
+29611 [2020-03-09 00:12:36] /u/FeoniixMusic had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:13:19] '/u/8inchwonder69' has given '/u/DankConnor' lambda!
+29611 [2020-03-09 00:20:11] There has been a new submission: 'Trying to make an entertaining video on a boring topic. It's a niche audience, but I have been getting good viewing numbers by filling search result voids on YouTube. I would love feedback on making sure I am creating an audience through these niche videos. Thanks, and cheers!', with flair 'Video Critique'
+29611 [2020-03-09 00:33:32] '/u/TheBigDogYT' has given '/u/RoboOggy' lambda!
+29611 [2020-03-09 00:35:09] There has been a new submission: 'Gaming Funny Moments with edits (Brawlhalla)', with flair 'Gaming'
+29611 [2020-03-09 00:35:11] /u/SirChoxe had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:35:38] '/u/Pestarklo' has given '/u/Jackals_Pack' lambda!
+29611 [2020-03-09 00:35:38] The OP received lambda too!
+29611 [2020-03-09 00:36:54] There has been a new submission: 'Committing insurance fraud', with flair 'Meta'
+29611 [2020-03-09 00:36:55] /u/Pluto-abe had their submission removed for using the wrong flair.
+29611 [2020-03-09 00:37:55] There has been a new submission: 'Super Brawlhalla Bros Melee | Brawlhalla Funny Moments', with flair 'Gaming'
+29611 [2020-03-09 00:37:56] /u/SirChoxe had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:43:58] There has been a new submission: 'My Video about playing the mcc. What do ya'll think?', with flair 'Gaming'
+29611 [2020-03-09 00:43:59] /u/The_Roman_d00d had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:44:11] There has been a new submission: 'basically death stranding 2... (walking simulator 2020)', with flair 'Gaming'
+29611 [2020-03-09 00:44:13] /u/BreadPossum had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:44:50] There has been a new submission: 'Revisited Friday the 13th on our channel....', with flair 'Gaming'
+29611 [2020-03-09 00:44:52] /u/rrighter had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:45:06] There has been a new submission: 'Please include in critique what headphones you're using + thoughts on sound balance.', with flair 'Video Critique'
+29611 [2020-03-09 00:46:38] '/u/Pestarklo' has given '/u/RoboOggy' lambda!
+29611 [2020-03-09 00:49:21] There has been a new submission: 'I'm starting up a YouTube Gaming channel any tips for beginners?', with flair 'Gaming'
+29611 [2020-03-09 00:49:21] /u/HeavyD2005 had their submission removed for insufficient lambda.
+29611 [2020-03-09 00:53:40] '/u/8inchwonder69' has given '/u/BreadPossum' lambda!
+29611 [2020-03-09 00:55:30] '/u/Pestarklo' has given '/u/BreadPossum' lambda!
+29611 [2020-03-09 01:00:10] There has been a new submission: 'Anyway to watch each other’s channels?', with flair 'None'
+29611 [2020-03-09 01:00:12] /u/zigglesrigglee had their submission removed for insufficient lambda.
+29611 [2020-03-09 01:03:17] There has been a new submission: 'Anyone gaming channels out there that wanna collab?', with flair 'Collab'
+29611 [2020-03-09 01:07:06] There has been a new submission: 'Cyrus type channel', with flair 'Channel Review'
+29611 [2020-03-09 01:07:08] /u/maxpurdax had their submission removed for insufficient lambda.
+29611 [2020-03-09 01:29:48] There has been a new submission: 'Relatively new to the YouTube scene!', with flair 'Channel Review'
+29611 [2020-03-09 01:29:49] /u/PeanutButterCrisp had their submission removed for insufficient lambda.
+29611 [2020-03-09 01:58:10] '/u/theIVline' has given '/u/HughseyKL' lambda!
+29611 [2020-03-09 01:58:49] '/u/theIVline' has given '/u/knipknap' lambda!
+29611 [2020-03-09 02:00:54] '/u/theIVline' has given '/u/DankConnor' lambda!
+29756 [2020-03-09 02:01:55]
+####################
+[2020-03-09 02:01:55] RESTARTED
+####################
+
+29756 [2020-03-09 02:02:57] '/u/theIVline' has given '/u/RoboOggy' lambda!
+29756 [2020-03-09 02:07:02] '/u/Pestarklo' has given '/u/AlexeyCrane' lambda!
+29756 [2020-03-09 02:08:43] '/u/Pestarklo' has given '/u/B_nos' lambda!
+29756 [2020-03-09 02:16:07] There has been a new submission: 'Music streaming platforms pay this low?! In this video I compared and contrasted all major music streaming platforms! Let me know your thoughts!', with flair 'Video Critique'
+29756 [2020-03-09 02:19:28] There has been a new submission: 'Would you watch this series? People tell me they enjoy the videos but don’t always subscribe. What keeps them from hitting the sub button?? Thanks in advanced for all critiques!', with flair 'Video Critique'
+29756 [2020-03-09 02:20:22] There has been a new submission: 'Risky or not? After watching a popular tech reviewer decided to take a jab.. showing just how durable a SD card is.. and how you can fix the "read only" mode.', with flair 'Video Critique'
+29756 [2020-03-09 02:22:12] There has been a new submission: 'Growing Up During the Dust Bowl', with flair 'Art'
+29756 [2020-03-09 02:22:15] /u/JesseAI had their submission removed for insufficient lambda.
+29756 [2020-03-09 02:25:23] There has been a new submission: 'Our first video!! Any feedback // advice would be greatly welcomed! (College Apartment Tour 2020)', with flair 'Channel Review'
+29756 [2020-03-09 02:25:25] /u/ThrowRAsberries had their submission removed for insufficient lambda.
+29756 [2020-03-09 02:32:50] There has been a new submission: 'Have you played GTA San Andreas? Here is the remix of the theme song, hope you like it', with flair 'Video Critique'
+29756 [2020-03-09 02:44:43] There has been a new submission: 'My Small YT Channel, Where i smash eggs, and scream like the fucking girls at school when the power goes out', with flair 'None'
+29756 [2020-03-09 02:44:45] /u/T8DaMan had their submission removed for insufficient lambda.
+29756 [2020-03-09 02:46:35] There has been a new submission: 'The only way to make Spaghetti and Meatballs', with flair 'Video Critique'
+29756 [2020-03-09 02:46:37] /u/tnike04 had their submission removed for insufficient lambda.
+29756 [2020-03-09 02:46:49] There has been a new submission: 'I'll trade you some Lambda for some actual feedback about my recent video.', with flair 'Video Critique'
+29756 [2020-03-09 02:51:08] '/u/DylanIndeed' has given '/u/El_Penguino_' lambda!
+29756 [2020-03-09 02:51:08] The OP received lambda too!
+29756 [2020-03-09 02:51:22] '/u/DylanIndeed' has given '/u/BoomerangTKO' lambda!
+29756 [2020-03-09 02:56:27] '/u/SiddhM' has given '/u/MorphingReality' lambda!
+29756 [2020-03-09 03:02:17] There has been a new submission: 'Hi, I make odd music videos, here's one featuring David Foster Wallace, feedback welcome :)', with flair 'Video Critique'
+29756 [2020-03-09 03:08:22] '/u/Illfury' has given '/u/Jischasing' lambda!
+29756 [2020-03-09 03:08:22] The OP received lambda too!
+29756 [2020-03-09 03:26:37] '/u/SiddhM' has given '/u/SnakeAholic_' lambda!
+29756 [2020-03-09 03:34:02] '/u/B_nos' has given '/u/MorphingReality' lambda!
+29756 [2020-03-09 03:34:02] The OP received lambda too!
+29756 [2020-03-09 03:46:49] There has been a new submission: 'I hit 19,000 total views on my gaming channel within 8/9 years on YouTube... but one problem', with flair 'None'
+29756 [2020-03-09 03:46:50] /u/TimeToPound had their submission removed for insufficient lambda.
+29756 [2020-03-09 03:48:50] There has been a new submission: 'I post vlogs on my Youtube channel, and this is my latest upload! I'm here to receive honest feedback to improve. Be as brutal and sincere as possible haha!', with flair 'Video Critique'
+29756 [2020-03-09 03:56:30] '/u/SiddhM' has given '/u/aLeakyAbstraction' lambda!
+29756 [2020-03-09 04:00:20] '/u/MorphingReality' has given '/u/SnakeAholic_' lambda!
+29756 [2020-03-09 04:00:20] The OP received lambda too!
+29894 [2020-03-09 04:01:55]
+####################
+[2020-03-09 04:01:55] RESTARTED
+####################
+
+29894 [2020-03-09 04:02:57] '/u/MorphingReality' has given '/u/ThrowRAsberries' lambda!
+29894 [2020-03-09 04:03:20] There has been a new submission: 'I make functional Minecraft toys from cardboard! Getting ok views .', with flair 'Art'
+29894 [2020-03-09 04:03:22] /u/fuzzyhatdiy had their submission removed for insufficient lambda.
+29894 [2020-03-09 04:07:59] '/u/Supeelok99' has given '/u/onemansquadron' lambda!
+29894 [2020-03-09 04:07:59] The OP received lambda too!
+29894 [2020-03-09 04:12:01] '/u/_NGaming_' has given '/u/aLeakyAbstraction' lambda!
+29894 [2020-03-09 04:12:01] The OP received lambda too!
+29894 [2020-03-09 04:13:28] '/u/_NGaming_' has given '/u/Supeelok99' lambda!
+29894 [2020-03-09 04:15:57] There has been a new submission: 'The bean god anime skit(will give lambda for feedback)', with flair 'Video Critique'
+29894 [2020-03-09 04:16:06] There has been a new submission: 'Monetazation question.', with flair 'Meta'
+29894 [2020-03-09 04:25:05] '/u/Pestarklo' has given '/u/MorphingReality' lambda!
+29894 [2020-03-09 04:27:08] '/u/Pestarklo' has given '/u/MuckinAround145' lambda!
+29894 [2020-03-09 04:33:20] '/u/Pestarklo' has given '/u/ThrowRAsberries' lambda!
+29894 [2020-03-09 04:54:21] There has been a new submission: 'Tips for getting my YouTube name out there', with flair 'Discussion'
+29894 [2020-03-09 05:07:08] '/u/HughseyKL' has given '/u/Djbernie805' lambda!
+29894 [2020-03-09 05:07:08] The OP received lambda too!
+29894 [2020-03-09 05:11:31] There has been a new submission: 'I have just started editing my video, never knew how to do it before. If anyone could give me advice that would be appreciated. Lambda for Review', with flair 'Video Critique'
+29894 [2020-03-09 05:11:33] /u/edward-wolff had their submission removed for insufficient lambda.
+29894 [2020-03-09 05:19:47] '/u/OneFor56' has given '/u/CobaPlatinum' lambda!
+29894 [2020-03-09 05:26:22] '/u/the_real_d247' has given '/u/FilmPositivity' lambda!
+29894 [2020-03-09 05:26:22] The OP received lambda too!
+29894 [2020-03-09 06:00:56] There has been a new submission: 'I did my first real time realistic eye tutorial. I would love some feedback! Giving lamba for genuine critique. Feel free to be brutally honest. I want to make more but want to know what I can improve.', with flair 'Video Critique'
+29894 [2020-03-09 06:01:15] There has been a new submission: 'Wuhan virus! Toilet paper sold out in Australia!', with flair 'None'
+29894 [2020-03-09 06:01:17] /u/himjowinnn had their submission removed for insufficient lambda.
+30445 [2020-03-09 06:01:56]
+####################
+[2020-03-09 06:01:56] RESTARTED
+####################
+
+30445 [2020-03-09 06:14:14] There has been a new submission: 'When the server asks you how the food is', with flair 'Video Critique'
+30445 [2020-03-09 06:14:16] /u/YouTubeJebaholic had their submission removed for insufficient lambda.
+30445 [2020-03-09 06:45:33] There has been a new submission: 'Some Top Posts From r/TIFU (Human Narration | Reddit Stories)', with flair 'None'
+30445 [2020-03-09 06:45:34] /u/-Black-Snow- had their submission removed for insufficient lambda.
+30445 [2020-03-09 07:01:09] '/u/Max-F3rgus0n' has given '/u/BreadPossum' lambda!
+30445 [2020-03-09 07:02:04] There has been a new submission: 'Place that might help in getting views and subs', with flair 'Discussion'
+30445 [2020-03-09 07:11:23] There has been a new submission: 'A channel about biking and hiking, would appreciate the support!', with flair 'Vlog'
+30445 [2020-03-09 07:11:25] /u/lstbyz940 had their submission removed for insufficient lambda.
+30445 [2020-03-09 07:12:09] '/u/TheJustindsd' has given '/u/hf_vlogs1' lambda!
+30445 [2020-03-09 07:12:26] '/u/Brightisaac' has given '/u/CopyingJax' lambda!
+30445 [2020-03-09 07:12:26] The OP received lambda too!
+30445 [2020-03-09 07:40:53] '/u/R_Hanna' has given '/u/ferown001' lambda!
+30833 [2020-03-09 08:01:55]
+####################
+[2020-03-09 08:01:55] RESTARTED
+####################
+
+30833 [2020-03-09 08:02:58] There has been a new submission: 'Two ways to cancel the rolling animation in pubg mobile!!', with flair 'Gaming'
+30833 [2020-03-09 08:03:00] /u/kodda96 had their submission removed for insufficient lambda.
+30833 [2020-03-09 08:20:02] There has been a new submission: 'Did you know? How hackers hack smartphones? | WATCH & SUBSCRIBE | Geek vs Jerk', with flair 'Video Critique'
+30833 [2020-03-09 08:20:05] /u/GeekvsJerk had their submission removed for insufficient lambda.
+30833 [2020-03-09 08:25:29] There has been a new submission: 'Our cover of Valerie by Amy Winehouse (: Please watch, subscribe, and like! We're new to Youtube and let us know how to improve and grow our channel! Thank u', with flair 'Channel Review'
+30833 [2020-03-09 08:25:30] /u/mooothecowz had their submission removed for insufficient lambda.
+30833 [2020-03-09 08:30:01] There has been a new submission: 'Me and my bf just created our own challenge: The stronger challenge! Where we compete to se who is the strongest of the 2!! Please go check it out, and leave a comment as to what we should improve for next time! Really appreciate any feedback I could get, and of course give lambda for good advice!', with flair 'Video Critique'
+30833 [2020-03-09 08:35:58] '/u/beckyfiddeli' has given '/u/Putsingen' lambda!
+30833 [2020-03-09 08:35:59] The OP received lambda too!
+30833 [2020-03-09 08:54:17] There has been a new submission: 'Subscribe only if I deserve it. I want to upload a bit more but right now time is not on my side and until I grow I cannot afford to do Youtube as my main, but I really, really, really dream of doing it full time.', with flair 'Channel Review'
+30833 [2020-03-09 08:54:19] /u/Havalossi had their submission removed for insufficient lambda.
+30833 [2020-03-09 09:01:14] There has been a new submission: 'Here you can learn how to create a user profile page and a sidebar for your for website and also there are other features added. Can you check this out for me guys', with flair 'Video Critique'
+30833 [2020-03-09 09:03:21] There has been a new submission: 'I just hit 35 subscribers! Looking for advice.', with flair 'Discussion'
+30833 [2020-03-09 09:04:27] There has been a new submission: 'Hey please help me out with subs and views it would mean the world to me', with flair 'Gaming'
+30833 [2020-03-09 09:04:29] /u/Steelbicycle865 had their submission removed for insufficient lambda.
+30833 [2020-03-09 09:07:24] '/u/Illfury' has given '/u/2Legit2Cwithe' lambda!
+30833 [2020-03-09 09:12:00] '/u/Illfury' has given '/u/hf_vlogs1' lambda!
+30833 [2020-03-09 09:13:38] '/u/Illfury' has given '/u/edward-wolff' lambda!
+30833 [2020-03-09 09:15:15] '/u/Illfury' has given '/u/twitchy_Sharmander' lambda!
+30833 [2020-03-09 09:17:07] '/u/Illfury' has given '/u/CoachingWithBryce' lambda!
+30833 [2020-03-09 09:19:04] '/u/Illfury' has given '/u/ThrowRAsberries' lambda!
+30833 [2020-03-09 09:33:43] There has been a new submission: 'Please go and check out my channel. I only need subscribers, i have the views to become partner', with flair 'Channel Review'
+30833 [2020-03-09 09:33:45] /u/SUBSCRIBEPAYOUTUBE had their submission removed for insufficient lambda.
+30833 [2020-03-09 09:38:21] '/u/helloitsmesomeguy' has given '/u/sandisscary' lambda!
+30833 [2020-03-09 09:52:47] '/u/beckyfiddeli' has given '/u/DariusShow' lambda!
+30833 [2020-03-09 09:57:03] There has been a new submission: 'How to make Stuffed Peppers - (MEAT) - Junior Chef Kevin', with flair 'Vlog'
+30833 [2020-03-09 09:57:04] /u/Csabazsi had their submission removed for insufficient lambda.
+31049 [2020-03-09 10:01:56]
+####################
+[2020-03-09 10:01:56] RESTARTED
+####################
+
+31049 [2020-03-09 10:02:55] There has been a new submission: 'Please give this a watch and give me some feedback', with flair 'None'
+31049 [2020-03-09 10:02:57] /u/Kirbylife had their submission removed for insufficient lambda.
+31049 [2020-03-09 10:15:45] '/u/hadeeclick' has given '/u/rievhardt' lambda!
+31049 [2020-03-09 10:18:17] '/u/GrumpyBottom_YT' has given '/u/rievhardt' lambda!
+31049 [2020-03-09 10:18:17] The OP received lambda too!
+31049 [2020-03-09 10:21:49] '/u/juststartingout120' has given '/u/JenniferMatthew' lambda!
+31049 [2020-03-09 10:21:49] The OP received lambda too!
+31049 [2020-03-09 10:28:11] '/u/GrumpyBottom_YT' has given '/u/2Legit2Cwithe' lambda!
+31049 [2020-03-09 10:36:32] '/u/katanrod' has given '/u/treverglitching' lambda!
+31049 [2020-03-09 10:36:59] '/u/katanrod' has given '/u/thannyx' lambda!
+31049 [2020-03-09 10:38:36] '/u/katanrod' has given '/u/death_ismy_bitch' lambda!
+31049 [2020-03-09 10:40:54] '/u/katanrod' has given '/u/Djbernie805' lambda!
+31049 [2020-03-09 10:45:08] There has been a new submission: 'Here's a documentary I did on K-Pop industry and the stans with fellow content creator friends. I'd love to see your feedback and advice.', with flair 'Video Critique'
+31049 [2020-03-09 10:52:33] '/u/AlexeyCrane' has given '/u/SCP-DrEwok' lambda!
+31049 [2020-03-09 10:52:33] The OP received lambda too!
+31049 [2020-03-09 10:53:12] There has been a new submission: 'New Video! Why Think About Film? Looking for feedback, ready with lambda!', with flair 'Video Critique'
+31049 [2020-03-09 11:17:43] '/u/Pestarklo' has given '/u/DesmaBR' lambda!
+31049 [2020-03-09 11:23:45] '/u/Illfury' has given '/u/lil_traveller' lambda!
+31049 [2020-03-09 11:26:27] '/u/Illfury' has given '/u/beckyfiddeli' lambda!
+31049 [2020-03-09 11:37:05] There has been a new submission: 'Watch My New Minecraft Video!', with flair 'None'
+31049 [2020-03-09 11:37:07] /u/iStreamSnipedNinja had their submission removed for insufficient lambda.
+31191 [2020-03-09 12:01:56]
+####################
+[2020-03-09 12:01:56] RESTARTED
+####################
+
+31191 [2020-03-09 12:06:27] There has been a new submission: 'Need Suggestion for sponsored/paid ads', with flair 'None'
+31191 [2020-03-09 12:06:29] /u/thelotusgeek had their submission removed for insufficient lambda.
+31191 [2020-03-09 12:09:44] There has been a new submission: 'Need suggestion for sponsored/paid ads', with flair 'Discussion'
+31191 [2020-03-09 12:20:13] There has been a new submission: 'The secret to self development - Growth happens at the edge of your comfort zone', with flair 'Video Critique'
+31191 [2020-03-09 12:23:15] There has been a new submission: 'yo (Gligorijevic)', with flair 'Gaming'
+31191 [2020-03-09 12:23:17] /u/ProsaltInNoSeconds had their submission removed for insufficient lambda.
+31191 [2020-03-09 12:30:38] There has been a new submission: 'All Gamers Check This Out', with flair 'Gaming'
+31191 [2020-03-09 12:30:40] /u/WrohMeet had their submission removed for insufficient lambda.
+31191 [2020-03-09 12:33:02] '/u/Illfury' has given '/u/knipknap' lambda!
+31191 [2020-03-09 12:34:44] '/u/2Legit2Cwithe' has given '/u/Adventuroussoul18' lambda!
+31191 [2020-03-09 12:34:44] The OP received lambda too!
+31191 [2020-03-09 12:47:00] There has been a new submission: 'Gear "Module" Explained in one minute', with flair 'Video Critique'
+31191 [2020-03-09 13:15:48] There has been a new submission: 'NEW VIDEO ❤️ PLEASE LIKE AND SUBSCRIBE ❤️', with flair 'Channel Review'
+31191 [2020-03-09 13:15:50] /u/Urzbn1 had their submission removed for insufficient lambda.
+31191 [2020-03-09 13:17:12] There has been a new submission: 'Ara Mina's Hazelberry cafe: How It All Started | HumanMeter', with flair 'None'
+31191 [2020-03-09 13:17:13] /u/IndividualGuide had their submission removed for insufficient lambda.
+31191 [2020-03-09 13:17:49] There has been a new submission: 'IF RODDY RICH WAS A DOCTOR', with flair 'Art'
+31191 [2020-03-09 13:17:50] /u/youssefbenothman had their submission removed for insufficient lambda.
+31191 [2020-03-09 13:18:31] There has been a new submission: 'IF EMINEM WAS A POLICE OFFICER', with flair 'Collab'
+31191 [2020-03-09 13:18:32] /u/youssefbenothman had their submission removed for using the wrong flair.
+31191 [2020-03-09 13:23:01] There has been a new submission: 'Be BRUTAL and Be honest in reviewing my channel tell me what should i do and if there is changes needed to be done i really want to grow my channel. Recently hit 100 subs', with flair 'Channel Review'
+31191 [2020-03-09 13:23:03] /u/rstephenong had their submission removed for insufficient lambda.
+31191 [2020-03-09 13:23:44] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+31191 [2020-03-09 13:30:30] There has been a new submission: 'I wanted to try something new. I don´t know if its funny tho. Is this funny?', with flair 'Video Critique'
+31191 [2020-03-09 13:31:38] There has been a new submission: 'Why Resident Evil 4 Is the Best In The Series', with flair 'Gaming'
+31191 [2020-03-09 13:33:04] '/u/HuqleReddit' has given '/u/rievhardt' lambda!
+31191 [2020-03-09 13:33:38] '/u/HuqleReddit' has given '/u/rievhardt' lambda!
+31191 [2020-03-09 13:44:43] '/u/GrumpyBottom_YT' has given '/u/copasteticc86' lambda!
+31565 [2020-03-09 14:01:56]
+####################
+[2020-03-09 14:01:56] RESTARTED
+####################
+
+31565 [2020-03-09 14:04:34] There has been a new submission: 'My memes one 1', with flair 'None'
+31565 [2020-03-09 14:04:35] /u/majkelgo had their submission removed for insufficient lambda.
+31565 [2020-03-09 14:05:48] There has been a new submission: 'Most common teenagers problems', with flair 'Vlog'
+31565 [2020-03-09 14:05:50] /u/kelvin-wale had their submission removed for insufficient lambda.
+31565 [2020-03-09 14:08:08] There has been a new submission: 'Honolulu Hawaii Coronavirus Panic Buying - Sanitizer Run', with flair 'Vlog'
+31565 [2020-03-09 14:08:09] /u/recollectionshawaii had their submission removed for insufficient lambda.
+31565 [2020-03-09 14:12:01] '/u/IrreverentMan' has given '/u/SylviaDelRey' lambda!
+31565 [2020-03-09 14:12:01] The OP received lambda too!
+31565 [2020-03-09 14:21:08] '/u/Illfury' has given '/u/MoskitoDan' lambda!
+31565 [2020-03-09 14:21:17] There has been a new submission: 'How To Grow A Business. I made this rant as value able as possible. I hope the right people get to watch this!', with flair 'Video Critique'
+31565 [2020-03-09 14:21:59] There has been a new submission: 'Finding out how to increase views', with flair 'None'
+31565 [2020-03-09 14:22:01] /u/ItsWas had their submission removed for insufficient lambda.
+31565 [2020-03-09 14:25:22] There has been a new submission: 'Gotta stop and smell the roses!', with flair 'Discussion'
+31565 [2020-03-09 14:26:01] There has been a new submission: 'I Turn Subscribers into !!! Anime Characters !!! No.3 - 10', with flair 'Art'
+31565 [2020-03-09 14:26:03] /u/LuciVids had their submission removed for insufficient lambda.
+31565 [2020-03-09 14:29:31] There has been a new submission: 'I wanted to test Reddit so I'm hoping its ok to post this here', with flair 'Video Critique'
+31565 [2020-03-09 14:29:31] /u/rlafata had their submission removed for insufficient lambda.
+31565 [2020-03-09 14:34:54] '/u/MorphingReality' has given '/u/shartcarrson' lambda!
+31565 [2020-03-09 14:35:11] '/u/MorphingReality' has given '/u/imtrying2listen' lambda!
+31565 [2020-03-09 14:45:01] '/u/GrumpyBottom_YT' has given '/u/serioussenpai' lambda!
+31565 [2020-03-09 14:45:56] '/u/GrumpyBottom_YT' has given '/u/Theghostofsabotage' lambda!
+31565 [2020-03-09 14:46:06] '/u/GrumpyBottom_YT' has given '/u/MafiasFinestTV' lambda!
+31565 [2020-03-09 15:03:21] '/u/FilmPositivity' has given '/u/Adventuroussoul18' lambda!
+31565 [2020-03-09 15:03:21] The OP received lambda too!
+31565 [2020-03-09 15:04:45] '/u/FilmPositivity' has given '/u/lil_traveller' lambda!
+31565 [2020-03-09 15:05:57] '/u/FilmPositivity' has given '/u/thebentknitter' lambda!
+31565 [2020-03-09 15:07:21] '/u/Maverickc7' has given '/u/TheGoldCloak' lambda!
+31565 [2020-03-09 15:07:22] The OP received lambda too!
+31565 [2020-03-09 15:11:26] '/u/Endy_McGufin' has given '/u/serioussenpai' lambda!
+31565 [2020-03-09 15:11:26] The OP received lambda too!
+31565 [2020-03-09 15:11:36] There has been a new submission: 'Critique my channel and give me suggestions please.', with flair 'Channel Review'
+31565 [2020-03-09 15:11:38] /u/PotatoesNeverDie had their submission removed for insufficient lambda.
+31565 [2020-03-09 15:14:33] '/u/Supeelok99' has given '/u/UNLoggy' lambda!
+31565 [2020-03-09 15:14:34] The OP received lambda too!
+31565 [2020-03-09 15:18:27] There has been a new submission: 'Hello everyone! I feel like I'm growing rather slowly. I would really appreciate a few people taking the time to help me. Givelambda is included', with flair 'Channel Review'
+31565 [2020-03-09 15:18:28] /u/StrataCasteRYT had their submission removed for insufficient lambda.
+31565 [2020-03-09 15:19:54] There has been a new submission: 'Caron Big Cake Review', with flair 'Thumbnail Review'
+31565 [2020-03-09 15:24:13] There has been a new submission: 'What did Harry and Meghan say to the Queen? - Hilarious Royal Family Parody | AmoMama', with flair 'None'
+31565 [2020-03-09 15:24:15] /u/IndividualGuide had their submission removed for insufficient lambda.
+31565 [2020-03-09 15:32:33] '/u/NeverBleach' has given '/u/2Legit2Cwithe' lambda!
+31565 [2020-03-09 15:32:33] The OP received lambda too!
+31565 [2020-03-09 15:38:16] '/u/beckyfiddeli' has given '/u/serioussenpai' lambda!
+31565 [2020-03-09 15:41:20] There has been a new submission: 'What’s Snorkelling Club Med Kani Like? - Maldives - Family Vlog - as I continue to explore our Vlog style, comments always welcome. I give Lambda for all that take the time :) THanks in advance', with flair 'Video Critique'
+31565 [2020-03-09 15:43:52] There has been a new submission: 'Hey, I have 322subscribers on my channel, need some advice on how to promote my page', with flair 'None'
+31565 [2020-03-09 15:43:54] /u/Hanktv123 had their submission removed for insufficient lambda.
+31565 [2020-03-09 15:45:06] '/u/joshwalker55' has given '/u/rievhardt' lambda!
+31565 [2020-03-09 15:45:07] The OP received lambda too!
+31565 [2020-03-09 15:47:00] There has been a new submission: 'Hi everyone! I am new to all of this so any tips or constructive criticism will be well taken on board! My channel will predominantly be reviews on the latest games and add ons, so please subscribe and check out my channel and let me know what you think! Thanks!', with flair 'None'
+31565 [2020-03-09 15:47:01] /u/YTAverageGamer1 had their submission removed for insufficient lambda.
+31565 [2020-03-09 15:49:09] '/u/shaunyoong' has given '/u/serioussenpai' lambda!
+31565 [2020-03-09 15:49:10] The OP received lambda too!
+31565 [2020-03-09 15:53:32] There has been a new submission: 'My Dad Reacts to Mortal Kombat 11 The Joker', with flair 'Gaming'
+31565 [2020-03-09 15:53:34] /u/mmarion13 had their submission removed for insufficient lambda.
+31700 [2020-03-09 16:01:56]
+####################
+[2020-03-09 16:01:56] RESTARTED
+####################
+
+31700 [2020-03-09 16:02:55] There has been a new submission: 'Our first video!! Looking for feedback as it pertains to entertainment and content more than feedback on the technical side of things (but that is also still greatly appreciated!) College Apartment Tour 2020', with flair 'Channel Review'
+31700 [2020-03-09 16:14:18] '/u/EngineeringJuice' has given '/u/shaunyoong' lambda!
+31700 [2020-03-09 16:14:18] The OP received lambda too!
+31700 [2020-03-09 16:14:30] '/u/EngineeringJuice' has given '/u/Deecutz' lambda!
+31700 [2020-03-09 16:17:10] There has been a new submission: 'Oameni inteligeti rezolva aceste puzzle-uri usor | Vezi daca tu reusesti | Ep.4', with flair 'Art'
+31700 [2020-03-09 16:17:11] /u/LondonFactory had their submission removed for insufficient lambda.
+31700 [2020-03-09 16:19:36] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda!
+31700 [2020-03-09 16:19:36] The OP received lambda too!
+31700 [2020-03-09 16:22:48] '/u/MafiasFinestTV' has given '/u/shaunyoong' lambda!
+31700 [2020-03-09 16:23:22] '/u/MafiasFinestTV' has given '/u/Deecutz' lambda!
+31700 [2020-03-09 16:26:47] There has been a new submission: 'Just a compilation of smooth beats. If you like it, subscribe! I post regularly and will support your channel as well', with flair 'Art'
+31700 [2020-03-09 16:26:49] /u/FromTheBoogie had their submission removed for insufficient lambda.
+31700 [2020-03-09 16:34:13] There has been a new submission: 'Hey y’all, I’m trying to get to 1,000 subscribers by my one year anniversary, I’m at 721 right now. So I wanted to see if any of you could help me out. I do political commentary so if you’re interested, check it out please! Link below.', with flair 'None'
+31700 [2020-03-09 16:34:15] /u/IanCSt had their submission removed for insufficient lambda.
+31700 [2020-03-09 16:35:59] There has been a new submission: 'I changed my editing style a bit! Let me know what you think.', with flair 'Video Critique'
+31700 [2020-03-09 16:40:05] '/u/MafiasFinestTV' has given '/u/coletv' lambda!
+31700 [2020-03-09 16:43:45] '/u/IrreverentMan' has given '/u/Deecutz' lambda!
+31700 [2020-03-09 16:44:04] '/u/katanrod' has given '/u/coletv' lambda!
+31700 [2020-03-09 16:44:54] '/u/katanrod' has given '/u/2Legit2Cwithe' lambda!
+31700 [2020-03-09 16:47:25] There has been a new submission: 'Looking 4 advice, 207 subs.', with flair 'Discussion'
+31700 [2020-03-09 16:47:33] '/u/katanrod' has given '/u/BillyTheSquare' lambda!
+31700 [2020-03-09 16:48:38] '/u/PepiOnLine' has given '/u/PCUserBot' lambda!
+31700 [2020-03-09 16:48:38] The OP received lambda too!
+31700 [2020-03-09 16:49:40] There has been a new submission: 'I want to make an youtube channel, what should i look forward making?', with flair 'Discussion'
+31700 [2020-03-09 16:51:24] '/u/SuperCuck3000' has given '/u/PepiOnLine' lambda!
+31700 [2020-03-09 16:51:24] The OP received lambda too!
+31700 [2020-03-09 16:51:56] There has been a new submission: 'Just started would love to have a community I have a discord YouTube and a mixer', with flair 'Gaming'
+31700 [2020-03-09 16:51:59] /u/frosty_nonface-tfue had their submission removed for insufficient lambda.
+31700 [2020-03-09 16:52:21] There has been a new submission: 'Help me make good youtube titles.', with flair 'Discussion'
+31700 [2020-03-09 16:53:37] '/u/PCUserBot' has given '/u/PepiOnLine' lambda!
+31700 [2020-03-09 16:53:37] The OP received lambda too!
+31700 [2020-03-09 16:56:32] There has been a new submission: '2 PLAYER CHALLENGE ROBLOX', with flair 'Gaming'
+31700 [2020-03-09 17:01:32] '/u/Adventuroussoul18' has given '/u/Deecutz' lambda!
+31700 [2020-03-09 17:01:32] The OP received lambda too!
+31700 [2020-03-09 17:01:53] '/u/Adventuroussoul18' has given '/u/LondonFactory' lambda!
+31700 [2020-03-09 17:02:52] '/u/Adventuroussoul18' has given '/u/serioussenpai' lambda!
+31700 [2020-03-09 17:04:02] There has been a new submission: 'Noob vs Pro Alcohol Inks! Now we’ve finished building our YouTube studio we decided to do more of a chilled out project. We had fun doing this! We have so many awesome ideas for projects we want to do on our channel! We would appreciate any feedback 😊', with flair 'Video Critique'
+31700 [2020-03-09 17:04:35] There has been a new submission: 'Growing a Musician’s presence in YouTube?', with flair 'Discussion'
+31700 [2020-03-09 17:07:50] There has been a new submission: 'Laminar flow', with flair 'Vlog'
+31700 [2020-03-09 17:07:51] /u/thescullyfamily had their submission removed for insufficient lambda.
+31700 [2020-03-09 17:11:40] There has been a new submission: 'AMAZING VIDEOS FROM REAL LIFE | AMAZING PEOPLE WITH AMAZING SKILLS 🔥 💯', with flair 'Video Critique'
+31700 [2020-03-09 17:11:42] /u/just_awesome_ had their submission removed for insufficient lambda.
+31700 [2020-03-09 17:32:32] '/u/Adventuroussoul18' has given '/u/Bleau98' lambda!
+31700 [2020-03-09 17:38:49] There has been a new submission: 'Hello I Do Reaction Commentary and just Regular Commentaries in general. I would love to hear some feedback :)', with flair 'Video Critique'
+31700 [2020-03-09 17:42:33] There has been a new submission: 'Thanks to everyone for all the advice, I really feel like I've grown as a channel in just 15 uploads. Not only in my numbers but in the actual quality of the content. So thank you all! Would love some feedback on my latest haul and giveaway :)', with flair 'Video Critique'
+31700 [2020-03-09 17:56:53] There has been a new submission: 'Mendum - You (feat. Brenton Mattheus)', with flair 'Video Critique'
+31700 [2020-03-09 17:56:54] /u/aljhon11 had their submission removed for insufficient lambda.
+31700 [2020-03-09 17:58:35] '/u/ThrowRAsberries' has given '/u/serioussenpai' lambda!
+31700 [2020-03-09 17:58:35] The OP received lambda too!
+31700 [2020-03-09 18:01:14] '/u/FilmPositivity' has given '/u/Deecutz' lambda!
+31700 [2020-03-09 18:01:26] There has been a new submission: 'CHANNEL REVIEW 👏👏 come on guys do unto others as you would have them do unto you and give me feedback on my channel. There is a lot of lambda in it for you :*. I want to know with your feedback, yes your feedback: How can I reach a bigger audience. Channel Name: The Very Best of Alex', with flair 'Channel Review'
+32258 [2020-03-09 18:01:56]
+####################
+[2020-03-09 18:01:56] RESTARTED
+####################
+
+32258 [2020-03-09 18:04:36] '/u/FilmPositivity' has given '/u/shaunyoong' lambda!
+32258 [2020-03-09 18:06:20] '/u/ThrowRAsberries' has given '/u/dadirri' lambda!
+32258 [2020-03-09 18:10:53] There has been a new submission: 'Justin Bieber- Intentions | REACTION', with flair 'None'
+32258 [2020-03-09 18:10:55] /u/Mark5307 had their submission removed for insufficient lambda.
+32258 [2020-03-09 18:12:15] There has been a new submission: 'I created a competition for small youtubers where they create comedy sketches around the same theme', with flair 'Video Critique'
+32258 [2020-03-09 18:14:58] '/u/BoomerangTKO' has given '/u/admiller3' lambda!
+32258 [2020-03-09 18:14:58] The OP received lambda too!
+32258 [2020-03-09 18:16:18] There has been a new submission: 'Video Critique', with flair 'Video Critique'
+32258 [2020-03-09 18:16:59] There has been a new submission: 'Another weekly video I made, guaranteed to make you giggle :) Let me know your thoughts and leave some love by subbing <3', with flair 'Video Critique'
+32258 [2020-03-09 18:17:00] /u/BadBounceAndBeyond had their submission removed for insufficient lambda.
+32258 [2020-03-09 18:17:08] '/u/BoomerangTKO' has given '/u/Dannyfiala' lambda!
+32258 [2020-03-09 18:19:06] There has been a new submission: 'So tried doing a different style of video - but worried as there is no interaction but hopefully it works well as a vlog? But not sure if it could even be called a vlog... I don’t know - let me know your thoughts - will give lambda :-)', with flair 'Video Critique'
+32258 [2020-03-09 18:21:49] '/u/avamansouri' has given '/u/Adventuroussoul18' lambda!
+32258 [2020-03-09 18:21:49] The OP received lambda too!
+32258 [2020-03-09 18:29:17] '/u/Adventuroussoul18' has given '/u/Just_a_Cookcooking' lambda!
+32258 [2020-03-09 18:30:10] There has been a new submission: 'VENOM PART 2 FULL PARODY SCI FI MOVIE', with flair 'None'
+32258 [2020-03-09 18:30:13] /u/epicrealm2 had their submission removed for insufficient lambda.
+32258 [2020-03-09 18:32:55] There has been a new submission: 'Just started on Youtube - would love any tips or ideas!', with flair 'Channel Review'
+32258 [2020-03-09 18:32:57] /u/bpatural had their submission removed for insufficient lambda.
+32258 [2020-03-09 18:33:53] '/u/Djbernie805' has given '/u/DariusShow' lambda!
+32258 [2020-03-09 18:33:53] The OP received lambda too!
+32258 [2020-03-09 18:36:25] There has been a new submission: 'Hi, I've just started on Youtube and I'd love a critique of this video and any tips!', with flair 'Video Critique'
+32258 [2020-03-09 18:36:26] /u/bpatural had their submission removed for insufficient lambda.
+32258 [2020-03-09 18:39:55] '/u/BoomerangTKO' has given '/u/YouTubeJebaholic' lambda!
+32258 [2020-03-09 18:40:24] '/u/Djbernie805' has given '/u/lil_traveller' lambda!
+32258 [2020-03-09 18:40:42] '/u/thebentknitter' has given '/u/Deecutz' lambda!
+32258 [2020-03-09 18:40:42] The OP received lambda too!
+32258 [2020-03-09 18:44:53] '/u/FPVMARK' has given '/u/kamilpekala' lambda!
+32258 [2020-03-09 18:44:53] The OP received lambda too!
+32258 [2020-03-09 18:47:15] '/u/SnakeAholic_' has given '/u/aLeakyAbstraction' lambda!
+32258 [2020-03-09 18:47:15] The OP received lambda too!
+32258 [2020-03-09 18:48:29] There has been a new submission: 'I’ve been on YouTube for 2 years and would like some feedback', with flair 'Channel Review'
+32258 [2020-03-09 18:48:30] /u/IhasTaco had their submission removed for insufficient lambda.
+32258 [2020-03-09 18:49:18] '/u/SnakeAholic_' has given '/u/Bleau98' lambda!
+32258 [2020-03-09 18:51:36] '/u/FPVMARK' has given '/u/fpvdronelife' lambda!
+32258 [2020-03-09 18:53:46] '/u/SnakeAholic_' has given '/u/2Legit2Cwithe' lambda!
+32258 [2020-03-09 18:55:40] '/u/SnakeAholic_' has given '/u/Deecutz' lambda!
+32258 [2020-03-09 18:58:09] '/u/SnakeAholic_' has given '/u/BreadZeppelinYT' lambda!
+32258 [2020-03-09 19:00:22] There has been a new submission: 'Samurai 8 The FATE of Hachimaru', with flair 'Channel Review'
+32258 [2020-03-09 19:00:25] /u/phillslifestyle had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:02:37] There has been a new submission: 'Need some attractive thumbnails, banner or profile pic for your channel...just for 3.50USD I can help you out ( anyone interested only do let me know )', with flair 'Art'
+32258 [2020-03-09 19:05:44] There has been a new submission: 'Please help me out i am just starting out', with flair 'Discussion'
+32258 [2020-03-09 19:05:45] /u/xd_SpooderBoi23 had their submission removed for using the wrong flair.
+32258 [2020-03-09 19:09:20] There has been a new submission: 'Review my channel and sub if you want', with flair 'Channel Review'
+32258 [2020-03-09 19:09:21] /u/xd_SpooderBoi23 had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:09:31] There has been a new submission: 'SIEGE PLAYS THAT MAKE YOUR BIG BRAIN THROB', with flair 'Gaming'
+32258 [2020-03-09 19:09:32] /u/BreadZeppelinYT had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:11:01] There has been a new submission: 'Subscribe to reach 200 subs plz', with flair 'None'
+32258 [2020-03-09 19:11:03] /u/mariosfrrok6878 had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:11:24] There has been a new submission: 'How many people have died from Coronavirus? We are a new small animation channel who would love some feedback :)', with flair 'Video Critique'
+32258 [2020-03-09 19:11:26] /u/Paragon_Play had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:16:51] There has been a new submission: 'I dabbled with introducing more comedy in a serious type video, how did I do?', with flair 'Video Critique'
+32258 [2020-03-09 19:18:22] '/u/Max-F3rgus0n' has given '/u/kabagonnaplay' lambda!
+32258 [2020-03-09 19:21:49] There has been a new submission: '5th video and looking for advice!', with flair 'Video Critique'
+32258 [2020-03-09 19:21:51] /u/lukewhansford had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:28:23] '/u/MafiasFinestTV' has given '/u/Adventuroussoul18' lambda!
+32258 [2020-03-09 19:33:51] There has been a new submission: 'Modern Warfare Secret Weapons - Part 1: This is my first video on YouTube and I would appreciate any feedback (will give lambda). I plan on making simple informative Call of Duty Videos.', with flair 'Video Critique'
+32258 [2020-03-09 19:38:54] There has been a new submission: 'TWD Daryl Dixon, Kings (A tribute I made that I hope I can share to you guys and maybe someone of you will like it :) It do include clips from the latest episodes 10 and 11)', with flair 'Art'
+32258 [2020-03-09 19:38:55] /u/Marvel-Loveboyyy had their submission removed for insufficient lambda.
+32258 [2020-03-09 19:44:43] There has been a new submission: 'Face cam - does it help or hinder?', with flair 'Discussion'
+32258 [2020-03-09 19:45:29] There has been a new submission: 'Why would people comment and not upvote? Or even downvote? It does not make sense to me! Any thoughts', with flair 'Discussion'
+32258 [2020-03-09 19:59:13] '/u/dannylightning' has given '/u/KnowledgeOfLife' lambda!
+32258 [2020-03-09 19:59:13] The OP received lambda too!
+32427 [2020-03-09 20:01:56]
+####################
+[2020-03-09 20:01:56] RESTARTED
+####################
+
+32427 [2020-03-09 20:03:00] '/u/Electric_Mauser' has given '/u/Sedica_n_Tryna_Play' lambda!
+32427 [2020-03-09 20:03:10] '/u/Electric_Mauser' has given '/u/The_Roman_d00d' lambda!
+32427 [2020-03-09 20:03:20] '/u/Electric_Mauser' has given '/u/AlexeyCrane' lambda!
+32427 [2020-03-09 20:03:30] '/u/Electric_Mauser' has given '/u/PeanutButterCrisp' lambda!
+32427 [2020-03-09 20:03:40] '/u/Electric_Mauser' has given '/u/ReverseNationYT' lambda!
+32427 [2020-03-09 20:08:37] There has been a new submission: 'Neon Beats Ep. 2 Level 3', with flair 'Video Critique'
+32427 [2020-03-09 20:08:38] /u/SURFRBNYWAFFLES had their submission removed for insufficient lambda.
+32427 [2020-03-09 20:09:13] There has been a new submission: 'MAKE UP FAST.', with flair 'Video Critique'
+32427 [2020-03-09 20:09:14] /u/Alex-Tenshi had their submission removed for insufficient lambda.
+32427 [2020-03-09 20:11:27] '/u/DadaskiDiaries' has given '/u/Illfury' lambda!
+32427 [2020-03-09 20:11:27] The OP received lambda too!
+32427 [2020-03-09 20:11:41] '/u/BoomerangTKO' has given '/u/dipshitalpharomeo' lambda!
+32427 [2020-03-09 20:11:57] There has been a new submission: '4 tips on how to efficiently edit screencasts in Premiere Pro - useful for youtubers making gaming videos, software reviews, tutorials or even vlogs. How do you like my image quality, audio and presentation energy?', with flair 'Video Critique'
+32427 [2020-03-09 20:14:12] '/u/DadaskiDiaries' has given '/u/CopyingJax' lambda!
+32427 [2020-03-09 20:20:31] '/u/PepiOnLine' has given '/u/TheRealJyro' lambda!
+32427 [2020-03-09 20:20:31] The OP received lambda too!
+32427 [2020-03-09 20:23:01] '/u/Airship11' has given '/u/Riko_07' lambda!
+32427 [2020-03-09 20:23:01] The OP received lambda too!
+32427 [2020-03-09 20:25:55] There has been a new submission: 'I PLAYED AS NINJA IN FORTSHITE?! (Fortnite: Battle Royale) Hope you guys like the video and if you genuinely enjoyed it then I hope you guys stick around :) Thanks', with flair 'Video Critique'
+32427 [2020-03-09 20:26:48] '/u/Illfury' has given '/u/MalakJoe' lambda!
+32427 [2020-03-09 20:26:48] The OP received lambda too!
+32427 [2020-03-09 20:29:12] '/u/Illfury' has given '/u/paranoidmelon' lambda!
+32427 [2020-03-09 20:30:14] There has been a new submission: 'Just starting a new channel, played Rust and met a guy who can play Bohemian Rhapsody and Skyrim theme in Rust!', with flair 'Gaming'
+32427 [2020-03-09 20:30:17] /u/sigma2712 had their submission removed for insufficient lambda.
+32427 [2020-03-09 20:31:32] '/u/Illfury' has given '/u/kabagonnaplay' lambda!
+32427 [2020-03-09 20:33:44] There has been a new submission: 'First time recording this! I'd appreciate honest feedback, thank you', with flair 'Video Critique'
+32427 [2020-03-09 20:34:19] '/u/B_nos' has given '/u/GoldenGooseDragon' lambda!
+32427 [2020-03-09 20:36:14] '/u/B_nos' has given '/u/TheAngelBacon' lambda!
+32427 [2020-03-09 20:39:36] '/u/B_nos' has given '/u/lukewhansford' lambda!
+32427 [2020-03-09 20:40:30] There has been a new submission: 'What to do if we get into a recession due to coronavirus?', with flair 'Channel Review'
+32427 [2020-03-09 20:40:32] /u/kurt_FI had their submission removed for insufficient lambda.
+32427 [2020-03-09 20:40:46] There has been a new submission: 'Lego Star Wars: The Complete Saga Co-op Let's Play Episode/Part 4 Gameplay Walkthrough Blind Facecam', with flair 'None'
+32427 [2020-03-09 20:40:48] /u/loopy2mn had their submission removed for insufficient lambda.
+32427 [2020-03-09 20:47:45] '/u/BoomerangTKO' has given '/u/RockLover37' lambda!
+32427 [2020-03-09 20:49:42] There has been a new submission: 'Copyrighted video blocked everywhere but UK', with flair 'Discussion'
+32427 [2020-03-09 20:52:27] '/u/EngineeringJuice' has given '/u/lukewhansford' lambda!
+32427 [2020-03-09 20:57:59] '/u/bestofalex' has given '/u/lukewhansford' lambda!
+32427 [2020-03-09 20:57:59] The OP received lambda too!
+32427 [2020-03-09 21:01:47] '/u/_GoatBandit_' has given '/u/endego24' lambda!
+32427 [2020-03-09 21:01:47] The OP received lambda too!
+32427 [2020-03-09 21:03:34] '/u/BoomerangTKO' has given '/u/markthequest' lambda!
+32427 [2020-03-09 21:03:44] '/u/_GoatBandit_' has given '/u/dipshitalpharomeo' lambda!
+32427 [2020-03-09 21:04:15] '/u/_GoatBandit_' has given '/u/denandmugMAKES' lambda!
+32427 [2020-03-09 21:04:54] There has been a new submission: 'VIDEO POSTED! Check it out! WHY DID EVERYONE LEAVE ME?? \\ Disappearance', with flair 'Gaming'
+32427 [2020-03-09 21:04:57] /u/TheKingTwizz had their submission removed for insufficient lambda.
+32427 [2020-03-09 21:06:02] '/u/GrumpyBottom_YT' has given '/u/rlafata' lambda!
+32427 [2020-03-09 21:08:34] There has been a new submission: 'New series! First episode of MotoTips, check it out and if you enjoyed consider hitting that subscribe button as well as smashing the like button!', with flair 'Vlog'
+32427 [2020-03-09 21:08:35] /u/Mattboi01 had their submission removed for insufficient lambda.
+32427 [2020-03-09 21:12:37] There has been a new submission: 'Bruges Through my Eyes', with flair 'Art'
+32427 [2020-03-09 21:12:39] /u/Robbedk had their submission removed for insufficient lambda.
+32427 [2020-03-09 21:12:51] '/u/BoomerangTKO' has given '/u/onceuponmusic' lambda!
+32427 [2020-03-09 21:17:12] There has been a new submission: '5th video so still learning but any feedback is greatly appreciated! Hope you enjoy the dance 😂 lambda being given 😇', with flair 'Video Critique'
+32427 [2020-03-09 21:22:43] There has been a new submission: 'WHAT'S A FINAL FANTASY? Hello, friends! Here is what I call a Kababridged video of my very first Final Fantasy game I have ever played, the FFVII Remake Demo. It's a highlight video of entertaining bits during my full playthrough of the demo. Give it a watch, and please let me know what you think.', with flair 'Gaming'
+32427 [2020-03-09 21:25:23] There has been a new submission: 'Just put out a vid revealing how PS4 owners actually have everything they need to make their own gaming edits and montages! No external capture cards or PCs needed 👍', with flair 'Gaming'
+32427 [2020-03-09 21:27:58] '/u/BoomerangTKO' has given '/u/chsmntnstudios' lambda!
+32427 [2020-03-09 21:28:07] '/u/GrumpyBottom_YT' has given '/u/mattfaris' lambda!
+32427 [2020-03-09 21:30:42] '/u/GrumpyBottom_YT' has given '/u/YTAverageGamer1' lambda!
+32427 [2020-03-09 21:30:51] There has been a new submission: 'I posted not too long ago with a video and you guys had such great feedback. I tried to utilize all of that feedback to make what I think now is my (and Nick's) favorite video on our channel! :) Thanks so much guys, I'd love any more feedback you might have to make it even better!!', with flair 'Gaming'
+32427 [2020-03-09 21:33:55] '/u/FPVMARK' has given '/u/dipshitalpharomeo' lambda!
+32427 [2020-03-09 21:34:29] '/u/FPVMARK' has given '/u/denandmugMAKES' lambda!
+32427 [2020-03-09 21:34:59] '/u/denandmugMAKES' has given '/u/invaderzoom' lambda!
+32427 [2020-03-09 21:34:59] The OP received lambda too!
+32427 [2020-03-09 21:41:59] '/u/GrumpyBottom_YT' has given '/u/CopperPanMan' lambda!
+32427 [2020-03-09 21:42:23] '/u/Bleau98' has given '/u/kamilpekala' lambda!
+32427 [2020-03-09 21:42:23] The OP received lambda too!
+32427 [2020-03-09 21:44:13] '/u/BoomerangTKO' has given '/u/Sewance' lambda!
+32427 [2020-03-09 21:45:08] There has been a new submission: 'r/teamsmalls best of guilty pleasures. Finding small great channels, under 50k subs', with flair 'Video Critique'
+32427 [2020-03-09 21:45:30] {ERROR} received 500 HTTP response
+32427 [2020-03-09 21:47:00] {ERROR} received 500 HTTP response
+32627 [2020-03-09 22:01:56]
+####################
+[2020-03-09 22:01:56] RESTARTED
+####################
+
+32627 [2020-03-09 22:02:28] '/u/GrumpyBottom_YT' has given '/u/Cherokee_Babe' lambda!
+32627 [2020-03-09 22:03:03] There has been a new submission: 'This is probably the most stupid challenge anybody has ever attempted in Overwatch.', with flair 'Video Critique'
+32627 [2020-03-09 22:03:11] There has been a new submission: 'death stranding 2 (walking simulator 2020)', with flair 'Gaming'
+32627 [2020-03-09 22:03:22] '/u/GrumpyBottom_YT' has given '/u/mmarion13' lambda!
+32627 [2020-03-09 22:05:34] '/u/lukewhansford' has given '/u/Cobra418' lambda!
+32627 [2020-03-09 22:05:34] The OP received lambda too!
+32627 [2020-03-09 22:08:01] There has been a new submission: 'Hey guys! I just posted a comedy/review video where I go through some weird bootleg sonic games and hacks. Will give lambda for some feedback :)', with flair 'Video Critique'
+32627 [2020-03-09 22:12:41] '/u/BoomerangTKO' has given '/u/Taz-The-Yorkie' lambda!
+32627 [2020-03-09 22:13:31] '/u/GrumpyBottom_YT' has given '/u/death_ismy_bitch' lambda!
+32627 [2020-03-09 22:14:34] There has been a new submission: 'This is my second video of me Playing the horror game Visage since the first video did pretty good. This time i had more time to edit and add things. Any critiques (giving Lambda)', with flair 'Gaming'
+32627 [2020-03-09 22:16:06] There has been a new submission: 'What do your think of the camera angles, pip, transitions, audio and length? Thumbnail?', with flair 'None'
+32627 [2020-03-09 22:20:43] There has been a new submission: 'Upload a video on CSGO! I took the best moments from the recording and spent alot of time editing it! I'll give lambda for compliments and feedback! And if you enjoyed, consider subscribing!', with flair 'Video Critique'
+32627 [2020-03-09 22:23:33] {ERROR} received 500 HTTP response
+32627 [2020-03-09 22:25:10] There has been a new submission: 'New Fortnite Video', with flair 'Gaming'
+32627 [2020-03-09 22:25:12] /u/ChiliadChief had their submission removed for insufficient lambda.
+32627 [2020-03-09 22:32:13] There has been a new submission: 'hello there! Nice to meet you! Please check my amazing youtube channel because you might as well because your cool', with flair 'Gaming'
+32627 [2020-03-09 22:32:15] /u/livehealthyandfit had their submission removed for insufficient lambda.
+32627 [2020-03-09 22:38:34] There has been a new submission: 'How do you grow your channel?', with flair 'Discussion'
+32627 [2020-03-09 22:52:51] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+32627 [2020-03-09 22:52:53] /u/TheRealBluefire had their submission removed for insufficient lambda.
+32627 [2020-03-09 23:03:20] There has been a new submission: 'Looking for Collabs (2K20, Minecraft) PS4', with flair 'Collab'
+32627 [2020-03-09 23:24:59] There has been a new submission: 'Geekin’ This Weekend | The Not So Safe For Work Gaming Channel | The Forest', with flair 'None'
+32627 [2020-03-09 23:25:01] /u/BxRyce2014 had their submission removed for insufficient lambda.
+32627 [2020-03-09 23:38:08] There has been a new submission: 'How to promote my channel?', with flair 'Discussion'
+32627 [2020-03-09 23:52:09] There has been a new submission: 'When your cousins mess up your game disk', with flair 'Vlog'
+32627 [2020-03-09 23:52:11] /u/Purdergor had their submission removed for insufficient lambda.
+32627 [2020-03-09 23:52:34] There has been a new submission: 'Guys give me hell! I want all the feedback anywhere else I can improve ?', with flair 'Channel Review'
+32627 [2020-03-09 23:52:36] /u/BroBuildz had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:01:57]
+####################
+[2020-03-10 00:01:57] RESTARTED
+####################
+
+32762 [2020-03-10 00:02:19] '/u/GideonGriebenow' has given '/u/bestofalex' lambda!
+32762 [2020-03-10 00:02:19] The OP received lambda too!
+32762 [2020-03-10 00:02:32] '/u/FPVMARK' has given '/u/mcdunco_ontheroad' lambda!
+32762 [2020-03-10 00:02:42] '/u/FilmPositivity' has given '/u/mcdunco_ontheroad' lambda!
+32762 [2020-03-10 00:02:53] '/u/Ghryms' has given '/u/lieutenatdan' lambda!
+32762 [2020-03-10 00:02:53] The OP received lambda too!
+32762 [2020-03-10 00:03:12] '/u/Illfury' has given '/u/FergHD' lambda!
+32762 [2020-03-10 00:03:22] '/u/Illfury' has given '/u/qzeqYT' lambda!
+32762 [2020-03-10 00:03:32] '/u/avamansouri' has given '/u/lukewhansford' lambda!
+32762 [2020-03-10 00:05:41] There has been a new submission: 'Nice photoshoot page', with flair 'Art'
+32762 [2020-03-10 00:05:43] /u/Fattylifter had their submission removed for insufficient lambda.
+1350 [2020-03-10 00:05:52] Updated statistics
+32762 [2020-03-10 00:09:49] There has been a new submission: 'America's Greatest Mystery | A Missing Plane Landed 37 Years After Takin...', with flair 'Channel Review'
+32762 [2020-03-10 00:09:50] /u/amazon1977 had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:10:41] '/u/Cobra418' has given '/u/jaxtnh' lambda!
+32762 [2020-03-10 00:10:41] The OP received lambda too!
+32762 [2020-03-10 00:10:51] There has been a new submission: 'I would appreciate any and all feedback! I give Lambda for your time and specific critiques🙏🏻', with flair 'Video Critique'
+32762 [2020-03-10 00:21:28] There has been a new submission: 'I fight the enderdragon with trolls to create an interesting video', with flair 'None'
+32762 [2020-03-10 00:26:57] '/u/Sipover' has given '/u/BreadPossum' lambda!
+32762 [2020-03-10 00:27:47] There has been a new submission: 'My Friends and I Made a Funny Gaming Channel for School, but We Hardly Get Any Views Despite the Hours of Editing Put Into It. Please Check Us Out!', with flair 'Gaming'
+32762 [2020-03-10 00:27:48] /u/Yummy_Yoshi had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:28:28] There has been a new submission: 'I'm starting to review/play through more obscure/indie titles. This is my video on Sea Salt, feedback always appreciated :)', with flair 'Gaming'
+32762 [2020-03-10 00:29:02] There has been a new submission: 'The betrayal; Tarkov edition', with flair 'Gaming'
+32762 [2020-03-10 00:29:03] /u/Pork-Star had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:35:47] There has been a new submission: 'Call of duty Mobile - Legends Never Die || Hardpoint (40+ kills) || HIVE Intro', with flair 'Gaming'
+32762 [2020-03-10 00:35:48] /u/Nirup05 had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:44:22] There has been a new submission: 'Please Critique! (D&D: The Family You Choose)', with flair 'Video Critique'
+32762 [2020-03-10 00:44:24] /u/locke_747 had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:47:00] '/u/Careless_Pickle1' has given '/u/Nirup05' lambda!
+32762 [2020-03-10 00:47:00] The OP received lambda too!
+32762 [2020-03-10 00:49:31] '/u/kabagonnaplay' has given '/u/Sewance' lambda!
+32762 [2020-03-10 00:49:31] The OP received lambda too!
+32762 [2020-03-10 00:51:57] There has been a new submission: 'Our skyblock server got very violent...', with flair 'Gaming'
+32762 [2020-03-10 00:51:59] /u/FineManYT had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:54:54] There has been a new submission: 'How to Catfish People Online (makeup tutorial)', with flair 'Channel Review'
+32762 [2020-03-10 00:54:55] /u/naebaetae had their submission removed for insufficient lambda.
+32762 [2020-03-10 00:55:37] There has been a new submission: 'I Have 1k Subs On Youtube Looking For A Group Or Ppl To Collab With anime, Video Game Talks Etc', with flair 'None'
+32762 [2020-03-10 00:55:38] /u/wootywoo93 had their submission removed for insufficient lambda.
+32762 [2020-03-10 01:03:50] '/u/FergHD' has given '/u/tommyboy_lr' lambda!
+32762 [2020-03-10 01:03:50] The OP received lambda too!
+32762 [2020-03-10 01:05:02] '/u/FergHD' has given '/u/jaxtnh' lambda!
+32762 [2020-03-10 01:12:52] There has been a new submission: 'incline bench press to chest growing', with flair 'Video Critique'
+32762 [2020-03-10 01:12:54] /u/efravargas had their submission removed for insufficient lambda.
+32762 [2020-03-10 01:16:40] There has been a new submission: 'The Arrival of Scatman', with flair 'Video Critique'
+32762 [2020-03-10 01:16:41] /u/velloman had their submission removed for insufficient lambda.
+32762 [2020-03-10 01:21:03] There has been a new submission: 'Recently started my channel. Like most looking for ways to make it better. Would love some honest feedback on my videos.', with flair 'Channel Review'
+32762 [2020-03-10 01:21:05] /u/obxchris had their submission removed for insufficient lambda.
+32762 [2020-03-10 01:51:48] '/u/BoomerangTKO' has given '/u/t33211' lambda!
+32762 [2020-03-10 01:52:37] '/u/BoomerangTKO' has given '/u/chri5ten' lambda!
+32762 [2020-03-10 01:56:20] There has been a new submission: 'Here’s a vlog I did a few days ago', with flair 'Vlog'
+32762 [2020-03-10 01:56:21] /u/Purpleluver20 had their submission removed for insufficient lambda.
+32762 [2020-03-10 01:56:40] '/u/BoomerangTKO' has given '/u/BLURRfacetv' lambda!
+32762 [2020-03-10 02:00:05] There has been a new submission: 'Homeless Youtuber. My first review is WORST REVIEWED MURDERER. Thanks for watching.', with flair 'Video Critique'
+32762 [2020-03-10 02:00:07] /u/Nothing_is_Easy had their submission removed for insufficient lambda.
+836 [2020-03-10 02:01:57]
+####################
+[2020-03-10 02:01:57] RESTARTED
+####################
+
+836 [2020-03-10 02:13:37] '/u/ReverseNationYT' has given '/u/thevinamazing' lambda!
+836 [2020-03-10 02:13:37] The OP received lambda too!
+836 [2020-03-10 02:18:21] There has been a new submission: 'Black Sunday 1935 by Riot of the Hot Pink Ukulele', with flair 'Art'
+836 [2020-03-10 02:18:22] /u/JesseAI had their submission removed for insufficient lambda.
+836 [2020-03-10 02:35:08] '/u/Illfury' has given '/u/Magento' lambda!
+836 [2020-03-10 02:35:39] '/u/Illfury' has given '/u/chri5ten' lambda!
+836 [2020-03-10 02:39:53] There has been a new submission: 'I make Minecraft and Beat Saber Videos on youtube. I have been super unlucky with the algorithm, so I’m resorting to using reddit to get me a bit higher. Currently at 136 subs.', with flair 'Gaming'
+836 [2020-03-10 02:39:53] /u/deadtornado had their submission removed for insufficient lambda.
+836 [2020-03-10 02:48:47] '/u/Careless_Pickle1' has given '/u/shaunyoong' lambda!
+836 [2020-03-10 03:10:07] '/u/Illfury' has given '/u/DopeTotem' lambda!
+836 [2020-03-10 03:13:44] There has been a new submission: 'First Person (P.O.V.) STREET PHOTOGRAPHY in NEW YORK CITY/Hudson River', with flair 'Art'
+836 [2020-03-10 03:13:46] /u/YT-LeeWilson had their submission removed for insufficient lambda.
+836 [2020-03-10 03:28:50] '/u/Ghryms' has given '/u/tommyboy_lr' lambda!
+836 [2020-03-10 03:41:29] There has been a new submission: 'I want to collab with gamers. I make travel and survival videos IRL. Need to spice up the comedy.', with flair 'Collab'
+836 [2020-03-10 03:47:29] There has been a new submission: 'Questions about live streaming.', with flair 'Discussion'
+836 [2020-03-10 03:59:29] '/u/Pratham2003' has given '/u/jaxtnh' lambda!
+836 [2020-03-10 03:59:29] The OP received lambda too!
+1001 [2020-03-10 04:01:57]
+####################
+[2020-03-10 04:01:57] RESTARTED
+####################
+
+1001 [2020-03-10 04:19:44] There has been a new submission: 'How Do You Edit Your Sound?', with flair 'Discussion'
+1001 [2020-03-10 04:35:56] There has been a new submission: 'Hey guys, This is my latest video. Please watch and any comments are much appreciated. Thank you so much!', with flair 'Video Critique'
+1001 [2020-03-10 04:35:58] /u/Just_a_Cookcooking had their submission removed for insufficient lambda.
+1001 [2020-03-10 04:38:02] There has been a new submission: 'PC OR PS4 Collab', with flair 'Collab'
+1001 [2020-03-10 04:45:01] There has been a new submission: 'Kentay vlog', with flair 'Vlog'
+1001 [2020-03-10 04:45:03] /u/huynhdvq had their submission removed for insufficient lambda.
+1001 [2020-03-10 05:01:46] '/u/kamilpekala' has given '/u/jaxtnh' lambda!
+1001 [2020-03-10 05:01:46] The OP received lambda too!
+1001 [2020-03-10 05:06:10] '/u/Endy_McGufin' has given '/u/Film_Engineering' lambda!
+1001 [2020-03-10 05:07:12] '/u/Endy_McGufin' has given '/u/dipshitalpharomeo' lambda!
+1001 [2020-03-10 05:10:46] '/u/Endy_McGufin' has given '/u/CopperPanMan' lambda!
+1001 [2020-03-10 05:11:14] '/u/Endy_McGufin' has given '/u/treverglitching' lambda!
+1001 [2020-03-10 05:12:10] There has been a new submission: 'AHHHHHH', with flair 'Channel Review'
+1001 [2020-03-10 05:12:12] /u/PdawgUltimate had their submission removed for insufficient lambda.
+1001 [2020-03-10 05:13:59] '/u/Endy_McGufin' has given '/u/Deecutz' lambda!
+1001 [2020-03-10 05:17:27] '/u/FergHD' has given '/u/LiljoeyJojo' lambda!
+1001 [2020-03-10 05:28:26] There has been a new submission: 'I teach math in San Diego & tutor students for the SAT / GMAT / GRE. I have a YT page to help my students learn math & have fun :). Check it out if you’re learning math or taking the SAT.', with flair 'Channel Review'
+1001 [2020-03-10 05:28:26] /u/MathHooligan had their submission removed for insufficient lambda.
+1001 [2020-03-10 05:49:06] '/u/Ghryms' has given '/u/Cero2996' lambda!
+1001 [2020-03-10 06:00:15] There has been a new submission: 'Hello there! Nice to meet you! My name is pukar. Please checkout my amazing youtube channel because you might as well as because your cool CHANNEL NAME-Greenwood Relaxing Music', with flair 'Channel Review'
+1001 [2020-03-10 06:00:18] /u/PUKAR12345 had their submission removed for insufficient lambda.
+1137 [2020-03-10 06:01:57]
+####################
+[2020-03-10 06:01:57] RESTARTED
+####################
+
+1137 [2020-03-10 06:20:49] There has been a new submission: 'My first video using Adobe Premiere Pro for editing. Please give me feedback what you think!', with flair 'Video Critique'
+1137 [2020-03-10 06:46:13] There has been a new submission: 'Looking for feedback to my new channel', with flair 'Channel Review'
+1137 [2020-03-10 06:46:14] /u/ibau had their submission removed for insufficient lambda.
+1137 [2020-03-10 06:49:18] There has been a new submission: 'Abstract Art', with flair 'Art'
+1137 [2020-03-10 06:49:19] /u/beingckr had their submission removed for insufficient lambda.
+1137 [2020-03-10 07:10:38] There has been a new submission: 'I finally did something I've always wanted to and posted a video, It's not much but it's doing really well compared to what I expected. I'd really love for you to check me out and let me know what you think / where I should go from here!! :D Thank you!', with flair 'Video Critique'
+1137 [2020-03-10 07:10:40] /u/IAmDerrick had their submission removed for insufficient lambda.
+1137 [2020-03-10 07:54:34] '/u/Adventuroussoul18' has given '/u/Paragon_Play' lambda!
+1137 [2020-03-10 07:55:17] '/u/Adventuroussoul18' has given '/u/lukewhansford' lambda!
+1137 [2020-03-10 07:56:28] '/u/Adventuroussoul18' has given '/u/Slithersnake3' lambda!
+1137 [2020-03-10 07:57:08] '/u/Adventuroussoul18' has given '/u/invaderzoom' lambda!
+1529 [2020-03-10 08:01:57]
+####################
+[2020-03-10 08:01:57] RESTARTED
+####################
+
+1529 [2020-03-10 08:20:02] There has been a new submission: 'Question regarding thumb-nails-for total noobs please xD', with flair 'None'
+1529 [2020-03-10 08:20:04] /u/Stephan517 had their submission removed for insufficient lambda.
+1529 [2020-03-10 08:24:50] There has been a new submission: 'New Bangla Rock song from the streets of #KOLKATA, INDIA - Share and Support', with flair 'Art'
+1529 [2020-03-10 08:24:52] /u/pratikpradhanmusic had their submission removed for insufficient lambda.
+1529 [2020-03-10 08:42:18] '/u/Pappa-Squirrel' has given '/u/IAmDerrick' lambda!
+1529 [2020-03-10 08:42:19] The OP received lambda too!
+1529 [2020-03-10 09:01:53] '/u/8inchwonder69' has given '/u/GentlemanRaven' lambda!
+1529 [2020-03-10 09:07:11] '/u/chsmntnstudios' has given '/u/YTAverageGamer1' lambda!
+1529 [2020-03-10 09:07:11] The OP received lambda too!
+1529 [2020-03-10 09:09:54] '/u/Illfury' has given '/u/YTAverageGamer1' lambda!
+1529 [2020-03-10 09:10:37] '/u/Illfury' has given '/u/Ihavesevereautism69' lambda!
+1529 [2020-03-10 09:11:16] '/u/Illfury' has given '/u/74c0p4c0' lambda!
+1529 [2020-03-10 09:12:05] '/u/Illfury' has given '/u/MissJuliettexx' lambda!
+1529 [2020-03-10 09:12:48] '/u/Illfury' has given '/u/christiannchrist' lambda!
+1529 [2020-03-10 09:20:18] There has been a new submission: '7 TRUE DISTURBING HORROR Stories for BEDTIME [LetsNotMeet] | (You can listen to this in the background, don’t have to look)', with flair 'Video Critique'
+1529 [2020-03-10 09:37:54] There has been a new submission: 'Hi everyone! I am new to all this so any tips are appreciated! My channel is mainly going to be reviewing the latest games and add ons, so please subscribe and check out my channel and let me know what you think! Thanks!', with flair 'None'
+1529 [2020-03-10 09:51:10] '/u/BoomerangTKO' has given '/u/ChiliadChief' lambda!
+1529 [2020-03-10 09:51:33] '/u/BoomerangTKO' has given '/u/Ragroin' lambda!
+1529 [2020-03-10 09:51:50] '/u/BoomerangTKO' has given '/u/McDof' lambda!
+1529 [2020-03-10 09:53:22] '/u/BoomerangTKO' has given '/u/WalfieOnYouTube' lambda!
+1663 [2020-03-10 10:01:57]
+####################
+[2020-03-10 10:01:57] RESTARTED
+####################
+
+1663 [2020-03-10 10:16:43] '/u/FPVMARK' has given '/u/Sewance' lambda!
+1663 [2020-03-10 10:16:50] '/u/YTAverageGamer1' has given '/u/LiljoeyJojo' lambda!
+1663 [2020-03-10 10:16:50] The OP received lambda too!
+1663 [2020-03-10 10:49:10] There has been a new submission: 'I'm raising Money for The Michael J Fox Foundation For Parkinson’s Research in Honor of my Dad.', with flair 'Gaming'
+1663 [2020-03-10 10:49:11] /u/backtosnack had their submission removed for insufficient lambda.
+1663 [2020-03-10 11:01:17] '/u/BoomerangTKO' has given '/u/MatthewLopezOnYT' lambda!
+1663 [2020-03-10 11:04:33] There has been a new submission: 'Difference in views', with flair 'Discussion'
+1663 [2020-03-10 11:08:11] There has been a new submission: 'HOARDERS: FIRST ENCOUNTER WITH A HOARDER AND HIS CHIHUAHUA![Vlog]', with flair 'Vlog'
+1663 [2020-03-10 11:08:12] /u/Salvoman12 had their submission removed for insufficient lambda.
+1663 [2020-03-10 11:11:24] There has been a new submission: 'Back On The Road! | Grayton Beach, Florida (my newest video, blending the daily Vlog style with the voiceover/documentary style I’ve come to like. Let me know what you think!)', with flair 'None'
+1663 [2020-03-10 11:33:09] '/u/lukewhansford' has given '/u/Cero2996' lambda!
+1663 [2020-03-10 11:36:00] There has been a new submission: 'GTA SAN ANDREAS FUNNY MOMENTS 👀', with flair 'Gaming'
+1663 [2020-03-10 11:36:01] /u/251_honcho had their submission removed for insufficient lambda.
+1663 [2020-03-10 11:38:03] There has been a new submission: 'Go on... Have a go at my somewhat amusing COVID-19 sketch! I welcome critique, alongside a very small upturn in views.', with flair 'Video Critique'
+1663 [2020-03-10 11:47:28] There has been a new submission: 'What People Think About Sarah-Divine Issue | HumanMeter', with flair 'None'
+1663 [2020-03-10 11:47:29] /u/IndividualGuide had their submission removed for insufficient lambda.
+1663 [2020-03-10 11:48:30] '/u/chsmntnstudios' has given '/u/knowbottle' lambda!
+1663 [2020-03-10 11:49:56] '/u/chsmntnstudios' has given '/u/spinnacle-spinning' lambda!
+1663 [2020-03-10 11:51:50] '/u/Illfury' has given '/u/rievhardt' lambda!
+1663 [2020-03-10 11:52:03] There has been a new submission: 'IF RODDY RICH WAS A DOCTOR', with flair 'Art'
+1663 [2020-03-10 11:52:05] /u/youssefbenothman had their submission removed for insufficient lambda.
+1663 [2020-03-10 11:53:41] There has been a new submission: 'I made this very sad, ironic, but also very true edit, im really proud of the end result, i have started youtube last week and i have 4 k views already. opinions?', with flair 'Video Critique'
+1663 [2020-03-10 11:53:43] /u/legoyodaproductions had their submission removed for insufficient lambda.
+1663 [2020-03-10 11:55:39] There has been a new submission: 'Luigi's Mansion - Mario Kart 7 Music Extended HD', with flair 'Gaming'
+1663 [2020-03-10 11:55:40] /u/IntroMaster had their submission removed for insufficient lambda.
+1942 [2020-03-10 12:01:58]
+####################
+[2020-03-10 12:01:58] RESTARTED
+####################
+
+1942 [2020-03-10 12:17:18] '/u/TCTV_UK' has given '/u/GenericGhost_YT' lambda!
+1942 [2020-03-10 12:17:18] The OP received lambda too!
+1942 [2020-03-10 12:19:16] There has been a new submission: 'SOOOO Close to 1k subs boys, help a brotha out😩', with flair 'None'
+1942 [2020-03-10 12:19:17] /u/footy63819 had their submission removed for insufficient lambda.
+1942 [2020-03-10 12:19:42] There has been a new submission: 'YuGi-Oh! Pack Opening - Ignition Assault - A Pack a Day Keeps the Doctor Away - APADKTDA #0005', with flair 'Video Critique'
+1942 [2020-03-10 12:26:29] There has been a new submission: 'I want to share with you my latest video. I am a truck driver and in my travels. I like to document things that I see. I would like to hear from this community. to see if you enjoy my content, thank you.', with flair 'Video Critique'
+1942 [2020-03-10 12:26:30] /u/TheNomadTrucker had their submission removed for insufficient lambda.
+1942 [2020-03-10 12:27:16] '/u/_GoatBandit_' has given '/u/Jischasing' lambda!
+1942 [2020-03-10 12:31:17] '/u/ActivexGen' has given '/u/Cero2996' lambda!
+1942 [2020-03-10 12:31:18] The OP received lambda too!
+1942 [2020-03-10 12:33:10] '/u/ActivexGen' has given '/u/UNLoggy' lambda!
+1942 [2020-03-10 12:33:59] '/u/ActivexGen' has given '/u/LiljoeyJojo' lambda!
+1942 [2020-03-10 12:38:18] There has been a new submission: 'My YT video', with flair 'Gaming'
+1942 [2020-03-10 12:38:20] /u/Young_Senpai42069 had their submission removed for insufficient lambda.
+1942 [2020-03-10 12:44:20] There has been a new submission: 'Can any one telll me what wrong with my channel becoz i have 1k plus sub but my views not increases only 50 to 100 views get channel name is { ChilledSquirrel }', with flair 'Discussion'
+1942 [2020-03-10 12:46:24] '/u/Careless_Pickle1' has given '/u/IAmDerrick' lambda!
+1942 [2020-03-10 12:49:11] '/u/chsmntnstudios' has given '/u/TheNomadTrucker' lambda!
+1942 [2020-03-10 12:52:59] There has been a new submission: '[People with foot fetishes be like...] I feel like I'm not getting my videos to the right people because I'm not getting many subscribers. What tags and things should I be using/doing with my channel? Of course, giving out Lambda for all help/support!', with flair 'Video Critique'
+1942 [2020-03-10 12:57:33] There has been a new submission: 'We turned my friend into an Eboy! I tried a new intro let me know how you liked it. any good criticism will be rewarded with Iwambda.', with flair 'Channel Review'
+1942 [2020-03-10 12:59:03] '/u/UNLoggy' has given '/u/YTAverageGamer1' lambda!
+1942 [2020-03-10 12:59:03] The OP received lambda too!
+1942 [2020-03-10 13:03:16] There has been a new submission: 'The REVENANT EXPERIENCE', with flair 'Gaming'
+1942 [2020-03-10 13:03:18] /u/Tonedog01 had their submission removed for insufficient lambda.
+1942 [2020-03-10 13:04:43] '/u/YTAverageGamer1' has given '/u/MafiasFinestTV' lambda!
+1942 [2020-03-10 13:08:48] '/u/chsmntnstudios' has given '/u/addanow' lambda!
+1942 [2020-03-10 13:28:20] There has been a new submission: 'We are a group of game enthusiast and artist, we create art and gaming videos on this channel, please have a look and give us some feedback if possible, thanks!', with flair 'Channel Review'
+1942 [2020-03-10 13:28:21] /u/KKAddi had their submission removed for insufficient lambda.
+1942 [2020-03-10 13:30:34] '/u/Cobra418' has given '/u/serioussenpai' lambda!
+1942 [2020-03-10 13:34:30] There has been a new submission: 'Feeling unmotivated with YouTube? Here are the 5 YouTube-Mindsets that will change everything + get you motivated again!', with flair 'Video Critique'
+1942 [2020-03-10 13:34:32] /u/modernaddiction had their submission removed for insufficient lambda.
+1942 [2020-03-10 13:34:59] '/u/chsmntnstudios' has given '/u/Endy_McGufin' lambda!
+1942 [2020-03-10 13:35:14] '/u/chsmntnstudios' has given '/u/actuallyBIG' lambda!
+1942 [2020-03-10 13:40:38] '/u/YTAverageGamer1' has given '/u/cjf5414' lambda!
+1942 [2020-03-10 13:43:04] '/u/YTAverageGamer1' has given '/u/KKAddi' lambda!
+1942 [2020-03-10 13:48:02] There has been a new submission: 'Craft Disaster! Lambda given for specific helpful critiques', with flair 'Video Critique'
+1942 [2020-03-10 13:50:36] '/u/TCTV_UK' has given '/u/cjf5414' lambda!
+1942 [2020-03-10 13:52:31] There has been a new submission: 'Me and my friends new podcast check it out!!! New episode every Friday', with flair 'None'
+1942 [2020-03-10 13:52:33] /u/dekamaster898 had their submission removed for insufficient lambda.
+1942 [2020-03-10 13:58:34] '/u/chsmntnstudios' has given '/u/SupaCoolMoM' lambda!
+1942 [2020-03-10 13:58:41] '/u/TCTV_UK' has given '/u/BrassBallsComedy' lambda!
+1942 [2020-03-10 13:59:18] There has been a new submission: 'My newest gaming video, feel free to critique and say what you think about it.', with flair 'Gaming'
+1942 [2020-03-10 13:59:19] /u/Aiderraider had their submission removed for insufficient lambda.
+1942 [2020-03-10 13:59:53] There has been a new submission: 'Any suggestions for a Minecraft plugin challenge?', with flair 'Discussion'
+2075 [2020-03-10 14:01:58]
+####################
+[2020-03-10 14:01:58] RESTARTED
+####################
+
+2075 [2020-03-10 14:03:00] '/u/MafiasFinestTV' has given '/u/modernaddiction' lambda!
+2075 [2020-03-10 14:08:01] There has been a new submission: 'Feedback on my should you watch video much appreciated', with flair 'Discussion'
+2075 [2020-03-10 14:08:02] /u/Random-Dan had their submission removed for using the wrong flair.
+2075 [2020-03-10 14:10:11] There has been a new submission: 'Feedback would be greatly appreciated', with flair 'Video Critique'
+2075 [2020-03-10 14:10:13] /u/Random-Dan had their submission removed for insufficient lambda.
+2075 [2020-03-10 14:12:20] There has been a new submission: 'If you love Cruise Vlogs Check out my Vlog from my Trip on the Liberty Of The Seas. I appreciate all the support and any feedback. Solo Cruising - Liberty Of The Seas - Embarkation Day 1 (Part 1) | Vlog #3', with flair 'Vlog'
+2075 [2020-03-10 14:12:22] /u/thelifeofriles had their submission removed for insufficient lambda.
+2075 [2020-03-10 14:13:22] '/u/MafiasFinestTV' has given '/u/modernaddiction' lambda!
+2075 [2020-03-10 14:14:12] '/u/MafiasFinestTV' has given '/u/modernaddiction' lambda!
+2075 [2020-03-10 14:27:35] There has been a new submission: 'Business Lessons From Dwight Schrute (this series looks at real lessons from very unlikely characters - if you don't like The Office, feel free to review one of the other episodes, such as life lessons from Rick & Morty or Bojack Horseman - lambda will be given very freely for any feedback! Thanks)', with flair 'Video Critique'
+2075 [2020-03-10 14:42:08] There has been a new submission: 'how to reset windows 7, 8, 10 password using Software for free | Hiren Boot CD | English', with flair 'Channel Review'
+2075 [2020-03-10 14:42:10] /u/GeekvsJerk had their submission removed for insufficient lambda.
+2075 [2020-03-10 14:43:54] '/u/modernaddiction' has given '/u/MafiasFinestTV' lambda!
+2075 [2020-03-10 14:43:54] The OP received lambda too!
+2075 [2020-03-10 14:47:58] There has been a new submission: 'F.R.I.E.N.D.S : The One That Made Us Smile | F1 Friends Parody |', with flair 'Discussion'
+2075 [2020-03-10 14:47:59] /u/RealRacer1354 had their submission removed for using the wrong flair.
+2075 [2020-03-10 14:51:46] '/u/TCTV_UK' has given '/u/MafiasFinestTV' lambda!
+2075 [2020-03-10 14:52:16] '/u/GenericGhost_YT' has given '/u/MafiasFinestTV' lambda!
+2075 [2020-03-10 14:52:17] The OP received lambda too!
+2075 [2020-03-10 14:53:25] '/u/GenericGhost_YT' has given '/u/Random-Dan' lambda!
+2075 [2020-03-10 14:58:25] There has been a new submission: 'Vine 4.0 Funniest TikTok Compilation', with flair 'Channel Review'
+2075 [2020-03-10 14:58:26] /u/TeamMythical had their submission removed for insufficient lambda.
+2075 [2020-03-10 15:03:30] There has been a new submission: 'Finally made the First Video', with flair 'Vlog'
+2075 [2020-03-10 15:03:32] /u/dixi666 had their submission removed for insufficient lambda.
+2075 [2020-03-10 15:07:00] '/u/YTAverageGamer1' has given '/u/glazed_turkey' lambda!
+2075 [2020-03-10 15:07:45] There has been a new submission: 'Me arguing with myself', with flair 'Meta'
+2075 [2020-03-10 15:07:46] /u/NiteofLite had their submission removed for using the wrong flair.
+2075 [2020-03-10 15:10:03] There has been a new submission: 'Arguing with myself', with flair 'Video Critique'
+2075 [2020-03-10 15:10:05] /u/NiteofLite had their submission removed for insufficient lambda.
+2075 [2020-03-10 15:10:41] There has been a new submission: 'Shop Daze - Return to Spirit Peaks Raceway', with flair 'Channel Review'
+2075 [2020-03-10 15:10:44] /u/Shop_Daze had their submission removed for insufficient lambda.
+2075 [2020-03-10 15:12:18] '/u/chsmntnstudios' has given '/u/HumperTrooper15' lambda!
+2075 [2020-03-10 15:13:43] '/u/modernaddiction' has given '/u/GenericGhost_YT' lambda!
+2075 [2020-03-10 15:20:43] '/u/modernaddiction' has given '/u/tommyboy_lr' lambda!
+2075 [2020-03-10 15:21:41] '/u/modernaddiction' has given '/u/Illfury' lambda!
+2075 [2020-03-10 15:23:49] '/u/modernaddiction' has given '/u/BadBounceAndBeyond' lambda!
+2075 [2020-03-10 15:27:54] There has been a new submission: 'It's Been A LONG Time (3 Months) Since I Uploaded On My Channel But I Finally Did It! I Hope You Guys Enjoy!', with flair 'Vlog'
+2075 [2020-03-10 15:29:23] '/u/modernaddiction' has given '/u/dixi666' lambda!
+2075 [2020-03-10 15:40:20] '/u/chsmntnstudios' has given '/u/QueenHamOfHearts' lambda!
+2075 [2020-03-10 15:47:43] There has been a new submission: 'New streamer here', with flair 'Gaming'
+2075 [2020-03-10 15:47:44] /u/copcopekcro had their submission removed for insufficient lambda.
+2075 [2020-03-10 15:52:05] There has been a new submission: 'Cringe is cringe, yep', with flair 'Discussion'
+2075 [2020-03-10 15:52:07] /u/TheDarkBeard1 had their submission removed for using the wrong flair.
+2075 [2020-03-10 15:56:41] There has been a new submission: '2 NOOBS -1 KILL AND A BUTT TON-O FUN! (Rainbow Six Siege)', with flair 'Video Critique'
+2075 [2020-03-10 15:56:42] /u/BreadZeppelinYT had their submission removed for insufficient lambda.
+2208 [2020-03-10 16:01:58]
+####################
+[2020-03-10 16:01:58] RESTARTED
+####################
+
+2208 [2020-03-10 16:04:58] '/u/Ghryms' has given '/u/BreadZeppelinYT' lambda!
+2208 [2020-03-10 16:05:52] '/u/GentlemanRaven' has given '/u/LiljoeyJojo' lambda!
+2208 [2020-03-10 16:05:52] The OP received lambda too!
+2208 [2020-03-10 16:10:25] There has been a new submission: '2 NOOBS -1 KILLS AND A BUTT TON-O FUN! (Rainbow Six Siege) Hey guys! This is my first video since I got back after my computer decided to depart from this world! So any comments would be much appreciated!', with flair 'Video Critique'
+2208 [2020-03-10 16:13:05] '/u/TCTV_UK' has given '/u/mattfaris' lambda!
+2208 [2020-03-10 16:14:57] '/u/TCTV_UK' has given '/u/Inferus12' lambda!
+2208 [2020-03-10 16:16:42] There has been a new submission: 'Alarming Visualization Of The Spread COVID19 Coronavirus Compared To Ebola, Swine Flu, & SARS', with flair 'Discussion'
+2208 [2020-03-10 16:16:43] /u/UnrealBeachBum had their submission removed for using the wrong flair.
+2208 [2020-03-10 16:17:35] There has been a new submission: 'Alarming Visualization Of The Spread COVID19 Coronavirus Compared To Ebola, Swine Flu, & SARS', with flair 'Video Critique'
+2208 [2020-03-10 16:17:37] /u/UnrealBeachBum had their submission removed for insufficient lambda.
+2208 [2020-03-10 16:23:12] '/u/modernaddiction' has given '/u/UrbanSparkey543' lambda!
+2208 [2020-03-10 16:24:16] There has been a new submission: 'Cartoon charectors for video essays', with flair 'Discussion'
+2208 [2020-03-10 16:38:51] There has been a new submission: 'I love Halo, I love making videos. I'm open to pointers!', with flair 'Video Critique'
+2208 [2020-03-10 16:38:57] There has been a new submission: 'Pubg mobile experience ( idk whether people still play this game or not but I reckon why not just make a video out of it', with flair 'Video Critique'
+2208 [2020-03-10 16:39:59] '/u/YTAverageGamer1' has given '/u/UrbanSparkey543' lambda!
+2208 [2020-03-10 16:43:13] '/u/electroblastz' has given '/u/aldimamma' lambda!
+2208 [2020-03-10 16:43:13] The OP received lambda too!
+2208 [2020-03-10 16:44:42] '/u/TCTV_UK' has given '/u/Taz-The-Yorkie' lambda!
+2208 [2020-03-10 16:45:25] '/u/electroblastz' has given '/u/YTAverageGamer1' lambda!
+2208 [2020-03-10 16:46:41] '/u/electroblastz' has given '/u/qzeqYT' lambda!
+2208 [2020-03-10 16:47:17] '/u/electroblastz' has given '/u/BroBuildz' lambda!
+2208 [2020-03-10 16:48:29] There has been a new submission: 'Warzone - Everything you need to know and Gameplay footage', with flair 'Gaming'
+2208 [2020-03-10 16:48:30] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+2208 [2020-03-10 16:49:51] '/u/BreadZeppelinYT' has given '/u/donzko' lambda!
+2208 [2020-03-10 16:49:51] The OP received lambda too!
+2208 [2020-03-10 16:50:44] '/u/electroblastz' has given '/u/mattfaris' lambda!
+2208 [2020-03-10 16:51:05] '/u/electroblastz' has given '/u/gabagoolfam' lambda!
+2208 [2020-03-10 16:51:53] '/u/_GoatBandit_' has given '/u/modernaddiction' lambda!
+2208 [2020-03-10 17:00:53] '/u/modernaddiction' has given '/u/NiyKon' lambda!
+2208 [2020-03-10 17:03:38] There has been a new submission: 'Feedback on My Modern Warfare Video - You can ignore the giveaway if you want. Looking for feedback and more subs.', with flair 'Gaming'
+2208 [2020-03-10 17:06:49] There has been a new submission: 'German Youtuber here - just want your opinion on my editing :) if you understand German feel free to leave more feedback ❤️🐼', with flair 'Video Critique'
+2208 [2020-03-10 17:09:01] '/u/BoomerangTKO' has given '/u/SuperUltraJesus' lambda!
+2208 [2020-03-10 17:14:44] There has been a new submission: 'How a Champion Plays Operation Void Edge - Rainbow Six Siege', with flair 'Gaming'
+2208 [2020-03-10 17:14:46] /u/KrakenR6 had their submission removed for insufficient lambda.
+2208 [2020-03-10 17:17:09] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 17 - Flycatcher (GR Breakpoint)', with flair 'Gaming'
+2208 [2020-03-10 17:17:10] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+2208 [2020-03-10 17:24:17] '/u/kaliseoul' has given '/u/SelendineMcHerb' lambda!
+2208 [2020-03-10 17:24:17] The OP received lambda too!
+2208 [2020-03-10 17:35:45] '/u/chsmntnstudios' has given '/u/UrbanSparkey543' lambda!
+2208 [2020-03-10 17:38:54] '/u/chsmntnstudios' has given '/u/austindo169' lambda!
+2208 [2020-03-10 17:41:50] '/u/chsmntnstudios' has given '/u/NiyKon' lambda!
+2208 [2020-03-10 17:46:36] There has been a new submission: 'KNEE PADS FOR WORK - Best Foam Pads for Construction - Flooring - Contractors and Knee Pain Relief', with flair 'Vlog'
+2208 [2020-03-10 17:46:37] /u/littleguy2020 had their submission removed for insufficient lambda.
+2208 [2020-03-10 17:46:47] There has been a new submission: 'Any tips on a Channel Trailer?', with flair 'Discussion'
+2208 [2020-03-10 17:50:11] There has been a new submission: 'FUE Hair Transplant 5 weeks post op', with flair 'Video Critique'
+2208 [2020-03-10 17:50:13] /u/Mr_Rolandas had their submission removed for insufficient lambda.
+2341 [2020-03-10 18:01:58]
+####################
+[2020-03-10 18:01:58] RESTARTED
+####################
+
+2341 [2020-03-10 18:45:05] There has been a new submission: 'Hi there, i started my youtube channel about origami tutorial. However, my channel grow slow. Any one can help me to check my videos? Is it interesting enough? What should I do to improve my channel? Thank you guys', with flair 'Channel Review'
+2341 [2020-03-10 18:45:06] /u/infinityknowledge had their submission removed for insufficient lambda.
+2341 [2020-03-10 18:45:16] '/u/chsmntnstudios' has given '/u/XavierDaWilde' lambda!
+2341 [2020-03-10 18:48:53] There has been a new submission: '[Video Critique] I dont normally post other people's vids here (actually never), but this is absolutely adorable. This ladies and gentlemen is how you involve your children in your hobby, I'm asking for your critique, feedback, and most importantly throw the young lady a like. Please', with flair 'Video Critique'
+2341 [2020-03-10 18:55:14] There has been a new submission: 'HomeGoods Furniture Home Decor * Outdoor Decor// Shop With Me 2020!!', with flair 'Vlog'
+2341 [2020-03-10 18:55:16] /u/lalay77 had their submission removed for insufficient lambda.
+2341 [2020-03-10 18:55:33] There has been a new submission: 'Hey guys this is my nephew's channel he is obsessed with YouTube can we show him some Reddit love?!', with flair 'Channel Review'
+2341 [2020-03-10 18:55:53] There has been a new submission: 'YouTube', with flair 'Video Critique'
+2341 [2020-03-10 18:55:54] /u/Bamford08 had their submission removed for insufficient lambda.
+2341 [2020-03-10 18:58:06] '/u/bestofalex' has given '/u/TCTV_UK' lambda!
+2341 [2020-03-10 18:59:22] '/u/UrbanSparkey543' has given '/u/TrifectaComedy' lambda!
+2341 [2020-03-10 18:59:22] The OP received lambda too!
+2341 [2020-03-10 19:00:38] There has been a new submission: 'To 4K or not?', with flair 'None'
+2341 [2020-03-10 19:00:41] /u/mmansfield6 had their submission removed for insufficient lambda.
+2341 [2020-03-10 19:00:48] There has been a new submission: 'I made my own YouTube Play Button!', with flair 'Video Critique'
+2341 [2020-03-10 19:00:50] /u/AlesEveryday had their submission removed for insufficient lambda.
+2341 [2020-03-10 19:02:16] '/u/BreadZeppelinYT' has given '/u/TrifectaComedy' lambda!
+2341 [2020-03-10 19:02:36] There has been a new submission: 'DATE ME!', with flair 'Channel Review'
+2341 [2020-03-10 19:09:59] '/u/kaliseoul' has given '/u/AlternativeAuditor' lambda!
+2341 [2020-03-10 19:11:03] '/u/kaliseoul' has given '/u/giraffehippo23' lambda!
+2341 [2020-03-10 19:16:33] '/u/BoomerangTKO' has given '/u/aliceonarun' lambda!
+2341 [2020-03-10 19:18:37] There has been a new submission: '5 subs away from 400 subscribers 😳-Part 1 of second to last mission of cod on realism and we trying to find information by searching in the dark and being sneaky, but it feels like the enemies are cats due to the dark not effecting there vision, because I am still dying lol, hope you enjoy', with flair 'Gaming'
+2341 [2020-03-10 19:18:37] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+2341 [2020-03-10 19:24:26] '/u/Ihavesevereautism69' has given '/u/mattnovum' lambda!
+2341 [2020-03-10 19:24:26] The OP received lambda too!
+2341 [2020-03-10 19:27:07] '/u/TheRealJyro' has given '/u/lukewhansford' lambda!
+2341 [2020-03-10 19:27:07] The OP received lambda too!
+2341 [2020-03-10 19:33:18] There has been a new submission: 'I’m pretty deep into this series and I think I’m doing a lot right, but would love some fresh ideas and feedback! Giving lambda!', with flair 'Video Critique'
+2341 [2020-03-10 19:35:02] There has been a new submission: 'Hey I'm a small creator who posts daily videos, go check me out. I'm hoping to become part of the community', with flair 'Channel Review'
+2341 [2020-03-10 19:35:04] /u/canceroushumour69 had their submission removed for insufficient lambda.
+2341 [2020-03-10 19:39:46] There has been a new submission: '{Video Critique} I've been a YouTuber for a little while and I'm in need of some good criticism. I want to make more quality content so any criticism is welcome.', with flair 'Channel Review'
+2341 [2020-03-10 19:39:47] /u/Ghoul-- had their submission removed for insufficient lambda.
+2341 [2020-03-10 19:40:11] There has been a new submission: 'Please help me D: I basically just started on yt', with flair 'Channel Review'
+2341 [2020-03-10 19:40:14] /u/itsBlxck had their submission removed for insufficient lambda.
+2341 [2020-03-10 19:50:10] '/u/Jischasing' has given '/u/modernaddiction' lambda!
+2341 [2020-03-10 19:50:11] The OP received lambda too!
+2341 [2020-03-10 19:51:31] '/u/Jischasing' has given '/u/TrifectaComedy' lambda!
+2341 [2020-03-10 19:52:05] There has been a new submission: 'The truth about this subreddit', with flair 'Discussion'
+2341 [2020-03-10 19:52:17] '/u/UrbanSparkey543' has given '/u/actuallyBIG' lambda!
+2341 [2020-03-10 19:55:57] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+2341 [2020-03-10 19:56:19] There has been a new submission: 'If you could leave some feedback on this video I would really appreciate it', with flair 'Video Critique'
+2341 [2020-03-10 19:56:37] There has been a new submission: 'Britain’s Got The Royal Factor - a new gameshow to find the next Duke and Duchess - feedback appreciated!', with flair 'Video Critique'
+2341 [2020-03-10 19:57:20] '/u/TrifectaComedy' has given '/u/actuallyBIG' lambda!
+2341 [2020-03-10 19:57:20] The OP received lambda too!
+2341 [2020-03-10 19:58:15] There has been a new submission: 'Made a cool music video for a tiesto song, what do you guys think???', with flair 'Art'
+2341 [2020-03-10 19:58:16] /u/Throwaway4uii had their submission removed for insufficient lambda.
+2341 [2020-03-10 20:00:31] '/u/Jischasing' has given '/u/Illfury' lambda!
+2511 [2020-03-10 20:01:58]
+####################
+[2020-03-10 20:01:58] RESTARTED
+####################
+
+2511 [2020-03-10 20:03:00] '/u/YTAverageGamer1' has given '/u/IhasTaco' lambda!
+2511 [2020-03-10 20:08:19] There has been a new submission: 'Monthly Dividend income Report I Got Paid 9 Dividends On The Freetrade App | Dividend investing UK', with flair 'None'
+2511 [2020-03-10 20:08:20] /u/Dividend-investor had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:10:31] There has been a new submission: 'Chacow', with flair 'None'
+2511 [2020-03-10 20:10:33] /u/Powerless-Goat had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:11:48] There has been a new submission: 'Golf With Your Friends Funny Moments - I Suck At Golf..(Museum Edition)', with flair 'Gaming'
+2511 [2020-03-10 20:11:50] /u/Lab4Games had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:13:21] '/u/Powerless-Goat' has given '/u/A_Aabid26' lambda!
+2511 [2020-03-10 20:13:21] The OP received lambda too!
+2511 [2020-03-10 20:14:30] There has been a new submission: 'Do These Jokes Work With People Who Aren't Into Video Games? Will Give Lambda For Comments Or Advice On My Most Recent Animation. WARNING, Some Jokes Are A Bit Edgy.', with flair 'Video Critique'
+2511 [2020-03-10 20:14:32] /u/allages69 had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:18:05] '/u/Illfury' has given '/u/Jischasing' lambda!
+2511 [2020-03-10 20:18:05] The OP received lambda too!
+2511 [2020-03-10 20:28:21] There has been a new submission: 'Hunger Pains by Riot of the Hot Pink Ukulele', with flair 'Art'
+2511 [2020-03-10 20:28:22] /u/JesseAI had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:28:47] There has been a new submission: 'My New Minecraft let's play!!', with flair 'Gaming'
+2511 [2020-03-10 20:28:48] /u/ItsMartinn had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:29:11] There has been a new submission: 'please get me to 1k? ❤', with flair 'Gaming'
+2511 [2020-03-10 20:29:12] /u/MatthewTGM_YT had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:32:10] There has been a new submission: 'TOP 5 PEOPLE WHO SHOULD FIGHT KSI', with flair 'Vlog'
+2511 [2020-03-10 20:32:12] /u/netmix12457 had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:44:20] '/u/Illfury' has given '/u/Jellyquent' lambda!
+2511 [2020-03-10 20:44:42] There has been a new submission: 'Shrek Meme Video', with flair 'Channel Review'
+2511 [2020-03-10 20:44:43] /u/soundofspring had their submission removed for insufficient lambda.
+2511 [2020-03-10 20:44:54] '/u/UNLoggy' has given '/u/mattnovum' lambda!
+2511 [2020-03-10 20:45:18] '/u/UNLoggy' has given '/u/youtubegoodvibes' lambda!
+2511 [2020-03-10 20:46:33] '/u/UNLoggy' has given '/u/austindo169' lambda!
+2511 [2020-03-10 20:47:29] '/u/UNLoggy' has given '/u/TCTV_UK' lambda!
+2511 [2020-03-10 20:49:19] '/u/UNLoggy' has given '/u/modernaddiction' lambda!
+2511 [2020-03-10 20:49:50] '/u/UNLoggy' has given '/u/DarthVaderFanVoice' lambda!
+2511 [2020-03-10 20:50:36] '/u/UNLoggy' has given '/u/dixi666' lambda!
+2511 [2020-03-10 20:51:08] '/u/UNLoggy' has given '/u/QueenHamOfHearts' lambda!
+2511 [2020-03-10 20:51:18] There has been a new submission: 'My Journey on Love Is Blind - I worked pretty hard on this video so I'd love to get some feedback. Thanks!!', with flair 'Video Critique'
+2511 [2020-03-10 20:51:59] '/u/UNLoggy' has given '/u/MoskitoDan' lambda!
+2511 [2020-03-10 20:52:34] '/u/UNLoggy' has given '/u/SlyGuyChris' lambda!
+2511 [2020-03-10 20:53:32] '/u/UNLoggy' has given '/u/cjf5414' lambda!
+2511 [2020-03-10 20:54:33] There has been a new submission: 'Herman Hulst Full interview | Horizon Zero Dawn Confirmed for PC [Gaming]', with flair 'Gaming'
+2511 [2020-03-10 20:54:35] /u/brutalsam had their submission removed for insufficient lambda.
+2511 [2020-03-10 21:00:41] '/u/GrumpyBottom_YT' has given '/u/copcopekcro' lambda!
+2511 [2020-03-10 21:05:14] There has been a new submission: 'My first EVER webcam video! Please critique!', with flair 'Video Critique'
+2511 [2020-03-10 21:06:43] There has been a new submission: '[Feedback / Critique] In this video, I discuss & showcase Historical Western Characters, both fictional & non-fictional with edited footage from the video game Red Dead Redemption 2. This is a newer style of video I am experimenting with, so any feedback is appreciated! Happy to give out lambda.', with flair 'Video Critique'
+2511 [2020-03-10 21:11:30] There has been a new submission: 'Subscribe Now & We will return the Sub!! FAST', with flair 'None'
+2511 [2020-03-10 21:11:32] /u/IllustriousArgument9 had their submission removed for insufficient lambda.
+2511 [2020-03-10 21:22:19] There has been a new submission: 'Fella Makafui reacts to her collapsing at her traditional wedding', with flair 'Vlog'
+2511 [2020-03-10 21:22:21] /u/odarteyghtv had their submission removed for insufficient lambda.
+2511 [2020-03-10 21:24:14] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Mar 10 2020)', with flair 'None'
+2511 [2020-03-10 21:31:27] There has been a new submission: '[Video Critique] Gwyneth Paltrow and her Ridiculous Goop!', with flair 'Video Critique'
+2511 [2020-03-10 21:31:35] There has been a new submission: 'My Sims 4 video!', with flair 'Gaming'
+2511 [2020-03-10 21:31:37] /u/MantaRay06 had their submission removed for insufficient lambda.
+2511 [2020-03-10 21:47:32] '/u/Illfury' has given '/u/AsleepInDreams' lambda!
+2511 [2020-03-10 21:47:39] There has been a new submission: 'Afroman’s power of manifestation', with flair 'Art'
+2511 [2020-03-10 21:47:40] /u/stevenbriggscomedy had their submission removed for insufficient lambda.
+2511 [2020-03-10 21:48:31] '/u/Illfury' has given '/u/actuallyBIG' lambda!
+2511 [2020-03-10 21:48:50] '/u/Illfury' has given '/u/Paul_francis' lambda!
+2511 [2020-03-10 21:49:45] '/u/Illfury' has given '/u/soyboy815' lambda!
+2511 [2020-03-10 21:50:26] '/u/Illfury' has given '/u/johnnydaggers' lambda!
+2511 [2020-03-10 21:51:06] '/u/Illfury' has given '/u/Theghostofsabotage' lambda!
+2511 [2020-03-10 21:53:06] '/u/Illfury' has given '/u/DUUUDDDEEE' lambda!
+2511 [2020-03-10 21:54:38] '/u/Illfury' has given '/u/Sipover' lambda!
+2511 [2020-03-10 21:56:03] '/u/Illfury' has given '/u/mrgeektoyou' lambda!
+2511 [2020-03-10 21:56:50] '/u/Illfury' has given '/u/wheresthemilkshakes' lambda!
+2511 [2020-03-10 21:57:42] '/u/Illfury' has given '/u/kelvin-wale' lambda!
+2511 [2020-03-10 21:58:17] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+2511 [2020-03-10 21:58:52] '/u/Illfury' has given '/u/Ghoul--' lambda!
+2646 [2020-03-10 22:01:58]
+####################
+[2020-03-10 22:01:58] RESTARTED
+####################
+
+2646 [2020-03-10 22:16:07] '/u/Jischasing' has given '/u/MatthewLopezOnYT' lambda!
+2646 [2020-03-10 22:23:59] There has been a new submission: 'Thought i needed to post this, it’s a problematic question that’s growing in our community. Here’s the answer with a dynamic video tutorial. Please check out my other videos, and thanks.', with flair 'None'
+2646 [2020-03-10 22:24:01] /u/TonyboyyLOL had their submission removed for insufficient lambda.
+2646 [2020-03-10 22:28:19] '/u/Illfury' has given '/u/TCTV_UK' lambda!
+2646 [2020-03-10 22:28:57] '/u/Illfury' has given '/u/LinusStudios' lambda!
+2646 [2020-03-10 22:30:28] '/u/Illfury' has given '/u/Gimlinho' lambda!
+2646 [2020-03-10 22:32:00] '/u/Illfury' has given '/u/beefiesmalls' lambda!
+2646 [2020-03-10 22:33:52] '/u/Illfury' has given '/u/cjf5414' lambda!
+2646 [2020-03-10 22:36:46] There has been a new submission: 'Dusttale: Mad Time Trio - Phase 1: Triple The Dust And Madness', with flair 'Gaming'
+2646 [2020-03-10 22:36:48] /u/sndicoot had their submission removed for insufficient lambda.
+2646 [2020-03-10 22:53:13] '/u/Illfury' has given '/u/harusheyal' lambda!
+2646 [2020-03-10 22:53:29] There has been a new submission: 'I made this, I struggle with stage fright but tried anyway, advice?', with flair 'None'
+2646 [2020-03-10 22:53:31] /u/trashgarbagebird had their submission removed for insufficient lambda.
+2646 [2020-03-10 22:56:11] There has been a new submission: 'Vegan ice cream', with flair 'Channel Review'
+2646 [2020-03-10 22:56:13] /u/Tomcsik had their submission removed for insufficient lambda.
+2646 [2020-03-10 22:59:04] '/u/prettyboiRandell' has given '/u/jaxtnh' lambda!
+2646 [2020-03-10 22:59:04] The OP received lambda too!
+2646 [2020-03-10 23:02:47] There has been a new submission: 'What do you really think on sub4sub', with flair 'Discussion'
+2646 [2020-03-10 23:16:28] There has been a new submission: 'PIE FACE CHALLENGE!!! Whipped Cream in the FACE Game!', with flair 'Vlog'
+2646 [2020-03-10 23:16:29] /u/alifeoncameravlogs had their submission removed for insufficient lambda.
+2646 [2020-03-10 23:16:38] '/u/harusheyal' has given '/u/My_Travel_Journal' lambda!
+2646 [2020-03-10 23:16:38] The OP received lambda too!
+2646 [2020-03-10 23:16:47] There has been a new submission: 'Hey everyone! We tried to incorporate some of your guys' suggestions into it, let us know what you think! Thank you!', with flair 'Video Critique'
+2646 [2020-03-10 23:17:28] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+2646 [2020-03-10 23:17:38] '/u/harusheyal' has given '/u/lieutenatdan' lambda!
+2646 [2020-03-10 23:17:38] The OP received lambda too!
+2646 [2020-03-10 23:18:35] '/u/mattnovum' has given '/u/trashgarbagebird' lambda!
+2646 [2020-03-10 23:18:35] The OP received lambda too!
+2646 [2020-03-10 23:19:39] '/u/TrifectaComedy' has given '/u/HVLLEMAN' lambda!
+2646 [2020-03-10 23:21:32] '/u/harusheyal' has given '/u/RyanElston5' lambda!
+2646 [2020-03-10 23:27:06] '/u/Jischasing' has given '/u/prettyboiRandell' lambda!
+2646 [2020-03-10 23:28:57] There has been a new submission: 'Shark diving | in this video i take my girlfriend on an adventure diving with thresher sharks in malapascua, Philippines. Let me know what you think! Btw No cages here 😉🦈', with flair 'Video Critique'
+2646 [2020-03-10 23:29:21] There has been a new submission: 'I Already Have Notes on What to Improve but I Want This Subreddit's Take on it: "Better and Better - A Rhythm Heaven Series Retrospective"', with flair 'Gaming'
+2646 [2020-03-10 23:29:47] There has been a new submission: 'UNIQLO x JW Anderson SS20 - Impressions | Full Catalog | Spring & Summer', with flair 'None'
+2646 [2020-03-10 23:29:48] /u/BoomBabyDaggers had their submission removed for insufficient lambda.
+2646 [2020-03-10 23:32:24] '/u/harusheyal' has given '/u/WalfieOnYouTube' lambda!
+2646 [2020-03-10 23:39:22] '/u/Illfury' has given '/u/Burkeds' lambda!
+2646 [2020-03-10 23:42:42] '/u/harusheyal' has given '/u/Taz-The-Yorkie' lambda!
+2646 [2020-03-10 23:50:42] '/u/UrbanSparkey543' has given '/u/JudgeCreed' lambda!
+2646 [2020-03-10 23:55:04] There has been a new submission: 'My newest video about me doing a tier list of anime waifus and choosing who's my favorite. You should go and watch.', with flair 'Discussion'
+2646 [2020-03-10 23:55:05] /u/CozyNinja2697 had their submission removed for using the wrong flair.
+2646 [2020-03-10 23:58:15] There has been a new submission: 'Luffy vs Lucci epic', with flair 'Channel Review'
+2646 [2020-03-10 23:58:16] /u/MaleficentMood5 had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:01:58]
+####################
+[2020-03-11 00:01:58] RESTARTED
+####################
+
+2842 [2020-03-11 00:03:00] '/u/harusheyal' has given '/u/Xerionix' lambda!
+2842 [2020-03-11 00:05:16] There has been a new submission: 'The 12-Year-Old Who Went To War And Earned A Purple Heart', with flair 'Video Critique'
+2842 [2020-03-11 00:05:51] There has been a new submission: 'New League of Legends guide on new Youtube channel!', with flair 'Gaming'
+2842 [2020-03-11 00:05:52] /u/Jaffaham had their submission removed for insufficient lambda.
+1350 [2020-03-11 00:06:10] Updated statistics
+2842 [2020-03-11 00:06:32] There has been a new submission: 'new video! i pierced my own nose', with flair 'Video Critique'
+2842 [2020-03-11 00:06:33] /u/zoetowne had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:08:26] There has been a new submission: 'How do i pull clips from Anime episodes or other TV shows like other YouTubers?', with flair 'Video Critique'
+2842 [2020-03-11 00:08:27] /u/CollegeCasual had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:10:23] There has been a new submission: 'I am a small Youtuber who needs subscribers. I would like to get a better set up. I only have 21 subs and would appreciate if I could get more. Thank you! Have a good day/night!', with flair 'Gaming'
+2842 [2020-03-11 00:10:25] /u/SzechuanGaming had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:20:24] There has been a new submission: 'ESPN NFL 2K IS BACK!!!! COMING SOON IN 2021!!!!!! SHOULD EA MADDEN BE WORRIED?!!!!!!! BREAKING NEWS', with flair 'None'
+2842 [2020-03-11 00:20:26] /u/46Gang had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:23:22] '/u/YTAverageGamer1' has given '/u/Jaffaham' lambda!
+2842 [2020-03-11 00:32:40] There has been a new submission: 'I tried recording on my phone instead of my webcam. Let me know what you guys think! THE WAY BACK | REVIEW By Featured Films', with flair 'Video Critique'
+2842 [2020-03-11 00:39:19] There has been a new submission: 'What do you look for in a Let's Play channel?', with flair 'Discussion'
+2842 [2020-03-11 00:41:59] '/u/Illfury' has given '/u/Xerionix' lambda!
+2842 [2020-03-11 00:43:09] '/u/Illfury' has given '/u/Sedica_n_Tryna_Play' lambda!
+2842 [2020-03-11 00:43:52] '/u/Illfury' has given '/u/Nicktism_Gaming' lambda!
+2842 [2020-03-11 00:44:22] There has been a new submission: 'To 4K or not?', with flair 'Discussion'
+2842 [2020-03-11 00:44:57] '/u/modernaddiction' has given '/u/Galelord' lambda!
+2842 [2020-03-11 00:45:49] '/u/Illfury' has given '/u/Johnwidentm' lambda!
+2842 [2020-03-11 00:46:09] '/u/modernaddiction' has given '/u/thethoughtfulbeast' lambda!
+2842 [2020-03-11 00:46:57] '/u/Illfury' has given '/u/g-x91' lambda!
+2842 [2020-03-11 00:48:05] '/u/Illfury' has given '/u/RyanElston5' lambda!
+2842 [2020-03-11 00:48:50] '/u/Illfury' has given '/u/OMGSTOPCAPS' lambda!
+2842 [2020-03-11 00:49:27] '/u/Illfury' has given '/u/JudgeCreed' lambda!
+2842 [2020-03-11 00:50:13] '/u/modernaddiction' has given '/u/Hero_Doses' lambda!
+2842 [2020-03-11 00:50:29] '/u/Illfury' has given '/u/Davidplaysgames' lambda!
+2842 [2020-03-11 00:50:47] '/u/modernaddiction' has given '/u/BasementBeast' lambda!
+2842 [2020-03-11 00:51:08] '/u/Illfury' has given '/u/poppinqbit' lambda!
+2842 [2020-03-11 00:51:29] '/u/modernaddiction' has given '/u/issorelleinad' lambda!
+2842 [2020-03-11 00:51:44] '/u/modernaddiction' has given '/u/The-man-with-a-plan-' lambda!
+2842 [2020-03-11 00:52:06] '/u/Illfury' has given '/u/oh4foxxsake' lambda!
+2842 [2020-03-11 00:52:27] '/u/modernaddiction' has given '/u/Cin2self' lambda!
+2842 [2020-03-11 00:52:42] '/u/Illfury' has given '/u/Random-Dan' lambda!
+2842 [2020-03-11 00:53:09] '/u/Illfury' has given '/u/blisterward' lambda!
+2842 [2020-03-11 00:53:33] '/u/modernaddiction' has given '/u/SylviaDelRey' lambda!
+2842 [2020-03-11 00:53:47] '/u/modernaddiction' has given '/u/MaleficentMood5' lambda!
+2842 [2020-03-11 00:54:00] '/u/Illfury' has given '/u/MigookinTeecha' lambda!
+2842 [2020-03-11 00:54:14] '/u/modernaddiction' has given '/u/prettyboiRandell' lambda!
+2842 [2020-03-11 00:54:26] There has been a new submission: 'have a look bois', with flair 'Gaming'
+2842 [2020-03-11 00:54:28] /u/PuffTheMagicPoo had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:54:54] '/u/modernaddiction' has given '/u/terriblephotographs' lambda!
+2842 [2020-03-11 00:55:19] '/u/actuallyBIG' has given '/u/JudgeCreed' lambda!
+2842 [2020-03-11 00:55:19] The OP received lambda too!
+2842 [2020-03-11 00:55:31] '/u/modernaddiction' has given '/u/actuallyBIG' lambda!
+2842 [2020-03-11 00:56:02] '/u/modernaddiction' has given '/u/lentilsaaa' lambda!
+2842 [2020-03-11 00:56:10] There has been a new submission: 'PSA: Wash Your Damn Hands [Sketch?]', with flair 'None'
+2842 [2020-03-11 00:56:12] /u/issorelleinad had their submission removed for insufficient lambda.
+2842 [2020-03-11 00:59:32] '/u/kabagonnaplay' has given '/u/serioussenpai' lambda!
+2842 [2020-03-11 01:01:47] '/u/Illfury' has given '/u/KingOberon13' lambda!
+2842 [2020-03-11 01:02:01] '/u/Kelkador' has given '/u/IffyCoronettYT' lambda!
+2842 [2020-03-11 01:02:01] The OP received lambda too!
+2842 [2020-03-11 01:02:12] '/u/Illfury' has given '/u/IndigoDragonsYT' lambda!
+2842 [2020-03-11 01:03:11] '/u/Illfury' has given '/u/HVLLEMAN' lambda!
+2842 [2020-03-11 01:03:48] '/u/Illfury' has given '/u/PWBI' lambda!
+2842 [2020-03-11 01:09:46] There has been a new submission: 'Trae Young - TEN TALK (Official Music Video)', with flair 'Video Critique'
+2842 [2020-03-11 01:09:47] /u/ATHLETICMIX had their submission removed for insufficient lambda.
+2842 [2020-03-11 01:10:58] '/u/harusheyal' has given '/u/DigbreamerBrady' lambda!
+2842 [2020-03-11 01:13:15] There has been a new submission: 'Hey everyone. Over the past 2 days, I've been working on a stop motion for my YouTube channel. If you could give it a watch, offer any advice on improvements I might be able to make or any other suggestions, I'd be stoked! Thanks!', with flair 'Video Critique'
+2842 [2020-03-11 01:13:17] /u/BrickBound had their submission removed for insufficient lambda.
+2842 [2020-03-11 01:13:56] There has been a new submission: 'Would You Rather?', with flair 'Video Critique'
+2842 [2020-03-11 01:13:58] /u/TrillGil23 had their submission removed for insufficient lambda.
+2842 [2020-03-11 01:16:03] There has been a new submission: 'Two away from 475! Any help towards pushing toward the goal would be appreciated! Any feedback too on videos would help as well!', with flair 'Channel Review'
+2842 [2020-03-11 01:16:05] /u/TheMilitiaGamer had their submission removed for insufficient lambda.
+2842 [2020-03-11 01:16:14] '/u/harusheyal' has given '/u/ChiefChaka' lambda!
+2842 [2020-03-11 01:20:32] There has been a new submission: 'Started new channel , need ur support and feedback. Thanks in advance!!', with flair 'Vlog'
+2842 [2020-03-11 01:20:34] /u/Abhis_Vlog had their submission removed for insufficient lambda.
+2842 [2020-03-11 01:30:16] '/u/UrbanSparkey543' has given '/u/Random-Dan' lambda!
+2842 [2020-03-11 01:32:19] '/u/Cero2996' has given '/u/prettyboiRandell' lambda!
+2842 [2020-03-11 01:32:19] The OP received lambda too!
+2842 [2020-03-11 01:32:29] There has been a new submission: 'I answered the question nobody was asking but feedback is welcome', with flair 'Video Critique'
+2842 [2020-03-11 01:49:19] '/u/harusheyal' has given '/u/misterindependent' lambda!
+2842 [2020-03-11 01:53:21] '/u/Illfury' has given '/u/misterindependent' lambda!
+2842 [2020-03-11 01:53:48] '/u/Illfury' has given '/u/Hawksteinman' lambda!
+2842 [2020-03-11 01:54:30] '/u/Illfury' has given '/u/Nicsoni' lambda!
+3039 [2020-03-11 02:01:58]
+####################
+[2020-03-11 02:01:58] RESTARTED
+####################
+
+3039 [2020-03-11 02:05:10] There has been a new submission: 'Finally starting to gain a little traction on my channel! Looking for some feedback on this video i made explaining colour settings for the Gopro, lambda for helpful comments :)', with flair 'Video Critique'
+3039 [2020-03-11 02:06:40] '/u/Illfury' has given '/u/sigma2712' lambda!
+3039 [2020-03-11 02:07:01] '/u/Illfury' has given '/u/Apple-of-the-earths' lambda!
+3039 [2020-03-11 02:10:19] There has been a new submission: 'Stay Woke Stay Healthy', with flair 'Channel Review'
+3039 [2020-03-11 02:10:22] /u/staywokeandrew had their submission removed for insufficient lambda.
+3039 [2020-03-11 02:13:42] There has been a new submission: 'EVERYTHING WRONG WITH SONIC THE HEDGEHOG (2020)', with flair 'None'
+3039 [2020-03-11 02:13:44] /u/Reece_The_Beast had their submission removed for insufficient lambda.
+3039 [2020-03-11 02:17:51] There has been a new submission: 'Intense Trailer I Created for a SHTF Survival Company, let me know what you think!', with flair 'Video Critique'
+3039 [2020-03-11 02:17:52] /u/Reptilian_Whisperer had their submission removed for insufficient lambda.
+3039 [2020-03-11 02:37:28] There has been a new submission: 'How To Escape The FriendZone | Public Interview (my first public interview, kept it short because I didn't have enough clips that night but more coming soon!)', with flair 'Video Critique'
+3039 [2020-03-11 02:46:34] There has been a new submission: '20 Subscribers!', with flair 'Discussion'
+3039 [2020-03-11 02:49:26] There has been a new submission: 'My Channel Where I rank different forms of media. Here’s my Sean Connery Bond Rankings :)', with flair 'Channel Review'
+3039 [2020-03-11 02:49:27] /u/OpenSignal9 had their submission removed for insufficient lambda.
+3039 [2020-03-11 02:50:15] '/u/Jischasing' has given '/u/markthequest' lambda!
+3039 [2020-03-11 02:52:12] There has been a new submission: 'Unboxing Sid custom WW2 mask', with flair 'Art'
+3039 [2020-03-11 02:52:14] /u/JackTheDoritos had their submission removed for insufficient lambda.
+3039 [2020-03-11 02:54:36] '/u/Illfury' has given '/u/LucidFTV' lambda!
+3039 [2020-03-11 02:54:51] '/u/GrumpyBottom_YT' has given '/u/JudgeCreed' lambda!
+3039 [2020-03-11 02:54:51] The OP received lambda too!
+3039 [2020-03-11 02:55:10] '/u/Illfury' has given '/u/lil_traveller' lambda!
+3039 [2020-03-11 02:56:01] '/u/Illfury' has given '/u/OpenSignal9' lambda!
+3039 [2020-03-11 02:58:18] '/u/GrumpyBottom_YT' has given '/u/BrickBound' lambda!
+3039 [2020-03-11 02:59:27] There has been a new submission: 'SUBFORSUB LIKEFORLIKE VIEWFORVIEW!!! SUBBING BACK WITH 3 ACCOUNTS!', with flair 'None'
+3039 [2020-03-11 02:59:28] /u/1301651v had their submission removed for insufficient lambda.
+3039 [2020-03-11 03:01:18] There has been a new submission: 'Hey, just a small youtuber here!', with flair 'Channel Review'
+3039 [2020-03-11 03:01:20] /u/beguiledhydra34 had their submission removed for insufficient lambda.
+3039 [2020-03-11 03:22:31] There has been a new submission: 'Resident evil 7 gameplay part 3 the final playthrough', with flair 'Gaming'
+3039 [2020-03-11 03:22:33] /u/theturn89 had their submission removed for insufficient lambda.
+3039 [2020-03-11 03:26:36] There has been a new submission: 'Short film/YouTube channel', with flair 'None'
+3039 [2020-03-11 03:26:37] /u/Charmyholms had their submission removed for insufficient lambda.
+3039 [2020-03-11 03:39:22] '/u/Apple-of-the-earths' has given '/u/2Feet2Worlds' lambda!
+3039 [2020-03-11 03:39:22] The OP received lambda too!
+3039 [2020-03-11 03:52:01] '/u/Illfury' has given '/u/NerdTalkDan' lambda!
+3039 [2020-03-11 03:52:10] There has been a new submission: 'Kentay', with flair 'Vlog'
+3039 [2020-03-11 03:52:12] /u/huynhdvq had their submission removed for insufficient lambda.
+3039 [2020-03-11 03:55:29] '/u/GrumpyBottom_YT' has given '/u/TrillGil23' lambda!
+3180 [2020-03-11 04:01:59]
+####################
+[2020-03-11 04:01:59] RESTARTED
+####################
+
+3180 [2020-03-11 04:16:07] There has been a new submission: 'They are Trying to Find me', with flair 'Vlog'
+3180 [2020-03-11 04:16:08] /u/Liverman102 had their submission removed for insufficient lambda.
+3180 [2020-03-11 04:17:20] There has been a new submission: 'Skull island', with flair 'Thumbnail Review'
+3180 [2020-03-11 04:17:22] /u/Rocknsc46 had their submission removed for insufficient lambda.
+3180 [2020-03-11 04:23:46] There has been a new submission: '*** HOW CAN I IMPROVE MY VIDEO? Will Give Lambda! ***', with flair 'Video Critique'
+3180 [2020-03-11 04:47:46] '/u/NeverBleach' has given '/u/TrillGil23' lambda!
+3180 [2020-03-11 04:51:47] '/u/Apple-of-the-earths' has given '/u/TrillGil23' lambda!
+3180 [2020-03-11 04:53:03] '/u/Apple-of-the-earths' has given '/u/_NGaming_' lambda!
+3180 [2020-03-11 04:58:02] There has been a new submission: 'Battlefield 4 Multiplayer Offline LAN Setup😉👇', with flair 'Discussion'
+3180 [2020-03-11 04:58:03] /u/tharukack had their submission removed for using the wrong flair.
+3180 [2020-03-11 04:58:54] There has been a new submission: 'Battlefield 4 Multiplayer Offline LAN Setup😉👇', with flair 'Gaming'
+3180 [2020-03-11 04:58:54] /u/tharukack had their submission removed for insufficient lambda.
+3180 [2020-03-11 04:59:48] There has been a new submission: 'I re-edited a scene from Fred: The Movie and I actually think I made the film look pretty good!', with flair 'Art'
+3180 [2020-03-11 04:59:48] /u/Riley504 had their submission removed for insufficient lambda.
+3180 [2020-03-11 05:10:58] '/u/UrbanSparkey543' has given '/u/TrillGil23' lambda!
+3180 [2020-03-11 05:48:07] There has been a new submission: 'Fortnite Small Gaming channel 1.4k Subs', with flair 'None'
+3180 [2020-03-11 05:48:08] /u/abdelflores1 had their submission removed for insufficient lambda.
+3180 [2020-03-11 05:58:19] '/u/harusheyal' has given '/u/2Feet2Worlds' lambda!
+3180 [2020-03-11 05:59:37] '/u/harusheyal' has given '/u/Hamlet_71' lambda!
+3180 [2020-03-11 05:59:37] The OP received lambda too!
+3670 [2020-03-11 06:01:59]
+####################
+[2020-03-11 06:01:59] RESTARTED
+####################
+
+3670 [2020-03-11 06:09:37] '/u/ChiefChaka' has given '/u/MissJuliettexx' lambda!
+3670 [2020-03-11 06:09:37] The OP received lambda too!
+3670 [2020-03-11 06:35:45] '/u/harusheyal' has given '/u/Spookervo' lambda!
+3670 [2020-03-11 06:37:48] '/u/Kelkador' has given '/u/TrillGil23' lambda!
+3670 [2020-03-11 06:38:14] '/u/Kelkador' has given '/u/_NGaming_' lambda!
+3670 [2020-03-11 06:45:12] There has been a new submission: 'Please review my video on HOW TO MAKE 500$+ I would love some feedback', with flair 'Video Critique'
+3670 [2020-03-11 06:45:13] /u/11moneymaker had their submission removed for insufficient lambda.
+3670 [2020-03-11 06:54:44] {ERROR}
+3670 [2020-03-11 06:55:40] {ERROR}
+3670 [2020-03-11 07:34:11] There has been a new submission: 'I just when over 100 Subs', with flair 'Discussion'
+3670 [2020-03-11 07:42:27] '/u/Max-F3rgus0n' has given '/u/TrillGil23' lambda!
+3670 [2020-03-11 08:24:00] {ERROR} error with request HTTPSConnectionPool(host='www.reddit.com', port=443): Max retries exceeded with url: /api/v1/access_token (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f91b47cd278>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
+1394 [2020-03-11 12:07:08]
+####################
+[2020-03-11 12:07:08] RESTARTED
+####################
+
+1394 [2020-03-11 12:07:14] '/u/harusheyal' has given '/u/aluskevics' lambda!
+1394 [2020-03-11 12:07:21] '/u/BreadZeppelinYT' has given '/u/TrillGil23' lambda!
+1394 [2020-03-11 12:07:28] '/u/edward-wolff' has given '/u/-CANTOBOTZ-' lambda!
+1394 [2020-03-11 12:07:28] The OP received lambda too!
+1394 [2020-03-11 12:07:35] '/u/Random-Dan' has given '/u/Davidplaysgames' lambda!
+1394 [2020-03-11 12:07:35] The OP received lambda too!
+1394 [2020-03-11 12:07:44] '/u/edward-wolff' has given '/u/mattfaris' lambda!
+1394 [2020-03-11 12:07:48] '/u/edward-wolff' has given '/u/RedditReadYT' lambda!
+1394 [2020-03-11 12:07:55] '/u/Illfury' has given '/u/StealthyGamerGirl' lambda!
+1394 [2020-03-11 12:08:00] '/u/Illfury' has given '/u/mayanguleria07' lambda!
+1394 [2020-03-11 12:08:05] '/u/Illfury' has given '/u/Henry_does' lambda!
+1394 [2020-03-11 12:08:11] '/u/Illfury' has given '/u/FurballTheHammy' lambda!
+1394 [2020-03-11 12:08:16] '/u/Illfury' has given '/u/Leviathongamer' lambda!
+1394 [2020-03-11 12:08:21] '/u/Illfury' has given '/u/Rojn8r' lambda!
+1394 [2020-03-11 12:08:32] '/u/Illfury' has given '/u/user9774' lambda!
+1394 [2020-03-11 12:08:38] '/u/Illfury' has given '/u/bxbymoon' lambda!
+1394 [2020-03-11 12:08:43] '/u/Illfury' has given '/u/74c0p4c0' lambda!
+1394 [2020-03-11 12:08:49] '/u/Illfury' has given '/u/MissJuliettexx' lambda!
+1394 [2020-03-11 12:08:54] '/u/Illfury' has given '/u/tomjedi9' lambda!
+1394 [2020-03-11 12:08:57] '/u/Dharen29YT' has given '/u/Abuzz_YT' lambda!
+1394 [2020-03-11 12:08:57] The OP received lambda too!
+1394 [2020-03-11 12:09:02] '/u/Illfury' has given '/u/Endy_McGufin' lambda!
+1394 [2020-03-11 12:09:08] '/u/Illfury' has given '/u/MadeCITYSTARS' lambda!
+1394 [2020-03-11 12:09:13] '/u/actuallyBIG' has given '/u/Random-Dan' lambda!
+1394 [2020-03-11 12:09:18] '/u/Illfury' has given '/u/Curtiscrafts' lambda!
+1394 [2020-03-11 12:09:23] '/u/Illfury' has given '/u/NinjaWolfist' lambda!
+1394 [2020-03-11 12:09:27] '/u/Illfury' has given '/u/mattfaris' lambda!
+1394 [2020-03-11 12:09:32] '/u/Illfury' has given '/u/austindo169' lambda!
+1394 [2020-03-11 12:09:36] '/u/Illfury' has given '/u/JimmyVStheWorld' lambda!
+1394 [2020-03-11 12:09:40] '/u/Illfury' has given '/u/DulcidioCoelho' lambda!
+1394 [2020-03-11 12:09:44] '/u/Illfury' has given '/u/Max_Robertson' lambda!
+1394 [2020-03-11 12:09:48] '/u/Illfury' has given '/u/GrumpyBottom_YT' lambda!
+1394 [2020-03-11 12:09:54] '/u/JenniferMatthew' has given '/u/Hamlet_71' lambda!
+1394 [2020-03-11 12:09:54] The OP received lambda too!
+1394 [2020-03-11 12:10:20] There has been a new submission: 'Mario Kart 9 New Trailer 2020', with flair 'Gaming'
+1394 [2020-03-11 12:10:22] /u/IntroMaster had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:10:29] There has been a new submission: 'Painting Batman in Acrylic - A Short Art Tip Video', with flair 'Art'
+1394 [2020-03-11 12:10:37] There has been a new submission: 'What do you think of the beat in this video?', with flair 'Video Critique'
+1394 [2020-03-11 12:10:40] /u/domosupremo had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:10:46] There has been a new submission: '(Collaboration) I’m looking to start a big Collaboration Project', with flair 'Collab'
+1394 [2020-03-11 12:10:55] There has been a new submission: 'Gamer Intros', with flair 'None'
+1394 [2020-03-11 12:10:57] /u/domosupremo had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:11:04] There has been a new submission: 'Bowser's Castle Mario Kart 9 Music Extended HD', with flair 'Gaming'
+1394 [2020-03-11 12:11:06] /u/IntroMaster had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:11:13] There has been a new submission: 'Hi guys!', with flair 'Gaming'
+1394 [2020-03-11 12:11:15] /u/hardcoreknuckle had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:11:22] There has been a new submission: 'Hey everyone New Gaming channel here', with flair 'Gaming'
+1394 [2020-03-11 12:11:24] /u/KhaoticsLive had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:11:31] There has been a new submission: 'New episode of my Random Games series. The game is called Fun Tun 3 Arena...enjoy', with flair 'Gaming'
+1394 [2020-03-11 12:11:40] There has been a new submission: 'FIGHT OF ANIMALS : THIS IS MEME GAMING', with flair 'Gaming'
+1394 [2020-03-11 12:11:42] /u/hiilovetits had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:11:49] There has been a new submission: 'Just a lil mini-series my friends and I have been working on. It’s not super in-depth but, it’s been fun and silly.', with flair 'Video Critique'
+1394 [2020-03-11 12:11:57] There has been a new submission: 'Product Animation i Created in Free open Source Program Blender ( i have reached 76 Subs today )', with flair 'Discussion'
+1394 [2020-03-11 12:11:59] /u/khatri3d had their submission removed for using the wrong flair.
+1394 [2020-03-11 12:12:06] There has been a new submission: 'Check out my channel', with flair 'Gaming'
+1394 [2020-03-11 12:12:08] /u/wozza312 had their submission removed for insufficient lambda.
+1394 [2020-03-11 12:12:15] There has been a new submission: '[Video Critique] Dodge Challenger Road Review, we are changing things up slowly due to the input we get here and we are very grateful for all of you. If you guys could take a look and let us know what you think we would appreciate it', with flair 'Video Critique'
+1394 [2020-03-11 12:46:03] '/u/Jischasing' has given '/u/MoskitoDan' lambda!
+1394 [2020-03-11 12:46:03] The OP received lambda too!
+1394 [2020-03-11 12:47:14] '/u/Jischasing' has given '/u/The_Suited_Bird' lambda!
+1394 [2020-03-11 12:48:10] '/u/Jischasing' has given '/u/underfiremedia777' lambda!
+1394 [2020-03-11 12:53:02] '/u/Apple-of-the-earths' has given '/u/underfiremedia777' lambda!
+1394 [2020-03-11 12:58:09] There has been a new submission: 'Sidequest Quake 2 VR, one of the best FPS games ever', with flair 'Gaming'
+1394 [2020-03-11 12:58:10] /u/apfchin had their submission removed for insufficient lambda.
+1394 [2020-03-11 13:14:25] There has been a new submission: 'Hi guys! I tried editing more, as you have suggested and relocated the 2nd screen as well. What do you think? — EASIEST TO HARDEST DANCES OF BTS BUT I MAY DISAGREE', with flair 'Video Critique'
+1394 [2020-03-11 13:14:35] There has been a new submission: 'Episode 25 is up!! We finally hit 100 subs and stormed the Silph Co HQ, so come check out my Pokémon FireRed NUZLOCKE!!! 🔥', with flair 'Gaming'
+1394 [2020-03-11 13:14:37] /u/JimmySpyro had their submission removed for insufficient lambda.
+1394 [2020-03-11 13:19:34] '/u/2Legit2Cwithe' has given '/u/serioussenpai' lambda!
+1394 [2020-03-11 13:19:49] '/u/2Legit2Cwithe' has given '/u/lil_traveller' lambda!
+1394 [2020-03-11 13:23:42] There has been a new submission: 'Here’s an old video of mine I made last Halloween. My editing improved from there but I’m wondering if that type of content is interesting to watch. Would love to hear your thoughts on this one!', with flair 'None'
+1394 [2020-03-11 13:36:05] There has been a new submission: 'Everyday Ab Workout At Home', with flair 'Discussion'
+1394 [2020-03-11 13:36:06] /u/Realgainsforreal had their submission removed for using the wrong flair.
+1394 [2020-03-11 13:36:38] There has been a new submission: 'How To Stay Motivated As A Small YouTuber - 5 Mindsets To Help You Keep Going', with flair 'Meta'
+1394 [2020-03-11 13:36:39] /u/modernaddiction had their submission removed for using the wrong flair.
+1394 [2020-03-11 13:37:06] There has been a new submission: 'Video Ideas and Feedback Appreciated', with flair 'Channel Review'
+1394 [2020-03-11 13:37:47] There has been a new submission: 'How To Stay Motivated As A Small YouTuber - 5 Mindsets To Help You Keep Going', with flair 'Video Critique'
+1394 [2020-03-11 13:46:58] There has been a new submission: 'Our first real argument caught on camera', with flair 'Vlog'
+1394 [2020-03-11 13:47:00] /u/kdgm19 had their submission removed for insufficient lambda.
+1394 [2020-03-11 13:50:24] There has been a new submission: 'New After Effects Tutorial: Learn how to create Stomp Typography Animation and how to Sync To The Rhythm!', with flair 'Art'
+1394 [2020-03-11 13:50:26] /u/Abdulla_r0 had their submission removed for insufficient lambda.
+1394 [2020-03-11 13:52:03] '/u/Illfury' has given '/u/modernaddiction' lambda!
+1394 [2020-03-11 13:58:33] '/u/coletv' has given '/u/giraffehippo23' lambda!
+1394 [2020-03-11 13:58:33] The OP received lambda too!
+1394 [2020-03-11 14:00:17] '/u/Illfury' has given '/u/kdgm19' lambda!
+1394 [2020-03-11 14:03:27] '/u/Jischasing' has given '/u/Real_Mr_Llama' lambda!
+1690 [2020-03-11 14:07:07]
+####################
+[2020-03-11 14:07:07] RESTARTED
+####################
+
+1690 [2020-03-11 14:09:36] There has been a new submission: 'First two videos out and wanting opinions and advice to improve future videos', with flair 'None'
+1690 [2020-03-11 14:09:37] /u/Sir_Chew had their submission removed for insufficient lambda.
+1690 [2020-03-11 14:17:36] There has been a new submission: 'I been uploading content and as I upload, I learn a lot of things along the way. this is a 2020 Channel Update | NEW Small YouTubers | Bridges Games. I finally found a rhythm on how I want you edit and upload content, I hope you guys like the update.', with flair 'Vlog'
+1690 [2020-03-11 14:35:45] There has been a new submission: '*FROM GAMING CHAIR TO CORSET* The chair broke and was going to be thrown out regardless. Me being in fashion design, I couldn't let the extra fabric go to waste so I made a corset out of it 🤷🏼‍♀️🤗', with flair 'Art'
+1690 [2020-03-11 14:35:46] /u/itssewkool had their submission removed for insufficient lambda.
+1690 [2020-03-11 14:45:34] '/u/ChiefChaka' has given '/u/Jaffaham' lambda!
+1690 [2020-03-11 14:46:51] '/u/ChiefChaka' has given '/u/Charlie_7threegamers' lambda!
+1690 [2020-03-11 14:47:09] '/u/ChiefChaka' has given '/u/Boing_gaming' lambda!
+1690 [2020-03-11 14:50:15] There has been a new submission: 'It's all about patience', with flair 'Discussion'
+1690 [2020-03-11 14:51:29] '/u/ChiefChaka' has given '/u/Real_Mr_Llama' lambda!
+1690 [2020-03-11 14:54:26] There has been a new submission: 'The newest video in my series on looking for the biggest trees in the US! Would love any feedback you have!', with flair 'Video Critique'
+1690 [2020-03-11 14:57:47] '/u/Illfury' has given '/u/Drunkpriest666' lambda!
+1690 [2020-03-11 14:58:11] '/u/Illfury' has given '/u/GenericGhost_YT' lambda!
+1690 [2020-03-11 14:58:35] '/u/Illfury' has given '/u/akara211' lambda!
+1690 [2020-03-11 14:58:40] There has been a new submission: 'What makes you want to be a YouTube content creator?', with flair 'Discussion'
+1690 [2020-03-11 14:59:46] '/u/edward-wolff' has given '/u/kdgm19' lambda!
+1690 [2020-03-11 15:11:16] There has been a new submission: 'Product Animation Made in Free Open Source Program Blender (previous post was removed because of wrong Flair)', with flair 'Video Critique'
+1690 [2020-03-11 15:11:19] /u/khatri3d had their submission removed for insufficient lambda.
+1690 [2020-03-11 15:20:42] There has been a new submission: 'Speed drawing of bee!', with flair 'None'
+1690 [2020-03-11 15:20:44] /u/RobynArtist had their submission removed for insufficient lambda.
+1690 [2020-03-11 15:23:00] There has been a new submission: 'Horror channel', with flair 'Gaming'
+1690 [2020-03-11 15:23:02] /u/LosCash2 had their submission removed for insufficient lambda.
+1690 [2020-03-11 15:32:12] '/u/coletv' has given '/u/Drunkpriest666' lambda!
+1690 [2020-03-11 15:32:46] There has been a new submission: '(DBFZ) Makabro Vs DeeCutz: Battle of rap Gods', with flair 'Gaming'
+1690 [2020-03-11 15:36:44] '/u/chsmntnstudios' has given '/u/misterindependent' lambda!
+1690 [2020-03-11 15:37:51] '/u/2Legit2Cwithe' has given '/u/issorelleinad' lambda!
+1690 [2020-03-11 15:37:51] The OP received lambda too!
+1690 [2020-03-11 15:39:23] There has been a new submission: 'Hey I would love if you watched and let me know your thoughts on our video!', with flair 'Video Critique'
+1690 [2020-03-11 15:39:24] /u/Zhjorth had their submission removed for insufficient lambda.
+1690 [2020-03-11 15:43:46] There has been a new submission: 'Conan Exiles :Abysmal Remnant! The Dregs Dungeon. Tried to throw some gifs/memes in there. Feedback?', with flair 'Gaming'
+1690 [2020-03-11 15:44:20] There has been a new submission: 'PSA: Wash Your Damn Hands [Sketch]', with flair 'Channel Review'
+1690 [2020-03-11 15:46:01] '/u/kaliseoul' has given '/u/JudgeCreed' lambda!
+1690 [2020-03-11 15:48:12] '/u/Jischasing' has given '/u/MatthewLopezOnYT' lambda!
+1690 [2020-03-11 15:53:37] There has been a new submission: 'Ask Me Anything You Want In The Comments Of This Video....', with flair 'Video Critique'
+1690 [2020-03-11 15:58:16] There has been a new submission: 'Looking for any feedback on my Travel/Lifestyle Channel. Thanks so much!!!', with flair 'Channel Review'
+1690 [2020-03-11 15:58:17] /u/thelifeofriles had their submission removed for insufficient lambda.
+1690 [2020-03-11 16:05:12] There has been a new submission: 'Learning with ARDUINO UNO using autoscrool and serial writer - Arduino', with flair 'Video Critique'
+1690 [2020-03-11 16:05:14] /u/multigrowth had their submission removed for insufficient lambda.
+1826 [2020-03-11 16:07:07]
+####################
+[2020-03-11 16:07:07] RESTARTED
+####################
+
+1826 [2020-03-11 16:15:29] There has been a new submission: 'The Funniest TikTok Videos: Andre Reacts | HumanMeter', with flair 'None'
+1826 [2020-03-11 16:15:30] /u/IndividualGuide had their submission removed for insufficient lambda.
+1826 [2020-03-11 16:16:13] There has been a new submission: 'Halp me rech 1k subs', with flair 'None'
+1826 [2020-03-11 16:16:15] /u/hardcoreknuckle had their submission removed for insufficient lambda.
+1826 [2020-03-11 16:17:50] There has been a new submission: 'Download and Install the New Microsoft Edge Based on Chromium | 2020', with flair 'Discussion'
+1826 [2020-03-11 16:17:51] /u/Parthagos had their submission removed for using the wrong flair.
+1826 [2020-03-11 16:21:26] There has been a new submission: 'My first upload I did two months ago. Please provide quality feeback! :) willing to give lambda', with flair 'Video Critique'
+1826 [2020-03-11 16:22:38] There has been a new submission: 'Would You Rather? Please provide quality feedback for lambda :)', with flair 'Video Critique'
+1826 [2020-03-11 16:22:55] '/u/BananaMilkeu' has given '/u/dbwotjr7' lambda!
+1826 [2020-03-11 16:22:55] The OP received lambda too!
+1826 [2020-03-11 16:23:12] '/u/Scabhammer' has given '/u/dbwotjr7' lambda!
+1826 [2020-03-11 16:23:12] The OP received lambda too!
+1826 [2020-03-11 16:36:57] There has been a new submission: 'Hey everyone please check out my YouTube channel open to do collabs any feedback would be great through comments or DM', with flair 'Gaming'
+1826 [2020-03-11 16:36:58] /u/AKYOU07 had their submission removed for insufficient lambda.
+1826 [2020-03-11 16:40:37] There has been a new submission: 'Resident evil 7 gameplay part 3 / resident evil 7 walkthrough part 3 THE FINAL PLAYTHROUGH', with flair 'Gaming'
+1826 [2020-03-11 16:40:39] /u/theturn89 had their submission removed for insufficient lambda.
+1826 [2020-03-11 16:53:39] There has been a new submission: 'Hi, guys! I am writing a motivation post. Guys, Do-Not-Give-Up-Never and keep doing what you are doing! We are always in doubts about our channels, videos and YT in total:)? After hard 3 weeks have found motivation and released new video. Good Luck to everyone!', with flair 'Channel Review'
+1826 [2020-03-11 17:00:37] There has been a new submission: 'Trying out some new things on my new channel. I'd love a critique. [Video Critique]', with flair 'Video Critique'
+1826 [2020-03-11 17:00:40] /u/JohnnyEscape had their submission removed for insufficient lambda.
+1826 [2020-03-11 17:02:19] There has been a new submission: 'Do you think it is possible to go from zero to 100,000 subs in one year?', with flair 'Discussion'
+1826 [2020-03-11 17:08:10] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 18 - Ilsa Herzog (GR Breakpoint)', with flair 'Gaming'
+1826 [2020-03-11 17:08:11] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+1826 [2020-03-11 17:10:20] There has been a new submission: 'Resident Evil 2 Original (1998) (Leon A) Let's Play Episode/Part 3 Gameplay Walkthrough Blind', with flair 'None'
+1826 [2020-03-11 17:10:22] /u/loopy2mn had their submission removed for insufficient lambda.
+1826 [2020-03-11 17:12:46] '/u/TrillGil23' has given '/u/RhysTheTrailblazer' lambda!
+1826 [2020-03-11 17:12:46] The OP received lambda too!
+1826 [2020-03-11 17:22:38] There has been a new submission: 'HOW TO GET 100 SUBSCRIBERS IN LESS THAN TWO WEEKSSS', with flair 'None'
+1826 [2020-03-11 17:22:40] /u/genesiscruz had their submission removed for insufficient lambda.
+1826 [2020-03-11 17:26:00] '/u/Burkeds' has given '/u/YTAverageGamer1' lambda!
+1826 [2020-03-11 17:26:00] The OP received lambda too!
+1826 [2020-03-11 17:26:29] '/u/Burkeds' has given '/u/RyanElston5' lambda!
+1826 [2020-03-11 17:30:28] There has been a new submission: 'Finally uploaded this video for so many youtubers that needed this video on vidmate', with flair 'Discussion'
+1826 [2020-03-11 17:30:31] /u/kelvin-wale had their submission removed for using the wrong flair.
+1826 [2020-03-11 17:36:23] There has been a new submission: 'Youtube musician looking for a game dev to work with. Id love to do an ost. Here is my newest, and please check out the whole channel. Thanks for listening', with flair 'Channel Review'
+1826 [2020-03-11 17:36:25] /u/kscircle had their submission removed for insufficient lambda.
+1826 [2020-03-11 17:45:34] There has been a new submission: 'Increasing the lambda cost for posting a video', with flair 'Discussion'
+1826 [2020-03-11 17:47:58] '/u/BridgesGames' has given '/u/RyanElston5' lambda!
+1826 [2020-03-11 17:47:58] The OP received lambda too!
+1826 [2020-03-11 17:50:56] '/u/Burkeds' has given '/u/endlessvibesmusic' lambda!
+1826 [2020-03-11 17:54:55] '/u/KingOberon13' has given '/u/aluskevics' lambda!
+1826 [2020-03-11 17:54:55] The OP received lambda too!
+1826 [2020-03-11 17:57:37] There has been a new submission: 'Bad idea.', with flair 'Channel Review'
+1826 [2020-03-11 17:57:38] /u/mdranofficial had their submission removed for insufficient lambda.
+1826 [2020-03-11 18:02:25] There has been a new submission: 'My first post! I live in Asia and travel all the time, here is one of my Vlogs for Thailand. Please let me know what you think, i have my Lambda Cannon ready!', with flair 'Video Critique'
+1826 [2020-03-11 18:04:15] There has been a new submission: '[Vlog/Challenge] I pulled an all nighter and did some fun activities to keep me up, and I discuss my thoughts on the corornavirus and other interesting topics, tell me what you think, your input is much appreciated!!', with flair 'None'
+1826 [2020-03-11 18:04:16] /u/SavelaMadikane had their submission removed for insufficient lambda.
+1826 [2020-03-11 18:05:51] There has been a new submission: '[FREE] Trap Beat - "Make It Back" (Prod.by Selfmadebeatz)', with flair 'None'
+1826 [2020-03-11 18:05:53] /u/Selfmadebeatz had their submission removed for insufficient lambda.
+1961 [2020-03-11 18:07:07]
+####################
+[2020-03-11 18:07:07] RESTARTED
+####################
+
+1961 [2020-03-11 18:19:02] There has been a new submission: 'I don’t know if this video concept would work.', with flair 'Discussion'
+1961 [2020-03-11 18:29:55] '/u/RyanElston5' has given '/u/serioussenpai' lambda!
+1961 [2020-03-11 18:29:55] The OP received lambda too!
+1961 [2020-03-11 18:30:25] There has been a new submission: 'Hey wanted to ask for advice! Would you start a long LP if your channel has effectively 1 sub?', with flair 'Discussion'
+1961 [2020-03-11 18:36:42] '/u/Scabhammer' has given '/u/SavelaMadikane' lambda!
+1961 [2020-03-11 18:38:10] There has been a new submission: 'Why bother building a YouTube Channel if they can just delete it and not tell you why?', with flair 'Discussion'
+1961 [2020-03-11 18:39:57] '/u/Inferus12' has given '/u/RyanElston5' lambda!
+1961 [2020-03-11 18:39:58] The OP received lambda too!
+1961 [2020-03-11 18:40:22] '/u/TrillGil23' has given '/u/Sewance' lambda!
+1961 [2020-03-11 18:41:18] There has been a new submission: '[FREE] Hip Hop Type Beat "Whistle Up"I Rap Trap Instrumental Beats', with flair 'Art'
+1961 [2020-03-11 18:41:21] /u/psychotropicand666 had their submission removed for insufficient lambda.
+1961 [2020-03-11 18:45:20] There has been a new submission: 'Wartime Nostalgia - Universe & Apollo', with flair 'Art'
+1961 [2020-03-11 18:45:22] /u/DomLomYTP had their submission removed for insufficient lambda.
+1961 [2020-03-11 18:52:35] There has been a new submission: 'Ok this is the latest video in the series about me becoming normal again after being in pain every day of my life since I was ten. Why is it doing so much better than my others? And what can I do to improve?', with flair 'Video Critique'
+1961 [2020-03-11 18:53:26] '/u/Burkeds' has given '/u/qzeqYT' lambda!
+1961 [2020-03-11 18:59:15] There has been a new submission: 'Two idiots play a cooking game', with flair 'Gaming'
+1961 [2020-03-11 18:59:16] /u/MentalDudeReddit had their submission removed for insufficient lambda.
+1961 [2020-03-11 19:02:16] There has been a new submission: 'About to hit 1,5k views! Dr DRE, Snoop Dogg - STILL D.R.E live looping piano cover', with flair 'Channel Review'
+1961 [2020-03-11 19:02:18] /u/Lukasz-Martin had their submission removed for insufficient lambda.
+1961 [2020-03-11 19:18:30] '/u/Burkeds' has given '/u/Lukasz-Martin' lambda!
+1961 [2020-03-11 19:19:08] '/u/Burkeds' has given '/u/Lukasz-Martin' lambda!
+1961 [2020-03-11 19:19:08] The OP received lambda too!
+1961 [2020-03-11 19:21:20] There has been a new submission: 'What are some ways you personally try and get your watch time up?', with flair 'Discussion'
+1961 [2020-03-11 19:22:10] There has been a new submission: 'My Channel!', with flair 'None'
+1961 [2020-03-11 19:22:12] /u/waydarkerthanbefore had their submission removed for insufficient lambda.
+1961 [2020-03-11 19:23:14] '/u/Jischasing' has given '/u/DUUUDDDEEE' lambda!
+1961 [2020-03-11 19:28:34] '/u/serioussenpai' has given '/u/Lukasz-Martin' lambda!
+1961 [2020-03-11 19:28:34] The OP received lambda too!
+1961 [2020-03-11 19:30:13] There has been a new submission: 'Secret Agent Music Compilation', with flair 'Video Critique'
+1961 [2020-03-11 19:31:42] There has been a new submission: 'RED XIII NOT PLAYABLE!? NIER ANNIVERSARY STREAM?! - Worst Game News Show Ever - 07/03/20', with flair 'Video Critique'
+1961 [2020-03-11 19:33:31] There has been a new submission: 'People on PS4', with flair 'Discussion'
+1961 [2020-03-11 19:35:28] There has been a new submission: 'Hey! A game I have waited for so long came out today so I made a Let's Play video. I kmow is really long so I understand if you don't watch it whole, but I would love feedback on the thumbnail and commentary (maybe skip some parts so you can hear it in different moments of the gameplay). Thanks <3', with flair 'Gaming'
+1961 [2020-03-11 19:36:01] There has been a new submission: 'MINECRAFT 3x3 Redstone Piston foot Tutorial (advice will be greatly appreciated and hopefully rewarded lambda)', with flair 'Gaming'
+1961 [2020-03-11 19:36:02] /u/5h1ttyredstone had their submission removed for insufficient lambda.
+1961 [2020-03-11 19:41:44] There has been a new submission: 'Jingle - Silent Night [chill] (2011)', with flair 'Art'
+1961 [2020-03-11 19:41:47] /u/chilledsquirrel had their submission removed for insufficient lambda.
+1961 [2020-03-11 19:42:30] '/u/Burkeds' has given '/u/glazed_turkey' lambda!
+1961 [2020-03-11 19:45:08] There has been a new submission: 'Question about promoting your channel.', with flair 'Discussion'
+1961 [2020-03-11 19:46:00] There has been a new submission: 'Eviction Notice by Riot of the Hot Pink Ukulele "March 11/20"', with flair 'Art'
+1961 [2020-03-11 19:46:01] /u/JesseAI had their submission removed for insufficient lambda.
+1961 [2020-03-11 19:53:45] There has been a new submission: 'CALL OF DUTY: GULAG WARFARE', with flair 'Gaming'
+1961 [2020-03-11 20:05:55] There has been a new submission: 'Blue Lizard Sensitive Australian Sunscreen SPF 50 (Review + Demo)', with flair 'Video Critique'
+1961 [2020-03-11 20:05:57] /u/CatchingUtopia had their submission removed for insufficient lambda.
+1961 [2020-03-11 20:06:41] There has been a new submission: 'Some highlights from a stream where we started a survival world', with flair 'Gaming'
+1961 [2020-03-11 20:06:42] /u/TygoSR had their submission removed for insufficient lambda.
+2170 [2020-03-11 20:07:08]
+####################
+[2020-03-11 20:07:08] RESTARTED
+####################
+
+2170 [2020-03-11 20:20:36] There has been a new submission: 'I published my first video one year ago today!', with flair 'Discussion'
+2170 [2020-03-11 20:26:53] '/u/TrillGil23' has given '/u/glazed_turkey' lambda!
+2170 [2020-03-11 20:28:59] There has been a new submission: 'my first YT doc about my mother's 45 year career researching a village in Japan, a lot of technical.issues, please have a look 🙏🤗', with flair 'Video Critique'
+2170 [2020-03-11 20:29:00] /u/Irridescentglo had their submission removed for insufficient lambda.
+2170 [2020-03-11 20:29:46] There has been a new submission: 'The Easiest Way To Enter Windows 10 Safe Mode', with flair 'Thumbnail Review'
+2170 [2020-03-11 20:29:46] /u/mshordja had their submission removed for insufficient lambda.
+2170 [2020-03-11 20:36:12] There has been a new submission: 'Alopecia: Questions, Journey, and Treatment', with flair 'Discussion'
+2170 [2020-03-11 20:36:14] /u/mmdvn had their submission removed for using the wrong flair.
+2170 [2020-03-11 20:37:43] There has been a new submission: 'Alopecia: Questions, Journey, and Treatment', with flair 'Vlog'
+2170 [2020-03-11 20:37:44] /u/mmdvn had their submission removed for insufficient lambda.
+2170 [2020-03-11 20:44:19] There has been a new submission: 'About to hit 1,5k views! Dr DRE, Snoop Dogg - STILL D.R.E live looping piano cover', with flair 'Channel Review'
+2170 [2020-03-11 20:56:08] There has been a new submission: 'A little bit different Skyrim playthrough, please give me some feedback (besides the mic popping I couldn't fix that this time) Thanks!', with flair 'Video Critique'
+2170 [2020-03-11 20:57:31] '/u/ThisIsCress' has given '/u/glazed_turkey' lambda!
+2170 [2020-03-11 20:57:32] The OP received lambda too!
+2170 [2020-03-11 21:16:53] There has been a new submission: '[Video Critique] The no keybinds challenge - Overwatch | Will give lambda for original feedback', with flair 'Video Critique'
+2170 [2020-03-11 21:18:20] There has been a new submission: 'BubbleRap', with flair 'Channel Review'
+2170 [2020-03-11 21:18:21] /u/BubbleRap1 had their submission removed for insufficient lambda.
+2170 [2020-03-11 21:23:27] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+2170 [2020-03-11 21:23:58] There has been a new submission: 'Ideal video length for new channels', with flair 'Discussion'
+2170 [2020-03-11 21:26:49] There has been a new submission: 'Hey I made a hypixel bedwars video, I really want to make more content like this and also stream minecraft (my channel is a bit centered around mc). If you could please share some tips with me! It would be much appreciated!', with flair 'Channel Review'
+2170 [2020-03-11 21:26:51] /u/RFloupie had their submission removed for insufficient lambda.
+2170 [2020-03-11 21:34:34] '/u/Sewance' has given '/u/IAmDerrick' lambda!
+2170 [2020-03-11 21:34:34] The OP received lambda too!
+2170 [2020-03-11 21:35:59] '/u/Sewance' has given '/u/SpicyBeanDipTTV' lambda!
+2170 [2020-03-11 21:36:07] There has been a new submission: 'Tried a different program for this video and need feedback. Will give lambda for legitimate feedback comments.', with flair 'Video Critique'
+2170 [2020-03-11 21:37:30] There has been a new submission: 'UMASS AMHERST BLARNEY (depeet tv: episode 1) New video lmk what you think!', with flair 'Vlog'
+2170 [2020-03-11 21:37:31] /u/depeettv had their submission removed for insufficient lambda.
+2170 [2020-03-11 21:38:45] There has been a new submission: 'Made my second Minecraft let’s play, please give me feedback thanks', with flair 'None'
+2170 [2020-03-11 21:38:46] /u/TheLordofSeals had their submission removed for insufficient lambda.
+2170 [2020-03-11 21:43:59] '/u/ThisIsCress' has given '/u/SpicyBeanDipTTV' lambda!
+2170 [2020-03-11 21:52:23] There has been a new submission: 'New Video love would appreciate some feedback', with flair 'Gaming'
+2170 [2020-03-11 21:52:25] /u/keepovv had their submission removed for insufficient lambda.
+2170 [2020-03-11 21:57:49] There has been a new submission: 'Please critique my video, and don’t go easy on me just because I’m under 18', with flair 'Video Critique'
+2170 [2020-03-11 21:57:50] /u/JCCCCCCCCCCCCCCCCCCC had their submission removed for insufficient lambda.
+2592 [2020-03-11 22:07:07]
+####################
+[2020-03-11 22:07:07] RESTARTED
+####################
+
+2592 [2020-03-11 22:21:35] There has been a new submission: 'Does YT count the impressions from looking at your own YouTube Channel?', with flair 'Meta'
+2592 [2020-03-11 22:29:33] There has been a new submission: 'Just hit my 100 subs! WooHoooo!! :D', with flair 'Discussion'
+2592 [2020-03-11 22:34:12] '/u/birdberd' has given '/u/Entity42og' lambda!
+2592 [2020-03-11 22:34:12] The OP received lambda too!
+2592 [2020-03-11 22:35:15] '/u/glazed_turkey' has given '/u/SpicyBeanDipTTV' lambda!
+2592 [2020-03-11 22:35:15] The OP received lambda too!
+2592 [2020-03-11 22:40:29] '/u/Scabhammer' has given '/u/birdberd' lambda!
+2592 [2020-03-11 22:40:51] '/u/Scabhammer' has given '/u/JCCCCCCCCCCCCCCCCCCC' lambda!
+2592 [2020-03-11 22:41:49] There has been a new submission: 'I am fairly new to YT, have recently focused on it, after solely streaming on Twitch for a year. I have been taking notes from this sub and would love your constructive feedback on everything! If you want to critique my entire channel too let me know too!', with flair 'Video Critique'
+2592 [2020-03-11 22:43:33] '/u/Scabhammer' has given '/u/SpicyBeanDipTTV' lambda!
+2592 [2020-03-11 22:45:26] '/u/Jischasing' has given '/u/kawshif' lambda!
+2592 [2020-03-11 22:50:53] There has been a new submission: 'Critique my sketch comedy!!!', with flair 'Video Critique'
+2592 [2020-03-11 22:54:19] There has been a new submission: 'Taking The Role Of A Toxic Ness Main', with flair 'Gaming'
+2592 [2020-03-11 22:54:21] /u/UbaAmaze had their submission removed for insufficient lambda.
+2592 [2020-03-11 23:03:36] '/u/TrifectaComedy' has given '/u/SpicyBeanDipTTV' lambda!
+2592 [2020-03-11 23:06:52] There has been a new submission: 'BEST!! Tips for surviving in call of duty modern warfare WARZONE!!! Would really appreciate feedback on my videos, thanks', with flair 'None'
+2592 [2020-03-11 23:06:53] /u/tkizz_y had their submission removed for insufficient lambda.
+2592 [2020-03-11 23:12:53] There has been a new submission: 'Logitech G Pro x Gaming headset Review!!! 19 kill Fortnite Gameplay!!!', with flair 'Gaming'
+2592 [2020-03-11 23:12:55] /u/UR_AL_SHOOK_UP had their submission removed for insufficient lambda.
+2592 [2020-03-11 23:13:45] There has been a new submission: 'Compilation of Best Hydro Dipping Videos Top 5 Hydro Dip ..:SaTISfyiNg:..', with flair 'Art'
+2592 [2020-03-11 23:13:47] /u/Crazy_Show_M had their submission removed for insufficient lambda.
+2592 [2020-03-11 23:15:07] There has been a new submission: 'Cutest cats v1', with flair 'Channel Review'
+2592 [2020-03-11 23:15:09] /u/engineerman71 had their submission removed for insufficient lambda.
+2592 [2020-03-11 23:15:52] There has been a new submission: 'My Second Video Just Went Up and I'm Extremely Proud of My Improvement! -- I'm Just starting on youtube and I would love for you all to check out my video -- Will Give Lamba for Genuine Feedback!', with flair 'Video Critique'
+2592 [2020-03-11 23:26:36] There has been a new submission: 'More vs. Accurate Hashtags', with flair 'Discussion'
+2592 [2020-03-11 23:38:30] '/u/glazed_turkey' has given '/u/StealthyGamerGirl' lambda!
+2592 [2020-03-11 23:40:38] There has been a new submission: 'We Are Ghosts | Ghost Recon Breakpoint', with flair 'Video Critique'
+2592 [2020-03-11 23:42:22] '/u/glazed_turkey' has given '/u/SelendineMcHerb' lambda!
+2592 [2020-03-11 23:52:41] '/u/Scabhammer' has given '/u/markthequest' lambda!
+2592 [2020-03-11 23:54:28] '/u/DUUUDDDEEE' has given '/u/wonderboybright' lambda!
+2592 [2020-03-11 23:54:28] The OP received lambda too!
+2592 [2020-03-11 23:54:37] There has been a new submission: 'Looking To Help! (Collab)', with flair 'Discussion'
+2592 [2020-03-11 23:55:34] '/u/user9774' has given '/u/TrillGil23' lambda!
+2592 [2020-03-11 23:55:34] The OP received lambda too!
+2592 [2020-03-11 23:56:25] '/u/user9774' has given '/u/RyanElston5' lambda!
+2592 [2020-03-11 23:57:37] '/u/user9774' has given '/u/2Legit2Cwithe' lambda!
+2592 [2020-03-11 23:57:44] '/u/user9774' has given '/u/Spookervo' lambda!
+2592 [2020-03-12 00:00:08] There has been a new submission: 'BANANA GIRL by Lily Pichu (Animated)', with flair 'Art'
+2728 [2020-03-12 00:07:08]
+####################
+[2020-03-12 00:07:08] RESTARTED
+####################
+
+2728 [2020-03-12 00:08:51] There has been a new submission: 'My Car Caught Fire Near the Mexican Border and Heres How | DeAndre Zemora STORYTIME', with flair 'Vlog'
+2728 [2020-03-12 00:08:52] /u/deandrezemora had their submission removed for insufficient lambda.
+2728 [2020-03-12 00:10:49] '/u/Burkeds' has given '/u/prettyboiRandell' lambda!
+2728 [2020-03-12 00:10:59] There has been a new submission: 'Sub to me and I’ll sub on 4 accounts', with flair 'None'
+2728 [2020-03-12 00:11:01] /u/Selfmadebeatz had their submission removed for insufficient lambda.
+2728 [2020-03-12 00:18:08] There has been a new submission: 'Can I swear when a 13 year old is in a video with me?', with flair 'Discussion'
+2728 [2020-03-12 00:18:31] {ERROR} unsupported operand type(s) for -: 'str' and 'int'
+2728 [2020-03-12 00:22:09] There has been a new submission: 'my first youtube video trying to make epic vr videos', with flair 'Gaming'
+2728 [2020-03-12 00:22:11] /u/Pro_Gameplay had their submission removed for insufficient lambda.
+2728 [2020-03-12 00:28:05] '/u/IAmDerrick' has given '/u/filterjohny-68' lambda!
+2728 [2020-03-12 00:28:06] The OP received lambda too!
+2728 [2020-03-12 00:33:07] '/u/IAmDerrick' has given '/u/Wayne-R-T-S' lambda!
+2728 [2020-03-12 00:33:37] '/u/kaliseoul' has given '/u/markthequest' lambda!
+2728 [2020-03-12 00:38:54] There has been a new submission: 'Just started my new YT animation channel! Its 100% original content, focused on surreal comedy.', with flair 'Art'
+2728 [2020-03-12 00:38:55] /u/FrankyWish had their submission removed for insufficient lambda.
+2728 [2020-03-12 00:43:23] '/u/DUUUDDDEEE' has given '/u/TheBobbyBands' lambda!
+2728 [2020-03-12 00:45:15] There has been a new submission: 'I Found Love on Omegle ( ͡° ͜ʖ ͡°)', with flair 'Video Critique'
+2728 [2020-03-12 00:49:51] There has been a new submission: 'Echocraft Ep.9 - Pop Goes the WEASEL! Feedback would be awesome! Let's play can be challenging! Authentic feed back will be awarded lambda!', with flair 'Video Critique'
+2728 [2020-03-12 00:54:41] There has been a new submission: 'Newest Pokémon card opening! Likes, subs and critiques are welcome and appreciated!', with flair 'Video Critique'
+2728 [2020-03-12 00:54:43] /u/dtchaulk had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:03:32] There has been a new submission: 'Drunk Questions with the homies🍻 I’m really happy with how it came out, but any feedback on how I can improve or constructive criticism would be super appreciated!', with flair 'Video Critique'
+2728 [2020-03-12 01:06:22] '/u/ulfberht13' has given '/u/SpicyBeanDipTTV' lambda!
+2728 [2020-03-12 01:06:22] The OP received lambda too!
+2728 [2020-03-12 01:07:03] There has been a new submission: '2K And NBA Live Edits Need Opinions on Content?', with flair 'Gaming'
+2728 [2020-03-12 01:07:04] /u/Drxpster23 had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:08:30] There has been a new submission: 'IM pretty new to reddit check out my new yt channel and i can promise you wont be let down!!!', with flair 'Art'
+2728 [2020-03-12 01:08:31] /u/Varietycompilations had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:09:33] '/u/DUUUDDDEEE' has given '/u/beatboxscottyG' lambda!
+2728 [2020-03-12 01:10:14] '/u/IAmDerrick' has given '/u/RhysTheTrailblazer' lambda!
+2728 [2020-03-12 01:10:24] There has been a new submission: 'Anyone know a way to stay motivated posting to a small community?', with flair 'Gaming'
+2728 [2020-03-12 01:10:26] /u/Vexi_Rami had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:13:05] '/u/ThisIsCress' has given '/u/JCCCCCCCCCCCCCCCCCCC' lambda!
+2728 [2020-03-12 01:13:14] There has been a new submission: 'OH SNAP! Another Wednesday another video! What is the song about this week? Sub for sub and give me feedback please <3', with flair 'Video Critique'
+2728 [2020-03-12 01:13:16] /u/BadBounceAndBeyond had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:19:27] '/u/ulfberht13' has given '/u/wonderboybright' lambda!
+2728 [2020-03-12 01:28:00] There has been a new submission: 'Just started my new YT animation channel! Its 100% original content, focused on surreal comedy.', with flair 'Art'
+2728 [2020-03-12 01:28:02] /u/FrankyWish had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:38:23] '/u/UndieBand1t' has given '/u/TheBobbyBands' lambda!
+2728 [2020-03-12 01:38:23] The OP received lambda too!
+2316 [2020-03-12 01:40:47] Updated statistics
+2728 [2020-03-12 01:45:37] '/u/UndieBand1t' has given '/u/beatboxscottyG' lambda!
+2728 [2020-03-12 01:50:31] There has been a new submission: 'SHOULD I MAKE SOME MINECRAFT GAMEPLAY?', with flair 'Discussion'
+2728 [2020-03-12 01:55:12] There has been a new submission: 'Started a game channel dedicated to Star Citizen. I have no idea what I am doing or where I want to go with this all. Love to hear any feedback. FYI I am working on a banner still.', with flair 'Gaming'
+2728 [2020-03-12 01:55:14] /u/Serifan had their submission removed for insufficient lambda.
+2728 [2020-03-12 01:58:18] There has been a new submission: 'Thought I’d Share An Innovative Masterpiece', with flair 'Channel Review'
+2728 [2020-03-12 01:58:19] /u/Aya_Lysergic had their submission removed for insufficient lambda.
+2728 [2020-03-12 02:00:44] There has been a new submission: 'Im New 2 YT!!!', with flair 'Gaming'
+2728 [2020-03-12 02:00:47] /u/LightningTha3rd had their submission removed for insufficient lambda.
+2865 [2020-03-12 02:07:08]
+####################
+[2020-03-12 02:07:08] RESTARTED
+####################
+
+2865 [2020-03-12 02:09:51] There has been a new submission: 'I've got my list down for the best travel cards of 2020. I would love to hear suggestions on lighting, commentary, etc. Really trying to improve and took some tips from the last post. Thank you!', with flair 'Video Critique'
+2865 [2020-03-12 02:18:51] There has been a new submission: 'Seeking Feedback! Just started.', with flair 'Video Critique'
+2865 [2020-03-12 02:18:52] /u/Danielfaraj had their submission removed for insufficient lambda.
+2865 [2020-03-12 02:19:48] There has been a new submission: 'Minecraft Video! Lambda for Constructive feedback!', with flair 'None'
+2865 [2020-03-12 02:23:17] '/u/tommyboy_lr' has given '/u/SpicyBeanDipTTV' lambda!
+2865 [2020-03-12 02:23:17] The OP received lambda too!
+2865 [2020-03-12 02:43:02] There has been a new submission: 'So how do you all like it?', with flair 'Video Critique'
+2865 [2020-03-12 02:43:04] /u/Connor_a711 had their submission removed for insufficient lambda.
+2865 [2020-03-12 02:47:22] There has been a new submission: 'I've submitted my channel on here before, so I'd like to recommend the SubReddit tied to my channel and The K Rool Khronicles. Anyone want to become a member?', with flair 'Discussion'
+2865 [2020-03-12 02:55:05] There has been a new submission: 'WATCH PEOPLE DIE INSIDE #1', with flair 'Video Critique'
+2865 [2020-03-12 02:55:06] /u/AggravatingMacaron4 had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:08:10] '/u/BananaSmacker' has given '/u/Real_Mr_Llama' lambda!
+2865 [2020-03-12 03:08:11] The OP received lambda too!
+2865 [2020-03-12 03:13:42] '/u/cplaprade' has given '/u/jaxtnh' lambda!
+2865 [2020-03-12 03:13:42] The OP received lambda too!
+2865 [2020-03-12 03:16:24] There has been a new submission: 'Any feedback?', with flair 'None'
+2865 [2020-03-12 03:16:26] /u/thebluehairedemo had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:16:42] '/u/misterindependent' has given '/u/Drunkpriest666' lambda!
+2865 [2020-03-12 03:16:42] The OP received lambda too!
+2865 [2020-03-12 03:20:42] There has been a new submission: 'YOUTUBE', with flair 'None'
+2865 [2020-03-12 03:20:44] /u/AKYOU07 had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:22:26] There has been a new submission: 'Why I love Fortnite Battle Royale', with flair 'Vlog'
+2865 [2020-03-12 03:22:28] /u/InquisitorSnow had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:22:44] There has been a new submission: 'How do you guys promote your videos once you upload them?', with flair 'Discussion'
+2865 [2020-03-12 03:25:46] There has been a new submission: 'New Video arrive Subscribe guys', with flair 'Gaming'
+2865 [2020-03-12 03:25:47] /u/joe_next had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:28:23] There has been a new submission: 'Dạo vòng', with flair 'Vlog'
+2865 [2020-03-12 03:28:25] /u/huynhdvq had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:29:29] There has been a new submission: 'Kentay dạo', with flair 'Vlog'
+2865 [2020-03-12 03:29:30] /u/huynhdvq had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:34:36] There has been a new submission: 'I got invited to an Xbox live party after I killed this dude', with flair 'Gaming'
+2865 [2020-03-12 03:34:38] /u/Troyyy_Boyyy had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:39:17] '/u/serioussenpai' has given '/u/emli42' lambda!
+2865 [2020-03-12 03:54:26] There has been a new submission: '"Lord Lovidicus" ~ Release..... Sweet release! After all these years, these decades. I am finally freeeee! And you so.... So fresh! I must feed! I MUST FEED! AGGGHHHHH!', with flair 'Gaming'
+2865 [2020-03-12 03:54:28] /u/LAZURAyoutube had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:54:49] There has been a new submission: 'Ori and the will of the wisps | 15 mins of gameplay', with flair 'Gaming'
+2865 [2020-03-12 03:54:50] /u/Little-Lumi had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:56:28] There has been a new submission: 'First Colab', with flair 'Gaming'
+2865 [2020-03-12 03:56:30] /u/Young_Senpai42069 had their submission removed for insufficient lambda.
+2865 [2020-03-12 03:56:42] There has been a new submission: 'Brand new podcast channel I'm working on what do you think?', with flair 'None'
+2865 [2020-03-12 03:56:43] /u/macgarthur had their submission removed for insufficient lambda.
+3004 [2020-03-12 04:07:08]
+####################
+[2020-03-12 04:07:08] RESTARTED
+####################
+
+3004 [2020-03-12 04:09:00] There has been a new submission: 'What Microphone Should I Get?', with flair 'Discussion'
+3004 [2020-03-12 04:09:30] There has been a new submission: 'This is a funny Moments video that took long to edit', with flair 'Video Critique'
+3004 [2020-03-12 04:09:30] /u/Player378 had their submission removed for insufficient lambda.
+3004 [2020-03-12 04:20:34] '/u/serioussenpai' has given '/u/sbstaryt' lambda!
+3004 [2020-03-12 04:41:18] There has been a new submission: 'My First Therapy Session After Visiting A Haunted House', with flair 'Video Critique'
+3004 [2020-03-12 04:55:12] There has been a new submission: 'We never change》Coldplay (cover)', with flair 'Art'
+3004 [2020-03-12 04:55:14] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+3004 [2020-03-12 05:02:02] There has been a new submission: 'Hey all. I've been doing Lets Plays, and now some How To's related to Metroidvania games. Not getting a lot of views or subscribes. I know there is heaps of room for improvement, what do you think would make the biggest difference right now? Please give me constructive feedback. Cheers!!', with flair 'Video Critique'
+3004 [2020-03-12 05:14:24] There has been a new submission: 'Check Out my Latest video.. | Creepy Camping Story | Darkside series| Episode 5', with flair 'Video Critique'
+3004 [2020-03-12 05:18:17] There has been a new submission: 'I just HIT 5000 views! It took me a while to hit that milestone and you guys were very supportive! Thank you for helping me!', with flair 'Discussion'
+3004 [2020-03-12 05:18:40] There has been a new submission: 'WORST GAMES OF 2020', with flair 'None'
+3004 [2020-03-12 05:18:41] /u/gibbygamingGG had their submission removed for insufficient lambda.
+3004 [2020-03-12 05:25:24] There has been a new submission: 'I would also like to thank The Suited Bird for helping me out. A big hug for him.', with flair 'Discussion'
+3004 [2020-03-12 05:39:23] '/u/DUUUDDDEEE' has given '/u/LiljoeyJojo' lambda!
+3004 [2020-03-12 05:53:08] '/u/Madmakiant' has given '/u/LiljoeyJojo' lambda!
+3004 [2020-03-12 05:53:08] The OP received lambda too!
+3004 [2020-03-12 05:55:37] There has been a new submission: 'About Hit 1k Views on my 1st video guys watch it and subscribe you know how to feels to hit 1k veiws 1st time!', with flair 'Art'
+3004 [2020-03-12 05:55:39] /u/logikalteen had their submission removed for insufficient lambda.
+3145 [2020-03-12 06:07:08]
+####################
+[2020-03-12 06:07:08] RESTARTED
+####################
+
+3145 [2020-03-12 06:33:43] There has been a new submission: 'I make intersting data visualizations,and would love to get feedback from all the wonderful creators here!', with flair 'Channel Review'
+3145 [2020-03-12 06:33:45] /u/ExcitingMaverick had their submission removed for insufficient lambda.
+3145 [2020-03-12 06:36:05] '/u/aluskevics' has given '/u/YTAverageGamer1' lambda!
+3145 [2020-03-12 06:36:05] The OP received lambda too!
+3145 [2020-03-12 06:41:29] '/u/aluskevics' has given '/u/filterjohny-68' lambda!
+3145 [2020-03-12 07:06:38] There has been a new submission: 'DOES ANYONE LIKE RAVENFIELD CONTENT?', with flair 'Discussion'
+3145 [2020-03-12 07:29:41] There has been a new submission: 'Have a look at my channel and its videos and please provide your feedback!!', with flair 'Channel Review'
+3145 [2020-03-12 07:29:42] /u/ayushmallik68 had their submission removed for insufficient lambda.
+3145 [2020-03-12 07:30:32] There has been a new submission: 'Fortnite Season 2 Week 4 Challenges |Fortnite Chapter 2 Tntina Week 4 Grumpy Greens, Mowdow Location', with flair 'Gaming'
+3145 [2020-03-12 07:30:35] /u/Lawinso had their submission removed for insufficient lambda.
+3145 [2020-03-12 07:49:21] There has been a new submission: 'Just hit 500 subs with my latest video of a walk in the Lake District', with flair 'Vlog'
+3145 [2020-03-12 07:49:21] /u/Dbritten had their submission removed for insufficient lambda.
+3145 [2020-03-12 07:56:37] There has been a new submission: 'What subniche should I pick to upload on?', with flair 'Discussion'
+3713 [2020-03-12 08:07:08]
+####################
+[2020-03-12 08:07:08] RESTARTED
+####################
+
+3713 [2020-03-12 08:20:04] '/u/LiljoeyJojo' has given '/u/DeafJordan' lambda!
+3713 [2020-03-12 08:20:05] The OP received lambda too!
+3713 [2020-03-12 08:20:15] '/u/deliriousmarc' has given '/u/Monarch_Meow' lambda!
+3713 [2020-03-12 08:20:16] The OP received lambda too!
+3713 [2020-03-12 08:24:24] There has been a new submission: 'HOWDY NEIGHBOR MAY THE LORD BLESS YOU', with flair 'Video Critique'
+3713 [2020-03-12 08:24:26] /u/sturdysnash had their submission removed for insufficient lambda.
+3713 [2020-03-12 08:50:25] '/u/cplaprade' has given '/u/ShiniestZoroark' lambda!
+3713 [2020-03-12 08:52:11] There has been a new submission: 'My TOP HOPES for the Pokemon Sword and Shield DLC!', with flair 'Video Critique'
+3713 [2020-03-12 08:54:40] '/u/Sewance' has given '/u/Film_Engineering' lambda!
+3713 [2020-03-12 08:59:56] '/u/serioussenpai' has given '/u/ShiniestZoroark' lambda!
+3713 [2020-03-12 09:04:56] There has been a new submission: 'Looking for thumbnail design advice!', with flair 'Discussion'
+3713 [2020-03-12 09:07:48] '/u/Cero2996' has given '/u/emli42' lambda!
+3713 [2020-03-12 09:14:39] There has been a new submission: 'Does creating non competitive titles using tube buddy actually work?', with flair 'Discussion'
+3713 [2020-03-12 09:19:32] There has been a new submission: 'How come when you post a link the video doesn’t always pop up?', with flair 'Discussion'
+3713 [2020-03-12 09:27:52] '/u/ShiniestZoroark' has given '/u/RoboOggy' lambda!
+3713 [2020-03-12 09:27:52] The OP received lambda too!
+3713 [2020-03-12 09:29:38] '/u/ShiniestZoroark' has given '/u/BananaMilkeu' lambda!
+3713 [2020-03-12 09:40:51] There has been a new submission: 'I just hit 350 views! I'm holding a giveaway at 1000 views and/or 50 subscribers. The prize will be announced in the 1000 view celebration video! Thank you everyone for all your support and if you want to hear about my giveaway, just subscribe or follow my twitter (on channel)', with flair 'Gaming'
+3713 [2020-03-12 09:40:53] /u/DynamiczHD had their submission removed for insufficient lambda.
+3713 [2020-03-12 10:02:43] There has been a new submission: 'I really like to troll the SkyWars Players,but i need to get viwes so the video gets recomanded,just a bit!Could anyone help me?', with flair 'Gaming'
+3713 [2020-03-12 10:02:45] /u/iProprieties had their submission removed for insufficient lambda.
+3846 [2020-03-12 10:07:08]
+####################
+[2020-03-12 10:07:08] RESTARTED
+####################
+
+3846 [2020-03-12 10:17:51] There has been a new submission: 'my first try at creating a cut comm.. did i do alright??', with flair 'Gaming'
+3846 [2020-03-12 10:17:52] /u/draxsquad had their submission removed for insufficient lambda.
+3846 [2020-03-12 10:24:10] There has been a new submission: 'We are making a series of videos about our Van Life project. I will give Lambda to all comments that are helpful :D', with flair 'Vlog'
+3846 [2020-03-12 10:27:13] There has been a new submission: 'So i just started my channel and have gone straight in with a let's play of an old time classic. I would really appreciate it if you guys could check it out and give me feedback on what you think and how i can improve. Thanks!', with flair 'Video Critique'
+3846 [2020-03-12 10:27:15] /u/Wrathaks had their submission removed for insufficient lambda.
+3846 [2020-03-12 10:44:48] There has been a new submission: 'Is this kind of video even interesting or should I be doing this behind the scenes? Lambda for constructive criticism!', with flair 'None'
+3846 [2020-03-12 10:55:13] '/u/UndieBand1t' has given '/u/LiljoeyJojo' lambda!
+3846 [2020-03-12 10:58:04] '/u/UndieBand1t' has given '/u/BananaMilkeu' lambda!
+3846 [2020-03-12 11:02:41] There has been a new submission: 'Spinnacle Spinning Channel Trailer (one minute)! Love to have some feedback :)', with flair 'Video Critique'
+3846 [2020-03-12 11:02:53] '/u/LiljoeyJojo' has given '/u/BananaMilkeu' lambda!
+3846 [2020-03-12 11:03:58] '/u/LiljoeyJojo' has given '/u/KnowledgeOfLife' lambda!
+3846 [2020-03-12 11:11:35] There has been a new submission: 'Paddington Bear - Kevin discovers paddington station', with flair 'Vlog'
+3846 [2020-03-12 11:11:37] /u/Csabazsi had their submission removed for insufficient lambda.
+3846 [2020-03-12 11:26:51] '/u/Jischasing' has given '/u/user9774' lambda!
+3846 [2020-03-12 11:51:59] There has been a new submission: 'Goku Achieves Complete Ultra Instinct', with flair 'Channel Review'
+3846 [2020-03-12 11:52:02] /u/MaleficentMood5 had their submission removed for insufficient lambda.
+3846 [2020-03-12 12:06:32] There has been a new submission: 'I recently started a small YouTube channel. I just have a question about keywords/video titles!', with flair 'Discussion'
+4043 [2020-03-12 12:07:09]
+####################
+[2020-03-12 12:07:09] RESTARTED
+####################
+
+4043 [2020-03-12 12:13:21] '/u/Logan_B_Youtube' has given '/u/BananaMilkeu' lambda!
+4043 [2020-03-12 12:13:21] The OP received lambda too!
+4043 [2020-03-12 12:21:27] There has been a new submission: 'Ark Survival Evolved Genesis (Welcome to Snowland)', with flair 'Gaming'
+4043 [2020-03-12 12:21:29] /u/kamihigh5 had their submission removed for insufficient lambda.
+4043 [2020-03-12 12:23:15] There has been a new submission: 'Yang family's wild trip, also Pedros downhill demo derby (Guts and Glory 2)', with flair 'Gaming'
+4043 [2020-03-12 12:23:17] /u/DerpyDaneGames had their submission removed for insufficient lambda.
+4043 [2020-03-12 12:24:35] There has been a new submission: 'DVYN - way too late [lofi emo]', with flair 'None'
+4043 [2020-03-12 12:24:37] /u/primotrez had their submission removed for insufficient lambda.
+4043 [2020-03-12 12:40:43] '/u/cjf5414' has given '/u/Film_Engineering' lambda!
+4043 [2020-03-12 12:40:43] The OP received lambda too!
+4043 [2020-03-12 12:42:46] There has been a new submission: 'Trying to Help Out a Really Nice Guy's Channel', with flair 'Channel Review'
+4043 [2020-03-12 12:42:49] /u/Hot_Rod_Johnson had their submission removed for insufficient lambda.
+4043 [2020-03-12 12:47:08] There has been a new submission: 'Coronavirus Update ( School lockdown, Food stamps, Facemasks, Basically Anarchy) — Translation of local News and Personal Experience', with flair 'Video Critique'
+4043 [2020-03-12 12:54:39] '/u/cjf5414' has given '/u/user9774' lambda!
+4043 [2020-03-12 12:58:03] '/u/cjf5414' has given '/u/BananaMilkeu' lambda!
+4043 [2020-03-12 13:01:19] '/u/emli42' has given '/u/RhysTheTrailblazer' lambda!
+4043 [2020-03-12 13:01:19] The OP received lambda too!
+4043 [2020-03-12 13:04:05] There has been a new submission: 'Hello reddit., please give constructive criticism and feedback so i can improve., thank you so much., #thegrindneverstop', with flair 'None'
+4043 [2020-03-12 13:04:07] /u/NumerousCaterpillar9 had their submission removed for insufficient lambda.
+4043 [2020-03-12 13:09:56] '/u/ThisIsCress' has given '/u/Dharen29YT' lambda!
+4043 [2020-03-12 13:10:40] '/u/ThisIsCress' has given '/u/iProprieties' lambda!
+4043 [2020-03-12 13:14:32] '/u/spinnacle-spinning' has given '/u/Hot_Rod_Johnson' lambda!
+4043 [2020-03-12 13:14:32] The OP received lambda too!
+4043 [2020-03-12 13:33:12] There has been a new submission: 'AFK FISH FARM VIDEO', with flair 'Gaming'
+4043 [2020-03-12 13:33:14] /u/CaptainOwlYT had their submission removed for insufficient lambda.
+4043 [2020-03-12 13:39:00] There has been a new submission: 'President Rodrigo LIVE Public Address | Minami Oroi', with flair 'Channel Review'
+4043 [2020-03-12 13:39:01] /u/amazon1977 had their submission removed for insufficient lambda.
+4043 [2020-03-12 13:53:26] There has been a new submission: 'THANKS FOR 100 SUBSCRIBERS!!!!!!! (100 Sub Video)', with flair 'Channel Review'
+4043 [2020-03-12 13:53:28] /u/OfficialRar had their submission removed for insufficient lambda.
+4043 [2020-03-12 14:02:14] There has been a new submission: 'Finally Hit 100 Subs (117 Currently)', with flair 'Discussion'
+4202 [2020-03-12 14:07:09]
+####################
+[2020-03-12 14:07:09] RESTARTED
+####################
+
+4202 [2020-03-12 14:15:17] There has been a new submission: '[Discussion] What do you think the hardest part of building your channel is?', with flair 'Discussion'
+4202 [2020-03-12 14:16:41] There has been a new submission: 'Just wanted some feedback and critique on this, easy lambda for those who do! The video kinda tanked hard in viewership and watch time compared to other videos in the series, would anyone maybe know why? And if it was one of you in this situation, would you move on and play other games instead? thx', with flair 'Gaming'
+4202 [2020-03-12 14:18:14] '/u/OfficialRar' has given '/u/Hot_Rod_Johnson' lambda!
+4202 [2020-03-12 14:18:14] The OP received lambda too!
+4202 [2020-03-12 14:30:24] There has been a new submission: 'Any Soccer Or Football Fans? Please Check Out My Sons Football Match Selsdon Eagles VS Westerham Pumas Sunday League Soccer Highlights', with flair 'Vlog'
+4202 [2020-03-12 14:38:04] There has been a new submission: 'I’m one subscriber away from 40 please check out my channel and give it a chance my channel is called Aaron outdoors', with flair 'None'
+4202 [2020-03-12 14:38:06] /u/lightnin1232 had their submission removed for insufficient lambda.
+4202 [2020-03-12 14:41:07] There has been a new submission: '(Question) Why am I not growing?', with flair 'Channel Review'
+4202 [2020-03-12 14:41:10] /u/GameZLive had their submission removed for insufficient lambda.
+4202 [2020-03-12 14:50:28] '/u/ThiccAssClap' has given '/u/Wayne-R-T-S' lambda!
+4202 [2020-03-12 14:50:29] The OP received lambda too!
+4202 [2020-03-12 15:02:25] '/u/ThiccAssClap' has given '/u/Hot_Rod_Johnson' lambda!
+4202 [2020-03-12 15:02:52] There has been a new submission: 'I am a Musician and Amateur Filmmaker, also Occasional Podcaster. I post as frequently as I can, maintaining a very small but loyal following. 79 Subscribers. I am Mister Pope.', with flair 'Meta'
+4202 [2020-03-12 15:02:54] /u/channel_seth had their submission removed for using the wrong flair.
+4202 [2020-03-12 15:06:17] There has been a new submission: 'Trying to Help Out a Nice Guy's Channel', with flair 'Channel Review'
+4202 [2020-03-12 15:09:11] '/u/DulcidioCoelho' has given '/u/Hot_Rod_Johnson' lambda!
+4202 [2020-03-12 15:09:11] The OP received lambda too!
+4202 [2020-03-12 15:11:04] '/u/ThisIsCress' has given '/u/KKAddi' lambda!
+4202 [2020-03-12 15:26:03] There has been a new submission: 'Minecraft Nostalgia Let's Play - Episode 2', with flair 'Gaming'
+4202 [2020-03-12 15:26:05] /u/Blake_Abernathy had their submission removed for insufficient lambda.
+4202 [2020-03-12 15:39:57] There has been a new submission: 'Planning on buying a decent budget mic...', with flair 'Discussion'
+4202 [2020-03-12 15:40:59] There has been a new submission: 'My latest video, on r/oopsdidntmeanto, feedback is always appreciated!', with flair 'Video Critique'
+4202 [2020-03-12 15:46:17] There has been a new submission: 'Good luck and happiness to everyone! Rate this video, please! Ready for criticism and of course praise =DDD', with flair 'Gaming'
+4202 [2020-03-12 15:46:19] /u/vladosprague had their submission removed for insufficient lambda.
+4202 [2020-03-12 15:47:42] There has been a new submission: 'The Ride on Ho Chi Minh Road in Vietnam', with flair 'Vlog'
+4202 [2020-03-12 15:52:59] There has been a new submission: 'Best Edited Video Yet - Feedback Appreciated - How Pan's Labyrinth Portray's Franco's Spain', with flair 'Video Critique'
+4202 [2020-03-12 16:01:43] '/u/deliriousmarc' has given '/u/RoboOggy' lambda!
+4202 [2020-03-12 16:03:39] There has been a new submission: 'CVS Pharmacy buying Hand Sanitizer Selling Out !!', with flair 'Vlog'
+4202 [2020-03-12 16:03:41] /u/lalay77 had their submission removed for insufficient lambda.
+4202 [2020-03-12 16:04:10] There has been a new submission: 'vote up if you like challenge videos, funny videos, my channel is kohen drake essing fishing if you like that you will 100% like my channel!', with flair 'Discussion'
+4202 [2020-03-12 16:06:41] '/u/BananaMilkeu' has given '/u/modernaddiction' lambda!
+4202 [2020-03-12 16:06:41] The OP received lambda too!
+4695 [2020-03-12 16:07:09]
+####################
+[2020-03-12 16:07:09] RESTARTED
+####################
+
+4695 [2020-03-12 16:09:56] There has been a new submission: 'Reality Sucks... The Truth - YungAgentK Show', with flair 'Vlog'
+4695 [2020-03-12 16:09:57] /u/YungAgentK had their submission removed for insufficient lambda.
+4695 [2020-03-12 16:11:10] There has been a new submission: 'Love Heals Everything // What you think ?', with flair 'Video Critique'
+4695 [2020-03-12 16:11:12] /u/FreshAttention had their submission removed for insufficient lambda.
+4695 [2020-03-12 16:12:18] There has been a new submission: 'How To Get Over Your EX!', with flair 'Video Critique'
+4695 [2020-03-12 16:12:20] /u/The-Jaxx-Channel had their submission removed for insufficient lambda.
+4695 [2020-03-12 16:19:04] '/u/emli42' has given '/u/DarthVaderFanVoice' lambda!
+4695 [2020-03-12 16:24:18] '/u/Lukasz-Martin' has given '/u/SpicyBeanDipTTV' lambda!
+4695 [2020-03-12 16:24:18] The OP received lambda too!
+4695 [2020-03-12 16:35:50] There has been a new submission: 'After taking suggestions I got a new Mic. and want to know how it sounds and other stuff to improve on.', with flair 'Video Critique'
+4695 [2020-03-12 16:35:52] /u/SCP-DrEwok had their submission removed for insufficient lambda.
+4695 [2020-03-12 16:52:18] There has been a new submission: 'My NEW Workout Program (Spent a lot of time editing this one so any critiquing would be greatly appreciated)', with flair 'Vlog'
+4695 [2020-03-12 16:56:27] '/u/OfficialRar' has given '/u/BadBounceAndBeyond' lambda!
+4695 [2020-03-12 16:57:17] '/u/OfficialRar' has given '/u/SavelaMadikane' lambda!
+4695 [2020-03-12 17:04:11] There has been a new submission: '(Sea of Thieves) Drunken Sailor Experience', with flair 'Video Critique'
+4695 [2020-03-12 17:05:14] '/u/mcdunco_ontheroad' has given '/u/isiahdyson500' lambda!
+4695 [2020-03-12 17:05:14] The OP received lambda too!
+4695 [2020-03-12 17:08:31] There has been a new submission: '5 Year Retrospective on Godzilla (2014)', with flair 'Art'
+4695 [2020-03-12 17:08:32] /u/CynicalJustin had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:10:19] There has been a new submission: 'I feel like over time my video quality, editing, speech, etc. has improved vastly. Yet my channel is struggling to get recommended by YT. Most of my views are external, with the exception of a few videos. Where can I improve? What can I do to increase watch time and grow my channel? Lambda for help!', with flair 'Channel Review'
+4695 [2020-03-12 17:14:19] There has been a new submission: 'Sharing some of my favorite songs', with flair 'None'
+4695 [2020-03-12 17:14:21] /u/lisathegemini had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:19:27] There has been a new submission: 'I got tested for Coronavirus in South Korea. It cost me ₩519,390 (~US$430)', with flair 'Vlog'
+4695 [2020-03-12 17:20:25] There has been a new submission: 'How a Champion plays Iana - Rainbow Six Siege Void Edge', with flair 'Gaming'
+4695 [2020-03-12 17:20:27] /u/KrakenR6 had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:27:12] There has been a new submission: 'Would love some honest feedback? [Video Critique]', with flair 'Video Critique'
+4695 [2020-03-12 17:27:13] /u/BrendanJamesVlog had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:27:22] '/u/DUUUDDDEEE' has given '/u/KnowledgeOfLife' lambda!
+4695 [2020-03-12 17:33:07] There has been a new submission: 'I've opened my channel in January (mountain biking channel) and would love to hear someone's feedback on what to improve to get more people watching and subscribing.', with flair 'Channel Review'
+4695 [2020-03-12 17:33:10] /u/MarkTheDescender had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:40:05] There has been a new submission: 'Masculine Energy | Never Complain and Keep Your Thoughts Secret (Masculi...', with flair 'Channel Review'
+4695 [2020-03-12 17:40:07] /u/EmyG28 had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:41:26] '/u/BreadZeppelinYT' has given '/u/Nichemm' lambda!
+4695 [2020-03-12 17:43:26] There has been a new submission: 'I Want to Subscribe To You!!', with flair 'Channel Review'
+4695 [2020-03-12 17:43:28] /u/forgotmy_oldpassword had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:47:05] There has been a new submission: 'How to Main Kirby. *I had a blast making this*', with flair 'Gaming'
+4695 [2020-03-12 17:47:07] /u/itsJayohkay had their submission removed for insufficient lambda.
+4695 [2020-03-12 17:49:53] There has been a new submission: 'Good afternoon you beautiful people! I've been told a few times that my content and edits are quite high quality so I'm mostly here in the hopes of giving my channel a small boost. Tons of memes and goofing around! Enjoy', with flair 'Gaming'
+4695 [2020-03-12 17:57:11] '/u/OfficialRar' has given '/u/forgotmy_oldpassword' lambda!
+4695 [2020-03-12 17:59:40] There has been a new submission: 'I wanna subscribe to you and help you grow! need new content to watch', with flair 'Discussion'
+4695 [2020-03-12 18:06:12] There has been a new submission: '[Discussion] 60FPS or 4K Video Importance?', with flair 'Discussion'
+4895 [2020-03-12 18:07:09]
+####################
+[2020-03-12 18:07:09] RESTARTED
+####################
+
+4895 [2020-03-12 18:09:44] There has been a new submission: 'We made a fake Nintendo Commercial for Animal Crossing~', with flair 'None'
+4895 [2020-03-12 18:14:29] There has been a new submission: 'please subscribe my utube channel', with flair 'Channel Review'
+4895 [2020-03-12 18:14:32] /u/mudassarjaved had their submission removed for insufficient lambda.
+4895 [2020-03-12 18:16:55] '/u/TrillGil23' has given '/u/ShikharTrivedi' lambda!
+4895 [2020-03-12 18:17:02] There has been a new submission: 'Hi, just started recording and sharing my Playthroughs of various PS4 games on YT. It's just gameplay of the full games. No commentary or review or anything like that. I try to focus on completeng the story and playing in an "atmospheric" way. If you enjoy that sorta thing, you can check it out. :)', with flair 'Gaming'
+4895 [2020-03-12 18:17:04] /u/AceHighwind89 had their submission removed for insufficient lambda.
+4895 [2020-03-12 18:19:23] '/u/forgotmy_oldpassword' has given '/u/pinappleonpizza123' lambda!
+4895 [2020-03-12 18:19:23] The OP received lambda too!
+4895 [2020-03-12 18:23:16] '/u/forgotmy_oldpassword' has given '/u/-Betch-' lambda!
+4895 [2020-03-12 18:23:36] '/u/RyanElston5' has given '/u/itsJayohkay' lambda!
+4895 [2020-03-12 18:23:36] The OP received lambda too!
+4895 [2020-03-12 18:24:21] There has been a new submission: '(2ITB) Resident Evil 5 Trailer', with flair 'None'
+4895 [2020-03-12 18:24:23] /u/loopy2mn had their submission removed for insufficient lambda.
+4895 [2020-03-12 18:24:36] '/u/emli42' has given '/u/ShikharTrivedi' lambda!
+4895 [2020-03-12 18:26:35] '/u/emli42' has given '/u/MarkTheDescender' lambda!
+4895 [2020-03-12 18:28:19] '/u/emli42' has given '/u/BadBounceAndBeyond' lambda!
+4895 [2020-03-12 18:30:59] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+4895 [2020-03-12 18:31:34] '/u/SlyGuyChris' has given '/u/pinappleonpizza123' lambda!
+4895 [2020-03-12 18:31:34] The OP received lambda too!
+4895 [2020-03-12 18:32:31] '/u/emli42' has given '/u/lucidlevel' lambda!
+4895 [2020-03-12 18:32:41] There has been a new submission: 'viral tik tok life hacks do they work', with flair 'Vlog'
+4895 [2020-03-12 18:32:43] /u/Drakeessing had their submission removed for insufficient lambda.
+4895 [2020-03-12 18:48:09] '/u/OfficialRar' has given '/u/HiteshSwami' lambda!
+4895 [2020-03-12 18:48:34] There has been a new submission: 'Hey guys do you have any advice on what I could do to start out my YouTube channel, I made my first video and wondering what I could do better next time https://youtu.be/JOqcgGZ6jG8', with flair 'Discussion'
+4895 [2020-03-12 18:49:06] There has been a new submission: 'Spending quality time with Sam B.', with flair 'Gaming'
+4895 [2020-03-12 18:49:07] /u/holylordgoose had their submission removed for insufficient lambda.
+4895 [2020-03-12 18:50:24] There has been a new submission: 'Hi guys I’ve just made my new channel (BulletPopcorn1) I was wondering if anyone could review my new video or give me advice on how to grow my channel', with flair 'Discussion'
+4895 [2020-03-12 18:52:14] '/u/OfficialRar' has given '/u/McTavishSoap' lambda!
+4895 [2020-03-12 18:53:45] There has been a new submission: 'MY FIRST VIDEO!', with flair 'Vlog'
+4895 [2020-03-12 18:53:47] /u/Woidi had their submission removed for insufficient lambda.
+4895 [2020-03-12 18:53:59] There has been a new submission: 'Learning As Many Things as Possible in 30 Minutes', with flair 'Channel Review'
+4895 [2020-03-12 18:54:01] /u/MrDanielSheppard had their submission removed for insufficient lambda.
+4895 [2020-03-12 19:07:14] There has been a new submission: 'Hey may you all check out my channel and give feedback', with flair 'Channel Review'
+4895 [2020-03-12 19:07:15] /u/Sharvygamwr_ had their submission removed for insufficient lambda.
+4895 [2020-03-12 19:13:51] There has been a new submission: 'Why You NEED More Haters... (Any feedback very appreciated + I hope the message is useful for anyone worrying what others will say about their content!)', with flair 'Video Critique'
+4895 [2020-03-12 19:18:31] There has been a new submission: 'My first attempt at making a Naturopath video that really worked for my mom and some other people who had several knee issues that were a cause of lot of pain. so after consulting the Naturopath and doing a lot a research, here's my attempt. Please feel to provide comments & suggestions.', with flair 'Video Critique'
+4895 [2020-03-12 19:20:45] '/u/emli42' has given '/u/itsJayohkay' lambda!
+4895 [2020-03-12 19:22:32] There has been a new submission: 'How to Main Kirby *I had a blast making this video!*', with flair 'Gaming'
+4895 [2020-03-12 19:23:07] '/u/MagicWolfPlayz' has given '/u/RandomNisscity' lambda!
+4895 [2020-03-12 19:23:08] The OP received lambda too!
+4895 [2020-03-12 19:24:10] '/u/MagicWolfPlayz' has given '/u/OfficialRar' lambda!
+4895 [2020-03-12 19:31:09] There has been a new submission: 'I REVIEW YOUR CHANNELS AGAIN! All legitimate feedback will of course be rewarded with lambda :)', with flair 'Video Critique'
+4895 [2020-03-12 19:33:16] '/u/modernaddiction' has given '/u/Wayne-R-T-S' lambda!
+4895 [2020-03-12 19:33:16] The OP received lambda too!
+4895 [2020-03-12 19:34:11] '/u/modernaddiction' has given '/u/issorelleinad' lambda!
+4895 [2020-03-12 19:34:59] '/u/modernaddiction' has given '/u/zach_swoogg' lambda!
+4895 [2020-03-12 19:35:26] '/u/modernaddiction' has given '/u/ittsa_poy' lambda!
+4895 [2020-03-12 19:36:19] '/u/modernaddiction' has given '/u/chsmntnstudios' lambda!
+4895 [2020-03-12 19:38:52] '/u/cplaprade' has given '/u/Handsome_MerK' lambda!
+4895 [2020-03-12 19:45:55] '/u/modernaddiction' has given '/u/Bleuberry-Sweety' lambda!
+4895 [2020-03-12 19:45:56] The OP received lambda too!
+4895 [2020-03-12 19:48:45] There has been a new submission: 'I know it's fortnite... But please just spend 8 minutes of your life watching my video and telling me what you think of my editing! It would mean the world. Giving lambda! Thank you so much :D', with flair 'Gaming'
+4895 [2020-03-12 19:57:14] There has been a new submission: 'Workout guru's descent into madness while filming his seminal workout guide. (Willy Wacky's Workout)', with flair 'Video Critique'
+4895 [2020-03-12 19:57:15] /u/zach_mac_boolin had their submission removed for insufficient lambda.
+4895 [2020-03-12 19:58:09] There has been a new submission: 'I tried pranking my boyfriend and it went left...', with flair 'None'
+4895 [2020-03-12 19:58:10] /u/Squwell had their submission removed for insufficient lambda.
+4895 [2020-03-12 19:59:42] There has been a new submission: 'Train Crossing by Riot of the Hot Pink Ukulele | Detailing the HARDSHIPS of our SOCIETY both in the past and present it's 3:54 minutes long', with flair 'Art'
+4895 [2020-03-12 19:59:43] /u/JesseAI had their submission removed for insufficient lambda.
+4895 [2020-03-12 20:00:15] '/u/OfficialRar' has given '/u/MINTOfficical' lambda!
+4895 [2020-03-12 20:00:58] '/u/modernaddiction' has given '/u/aLeakyAbstraction' lambda!
+4895 [2020-03-12 20:02:56] There has been a new submission: 'I think I put way too much effort into editing this... XD I would love some feedback (positive or negative) on what you guys think! :D', with flair 'Video Critique'
+4895 [2020-03-12 20:03:16] '/u/modernaddiction' has given '/u/SavelaMadikane' lambda!
+4895 [2020-03-12 20:03:29] '/u/modernaddiction' has given '/u/Lukasz-Martin' lambda!
+4895 [2020-03-12 20:04:14] '/u/modernaddiction' has given '/u/StealthyGamerGirl' lambda!
+4895 [2020-03-12 20:04:33] '/u/modernaddiction' has given '/u/DanThePanda-YT' lambda!
+4895 [2020-03-12 20:04:48] '/u/modernaddiction' has given '/u/MatthewLopezOnYT' lambda!
+4895 [2020-03-12 20:05:25] '/u/modernaddiction' has given '/u/RG-ST' lambda!
+4895 [2020-03-12 20:06:10] '/u/modernaddiction' has given '/u/sir_gabby03' lambda!
+5028 [2020-03-12 20:07:09]
+####################
+[2020-03-12 20:07:09] RESTARTED
+####################
+
+5028 [2020-03-12 20:08:06] There has been a new submission: 'Premiering this tomorrow but want to get your thoughts! Lambda for constructive feedback! Also celebrating that my video before this one was my first with over 1k views!!!', with flair 'Video Critique'
+5028 [2020-03-12 20:08:13] '/u/Deecutz' has given '/u/beatboxscottyG' lambda!
+5028 [2020-03-12 20:08:13] The OP received lambda too!
+5028 [2020-03-12 20:09:28] There has been a new submission: 'Just need some feed back to help me improve my videos and I’m looking for and editor .', with flair 'Video Critique'
+5028 [2020-03-12 20:09:29] /u/Toddcart had their submission removed for insufficient lambda.
+5028 [2020-03-12 20:22:17] There has been a new submission: 'Hello please Support sub and like I will do the same', with flair 'None'
+5028 [2020-03-12 20:22:19] /u/ogq1 had their submission removed for insufficient lambda.
+5028 [2020-03-12 20:28:57] '/u/PresentDirector' has given '/u/issorelleinad' lambda!
+5028 [2020-03-12 20:30:12] '/u/itsJayohkay' has given '/u/NocturnalFudj' lambda!
+5028 [2020-03-12 20:30:12] The OP received lambda too!
+5028 [2020-03-12 20:42:20] There has been a new submission: 'HOW TO GET WINS IN WARZONE (CALL OF DUTY MODERN WARFARE BATTLE ROYALE)', with flair 'Gaming'
+5028 [2020-03-12 20:42:22] /u/treverglitching had their submission removed for insufficient lambda.
+5028 [2020-03-12 20:49:15] There has been a new submission: '5 Harsh Truths That Will Make You a Better Person (Will happily give Lambdas for feedback)', with flair 'Video Critique'
+5028 [2020-03-12 20:52:31] '/u/The_Suited_Bird' has given '/u/AlbeleoOfficial' lambda!
+5028 [2020-03-12 20:52:31] The OP received lambda too!
+5028 [2020-03-12 20:55:55] There has been a new submission: 'Mr. Grant's music! Here's my most recent video. Loopstation music set to a music video!', with flair 'Art'
+5028 [2020-03-12 21:00:34] There has been a new submission: 'Why Don't People in Old Pictures Have Pimples? - A Brief History of Acne (Trying to find the right balance between info and comedy)', with flair 'Video Critique'
+5028 [2020-03-12 21:02:00] There has been a new submission: 'Hi all. Could you please watch my latest video and give me some feedback. I've been on YouTube just over a week. This was the first time I used my new microphone so please forgive any audio errors (I'm working through them). It's Party Time!! Resident Evil 7 Biohazard - PS4 Gameplay - ep.11', with flair 'Channel Review'
+5028 [2020-03-12 21:04:15] '/u/SlyGuyChris' has given '/u/Polenth' lambda!
+5028 [2020-03-12 21:09:34] There has been a new submission: 'Looking for a Group of Gamers to Make Content with!', with flair 'Collab'
+5028 [2020-03-12 21:11:19] There has been a new submission: '◓What is Pokemon Home?◓', with flair 'Gaming'
+5028 [2020-03-12 21:11:21] /u/KidDynamit had their submission removed for insufficient lambda.
+5028 [2020-03-12 21:18:06] There has been a new submission: 'Max Verse - The First (music vid)', with flair 'Art'
+5028 [2020-03-12 21:18:07] /u/GoldenMinute had their submission removed for insufficient lambda.
+5028 [2020-03-12 21:31:15] '/u/toodumbforagoodname' has given '/u/NocturnalFudj' lambda!
+5028 [2020-03-12 21:31:15] The OP received lambda too!
+5028 [2020-03-12 21:36:03] '/u/frostybubbles' has given '/u/Spookervo' lambda!
+5028 [2020-03-12 21:36:03] The OP received lambda too!
+5028 [2020-03-12 21:36:21] There has been a new submission: 'Trying to hit 1k, only 400 to go. I'd love feedback fr anyone sub or not.', with flair 'Channel Review'
+5028 [2020-03-12 21:36:23] /u/Havok_Clips had their submission removed for insufficient lambda.
+5028 [2020-03-12 21:43:44] There has been a new submission: 'GHOST RECON BREAKPOINT Walkthrough Part 19 - A Great Escape (GR Breakpoint)', with flair 'Gaming'
+5028 [2020-03-12 21:43:46] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+5028 [2020-03-12 21:53:05] '/u/aLeakyAbstraction' has given '/u/amwarner' lambda!
+5028 [2020-03-12 21:53:05] The OP received lambda too!
+5028 [2020-03-12 21:55:16] There has been a new submission: 'Can some people check me out? I do fortnite, uncharted 1 2 3 and 4 sometimes minecraft or starwars battlefront 2. I'm not asking for subs but please check me out and if you like it I would appreciate a sub.', with flair 'Gaming'
+5028 [2020-03-12 21:55:18] /u/mac_n_chezz had their submission removed for insufficient lambda.
+5028 [2020-03-12 21:59:13] '/u/toodumbforagoodname' has given '/u/Ghryms' lambda!
+5028 [2020-03-12 22:05:27] '/u/forgotmy_oldpassword' has given '/u/death_ismy_bitch' lambda!
+5163 [2020-03-12 22:07:09]
+####################
+[2020-03-12 22:07:09] RESTARTED
+####################
+
+5163 [2020-03-12 22:08:26] There has been a new submission: 'What Even Is An RPG Anymore? Will give Lambda to any *legitimate* feedback!', with flair 'Video Critique'
+5163 [2020-03-12 22:09:16] There has been a new submission: 'Top 5 en 1 min Minecraft en español', with flair 'None'
+5163 [2020-03-12 22:09:17] /u/Beanjefe had their submission removed for insufficient lambda.
+5163 [2020-03-12 22:12:57] '/u/-Betch-' has given '/u/Ghryms' lambda!
+5163 [2020-03-12 22:12:57] The OP received lambda too!
+5163 [2020-03-12 22:13:52] There has been a new submission: 'I'm an aspiring animator looking dor advice and critique. This is my first upload and first serious product. I will give lambda for genuine feedback.', with flair 'Art'
+5163 [2020-03-12 22:21:10] There has been a new submission: 'Newest solo video is up! Would like some feedback on editing and sound. How do people feel about keeping weapon equipping and upgrading footage in the video. I've been cutting it down but should I cut it all together? thank you!', with flair 'Video Critique'
+5163 [2020-03-12 22:23:52] There has been a new submission: 'New gaming vid, hoping for some feedback!', with flair 'Gaming'
+5163 [2020-03-12 22:28:01] '/u/The_Suited_Bird' has given '/u/TRIO-Stories' lambda!
+5163 [2020-03-12 22:28:07] There has been a new submission: 'NEW VIDEO! MY GOAL IS 1K', with flair 'Channel Review'
+5163 [2020-03-12 22:28:09] /u/zoetowne had their submission removed for insufficient lambda.
+5163 [2020-03-12 22:28:43] '/u/The_Suited_Bird' has given '/u/Sup3rPotatoNinja' lambda!
+5163 [2020-03-12 22:30:31] There has been a new submission: 'Bombergrounds: Battle Royal 4K Gameplay 🤤', with flair 'Gaming'
+5163 [2020-03-12 22:30:33] /u/Big-Booty-Bnake had their submission removed for insufficient lambda.
+5163 [2020-03-12 22:31:09] '/u/The_Suited_Bird' has given '/u/LexPlex9000' lambda!
+5163 [2020-03-12 22:32:13] '/u/The_Suited_Bird' has given '/u/cjf5414' lambda!
+5163 [2020-03-12 22:32:53] '/u/The_Suited_Bird' has given '/u/the_real_d247' lambda!
+5163 [2020-03-12 22:34:30] '/u/The_Suited_Bird' has given '/u/ulfberht13' lambda!
+5163 [2020-03-12 22:40:49] '/u/toodumbforagoodname' has given '/u/cjf5414' lambda!
+5163 [2020-03-12 22:55:09] There has been a new submission: 'My Speech/Film about burnout from Negativity! What do you think?', with flair 'Video Critique'
+5163 [2020-03-12 22:56:52] There has been a new submission: 'Normally do Lets play's of more indie adventure titles, but trying something different for the fun!', with flair 'Video Critique'
+5163 [2020-03-12 23:01:43] '/u/Dog_Bit' has given '/u/FPVMARK' lambda!
+5163 [2020-03-12 23:01:43] The OP received lambda too!
+5163 [2020-03-12 23:02:38] '/u/SpicyBeanDipTTV' has given '/u/cjf5414' lambda!
+5163 [2020-03-12 23:02:38] The OP received lambda too!
+5163 [2020-03-12 23:07:17] There has been a new submission: 'Call Of Duty Warzone', with flair 'Gaming'
+5163 [2020-03-12 23:07:19] /u/EntireReality1 had their submission removed for insufficient lambda.
+5163 [2020-03-12 23:11:04] '/u/maxjoness' has given '/u/Dog_Bit' lambda!
+5163 [2020-03-12 23:11:04] The OP received lambda too!
+5163 [2020-03-12 23:12:53] '/u/maxjoness' has given '/u/2Legit2Cwithe' lambda!
+5163 [2020-03-12 23:23:33] There has been a new submission: 'It's A Jungle Out There with Dick Darwin!', with flair 'Channel Review'
+5163 [2020-03-12 23:28:54] '/u/HuqleReddit' has given '/u/user9774' lambda!
+5163 [2020-03-12 23:28:54] The OP received lambda too!
+5163 [2020-03-12 23:29:25] There has been a new submission: 'I am looking for some feedback and critiques on my new video. (the background noise was from friend's gf playing youtube videos whilst we played and it picked up in his mic)', with flair 'Video Critique'
+5163 [2020-03-12 23:29:42] '/u/HuqleReddit' has given '/u/Handsome_MerK' lambda!
+5163 [2020-03-12 23:30:12] '/u/HuqleReddit' has given '/u/Wayne-R-T-S' lambda!
+5163 [2020-03-12 23:33:56] '/u/ThiccAssClap' has given '/u/KamKashiiiYT' lambda!
+5163 [2020-03-12 23:34:40] '/u/CobaPlatinum' has given '/u/cjf5414' lambda!
+5163 [2020-03-12 23:34:40] The OP received lambda too!
+5163 [2020-03-12 23:35:26] There has been a new submission: 'Finally, my Channel Trailer! (Lemme know what y'all think!)', with flair 'Video Critique'
+5163 [2020-03-12 23:54:24] There has been a new submission: 'DON'T F**K WITH CATS For Guys Skit - Live Stu', with flair 'Video Critique'
+5163 [2020-03-12 23:54:25] /u/YeezusCrust8 had their submission removed for insufficient lambda.
+5163 [2020-03-12 23:56:09] '/u/NocturnalFudj' has given '/u/TRIO-Stories' lambda!
+5163 [2020-03-12 23:56:09] The OP received lambda too!
+5163 [2020-03-12 23:58:56] There has been a new submission: 'I make music and covers, this week I covered Run by George Strait', with flair 'Art'
+5163 [2020-03-12 23:58:56] /u/Beamr772 had their submission removed for insufficient lambda.
+5298 [2020-03-13 00:07:09]
+####################
+[2020-03-13 00:07:09] RESTARTED
+####################
+
+5298 [2020-03-13 00:08:09] '/u/toodumbforagoodname' has given '/u/TRIO-Stories' lambda!
+5298 [2020-03-13 00:11:58] There has been a new submission: 'First gap I’ve ever flown with a drone - what do you think?', with flair 'Discussion'
+5298 [2020-03-13 00:12:00] /u/FPVMARK had their submission removed for using the wrong flair.
+5298 [2020-03-13 00:18:44] '/u/prettyboiRandell' has given '/u/Dog_Bit' lambda!
+5298 [2020-03-13 00:18:44] The OP received lambda too!
+5298 [2020-03-13 00:27:37] There has been a new submission: 'A character named Trav short for travatron. Looking for some feed back !', with flair 'Video Critique'
+5298 [2020-03-13 00:32:33] There has been a new submission: 'Throwback Thursday to my first video! Sub for sub, drop your channels below <3 Let me know if you laugh, show some love <3', with flair 'Art'
+5298 [2020-03-13 00:41:05] There has been a new submission: 'Inexpensive Vlog Gear for $100 or less for social media at Walmart!', with flair 'Vlog'
+5298 [2020-03-13 00:41:08] /u/Brandonthe-Archivist had their submission removed for insufficient lambda.
+5298 [2020-03-13 00:46:31] There has been a new submission: 'Youtube Help “glitch”?', with flair 'Channel Review'
+5298 [2020-03-13 00:46:32] /u/Brandonthe-Archivist had their submission removed for insufficient lambda.
+5298 [2020-03-13 00:49:10] There has been a new submission: 'Total Amount Of Transfer Fees Spent By English Premier League Clubs From 1993 To 2020', with flair 'Channel Review'
+5298 [2020-03-13 00:49:11] /u/WorldDataResearch had their submission removed for insufficient lambda.
+5298 [2020-03-13 00:51:14] There has been a new submission: 'Hey all, please let me know what you think about my video! Learn how to make some extra money while you’re doing it! 🤪', with flair 'Video Critique'
+5298 [2020-03-13 00:53:23] '/u/RhysTheTrailblazer' has given '/u/Jaffaham' lambda!
+5298 [2020-03-13 00:53:23] The OP received lambda too!
+5298 [2020-03-13 00:58:01] There has been a new submission: 'Riding by Beckzz x Youngbert underrated names never heard of ?', with flair 'Discussion'
+5298 [2020-03-13 00:58:02] /u/DOB-Entertainment had their submission removed for using the wrong flair.
+5298 [2020-03-13 01:08:41] There has been a new submission: 'League of Legends Kindred jungle guide', with flair 'Gaming'
+5298 [2020-03-13 01:12:11] There has been a new submission: 'Comments Issue', with flair 'Discussion'
+5298 [2020-03-13 01:19:46] '/u/prettyboiRandell' has given '/u/Lauren_Mlikota' lambda!
+5298 [2020-03-13 01:36:53] There has been a new submission: 'Boris and the Dark Survival Gameplay! Nowhere is safe. Yet secrets lie in wait for those adventurous enough to seek them out. Unveil more of the shadowy backstory of Joey Drew Studios and Boris the Wolf.', with flair 'Gaming'
+5298 [2020-03-13 01:36:55] /u/ImBobbyBot had their submission removed for insufficient lambda.
+5298 [2020-03-13 01:37:04] There has been a new submission: 'Haha funny poopy. For some reason, I can't select the "gaming" flair so this will do.', with flair 'Collab'
+5298 [2020-03-13 01:37:06] /u/Pretentigon had their submission removed for using the wrong flair.
+5298 [2020-03-13 01:38:37] There has been a new submission: 'Just hit 90 subs! So close to 100 I can't wait!', with flair 'Gaming'
+5298 [2020-03-13 01:38:38] /u/raylikestacos had their submission removed for insufficient lambda.
+5298 [2020-03-13 01:38:47] '/u/CertMedia' has given '/u/NocturnalFudj' lambda!
+5298 [2020-03-13 01:38:47] The OP received lambda too!
+2316 [2020-03-13 01:41:03] Updated statistics
+5298 [2020-03-13 01:45:48] There has been a new submission: 'Please Watch or Comment', with flair 'None'
+5298 [2020-03-13 01:45:50] /u/AuzBusinessTips had their submission removed for insufficient lambda.
+5298 [2020-03-13 01:46:53] '/u/BetaBradTv' has given '/u/mediumloser' lambda!
+5298 [2020-03-13 01:46:53] The OP received lambda too!
+5298 [2020-03-13 01:47:00] '/u/BetaBradTv' has given '/u/maxjoness' lambda!
+5298 [2020-03-13 01:47:10] '/u/BetaBradTv' has given '/u/R_Hanna' lambda!
+5298 [2020-03-13 01:51:15] '/u/The_Suited_Bird' has given '/u/Chivibro' lambda!
+5859 [2020-03-13 02:07:09]
+####################
+[2020-03-13 02:07:09] RESTARTED
+####################
+
+5859 [2020-03-13 02:08:06] There has been a new submission: 'My first YT video. Can I get your input please?', with flair 'Video Critique'
+5859 [2020-03-13 02:08:07] /u/joshwaldon had their submission removed for insufficient lambda.
+5859 [2020-03-13 02:11:56] There has been a new submission: 'New Video With a New Content Style', with flair 'Video Critique'
+5859 [2020-03-13 02:11:58] /u/Brotochip had their submission removed for insufficient lambda.
+5859 [2020-03-13 02:15:22] There has been a new submission: 'Chống dịch', with flair 'Vlog'
+5859 [2020-03-13 02:15:24] /u/huynhdvq had their submission removed for insufficient lambda.
+5859 [2020-03-13 02:26:18] There has been a new submission: 'How Joe Could’ve gotten Beck to Fall in Love With Him Without Killing anyone (You Season 1) a pretty crappy video in my opinion so I need your guy’s feedback so I can improve.', with flair 'Video Critique'
+5859 [2020-03-13 02:31:09] '/u/NocturnalFudj' has given '/u/Dharen29YT' lambda!
+5859 [2020-03-13 02:36:42] '/u/ragstorichy' has given '/u/petehernandez' lambda!
+5859 [2020-03-13 02:36:42] The OP received lambda too!
+5859 [2020-03-13 02:47:03] '/u/The_Suited_Bird' has given '/u/Brotochip' lambda!
+5859 [2020-03-13 03:11:20] There has been a new submission: 'Need to get my subs up but no body wants to watch my vids please help ya boy out', with flair 'Video Critique'
+5859 [2020-03-13 03:11:22] /u/lowkeyvonteTV had their submission removed for insufficient lambda.
+5859 [2020-03-13 03:24:17] '/u/NocturnalFudj' has given '/u/scavandor' lambda!
+5859 [2020-03-13 03:29:17] '/u/ragstorichy' has given '/u/KKAddi' lambda!
+5859 [2020-03-13 03:43:10] There has been a new submission: 'Nice 10 Gallon Betta Fish Aquarium!!!!! (Huge Makeover!)', with flair 'Vlog'
+5859 [2020-03-13 03:43:12] /u/Coy_davis19 had their submission removed for insufficient lambda.
+5859 [2020-03-13 03:49:57] There has been a new submission: 'I Spent Most of my Time Just helping Others. I just wanted to Get some FeedBack on this video. Thanks. And I want YOU to Enjoy the video as well.', with flair 'Gaming'
+5998 [2020-03-13 04:07:09]
+####################
+[2020-03-13 04:07:09] RESTARTED
+####################
+
+5998 [2020-03-13 04:15:01] There has been a new submission: 'I clapped with only 1 hand for 1 hour. I will go for 2 hours if i can get 1k subs', with flair 'Channel Review'
+5998 [2020-03-13 04:15:03] /u/phitecus had their submission removed for insufficient lambda.
+5998 [2020-03-13 04:33:06] There has been a new submission: 'We are a group of gamer and artist, we'll post gaming videos, speed arts and more! Please have a look at our channel and point out anything that we can improve if possible, thanks!', with flair 'Channel Review'
+5998 [2020-03-13 04:42:28] There has been a new submission: 'First time actually editing a video! All feedback encouraged!', with flair 'Gaming'
+5998 [2020-03-13 04:42:30] /u/AshsGrass had their submission removed for insufficient lambda.
+5998 [2020-03-13 04:54:15] '/u/KKAddi' has given '/u/Skycommando170' lambda!
+5998 [2020-03-13 04:54:15] The OP received lambda too!
+5998 [2020-03-13 05:00:06] There has been a new submission: 'Australian scientists finally discovered the Antibodies Molecular Techni...', with flair 'Channel Review'
+5998 [2020-03-13 05:00:08] /u/amazon1977 had their submission removed for insufficient lambda.
+5998 [2020-03-13 05:02:58] '/u/KKAddi' has given '/u/Gabe0980' lambda!
+5998 [2020-03-13 05:04:50] '/u/ZhyperCR1T' has given '/u/LyadhkhorStrategist' lambda!
+5998 [2020-03-13 05:04:50] The OP received lambda too!
+5998 [2020-03-13 05:39:35] There has been a new submission: '(First Submission) $10 Scanner Sold For $220, Off-White In The Thrift and The Great Shoe Purge', with flair 'Video Critique'
+5998 [2020-03-13 05:47:15] There has been a new submission: 'War, Oil, and Coastline (Looking for feedback about animation, music)', with flair 'Video Critique'
+5998 [2020-03-13 05:47:28] '/u/Spookervo' has given '/u/Skycommando170' lambda!
+5998 [2020-03-13 05:47:28] The OP received lambda too!
+5998 [2020-03-13 05:59:31] There has been a new submission: 'Red Dead Redemption 2 Funny Moments! #1', with flair 'Gaming'
+5998 [2020-03-13 05:59:31] /u/DycomGaming had their submission removed for insufficient lambda.
+5998 [2020-03-13 06:06:12] '/u/OneFor56' has given '/u/DycomGaming' lambda!
+6133 [2020-03-13 06:07:09]
+####################
+[2020-03-13 06:07:09] RESTARTED
+####################
+
+6133 [2020-03-13 06:15:53] There has been a new submission: 'AFL EVOLUTION 2 COMES NEXT MONTH', with flair 'Gaming'
+6133 [2020-03-13 06:15:55] /u/DareToEntertain had their submission removed for insufficient lambda.
+6133 [2020-03-13 06:18:50] '/u/KKAddi' has given '/u/Peacewalkerz' lambda!
+6133 [2020-03-13 06:38:06] There has been a new submission: 'RESIDENT EVIL 2 Gameplay Part 1- Any input welcome!', with flair 'Discussion'
+6133 [2020-03-13 06:38:07] /u/Brachypelma5 had their submission removed for using the wrong flair.
+6133 [2020-03-13 06:41:51] There has been a new submission: 'THE WORST WAY TO INSTALL RALLY SEATS IN MY SUMMER CAR', with flair 'Gaming'
+6133 [2020-03-13 06:41:53] /u/KJB65 had their submission removed for insufficient lambda.
+6133 [2020-03-13 06:42:27] '/u/UrBoiFam' has given '/u/ulfberht13' lambda!
+6133 [2020-03-13 06:42:27] The OP received lambda too!
+6133 [2020-03-13 06:44:27] There has been a new submission: 'THE WORST WAY TO INSTALL RALLY SEATS IN MY SUMMER CAR', with flair 'Gaming'
+6133 [2020-03-13 06:44:29] /u/KJB65 had their submission removed for insufficient lambda.
+6133 [2020-03-13 07:01:57] There has been a new submission: 'Tangle Team', with flair 'Collab'
+6133 [2020-03-13 07:24:40] There has been a new submission: 'Ulanzi lens/ gear review', with flair 'None'
+6133 [2020-03-13 07:24:42] /u/jafishak011 had their submission removed for insufficient lambda.
+6133 [2020-03-13 07:30:33] There has been a new submission: 'ORI AND THE WILL OF THE WISPS - Intro, Cutscenes and gameplay', with flair 'Gaming'
+6133 [2020-03-13 07:30:36] /u/Little-Lumi had their submission removed for insufficient lambda.
+6133 [2020-03-13 07:32:05] There has been a new submission: 'ORI AND THE WILL OF THE WISPS - Intro, Cutscenes and gameplay', with flair 'Gaming'
+6133 [2020-03-13 07:32:07] /u/Little-Lumi had their submission removed for insufficient lambda.
+6133 [2020-03-13 07:38:08] '/u/LexPlex9000' has given '/u/EarthsLandscape' lambda!
+6133 [2020-03-13 07:38:09] The OP received lambda too!
+6133 [2020-03-13 07:49:04] There has been a new submission: 'BEST UNLIMITED LOOT AND NEW FLYING SUIT IN PUBG MOBILE | ANNIVERSARY CELEBRATION MODE IN PUBG MOBILE', with flair 'Gaming'
+6133 [2020-03-13 07:49:05] /u/kodda96 had their submission removed for insufficient lambda.
+6490 [2020-03-13 08:07:09]
+####################
+[2020-03-13 08:07:09] RESTARTED
+####################
+
+6490 [2020-03-13 08:20:02] There has been a new submission: 'I need your opinion!', with flair 'Discussion'
+6490 [2020-03-13 08:37:50] There has been a new submission: 'Did a challenge on a different game :) Giving lambda to everyone :)', with flair 'Gaming'
+6490 [2020-03-13 09:06:59] There has been a new submission: 'NEYMAR JR The Player Who Can Become LEGENDARY or a FAILURE!', with flair 'Discussion'
+6490 [2020-03-13 09:07:00] /u/TheRealTIGS had their submission removed for using the wrong flair.
+6490 [2020-03-13 09:08:17] There has been a new submission: 'NEYMAR JR The Player Who Can Become LEGENDARY or a FAILURE!', with flair 'Vlog'
+6490 [2020-03-13 09:08:18] /u/TheRealTIGS had their submission removed for insufficient lambda.
+6490 [2020-03-13 09:09:21] There has been a new submission: 'Videos not showing up in search results. Please advise!', with flair 'Discussion'
+6490 [2020-03-13 09:12:06] '/u/Jaffaham' has given '/u/RedditReadYT' lambda!
+6490 [2020-03-13 09:12:06] The OP received lambda too!
+6490 [2020-03-13 09:16:20] '/u/ShikharTrivedi' has given '/u/OneFor56' lambda!
+6490 [2020-03-13 09:16:20] The OP received lambda too!
+6490 [2020-03-13 09:45:49] There has been a new submission: 'Hey! Just uploaded a new video and I would really appreciate it if you gave it a look! If you enjoy it, consider leaving a thumbs up and sharing it with your friends! If you want to see more content like this, consider checking out my channel! As always, leave your tips below! Thanks in advance!', with flair 'Video Critique'
+6490 [2020-03-13 10:03:36] There has been a new submission: 'Why motivational videos are at least 100% trash', with flair 'Thumbnail Review'
+6490 [2020-03-13 10:03:38] /u/ioan8555 had their submission removed for insufficient lambda.
+6626 [2020-03-13 10:07:09]
+####################
+[2020-03-13 10:07:09] RESTARTED
+####################
+
+6626 [2020-03-13 10:08:38] There has been a new submission: '160cc to 220cc|AVENGER REVIEW| FAKE FEMINISM', with flair 'Vlog'
+6626 [2020-03-13 10:08:39] /u/hemant_rangdal had their submission removed for insufficient lambda.
+6626 [2020-03-13 10:46:52] '/u/CertMedia' has given '/u/GamingGreyhound' lambda!
+6626 [2020-03-13 11:12:32] There has been a new submission: 'My first video in a series of RE2 gameplay. Any helpful feedback appreciated.', with flair 'Gaming'
+6626 [2020-03-13 11:23:53] '/u/ragstorichy' has given '/u/emli42' lambda!
+6626 [2020-03-13 11:24:17] '/u/ragstorichy' has given '/u/hemant_rangdal' lambda!
+6626 [2020-03-13 11:29:11] There has been a new submission: '#PUBG episode where I decided to change how I play by attempting to kill as many as I could...at least that was the plan! [Gaming]', with flair 'Gaming'
+6626 [2020-03-13 11:38:17] There has been a new submission: 'Channel Branding [Discussion]', with flair 'Discussion'
+6766 [2020-03-13 12:07:10]
+####################
+[2020-03-13 12:07:10] RESTARTED
+####################
+
+6766 [2020-03-13 12:08:32] There has been a new submission: 'Uhm how do you tame a otter well 😂 ARK', with flair 'Gaming'
+6766 [2020-03-13 12:08:33] /u/RioletTv had their submission removed for insufficient lambda.
+6766 [2020-03-13 12:12:56] '/u/The_Suited_Bird' has given '/u/ItzMunx' lambda!
+6766 [2020-03-13 12:16:20] There has been a new submission: 'I was wondering if I should go back to this editing style or stay with what I have in my newest video', with flair 'None'
+6766 [2020-03-13 12:16:21] /u/Braydon76 had their submission removed for insufficient lambda.
+6766 [2020-03-13 12:32:28] '/u/StealthyGamerGirl' has given '/u/Polenth' lambda!
+6766 [2020-03-13 12:32:29] The OP received lambda too!
+6766 [2020-03-13 12:33:02] '/u/The_Suited_Bird' has given '/u/KJB65' lambda!
+6766 [2020-03-13 12:34:06] '/u/The_Suited_Bird' has given '/u/GenericGhost_YT' lambda!
+6766 [2020-03-13 12:35:21] '/u/The_Suited_Bird' has given '/u/modernaddiction' lambda!
+6766 [2020-03-13 12:35:37] There has been a new submission: 'my favorite video that i made, any feedback?', with flair 'Video Critique'
+6766 [2020-03-13 12:35:39] /u/SoLikeWhatIsCheese had their submission removed for insufficient lambda.
+6766 [2020-03-13 12:35:50] '/u/ShikharTrivedi' has given '/u/TRIO-Stories' lambda!
+6766 [2020-03-13 12:36:15] '/u/ShikharTrivedi' has given '/u/GamingGreyhound' lambda!
+6766 [2020-03-13 12:36:54] '/u/ShikharTrivedi' has given '/u/MaleficentMood5' lambda!
+6766 [2020-03-13 12:37:42] '/u/ShikharTrivedi' has given '/u/Enfpization' lambda!
+6766 [2020-03-13 12:38:52] '/u/ShikharTrivedi' has given '/u/StealthyGamerGirl' lambda!
+6766 [2020-03-13 12:39:17] '/u/ShikharTrivedi' has given '/u/Sorta-Rican' lambda!
+6766 [2020-03-13 12:39:56] '/u/ShikharTrivedi' has given '/u/clemmonsRushi' lambda!
+6766 [2020-03-13 12:41:44] '/u/Brachypelma5' has given '/u/poppmagic' lambda!
+6766 [2020-03-13 12:41:44] The OP received lambda too!
+6766 [2020-03-13 12:43:20] There has been a new submission: 'Hi,check out my latest video where i play with my estonian friends.. what should i change or improve?', with flair 'Gaming'
+6766 [2020-03-13 12:43:22] /u/onlypurememes had their submission removed for insufficient lambda.
+6766 [2020-03-13 12:44:04] '/u/ShikharTrivedi' has given '/u/SoLikeWhatIsCheese' lambda!
+6766 [2020-03-13 12:47:04] There has been a new submission: 'Here's a hopefully improved (by your critics) video of mine: JUDGING YOUR FOOD OPINIONS + BUZZFEED TRIES TO GUESS MY AGE BASED ON MINES ----- Have I improved at all?', with flair 'Video Critique'
+6766 [2020-03-13 12:48:19] There has been a new submission: 'A Small YouTube Channel Focusing Nature, About To Reach 1000 subs. Need Your Support :)', with flair 'Channel Review'
+6766 [2020-03-13 12:48:20] /u/I_Am_An_Imperialist had their submission removed for insufficient lambda.
+6766 [2020-03-13 12:49:27] There has been a new submission: 'My programming channel I hope everyone enjoys it! Let me know, what you think!', with flair 'Discussion'
+6766 [2020-03-13 12:49:28] /u/BurgerStrom had their submission removed for using the wrong flair.
+6766 [2020-03-13 12:54:00] '/u/ShikharTrivedi' has given '/u/danksandwiches' lambda!
+6766 [2020-03-13 12:54:55] '/u/ShikharTrivedi' has given '/u/onlypurememes' lambda!
+6766 [2020-03-13 12:56:20] There has been a new submission: 'Pokemon slot machine. let me know, what you think.', with flair 'Video Critique'
+6766 [2020-03-13 12:57:17] '/u/Brachypelma5' has given '/u/clemmonsRushi' lambda!
+6766 [2020-03-13 12:58:24] '/u/ShikharTrivedi' has given '/u/addanow' lambda!
+6766 [2020-03-13 13:08:12] There has been a new submission: 'Eternal Darkness part 2', with flair 'Gaming'
+6766 [2020-03-13 13:08:13] /u/Sinister_Blazmi had their submission removed for insufficient lambda.
+6766 [2020-03-13 13:19:24] There has been a new submission: 'Rick & Morty: Why You Should Think Like Rick Sanchez (Real life lessons from an unlikely character)', with flair 'Video Critique'
+6766 [2020-03-13 13:20:15] '/u/BananaMilkeu' has given '/u/emli42' lambda!
+6766 [2020-03-13 13:20:15] The OP received lambda too!
+6766 [2020-03-13 13:26:49] '/u/ragstorichy' has given '/u/lucidlevel' lambda!
+6766 [2020-03-13 13:28:55] '/u/ZhyperCR1T' has given '/u/clemmonsRushi' lambda!
+6766 [2020-03-13 13:31:09] '/u/LexPlex9000' has given '/u/clemmonsRushi' lambda!
+6766 [2020-03-13 13:33:29] '/u/LexPlex9000' has given '/u/onlypurememes' lambda!
+6766 [2020-03-13 13:37:04] '/u/LexPlex9000' has given '/u/Realgmuzic' lambda!
+6766 [2020-03-13 13:37:13] '/u/BananaMilkeu' has given '/u/modernaddiction' lambda!
+6766 [2020-03-13 13:38:21] '/u/BurgerStrom' has given '/u/Realgmuzic' lambda!
+6766 [2020-03-13 13:38:21] The OP received lambda too!
+6766 [2020-03-13 13:40:31] '/u/modernaddiction' has given '/u/MafiasFinestTV' lambda!
+6766 [2020-03-13 13:40:31] The OP received lambda too!
+6766 [2020-03-13 13:44:00] There has been a new submission: 'How To Crush IT On Social Media! Lovesome critique on this one! :)', with flair 'Video Critique'
+6766 [2020-03-13 13:44:21] '/u/BananaMilkeu' has given '/u/onlypurememes' lambda!
+6766 [2020-03-13 13:46:23] '/u/BananaMilkeu' has given '/u/LexPlex9000' lambda!
+6766 [2020-03-13 13:48:39] There has been a new submission: 'Vibrasie - Evolution [Dancehall] (2020)', with flair 'Video Critique'
+6766 [2020-03-13 13:48:56] There has been a new submission: 'Video about IDENTITY THEFT in Russia. about use of dictation. Ive heard that it’s better to build an audience before starting to make full length vlogs. I think am able to some an interesting content and decided to make a few audio over type of videos. Any advice how to improve and make it better?', with flair 'Video Critique'
+6766 [2020-03-13 13:48:57] /u/ALLUMALLU2019 had their submission removed for insufficient lambda.
+6766 [2020-03-13 13:53:18] There has been a new submission: 'hello everyone i would be posting another vid in here i do horror games now in my channel and i did alot already here is my recent upload any criticism i will accept Thanks guys', with flair 'Gaming'
+6766 [2020-03-13 13:55:48] There has been a new submission: 'Legendary fox location rdr2', with flair 'Gaming'
+6766 [2020-03-13 13:55:50] /u/theturn89 had their submission removed for insufficient lambda.
+6766 [2020-03-13 14:01:32] There has been a new submission: 'Hey, what do you think about my funny gaming montage video? This one is Fortnite, but i would appreciate if you watch my other videos(recent ones) and give your opinion on these too. Thanks!', with flair 'Gaming'
+6766 [2020-03-13 14:02:26] There has been a new submission: 'The Warzone Effect', with flair 'Gaming'
+6766 [2020-03-13 14:02:28] /u/MULLiGames had their submission removed for insufficient lambda.
+6926 [2020-03-13 14:07:09]
+####################
+[2020-03-13 14:07:09] RESTARTED
+####################
+
+6926 [2020-03-13 14:08:09] '/u/onlypurememes' has given '/u/MULLiGames' lambda!
+6926 [2020-03-13 14:08:09] The OP received lambda too!
+6926 [2020-03-13 14:08:27] '/u/Spookervo' has given '/u/RedditReadYT' lambda!
+6926 [2020-03-13 14:13:49] '/u/LexPlex9000' has given '/u/MULLiGames' lambda!
+6926 [2020-03-13 14:15:40] '/u/StealthyGamerGirl' has given '/u/lucidlevel' lambda!
+6926 [2020-03-13 14:15:40] The OP received lambda too!
+6926 [2020-03-13 14:15:57] There has been a new submission: 'What? Everyone is doing fellow newtuber reviews! FINE #METOO <- did I use that right?', with flair 'Channel Review'
+6926 [2020-03-13 14:18:38] '/u/ForkNsp00n' has given '/u/Gabe0980' lambda!
+6926 [2020-03-13 14:18:38] The OP received lambda too!
+6926 [2020-03-13 14:19:06] '/u/ForkNsp00n' has given '/u/ManitouGamingYT' lambda!
+6926 [2020-03-13 14:24:05] There has been a new submission: 'Just dropped a new video! I go over the new void edge season and siege and show you the new ops and maps! Also throwing in the mad jokes', with flair 'Video Critique'
+6926 [2020-03-13 14:27:02] '/u/onlypurememes' has given '/u/centyauro' lambda!
+6926 [2020-03-13 14:28:54] '/u/onlypurememes' has given '/u/ALLUMALLU2019' lambda!
+6926 [2020-03-13 14:31:17] '/u/BurgerStrom' has given '/u/Karja' lambda!
+6926 [2020-03-13 14:31:40] '/u/Illfury' has given '/u/AlexHellRazor' lambda!
+6926 [2020-03-13 14:33:31] '/u/MafiasFinestTV' has given '/u/ALLUMALLU2019' lambda!
+6926 [2020-03-13 14:33:31] The OP received lambda too!
+6926 [2020-03-13 14:35:07] There has been a new submission: 'AI texted base RPG.', with flair 'Video Critique'
+6926 [2020-03-13 14:39:23] There has been a new submission: 'VIDEO *IDENTITY THEFT* Ive heard that it’s better to build an audience before starting to make full length vlogs. I think am able to make some interesting content and decided to make some audio over video type of videos. Any advice on how to improve and make it better? Sound,qualite,voice etc.', with flair 'Video Critique'
+6926 [2020-03-13 14:41:57] '/u/pinappleonpizza123' has given '/u/TRIO-Stories' lambda!
+6926 [2020-03-13 14:41:57] The OP received lambda too!
+6926 [2020-03-13 14:43:47] There has been a new submission: 'For the Lil Uzi Vert fans (Skit)', with flair 'Vlog'
+6926 [2020-03-13 14:43:49] /u/faiththakid had their submission removed for insufficient lambda.
+6926 [2020-03-13 14:44:19] '/u/pinappleonpizza123' has given '/u/Gabe0980' lambda!
+6926 [2020-03-13 14:55:58] '/u/beatboxscottyG' has given '/u/EarthsLandscape' lambda!
+6926 [2020-03-13 14:55:58] The OP received lambda too!
+6926 [2020-03-13 15:06:04] '/u/Realgmuzic' has given '/u/LexPlex9000' lambda!
+6926 [2020-03-13 15:06:04] The OP received lambda too!
+6926 [2020-03-13 15:07:31] '/u/Realgmuzic' has given '/u/MULLiGames' lambda!
+6926 [2020-03-13 15:11:13] There has been a new submission: 'Short video from my Erasmus+ in Denmark. Any feedback is apprecaited!', with flair 'Vlog'
+6926 [2020-03-13 15:11:27] '/u/RhysTheTrailblazer' has given '/u/clemmonsRushi' lambda!
+6926 [2020-03-13 15:12:48] There has been a new submission: '[Discussion] so I see this alot, and wanted to add my perspective (not that anyone cares)', with flair 'Discussion'
+6926 [2020-03-13 15:16:58] '/u/Jischasing' has given '/u/modernaddiction' lambda!
+6926 [2020-03-13 15:16:58] The OP received lambda too!
+6926 [2020-03-13 15:19:37] '/u/ShikharTrivedi' has given '/u/_jedijoel' lambda!
+6926 [2020-03-13 15:19:51] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+6926 [2020-03-13 15:20:04] '/u/ShikharTrivedi' has given '/u/centyauro' lambda!
+6926 [2020-03-13 15:20:33] '/u/ShikharTrivedi' has given '/u/faiththakid' lambda!
+6926 [2020-03-13 15:21:02] '/u/ShikharTrivedi' has given '/u/Arrrash' lambda!
+6926 [2020-03-13 15:21:42] '/u/ShikharTrivedi' has given '/u/Dan_TheKong' lambda!
+6926 [2020-03-13 15:21:56] '/u/Davidplaysgames' has given '/u/KKAddi' lambda!
+6926 [2020-03-13 15:21:56] The OP received lambda too!
+6926 [2020-03-13 15:22:10] '/u/ShikharTrivedi' has given '/u/TheCheeseDud' lambda!
+6926 [2020-03-13 15:32:02] There has been a new submission: 'Trying to win Bedwars as a NOOB...', with flair 'Gaming'
+6926 [2020-03-13 15:39:55] There has been a new submission: 'I made a show about video games and craft beer in Canada I’d love some feed back', with flair 'Video Critique'
+6926 [2020-03-13 15:44:23] '/u/Jischasing' has given '/u/Dan_TheKong' lambda!
+6926 [2020-03-13 15:44:34] There has been a new submission: 'My vinyl record collection - a fun lil vid i did :)', with flair 'Vlog'
+6926 [2020-03-13 15:44:35] /u/katsvideos had their submission removed for insufficient lambda.
+6926 [2020-03-13 15:46:01] There has been a new submission: 'What do you think', with flair 'Channel Review'
+6926 [2020-03-13 15:46:02] /u/CheesieKnees had their submission removed for insufficient lambda.
+6926 [2020-03-13 15:50:51] '/u/Jischasing' has given '/u/Illfury' lambda!
+6926 [2020-03-13 15:51:12] There has been a new submission: 'Check this guys good comic videos out', with flair 'Channel Review'
+6926 [2020-03-13 15:51:14] /u/core2003 had their submission removed for insufficient lambda.
+6926 [2020-03-13 15:57:00] There has been a new submission: 'Hi I'm not new to you tube but I would like someone to rate my channel 1 out of 10 or at least my montage because I want to do more.', with flair 'Gaming'
+6926 [2020-03-13 15:57:01] /u/mac_n_chezz had their submission removed for insufficient lambda.
+6926 [2020-03-13 16:05:29] There has been a new submission: 'I wanted to celebrate reaching 35 subs, so I called my mom to tell her. Turned out more wholesome than I imagined :')', with flair 'Video Critique'
+6926 [2020-03-13 16:05:46] There has been a new submission: 'Digital Car Culture Cinematic', with flair 'Art'
+6926 [2020-03-13 16:05:47] /u/cantshakethecliche had their submission removed for insufficient lambda.
+7126 [2020-03-13 16:07:10]
+####################
+[2020-03-13 16:07:10] RESTARTED
+####################
+
+7126 [2020-03-13 16:08:35] There has been a new submission: 'IT’S BEEN A BLEAK WEEK ON TC HOME VIDEO. Please enjoy - and critique - these 90 seconds of horrible fear profiteering!', with flair 'Video Critique'
+7126 [2020-03-13 16:13:15] There has been a new submission: 'Ever find a video on your channel you forgot you made?', with flair 'Video Critique'
+7126 [2020-03-13 16:15:42] '/u/toodumbforagoodname' has given '/u/c_lee64' lambda!
+7126 [2020-03-13 16:18:17] '/u/MoskitoDan' has given '/u/Jischasing' lambda!
+7126 [2020-03-13 16:18:17] The OP received lambda too!
+7126 [2020-03-13 16:19:31] '/u/TCTV_UK' has given '/u/Scapparelli08' lambda!
+7126 [2020-03-13 16:19:32] The OP received lambda too!
+7126 [2020-03-13 16:20:01] There has been a new submission: 'Wo Konsa Shehar Jahan Sirf 20 Minute Ki Raat, Allah Ne Chand Ka Calendar...', with flair 'Discussion'
+7126 [2020-03-13 16:20:03] /u/msufwan had their submission removed for using the wrong flair.
+7126 [2020-03-13 16:25:26] '/u/Jischasing' has given '/u/faiththakid' lambda!
+7126 [2020-03-13 16:26:03] There has been a new submission: 'Comedian Reacts to Donald Trump's Humor at Fox News Town Hall', with flair 'Channel Review'
+7126 [2020-03-13 16:38:34] '/u/firmbutfaire' has given '/u/MULLiGames' lambda!
+7126 [2020-03-13 16:38:34] The OP received lambda too!
+7126 [2020-03-13 16:39:06] There has been a new submission: 'GoPro Hockey Game (2020)', with flair 'Video Critique'
+7126 [2020-03-13 16:39:07] /u/SteelHockey had their submission removed for insufficient lambda.
+7126 [2020-03-13 16:40:49] '/u/DeFrapaCicco' has given '/u/faiththakid' lambda!
+7126 [2020-03-13 16:40:49] The OP received lambda too!
+7126 [2020-03-13 16:50:45] There has been a new submission: 'Machines operating at CRAZY level 🔥', with flair 'Channel Review'
+7126 [2020-03-13 16:50:47] /u/Dawinnchi had their submission removed for insufficient lambda.
+7126 [2020-03-13 16:52:04] '/u/clemmonsRushi' has given '/u/firmbutfaire' lambda!
+7126 [2020-03-13 16:52:04] The OP received lambda too!
+7126 [2020-03-13 16:57:59] There has been a new submission: 'For the Lil Uzi Vert Fans (skit)', with flair 'Vlog'
+7126 [2020-03-13 16:58:21] '/u/heyiamandrew' has given '/u/Scapparelli08' lambda!
+7126 [2020-03-13 16:58:54] '/u/Jischasing' has given '/u/icyvette' lambda!
+7126 [2020-03-13 17:01:51] '/u/MoskitoDan' has given '/u/modernaddiction' lambda!
+7126 [2020-03-13 17:11:23] There has been a new submission: 'Psychonauts - A Masterpiece, but is it for You?! (2nd Chance - Retro Gaming 2020) - Feedback more than welcome!', with flair 'Video Critique'
+7126 [2020-03-13 17:16:53] '/u/Realgmuzic' has given '/u/firmbutfaire' lambda!
+7126 [2020-03-13 17:17:47] '/u/ALLUMALLU2019' has given '/u/Scapparelli08' lambda!
+7126 [2020-03-13 17:17:47] The OP received lambda too!
+7126 [2020-03-13 17:22:38] '/u/Scapparelli08' has given '/u/heyiamandrew' lambda!
+7126 [2020-03-13 17:22:51] '/u/Scapparelli08' has given '/u/tommygun98' lambda!
+7126 [2020-03-13 17:23:05] '/u/toodumbforagoodname' has given '/u/fabiotic' lambda!
+7126 [2020-03-13 17:23:18] '/u/Scapparelli08' has given '/u/Electric_Mauser' lambda!
+7126 [2020-03-13 17:24:40] There has been a new submission: '[SFM] Time In A Bottle (My First SFM), it's my first animation ever and I'd like to know what you think about it! Feedback is appreciated!', with flair 'Video Critique'
+7126 [2020-03-13 17:27:46] There has been a new submission: 'Bringing back quick build/build Battle', with flair 'Gaming'
+7126 [2020-03-13 17:27:48] /u/rojastudios had their submission removed for insufficient lambda.
+7126 [2020-03-13 17:39:15] There has been a new submission: 'This video is based around a common interview question, “if your house was on fire, what one thing would you save?” Theoretically, I put 12 bands/musicians in an apartment on fire and floor by floor, my sister had to choose one to save! It was fun to make & fun to play! Let me know what you think!', with flair 'Vlog'
+7126 [2020-03-13 17:39:16] /u/sayystella had their submission removed for insufficient lambda.
+7126 [2020-03-13 17:39:23] There has been a new submission: 'On my way animation litle older', with flair 'Art'
+7126 [2020-03-13 17:39:24] /u/fulgerfox had their submission removed for insufficient lambda.
+7126 [2020-03-13 17:41:45] '/u/Ghryms' has given '/u/mrworster' lambda!
+7126 [2020-03-13 17:41:45] The OP received lambda too!
+7126 [2020-03-13 17:44:42] '/u/MoskitoDan' has given '/u/yop-le-garcon' lambda!
+7126 [2020-03-13 17:47:13] There has been a new submission: 'Twitch is a Bust (Please give any form of critique)', with flair 'Video Critique'
+7126 [2020-03-13 17:47:15] /u/FizzyFizze had their submission removed for insufficient lambda.
+7126 [2020-03-13 17:51:33] '/u/ShikharTrivedi' has given '/u/CurrentOfficial' lambda!
+7126 [2020-03-13 17:52:44] '/u/ShikharTrivedi' has given '/u/MelonInDisguise' lambda!
+7126 [2020-03-13 17:52:58] '/u/ShikharTrivedi' has given '/u/firmbutfaire' lambda!
+7126 [2020-03-13 18:00:12] There has been a new submission: 'Portland / Seattle 2020', with flair 'Vlog'
+7126 [2020-03-13 18:00:14] /u/makeupjunkiee25 had their submission removed for insufficient lambda.
+7344 [2020-03-13 18:07:10]
+####################
+[2020-03-13 18:07:10] RESTARTED
+####################
+
+7344 [2020-03-13 18:12:19] There has been a new submission: 'DON'T Be Your Self (Giving Lambda for feedback)', with flair 'Video Critique'
+7344 [2020-03-13 18:13:19] There has been a new submission: 'Base Raiding With A RUST Hitman - https://www.youtube.com/watch?v=sib5OA9DAQw&t=42s', with flair 'Video Critique'
+7344 [2020-03-13 18:13:21] /u/ClappedGamingRadio had their submission removed for insufficient lambda.
+7344 [2020-03-13 18:17:33] '/u/MafiasFinestTV' has given '/u/firmbutfaire' lambda!
+7344 [2020-03-13 18:26:31] There has been a new submission: 'How important is straight eye contact when making videos?', with flair 'Discussion'
+7344 [2020-03-13 18:27:21] There has been a new submission: 'Tony's Killa Guy', with flair 'Video Critique'
+7344 [2020-03-13 18:27:23] /u/CoipleofIdiots had their submission removed for insufficient lambda.
+7344 [2020-03-13 18:29:01] There has been a new submission: '*NEW* BEST SLASHING PLAYMAKER BUILD | DUNKS AND THREES!!!', with flair 'Video Critique'
+7344 [2020-03-13 18:29:02] /u/tinypotato2006 had their submission removed for insufficient lambda.
+7344 [2020-03-13 18:29:27] '/u/modernaddiction' has given '/u/SelendineMcHerb' lambda!
+7344 [2020-03-13 18:29:27] The OP received lambda too!
+7344 [2020-03-13 18:30:16] '/u/GamingGreyhound' has given '/u/SelendineMcHerb' lambda!
+7344 [2020-03-13 18:30:17] The OP received lambda too!
+7344 [2020-03-13 18:31:09] There has been a new submission: 'Howdy, I Got A New CAH Vid (Cards Against Humanity 10) Check It Out And Sub If U Want Plz!', with flair 'Channel Review'
+7344 [2020-03-13 18:31:12] /u/AGamingSquirrelYT had their submission removed for insufficient lambda.
+7344 [2020-03-13 18:33:41] '/u/EarthsLandscape' has given '/u/Scapparelli08' lambda!
+7344 [2020-03-13 18:33:41] The OP received lambda too!
+7344 [2020-03-13 18:43:25] There has been a new submission: 'Please Go Watch my video! If you like puking 😂😅', with flair 'None'
+7344 [2020-03-13 18:43:27] /u/Mumski had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:02:31] There has been a new submission: 'Soulja Boy Breakfast Club Interview But It's Out Of Context', with flair 'Video Critique'
+7344 [2020-03-13 19:02:33] /u/agar42 had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:11:09] There has been a new submission: 'still very new to gameplay editing, any advice appreciated!', with flair 'Gaming'
+7344 [2020-03-13 19:11:11] /u/Skifel had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:11:24] There has been a new submission: '💀🖤🔮', with flair 'None'
+7344 [2020-03-13 19:11:27] /u/heypeepshi had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:11:54] There has been a new submission: 'My first gameplay on call of duty warzone', with flair 'Gaming'
+7344 [2020-03-13 19:11:56] /u/Gamingdad007 had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:23:19] There has been a new submission: 'This is my skit on the Coronavirus. Please give me constructive criticism and feedback!', with flair 'Video Critique'
+7344 [2020-03-13 19:27:01] There has been a new submission: 'SUPERMAN VS DARKSEID [SON OF DARKSEID]', with flair 'None'
+7344 [2020-03-13 19:27:02] /u/epicrealm2 had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:27:12] There has been a new submission: 'How to get your first 100 SUBSCRIBERS on YouTube 2020 ||| perhaps this can help some of you, and I would love some feedback. Got sound panels and a lapel mic on the way to help with audio, but I am still messing up my lighting?? Any ideas??', with flair 'Video Critique'
+7344 [2020-03-13 19:27:32] There has been a new submission: 'If you’re a BUSY person - this video is for you. (You also probably shouldn’t be scrolling reddit) - Any comments or feedback would be really welcome. Lambda for any real contributions/comments/feedback!', with flair 'Video Critique'
+7344 [2020-03-13 19:28:50] There has been a new submission: '5 Things We Can't Live Without! Still newto youtube so any feedback is appreciated!', with flair 'Vlog'
+7344 [2020-03-13 19:33:44] '/u/DudeCringe' has given '/u/TRIO-Stories' lambda!
+7344 [2020-03-13 19:33:44] The OP received lambda too!
+7344 [2020-03-13 19:42:18] There has been a new submission: 'DS Airship Fortress - Mario Kart 9 Music Extended HD', with flair 'Gaming'
+7344 [2020-03-13 19:42:20] /u/IntroMaster had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:43:04] '/u/lucidlevel' has given '/u/MafiasFinestTV' lambda!
+7344 [2020-03-13 19:43:04] The OP received lambda too!
+7344 [2020-03-13 19:48:14] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 1 - The Village Of The Cursed Blossoms', with flair 'Gaming'
+7344 [2020-03-13 19:48:15] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+7344 [2020-03-13 19:52:57] '/u/modernaddiction' has given '/u/TRIO-Stories' lambda!
+7344 [2020-03-13 19:53:21] '/u/modernaddiction' has given '/u/MafiasFinestTV' lambda!
+7344 [2020-03-13 19:53:33] There has been a new submission: 'E3 CANCELLED OVER VIRUS CONCERNS - Doghouse gaming news --Looking for feedback! What do you think?--', with flair 'Video Critique'
+7344 [2020-03-13 19:59:40] There has been a new submission: 'Snipes', with flair 'Gaming'
+7344 [2020-03-13 19:59:41] /u/WrohMeet had their submission removed for insufficient lambda.
+7479 [2020-03-13 20:07:10]
+####################
+[2020-03-13 20:07:10] RESTARTED
+####################
+
+7479 [2020-03-13 20:09:39] There has been a new submission: '[Video Review] cleaning hands are important esp right now but dont forget about cleaning your teeth as well XD Hello again, today I made a video about cracked tooth vs cavity tooth if you are interested check it out :D almost to 100 sub thanks for all the help !!', with flair 'Video Critique'
+7479 [2020-03-13 20:12:12] '/u/NocturnalFudj' has given '/u/modernaddiction' lambda!
+7479 [2020-03-13 20:18:03] There has been a new submission: 'This is my most recent video, but I’d love any feedback on anything! I’ve been trying to improve thumbnails, titles, keywords, etc. Giving lambda for feedback!', with flair 'Channel Review'
+7479 [2020-03-13 20:22:02] '/u/centyauro' has given '/u/macetahead' lambda!
+7479 [2020-03-13 20:22:02] The OP received lambda too!
+7479 [2020-03-13 20:22:26] '/u/modernaddiction' has given '/u/Dog_Bit' lambda!
+7479 [2020-03-13 20:25:19] '/u/RhysTheTrailblazer' has given '/u/jackowolf9er' lambda!
+7479 [2020-03-13 20:39:09] There has been a new submission: 'My first cinematic video!', with flair 'Vlog'
+7479 [2020-03-13 20:39:10] /u/DopePotato had their submission removed for insufficient lambda.
+7479 [2020-03-13 20:41:51] There has been a new submission: 'My Horror Funko Pop Collection (Part 3)', with flair 'Video Critique'
+7479 [2020-03-13 20:41:53] /u/esturner4000 had their submission removed for insufficient lambda.
+7479 [2020-03-13 20:43:33] '/u/lieutenatdan' has given '/u/DopePotato' lambda!
+7479 [2020-03-13 20:43:33] The OP received lambda too!
+7479 [2020-03-13 20:48:14] '/u/Dog_Bit' has given '/u/RedditReadYT' lambda!
+7479 [2020-03-13 20:48:14] The OP received lambda too!
+7479 [2020-03-13 20:48:52] '/u/DudeCringe' has given '/u/turtlezgomoo' lambda!
+7479 [2020-03-13 20:49:51] '/u/modernaddiction' has given '/u/turtlezgomoo' lambda!
+7479 [2020-03-13 20:53:50] There has been a new submission: 'Dreaming Spacious (Official music video', with flair 'Video Critique'
+7479 [2020-03-13 21:00:41] '/u/pinappleonpizza123' has given '/u/macetahead' lambda!
+7479 [2020-03-13 21:06:44] There has been a new submission: 'Looking for tips on my videos (Specifically on my Building Basics series. I suggest watching more then one, and in order so you can see if I improved on anything in the earlier ones) btw it's Minecraft.', with flair 'Video Critique'
+7479 [2020-03-13 21:06:46] /u/MarkRufus had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:08:17] There has been a new submission: 'NOT WINNING (MODERN WARFARE BATTLE ROYALE)', with flair 'Gaming'
+7479 [2020-03-13 21:08:44] There has been a new submission: 'Feedback appreciated ❤', with flair 'Gaming'
+7479 [2020-03-13 21:08:45] /u/SolheimYT had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:16:11] '/u/OneFor56' has given '/u/clemmonsRushi' lambda!
+7479 [2020-03-13 21:16:11] The OP received lambda too!
+7479 [2020-03-13 21:17:10] '/u/faiththakid' has given '/u/turtlezgomoo' lambda!
+7479 [2020-03-13 21:17:10] The OP received lambda too!
+7479 [2020-03-13 21:17:39] '/u/MULLiGames' has given '/u/Mumski' lambda!
+7479 [2020-03-13 21:17:39] The OP received lambda too!
+7479 [2020-03-13 21:18:04] There has been a new submission: 'Need Beats?', with flair 'Art'
+7479 [2020-03-13 21:18:05] /u/Chickendinner75 had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:25:50] '/u/modernaddiction' has given '/u/Frozentyme' lambda!
+7479 [2020-03-13 21:28:38] There has been a new submission: 'Posted my first YouTube video! Would appreciate some good vibes :)', with flair 'None'
+7479 [2020-03-13 21:28:39] /u/bingeit had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:31:07] There has been a new submission: '[Funtage] Interrogating Innocent Bystanders in L.A. Noire 🕵️‍♂️ All forms of feedback welcome and appreciated!', with flair 'Video Critique'
+7479 [2020-03-13 21:36:05] There has been a new submission: 'Subscribe for cutest cats', with flair 'Video Critique'
+7479 [2020-03-13 21:36:06] /u/engineerman71 had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:36:35] There has been a new submission: 'WHAT AM I CELEBRATING ??? vlog 9', with flair 'Vlog'
+7479 [2020-03-13 21:36:36] /u/JessicaSheaMODEL had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:41:07] '/u/qzeqYT' has given '/u/filterjohny-68' lambda!
+7479 [2020-03-13 21:41:07] The OP received lambda too!
+7479 [2020-03-13 21:47:12] '/u/modernaddiction' has given '/u/Gabe0980' lambda!
+7479 [2020-03-13 21:47:19] There has been a new submission: 'A video I made about skepticism of aliens and theories on humanity. I would love honest feedback!', with flair 'Discussion'
+7479 [2020-03-13 21:47:20] /u/SamFuna3421 had their submission removed for using the wrong flair.
+7479 [2020-03-13 21:47:53] '/u/modernaddiction' has given '/u/Mikimao' lambda!
+7479 [2020-03-13 21:48:01] '/u/lucidlevel' has given '/u/modernaddiction' lambda!
+7479 [2020-03-13 21:48:25] There has been a new submission: 'NEW VIDEO! GET ME TO 1K!!!', with flair 'Channel Review'
+7479 [2020-03-13 21:48:26] /u/zoetowne had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:48:41] '/u/modernaddiction' has given '/u/XPLovecat' lambda!
+7479 [2020-03-13 21:49:20] '/u/MULLiGames' has given '/u/filterjohny-68' lambda!
+7479 [2020-03-13 21:50:36] '/u/lucidlevel' has given '/u/turtlezgomoo' lambda!
+7479 [2020-03-13 21:51:23] '/u/lucidlevel' has given '/u/MULLiGames' lambda!
+7479 [2020-03-13 21:53:09] There has been a new submission: 'Hello everyone!!! This is my very first walkthrough and we are playing Doom 😈. If this channel get 100 or more subscriber and 100 likes , I will be doing Doom eternal GIVEAWAY!!!!! I will make that promise and please comment down below on console version you want [walkthrough] [Gaming]', with flair 'Gaming'
+7479 [2020-03-13 21:53:11] /u/NUTTY_as_a_Fruitcake had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:53:24] There has been a new submission: 'Stuck in Dorm Room for 24! (Challenge)...Any feedback or critique will help..looking to give lots of lambda', with flair 'Vlog'
+7479 [2020-03-13 21:55:57] There has been a new submission: 'My latest video, about r/oopsdidntmeanto. Feedback is appreciated as always!', with flair 'Video Critique'
+7479 [2020-03-13 21:56:06] There has been a new submission: 'Just dropped a new video! any feedback? will give lambda for any help!', with flair 'Video Critique'
+7479 [2020-03-13 21:57:06] There has been a new submission: 'A video I made about skepticism and theories on aliens and humanity. I am hoping to grow and I would love feedback. Hope you enjoy!', with flair 'Channel Review'
+7479 [2020-03-13 21:57:07] /u/SamFuna3421 had their submission removed for insufficient lambda.
+7479 [2020-03-13 21:59:57] '/u/ZhyperCR1T' has given '/u/DeFrapaCicco' lambda!
+7479 [2020-03-13 22:02:01] '/u/Scapparelli08' has given '/u/filterjohny-68' lambda!
+7479 [2020-03-13 22:02:01] The OP received lambda too!
+7479 [2020-03-13 22:02:54] '/u/MoskitoDan' has given '/u/Mightyacorn' lambda!
+7479 [2020-03-13 22:04:16] There has been a new submission: 'DIY: Temporary tattoo |How I gave myself a tattoo| Tattoo hacks', with flair 'Discussion'
+7479 [2020-03-13 22:04:18] /u/MICHELLE_cronje had their submission removed for using the wrong flair.
+7479 [2020-03-13 22:04:24] There has been a new submission: 'Plz help me get more subs on my gaming channel', with flair 'Gaming'
+7479 [2020-03-13 22:04:26] /u/AlmightyRooRoo had their submission removed for insufficient lambda.
+7479 [2020-03-13 22:05:22] There has been a new submission: 'Hey guys, I was wondering if you could spare a moment to give me some feedback on one of my latest thumbnails. What do you think works, what could be improved, any suggestions? I want to improve my impressions and click rate and I know thumbnails play a big part in that.', with flair 'Gaming'
+7479 [2020-03-13 22:05:24] /u/Raphael_Farmer had their submission removed for insufficient lambda.
+7479 [2020-03-13 22:05:43] There has been a new submission: 'YouTube', with flair 'Channel Review'
+7479 [2020-03-13 22:05:45] /u/MICHELLE_cronje had their submission removed for insufficient lambda.
+7479 [2020-03-13 22:06:47] There has been a new submission: 'FILLING OUR HOUSE WITH 1000 BALLOONS PRANK! Please give this a watch if you want a laugh! This was so fun and hilarious to do!', with flair 'Vlog'
+7479 [2020-03-13 22:06:49] /u/bensebbage had their submission removed for insufficient lambda.
+7617 [2020-03-13 22:07:10]
+####################
+[2020-03-13 22:07:10] RESTARTED
+####################
+
+7617 [2020-03-13 22:10:40] '/u/qzeqYT' has given '/u/DraKBorG' lambda!
+7617 [2020-03-13 22:11:04] There has been a new submission: 'So i brought to ant for a racing challenge, you'll be surprised who win', with flair 'Gaming'
+7617 [2020-03-13 22:11:06] /u/Sicaze had their submission removed for insufficient lambda.
+7617 [2020-03-13 22:13:43] '/u/Jischasing' has given '/u/Scapparelli08' lambda!
+7617 [2020-03-13 22:18:02] There has been a new submission: 'How to make your own WHO approved hand sanitizer', with flair 'Thumbnail Review'
+7617 [2020-03-13 22:18:03] /u/gee-wayne had their submission removed for insufficient lambda.
+7617 [2020-03-13 22:31:51] '/u/Frozentyme' has given '/u/Raphael_Farmer' lambda!
+7617 [2020-03-13 22:31:51] The OP received lambda too!
+7617 [2020-03-13 22:32:55] There has been a new submission: 'First person shooter in Virtual Reality Gaming! Let me know your thoughts on everything - from the thumbnail to the outro! Will give lambda for reviews!', with flair 'None'
+7617 [2020-03-13 22:32:57] /u/humz_whu had their submission removed for insufficient lambda.
+7617 [2020-03-13 22:40:13] '/u/turtlezgomoo' has given '/u/filterjohny-68' lambda!
+7617 [2020-03-13 22:40:13] The OP received lambda too!
+7617 [2020-03-13 22:42:19] '/u/turtlezgomoo' has given '/u/TheJustindsd' lambda!
+7617 [2020-03-13 22:43:47] '/u/turtlezgomoo' has given '/u/DraKBorG' lambda!
+7617 [2020-03-13 22:55:56] There has been a new submission: '[Let's Play] Building A Riverside Modern House in Minecraft', with flair 'Gaming'
+7617 [2020-03-13 22:55:58] /u/Sokenen had their submission removed for insufficient lambda.
+7617 [2020-03-13 22:56:37] '/u/lieutenatdan' has given '/u/Raphael_Farmer' lambda!
+7617 [2020-03-13 23:17:16] There has been a new submission: 'The Broken Brilliance of The Evil Within', with flair 'None'
+7617 [2020-03-13 23:17:17] /u/scottbreviews had their submission removed for insufficient lambda.
+7617 [2020-03-13 23:24:01] There has been a new submission: 'This Is Minecraft, But Every Drop Is Random | I'll be happy to get some legit feedback to give out lambda!', with flair 'Gaming'
+7617 [2020-03-13 23:24:09] There has been a new submission: 'Red Velvet Banana Pudding!', with flair 'Channel Review'
+7617 [2020-03-13 23:24:11] /u/KristalKayEats had their submission removed for insufficient lambda.
+7617 [2020-03-13 23:25:14] There has been a new submission: 'Anything you like/dislike?? :-) (besides a couple transitions)', with flair 'Video Critique'
+7617 [2020-03-13 23:36:41] '/u/Frozentyme' has given '/u/SamFuna3421' lambda!
+7617 [2020-03-13 23:37:31] There has been a new submission: '[Smash Ultimate] Isabelle vs The Scariest Characters. I'd like some Critique on this, will be giving lambda :D', with flair 'Video Critique'
+7617 [2020-03-13 23:40:26] There has been a new submission: 'Dapat Malaman, Bago pa man ang nalalapit na LOCKDOWN (INTER-AGENCY TASK ...', with flair 'Vlog'
+7617 [2020-03-13 23:40:28] /u/amazon1977 had their submission removed for insufficient lambda.
+7617 [2020-03-13 23:43:58] There has been a new submission: 'Fan sound White Noise For Sleeping the most perfect sound', with flair 'Video Critique'
+7617 [2020-03-13 23:44:00] /u/white-noise-sleeping had their submission removed for insufficient lambda.
+7617 [2020-03-13 23:45:38] There has been a new submission: 'Minecraft: Storage Base Tutorial - I hope you guys enjoy!', with flair 'Art'
+7617 [2020-03-13 23:45:39] /u/CaptainOwlYT had their submission removed for insufficient lambda.
+7617 [2020-03-13 23:54:48] '/u/TRIO-Stories' has given '/u/SamFuna3421' lambda!
+7617 [2020-03-13 23:54:48] The OP received lambda too!
+7617 [2020-03-13 23:55:00] '/u/KamKashiiiYT' has given '/u/Koidage' lambda!
+7617 [2020-03-13 23:55:00] The OP received lambda too!
+7617 [2020-03-13 23:55:09] There has been a new submission: '*NEW* Update for Rainbow Six Siege!', with flair 'Video Critique'
+7617 [2020-03-13 23:55:10] /u/joeyabe_ had their submission removed for insufficient lambda.
+7617 [2020-03-13 23:55:20] There has been a new submission: 'Conquerors Blade - Hero Attribute Guide', with flair 'Gaming'
+7617 [2020-03-13 23:55:22] /u/ZimsterTV had their submission removed for insufficient lambda.
+7617 [2020-03-14 00:02:20] '/u/lucidlevel' has given '/u/Mightyacorn' lambda!
+7617 [2020-03-14 00:03:43] There has been a new submission: 'Did a similar video last week on how to travel to the Bahamas for under $500 and now I've done one on Saint Lucia. An honestly, stunning place!', with flair 'Video Critique'
+7756 [2020-03-14 00:07:10]
+####################
+[2020-03-14 00:07:10] RESTARTED
+####################
+
+7756 [2020-03-14 00:08:46] '/u/MafiasFinestTV' has given '/u/lucidlevel' lambda!
+7756 [2020-03-14 00:11:04] '/u/MafiasFinestTV' has given '/u/TheAngelBacon' lambda!
+7756 [2020-03-14 00:14:12] '/u/Sipover' has given '/u/SelendineMcHerb' lambda!
+7756 [2020-03-14 00:14:12] The OP received lambda too!
+7756 [2020-03-14 00:17:59] '/u/Dog_Bit' has given '/u/TheAngelBacon' lambda!
+7756 [2020-03-14 00:22:13] There has been a new submission: 'Supporting this channel', with flair 'Gaming'
+7756 [2020-03-14 00:22:15] /u/yothomas111 had their submission removed for insufficient lambda.
+7756 [2020-03-14 00:30:52] There has been a new submission: 'I finally finished editing my footage from painting lofi study girl. Let me know what you think! It’s my first time making my own music track. Lambda for any feedback or advice on what to do better next time!', with flair 'Video Critique'
+7756 [2020-03-14 00:32:29] There has been a new submission: 'Pokemon Sword and Shield booster packs and Hidden Fates collection box (UNBOXING)', with flair 'Gaming'
+7756 [2020-03-14 00:32:31] /u/cakehatzombie had their submission removed for insufficient lambda.
+7756 [2020-03-14 00:34:53] There has been a new submission: 'Focusing is hard.', with flair 'Discussion'
+7756 [2020-03-14 00:36:45] There has been a new submission: 'the evolution of dragon ball z games updated', with flair 'Gaming'
+7756 [2020-03-14 00:36:47] /u/ProGamerofficialRdt had their submission removed for insufficient lambda.
+7756 [2020-03-14 01:34:59] There has been a new submission: 'Modern warfare warzone Plunder mode!! It was exhausting!!', with flair 'Gaming'
+7756 [2020-03-14 01:35:01] /u/absailor had their submission removed for insufficient lambda.
+2316 [2020-03-14 01:41:20] Updated statistics
+7756 [2020-03-14 01:52:29] There has been a new submission: 'Tokyo Japan Travel Vlog!', with flair 'Vlog'
+7756 [2020-03-14 01:52:31] /u/bonjoureno had their submission removed for insufficient lambda.
+7756 [2020-03-14 01:59:39] '/u/qzeqYT' has given '/u/ekaaaans' lambda!
+7955 [2020-03-14 02:07:10]
+####################
+[2020-03-14 02:07:10] RESTARTED
+####################
+
+7955 [2020-03-14 02:14:32] '/u/Djbernie805' has given '/u/Koidage' lambda!
+7955 [2020-03-14 02:14:32] The OP received lambda too!
+7955 [2020-03-14 02:18:14] '/u/qzeqYT' has given '/u/Nerdorina' lambda!
+7955 [2020-03-14 02:19:43] There has been a new submission: 'Please review my playing- I'll give you all lambda', with flair 'Video Critique'
+7955 [2020-03-14 02:19:44] /u/PossibleDreamer had their submission removed for insufficient lambda.
+7955 [2020-03-14 02:21:03] There has been a new submission: 'Would love some feedback on my editing/production and structure of video! This video is showing people a new exploit move for a popular weapon so should be huge being the first to publish.', with flair 'Channel Review'
+7955 [2020-03-14 02:21:05] /u/LetsGoBubb had their submission removed for insufficient lambda.
+7955 [2020-03-14 02:22:26] '/u/KamKashiiiYT' has given '/u/Nerdorina' lambda!
+7955 [2020-03-14 02:22:57] '/u/KamKashiiiYT' has given '/u/CompleteReason1' lambda!
+7955 [2020-03-14 02:24:02] There has been a new submission: 'Hey, I'm just a new YouTuber trying to get views, subscribers and some feedback. I would really appreciate some help. Thank you', with flair 'Gaming'
+7955 [2020-03-14 02:24:04] /u/Ncarbon37 had their submission removed for insufficient lambda.
+7955 [2020-03-14 02:25:11] '/u/Jischasing' has given '/u/Nerdorina' lambda!
+7955 [2020-03-14 02:35:47] There has been a new submission: 'Vine 5.0 CURE YOUR DEPRESSION WITH THE DARKEST AND FUNNIEST TIKTOKS', with flair 'Video Critique'
+7955 [2020-03-14 02:35:49] /u/TeamMythical had their submission removed for insufficient lambda.
+7955 [2020-03-14 02:37:19] There has been a new submission: 'Posted my first video! Would appreciate some feedback! Thanks:)', with flair 'Vlog'
+7955 [2020-03-14 02:37:21] /u/bingeit had their submission removed for insufficient lambda.
+7955 [2020-03-14 02:38:18] '/u/SelendineMcHerb' has given '/u/LetsGoBubb' lambda!
+7955 [2020-03-14 02:38:18] The OP received lambda too!
+7955 [2020-03-14 02:41:52] '/u/cjf5414' has given '/u/Nerdorina' lambda!
+7955 [2020-03-14 02:41:52] The OP received lambda too!
+7955 [2020-03-14 02:42:27] '/u/cjf5414' has given '/u/LetsGoBubb' lambda!
+7955 [2020-03-14 02:43:25] '/u/cjf5414' has given '/u/Djbernie805' lambda!
+7955 [2020-03-14 03:00:55] '/u/KamKashiiiYT' has given '/u/Dharen29YT' lambda!
+7955 [2020-03-14 03:01:05] There has been a new submission: 'I do crazy shit + fitness', with flair 'Vlog'
+7955 [2020-03-14 03:01:07] /u/ALPDOESIB had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:01:31] '/u/KamKashiiiYT' has given '/u/Realgmuzic' lambda!
+7955 [2020-03-14 03:02:30] There has been a new submission: 'HILARIOUS - Mrs. Ying’s CRAZY taxi competition. Took a lot of time to edit and to make it an enjoyable one. All feedback is greatly appreciated!', with flair 'Gaming'
+7955 [2020-03-14 03:21:45] '/u/Xerionix' has given '/u/Nerdorina' lambda!
+7955 [2020-03-14 03:21:45] The OP received lambda too!
+7955 [2020-03-14 03:24:04] '/u/Ghryms' has given '/u/ekaaaans' lambda!
+7955 [2020-03-14 03:25:32] There has been a new submission: 'Coronavirus: Fake Health Advice, Theories and Remedies You Should Ignore', with flair 'Vlog'
+7955 [2020-03-14 03:25:33] /u/iamfawad had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:28:50] There has been a new submission: 'Let’s Spongebob it up in Dreams! Lemme know what y’all think.', with flair 'Gaming'
+7955 [2020-03-14 03:28:51] /u/Yulkiss had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:31:53] There has been a new submission: 'Elmo is brutally beaten on set...', with flair 'Art'
+7955 [2020-03-14 03:31:55] /u/MrStealYaPasta had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:44:43] There has been a new submission: 'Timelapse Drawing Impmon X', with flair 'Art'
+7955 [2020-03-14 03:44:45] /u/SlugSnailArts had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:46:34] '/u/ShikharTrivedi' has given '/u/macetahead' lambda!
+7955 [2020-03-14 03:47:38] '/u/ShikharTrivedi' has given '/u/RedditReadYT' lambda!
+7955 [2020-03-14 03:47:57] '/u/TheAngelBacon' has given '/u/Koidage' lambda!
+7955 [2020-03-14 03:47:57] The OP received lambda too!
+7955 [2020-03-14 03:48:06] '/u/ShikharTrivedi' has given '/u/ekaaaans' lambda!
+7955 [2020-03-14 03:48:49] '/u/ShikharTrivedi' has given '/u/Nerdorina' lambda!
+7955 [2020-03-14 03:49:18] There has been a new submission: 'A cover Channel, I don’t have any equipment yet sim making do with what I have', with flair 'None'
+7955 [2020-03-14 03:49:20] /u/Goreman06 had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:50:10] '/u/Frozentyme' has given '/u/AcidGatter' lambda!
+7955 [2020-03-14 03:50:48] There has been a new submission: 'Crossing the street in March 2020', with flair 'Video Critique'
+7955 [2020-03-14 03:50:50] /u/DUUUDDDEEE had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:53:24] There has been a new submission: 'Secret Agent Man', with flair 'Art'
+7955 [2020-03-14 03:53:26] /u/travisbradenmusic had their submission removed for insufficient lambda.
+7955 [2020-03-14 03:54:10] There has been a new submission: '(2ITB) Resident Evil 5 Co-op Let's Play Episode/Part 1 Gameplay Walkthrough', with flair 'None'
+7955 [2020-03-14 03:54:12] /u/loopy2mn had their submission removed for insufficient lambda.
+7955 [2020-03-14 04:00:25] There has been a new submission: 'My video roasting tha shit outta nikocado avacado will give lambda for feedback', with flair 'Video Critique'
+7955 [2020-03-14 04:04:55] There has been a new submission: 'Ark solo let’s play part 5', with flair 'Video Critique'
+7955 [2020-03-14 04:04:57] /u/breezyflicks had their submission removed for insufficient lambda.
+7955 [2020-03-14 04:05:15] '/u/The_Suited_Bird' has given '/u/ekaaaans' lambda!
+7955 [2020-03-14 04:06:07] '/u/The_Suited_Bird' has given '/u/iamtinos' lambda!
+8097 [2020-03-14 04:07:10]
+####################
+[2020-03-14 04:07:10] RESTARTED
+####################
+
+8097 [2020-03-14 04:08:08] There has been a new submission: 'Just dropped a new video on YT (R6S)', with flair 'Gaming'
+8097 [2020-03-14 04:08:09] /u/MiamiRoseFilmin had their submission removed for insufficient lambda.
+8097 [2020-03-14 04:11:49] There has been a new submission: 'uh.', with flair 'Discussion'
+8097 [2020-03-14 04:30:27] There has been a new submission: 'Healthy No Bake Nuts and Seeds Brownies|Keto Brownies|Gluten free Recipe...', with flair 'Collab'
+8097 [2020-03-14 04:30:29] /u/kawshif had their submission removed for using the wrong flair.
+8097 [2020-03-14 04:31:51] There has been a new submission: 'Keto Creamy Stuffed Chicken', with flair 'None'
+8097 [2020-03-14 04:36:46] There has been a new submission: 'hello everyone i made this video last week ago the reason why i put this here so that people might give an honest feedback on my non horror game commentary i always upload horror game and my commentary there is alot different than here if u can help by giving me an honest feedback il give a lambda', with flair 'Gaming'
+8097 [2020-03-14 04:39:12] There has been a new submission: 'Kevin Lee's first MMA Fight!', with flair 'Thumbnail Review'
+8097 [2020-03-14 04:39:13] /u/ponyboy2009 had their submission removed for insufficient lambda.
+8097 [2020-03-14 04:48:10] There has been a new submission: 'IM ZAIO', with flair 'Gaming'
+8097 [2020-03-14 04:48:11] /u/ZAIOYT had their submission removed for insufficient lambda.
+8097 [2020-03-14 04:55:01] There has been a new submission: 'Life Is Cancelled. *Looking for Feedback, and what to improve on. WILL give Lambda to best responses*', with flair 'Channel Review'
+8097 [2020-03-14 04:55:03] /u/TheBoss414 had their submission removed for insufficient lambda.
+8097 [2020-03-14 04:56:01] '/u/KamKashiiiYT' has given '/u/JudgeCreed' lambda!
+8097 [2020-03-14 04:59:08] There has been a new submission: 'Please critique my channel and I’ll critique yours', with flair 'Channel Review'
+8097 [2020-03-14 04:59:09] /u/Paul_francis had their submission removed for insufficient lambda.
+8097 [2020-03-14 05:02:26] '/u/macetahead' has given '/u/TheBoss414' lambda!
+8097 [2020-03-14 05:02:26] The OP received lambda too!
+8097 [2020-03-14 05:02:45] '/u/clemmonsRushi' has given '/u/TheBoss414' lambda!
+8097 [2020-03-14 05:02:45] The OP received lambda too!
+8097 [2020-03-14 05:03:01] '/u/macetahead' has given '/u/hemant_rangdal' lambda!
+8097 [2020-03-14 05:03:20] '/u/clemmonsRushi' has given '/u/Gabe0980' lambda!
+8097 [2020-03-14 05:19:34] There has been a new submission: 'Just a litle skit I did about the overdose of Wonderwall's cover', with flair 'Art'
+8097 [2020-03-14 05:19:35] /u/Leepetit had their submission removed for insufficient lambda.
+8097 [2020-03-14 05:24:35] '/u/AcidGatter' has given '/u/TheBoss414' lambda!
+8097 [2020-03-14 05:24:35] The OP received lambda too!
+8097 [2020-03-14 05:25:08] '/u/AcidGatter' has given '/u/PonjiNinja' lambda!
+8097 [2020-03-14 05:25:58] There has been a new submission: 'My roommate and I just created a sketch comedy channel, and we were looking for feedback on our first video', with flair 'Video Critique'
+8097 [2020-03-14 05:25:59] /u/PearTM had their submission removed for insufficient lambda.
+8097 [2020-03-14 05:28:22] There has been a new submission: 'I've been trying to improve my channel. Would LOVE to get some honest, hard hitting feedback! Will give Lambda if you do.', with flair 'Channel Review'
+8097 [2020-03-14 05:28:59] '/u/Hamlet_71' has given '/u/TheBoss414' lambda!
+8097 [2020-03-14 05:28:59] The OP received lambda too!
+8097 [2020-03-14 05:30:37] '/u/MULLiGames' has given '/u/CompleteReason1' lambda!
+8097 [2020-03-14 05:30:58] '/u/MULLiGames' has given '/u/humz_whu' lambda!
+8097 [2020-03-14 05:32:02] '/u/TheBoss414' has given '/u/treverglitching' lambda!
+8097 [2020-03-14 05:32:03] The OP received lambda too!
+8097 [2020-03-14 05:33:00] '/u/TheBoss414' has given '/u/Supeelok99' lambda!
+8097 [2020-03-14 05:41:34] '/u/Djbernie805' has given '/u/AcidGatter' lambda!
+8097 [2020-03-14 05:42:37] '/u/Djbernie805' has given '/u/Nerdorina' lambda!
+8097 [2020-03-14 05:43:30] '/u/Djbernie805' has given '/u/PonjiNinja' lambda!
+8097 [2020-03-14 05:43:43] '/u/TheBoss414' has given '/u/AbuseCoffee' lambda!
+8097 [2020-03-14 05:44:07] There has been a new submission: 'Call Of Duty WARZONE: HOW TO GET WINS IN WARZONE (CALL OF DUTY MODERN WARFARE BATTLE ROYALE)', with flair 'Gaming'
+8097 [2020-03-14 05:46:05] '/u/Djbernie805' has given '/u/LetsGoBubb' lambda!
+8097 [2020-03-14 05:48:59] There has been a new submission: 'If I delete a video, Do I lose Watch Time?', with flair 'Discussion'
+8097 [2020-03-14 05:57:46] '/u/MoskitoDan' has given '/u/NoReach9' lambda!
+8097 [2020-03-14 05:58:26] There has been a new submission: 'Hey Peeps, Just changed my style a bit. New intro, banner, thumbnail style and added some jokes when usually I'm deadpan. Let me know how I do!', with flair 'Video Critique'
+8097 [2020-03-14 05:58:59] '/u/MoskitoDan' has given '/u/TheAngelBacon' lambda!
+8097 [2020-03-14 05:59:38] '/u/MoskitoDan' has given '/u/Sky-todd' lambda!
+8097 [2020-03-14 06:00:15] '/u/MoskitoDan' has given '/u/MYDADSDEADYT' lambda!
+8097 [2020-03-14 06:01:39] '/u/MoskitoDan' has given '/u/MafiasFinestTV' lambda!
+8097 [2020-03-14 06:02:02] There has been a new submission: 'The World's ICT Service Exports | Top 10 Countries | From 1985 To 2020 | Fintech Analytics', with flair 'Channel Review'
+8097 [2020-03-14 06:02:04] /u/FintechAnalytics had their submission removed for insufficient lambda.
+8097 [2020-03-14 06:02:23] '/u/MoskitoDan' has given '/u/Realgmuzic' lambda!
+8606 [2020-03-14 06:07:10]
+####################
+[2020-03-14 06:07:10] RESTARTED
+####################
+
+8606 [2020-03-14 06:10:21] There has been a new submission: 'I shall do REVIEWS on YouTube channels.', with flair 'Discussion'
+8606 [2020-03-14 06:11:28] '/u/MoskitoDan' has given '/u/daydreamz3311' lambda!
+8606 [2020-03-14 06:12:01] There has been a new submission: 'Viruses vs humans / how to combat with corona virus / swine flu / bird f...', with flair 'Video Critique'
+8606 [2020-03-14 06:12:03] /u/CHEMmaster007 had their submission removed for insufficient lambda.
+8606 [2020-03-14 06:16:36] There has been a new submission: 'Best camera for vlogs and public pranks?', with flair 'Discussion'
+8606 [2020-03-14 06:23:11] '/u/cjf5414' has given '/u/PonjiNinja' lambda!
+8606 [2020-03-14 06:31:59] There has been a new submission: 'Am I putting too much time into the subtitles/editing or is it just the right amount? Would love some thoughts as it took me about a week and a half to do this video!', with flair 'Video Critique'
+8606 [2020-03-14 06:34:11] '/u/prettyboiRandell' has given '/u/qzeqYT' lambda!
+8606 [2020-03-14 06:34:11] The OP received lambda too!
+8606 [2020-03-14 07:07:06] There has been a new submission: 'Any suggestions or tips for a very new video maker? Satisfying art! Thank you for your help in advance 🙏❤️🤘', with flair 'Video Critique'
+8606 [2020-03-14 07:07:08] /u/jessytavares11 had their submission removed for insufficient lambda.
+8606 [2020-03-14 07:22:02] There has been a new submission: 'Sober Motivation: Recovery in Quarantine', with flair 'None'
+8606 [2020-03-14 07:22:04] /u/SoberMotivation had their submission removed for insufficient lambda.
+8606 [2020-03-14 07:27:11] There has been a new submission: 'Banyak banget menunya lebih dari 30 - Cobek ikan mas', with flair 'Vlog'
+8606 [2020-03-14 07:27:12] /u/handfoodreview had their submission removed for insufficient lambda.
+8606 [2020-03-14 07:32:34] There has been a new submission: 'Newest video in my series titled loser lightups, still experimenting with background music and different edits, would appreciate cc', with flair 'Video Critique'
+8606 [2020-03-14 07:32:36] /u/blisterward had their submission removed for insufficient lambda.
+8606 [2020-03-14 07:39:35] There has been a new submission: 'New Youtube Video!! Watch the whole thing 😂', with flair 'Vlog'
+8606 [2020-03-14 07:39:36] /u/Joshuaaayalaa had their submission removed for insufficient lambda.
+8606 [2020-03-14 07:40:26] '/u/MoskitoDan' has given '/u/SamFuna3421' lambda!
+8606 [2020-03-14 07:40:42] There has been a new submission: 'The Office [US] : F1 Style Intro | F1 Parody Video |', with flair 'Video Critique'
+8606 [2020-03-14 07:40:44] /u/RealRacer1354 had their submission removed for insufficient lambda.
+8606 [2020-03-14 08:06:17] There has been a new submission: 'Eternal Darkness Part 3', with flair 'Gaming'
+8606 [2020-03-14 08:06:18] /u/Sinister_Blazmi had their submission removed for insufficient lambda.
+8972 [2020-03-14 08:07:10]
+####################
+[2020-03-14 08:07:10] RESTARTED
+####################
+
+8972 [2020-03-14 08:20:05] '/u/Dog_Bit' has given '/u/Koidage' lambda!
+8972 [2020-03-14 08:20:15] There has been a new submission: 'DKozzy Plays', with flair 'Gaming'
+8972 [2020-03-14 08:20:17] /u/dkozzy had their submission removed for insufficient lambda.
+8972 [2020-03-14 08:49:26] There has been a new submission: 'The PEWDIEPIE Rant! (The "Biggest" YouTuber Exposed?)', with flair 'Video Critique'
+8972 [2020-03-14 08:49:27] /u/Thejozz20 had their submission removed for insufficient lambda.
+8972 [2020-03-14 09:02:05] There has been a new submission: 'I uploaded a NEW VLOG today. It's one that I filmed at a sneaker convention held at my university campus. Let me know what you think! 👟 Thanks for watching everyone!', with flair 'Video Critique'
+8972 [2020-03-14 09:21:16] There has been a new submission: 'I trained like One Punch Man for a week! Hey guys, I have just uploaded a new video with a workout theme. It's quite long, probably my longest one, and would like to get my watch time up plus some feedback! If you enjoyed the content don't hesitate to subscribe, it really is going to help me a lot.', with flair 'Channel Review'
+8972 [2020-03-14 09:26:03] There has been a new submission: 'Can you people check my yt channel and give me some feedback it would be nice', with flair 'Channel Review'
+8972 [2020-03-14 09:26:04] /u/JOX12345 had their submission removed for insufficient lambda.
+8972 [2020-03-14 09:32:28] '/u/ShikharTrivedi' has given '/u/Supeelok99' lambda!
+8972 [2020-03-14 09:34:35] There has been a new submission: 'Pls watch this video... I took LOT of time with this', with flair 'Vlog'
+8972 [2020-03-14 09:34:37] /u/Kostivall had their submission removed for insufficient lambda.
+8972 [2020-03-14 10:00:38] There has been a new submission: 'Mental health, one of the main reasons I'm attempting Youtube again.', with flair 'Discussion'
+8972 [2020-03-14 10:03:07] There has been a new submission: 'I made a song about the Coronavirus. I will be giving lambda to people who actually give feedback.', with flair 'Video Critique'
+9107 [2020-03-14 10:07:10]
+####################
+[2020-03-14 10:07:10] RESTARTED
+####################
+
+9107 [2020-03-14 10:12:24] '/u/matthewwjoel' has given '/u/urbansophistication' lambda!
+9107 [2020-03-14 10:12:24] The OP received lambda too!
+9107 [2020-03-14 10:19:27] There has been a new submission: 'I made a song about Coronavirus. I will be giving lambda to proper feedback!', with flair 'Channel Review'
+9107 [2020-03-14 10:25:00] There has been a new submission: 'First person shooter in Virtual Reality Gaming! Let me know your thoughts on everything - from the thumbnail to the outro! Will give lambda for reviews!', with flair 'None'
+9107 [2020-03-14 10:29:22] '/u/GenericGhost_YT' has given '/u/omuonrice' lambda!
+9107 [2020-03-14 10:29:22] The OP received lambda too!
+9107 [2020-03-14 10:39:26] There has been a new submission: '[GAMING]200 subscribers! New gaming video', with flair 'Channel Review'
+9107 [2020-03-14 10:39:27] /u/Treelance_Official had their submission removed for insufficient lambda.
+9107 [2020-03-14 10:43:19] '/u/RoboOggy' has given '/u/BananaMilkeu' lambda!
+9107 [2020-03-14 10:43:19] The OP received lambda too!
+9107 [2020-03-14 10:48:25] '/u/humz_whu' has given '/u/BananaMilkeu' lambda!
+9107 [2020-03-14 10:48:25] The OP received lambda too!
+9107 [2020-03-14 10:49:35] '/u/humz_whu' has given '/u/Dharen29YT' lambda!
+9107 [2020-03-14 10:51:57] There has been a new submission: 'New pubg video cheek it out', with flair 'None'
+9107 [2020-03-14 10:51:59] /u/gigibusk had their submission removed for insufficient lambda.
+9107 [2020-03-14 10:52:39] There has been a new submission: 'Coronavirus: Dr Peter Lin, talked about how we can avoid getting affected (COVID-19)', with flair 'Discussion'
+9107 [2020-03-14 10:52:41] /u/ParonArtech had their submission removed for using the wrong flair.
+9107 [2020-03-14 10:57:52] There has been a new submission: 'I take time to draw MrBeast Logo', with flair 'Art'
+9107 [2020-03-14 10:57:53] /u/ParonArtech had their submission removed for insufficient lambda.
+9107 [2020-03-14 11:13:30] There has been a new submission: '#EP16 My Freetrade Dividend portfolio | Stock Market Crash Investing Strategy', with flair 'None'
+9107 [2020-03-14 11:13:32] /u/Dividend-investor had their submission removed for insufficient lambda.
+9107 [2020-03-14 11:15:24] '/u/RoboOggy' has given '/u/seetheking1' lambda!
+9107 [2020-03-14 11:20:52] '/u/MoskitoDan' has given '/u/greenphant0m_yt' lambda!
+9107 [2020-03-14 11:25:57] There has been a new submission: 'Working on my presentation skills by Reacting to my 20 year old animations on Newgrounds!', with flair 'Video Critique'
+9107 [2020-03-14 11:27:15] There has been a new submission: 'The True Secret Of Art', with flair 'Art'
+9107 [2020-03-14 11:27:17] /u/ParonArtech had their submission removed for insufficient lambda.
+9107 [2020-03-14 11:28:44] There has been a new submission: 'Third person cam?', with flair 'Discussion'
+9107 [2020-03-14 11:37:46] There has been a new submission: 'Can you guys give me some feedback. I wold like to improve and grow.', with flair 'Gaming'
+9107 [2020-03-14 11:39:34] '/u/humz_whu' has given '/u/mshordja' lambda!
+9107 [2020-03-14 11:45:50] '/u/lucidlevel' has given '/u/bonjoureno' lambda!
+9107 [2020-03-14 11:47:39] '/u/LexPlex9000' has given '/u/spotmain' lambda!
+9107 [2020-03-14 11:54:07] '/u/TRIO-Stories' has given '/u/thecaseysanafanclub' lambda!
+9107 [2020-03-14 11:54:32] '/u/TRIO-Stories' has given '/u/hemant_rangdal' lambda!
+9107 [2020-03-14 11:55:08] '/u/TRIO-Stories' has given '/u/Supeelok99' lambda!
+9107 [2020-03-14 11:55:47] '/u/TRIO-Stories' has given '/u/Nerdorina' lambda!
+9107 [2020-03-14 11:56:38] There has been a new submission: 'Our first real argument on camera (Do you enjoy family vlogs? Check us out 😌)', with flair 'Vlog'
+9107 [2020-03-14 11:56:40] /u/kdgm19 had their submission removed for insufficient lambda.
+9107 [2020-03-14 11:56:55] '/u/lucidlevel' has given '/u/AnimuseVids' lambda!
+9107 [2020-03-14 12:00:19] There has been a new submission: 'The World's ICT Service Exports | Top 10 Countries | From 1985 To 2020 | Fintech Analytics', with flair 'Video Critique'
+9107 [2020-03-14 12:00:21] /u/FintechAnalytics had their submission removed for insufficient lambda.
+9242 [2020-03-14 12:07:10]
+####################
+[2020-03-14 12:07:10] RESTARTED
+####################
+
+9242 [2020-03-14 12:08:10] '/u/RoboOggy' has given '/u/kdgm19' lambda!
+9242 [2020-03-14 12:08:15] '/u/lucidlevel' has given '/u/cjf5414' lambda!
+9242 [2020-03-14 12:08:21] '/u/RoboOggy' has given '/u/Jagart01' lambda!
+9242 [2020-03-14 12:11:34] There has been a new submission: 'No me but someone i know has a small r6s channel', with flair 'Gaming'
+9242 [2020-03-14 12:11:36] /u/zabybaq had their submission removed for insufficient lambda.
+9242 [2020-03-14 12:27:25] There has been a new submission: 'hi everyone! like the lord of the rings and/or Skyrim? Give it a watch! Feedback is immensely appreciated. Also, got any tips on how/where to promote oneself? Don't really feel good about posting to much on subreddits idk', with flair 'Channel Review'
+9242 [2020-03-14 12:29:03] There has been a new submission: 'I Made The Most Reverse Video On Youtube in 24 hours', with flair 'Vlog'
+9242 [2020-03-14 12:29:04] /u/Sicaze had their submission removed for insufficient lambda.
+9242 [2020-03-14 12:34:59] There has been a new submission: 'BuzzFeed quiz determines my IQ - Am I Dumb?', with flair 'Video Critique'
+9242 [2020-03-14 12:38:00] There has been a new submission: 'Would love some feedback and constructive criticism, especially regarding the production/editing and structure since this is the first time I put a lot of effort in my guides. Any other feedback greatly appreciated!!', with flair 'Video Critique'
+9242 [2020-03-14 12:38:15] There has been a new submission: 'Zigzag By ThaBlackVanillaIce [Video]', with flair 'Video Critique'
+9242 [2020-03-14 12:38:16] /u/thablackvanillaice had their submission removed for insufficient lambda.
+9242 [2020-03-14 12:39:11] '/u/iamtinos' has given '/u/mshordja' lambda!
+9242 [2020-03-14 12:39:11] The OP received lambda too!
+9242 [2020-03-14 12:42:18] There has been a new submission: 'Garage job roof on', with flair 'Vlog'
+9242 [2020-03-14 12:42:20] /u/markhep had their submission removed for insufficient lambda.
+9242 [2020-03-14 12:43:05] '/u/ragstorichy' has given '/u/BillyBoyGerman' lambda!
+9242 [2020-03-14 12:55:39] '/u/RoboOggy' has given '/u/TryToLearn88' lambda!
+9242 [2020-03-14 13:05:23] There has been a new submission: 'when you don't have a video idea - Latest comedy video! Maybe some of you can relate, any feedback would be awesome', with flair 'Video Critique'
+9242 [2020-03-14 13:06:21] '/u/LetsGoBubb' has given '/u/TryToLearn88' lambda!
+9242 [2020-03-14 13:06:21] The OP received lambda too!
+9242 [2020-03-14 13:13:22] '/u/shaunyoong' has given '/u/BananaMilkeu' lambda!
+9242 [2020-03-14 13:13:22] The OP received lambda too!
+9242 [2020-03-14 13:18:38] There has been a new submission: 'VIBRASIE - Evolution [Dancehall] (Official Music Video) 2020', with flair 'Video Critique'
+9242 [2020-03-14 13:21:58] '/u/LetsGoBubb' has given '/u/OccupiedGarrett' lambda!
+9242 [2020-03-14 13:24:06] There has been a new submission: 'Here’s one I just posted // what do you guys think?', with flair 'Video Critique'
+9242 [2020-03-14 13:27:55] '/u/RhysTheTrailblazer' has given '/u/BillyBoyGerman' lambda!
+9242 [2020-03-14 13:31:22] There has been a new submission: 'Spent morning changing a few things. A new banner to match my profile image and added colour matching borders to thumbnails. What do you think?', with flair 'Thumbnail Review'
+9242 [2020-03-14 13:33:52] '/u/BananaMilkeu' has given '/u/mshordja' lambda!
+9242 [2020-03-14 13:33:52] The OP received lambda too!
+9242 [2020-03-14 13:34:04] '/u/OccupiedGarrett' has given '/u/tss230' lambda!
+9242 [2020-03-14 13:34:04] The OP received lambda too!
+9242 [2020-03-14 13:34:16] '/u/BananaMilkeu' has given '/u/tss230' lambda!
+9242 [2020-03-14 13:35:53] '/u/Koidage' has given '/u/BillyBoyGerman' lambda!
+9242 [2020-03-14 13:35:53] The OP received lambda too!
+9242 [2020-03-14 13:38:24] There has been a new submission: 'My Views continue to decline. Am I posting at the wrong time of day, is it my SEO, thumbnail, or the video itself. Would love some help!', with flair 'Video Critique'
+9242 [2020-03-14 13:42:49] '/u/Realgmuzic' has given '/u/jaxtnh' lambda!
+9242 [2020-03-14 13:42:49] The OP received lambda too!
+9242 [2020-03-14 13:46:58] There has been a new submission: 'CAR WARRANTY SALES CALLS (this is from a collab with a much larger YouTuber, I have 82 subs he has 3.5k. Please review, this is huge for me and I’d like to learn from this)', with flair 'Video Critique'
+9242 [2020-03-14 13:46:59] /u/ParkerWillard had their submission removed for insufficient lambda.
+9242 [2020-03-14 13:47:36] There has been a new submission: 'When playing cod battleroyal, hard to choose between 240 frames low graphics or 80 frames high graphics', with flair 'Gaming'
+9242 [2020-03-14 13:47:37] /u/krisDaWiz3666 had their submission removed for insufficient lambda.
+9242 [2020-03-14 14:00:42] '/u/KamKashiiiYT' has given '/u/lwdigiart' lambda!
+9401 [2020-03-14 14:07:11]
+####################
+[2020-03-14 14:07:11] RESTARTED
+####################
+
+9401 [2020-03-14 14:12:11] There has been a new submission: 'I Bought Some Stickers on Wish! Which Set Is Your Favorite? (I have areas to improve and definitely need the feedback, thanks everyone!)', with flair 'Video Critique'
+9401 [2020-03-14 14:17:13] '/u/jaxtnh' has given '/u/ParkerWillard' lambda!
+9401 [2020-03-14 14:17:13] The OP received lambda too!
+9401 [2020-03-14 14:21:37] '/u/jaxtnh' has given '/u/heyiamandrew' lambda!
+9401 [2020-03-14 14:21:47] There has been a new submission: 'CAR WARRANTY SALES CALLS *sketch* (this is from a collab I just did with a much larger YouTuber. I have 82 subs and he has 3.5k!) Genuine reviews get lambda!', with flair 'Video Critique'
+9401 [2020-03-14 14:28:24] '/u/tss230' has given '/u/ParkerWillard' lambda!
+9401 [2020-03-14 14:28:24] The OP received lambda too!
+9401 [2020-03-14 14:32:10] '/u/ParkerWillard' has given '/u/jaxtnh' lambda!
+9401 [2020-03-14 14:32:10] The OP received lambda too!
+9401 [2020-03-14 14:40:49] There has been a new submission: '[WR] Super Smash Bros. Ultimate: Classic Mode Speed Run 9.9 with Greninja in 04:35', with flair 'Gaming'
+9401 [2020-03-14 14:40:51] /u/Betabrawler had their submission removed for insufficient lambda.
+9401 [2020-03-14 14:41:03] '/u/macetahead' has given '/u/HOLLOW_KDA' lambda!
+9401 [2020-03-14 14:41:17] '/u/macetahead' has given '/u/spotmain' lambda!
+9401 [2020-03-14 14:41:31] '/u/lieutenatdan' has given '/u/filterjohny-68' lambda!
+9401 [2020-03-14 14:43:56] There has been a new submission: 'Started a gaming channel, need suggestions', with flair 'Channel Review'
+9401 [2020-03-14 14:43:57] /u/WhatzApp had their submission removed for insufficient lambda.
+9401 [2020-03-14 14:45:30] '/u/greenphant0m_yt' has given '/u/FineappleFilms' lambda!
+9401 [2020-03-14 14:45:30] The OP received lambda too!
+9401 [2020-03-14 14:47:20] There has been a new submission: 'No Tent Camping Challenge (animated ft Ice Cream Sandwich & Bright Side Euan)', with flair 'Art'
+9401 [2020-03-14 14:47:22] /u/MashUpArtYT had their submission removed for insufficient lambda.
+9401 [2020-03-14 15:01:39] '/u/cjf5414' has given '/u/BillyBoyGerman' lambda!
+9401 [2020-03-14 15:09:52] There has been a new submission: 'Up up upity please give me feedback if you have the time, much appreciated!', with flair 'Video Critique'
+9401 [2020-03-14 15:13:38] There has been a new submission: 'Is once or twice a week a good upload schedule to have? (vlog question)', with flair 'Discussion'
+9401 [2020-03-14 15:15:57] There has been a new submission: 'Please review my tutorial/educational video, I'm happy for any suggestions for improvements', with flair 'Video Critique'
+9401 [2020-03-14 15:16:46] '/u/jaxtnh' has given '/u/knipknap' lambda!
+9401 [2020-03-14 15:22:43] There has been a new submission: 'Hi I am currently a new Youtuber and just thought of posting my channel just in case u are interested In looking I don’t just post the videos I have right now I will also post gaming funny videos pranks and all types of different stuff', with flair 'None'
+9401 [2020-03-14 15:22:46] /u/Xx_goat_xx had their submission removed for insufficient lambda.
+9401 [2020-03-14 15:23:59] There has been a new submission: 'Im so confused', with flair 'Discussion'
+9401 [2020-03-14 15:26:24] There has been a new submission: 'He bullies his parents', with flair 'None'
+9401 [2020-03-14 15:26:26] /u/Union_Jack1 had their submission removed for insufficient lambda.
+9401 [2020-03-14 15:33:48] There has been a new submission: 'Small French YouTuber', with flair 'None'
+9401 [2020-03-14 15:33:50] /u/IMA_14 had their submission removed for insufficient lambda.
+9401 [2020-03-14 15:34:44] '/u/ParkerWillard' has given '/u/urbansophistication' lambda!
+9401 [2020-03-14 15:38:28] '/u/tss230' has given '/u/aluskevics' lambda!
+9401 [2020-03-14 15:38:52] '/u/tss230' has given '/u/urbansophistication' lambda!
+9401 [2020-03-14 15:41:51] '/u/knipknap' has given '/u/mshordja' lambda!
+9401 [2020-03-14 15:41:51] The OP received lambda too!
+9401 [2020-03-14 15:45:04] There has been a new submission: 'The World's Top 10 Biggest Arms Importer Countries | From 1960 to 2020 | Fintech Analytics', with flair 'Art'
+9401 [2020-03-14 15:45:06] /u/FintechAnalytics had their submission removed for insufficient lambda.
+9401 [2020-03-14 15:50:35] '/u/Hamlet_71' has given '/u/KamKashiiiYT' lambda!
+9401 [2020-03-14 16:01:17] There has been a new submission: 'New vlog is out!', with flair 'Vlog'
+9401 [2020-03-14 16:01:19] /u/Project-CK had their submission removed for insufficient lambda.
+9401 [2020-03-14 16:05:14] There has been a new submission: 'Foreigners dancing Filipino Folkdance Tinikling', with flair 'Video Critique'
+9401 [2020-03-14 16:05:16] /u/elmorapsingjr had their submission removed for insufficient lambda.
+9401 [2020-03-14 16:05:32] There has been a new submission: 'I made a well edited funny moments video on GTA 5 role play servers with my mates. Would really appreciate any feedback and support. Thanks!', with flair 'Gaming'
+9536 [2020-03-14 16:07:11]
+####################
+[2020-03-14 16:07:11] RESTARTED
+####################
+
+9536 [2020-03-14 16:08:42] There has been a new submission: 'Wild Lake Spam Catch and Cook... Hit us with some feedback and we'll hit you with the lambda!', with flair 'Video Critique'
+9536 [2020-03-14 16:18:33] There has been a new submission: 'Inking Luna Lovegood', with flair 'Art'
+9536 [2020-03-14 16:18:33] /u/postcards2texas had their submission removed for insufficient lambda.
+9536 [2020-03-14 16:18:41] There has been a new submission: 'This was a very interesting edit since we don't have much memes which is a staple of our style, but personally felt the pacing of the edit was right, would love feedback!', with flair 'Video Critique'
+9536 [2020-03-14 16:20:36] There has been a new submission: 'Hi all, I made an essay type video about skepticism and alternate theories on aliens and humanity. Please give it a watch and tell me what you think. For all feedback and criticism, giving lambda!', with flair 'Video Critique'
+9536 [2020-03-14 16:20:48] There has been a new submission: 'Just came back from a 2 week break. But god i love Amnesia', with flair 'None'
+9536 [2020-03-14 16:20:50] /u/MistaAndersen had their submission removed for insufficient lambda.
+9536 [2020-03-14 16:21:15] There has been a new submission: 'Need a Youtube Intro, I gotchu Here’s 20 to choose from', with flair 'Meta'
+9536 [2020-03-14 16:21:17] /u/YungAgentK had their submission removed for using the wrong flair.
+9536 [2020-03-14 16:22:47] '/u/urbansophistication' has given '/u/mshordja' lambda!
+9536 [2020-03-14 16:22:47] The OP received lambda too!
+9536 [2020-03-14 16:27:40] There has been a new submission: 'The Sad DEATH of GOOFY - Drawing Kingdom Hearts', with flair 'Art'
+9536 [2020-03-14 16:28:13] '/u/JudgeCreed' has given '/u/sohomcena' lambda!
+9536 [2020-03-14 16:28:13] The OP received lambda too!
+9536 [2020-03-14 16:28:43] '/u/OccupiedGarrett' has given '/u/aluskevics' lambda!
+9536 [2020-03-14 16:31:40] '/u/urbansophistication' has given '/u/dzondi92' lambda!
+9536 [2020-03-14 16:33:28] '/u/SamFuna3421' has given '/u/mshordja' lambda!
+9536 [2020-03-14 16:33:29] The OP received lambda too!
+9536 [2020-03-14 16:34:45] '/u/CompleteReason1' has given '/u/mshordja' lambda!
+9536 [2020-03-14 16:34:45] The OP received lambda too!
+9536 [2020-03-14 16:35:18] '/u/JudgeCreed' has given '/u/dzondi92' lambda!
+9536 [2020-03-14 16:35:42] '/u/knipknap' has given '/u/sohomcena' lambda!
+9536 [2020-03-14 16:38:36] There has been a new submission: 'It is happened 2nd time to me:( After 12 hours long hard creative job, I have deleted, reworked and uploaded same video again. I am perfectionist, probably, I did not like just one small piece of video:( I did not noticed this moment before to upload. Did You have same situations as well, guys? :(', with flair 'Channel Review'
+9536 [2020-03-14 16:42:16] There has been a new submission: 'I lost my job last week and I am setting myself a challenge of going from £0 to £100k. I've posted the first video on my YouTube Channel explaining the challenge and how I am going to hit £100K! if you are interested in business/entrepreneurship I am going to document the whole journey! Thoughts?', with flair 'Channel Review'
+9536 [2020-03-14 16:42:19] /u/trainnatural had their submission removed for insufficient lambda.
+9536 [2020-03-14 16:42:31] There has been a new submission: 'I'm a 23 year old man. I got on a Roblox highchool roleplay server. It went about how you'd expect.', with flair 'Video Critique'
+9536 [2020-03-14 16:45:52] There has been a new submission: 'IM NEAR TO 100', with flair 'Discussion'
+9536 [2020-03-14 16:46:06] '/u/tss230' has given '/u/dzondi92' lambda!
+9536 [2020-03-14 16:53:10] There has been a new submission: 'Medical ads be like! Lambda to good feedback (i know i dont make thumbnails and theres a little earape at the end)', with flair 'Video Critique'
+9536 [2020-03-14 16:56:03] There has been a new submission: 'Best Craziest Moments of Bosnia/Croatia Travels', with flair 'Video Critique'
+9536 [2020-03-14 16:58:44] There has been a new submission: 'Best Craziest Moments of Bosnia/Croatia Travels', with flair 'Video Critique'
+9536 [2020-03-14 16:58:45] /u/dzondi92 had their submission removed for insufficient lambda.
+9536 [2020-03-14 17:01:24] '/u/ekaaaans' has given '/u/the_real_d247' lambda!
+9536 [2020-03-14 17:01:24] The OP received lambda too!
+9536 [2020-03-14 17:03:28] '/u/ekaaaans' has given '/u/mshordja' lambda!
+9536 [2020-03-14 17:05:25] '/u/JudgeCreed' has given '/u/AnimuseVids' lambda!
+9536 [2020-03-14 17:09:40] '/u/FineappleFilms' has given '/u/CompleteReason1' lambda!
+9536 [2020-03-14 17:09:40] The OP received lambda too!
+9536 [2020-03-14 17:12:01] '/u/prettyboiRandell' has given '/u/modernaddiction' lambda!
+9536 [2020-03-14 17:12:29] '/u/AcidGatter' has given '/u/AbuseCoffee' lambda!
+9536 [2020-03-14 17:12:42] '/u/AcidGatter' has given '/u/treverglitching' lambda!
+9536 [2020-03-14 17:13:35] There has been a new submission: 'MEGALOVANIA - Orchestrated this is a remix/orchestration that I did. Let me know what y’all think.', with flair 'Video Critique'
+9536 [2020-03-14 17:22:26] There has been a new submission: 'The Easiest Way To Enter Windows 10 Safe Mode', with flair 'Video Critique'
+9536 [2020-03-14 17:23:29] There has been a new submission: 'How to obtain Specialized license plate', with flair 'None'
+9536 [2020-03-14 17:23:31] /u/CC_unboxing had their submission removed for insufficient lambda.
+9536 [2020-03-14 17:49:19] There has been a new submission: 'I talk about 3 movies in 3 minutes. Have you seen any of them? Feedback appreciated.', with flair 'Video Critique'
+9536 [2020-03-14 18:06:10] There has been a new submission: 'Ight so I am new wondering if anyone can check out my channel and say what I can change', with flair 'Channel Review'
+9536 [2020-03-14 18:06:12] /u/Roben-hood had their submission removed for insufficient lambda.
+9760 [2020-03-14 18:07:11]
+####################
+[2020-03-14 18:07:11] RESTARTED
+####################
+
+9760 [2020-03-14 18:09:27] There has been a new submission: 'Metro Manila Community Quarantine/Lockdown has commenced on March 15 12AM', with flair 'Vlog'
+9760 [2020-03-14 18:09:28] /u/amazon1977 had their submission removed for insufficient lambda.
+9760 [2020-03-14 18:14:25] There has been a new submission: 'If I don't win with the card in the thumnail I lose... [Spanish content]', with flair 'Gaming'
+9760 [2020-03-14 18:19:45] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 2 - Mezuki Boss', with flair 'Gaming'
+9760 [2020-03-14 18:19:46] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+9760 [2020-03-14 18:23:15] There has been a new submission: 'I did a big fifa pack opening and it was one of the most successful pack openings I have actually ever soon.', with flair 'Gaming'
+9760 [2020-03-14 18:23:17] /u/infinite06 had their submission removed for insufficient lambda.
+9760 [2020-03-14 18:31:11] There has been a new submission: 'Searching for Video Ideas without voice', with flair 'Discussion'
+9760 [2020-03-14 18:36:08] There has been a new submission: 'Hi guys! I put a post up the other day and got some really good feedback and tips from everyone who commented so would like to see what you all think to this one!', with flair 'Gaming'
+9760 [2020-03-14 18:36:29] '/u/Nerdorina' has given '/u/aluskevics' lambda!
+9760 [2020-03-14 18:36:29] The OP received lambda too!
+9760 [2020-03-14 18:38:22] '/u/Nerdorina' has given '/u/PearTM' lambda!
+9760 [2020-03-14 18:39:09] '/u/Nerdorina' has given '/u/urbansophistication' lambda!
+9760 [2020-03-14 18:45:11] There has been a new submission: 'New small Youtube Channel reaching 100k milestone Lmk what you think?', with flair 'Channel Review'
+9760 [2020-03-14 18:45:13] /u/WeDaLabel had their submission removed for insufficient lambda.
+9760 [2020-03-14 18:51:01] There has been a new submission: 'These guys are growing SUPER quickly for their time on YT. Go support them!', with flair 'Gaming'
+9760 [2020-03-14 18:51:03] /u/StopBullying69 had their submission removed for insufficient lambda.
+9760 [2020-03-14 18:58:22] '/u/YTAverageGamer1' has given '/u/FreshAttention' lambda!
+9760 [2020-03-14 18:58:22] The OP received lambda too!
+9760 [2020-03-14 18:58:46] '/u/RoboOggy' has given '/u/DudeCringe' lambda!
+9760 [2020-03-14 18:59:37] '/u/RoboOggy' has given '/u/sohomcena' lambda!
+9760 [2020-03-14 19:00:09] '/u/RoboOggy' has given '/u/durhamskywriter' lambda!
+9760 [2020-03-14 19:00:23] '/u/RoboOggy' has given '/u/HughseyKL' lambda!
+9760 [2020-03-14 19:00:38] '/u/RoboOggy' has given '/u/mshordja' lambda!
+9760 [2020-03-14 19:00:53] '/u/RoboOggy' has given '/u/sigma2712' lambda!
+9760 [2020-03-14 19:01:07] '/u/RoboOggy' has given '/u/ragstorichy' lambda!
+9760 [2020-03-14 19:01:22] '/u/RoboOggy' has given '/u/tss230' lambda!
+9760 [2020-03-14 19:02:41] '/u/RoboOggy' has given '/u/heyiamandrew' lambda!
+9760 [2020-03-14 19:03:00] '/u/RoboOggy' has given '/u/kateandchristoph' lambda!
+9760 [2020-03-14 19:03:14] '/u/RoboOggy' has given '/u/The_Suited_Bird' lambda!
+9760 [2020-03-14 19:03:27] '/u/RoboOggy' has given '/u/PearTM' lambda!
+9760 [2020-03-14 19:03:44] '/u/Luketoob' has given '/u/giraffehippo23' lambda!
+9760 [2020-03-14 19:03:44] The OP received lambda too!
+9760 [2020-03-14 19:03:57] '/u/RoboOggy' has given '/u/TRIO-Stories' lambda!
+9760 [2020-03-14 19:04:13] '/u/RoboOggy' has given '/u/dtchaulk' lambda!
+9760 [2020-03-14 19:04:27] '/u/RoboOggy' has given '/u/treverglitching' lambda!
+9760 [2020-03-14 19:04:40] '/u/RoboOggy' has given '/u/Noobics' lambda!
+9760 [2020-03-14 19:05:02] '/u/RoboOggy' has given '/u/Rizmin' lambda!
+9760 [2020-03-14 19:05:36] '/u/mshordja' has given '/u/TheBubbleE1' lambda!
+9760 [2020-03-14 19:05:36] The OP received lambda too!
+9760 [2020-03-14 19:06:31] '/u/RoboOggy' has given '/u/Paragon_Play' lambda!
+9760 [2020-03-14 19:07:57] There has been a new submission: 'So I got into the idea of in camera transitions. Any tips so I can improve them?', with flair 'Video Critique'
+9760 [2020-03-14 19:13:20] '/u/RoboOggy' has given '/u/acstomi0212' lambda!
+9760 [2020-03-14 19:14:57] '/u/JudgeCreed' has given '/u/FreshAttention' lambda!
+9760 [2020-03-14 19:17:01] There has been a new submission: 'How You Can Do YouTube Full-Time With A Small Audience (YouTube business model I use explained)', with flair 'Video Critique'
+9760 [2020-03-14 19:17:34] '/u/heyiamandrew' has given '/u/acstomi0212' lambda!
+9760 [2020-03-14 19:17:34] The OP received lambda too!
+9760 [2020-03-14 19:20:22] There has been a new submission: 'The World's Top 10 Biggest Arms Importer Countries | From 1960 to 2020 | Fintech Analytics', with flair 'Art'
+9760 [2020-03-14 19:20:25] /u/FintechAnalytics had their submission removed for insufficient lambda.
+9760 [2020-03-14 19:20:50] There has been a new submission: 'A look back at the Justice League animated series and what made it awesome! Need some genuine feedback on editing and audio quality since I've tried my best here :)', with flair 'Video Critique'
+9760 [2020-03-14 19:22:28] There has been a new submission: 'I feel like some of you would find this interesting; not made by me!', with flair 'Discussion'
+9760 [2020-03-14 19:22:31] /u/PyrdePavkki had their submission removed for using the wrong flair.
+9760 [2020-03-14 19:34:27] There has been a new submission: 'A VERY EXPERIMENTAL VIDEO ... KIND OF SCARED OF THE FEEDBACK ..', with flair 'Video Critique'
+9760 [2020-03-14 19:42:39] There has been a new submission: '[Video Critique] for no reason but in my earlier reference to subscriber obsession and I was playing with cut software I made this. Dont conjure demons it will be okay', with flair 'Video Critique'
+9760 [2020-03-14 19:47:02] '/u/RoboOggy' has given '/u/Bernguz' lambda!
+9760 [2020-03-14 19:56:31] There has been a new submission: 'Any LAST MINUTE feedback on it? or whether or not you enjoyed it :-)', with flair 'Video Critique'
+9760 [2020-03-14 20:00:01] There has been a new submission: 'BEING COOL, IS UNCOOL. Watch if someone has ever made fun of you for doing youtube, or thought it wasnt ‘cool’', with flair 'Video Critique'
+9760 [2020-03-14 20:00:16] There has been a new submission: 'We tried the creeping reaper beef jerky and failed miserably it was so hot!! And we answered trivia questions!!', with flair 'None'
+9760 [2020-03-14 20:00:18] /u/joeistherealest had their submission removed for insufficient lambda.
+9760 [2020-03-14 20:05:49] '/u/Luketoob' has given '/u/Squwell' lambda!
+9896 [2020-03-14 20:07:11]
+####################
+[2020-03-14 20:07:11] RESTARTED
+####################
+
+9896 [2020-03-14 20:10:12] There has been a new submission: 'HI my name is Tyler aka yt/TylerFilmedThis. I am a small creator that just started and I have a 112 subscribers so far. ROAD TO 200 SUBS', with flair 'None'
+9896 [2020-03-14 20:10:15] /u/TheLifeOfTyler had their submission removed for insufficient lambda.
+9896 [2020-03-14 20:10:44] '/u/Mumski' has given '/u/Koidage' lambda!
+9896 [2020-03-14 20:10:44] The OP received lambda too!
+9896 [2020-03-14 20:11:57] '/u/Mumski' has given '/u/Supeelok99' lambda!
+9896 [2020-03-14 20:38:02] '/u/KamKashiiiYT' has given '/u/BreadZeppelinYT' lambda!
+9896 [2020-03-14 20:38:02] The OP received lambda too!
+9896 [2020-03-14 20:39:06] '/u/forgotmy_oldpassword' has given '/u/OfficialRar' lambda!
+9896 [2020-03-14 20:39:15] '/u/KamKashiiiYT' has given '/u/Luketoob' lambda!
+9896 [2020-03-14 20:40:43] '/u/forgotmy_oldpassword' has given '/u/UrbanSparkey543' lambda!
+9896 [2020-03-14 20:43:37] '/u/forgotmy_oldpassword' has given '/u/GulfCoastSmoke' lambda!
+9896 [2020-03-14 20:43:55] There has been a new submission: 'New Minecraft slowest speedrun world record!!!', with flair 'None'
+9896 [2020-03-14 20:43:57] /u/dudinso had their submission removed for insufficient lambda.
+9896 [2020-03-14 20:50:07] There has been a new submission: 'Corona And Zombs Royale', with flair 'Video Critique'
+9896 [2020-03-14 20:50:10] /u/fefefes had their submission removed for insufficient lambda.
+9896 [2020-03-14 21:07:11] There has been a new submission: 'Here are some cool Horror Funko Pops I got!!!', with flair 'Video Critique'
+9896 [2020-03-14 21:07:13] /u/esturner4000 had their submission removed for insufficient lambda.
+9896 [2020-03-14 21:10:24] There has been a new submission: '"Coronavirus Thought Process" - Feedback much appreciated!', with flair 'Channel Review'
+9896 [2020-03-14 21:10:26] /u/kloymusic had their submission removed for insufficient lambda.
+9896 [2020-03-14 21:13:04] There has been a new submission: 'The Return of Bruce Lee: No Cap. A comedy short', with flair 'Video Critique'
+9896 [2020-03-14 21:13:06] /u/DDJaxon had their submission removed for insufficient lambda.
+9896 [2020-03-14 21:15:11] '/u/Supeelok99' has given '/u/PearTM' lambda!
+9896 [2020-03-14 21:15:11] The OP received lambda too!
+9896 [2020-03-14 21:17:12] There has been a new submission: 'Advice needed badly. I stress, *badly.* Huge channel change, new business partners, but not sure if the changes were worth it. Feel free to rip my video up, no sugar coating needed!', with flair 'Video Critique'
+9896 [2020-03-14 21:21:06] '/u/FineappleFilms' has given '/u/TheArbinator' lambda!
+9896 [2020-03-14 21:22:30] '/u/YTAverageGamer1' has given '/u/BetaBradTv' lambda!
+9896 [2020-03-14 21:23:07] '/u/FineappleFilms' has given '/u/BreadZeppelinYT' lambda!
+9896 [2020-03-14 21:29:39] There has been a new submission: 'Manly P Hall: Magical Rites of Ancient Egypt Lecture', with flair 'Discussion'
+9896 [2020-03-14 21:29:40] /u/scoopry had their submission removed for using the wrong flair.
+9896 [2020-03-14 21:30:58] There has been a new submission: 'I was lucky enough to get featured on Davie504s channel ( don't know if you've heard of him, he's got a few subscribers) So I've done the only logical thing... A reaction video :D Check it out and let me know your thoughts.', with flair 'Channel Review'
+9896 [2020-03-14 21:38:03] There has been a new submission: 'LOW IQ MOMENTS (RAINBOW SIX SIEGE)', with flair 'Video Critique'
+9896 [2020-03-14 21:47:35] There has been a new submission: 'The Coronavirus is the hot topic of the moment. I have heard the stupidest things this last month, and thought I would do a compilation of them. Not because I'm minimizing the situation, but because I think we all need a good laugh right now...', with flair 'Video Critique'
+9896 [2020-03-14 21:47:36] /u/pria_khairul had their submission removed for insufficient lambda.
+9896 [2020-03-14 21:49:59] '/u/KamKashiiiYT' has given '/u/Powerless-Goat' lambda!
+10097 [2020-03-14 22:07:11]
+####################
+[2020-03-14 22:07:11] RESTARTED
+####################
+
+10097 [2020-03-14 22:13:06] There has been a new submission: 'Kumpletong listahan ng Infection disease cases sa Pilipinas umakyat sa 1...', with flair 'Vlog'
+10097 [2020-03-14 22:13:08] /u/amazon1977 had their submission removed for insufficient lambda.
+10097 [2020-03-14 22:24:45] There has been a new submission: 'Best COD player!!', with flair 'Gaming'
+10097 [2020-03-14 22:24:47] /u/Kool_newt had their submission removed for insufficient lambda.
+10097 [2020-03-14 22:26:27] There has been a new submission: 'Celebrity Tricky Questions: Guess The Star By Voice | HumanMeter', with flair 'None'
+10097 [2020-03-14 22:26:28] /u/IndividualGuide had their submission removed for insufficient lambda.
+10097 [2020-03-14 22:31:09] There has been a new submission: 'Seeking Feedback! Just started.', with flair 'Channel Review'
+10097 [2020-03-14 22:31:11] /u/Danielfaraj had their submission removed for insufficient lambda.
+10097 [2020-03-14 22:38:11] '/u/FineappleFilms' has given '/u/YourSexyCellMate' lambda!
+10097 [2020-03-14 22:39:10] '/u/FineappleFilms' has given '/u/catlessdog' lambda!
+10097 [2020-03-14 22:48:58] There has been a new submission: 'EMC CRAFT #1 *NEW* Grid', with flair 'Gaming'
+10097 [2020-03-14 22:48:59] /u/benolo020 had their submission removed for insufficient lambda.
+10097 [2020-03-14 22:57:31] '/u/BetaBradTv' has given '/u/YTAverageGamer1' lambda!
+10097 [2020-03-14 22:58:49] There has been a new submission: 'First QNA video | Question And Answers', with flair 'Collab'
+10097 [2020-03-14 22:58:50] /u/jamalviral had their submission removed for using the wrong flair.
+10097 [2020-03-14 23:07:48] '/u/BreadZeppelinYT' has given '/u/Luketoob' lambda!
+10097 [2020-03-14 23:07:48] The OP received lambda too!
+10097 [2020-03-14 23:08:31] '/u/Sipover' has given '/u/BetaBradTv' lambda!
+10097 [2020-03-14 23:08:31] The OP received lambda too!
+10097 [2020-03-14 23:12:29] '/u/BreadZeppelinYT' has given '/u/CompleteReason1' lambda!
+10097 [2020-03-14 23:14:13] '/u/dzondi92' has given '/u/TheBubbleE1' lambda!
+10097 [2020-03-14 23:14:13] The OP received lambda too!
+10097 [2020-03-14 23:18:15] There has been a new submission: 'HOW TO RAP(white people can rap too🙏🏼) has a fun time making this video. Hope it gives you a laugh at the least. Any feedback is appreciated 🌎🤍', with flair 'None'
+10097 [2020-03-14 23:18:16] /u/chazzjarvito had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:24:05] '/u/BreadZeppelinYT' has given '/u/Dog_Bit' lambda!
+10097 [2020-03-14 23:27:00] There has been a new submission: 'Animation about my experience playing middle school basketball', with flair 'Video Critique'
+10097 [2020-03-14 23:27:02] /u/aDudePerson had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:33:31] There has been a new submission: 'One simple question..', with flair 'Discussion'
+10097 [2020-03-14 23:36:03] There has been a new submission: 'No views, nothing what do you guys recommend?', with flair 'None'
+10097 [2020-03-14 23:36:05] /u/ShazaMerlin had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:36:58] There has been a new submission: 'FEEDBACK NEEDED -- Trying something brand new out and want to hear what you guys think. This type of video is way outside my comfort zone.', with flair 'Video Critique'
+10097 [2020-03-14 23:38:18] There has been a new submission: '[gaming] The rule is simple. !givelambda for a review!', with flair 'Channel Review'
+10097 [2020-03-14 23:40:19] There has been a new submission: 'Finally have High Quality video. Looking for any recommendations in regards anything that needs to be improved since I’m first starting out', with flair 'Video Critique'
+10097 [2020-03-14 23:40:21] /u/vProNade had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:45:03] There has been a new submission: 'Thanks for the Overwhelmingly positive feedback on my other videos :) So I wanted to see what people thought of my channel ALPHA BRAD. I do Video Game Review's, Top 10's and Video Game Analysis videos. Try to make them in a funny and unique way :)', with flair 'Channel Review'
+10097 [2020-03-14 23:51:42] There has been a new submission: 'My 50th YouTube Vlog. Am I up to level?', with flair 'Vlog'
+10097 [2020-03-14 23:51:44] /u/JeevanThapa had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:54:34] There has been a new submission: 'First vlog! Please check it out if you have a minute👌', with flair 'Vlog'
+10097 [2020-03-14 23:54:36] /u/bingeit had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:55:53] '/u/Sipover' has given '/u/Dog_Bit' lambda!
+10097 [2020-03-14 23:58:41] There has been a new submission: '3 guys absolutely losing it in discord (DON'T WATCH AT 11PM)', with flair 'Gaming'
+10097 [2020-03-14 23:58:42] /u/StopBullying69 had their submission removed for insufficient lambda.
+10097 [2020-03-14 23:59:37] '/u/modernaddiction' has given '/u/avamansouri' lambda!
+10097 [2020-03-14 23:59:37] The OP received lambda too!
+10097 [2020-03-15 00:00:45] '/u/modernaddiction' has given '/u/ongoingworlds' lambda!
+10097 [2020-03-15 00:01:01] '/u/modernaddiction' has given '/u/T-980' lambda!
+10097 [2020-03-15 00:05:50] There has been a new submission: 'President Marbas Sigil & Offerings', with flair 'Art'
+10097 [2020-03-15 00:05:52] /u/Heqet88 had their submission removed for insufficient lambda.
+10097 [2020-03-15 00:06:02] There has been a new submission: 'How To Make A YouTube Intro For Free In 2020 (Quick And Easy)', with flair 'Video Critique'
+10097 [2020-03-15 00:06:03] /u/jakelexie123 had their submission removed for insufficient lambda.
+10318 [2020-03-15 00:07:11]
+####################
+[2020-03-15 00:07:11] RESTARTED
+####################
+
+10318 [2020-03-15 00:16:30] There has been a new submission: 'this is my first video. please consider subscribing.', with flair 'Gaming'
+10318 [2020-03-15 00:16:32] /u/Thanossnap101 had their submission removed for insufficient lambda.
+10318 [2020-03-15 00:29:53] '/u/matthewwjoel' has given '/u/spotmain' lambda!
+10318 [2020-03-15 00:30:53] '/u/matthewwjoel' has given '/u/HotshotRaptor' lambda!
+10318 [2020-03-15 00:32:11] '/u/matthewwjoel' has given '/u/AceFilms44' lambda!
+10318 [2020-03-15 00:32:58] '/u/matthewwjoel' has given '/u/VatSD' lambda!
+10318 [2020-03-15 00:33:07] There has been a new submission: 'Lên phà', with flair 'Vlog'
+10318 [2020-03-15 00:33:09] /u/huynhdvq had their submission removed for insufficient lambda.
+10318 [2020-03-15 00:36:35] There has been a new submission: 'New Garry's Mod video. Made completely by myself. Just messing around really but I promise it's worth the watch. Message me if you'd be interested in helping me in the future.', with flair 'Gaming'
+10318 [2020-03-15 00:36:37] /u/BoBcabbage11 had their submission removed for insufficient lambda.
+10318 [2020-03-15 00:38:37] There has been a new submission: 'I made a custom bts bag and tried to sell it *oh no*', with flair 'Art'
+10318 [2020-03-15 00:38:38] /u/MarekIsSad had their submission removed for insufficient lambda.
+10318 [2020-03-15 00:42:21] '/u/RoboOggy' has given '/u/CrimsonWonders' lambda!
+10318 [2020-03-15 00:48:16] '/u/matthewwjoel' has given '/u/Gimlinho' lambda!
+10318 [2020-03-15 00:49:37] '/u/matthewwjoel' has given '/u/AnimuseVids' lambda!
+10318 [2020-03-15 00:51:28] '/u/matthewwjoel' has given '/u/Noobics' lambda!
+10318 [2020-03-15 00:52:49] '/u/matthewwjoel' has given '/u/TechAreUs' lambda!
+10318 [2020-03-15 00:54:30] '/u/matthewwjoel' has given '/u/azurestrikergamer' lambda!
+10318 [2020-03-15 00:56:09] '/u/matthewwjoel' has given '/u/kloymusic' lambda!
+10318 [2020-03-15 00:56:17] There has been a new submission: 'The Random Chimp Event Meme', with flair 'Channel Review'
+10318 [2020-03-15 00:56:18] /u/Asgearson had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:03:14] '/u/Dog_Bit' has given '/u/TheBoss414' lambda!
+10318 [2020-03-15 01:03:14] The OP received lambda too!
+10318 [2020-03-15 01:05:51] There has been a new submission: 'Made a satirical review about the new call of duty game. What do you think? lambda for useful feedback', with flair 'Video Critique'
+10318 [2020-03-15 01:07:27] There has been a new submission: 'Feedback Needed | What are your thoughts on this style of gaming videos? Will give Lambda to proper feedback', with flair 'Channel Review'
+10318 [2020-03-15 01:13:22] There has been a new submission: 'So far only apex + call of duty on the channel but it’s just the beginning.', with flair 'Gaming'
+10318 [2020-03-15 01:13:24] /u/HippyKingKzy had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:13:36] There has been a new submission: '"Canyon Reviews Persona 3 - No Spoilers" First video that I am genuinely proud of, would love feedback', with flair 'Gaming'
+10318 [2020-03-15 01:13:38] /u/TehGrand had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:21:38] There has been a new submission: 'Please check my video, feedback on everything seen. Considering new editing path.', with flair 'Channel Review'
+10318 [2020-03-15 01:21:40] /u/FierceBadgaaaah1 had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:26:31] There has been a new submission: 'Playboi Carti Memes And Lil Uzi Memes That Ended The Beef', with flair 'Art'
+10318 [2020-03-15 01:26:32] /u/midget-hunter had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:30:50] There has been a new submission: 'You can do it.', with flair 'Discussion'
+10318 [2020-03-15 01:35:55] There has been a new submission: 'I’ve made a few videos like this where me and some friends screw about in various different games', with flair 'Gaming'
+10318 [2020-03-15 01:35:57] /u/SSwankyturtle had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:38:57] '/u/TheBoss414' has given '/u/Danielfaraj' lambda!
+10318 [2020-03-15 01:38:57] The OP received lambda too!
+10318 [2020-03-15 01:39:43] '/u/TheBoss414' has given '/u/MarkRufus' lambda!
+2316 [2020-03-15 01:41:37] Updated statistics
+10318 [2020-03-15 01:42:52] There has been a new submission: 'i post almost weekly videos about smash meme montages if you enjoy smash ultimate and memes this is the place to go', with flair 'None'
+10318 [2020-03-15 01:42:54] /u/SDdragonflame1000 had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:45:20] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+10318 [2020-03-15 01:45:22] /u/TheRealBluefire had their submission removed for insufficient lambda.
+10318 [2020-03-15 01:56:56] There has been a new submission: 'Gaming Channel Type videos', with flair 'Video Critique'
+10318 [2020-03-15 01:56:57] /u/randomsquarexD had their submission removed for insufficient lambda.
+10318 [2020-03-15 02:02:10] '/u/uNEEDaMEME' has given '/u/qzeqYT' lambda!
+10318 [2020-03-15 02:02:10] The OP received lambda too!
+10458 [2020-03-15 02:07:12]
+####################
+[2020-03-15 02:07:12] RESTARTED
+####################
+
+10458 [2020-03-15 02:19:40] There has been a new submission: 'I would really appreciate it of you could watch this and give me your feedback on things you liked and things i could approve on!! Thank you and have a great day!!!', with flair 'Gaming'
+10458 [2020-03-15 02:19:41] /u/___Strings___ had their submission removed for insufficient lambda.
+10458 [2020-03-15 02:24:41] '/u/whataboi_rd' has given '/u/Dog_Bit' lambda!
+10458 [2020-03-15 02:24:42] The OP received lambda too!
+10458 [2020-03-15 02:24:59] '/u/whataboi_rd' has given '/u/midget-hunter' lambda!
+10458 [2020-03-15 02:26:47] '/u/whataboi_rd' has given '/u/Danielfaraj' lambda!
+10458 [2020-03-15 02:31:00] '/u/whataboi_rd' has given '/u/Dharen29YT' lambda!
+10458 [2020-03-15 02:31:57] '/u/whataboi_rd' has given '/u/NocturnalFudj' lambda!
+10458 [2020-03-15 02:56:34] '/u/FineappleFilms' has given '/u/SamFuna3421' lambda!
+10458 [2020-03-15 03:01:02] '/u/jaxtnh' has given '/u/BillyBoyGerman' lambda!
+10458 [2020-03-15 03:18:58] There has been a new submission: 'Watch Onward Full Movie', with flair 'Channel Review'
+10458 [2020-03-15 03:18:59] /u/DragonsKingYTsub had their submission removed for insufficient lambda.
+10458 [2020-03-15 03:23:36] '/u/SamFuna3421' has given '/u/CrimsonWonders' lambda!
+10458 [2020-03-15 03:26:14] '/u/KamKashiiiYT' has given '/u/SamFuna3421' lambda!
+10458 [2020-03-15 03:40:15] '/u/TheBoss414' has given '/u/headchala1986' lambda!
+10458 [2020-03-15 03:46:34] There has been a new submission: 'I start production on my 2020 rewind this week! Here's the 2019 one, feel free to provide feedback as I know it's not the best.', with flair 'Meta'
+10458 [2020-03-15 03:46:35] /u/holasenortrump had their submission removed for using the wrong flair.
+10458 [2020-03-15 03:48:46] There has been a new submission: 'Worlds Dangerous Serial Killers', with flair 'Discussion'
+10458 [2020-03-15 03:48:47] /u/nyawpaws had their submission removed for using the wrong flair.
+10458 [2020-03-15 03:51:20] There has been a new submission: 'World's Dangerous Serial Killers', with flair 'Video Critique'
+10458 [2020-03-15 03:51:22] /u/nyawpaws had their submission removed for insufficient lambda.
+10458 [2020-03-15 03:54:52] There has been a new submission: 'Uploaded my first video after 6 years', with flair 'Video Critique'
+10458 [2020-03-15 03:54:54] /u/reginaldrach had their submission removed for insufficient lambda.
+10458 [2020-03-15 03:59:57] '/u/TheBoss414' has given '/u/TehGrand' lambda!
+10458 [2020-03-15 04:00:22] '/u/TheBoss414' has given '/u/HughseyKL' lambda!
+10458 [2020-03-15 04:02:31] There has been a new submission: '“Canyon Reviews Persona 3 - No spoilers” Feedback appreciates', with flair 'Gaming'
+10458 [2020-03-15 04:05:20] There has been a new submission: 'I’m live on YouTube', with flair 'Gaming'
+10458 [2020-03-15 04:05:21] /u/Saucexgaming had their submission removed for insufficient lambda.
+10597 [2020-03-15 04:07:12]
+####################
+[2020-03-15 04:07:12] RESTARTED
+####################
+
+10597 [2020-03-15 04:19:02] There has been a new submission: 'Tell me what you think of my gameplay footage of a popular app called battle cats and enjoy ems new masterpiece Godzilla!', with flair 'Video Critique'
+10597 [2020-03-15 04:26:33] There has been a new submission: 'Made a Destiny 2 video with my clan mates! What do you guys think?', with flair 'Gaming'
+10597 [2020-03-15 04:26:34] /u/Hayden-King01 had their submission removed for insufficient lambda.
+10597 [2020-03-15 04:34:32] There has been a new submission: 'This show inspired me to plan a trip to Antarctica, here is why. If you were to check this video out or my channel I would really appreciate it. :)', with flair 'Channel Review'
+10597 [2020-03-15 04:34:34] /u/andresalfaro1902 had their submission removed for insufficient lambda.
+10597 [2020-03-15 04:43:54] There has been a new submission: 'That’s me', with flair 'None'
+10597 [2020-03-15 04:43:56] /u/Memeking117 had their submission removed for insufficient lambda.
+10597 [2020-03-15 04:46:04] There has been a new submission: 'Video Review,Also Tutorial', with flair 'Video Critique'
+10597 [2020-03-15 04:48:10] '/u/sohomcena' has given '/u/BetaBradTv' lambda!
+10597 [2020-03-15 04:48:10] The OP received lambda too!
+10597 [2020-03-15 04:52:03] '/u/OfficialRar' has given '/u/LyadhkhorStrategist' lambda!
+10597 [2020-03-15 04:52:03] The OP received lambda too!
+10597 [2020-03-15 04:58:07] There has been a new submission: 'Hey everyone! I created a video about H3VR! It took forever to edit so I would appreciate any feedback!', with flair 'Gaming'
+10597 [2020-03-15 05:04:34] There has been a new submission: 'Is Spotify becoming Pay-To-Win?', with flair 'Video Critique'
+10597 [2020-03-15 05:09:36] There has been a new submission: 'Tren pha', with flair 'Vlog'
+10597 [2020-03-15 05:09:37] /u/huynhdvq had their submission removed for insufficient lambda.
+10597 [2020-03-15 05:11:17] There has been a new submission: 'Kentay tren pha', with flair 'Vlog'
+10597 [2020-03-15 05:11:19] /u/huynhdvq had their submission removed for insufficient lambda.
+10597 [2020-03-15 06:03:07] There has been a new submission: 'Hey everyone here's my new video', with flair 'Channel Review'
+10597 [2020-03-15 06:03:09] /u/Nutronic had their submission removed for insufficient lambda.
+10597 [2020-03-15 06:05:09] There has been a new submission: 'Channel Ideas', with flair 'Discussion'
+10732 [2020-03-15 06:07:12]
+####################
+[2020-03-15 06:07:12] RESTARTED
+####################
+
+10732 [2020-03-15 06:17:27] '/u/shaunyoong' has given '/u/rievhardt' lambda!
+10732 [2020-03-15 06:21:42] There has been a new submission: 'Feedback Needed! My channel is HipHop Production. Aside from using TubeBuddy to find non-competitive high volume search terms, and using current topics in Rap-HipHop Music. What else can I add to my channel.', with flair 'Channel Review'
+10732 [2020-03-15 06:21:44] /u/ToneOnTheTrack had their submission removed for insufficient lambda.
+10732 [2020-03-15 06:43:08] There has been a new submission: 'Story Time: Skateboard Tragedy', with flair 'Vlog'
+10732 [2020-03-15 06:43:09] /u/BennettPlays had their submission removed for insufficient lambda.
+10732 [2020-03-15 06:44:42] '/u/HughseyKL' has given '/u/mikalburr' lambda!
+10732 [2020-03-15 06:44:42] The OP received lambda too!
+10732 [2020-03-15 06:49:28] '/u/HughseyKL' has given '/u/user9774' lambda!
+10732 [2020-03-15 06:49:50] There has been a new submission: '(i need Feedback) (thank you) Best Tik tok CANDY SHOP Compilation | tiktok trend 2020, tik tok new best trend compilations', with flair 'Meta'
+10732 [2020-03-15 06:49:51] /u/fagi007 had their submission removed for using the wrong flair.
+10732 [2020-03-15 07:05:55] There has been a new submission: '(i need Feedback) (Thank you) Best Tik tok CANDY SHOP Compilation | tiktok trend 2020, tik tok new best trend compilations', with flair 'Channel Review'
+10732 [2020-03-15 07:05:57] /u/fagi007 had their submission removed for insufficient lambda.
+10732 [2020-03-15 07:08:17] There has been a new submission: 'A new YouTube Channel', with flair 'Gaming'
+10732 [2020-03-15 07:08:18] /u/OfficialShradic had their submission removed for insufficient lambda.
+10732 [2020-03-15 07:15:11] There has been a new submission: 'Looking to grow my channel just posted a gaming video yesterday just need a little help to say what I can improve on', with flair 'Gaming'
+10732 [2020-03-15 07:15:13] /u/KarneetoeYT had their submission removed for insufficient lambda.
+10732 [2020-03-15 07:15:24] There has been a new submission: 'Is Minecraft A Game? Using University theory to debate how Minecraft may *technically* not be a game. Will give Lambda to all *legitimate* feedback! :)', with flair 'Video Critique'
+10732 [2020-03-15 07:28:00] There has been a new submission: 'GTA V | Wrestling Ragdolls Compilation #1 (With Commentary)', with flair 'Gaming'
+10732 [2020-03-15 07:28:02] /u/GTAVMYTHUNTER123 had their submission removed for insufficient lambda.
+10732 [2020-03-15 07:46:34] There has been a new submission: 'GTA V Fails And Wins #1 (Extreme Moments Compilation)', with flair 'Vlog'
+10732 [2020-03-15 07:46:35] /u/GTAVMYTHUNTER123 had their submission removed for insufficient lambda.
+11186 [2020-03-15 08:07:12]
+####################
+[2020-03-15 08:07:12] RESTARTED
+####################
+
+11186 [2020-03-15 08:20:02] There has been a new submission: 'British plugs are the amazing - Which subreddit should I post this to?', with flair 'Video Critique'
+11186 [2020-03-15 08:20:16] '/u/Henry_does' has given '/u/Monarch_Meow' lambda!
+11186 [2020-03-15 08:20:16] The OP received lambda too!
+11186 [2020-03-15 08:22:16] '/u/OfficialRar' has given '/u/FreshAttention' lambda!
+11186 [2020-03-15 08:41:00] There has been a new submission: 'Hey me and my friends are trying to be a up and coming gaming YouTube channel any feedback is appreciated', with flair 'Gaming'
+11186 [2020-03-15 08:41:03] /u/gregngrey had their submission removed for insufficient lambda.
+11186 [2020-03-15 09:16:58] '/u/matthewwjoel' has given '/u/beckyfiddeli' lambda!
+11186 [2020-03-15 09:21:09] There has been a new submission: 'Changes on old videos can make a difference!', with flair 'Discussion'
+11186 [2020-03-15 09:24:46] There has been a new submission: 'Award winner short', with flair 'Art'
+11186 [2020-03-15 09:24:47] /u/farshadmohiti had their submission removed for insufficient lambda.
+11186 [2020-03-15 09:50:22] There has been a new submission: 'CONFIRM CASES BY COUNTRY LIVE UPDATE (MARCH 15 2020) | Minami Oroi', with flair 'Channel Review'
+11186 [2020-03-15 09:50:24] /u/amazon1977 had their submission removed for insufficient lambda.
+11186 [2020-03-15 09:50:37] There has been a new submission: 'My newest video shares my 10 min routine in splits, give this a try if you are also working on yours:)', with flair 'Channel Review'
+11186 [2020-03-15 09:50:40] /u/Prestigious_Writer had their submission removed for insufficient lambda.
+11186 [2020-03-15 10:04:01] There has been a new submission: 'I made a little animation (how do you think I could improve?)', with flair 'Video Critique'
+11186 [2020-03-15 10:04:03] /u/M1LLISEC_243 had their submission removed for insufficient lambda.
+11186 [2020-03-15 10:06:46] There has been a new submission: 'RoadTrip FoodTrip: Season 2 Episode 1 (Mang Raul's BBQ Haus & Chino Lati...', with flair 'Vlog'
+11186 [2020-03-15 10:06:47] /u/FixieHead_Paul had their submission removed for insufficient lambda.
+11321 [2020-03-15 10:07:12]
+####################
+[2020-03-15 10:07:12] RESTARTED
+####################
+
+11321 [2020-03-15 10:13:00] '/u/Henry_does' has given '/u/jaxtnh' lambda!
+11321 [2020-03-15 10:18:22] '/u/VreaL37' has given '/u/Powerless-Goat' lambda!
+11321 [2020-03-15 10:18:22] The OP received lambda too!
+11321 [2020-03-15 10:20:27] '/u/VreaL37' has given '/u/Danielfaraj' lambda!
+11321 [2020-03-15 10:28:51] There has been a new submission: 'Hello guys. This is a little tutorial i made for fo76 on the spawn. I want to make a non comentary channel. Any tips and is it understandable what to do in this video?', with flair 'Video Critique'
+11321 [2020-03-15 10:34:19] There has been a new submission: 'What do people actually want', with flair 'Discussion'
+11321 [2020-03-15 11:36:48] There has been a new submission: 'I made a Skyrim "in real life" video for my film class. I hope you guys enjoy it!', with flair 'Gaming'
+11321 [2020-03-15 11:36:49] /u/Tdog437 had their submission removed for insufficient lambda.
+11321 [2020-03-15 11:54:33] There has been a new submission: 'The Cops Went on Strike in Sims 4! (Let Me Know What I could Improve)', with flair 'Video Critique'
+11457 [2020-03-15 12:07:12]
+####################
+[2020-03-15 12:07:12] RESTARTED
+####################
+
+11457 [2020-03-15 12:12:58] There has been a new submission: 'Office For Men vs Date For Men', with flair 'None'
+11457 [2020-03-15 12:13:00] /u/Derbyboyuk had their submission removed for insufficient lambda.
+11457 [2020-03-15 12:17:58] '/u/Sipover' has given '/u/RoboOggy' lambda!
+11457 [2020-03-15 12:33:25] There has been a new submission: 'Video I made, criticism allowed', with flair 'Art'
+11457 [2020-03-15 12:33:27] /u/MidoriMonki had their submission removed for insufficient lambda.
+11457 [2020-03-15 12:33:38] There has been a new submission: 'I start making football bar chart race. What do yoou think?', with flair 'Video Critique'
+11457 [2020-03-15 12:33:41] /u/TineTinaMfm had their submission removed for insufficient lambda.
+11457 [2020-03-15 12:37:10] There has been a new submission: 'Dealing with Hecklers', with flair 'Discussion'
+11457 [2020-03-15 12:52:22] There has been a new submission: 'Analysing YouTube Lessons We Can All Learn From Charisma On Command's YouTube Channel (Over 3mil subs)', with flair 'Video Critique'
+11457 [2020-03-15 13:11:48] '/u/Wayne-R-T-S' has given '/u/modernaddiction' lambda!
+11457 [2020-03-15 13:11:48] The OP received lambda too!
+11457 [2020-03-15 13:12:42] '/u/Wayne-R-T-S' has given '/u/kateandchristoph' lambda!
+11457 [2020-03-15 13:15:15] There has been a new submission: 'New week, new opportunities - let's do this! 💪', with flair 'Video Critique'
+11457 [2020-03-15 13:15:17] /u/modernaddiction had their submission removed for insufficient lambda.
+11457 [2020-03-15 13:16:03] There has been a new submission: 'New week, new opportunities - let's do this! 💪', with flair 'Discussion'
+11457 [2020-03-15 13:21:08] '/u/DraKBorG' has given '/u/BananaMilkeu' lambda!
+11457 [2020-03-15 13:21:08] The OP received lambda too!
+11457 [2020-03-15 13:21:55] '/u/Luketoob' has given '/u/Apple-of-the-earths' lambda!
+11457 [2020-03-15 13:21:55] The OP received lambda too!
+11457 [2020-03-15 13:32:12] '/u/tss230' has given '/u/beckyfiddeli' lambda!
+11457 [2020-03-15 13:32:31] '/u/tss230' has given '/u/ekaaaans' lambda!
+11457 [2020-03-15 13:38:14] There has been a new submission: 'My favourite shots on my GoPro - Lemme know what i can improve, or make it more interesting. Lambda to helpful feedback!', with flair 'Video Critique'
+11457 [2020-03-15 13:45:06] '/u/Wayne-R-T-S' has given '/u/Taz-The-Yorkie' lambda!
+11457 [2020-03-15 13:47:26] {ERROR} received 503 HTTP response
+11457 [2020-03-15 13:48:56] {ERROR} received 503 HTTP response
+11623 [2020-03-15 14:07:12]
+####################
+[2020-03-15 14:07:12] RESTARTED
+####################
+
+11623 [2020-03-15 14:07:40] '/u/Wayne-R-T-S' has given '/u/Careless_Pickle1' lambda!
+11623 [2020-03-15 14:07:45] '/u/TheJustindsd' has given '/u/Tdog437' lambda!
+11623 [2020-03-15 14:07:45] The OP received lambda too!
+11623 [2020-03-15 14:07:50] '/u/TheJustindsd' has given '/u/Apple-of-the-earths' lambda!
+11623 [2020-03-15 14:07:55] '/u/Wayne-R-T-S' has given '/u/buzzcutspeed' lambda!
+11623 [2020-03-15 14:08:26] There has been a new submission: 'Posted a new vlog on my Youtube channel yesterday. What do you think can be improved? P.S. THANK YOU FOR 500 subscribers!', with flair 'Video Critique'
+11623 [2020-03-15 14:08:37] There has been a new submission: 'Recently I shut down my coffee roastery so I can regroup and plan out my next attack. Sometimes you have to take a step back to get to the next chapter. Looking forward to the future! We got this!', with flair 'None'
+11623 [2020-03-15 14:08:38] /u/RobPirieCedarOta had their submission removed for insufficient lambda.
+11623 [2020-03-15 14:12:32] '/u/TheJustindsd' has given '/u/shaunyoong' lambda!
+11623 [2020-03-15 14:15:23] There has been a new submission: 'Am I a Bad Person? - The BuzzFeed Saga pt 3 ; I'm almost at a 100 subs you guys!!!', with flair 'Video Critique'
+11623 [2020-03-15 14:29:59] There has been a new submission: 'Delete Reddit account with 🅱️-Series copyright. :)', with flair 'Channel Review'
+11623 [2020-03-15 14:34:21] There has been a new submission: 'I've made a short & funny video about a topic we all know: YouTube titles! Let me know what you think, I appreciate every feedback!', with flair 'Video Critique'
+11623 [2020-03-15 14:34:31] There has been a new submission: 'I spent a week traveling around some of the most stunning parts of Scotland in a 44 ton artic, what do you guys think of the video?', with flair 'Vlog'
+11623 [2020-03-15 14:34:33] /u/Exceptforaccess had their submission removed for insufficient lambda.
+11623 [2020-03-15 14:49:15] There has been a new submission: 'For those who are bored during the coronavirus quarantine', with flair 'None'
+11623 [2020-03-15 14:49:16] /u/Gaming_Soup had their submission removed for insufficient lambda.
+11623 [2020-03-15 14:56:43] There has been a new submission: 'I have a hard time making videos while im still in school. They take time editing and I know I have potential. My family is not that rich and im trying to break that cycle by helping my family financially. If you like my videos consider subscribing!', with flair 'Gaming'
+11623 [2020-03-15 14:56:44] /u/Scorpion_Official had their submission removed for insufficient lambda.
+11623 [2020-03-15 14:57:17] '/u/Sipover' has given '/u/kdzplays' lambda!
+11623 [2020-03-15 15:09:17] There has been a new submission: 'Fun facts about my girlfriend | Leah Chen's Vlog', with flair 'Vlog'
+11623 [2020-03-15 15:09:18] /u/leashaw had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:12:44] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 3 - The Beast Born of Smoke and Flames', with flair 'Gaming'
+11623 [2020-03-15 15:12:46] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:15:17] There has been a new submission: 'Reviewing Music That No One Listens To', with flair 'Video Critique'
+11623 [2020-03-15 15:15:19] /u/Grizzly_ENT had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:19:17] There has been a new submission: '(2ITB) Resident Evil 5 Co-op Let's Play Episode/Part 2 Gameplay Walkthrough', with flair 'None'
+11623 [2020-03-15 15:19:17] /u/loopy2mn had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:19:54] '/u/NocturnalFudj' has given '/u/Gaming_Soup' lambda!
+11623 [2020-03-15 15:19:54] The OP received lambda too!
+11623 [2020-03-15 15:24:24] There has been a new submission: ''Sarcastic Gaming Youtuber Starter Pack', It's a parody of all the worst gaming stereotypes and I'd love to hear your feedback! Lambda for any help!', with flair 'Video Critique'
+11623 [2020-03-15 15:27:17] '/u/shaunyoong' has given '/u/JenniferMatthew' lambda!
+11623 [2020-03-15 15:27:17] The OP received lambda too!
+11623 [2020-03-15 15:37:37] There has been a new submission: 'Minecraft 🕹 | Como no construir en Minecraft Build Battle en 1.15.2 ⚔️ |...', with flair 'Gaming'
+11623 [2020-03-15 15:37:38] /u/SladeRubio had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:37:52] There has been a new submission: 'This video actually did pretty well, was finding it hard to get views lately but if you make videos on trending topics can increase views and maybe subscribers', with flair 'Vlog'
+11623 [2020-03-15 15:37:53] /u/mikehav96 had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:41:20] There has been a new submission: 'Hey guy I'm starting the new channel wall street video is about life hacks this video is for to make your life easier and help you do stuff easily i have given simple 3 minute remidy video just about if you wanna find about it go visit the link.', with flair 'Video Critique'
+11623 [2020-03-15 15:41:22] /u/jxyant had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:41:35] There has been a new submission: 'I'm working on improving my editing and sit down video style. Let me know what you think.', with flair 'Video Critique'
+11623 [2020-03-15 15:53:08] There has been a new submission: 'I have decided to come back after a long hiatus, and I am making music (piano beats and songs)', with flair 'Video Critique'
+11623 [2020-03-15 15:53:10] /u/thekobefannumber8 had their submission removed for insufficient lambda.
+11623 [2020-03-15 15:53:27] There has been a new submission: 'Molana Ne Hawai Safar Kay Doran Aisa Kia Dekha Keh Heran Reh Gaye | Tari...', with flair 'Discussion'
+11623 [2020-03-15 15:53:28] /u/msufwan had their submission removed for using the wrong flair.
+11623 [2020-03-15 16:01:44] '/u/whataboi_rd' has given '/u/CosmicOctober' lambda!
+11623 [2020-03-15 16:02:16] '/u/whataboi_rd' has given '/u/HumperTrooper15' lambda!
+11623 [2020-03-15 16:02:54] '/u/whataboi_rd' has given '/u/Rizmin' lambda!
+11623 [2020-03-15 16:03:42] '/u/whataboi_rd' has given '/u/Inferno1062' lambda!
+11758 [2020-03-15 16:07:12]
+####################
+[2020-03-15 16:07:12] RESTARTED
+####################
+
+11758 [2020-03-15 16:08:12] '/u/BananaMilkeu' has given '/u/JenniferMatthew' lambda!
+11758 [2020-03-15 16:08:12] The OP received lambda too!
+11758 [2020-03-15 16:12:17] '/u/Wayne-R-T-S' has given '/u/EngineeringJuice' lambda!
+11758 [2020-03-15 16:23:33] There has been a new submission: 'Feeding The Unused by Riot of the Hot Pink Ukulele', with flair 'Art'
+11758 [2020-03-15 16:23:35] /u/JesseAI had their submission removed for insufficient lambda.
+11758 [2020-03-15 16:27:07] '/u/Wayne-R-T-S' has given '/u/rievhardt' lambda!
+11758 [2020-03-15 16:27:19] '/u/Wayne-R-T-S' has given '/u/fiercelittlebird' lambda!
+11758 [2020-03-15 16:27:25] There has been a new submission: 'Modern warfare exe gameplay', with flair 'None'
+11758 [2020-03-15 16:27:26] /u/CloakwarlordYT had their submission removed for insufficient lambda.
+11758 [2020-03-15 16:32:44] There has been a new submission: 'Feedback for Feedback! Lambda for good feedback AND will check out your channel! We grow together :)', with flair 'Video Critique'
+11758 [2020-03-15 16:33:26] '/u/SsSamuelr' has given '/u/JenniferMatthew' lambda!
+11758 [2020-03-15 16:33:26] The OP received lambda too!
+11758 [2020-03-15 16:42:56] There has been a new submission: 'PINBALL FX3 - Sorcerer’s Lair', with flair 'Gaming'
+11758 [2020-03-15 16:43:10] There has been a new submission: 'I’m a gaming channel with memes. Just trying my best. Enjoy!', with flair 'None'
+11758 [2020-03-15 16:43:12] /u/MasterVG64 had their submission removed for insufficient lambda.
+11758 [2020-03-15 16:44:04] '/u/Wayne-R-T-S' has given '/u/addanow' lambda!
+11758 [2020-03-15 16:53:49] There has been a new submission: 'Vlog of a Dutch girl in Germany - Seeing Some Of The City Winterberg - Day 2 (June 2019)', with flair 'Vlog'
+11758 [2020-03-15 16:53:51] /u/FruitGirl1994 had their submission removed for insufficient lambda.
+11758 [2020-03-15 16:54:06] There has been a new submission: 'So I have listened! And i think i have incorporated? I would love all the feedback you guys have as im really trying to improve my content and channel!', with flair 'Video Critique'
+11758 [2020-03-15 16:54:27] '/u/acstomi0212' has given '/u/JenniferMatthew' lambda!
+11758 [2020-03-15 16:54:27] The OP received lambda too!
+11758 [2020-03-15 16:58:32] There has been a new submission: 'The Lost Hero Needs Improving', with flair 'Video Critique'
+11758 [2020-03-15 16:58:33] /u/AHealthyDoseofFran had their submission removed for insufficient lambda.
+11758 [2020-03-15 17:11:19] '/u/acstomi0212' has given '/u/DudeCringe' lambda!
+11758 [2020-03-15 17:14:04] There has been a new submission: 'The 13 most popular YT video categories', with flair 'Discussion'
+11758 [2020-03-15 17:17:56] There has been a new submission: 'The 13 most popular types of videos on YouTube [DISCUSSION]', with flair 'Discussion'
+11758 [2020-03-15 17:18:02] There has been a new submission: 'If you like Call Of Duty Mobile please do subscribe. My Call Of Duty Mobile Gaming YouTube Channel', with flair 'Gaming'
+11758 [2020-03-15 17:18:03] /u/akhilanoop30 had their submission removed for insufficient lambda.
+11758 [2020-03-15 17:40:51] There has been a new submission: 'How Is New York City Being Effected By Coronavirus? (Let me know what you think, Lambda will be given for feedback. Thanks!)', with flair 'Video Critique'
+11758 [2020-03-15 17:42:48] '/u/Danielfaraj' has given '/u/WhatMakeArt' lambda!
+11758 [2020-03-15 17:42:48] The OP received lambda too!
+11758 [2020-03-15 17:43:49] There has been a new submission: 'Call of duty Warzone-Let's get it!', with flair 'Channel Review'
+11758 [2020-03-15 17:43:51] /u/AdrianDrondoe had their submission removed for insufficient lambda.
+11758 [2020-03-15 17:50:59] There has been a new submission: 'Idea for My Next 3 Video Contests (Please Give Feedback)', with flair 'Video Critique'
+11758 [2020-03-15 17:52:59] There has been a new submission: 'Sub for sub livestream', with flair 'Vlog'
+11758 [2020-03-15 17:53:01] /u/YungAgentK had their submission removed for insufficient lambda.
+11758 [2020-03-15 17:59:57] '/u/SsSamuelr' has given '/u/WhatMakeArt' lambda!
+11758 [2020-03-15 18:07:05] There has been a new submission: 'MORTAL COMBAT VS DC UNIVERSE FULL MOVIE', with flair 'None'
+11758 [2020-03-15 18:07:07] /u/epicrealm2 had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:07:12]
+####################
+[2020-03-15 18:07:12] RESTARTED
+####################
+
+12265 [2020-03-15 18:12:29] There has been a new submission: 'TOP tram crash compilation in Russia', with flair 'Channel Review'
+12265 [2020-03-15 18:12:31] /u/Thessauruss had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:12:59] '/u/TheBubbleE1' has given '/u/lieutenatdan' lambda!
+12265 [2020-03-15 18:12:59] The OP received lambda too!
+12265 [2020-03-15 18:13:12] '/u/TheBubbleE1' has given '/u/Luketoob' lambda!
+12265 [2020-03-15 18:15:44] '/u/Danielfaraj' has given '/u/aLeakyAbstraction' lambda!
+12265 [2020-03-15 18:20:44] There has been a new submission: 'I made a new video', with flair 'Gaming'
+12265 [2020-03-15 18:20:46] /u/Anrew753 had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:22:28] There has been a new submission: ''The Rise, Fall and Decay of Bloons Tower Defense Battles.' Def up there for one of my best videos, any (constructive) feedback would be helpful.', with flair 'Video Critique'
+12265 [2020-03-15 18:22:30] /u/JoffyAgain had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:35:31] There has been a new submission: 'I’m looking for some feedback', with flair 'Video Critique'
+12265 [2020-03-15 18:35:32] /u/mmkr2 had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:36:02] There has been a new submission: 'A friend did all the animation by hand on this is (7:13)', with flair 'Video Critique'
+12265 [2020-03-15 18:36:04] /u/Enlighten69 had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:37:28] '/u/TheJustindsd' has given '/u/Bignutbaku' lambda!
+12265 [2020-03-15 18:39:37] '/u/Danielfaraj' has given '/u/AHeroBlade' lambda!
+12265 [2020-03-15 18:40:47] '/u/Danielfaraj' has given '/u/Wayne-R-T-S' lambda!
+12265 [2020-03-15 18:43:33] '/u/JenniferMatthew' has given '/u/Wayne-R-T-S' lambda!
+12265 [2020-03-15 18:43:33] The OP received lambda too!
+12265 [2020-03-15 18:43:42] There has been a new submission: 'Can I get some feedback on my latest video? I want to improve where I can but I am looking for feedback so I know where I need to improve things.', with flair 'Video Critique'
+12265 [2020-03-15 18:43:44] /u/the_revenant_balor had their submission removed for insufficient lambda.
+12265 [2020-03-15 18:45:16] '/u/mshordja' has given '/u/DudeCringe' lambda!
+12265 [2020-03-15 18:59:28] There has been a new submission: 'Funny Fortnite gameplay video! Took me a lot of time and effort to make!', with flair 'Gaming'
+12265 [2020-03-15 18:59:29] /u/GokuuPlaysGames had their submission removed for insufficient lambda.
+12265 [2020-03-15 19:09:10] '/u/R_Hanna' has given '/u/acstomi0212' lambda!
+12265 [2020-03-15 19:09:10] The OP received lambda too!
+12265 [2020-03-15 19:15:14] '/u/Wayne-R-T-S' has given '/u/bestofalex' lambda!
+12265 [2020-03-15 19:16:06] There has been a new submission: 'Spongebob Squarepants Movie Game Retrospective. I've been improving slowly since I started takin youtube serious in February. 41 subs then so i hope the growth continues. Any feedback welcome.', with flair 'Gaming'
+12265 [2020-03-15 19:17:42] There has been a new submission: 'SNIPER GHOST WARRIOR FULL MOVIE', with flair 'None'
+12265 [2020-03-15 19:17:43] /u/epicrealm2 had their submission removed for insufficient lambda.
+12265 [2020-03-15 19:23:53] There has been a new submission: 'Please check out my latest Resident Evil 7 Video. Any and all helpful feedback will get Lambda!', with flair 'Gaming'
+12265 [2020-03-15 19:26:44] '/u/JenniferMatthew' has given '/u/acstomi0212' lambda!
+12265 [2020-03-15 19:34:07] There has been a new submission: 'I've made a short & funny video about a topic we all know: YouTube titles! Let me know what you think, I appreciate every feedback so I'll give you LAMBDA in exchange for a relevant comment!', with flair 'Video Critique'
+12265 [2020-03-15 19:42:11] '/u/Adzic254' has given '/u/acstomi0212' lambda!
+12265 [2020-03-15 19:42:11] The OP received lambda too!
+12265 [2020-03-15 19:58:31] '/u/PonjiNinja' has given '/u/EngineeringJuice' lambda!
+12265 [2020-03-15 19:58:31] The OP received lambda too!
+12265 [2020-03-15 19:58:43] '/u/PonjiNinja' has given '/u/DudeCringe' lambda!
+12265 [2020-03-15 19:58:54] '/u/PonjiNinja' has given '/u/WhatMakeArt' lambda!
+12265 [2020-03-15 19:59:22] '/u/PonjiNinja' has given '/u/AnimuseVids' lambda!
+12265 [2020-03-15 20:00:58] '/u/PonjiNinja' has given '/u/EldiED' lambda!
+12467 [2020-03-15 20:07:12]
+####################
+[2020-03-15 20:07:12] RESTARTED
+####################
+
+12467 [2020-03-15 20:16:22] There has been a new submission: 'Check it out', with flair 'Channel Review'
+12467 [2020-03-15 20:16:24] /u/Liam-Hamilfon had their submission removed for insufficient lambda.
+12467 [2020-03-15 20:22:24] There has been a new submission: 'Funny Vlog', with flair 'Vlog'
+12467 [2020-03-15 20:22:26] /u/biftyscent had their submission removed for insufficient lambda.
+12467 [2020-03-15 20:31:07] There has been a new submission: 'What do you all think about my montage? First time doing a “proper” montage and I would really love feedback!', with flair 'Video Critique'
+12467 [2020-03-15 20:31:10] /u/Connor_a711 had their submission removed for insufficient lambda.
+12467 [2020-03-15 20:34:51] There has been a new submission: 'Been a while since I've had any growth, decided to just make what I think is funny (Smash/Meme Stuff)', with flair 'Gaming'
+12467 [2020-03-15 20:39:45] There has been a new submission: 'One of the method creating banners, ads and promo in after effects, those who are designer may follow the simple technique used here for text animator. Proper planning and design skills can create much attractive animation.', with flair 'Collab'
+12467 [2020-03-15 20:39:45] /u/Rizmin had their submission removed for using the wrong flair.
+12467 [2020-03-15 20:44:16] There has been a new submission: 'CONFIRM CASES SA PILIPINAS UMABOT NA SA 140 (MARCH 16 2020) | Minami Oroi', with flair 'Vlog'
+12467 [2020-03-15 20:44:18] /u/amazon1977 had their submission removed for insufficient lambda.
+12467 [2020-03-15 20:47:24] There has been a new submission: 'https://youtu.be/-qlaiTlhOX8', with flair 'Art'
+12467 [2020-03-15 20:47:25] /u/spady180 had their submission removed for insufficient lambda.
+12467 [2020-03-15 20:47:47] '/u/acstomi0212' has given '/u/Danny413fromCoC' lambda!
+12467 [2020-03-15 20:47:47] The OP received lambda too!
+12467 [2020-03-15 20:48:50] There has been a new submission: 'Improving Commentary', with flair 'Discussion'
+12467 [2020-03-15 20:48:58] There has been a new submission: 'Angry cats v1', with flair 'Video Critique'
+12467 [2020-03-15 20:48:59] /u/engineerman71 had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:04:38] '/u/acstomi0212' has given '/u/TheBubbleE1' lambda!
+12467 [2020-03-15 21:07:50] There has been a new submission: 'A3 Still Alive Gameplay Open World Mobile MMORPG Battle Royale (KR) (A...', with flair 'Gaming'
+12467 [2020-03-15 21:07:51] /u/joycevlogs had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:10:52] There has been a new submission: 'New Travis Scott type Beat! We've been improving since we started takin youtube serious and stayed consistent in 2020. We got 857 subs so far. Hope the growth continues. Any feedback welcome.', with flair 'Art'
+12467 [2020-03-15 21:10:55] /u/Chickendinner75 had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:25:16] There has been a new submission: 'I built Shrek out of many Matchsticks :) I would really appreciate it if you guys could leave a funny comment on the video THANKS', with flair 'Art'
+12467 [2020-03-15 21:25:17] /u/Electric_Mauser had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:35:41] There has been a new submission: 'A3 Still Alive Gameplay Open World Mobile MMORPG + Battle Royale (KR)', with flair 'Gaming'
+12467 [2020-03-15 21:35:43] /u/joycevlogs had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:47:59] There has been a new submission: 'Back to making videos, would love some support', with flair 'Vlog'
+12467 [2020-03-15 21:48:00] /u/QtheKrug had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:53:33] There has been a new submission: 'Hey, I'm a small up and coming YouTuber and i would appreciate it if you subscribe to my channel.', with flair 'Channel Review'
+12467 [2020-03-15 21:53:35] /u/Djamirio had their submission removed for insufficient lambda.
+12467 [2020-03-15 21:57:53] There has been a new submission: 'The Wait is over!│Ori And The Will Of The Wisps', with flair 'Gaming'
+12467 [2020-03-15 21:57:54] /u/HeyIDoesStuff had their submission removed for insufficient lambda.
+12467 [2020-03-15 22:03:52] There has been a new submission: 'Thanks for the feedback!!!', with flair 'Video Critique'
+12467 [2020-03-15 22:03:54] /u/SURFRBNYWAFFLES had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:07:12]
+####################
+[2020-03-15 22:07:12] RESTARTED
+####################
+
+12683 [2020-03-15 22:10:05] There has been a new submission: 'Any criticism is fine :)', with flair 'Gaming'
+12683 [2020-03-15 22:10:08] /u/Sogguwu had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:15:43] There has been a new submission: 'TOKYO’S REVENGE - GOODMORNINGTOKYO except it’s just piping you niggas down (pause, no homo)', with flair 'Video Critique'
+12683 [2020-03-15 22:15:45] /u/GucciGoofyGoober had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:18:54] There has been a new submission: 'Go chek out my video.Subscribe and share the channel with your friends:)', with flair 'Gaming'
+12683 [2020-03-15 22:18:55] /u/PowerGang1 had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:19:42] '/u/PonjiNinja' has given '/u/MarkTheDescender' lambda!
+12683 [2020-03-15 22:20:23] '/u/PonjiNinja' has given '/u/cjf5414' lambda!
+12683 [2020-03-15 22:20:37] '/u/PonjiNinja' has given '/u/Electric_Mauser' lambda!
+12683 [2020-03-15 22:27:14] There has been a new submission: 'I created Shrek out of many Matchsticks :) I would really appreciate it if you guys could leave a funny comment in the video for me THANKS', with flair 'Video Critique'
+12683 [2020-03-15 22:28:04] There has been a new submission: 'Japan Vs France | My New Hard Game', with flair 'Gaming'
+12683 [2020-03-15 22:28:06] /u/joeshater had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:28:28] '/u/JenniferMatthew' has given '/u/HeyIDoesStuff' lambda!
+12683 [2020-03-15 22:28:45] There has been a new submission: 'I made a video on PewDiePie's new game, please check it out and like/sub if you enjoy my content!', with flair 'Gaming'
+12683 [2020-03-15 22:29:20] There has been a new submission: 'The Wait is over!│Ori And The Will Of The Wisps', with flair 'Gaming'
+12683 [2020-03-15 22:29:21] /u/HeyIDoesStuff had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:32:23] There has been a new submission: 'New episode - Modern Warfare Trolling | Hilarious chat lobbies and gameplay!', with flair 'Gaming'
+12683 [2020-03-15 22:32:25] /u/IrishVincent had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:38:19] '/u/electroblastz' has given '/u/HeyIDoesStuff' lambda!
+12683 [2020-03-15 22:38:19] The OP received lambda too!
+12683 [2020-03-15 22:41:09] There has been a new submission: 'I just posted my first video on Youtube. I'm a therapist/Phd student with a background in nutrition and wanted to start posting videos in conjunction with my business. I know this isn't the best quality but I am looking for constructive feedback in order to improve. Thx if you have time to comment!', with flair 'Video Critique'
+12683 [2020-03-15 22:41:11] /u/marahuyo4444 had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:43:54] '/u/Wayne-R-T-S' has given '/u/ChiefChaka' lambda!
+12683 [2020-03-15 22:43:54] The OP received lambda too!
+12683 [2020-03-15 22:46:54] There has been a new submission: '¿Como sería el fin del mundo? | r/AskReddit', with flair 'Meta'
+12683 [2020-03-15 22:46:56] /u/Voces-de-Reddit had their submission removed for using the wrong flair.
+12683 [2020-03-15 22:47:06] There has been a new submission: 'World War Z Jerusalem //COMPLETE', with flair 'Gaming'
+12683 [2020-03-15 22:47:07] /u/Kranvagen had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:55:11] There has been a new submission: 'I do gaming compilations and I need your advice.', with flair 'Discussion'
+12683 [2020-03-15 22:56:51] There has been a new submission: 'Help me', with flair 'Channel Review'
+12683 [2020-03-15 22:56:52] /u/ZoMA253m had their submission removed for insufficient lambda.
+12683 [2020-03-15 22:58:50] '/u/PonjiNinja' has given '/u/Dimblfully' lambda!
+12683 [2020-03-15 23:01:34] '/u/PonjiNinja' has given '/u/WalkerSeattleRanger' lambda!
+12683 [2020-03-15 23:07:12] There has been a new submission: '[VideoCritique] Spring Torsion Simulation in Fusion 360! Angular Global Load and Structural Load Tutorial', with flair 'Video Critique'
+12683 [2020-03-15 23:08:07] There has been a new submission: 'I'm yaxurs, I enjoy playing Siege and making montages. Let me know what you think of my most recent edit "Its okay" - A Rainbow 6 Siege edit https://youtu.be/9XwyUVP0X-c', with flair 'Video Critique'
+12683 [2020-03-15 23:08:09] /u/yaxurs had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:09:04] There has been a new submission: 'MIKALBURR Always Delivers #4 :)', with flair 'Video Critique'
+12683 [2020-03-15 23:09:05] /u/mikalburr had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:14:35] There has been a new submission: 'So I am thinking about doing a weekly like stream...', with flair 'Discussion'
+12683 [2020-03-15 23:18:13] '/u/acstomi0212' has given '/u/avamansouri' lambda!
+12683 [2020-03-15 23:26:43] There has been a new submission: '[VIDEO CRITIQUE] Would you kindly help me with this big problem?', with flair 'Video Critique'
+12683 [2020-03-15 23:26:44] /u/biancafrancischini had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:27:51] There has been a new submission: 'The most important thing when texting a girl is you should utilize the phone as a tool to set a date not texting back and forth. If you text a girl back and fourth it kills the mystery and it kills the fun of getting to know each other in person.', with flair 'Vlog'
+12683 [2020-03-15 23:27:52] /u/AbundanceLifeStyle had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:31:05] There has been a new submission: 'Hiyaa posted a Chinglish vlog on BTS of my theatre performance!! Any feedback would be appreciated <3 just out here tryna embrace all sorts of creativity😤😤', with flair 'None'
+12683 [2020-03-15 23:31:07] /u/ccgjin had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:31:42] There has been a new submission: 'Sun God Records | Experimental Record Label', with flair 'Meta'
+12683 [2020-03-15 23:31:44] /u/channel_seth had their submission removed for using the wrong flair.
+12683 [2020-03-15 23:34:26] There has been a new submission: '(gaming) So this is my first edited video, similar to shinyodds content . Let me know with any feedback or suggestions', with flair 'Gaming'
+12683 [2020-03-15 23:34:28] /u/kelpid had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:35:31] '/u/VreaL37' has given '/u/yaxurs' lambda!
+12683 [2020-03-15 23:35:31] The OP received lambda too!
+12683 [2020-03-15 23:41:30] There has been a new submission: 'Check out my YouTube channel if you like football content trust me you won't regret it', with flair 'None'
+12683 [2020-03-15 23:41:32] /u/OwlzyYT had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:45:50] There has been a new submission: 'The Real Reason Behind The Toilet Paper Shortage', with flair 'Video Critique'
+12683 [2020-03-15 23:48:04] '/u/acstomi0212' has given '/u/HeyIDoesStuff' lambda!
+12683 [2020-03-15 23:48:42] There has been a new submission: 'The Wait is over!│Ori And The Will Of The Wisps', with flair 'Gaming'
+12683 [2020-03-15 23:48:48] There has been a new submission: 'Decided to make a K. Rool montage (sorry for bad edits)', with flair 'Gaming'
+12683 [2020-03-15 23:48:49] /u/dragonvij had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:49:26] There has been a new submission: 'Some cs footage of me and my friends being chaotic. Give me any tips or critisms for lambda', with flair 'Gaming'
+12683 [2020-03-15 23:50:13] There has been a new submission: 'Hey I'm just another Let's Player in the endless ocean of let's plays. Whole gimmick is I have a different friend for each of my let's plays. Give a watch and lemme know where I can improve.', with flair 'Channel Review'
+12683 [2020-03-15 23:53:20] There has been a new submission: 'General Grievous In Battlefront II Is GOD!', with flair 'Gaming'
+12683 [2020-03-15 23:53:22] /u/ElectricStormtrooper had their submission removed for insufficient lambda.
+12683 [2020-03-15 23:56:08] There has been a new submission: 'Hi all, my channel focuses on Personal/Leadership Development. I'd appreciate your opinion on the quality of my video - From audio, to editing, etc. I feel while the message may be good, I might need to jazz up my videos with more interesting cut aways, etc to keep people engaged. Thanks!!', with flair 'Video Critique'
+12683 [2020-03-15 23:56:10] /u/Lauren_Mlikota had their submission removed for insufficient lambda.
+12683 [2020-03-16 00:04:14] There has been a new submission: 'I need Some questions for my series', with flair 'Discussion'
+12841 [2020-03-16 00:07:13]
+####################
+[2020-03-16 00:07:13] RESTARTED
+####################
+
+12841 [2020-03-16 00:17:02] There has been a new submission: 'so uhhh', with flair 'Channel Review'
+12841 [2020-03-16 00:17:04] /u/BigPeenBob had their submission removed for insufficient lambda.
+12841 [2020-03-16 00:19:59] There has been a new submission: 'Solving The Megaminx(Timelapse) Please Like, Comment, And Sub!! Thanks!', with flair 'Gaming'
+12841 [2020-03-16 00:19:59] /u/Excellent-Fortune had their submission removed for insufficient lambda.
+12841 [2020-03-16 00:20:26] '/u/Danielfaraj' has given '/u/avamansouri' lambda!
+12841 [2020-03-16 00:26:43] '/u/PonjiNinja' has given '/u/Sky-todd' lambda!
+12841 [2020-03-16 00:27:24] '/u/Electric_Mauser' has given '/u/HeyIDoesStuff' lambda!
+12841 [2020-03-16 00:27:24] The OP received lambda too!
+12841 [2020-03-16 00:27:36] '/u/PonjiNinja' has given '/u/MadBlaxe' lambda!
+12841 [2020-03-16 00:27:42] '/u/Electric_Mauser' has given '/u/VreaL37' lambda!
+12841 [2020-03-16 00:27:51] '/u/Electric_Mauser' has given '/u/chri5ten' lambda!
+12841 [2020-03-16 00:27:58] '/u/Electric_Mauser' has given '/u/sazoki9' lambda!
+12841 [2020-03-16 00:28:04] '/u/Electric_Mauser' has given '/u/Danny413fromCoC' lambda!
+12841 [2020-03-16 00:32:49] '/u/JenniferMatthew' has given '/u/avamansouri' lambda!
+12841 [2020-03-16 00:33:53] '/u/JenniferMatthew' has given '/u/Lauren_Mlikota' lambda!
+12841 [2020-03-16 00:40:50] There has been a new submission: 'DBS AMV', with flair 'Channel Review'
+12841 [2020-03-16 00:40:52] /u/MaleficentMood5 had their submission removed for insufficient lambda.
+12841 [2020-03-16 00:57:26] There has been a new submission: 'Yo guys Could you give me some feedback for this video i made. It would really help the channel.', with flair 'Video Critique'
+12841 [2020-03-16 00:57:27] /u/LoopSoupYT had their submission removed for insufficient lambda.
+12841 [2020-03-16 00:58:10] '/u/HeyIDoesStuff' has given '/u/WALLROOP' lambda!
+12841 [2020-03-16 00:58:10] The OP received lambda too!
+12841 [2020-03-16 00:58:45] There has been a new submission: 'Hey friends! You're wonderful, and I appreciate you~ I'd like you to give me some criticism! I have been grinding and got 78 Subs within 3 weeks, Please support my Youtube, and Podcast! Thank you c:', with flair 'Channel Review'
+12841 [2020-03-16 00:58:46] /u/Narturd had their submission removed for insufficient lambda.
+12841 [2020-03-16 01:01:30] There has been a new submission: 'First Gaming Montage. (WOULD LOVE SOME HONEST FEEDBACK)', with flair 'Video Critique'
+12841 [2020-03-16 01:01:32] /u/NathanFPS had their submission removed for insufficient lambda.
+12841 [2020-03-16 01:05:15] There has been a new submission: 'One of my videos got 9k Views and I don't know what I did right....feedback on this one?', with flair 'Video Critique'
+12841 [2020-03-16 01:05:16] /u/Rebuildingz had their submission removed for insufficient lambda.
+12841 [2020-03-16 01:09:16] There has been a new submission: 'In your most detailed way tell me how to peel and eat an orange', with flair 'None'
+12841 [2020-03-16 01:10:09] There has been a new submission: 'In your most detailed way tell me how to peel and eat an orange', with flair 'Discussion'
+12841 [2020-03-16 01:10:54] There has been a new submission: 'How to not get the Coronavirus! My first video. Can you give me some feedback?', with flair 'Video Critique'
+12841 [2020-03-16 01:11:38] '/u/EngineeringJuice' has given '/u/mikalburr' lambda!
+12841 [2020-03-16 01:11:38] The OP received lambda too!
+12841 [2020-03-16 01:13:21] '/u/DankConnor' has given '/u/Sogguwu' lambda!
+12841 [2020-03-16 01:13:21] The OP received lambda too!
+12841 [2020-03-16 01:13:42] There has been a new submission: 'FIRST VIDEO', with flair 'Gaming'
+12841 [2020-03-16 01:13:45] /u/Soton210 had their submission removed for insufficient lambda.
+12841 [2020-03-16 01:14:33] '/u/DankConnor' has given '/u/NathanFPS' lambda!
+12841 [2020-03-16 01:17:15] '/u/Apple-of-the-earths' has given '/u/Lauren_Mlikota' lambda!
+12841 [2020-03-16 01:17:15] The OP received lambda too!
+12841 [2020-03-16 01:17:44] '/u/Apple-of-the-earths' has given '/u/DudeCringe' lambda!
+12841 [2020-03-16 01:19:13] There has been a new submission: 'Subscribers', with flair 'None'
+12841 [2020-03-16 01:19:14] /u/BennettPlays had their submission removed for insufficient lambda.
+12841 [2020-03-16 01:21:40] '/u/Monarch_Meow' has given '/u/mikalburr' lambda!
+12841 [2020-03-16 01:21:40] The OP received lambda too!
+12841 [2020-03-16 01:23:33] '/u/Apple-of-the-earths' has given '/u/BillyBoyGerman' lambda!
+12841 [2020-03-16 01:23:46] '/u/Monarch_Meow' has given '/u/Sogguwu' lambda!
+12841 [2020-03-16 01:25:06] There has been a new submission: 'Audio In-/ Output. How to improve it.', with flair 'Discussion'
+12841 [2020-03-16 01:25:42] There has been a new submission: 'Hey! Would anyone like to check out My Channel? My new video is RCT 2', with flair 'Gaming'
+12841 [2020-03-16 01:25:44] /u/Bacon773 had their submission removed for insufficient lambda.
+12841 [2020-03-16 01:29:35] '/u/BillyBoyGerman' has given '/u/leo-the-cow' lambda!
+12841 [2020-03-16 01:29:35] The OP received lambda too!
+12841 [2020-03-16 01:31:02] '/u/BillyBoyGerman' has given '/u/HeyIDoesStuff' lambda!
+12841 [2020-03-16 01:32:40] There has been a new submission: 'A Battle Against Undyne The Undying│Undertale GENOCIDE', with flair 'Gaming'
+12841 [2020-03-16 01:39:57] '/u/leo-the-cow' has given '/u/HeyIDoesStuff' lambda!
+12841 [2020-03-16 01:39:57] The OP received lambda too!
+12841 [2020-03-16 01:40:18] '/u/ChiefChaka' has given '/u/TheBubbleE1' lambda!
+12841 [2020-03-16 01:40:18] The OP received lambda too!
+2316 [2020-03-16 01:41:56] Updated statistics
+12841 [2020-03-16 01:48:23] '/u/Apple-of-the-earths' has given '/u/TellMeMoreYT' lambda!
+12841 [2020-03-16 01:50:24] '/u/Apple-of-the-earths' has given '/u/NathanFPS' lambda!
+12841 [2020-03-16 01:52:51] There has been a new submission: 'HELP BUG? Cannot create new playlists', with flair 'Discussion'
+12841 [2020-03-16 01:54:50] '/u/HeyIDoesStuff' has given '/u/leo-the-cow' lambda!
+12841 [2020-03-16 01:54:50] The OP received lambda too!
+12841 [2020-03-16 01:59:05] There has been a new submission: '100 PUSH UPS A DAY FOR 30 DAYS CHALLENGE - Epic Push Ups Body Transformation | Push Ups Results', with flair 'Vlog'
+12841 [2020-03-16 01:59:06] /u/FOV360 had their submission removed for insufficient lambda.
+12982 [2020-03-16 02:07:13]
+####################
+[2020-03-16 02:07:13] RESTARTED
+####################
+
+12982 [2020-03-16 02:13:18] There has been a new submission: 'dakens (channel introduction)', with flair 'Video Critique'
+12982 [2020-03-16 02:13:20] /u/realdakens had their submission removed for insufficient lambda.
+12982 [2020-03-16 02:14:32] '/u/Danielfaraj' has given '/u/Apple-of-the-earths' lambda!
+12982 [2020-03-16 02:14:44] '/u/HeyIDoesStuff' has given '/u/NathanFPS' lambda!
+12982 [2020-03-16 02:15:45] There has been a new submission: 'First Gaming Montage!', with flair 'Video Critique'
+12982 [2020-03-16 02:19:06] '/u/HeyIDoesStuff' has given '/u/DeafJordan' lambda!
+12982 [2020-03-16 02:21:06] There has been a new submission: 'MIKALBURR Always Delivers #4 :) Chicago dudes talking real conver', with flair 'Video Critique'
+12982 [2020-03-16 02:22:44] '/u/Offnye98' has given '/u/Lauren_Mlikota' lambda!
+12982 [2020-03-16 02:22:45] The OP received lambda too!
+12982 [2020-03-16 02:23:17] '/u/Offnye98' has given '/u/leo-the-cow' lambda!
+12982 [2020-03-16 02:23:36] '/u/Offnye98' has given '/u/SamFuna3421' lambda!
+12982 [2020-03-16 02:23:44] There has been a new submission: 'Welcome to my YouTube Spooky Channel!', with flair 'Video Critique'
+12982 [2020-03-16 02:23:46] /u/DrShriff had their submission removed for insufficient lambda.
+12982 [2020-03-16 02:23:58] There has been a new submission: 'New Coronavirus Affecting Stock Market Video!', with flair 'Video Critique'
+12982 [2020-03-16 02:24:00] /u/blast4310 had their submission removed for insufficient lambda.
+12982 [2020-03-16 02:25:22] '/u/NathanFPS' has given '/u/KamKashiiiYT' lambda!
+12982 [2020-03-16 02:25:22] The OP received lambda too!
+12982 [2020-03-16 02:31:27] There has been a new submission: 'Creating Animations takes a LONG time...Any tips for growth when you can't upload often?', with flair 'Discussion'
+12982 [2020-03-16 02:31:29] /u/_LilBits_ had their submission removed for using the wrong flair.
+12982 [2020-03-16 02:34:40] There has been a new submission: 'I would love some feedback!!! Thank you!', with flair 'Gaming'
+12982 [2020-03-16 02:34:41] /u/DirtyDiesel2080 had their submission removed for insufficient lambda.
+12982 [2020-03-16 02:35:49] There has been a new submission: 'CBSE CLASS 11 MATHS CHAPTER 1 SETS - Introduction 1 || A2R CBSE Education', with flair 'Video Critique'
+12982 [2020-03-16 02:35:51] /u/b_prabhusankar had their submission removed for insufficient lambda.
+12982 [2020-03-16 02:38:05] '/u/HeyIDoesStuff' has given '/u/danifernt' lambda!
+12982 [2020-03-16 02:44:48] There has been a new submission: 'Small reaction video I made to remind us all that we are awesome!', with flair 'Video Critique'
+12982 [2020-03-16 02:45:53] '/u/HeyIDoesStuff' has given '/u/danifernt' lambda!
+12982 [2020-03-16 02:51:32] '/u/Adzic254' has given '/u/PonjiNinja' lambda!
+12982 [2020-03-16 02:54:06] '/u/Adzic254' has given '/u/Gaming_Soup' lambda!
+12982 [2020-03-16 02:57:58] There has been a new submission: 'Hey guys can u give me any feedback on this video. and if you could give me any other game suggestions to play it would be very helpful. giving !LAMBDA for any suggestions', with flair 'Video Critique'
+12982 [2020-03-16 02:58:50] '/u/Electric_Mauser' has given '/u/NathanFPS' lambda!
+12982 [2020-03-16 02:58:58] '/u/Electric_Mauser' has given '/u/WALLROOP' lambda!
+12982 [2020-03-16 02:59:02] '/u/Electric_Mauser' has given '/u/AccountableSofia' lambda!
+12982 [2020-03-16 02:59:07] '/u/Electric_Mauser' has given '/u/MatthewLopezOnYT' lambda!
+12982 [2020-03-16 02:59:14] '/u/Electric_Mauser' has given '/u/toodumbforagoodname' lambda!
+12982 [2020-03-16 02:59:19] '/u/Electric_Mauser' has given '/u/danifernt' lambda!
+12982 [2020-03-16 02:59:43] There has been a new submission: 'Nice', with flair 'Vlog'
+12982 [2020-03-16 02:59:43] /u/mashoor1 had their submission removed for insufficient lambda.
+12982 [2020-03-16 03:03:41] '/u/Illfury' has given '/u/ninjajou10' lambda!
+12982 [2020-03-16 03:03:41] The OP received lambda too!
+12982 [2020-03-16 03:03:53] '/u/Illfury' has given '/u/Jischasing' lambda!
+12982 [2020-03-16 03:04:09] '/u/Illfury' has given '/u/BAMGaming_' lambda!
+12982 [2020-03-16 03:04:22] '/u/Illfury' has given '/u/-Betch-' lambda!
+12982 [2020-03-16 03:04:34] '/u/Illfury' has given '/u/aggravated_vlogger' lambda!
+12982 [2020-03-16 03:04:47] '/u/Illfury' has given '/u/TheBusyBudtender' lambda!
+12982 [2020-03-16 03:04:56] '/u/Illfury' has given '/u/spinnacle-spinning' lambda!
+12982 [2020-03-16 03:05:09] '/u/Illfury' has given '/u/Adzic254' lambda!
+12982 [2020-03-16 03:05:18] '/u/Illfury' has given '/u/ItsTheSheepster' lambda!
+12982 [2020-03-16 03:05:28] '/u/Illfury' has given '/u/mrworster' lambda!
+12982 [2020-03-16 03:05:37] '/u/Illfury' has given '/u/avamansouri' lambda!
+12982 [2020-03-16 03:05:49] '/u/Illfury' has given '/u/OMGSTOPCAPS' lambda!
+12982 [2020-03-16 03:05:58] '/u/Illfury' has given '/u/Logan_B_Youtube' lambda!
+12982 [2020-03-16 03:06:07] '/u/Illfury' has given '/u/Nicktism_Gaming' lambda!
+12982 [2020-03-16 03:06:16] '/u/Illfury' has given '/u/TheJustindsd' lambda!
+12982 [2020-03-16 03:06:25] '/u/Illfury' has given '/u/nagler_the' lambda!
+12982 [2020-03-16 03:06:34] '/u/Illfury' has given '/u/Transforming_Toaster' lambda!
+12982 [2020-03-16 03:06:43] '/u/Illfury' has given '/u/TheRealJyro' lambda!
+12982 [2020-03-16 03:06:54] '/u/Illfury' has given '/u/Sewance' lambda!
+12982 [2020-03-16 03:07:03] '/u/Illfury' has given '/u/Ians-Mind' lambda!
+12982 [2020-03-16 03:07:12] '/u/Illfury' has given '/u/Nintenjones' lambda!
+12982 [2020-03-16 03:07:20] '/u/Illfury' has given '/u/deliriousmarc' lambda!
+12982 [2020-03-16 03:07:29] '/u/Illfury' has given '/u/BasementBeast' lambda!
+12982 [2020-03-16 03:07:37] '/u/Illfury' has given '/u/Endy_McGufin' lambda!
+12982 [2020-03-16 03:07:45] '/u/Illfury' has given '/u/grilledchesus' lambda!
+12982 [2020-03-16 03:07:53] '/u/Illfury' has given '/u/Yann2112' lambda!
+12982 [2020-03-16 03:08:01] '/u/Illfury' has given '/u/Xerionix' lambda!
+12982 [2020-03-16 03:08:11] '/u/Illfury' has given '/u/CurrentOfficial' lambda!
+12982 [2020-03-16 03:08:19] '/u/Illfury' has given '/u/burpfloor' lambda!
+12982 [2020-03-16 03:08:27] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+12982 [2020-03-16 03:08:34] '/u/Illfury' has given '/u/TRIO-Stories' lambda!
+12982 [2020-03-16 03:08:41] '/u/Illfury' has given '/u/Cazordon' lambda!
+12982 [2020-03-16 03:08:50] '/u/Illfury' has given '/u/fansopp' lambda!
+12982 [2020-03-16 03:08:56] '/u/Illfury' has given '/u/AliBonge' lambda!
+12982 [2020-03-16 03:09:03] '/u/Illfury' has given '/u/firmbutfaire' lambda!
+12982 [2020-03-16 03:09:10] '/u/Illfury' has given '/u/TSouthcotte' lambda!
+12982 [2020-03-16 03:09:17] '/u/Illfury' has given '/u/EclipzeG' lambda!
+12982 [2020-03-16 03:09:23] '/u/Illfury' has given '/u/MorphingReality' lambda!
+12982 [2020-03-16 03:09:41] '/u/Illfury' has given '/u/treverglitching' lambda!
+12982 [2020-03-16 03:10:17] There has been a new submission: 'On Thursday I said I was unqualified but wanted to "review" anyway... I selected some of you and here is my result. I want to know if this is an avenue worth pursuing. Let me know what you think.', with flair 'Video Critique'
+12982 [2020-03-16 03:13:41] '/u/BillyBoyGerman' has given '/u/SmashandCrashBros' lambda!
+12982 [2020-03-16 03:13:49] There has been a new submission: 'WATERMELON MASSACRE!!! (400 RUBBER BANDS VS WATERMELON)', with flair 'Video Critique'
+12982 [2020-03-16 03:13:51] /u/fliptheflip1 had their submission removed for insufficient lambda.
+12982 [2020-03-16 03:16:33] '/u/EngineeringJuice' has given '/u/SamFuna3421' lambda!
+12982 [2020-03-16 03:16:44] '/u/PonjiNinja' has given '/u/danifernt' lambda!
+12982 [2020-03-16 03:17:57] '/u/PonjiNinja' has given '/u/BillyBoyGerman' lambda!
+12982 [2020-03-16 03:18:37] '/u/PonjiNinja' has given '/u/FergHD' lambda!
+12982 [2020-03-16 03:19:07] There has been a new submission: 'My little brother has been working really hard on learning ukulele songs, please show his vid some love', with flair 'None'
+12982 [2020-03-16 03:19:08] /u/Skholla had their submission removed for insufficient lambda.
+12982 [2020-03-16 03:19:11] There has been a new submission: 'Would love some constructive feedback on my latest video. Had someone say audio was to fine/sharp. You thoughts?', with flair 'None'
+12982 [2020-03-16 03:19:43] '/u/danifernt' has given '/u/BetaBradTv' lambda!
+12982 [2020-03-16 03:19:43] The OP received lambda too!
+12982 [2020-03-16 03:20:38] '/u/danifernt' has given '/u/-CANTOBOTZ-' lambda!
+12982 [2020-03-16 03:20:55] '/u/JenniferMatthew' has given '/u/WALLROOP' lambda!
+12982 [2020-03-16 03:21:10] '/u/PonjiNinja' has given '/u/BetaBradTv' lambda!
+12982 [2020-03-16 03:21:34] '/u/DankConnor' has given '/u/BetaBradTv' lambda!
+12982 [2020-03-16 03:23:46] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+12982 [2020-03-16 03:23:46] The OP received lambda too!
+12982 [2020-03-16 03:25:32] '/u/Illfury' has given '/u/Jischasing' lambda!
+12982 [2020-03-16 03:28:21] There has been a new submission: 'The Most RIDICULOUS Video Game CONTROLLERS, All feedback will be given lambda or if you leave a comment on the video. Thanks :)', with flair 'Video Critique'
+12982 [2020-03-16 03:38:00] '/u/b_hoves' has given '/u/BetaBradTv' lambda!
+12982 [2020-03-16 03:38:01] The OP received lambda too!
+12982 [2020-03-16 03:49:29] There has been a new submission: 'I'm bored with my channel and don't know what to do with it help', with flair 'Discussion'
+12982 [2020-03-16 04:06:02] There has been a new submission: 'Video about simps', with flair 'Video Critique'
+12982 [2020-03-16 04:06:03] /u/tylerzwise had their submission removed for insufficient lambda.
+12982 [2020-03-16 04:06:12] '/u/danifernt' has given '/u/ryankopf' lambda!
+13202 [2020-03-16 04:07:13]
+####################
+[2020-03-16 04:07:13] RESTARTED
+####################
+
+13202 [2020-03-16 04:08:47] There has been a new submission: 'I was terrified of Vlogging in Public | Vlogging in Public Challenge', with flair 'Vlog'
+13202 [2020-03-16 04:08:48] /u/apakistaniabroad had their submission removed for insufficient lambda.
+13202 [2020-03-16 04:14:58] There has been a new submission: 'There is a glitch happening in Youtube right now', with flair 'Discussion'
+13202 [2020-03-16 04:15:06] There has been a new submission: 'Me and my friend made a video on thrifting and going to make more content about clothing. Let me know what you think all feedback is greatly appreciated!<3', with flair 'None'
+13202 [2020-03-16 04:15:08] /u/westhelee had their submission removed for insufficient lambda.
+13202 [2020-03-16 04:21:07] There has been a new submission: 'Twisted, a horror/fairytale visual novel. (Feedback appreciated!)', with flair 'Gaming'
+13202 [2020-03-16 04:21:09] /u/Weak_Scallion had their submission removed for insufficient lambda.
+13202 [2020-03-16 04:27:57] There has been a new submission: 'Hey guys we like making gaming skits, small movies, and adventure vlogs; give us a shout out let us know what u think. Would like some feedback any help would be greatly appreciated 👍', with flair 'None'
+13202 [2020-03-16 04:27:59] /u/alcpartyplaytv had their submission removed for insufficient lambda.
+13202 [2020-03-16 04:31:25] '/u/Monarch_Meow' has given '/u/DeafJordan' lambda!
+13202 [2020-03-16 04:33:38] '/u/Electric_Mauser' has given '/u/Aint_mexican' lambda!
+13202 [2020-03-16 04:33:51] '/u/Electric_Mauser' has given '/u/rocketwayne' lambda!
+13202 [2020-03-16 04:34:01] '/u/Electric_Mauser' has given '/u/frankfires' lambda!
+13202 [2020-03-16 04:34:13] '/u/Electric_Mauser' has given '/u/DreamLear' lambda!
+13202 [2020-03-16 04:44:29] There has been a new submission: 'Oddly satisfying moments for the day', with flair 'Channel Review'
+13202 [2020-03-16 04:44:31] /u/02362689 had their submission removed for insufficient lambda.
+13202 [2020-03-16 04:49:43] '/u/BillyBoyGerman' has given '/u/DreamLear' lambda!
+13202 [2020-03-16 04:56:20] '/u/Bernguz' has given '/u/SmashandCrashBros' lambda!
+13202 [2020-03-16 04:56:20] The OP received lambda too!
+13202 [2020-03-16 04:56:27] There has been a new submission: 'EPIC Cover - I'm Your Angel (A Must Watch)', with flair 'Video Critique'
+13202 [2020-03-16 04:56:29] /u/MarkCabactulan had their submission removed for insufficient lambda.
+13202 [2020-03-16 04:57:26] '/u/Bernguz' has given '/u/BetaBradTv' lambda!
+13202 [2020-03-16 04:58:55] '/u/Bernguz' has given '/u/SamFuna3421' lambda!
+13202 [2020-03-16 05:03:55] '/u/b_hoves' has given '/u/DreamLear' lambda!
+13202 [2020-03-16 05:14:15] There has been a new submission: 'Is this editing style good for gaming videos? (It's only one minute but I plan to make others longer) Other feedback is appreciated as well!', with flair 'Video Critique'
+13202 [2020-03-16 05:16:50] There has been a new submission: 'GMOD-Fun #1 - Rocket ship', with flair 'Gaming'
+13202 [2020-03-16 05:16:52] /u/ZIVA_Pump had their submission removed for insufficient lambda.
+13202 [2020-03-16 05:25:03] '/u/tcessory' has given '/u/Danny413fromCoC' lambda!
+13202 [2020-03-16 05:25:03] The OP received lambda too!
+13202 [2020-03-16 05:41:04] There has been a new submission: 'No Copyright Music Intro 2020 Unknown Brain - Inspiration (feat. Aviella)', with flair 'Channel Review'
+13202 [2020-03-16 05:41:06] /u/junlord5 had their submission removed for insufficient lambda.
+13202 [2020-03-16 05:45:12] '/u/BetaBradTv' has given '/u/SamFuna3421' lambda!
+13202 [2020-03-16 05:45:12] The OP received lambda too!
+13202 [2020-03-16 05:45:53] There has been a new submission: 'Would love a honest review...and what to improve', with flair 'Video Critique'
+13202 [2020-03-16 05:45:55] /u/VatSD had their submission removed for insufficient lambda.
+13202 [2020-03-16 05:54:53] There has been a new submission: 'Show a homie some love plz', with flair 'None'
+13202 [2020-03-16 05:54:55] /u/dan-from-the-yr2000 had their submission removed for insufficient lambda.
+13202 [2020-03-16 05:57:52] '/u/DreamLear' has given '/u/Paint2Luv-Art' lambda!
+13202 [2020-03-16 05:57:52] The OP received lambda too!
+13202 [2020-03-16 06:05:13] '/u/b_hoves' has given '/u/Paint2Luv-Art' lambda!
+13202 [2020-03-16 06:05:34] There has been a new submission: 'Sub for sub? Comment your channels!', with flair 'None'
+13202 [2020-03-16 06:05:36] /u/craziijessy had their submission removed for insufficient lambda.
+13202 [2020-03-16 06:06:46] There has been a new submission: 'कोरोना के बारे में जानकारी.', with flair 'Discussion'
+13202 [2020-03-16 06:06:48] /u/TryToLearn88 had their submission removed for using the wrong flair.
+13446 [2020-03-16 06:07:13]
+####################
+[2020-03-16 06:07:13] RESTARTED
+####################
+
+13446 [2020-03-16 06:12:17] '/u/keegzilla90' has given '/u/YourSexyCellMate' lambda!
+13446 [2020-03-16 06:12:17] The OP received lambda too!
+13446 [2020-03-16 06:16:10] There has been a new submission: 'GTA V Online Grand Prix Racing - Epic Recovery Drive!!!', with flair 'Channel Review'
+13446 [2020-03-16 06:16:11] /u/MV1Gaming had their submission removed for insufficient lambda.
+13446 [2020-03-16 06:19:05] '/u/keegzilla90' has given '/u/RandomNisscity' lambda!
+13446 [2020-03-16 06:33:22] '/u/PonjiNinja' has given '/u/DreamLear' lambda!
+13446 [2020-03-16 06:34:31] '/u/PonjiNinja' has given '/u/kdzplays' lambda!
+13446 [2020-03-16 06:42:29] '/u/danifernt' has given '/u/Paint2Luv-Art' lambda!
+13446 [2020-03-16 07:06:07] There has been a new submission: 'Guys I make crafts out of waste household items.Please subscribe, like and comments.Also let me know if I need to make any improvements', with flair 'Art'
+13446 [2020-03-16 07:06:08] /u/nairbaiju1988 had their submission removed for insufficient lambda.
+13446 [2020-03-16 07:27:59] '/u/Wayne-R-T-S' has given '/u/TheBubbleE1' lambda!
+13446 [2020-03-16 07:28:25] '/u/Wayne-R-T-S' has given '/u/WALLROOP' lambda!
+13446 [2020-03-16 07:31:55] There has been a new submission: 'After a long time I just made a video. I would really appreciate if you could leave a thumbs up 😊', with flair 'Channel Review'
+13446 [2020-03-16 07:31:57] /u/zonel123 had their submission removed for insufficient lambda.
+13446 [2020-03-16 07:33:50] There has been a new submission: 'Should I stick with my current channel or make a brand one?', with flair 'Discussion'
+13446 [2020-03-16 07:40:10] There has been a new submission: 'First Video, Give me feedback plz. I don't mind and any critique.', with flair 'Gaming'
+13446 [2020-03-16 07:40:13] /u/Cantalope_76 had their submission removed for insufficient lambda.
+13446 [2020-03-16 07:51:17] There has been a new submission: 'Bursheen Production #1', with flair 'Video Critique'
+13446 [2020-03-16 07:51:19] /u/INsanePepper had their submission removed for insufficient lambda.
+13446 [2020-03-16 07:52:00] There has been a new submission: 'HOW I'M AVOIDING CORONAVIRUS (tee hee I'm so topical)', with flair 'Vlog'
+13446 [2020-03-16 07:52:02] /u/Yamendo had their submission removed for insufficient lambda.
+13446 [2020-03-16 07:58:52] '/u/Adzic254' has given '/u/kdzplays' lambda!
+13446 [2020-03-16 08:01:42] '/u/OneFor56' has given '/u/mikalburr' lambda!
+13706 [2020-03-16 08:07:13]
+####################
+[2020-03-16 08:07:13] RESTARTED
+####################
+
+13706 [2020-03-16 08:20:05] '/u/R_Hanna' has given '/u/DreamLear' lambda!
+13706 [2020-03-16 08:21:12] There has been a new submission: 'So recently, I've restarted doing youtube. This is the start of my outlast series, any opinions/feedback would be GREATLY appreciated, and please don't be shy! (Also applies to any of my videos!)', with flair 'Gaming'
+13706 [2020-03-16 08:36:06] '/u/electroblastz' has given '/u/MaleficentMood5' lambda!
+13706 [2020-03-16 08:36:43] '/u/electroblastz' has given '/u/Sogguwu' lambda!
+13706 [2020-03-16 08:43:12] There has been a new submission: 'Premiere Pro', with flair 'Discussion'
+13706 [2020-03-16 08:52:23] There has been a new submission: 'New channel, this is the trailer.', with flair 'Video Critique'
+13706 [2020-03-16 08:52:25] /u/Foammountain had their submission removed for insufficient lambda.
+13706 [2020-03-16 08:55:55] '/u/Baitios' has given '/u/tollfreecall' lambda!
+13706 [2020-03-16 08:55:55] The OP received lambda too!
+13706 [2020-03-16 09:01:21] There has been a new submission: 'New video! Would love support, criticism, and suggestions! I made this video quite quickly!', with flair 'None'
+13706 [2020-03-16 09:08:38] There has been a new submission: 'LAC DUONG', with flair 'Vlog'
+13706 [2020-03-16 09:08:39] /u/huynhdvq had their submission removed for insufficient lambda.
+13706 [2020-03-16 09:14:42] There has been a new submission: 'CAFE IRANI CHAII | NEW HELMET | BEST PLACES IN MUMBAI vlog', with flair 'Vlog'
+13706 [2020-03-16 09:16:52] There has been a new submission: 'I sorta have 2 channels', with flair 'Discussion'
+13706 [2020-03-16 09:17:19] '/u/b_hoves' has given '/u/hemant_rangdal' lambda!
+13706 [2020-03-16 09:27:19] There has been a new submission: 'Can someone review these two videos i made?', with flair 'Video Critique'
+13706 [2020-03-16 09:27:20] /u/LlamaLandon69 had their submission removed for insufficient lambda.
+13706 [2020-03-16 09:47:46] There has been a new submission: 'Having to start over', with flair 'Gaming'
+13706 [2020-03-16 09:47:47] /u/Davie504FanBoy had their submission removed for insufficient lambda.
+13842 [2020-03-16 10:07:13]
+####################
+[2020-03-16 10:07:13] RESTARTED
+####################
+
+13842 [2020-03-16 10:11:52] '/u/BananaMilkeu' has given '/u/kdzplays' lambda!
+13842 [2020-03-16 10:30:06] There has been a new submission: 'Hye, Im new at this section. I've made youtube this year as my hobby. I specifically make mobile game shooter video and right now Im focus on COD mobile. As my first time here I just made a video about a gun gameplay. I give lambda for any feedback and support. Thanks and nice to meet you all!', with flair 'Gaming'
+13842 [2020-03-16 10:30:57] There has been a new submission: 'Because of Covid-19. We are not allowed to go out. I created my own YT Channel instead. Can you guys recommen improvemenys to my video?', with flair 'Gaming'
+13842 [2020-03-16 10:30:59] /u/HouseofXion had their submission removed for insufficient lambda.
+13842 [2020-03-16 10:34:16] There has been a new submission: 'The art of stealing by jon jones ( what do you guys thought of the video)', with flair 'Channel Review'
+13842 [2020-03-16 10:34:18] /u/Dnotime22 had their submission removed for insufficient lambda.
+13842 [2020-03-16 11:00:31] '/u/leo-the-cow' has given '/u/MagicWolfPlayz' lambda!
+13842 [2020-03-16 11:08:03] There has been a new submission: 'Ill subscribe to you with as many accounts as you subscribed to me!', with flair 'Gaming'
+13842 [2020-03-16 11:08:04] /u/rojastudios had their submission removed for insufficient lambda.
+13842 [2020-03-16 11:09:52] '/u/VreaL37' has given '/u/-CANTOBOTZ-' lambda!
+13842 [2020-03-16 11:25:54] There has been a new submission: 'Here’s our next Vlog in the Maldives and Parasailing, I’d love some feedback of you can, I’ll make sure you get Lambda :) Thanks in advance', with flair 'Vlog'
+13842 [2020-03-16 11:34:48] There has been a new submission: 'How to make the best Chocolate Brownies | Junior Chef Kevin', with flair 'Vlog'
+13842 [2020-03-16 11:34:50] /u/Csabazsi had their submission removed for insufficient lambda.
+13842 [2020-03-16 11:44:04] '/u/b_hoves' has given '/u/Dnotime22' lambda!
+13842 [2020-03-16 11:55:40] '/u/kdzplays' has given '/u/Adventuroussoul18' lambda!
+13842 [2020-03-16 11:55:40] The OP received lambda too!
+14351 [2020-03-16 12:07:13]
+####################
+[2020-03-16 12:07:13] RESTARTED
+####################
+
+14351 [2020-03-16 12:10:50] '/u/BillyBoyGerman' has given '/u/guyFCR' lambda!
+14351 [2020-03-16 12:11:00] There has been a new submission: 'Fortnite - Was für ein Kampf', with flair 'Vlog'
+14351 [2020-03-16 12:11:02] /u/zweibrueder_YT had their submission removed for insufficient lambda.
+14351 [2020-03-16 12:21:09] There has been a new submission: 'PRESIDENT RODRIGO DUTERTE LIVE (MARCH 16 2020) | Minami Oroi', with flair 'Vlog'
+14351 [2020-03-16 12:21:11] /u/amazon1977 had their submission removed for insufficient lambda.
+14351 [2020-03-16 12:23:19] '/u/heyiamandrew' has given '/u/hemant_rangdal' lambda!
+14351 [2020-03-16 12:31:43] There has been a new submission: 'Chat or DM with me people who can watch my gaming videos on my channel. I will give link of my channel. Please watch and listen to my videos 20 min to 30 min even hour using YouTube Premium if you can’t watch on YouTube. YouTube Premium members DM me', with flair 'Gaming'
+14351 [2020-03-16 12:31:46] /u/saisudhakar009 had their submission removed for insufficient lambda.
+14351 [2020-03-16 12:36:44] '/u/modernaddiction' has given '/u/EngineeringJuice' lambda!
+14351 [2020-03-16 12:36:44] The OP received lambda too!
+14351 [2020-03-16 12:37:04] There has been a new submission: 'Modern warfare bruh moments', with flair 'None'
+14351 [2020-03-16 12:37:05] /u/rarkie had their submission removed for insufficient lambda.
+14351 [2020-03-16 12:38:37] '/u/modernaddiction' has given '/u/JenniferMatthew' lambda!
+14351 [2020-03-16 12:38:37] The OP received lambda too!
+14351 [2020-03-16 12:41:16] There has been a new submission: 'Why Gary Vaynerchuk Is REALLY Winning (Lambda for real feedback)', with flair 'Video Critique'
+14351 [2020-03-16 13:00:37] There has been a new submission: 'Be my first sub :)', with flair 'Gaming'
+14351 [2020-03-16 13:00:39] /u/Bobby-Six-Plays had their submission removed for insufficient lambda.
+14351 [2020-03-16 13:04:19] There has been a new submission: 'Value Vlog - feedback on this style of content?', with flair 'Video Critique'
+14351 [2020-03-16 13:04:21] /u/Majkssss had their submission removed for insufficient lambda.
+14351 [2020-03-16 13:24:17] There has been a new submission: 'Video Review - Jumpscare Compilation Resident Evil 7. We just finished our playthrough of the game on our channel and decided to cut the jumpscares together to see how it would perform. Thoughts on the video? Thanks!', with flair 'Gaming'
+14351 [2020-03-16 13:42:48] There has been a new submission: 'I just started doing videos, let me know what you think', with flair 'Video Critique'
+14351 [2020-03-16 13:42:50] /u/Cain_S had their submission removed for insufficient lambda.
+14351 [2020-03-16 13:44:15] There has been a new submission: 'I WILL NOT STOP STREAMING UNTIL I REACH 1000 SUBS', with flair 'Gaming'
+14351 [2020-03-16 13:44:18] /u/MikaStyx had their submission removed for insufficient lambda.
+14351 [2020-03-16 13:56:36] There has been a new submission: 'A Halo Reach Multiplayer Experience, what do you guys think?', with flair 'Gaming'
+14351 [2020-03-16 13:56:38] /u/IdeaPending had their submission removed for insufficient lambda.
+14351 [2020-03-16 14:01:22] '/u/modernaddiction' has given '/u/CompleteReason1' lambda!
+14351 [2020-03-16 14:01:22] The OP received lambda too!
+14351 [2020-03-16 14:01:48] There has been a new submission: 'dakens (channel introduction)', with flair 'Video Critique'
+14351 [2020-03-16 14:01:50] /u/realdakens had their submission removed for insufficient lambda.
+14351 [2020-03-16 14:03:29] There has been a new submission: 'dakens (channel introduction)', with flair 'Video Critique'
+14351 [2020-03-16 14:03:31] /u/xenoens had their submission removed for insufficient lambda.
+14511 [2020-03-16 14:07:13]
+####################
+[2020-03-16 14:07:13] RESTARTED
+####################
+
+14511 [2020-03-16 14:13:46] '/u/JudgeCreed' has given '/u/kdzplays' lambda!
+14511 [2020-03-16 14:18:40] There has been a new submission: 'Hey guys if any of you like anime and manga then perhaps you will like my latest video. I would appreciate all feedback!', with flair 'Video Critique'
+14511 [2020-03-16 14:19:26] There has been a new submission: 'Resident Evil 2 Original (1998) (Leon A) Let's Play Episode/Part 4 Gameplay Walkthrough Blind', with flair 'None'
+14511 [2020-03-16 14:19:27] /u/loopy2mn had their submission removed for insufficient lambda.
+14511 [2020-03-16 14:39:07] There has been a new submission: 'If you ever wanted to know who subscribed to you on YouTube here is the video for you', with flair 'Discussion'
+14511 [2020-03-16 14:39:08] /u/cevcevspen had their submission removed for using the wrong flair.
+14511 [2020-03-16 14:42:09] There has been a new submission: 'If you ever wanted to know who subscribed to your YouTube channel then here the is the video for you', with flair 'Meta'
+14511 [2020-03-16 14:42:12] /u/cevcevspen had their submission removed for using the wrong flair.
+14511 [2020-03-16 14:44:00] There has been a new submission: 'If you ever wanted to know who subscribed to your channel then here is the video for you', with flair 'Video Critique'
+14511 [2020-03-16 14:44:02] /u/cevcevspen had their submission removed for insufficient lambda.
+14511 [2020-03-16 14:44:14] There has been a new submission: 'Hey guys I tried really hard to make this vid so Id appreciate it if yall checked it out Thanks a lot if yall do.', with flair 'Channel Review'
+14511 [2020-03-16 14:44:16] /u/LoopSoupYT had their submission removed for insufficient lambda.
+14511 [2020-03-16 14:53:58] There has been a new submission: 'New Series Premiere', with flair 'Vlog'
+14511 [2020-03-16 14:54:00] /u/Niche96 had their submission removed for insufficient lambda.
+14511 [2020-03-16 14:54:42] '/u/hemant_rangdal' has given '/u/cevcevspen' lambda!
+14511 [2020-03-16 14:54:42] The OP received lambda too!
+14511 [2020-03-16 14:57:04] There has been a new submission: 'yo guys submit your channel links here. I will review them for yall no strings attatched', with flair 'Discussion'
+14511 [2020-03-16 14:59:25] '/u/BetaBradTv' has given '/u/SelendineMcHerb' lambda!
+14511 [2020-03-16 15:00:02] '/u/BetaBradTv' has given '/u/ReiKasumi' lambda!
+14511 [2020-03-16 15:01:12] '/u/BetaBradTv' has given '/u/BanterBoulevard' lambda!
+14511 [2020-03-16 15:03:08] '/u/BetaBradTv' has given '/u/Pestarklo' lambda!
+14511 [2020-03-16 15:06:57] There has been a new submission: 'Hi everyone! I am trying something new and I'd like to know what you think. I'm also open to suggestions for other games that I can play. Games that I can also make a video like this one. Thanks guys! Have a good one!', with flair 'Video Critique'
+14511 [2020-03-16 15:12:06] There has been a new submission: 'Commentary vs. No Commentary in game walkthroughs - Your thoughts?', with flair 'Discussion'
+14511 [2020-03-16 15:12:25] '/u/Luketoob' has given '/u/Gaming_Soup' lambda!
+14511 [2020-03-16 15:27:32] There has been a new submission: 'Any SCP fan out there? I made an edited intro of SCP Containment Breach.', with flair 'Gaming'
+14511 [2020-03-16 15:27:33] /u/stlo0309 had their submission removed for insufficient lambda.
+14511 [2020-03-16 15:30:37] '/u/tss230' has given '/u/isiahdyson500' lambda!
+14511 [2020-03-16 15:31:14] '/u/-CANTOBOTZ-' has given '/u/PreetiSketch' lambda!
+14511 [2020-03-16 15:31:14] The OP received lambda too!
+14511 [2020-03-16 15:31:29] '/u/ekaaaans' has given '/u/CrimsonWonders' lambda!
+14511 [2020-03-16 15:37:59] There has been a new submission: 'I attempted Backlit photography as a Videographer. We're mostly videographers here, so hopefully, this can help some of you take some boss photos! Feedback on delivery and clarity most appreciated. Stay safe and make videos!', with flair 'Video Critique'
+14511 [2020-03-16 15:38:58] '/u/LoopSoupYT' has given '/u/finbud117' lambda!
+14511 [2020-03-16 15:38:58] The OP received lambda too!
+14511 [2020-03-16 15:44:47] There has been a new submission: 'Real Subscriber's', with flair 'Discussion'
+14511 [2020-03-16 15:47:28] '/u/Nhattylite' has given '/u/LoopSoupYT' lambda!
+14511 [2020-03-16 15:47:28] The OP received lambda too!
+14511 [2020-03-16 15:48:09] '/u/electroblastz' has given '/u/Gaming_Soup' lambda!
+14511 [2020-03-16 15:48:17] '/u/Nhattylite' has given '/u/cevcevspen' lambda!
+14511 [2020-03-16 15:49:03] '/u/electroblastz' has given '/u/Danny413fromCoC' lambda!
+14511 [2020-03-16 15:54:21] There has been a new submission: 'New channel . Please help my channel to grow , thank you ..', with flair 'Channel Review'
+14511 [2020-03-16 15:54:23] /u/watty1963 had their submission removed for insufficient lambda.
+14511 [2020-03-16 15:55:11] '/u/Illfury' has given '/u/modernaddiction' lambda!
+14511 [2020-03-16 15:55:22] '/u/Illfury' has given '/u/The_Suited_Bird' lambda!
+14511 [2020-03-16 16:05:36] There has been a new submission: 'is youtube removing my views?', with flair 'Discussion'
+14511 [2020-03-16 16:05:56] There has been a new submission: 'How “Smaht Pahk” would have really happened.', with flair 'Video Critique'
+14511 [2020-03-16 16:05:58] /u/thesouthshoreboyz had their submission removed for insufficient lambda.
+14511 [2020-03-16 16:06:09] There has been a new submission: 'STOP Being Afraid To Fail! Some new elements were put in this video. Short and sweet! I would love some feedback! :)', with flair 'Video Critique'
+14647 [2020-03-16 16:07:13]
+####################
+[2020-03-16 16:07:13] RESTARTED
+####################
+
+14647 [2020-03-16 16:08:24] There has been a new submission: 'A Hike in the Great Smokey Mountains National Park After a Light Snow', with flair 'Vlog'
+14647 [2020-03-16 16:08:25] /u/Bushidoman had their submission removed for insufficient lambda.
+14647 [2020-03-16 16:10:00] There has been a new submission: 'Doing youtube? This may help.', with flair 'Channel Review'
+14647 [2020-03-16 16:11:10] There has been a new submission: 'Part 2 of: "How to not get the Coronavirus". Looking for feedback and comments. Giving lambda of course!', with flair 'Video Critique'
+14647 [2020-03-16 16:11:43] There has been a new submission: 'A Winter Hike to Purchase Knob', with flair 'Video Critique'
+14647 [2020-03-16 16:11:45] /u/Bushidoman had their submission removed for insufficient lambda.
+14647 [2020-03-16 16:16:31] There has been a new submission: 'CINEMATIC GAMING (mostly PS4) without commentary -- need help with watch time/viewer retention', with flair 'Channel Review'
+14647 [2020-03-16 16:22:49] '/u/LoopSoupYT' has given '/u/ChrisPerrone_' lambda!
+14647 [2020-03-16 16:27:24] There has been a new submission: 'Let’s discuss the case of Richard Ramirez, a man with a great head of hair and little to no teeth...', with flair 'None'
+14647 [2020-03-16 16:27:25] /u/BabeRossTheArtist had their submission removed for insufficient lambda.
+14647 [2020-03-16 16:34:47] There has been a new submission: 'Hi, I just found this subreddit and some times I really think my channel...', with flair 'Video Critique'
+14647 [2020-03-16 16:34:49] /u/bone_shadows had their submission removed for insufficient lambda.
+14647 [2020-03-16 16:42:17] There has been a new submission: 'This is my third video and would really appreciate feedback!', with flair 'Video Critique'
+14647 [2020-03-16 16:42:19] /u/SparklyDaCrow had their submission removed for insufficient lambda.
+14647 [2020-03-16 16:46:33] There has been a new submission: 'StewdioMACK: short films about my depressing life. Looking for feedback on editing, overall tone', with flair 'None'
+14647 [2020-03-16 16:48:40] There has been a new submission: 'Gollum Reads (and sings) Twinkle Twinkle Little Star', with flair 'Meta'
+14647 [2020-03-16 16:48:41] /u/g0s0_85 had their submission removed for using the wrong flair.
+14647 [2020-03-16 16:49:14] '/u/NathanFPS' has given '/u/kdzplays' lambda!
+14647 [2020-03-16 16:51:14] There has been a new submission: 'I’m a new Horror Gamer! Let me know how I did with this super scary game. Thanks in advance!', with flair 'Gaming'
+14647 [2020-03-16 16:51:16] /u/Contonion had their submission removed for insufficient lambda.
+14647 [2020-03-16 17:20:15] There has been a new submission: 'Worth Promoting Videos Early On Your Career?', with flair 'Discussion'
+14647 [2020-03-16 17:29:03] '/u/Slithersnake3' has given '/u/TheOzan' lambda!
+14647 [2020-03-16 17:29:03] The OP received lambda too!
+14647 [2020-03-16 17:32:39] '/u/Slithersnake3' has given '/u/mr_churs' lambda!
+14647 [2020-03-16 17:35:32] There has been a new submission: 'President Rodrigo Duterte on Monday said the enhanced community quaranti...', with flair 'Channel Review'
+14647 [2020-03-16 17:35:34] /u/amazon1977 had their submission removed for insufficient lambda.
+14647 [2020-03-16 17:42:40] '/u/DreamLear' has given '/u/BillyBoyGerman' lambda!
+14647 [2020-03-16 17:43:04] '/u/DreamLear' has given '/u/guyFCR' lambda!
+14647 [2020-03-16 17:47:31] '/u/DreamLear' has given '/u/kdzplays' lambda!
+14647 [2020-03-16 17:51:58] '/u/DreamLear' has given '/u/Danny413fromCoC' lambda!
+14647 [2020-03-16 17:53:21] There has been a new submission: 'Legendary largemouth bass location rdr2', with flair 'Gaming'
+14647 [2020-03-16 17:53:24] /u/theturn89 had their submission removed for insufficient lambda.
+14647 [2020-03-16 18:00:57] There has been a new submission: 'GoPro Hockey Game (2020) | Oh That Must REALLY Hurt (Knee Injury)', with flair 'Video Critique'
+14647 [2020-03-16 18:01:00] /u/SteelHockey had their submission removed for insufficient lambda.
+14647 [2020-03-16 18:01:34] There has been a new submission: 'Here's my latest Royalty-Free Music. It's an Upbeat & Energetic Rock track, and I'd love to hear what you think about it !', with flair 'Video Critique'
+14781 [2020-03-16 18:07:13]
+####################
+[2020-03-16 18:07:13] RESTARTED
+####################
+
+14781 [2020-03-16 18:08:13] '/u/R_Hanna' has given '/u/cevcevspen' lambda!
+14781 [2020-03-16 18:08:18] '/u/VreaL37' has given '/u/cevcevspen' lambda!
+14781 [2020-03-16 18:08:18] The OP received lambda too!
+14781 [2020-03-16 18:08:56] '/u/R_Hanna' has given '/u/ReiKasumi' lambda!
+14781 [2020-03-16 18:09:39] There has been a new submission: 'Here’s my latest video uploaded to my recently created YouTube channel! Excited to review Illinois Recreational cannabis products and document the progress of the market here as time passes. Let me know what you think, cheers!', with flair 'Channel Review'
+14781 [2020-03-16 18:09:40] /u/vinny69420 had their submission removed for insufficient lambda.
+14781 [2020-03-16 18:19:39] '/u/danifernt' has given '/u/BanterBoulevard' lambda!
+14781 [2020-03-16 18:25:59] '/u/danifernt' has given '/u/kdzplays' lambda!
+14781 [2020-03-16 18:29:15] There has been a new submission: 'Recovery channel about my ongoing journey back to health (feedback wanted!)', with flair 'None'
+14781 [2020-03-16 18:29:16] /u/miraclman31 had their submission removed for insufficient lambda.
+14781 [2020-03-16 18:30:00] There has been a new submission: 'Castlevania: Lament of Innocence - No Damage/@crazy Mode - Thunder Eleme...', with flair 'Gaming'
+14781 [2020-03-16 18:30:01] /u/xxxEhrenxxx had their submission removed for insufficient lambda.
+14781 [2020-03-16 18:30:45] There has been a new submission: 'David Dobrik Can't Handle Sean Evans' Wings (Hot Ones) (Out of Context)', with flair 'Video Critique'
+14781 [2020-03-16 18:30:47] /u/agar42 had their submission removed for insufficient lambda.
+14781 [2020-03-16 18:32:01] There has been a new submission: 'Quarantine Challenge!', with flair 'Discussion'
+14781 [2020-03-16 18:39:22] There has been a new submission: 'HOPE YOU ENJOY THE VIDS !', with flair 'Channel Review'
+14781 [2020-03-16 18:39:23] /u/rayen261 had their submission removed for insufficient lambda.
+14781 [2020-03-16 18:51:08] '/u/PonjiNinja' has given '/u/guyFCR' lambda!
+14781 [2020-03-16 18:56:14] '/u/MysticalStyle' has given '/u/FineappleFilms' lambda!
+14781 [2020-03-16 18:56:14] The OP received lambda too!
+14781 [2020-03-16 18:57:15] '/u/MafiasFinestTV' has given '/u/PreetiSketch' lambda!
+14781 [2020-03-16 18:57:16] The OP received lambda too!
+14781 [2020-03-16 19:00:27] There has been a new submission: 'Hello :) I started my ASMR YouTube channel about two weeks ago!', with flair 'Channel Review'
+14781 [2020-03-16 19:00:30] /u/the_orenda_ had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:05:44] There has been a new submission: 'New Minecraft video. Let me know what You think, I would really appreciat it', with flair 'Video Critique'
+14781 [2020-03-16 19:07:40] There has been a new submission: 'New Minecraft video. Let me know what You think, I would really appreciate it', with flair 'Video Critique'
+14781 [2020-03-16 19:08:00] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 4 - Enenra Boss', with flair 'Gaming'
+14781 [2020-03-16 19:08:01] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:08:22] '/u/Danny413fromCoC' has given '/u/Foggy_Creations' lambda!
+14781 [2020-03-16 19:08:22] The OP received lambda too!
+14781 [2020-03-16 19:16:25] There has been a new submission: 'Giving lambda to any feedback on my most popular video! Thanks.', with flair 'None'
+14781 [2020-03-16 19:17:24] There has been a new submission: 'Been trying to get my foot in the door making video essays. A look at my stuff would be much obliged!', with flair 'Channel Review'
+14781 [2020-03-16 19:17:26] /u/73windman had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:19:29] '/u/MafiasFinestTV' has given '/u/TheBobbyBands' lambda!
+14781 [2020-03-16 19:22:42] '/u/Electric_Mauser' has given '/u/73windman' lambda!
+14781 [2020-03-16 19:22:55] '/u/Electric_Mauser' has given '/u/VittaS__' lambda!
+14781 [2020-03-16 19:23:12] '/u/Electric_Mauser' has given '/u/CrimsonWonders' lambda!
+14781 [2020-03-16 19:23:26] '/u/Electric_Mauser' has given '/u/guyFCR' lambda!
+14781 [2020-03-16 19:23:36] '/u/Electric_Mauser' has given '/u/LoopSoupYT' lambda!
+14781 [2020-03-16 19:23:50] '/u/Electric_Mauser' has given '/u/carbonfiber9001' lambda!
+14781 [2020-03-16 19:24:00] '/u/Electric_Mauser' has given '/u/Endy_McGufin' lambda!
+14781 [2020-03-16 19:24:11] '/u/Electric_Mauser' has given '/u/soupy-eggeater' lambda!
+14781 [2020-03-16 19:24:21] '/u/Electric_Mauser' has given '/u/RealLittleCargo' lambda!
+14781 [2020-03-16 19:24:32] '/u/Electric_Mauser' has given '/u/kingranger984' lambda!
+14781 [2020-03-16 19:24:42] '/u/Electric_Mauser' has given '/u/joeshater' lambda!
+14781 [2020-03-16 19:25:07] '/u/Electric_Mauser' has given '/u/stlo0309' lambda!
+14781 [2020-03-16 19:26:01] There has been a new submission: 'I played COD for the first time and went in blind to their new battle royale, Warzone. I'd really appreciate your feedback!', with flair 'Gaming'
+14781 [2020-03-16 19:29:31] There has been a new submission: 'My latest upload!: Coronavirus | Real or Fake | Tighten Up', with flair 'Vlog'
+14781 [2020-03-16 19:29:32] /u/cjayshu had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:29:46] There has been a new submission: 'Eat it like Impossible Meat', with flair 'Channel Review'
+14781 [2020-03-16 19:29:46] /u/CulturalWindow had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:37:42] There has been a new submission: 'Please enjoy my new video, like it if you like it and also consider subscribing.', with flair 'Gaming'
+14781 [2020-03-16 19:37:43] /u/HiteshSwami had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:38:06] There has been a new submission: 'Guys go subscribe to my gaming exploit channel', with flair 'Gaming'
+14781 [2020-03-16 19:38:08] /u/Taytaydadon1234 had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:44:06] '/u/MafiasFinestTV' has given '/u/chsmntnstudios' lambda!
+14781 [2020-03-16 19:46:30] '/u/PreetiSketch' has given '/u/BentSparkOutdoors' lambda!
+14781 [2020-03-16 19:46:30] The OP received lambda too!
+14781 [2020-03-16 19:48:32] '/u/TheBrainwasher14' has given '/u/allages69' lambda!
+14781 [2020-03-16 19:48:32] The OP received lambda too!
+14781 [2020-03-16 19:52:29] There has been a new submission: 'The next stage in fighting the coronavirus is here but shall we take matters into our own hands. If your into fitness and go to a gym, should you stop going to fight the spread?', with flair 'Discussion'
+14781 [2020-03-16 19:52:31] /u/veganldk1990 had their submission removed for using the wrong flair.
+14781 [2020-03-16 19:52:59] '/u/LNRDSHELBY' has given '/u/FineappleFilms' lambda!
+14781 [2020-03-16 19:52:59] The OP received lambda too!
+14781 [2020-03-16 19:53:24] There has been a new submission: 'The next stage in fighting the coronavirus is here but shall we take matters into our own hands. If your into fitness and go to a gym, should you stop going to fight the spread?', with flair 'Video Critique'
+14781 [2020-03-16 19:53:26] /u/veganldk1990 had their submission removed for insufficient lambda.
+14781 [2020-03-16 19:59:10] There has been a new submission: 'MARVEL AVENGERS FULL MOVIE IN [CARTOON ]', with flair 'None'
+14781 [2020-03-16 19:59:10] /u/epicrealm2 had their submission removed for insufficient lambda.
+14781 [2020-03-16 20:01:33] '/u/guyFCR' has given '/u/TheBobbyBands' lambda!
+14781 [2020-03-16 20:01:33] The OP received lambda too!
+14781 [2020-03-16 20:01:43] There has been a new submission: 'Trolling on arab discord servers has never been so much fun!', with flair 'Video Critique'
+14781 [2020-03-16 20:01:46] /u/MrBeanDip1107 had their submission removed for insufficient lambda.
+14781 [2020-03-16 20:01:57] '/u/guyFCR' has given '/u/chsmntnstudios' lambda!
+14781 [2020-03-16 20:05:53] There has been a new submission: 'HOW TO GET ATTENTION? Also give feedback about my last upload.', with flair 'Video Critique'
+14920 [2020-03-16 20:07:14]
+####################
+[2020-03-16 20:07:14] RESTARTED
+####################
+
+14920 [2020-03-16 20:08:14] There has been a new submission: '*BRAND NEW* Series on the channel. I am looking for feedback on audio quality and the intro into the game. your feedback is much appreciated. Resident Evil Remake:BLIND PLAYTHROUGH Jill Valentine Ep.1', with flair 'Gaming'
+14920 [2020-03-16 20:14:16] There has been a new submission: 'Please let me know what you think of my latest video in the videos comment section. Thank you! Have tried my best to use all great advices I have got from you guys!', with flair 'Video Critique'
+14920 [2020-03-16 20:16:20] There has been a new submission: 'Even though we can’t go out do to corona look on the positive side', with flair 'Discussion'
+14920 [2020-03-16 20:16:28] There has been a new submission: 'I ANIMATED A FELLOW YOUTUBER'S STORY!! I have a series where I try and animate viewer submitted funny puberty stories, uncensored. This is my first one and I'm looking for feedback on how to improve. I'm always looking for more stories and collabs!', with flair 'Video Critique'
+14920 [2020-03-16 20:19:37] '/u/MafiasFinestTV' has given '/u/Danielfaraj' lambda!
+14920 [2020-03-16 20:27:44] There has been a new submission: 'Angry cats', with flair 'Video Critique'
+14920 [2020-03-16 20:27:45] /u/engineerman71 had their submission removed for insufficient lambda.
+14920 [2020-03-16 20:33:29] '/u/Monarch_Meow' has given '/u/BanterBoulevard' lambda!
+14920 [2020-03-16 20:37:18] '/u/Monarch_Meow' has given '/u/allages69' lambda!
+14920 [2020-03-16 20:39:15] '/u/TheBrainwasher14' has given '/u/Danielfaraj' lambda!
+14920 [2020-03-16 20:39:37] '/u/BridgesGames' has given '/u/LuxMedia' lambda!
+14920 [2020-03-16 20:39:37] The OP received lambda too!
+14920 [2020-03-16 20:46:46] There has been a new submission: 'THE ALGORITHM! Let's grow together :). Will like and comment on your videos!', with flair 'Discussion'
+14920 [2020-03-16 20:46:48] /u/Danielfaraj had their submission removed for using the wrong flair.
+14920 [2020-03-16 20:53:53] There has been a new submission: 'THE ALGORITHM! Let's grow together :). Will like and comment on your videos!', with flair 'Video Critique'
+14920 [2020-03-16 20:58:50] '/u/guyFCR' has given '/u/LuxMedia' lambda!
+14920 [2020-03-16 20:59:11] '/u/guyFCR' has given '/u/Danielfaraj' lambda!
+14920 [2020-03-16 21:00:43] There has been a new submission: 'mercyboygaming', with flair 'Gaming'
+14920 [2020-03-16 21:00:46] /u/mercyboygaming had their submission removed for insufficient lambda.
+14920 [2020-03-16 21:10:27] '/u/LNRDSHELBY' has given '/u/LuxMedia' lambda!
+14920 [2020-03-16 21:15:24] There has been a new submission: 'Check out my latest video and let me know what you think I can improve. Always looking to get better. BLOODSHOT | SPOILER FREE REVIEW By Featured Films', with flair 'Video Critique'
+14920 [2020-03-16 21:15:51] There has been a new submission: 'Hey come check out my omegle video and give me some feedback :)', with flair 'Video Critique'
+14920 [2020-03-16 21:19:09] '/u/DeafJordan' has given '/u/cevcevspen' lambda!
+14920 [2020-03-16 21:19:09] The OP received lambda too!
+14920 [2020-03-16 21:21:08] There has been a new submission: 'Space Engineers! I've been working to compress my gameplay sessions into small timelapse summaries. Any advice on how to spruce up the channel or improve my future timelapses would be appreciated! 59 subs at time of upload :)', with flair 'Channel Review'
+14920 [2020-03-16 21:25:24] There has been a new submission: 'Hows it going all, Please do check out my channel and let me know what you think', with flair 'Channel Review'
+14920 [2020-03-16 21:25:26] /u/TheLegendOfZander had their submission removed for insufficient lambda.
+14920 [2020-03-16 21:32:11] There has been a new submission: 'Normality PC Review. Would like to hear what you guys think of my stuff!', with flair 'Video Critique'
+14920 [2020-03-16 21:32:13] /u/tominator_44 had their submission removed for insufficient lambda.
+14920 [2020-03-16 21:34:44] There has been a new submission: 'bruhh lmk opinions', with flair 'Discussion'
+14920 [2020-03-16 21:34:46] /u/sueno-af had their submission removed for using the wrong flair.
+14920 [2020-03-16 21:35:32] There has been a new submission: 'WHY AFRICANS are not scared of CORONA virus: SURVEY VIDEO', with flair 'Discussion'
+14920 [2020-03-16 21:35:34] /u/justPRECIOUZ had their submission removed for using the wrong flair.
+14920 [2020-03-16 21:35:51] There has been a new submission: 'bruhh lmk opinions', with flair 'Video Critique'
+14920 [2020-03-16 21:35:53] /u/sueno-af had their submission removed for insufficient lambda.
+14920 [2020-03-16 21:36:40] There has been a new submission: 'Just started my cooking channel a month ago. Looking for feedback. Off course if you like it some sub would be great too ;) THX', with flair 'Channel Review'
+14920 [2020-03-16 21:36:41] /u/Tomcsik had their submission removed for insufficient lambda.
+14920 [2020-03-16 21:40:00] There has been a new submission: 'I been temporarily banned from posting in Facebook groups', with flair 'Discussion'
+14920 [2020-03-16 21:45:21] '/u/BridgesGames' has given '/u/Boing_gaming' lambda!
+14920 [2020-03-16 21:46:46] There has been a new submission: 'I'm under Coronavirus Quarantine - Plague Diaries', with flair 'Video Critique'
+14920 [2020-03-16 21:46:48] /u/IrreverentMan had their submission removed for insufficient lambda.
+14920 [2020-03-16 21:47:41] '/u/guyFCR' has given '/u/Monarch_Meow' lambda!
+14920 [2020-03-16 21:47:56] '/u/LuxMedia' has given '/u/Dog_Bit' lambda!
+14920 [2020-03-16 21:47:56] The OP received lambda too!
+14920 [2020-03-16 21:48:26] '/u/MafiasFinestTV' has given '/u/420NoScopeFedoraTip' lambda!
+14920 [2020-03-16 21:50:15] '/u/Burkeds' has given '/u/Dog_Bit' lambda!
+14920 [2020-03-16 21:50:15] The OP received lambda too!
+14920 [2020-03-16 21:54:10] '/u/LuxMedia' has given '/u/IrreverentMan' lambda!
+14920 [2020-03-16 21:58:05] There has been a new submission: 'I thought this video was going to do better due to the current situation. Is it bad or are people just not finding it?', with flair 'None'
+14920 [2020-03-16 22:00:56] There has been a new submission: 'checking anyone out who drops their link below!', with flair 'Gaming'
+14920 [2020-03-16 22:00:59] /u/rvfaint had their submission removed for insufficient lambda.
+14920 [2020-03-16 22:01:11] '/u/allages69' has given '/u/Monarch_Meow' lambda!
+14920 [2020-03-16 22:01:11] The OP received lambda too!
+14920 [2020-03-16 22:04:18] '/u/LuxMedia' has given '/u/Monarch_Meow' lambda!
+14920 [2020-03-16 22:04:30] There has been a new submission: 'Hi guys please helo mr grow and reach my first 100 subscriber. Thanks', with flair 'Gaming'
+14920 [2020-03-16 22:04:32] /u/hammad_jamil had their submission removed for insufficient lambda.
+14920 [2020-03-16 22:05:07] '/u/Nhattylite' has given '/u/73windman' lambda!
+15115 [2020-03-16 22:07:14]
+####################
+[2020-03-16 22:07:14] RESTARTED
+####################
+
+15115 [2020-03-16 22:12:29] '/u/allages69' has given '/u/IrreverentMan' lambda!
+15115 [2020-03-16 22:13:15] There has been a new submission: 'A Small List of Things That Have Improved Since the 90's - VIDEO CRITIQUE - Resurrecting YouTube Channel', with flair 'Video Critique'
+15115 [2020-03-16 22:14:57] There has been a new submission: 'I'm under Coronavirus Quarantine - Plague Diaries', with flair 'Video Critique'
+15115 [2020-03-16 22:20:23] There has been a new submission: 'Kid Approved Healthy Mug Cakes', with flair 'Channel Review'
+15115 [2020-03-16 22:20:26] /u/kawshif had their submission removed for insufficient lambda.
+15115 [2020-03-16 22:25:24] There has been a new submission: 'How To Build the BEST Defensive Team in NBA 2K20 | NBA 2K20 MyLeague EP. 4', with flair 'Gaming'
+15115 [2020-03-16 22:25:25] /u/bxrry had their submission removed for insufficient lambda.
+15115 [2020-03-16 22:25:40] '/u/MafiasFinestTV' has given '/u/JimmyTehF' lambda!
+15115 [2020-03-16 22:26:15] '/u/JenniferMatthew' has given '/u/prmedx' lambda!
+15115 [2020-03-16 22:28:31] There has been a new submission: 'If you ever wanted to know who subscribed to your YouTube channel then here is the video to show you how to do that', with flair 'Video Critique'
+15115 [2020-03-16 22:35:51] '/u/PreetiSketch' has given '/u/Boing_gaming' lambda!
+15115 [2020-03-16 22:39:48] There has been a new submission: 'A story of 3 brothers. . . | Gmod Horror map (Kinda) The Village', with flair 'Video Critique'
+15115 [2020-03-16 22:39:48] /u/RoyalPhoenixofficial had their submission removed for insufficient lambda.
+15115 [2020-03-16 22:43:39] '/u/Adventuroussoul18' has given '/u/cevcevspen' lambda!
+15115 [2020-03-16 22:43:39] The OP received lambda too!
+15115 [2020-03-16 22:46:18] There has been a new submission: 'trying other games out tell me what you think', with flair 'Gaming'
+15115 [2020-03-16 23:03:27] There has been a new submission: 'ENDING Friendships in Black Ops 2', with flair 'Gaming'
+15115 [2020-03-16 23:03:30] /u/I3enjino had their submission removed for insufficient lambda.
+15115 [2020-03-16 23:08:44] '/u/HeyIDoesStuff' has given '/u/DreamLear' lambda!
+15115 [2020-03-16 23:09:45] '/u/BetaBradTv' has given '/u/allages69' lambda!
+15115 [2020-03-16 23:19:41] There has been a new submission: 'First time playing Mobile Legends MISTAKES WERE MADE', with flair 'Gaming'
+15115 [2020-03-16 23:19:42] /u/joycevlogs had their submission removed for insufficient lambda.
+15115 [2020-03-16 23:20:47] There has been a new submission: 'Getting best camera Quality', with flair 'Discussion'
+15115 [2020-03-16 23:27:36] There has been a new submission: 'I made this video about Pi and Pi day, I hope you enjoy!', with flair 'Discussion'
+15115 [2020-03-16 23:27:38] /u/472334 had their submission removed for using the wrong flair.
+15115 [2020-03-16 23:31:31] '/u/BillyBoyGerman' has given '/u/cevcevspen' lambda!
+15115 [2020-03-16 23:31:31] The OP received lambda too!
+15115 [2020-03-16 23:32:32] There has been a new submission: 'I’m new to YouTube starting an offroad channel! If you’re into it I’d appreciate a sub', with flair 'None'
+15115 [2020-03-16 23:32:34] /u/shoffii93 had their submission removed for insufficient lambda.
+15115 [2020-03-16 23:33:29] '/u/BillyBoyGerman' has given '/u/vinny69420' lambda!
+15115 [2020-03-16 23:42:41] '/u/cevcevspen' has given '/u/HeyIDoesStuff' lambda!
+15115 [2020-03-16 23:42:41] The OP received lambda too!
+15115 [2020-03-16 23:44:11] '/u/MafiasFinestTV' has given '/u/Boing_gaming' lambda!
+15115 [2020-03-16 23:45:36] There has been a new submission: 'One of my many well edited videos', with flair 'Gaming'
+15115 [2020-03-16 23:46:22] There has been a new submission: 'I wanna know what to improve on', with flair 'Video Critique'
+15115 [2020-03-16 23:46:24] /u/RadiantDiscord had their submission removed for insufficient lambda.
+15334 [2020-03-17 00:07:14]
+####################
+[2020-03-17 00:07:14] RESTARTED
+####################
+
+15334 [2020-03-17 00:16:19] There has been a new submission: 'My first attempt at green screen/chroma key. Not too shabby, I reckon. I got lucky with the lighting.', with flair 'Channel Review'
+15334 [2020-03-17 00:17:42] There has been a new submission: 'Guys can you help me to get 200 subscribers pls, small youtube channel wanting to grow :)', with flair 'None'
+15334 [2020-03-17 00:17:43] /u/FlamingLong2305 had their submission removed for insufficient lambda.
+15334 [2020-03-17 00:28:07] There has been a new submission: 'check me out and ill check u out no homo x', with flair 'Channel Review'
+15334 [2020-03-17 00:28:08] /u/catlessdog had their submission removed for insufficient lambda.
+15334 [2020-03-17 00:33:40] There has been a new submission: 'Juicy Lambda for helpful feedback! For a quick rush of sniping adrenaline, check out my new Modern Warfare video!', with flair 'Gaming'
+15334 [2020-03-17 00:35:06] There has been a new submission: 'I'm a small Korean Youtuber who just started! I'm looking for any feedback on any of my videos. I've linked my most recent video (travel vlog to Singapore!) but please feel free to comment on any of my other videos with any feedback that you may have! Thanks in Advance!', with flair 'Video Critique'
+15334 [2020-03-17 00:35:08] /u/dontkonwme had their submission removed for insufficient lambda.
+15334 [2020-03-17 00:41:27] '/u/MafiasFinestTV' has given '/u/joeshater' lambda!
+15334 [2020-03-17 00:43:11] There has been a new submission: 'New video is live!', with flair 'None'
+15334 [2020-03-17 00:43:13] /u/shoffii93 had their submission removed for insufficient lambda.
+15334 [2020-03-17 00:48:18] There has been a new submission: 'Went semi-viral with this sketch but I’ve been locked at 13k subs for a long time not sure how to grow more', with flair 'Discussion'
+15334 [2020-03-17 00:48:19] /u/rubberfactory5 had their submission removed for using the wrong flair.
+15334 [2020-03-17 00:57:22] There has been a new submission: 'hi gus can check out my new gaming video on my channel and give your honest opinion', with flair 'Gaming'
+15334 [2020-03-17 00:57:23] /u/Madlok98 had their submission removed for insufficient lambda.
+15334 [2020-03-17 00:58:01] '/u/GrumpyBottom_YT' has given '/u/vinny69420' lambda!
+15334 [2020-03-17 00:58:01] The OP received lambda too!
+15334 [2020-03-17 01:04:43] '/u/IdealDog' has given '/u/Playthrough_Exp' lambda!
+15334 [2020-03-17 01:04:43] The OP received lambda too!
+15334 [2020-03-17 01:05:22] '/u/IdealDog' has given '/u/GideonGriebenow' lambda!
+15334 [2020-03-17 01:05:45] '/u/IdealDog' has given '/u/BillyBoyGerman' lambda!
+15334 [2020-03-17 01:05:56] '/u/IdealDog' has given '/u/Foggy_Creations' lambda!
+15334 [2020-03-17 01:06:04] '/u/IdealDog' has given '/u/BentSparkOutdoors' lambda!
+15334 [2020-03-17 01:08:53] '/u/Illfury' has given '/u/DreamLear' lambda!
+15334 [2020-03-17 01:10:01] There has been a new submission: 'Dad Left Me In The River, I Came Back After 15 Years!', with flair 'Gaming'
+15334 [2020-03-17 01:14:19] There has been a new submission: 'funny video', with flair 'Gaming'
+15334 [2020-03-17 01:14:21] /u/bigboi69420000 had their submission removed for insufficient lambda.
+15334 [2020-03-17 01:16:42] '/u/MafiasFinestTV' has given '/u/avamansouri' lambda!
+15334 [2020-03-17 01:20:23] There has been a new submission: 'Went semi-viral with this sketch, but haven’t been able to break 13k since then. Not sure what to do next', with flair 'Channel Review'
+15334 [2020-03-17 01:20:25] /u/rubberfactory5 had their submission removed for insufficient lambda.
+15334 [2020-03-17 01:29:04] '/u/-CANTOBOTZ-' has given '/u/73windman' lambda!
+15334 [2020-03-17 01:36:22] There has been a new submission: 'New cooking video!!', with flair 'Video Critique'
+15334 [2020-03-17 01:36:24] /u/Fugondia had their submission removed for insufficient lambda.
+15334 [2020-03-17 01:36:34] There has been a new submission: 'How to make money with a marketing agency', with flair 'Meta'
+15334 [2020-03-17 01:36:35] /u/ysd22 had their submission removed for using the wrong flair.
+15334 [2020-03-17 01:37:29] '/u/Sogguwu' has given '/u/HeyIDoesStuff' lambda!
+15334 [2020-03-17 01:37:29] The OP received lambda too!
+15334 [2020-03-17 01:40:39] '/u/Gaming_Soup' has given '/u/Danielfaraj' lambda!
+15334 [2020-03-17 01:40:39] The OP received lambda too!
+15334 [2020-03-17 01:40:59] There has been a new submission: 'Hello! We are a gaming channel looking to be something like superbestfriends or Game Grumps, so low edited video with constant group commentary. Looking for ANY sort of feedback on our channel. Please put actual effort into the feedback though. If you do it for us I'll critique a video of yours!', with flair 'Channel Review'
+15334 [2020-03-17 01:41:40] '/u/Gaming_Soup' has given '/u/Boing_gaming' lambda!
+15334 [2020-03-17 01:42:11] '/u/Gaming_Soup' has given '/u/AmroCube' lambda!
+2316 [2020-03-17 01:42:14] Updated statistics
+15334 [2020-03-17 01:49:04] There has been a new submission: 'LOOK AT THIS DUDE | Night Of The Consumers (PART ONE)', with flair 'Gaming'
+15334 [2020-03-17 01:49:05] /u/naeseard had their submission removed for insufficient lambda.
+15334 [2020-03-17 01:50:54] '/u/BridgesGames' has given '/u/MafiasFinestTV' lambda!
+15334 [2020-03-17 01:56:35] There has been a new submission: 'Better than copic markers??', with flair 'Art'
+15334 [2020-03-17 01:56:37] /u/kireji_art had their submission removed for insufficient lambda.
+15470 [2020-03-17 02:07:14]
+####################
+[2020-03-17 02:07:14] RESTARTED
+####################
+
+15470 [2020-03-17 02:08:27] There has been a new submission: 'Just making more stuff I think is funny (League/Meme stuff)', with flair 'Gaming'
+15470 [2020-03-17 02:17:18] There has been a new submission: 'Where do people get their content from?', with flair 'Discussion'
+15470 [2020-03-17 02:21:19] There has been a new submission: 'A Poetic Music Video, Let Me Know What You Think! (Lord Byron - It Is The Hour)', with flair 'Video Critique'
+15470 [2020-03-17 02:34:59] '/u/LoopSoupYT' has given '/u/iamparameswaran' lambda!
+15470 [2020-03-17 02:41:05] There has been a new submission: 'So Inspiring!', with flair 'Vlog'
+15470 [2020-03-17 02:41:07] /u/FBTrending had their submission removed for insufficient lambda.
+15470 [2020-03-17 02:44:06] There has been a new submission: 'I REVIEW Your YOUTUBE Channels! Did you make it?!', with flair 'Video Critique'
+15470 [2020-03-17 02:50:53] There has been a new submission: 'Positivity Check!', with flair 'Discussion'
+15470 [2020-03-17 02:51:28] There has been a new submission: 'This game is Mario Kart on steroids', with flair 'Gaming'
+15470 [2020-03-17 02:51:30] /u/NiceGuyMarek had their submission removed for insufficient lambda.
+15470 [2020-03-17 02:52:53] There has been a new submission: '‪⚠️ATTENTION⚠️‬ ‪Please click the link Below⬇️⬇️⬇️ & SUBSCRIBE to our Youtube channel, takes less than 5 seconds on this channel but we cant to that without you We need #1000subscribers to enable the LIVE feature so please tag your friends to do the same.‬ ‪https://youtube.com/c/RealVenomMedia‬', with flair 'None'
+15470 [2020-03-17 02:52:55] /u/DarkVenomM had their submission removed for insufficient lambda.
+15470 [2020-03-17 02:55:39] There has been a new submission: 'CHECK OUT MY PUBLIC INTERVIEWS', with flair 'Video Critique'
+15470 [2020-03-17 02:55:41] /u/MikeFromThe631 had their submission removed for insufficient lambda.
+15470 [2020-03-17 02:57:14] '/u/cevcevspen' has given '/u/stlo0309' lambda!
+15470 [2020-03-17 03:00:59] '/u/GrumpyBottom_YT' has given '/u/stlo0309' lambda!
+15470 [2020-03-17 03:08:35] '/u/GrumpyBottom_YT' has given '/u/NiceGuyMarek' lambda!
+15470 [2020-03-17 03:13:28] There has been a new submission: 'Hi all. I post regular videos related to Personal and Leadership Development. I'd love your feedback on how to improve my videos - Audio, Editing, Thumbnails. I think the message is good, I might need to do some more cut aways or similar, any advice is appreciated. Thank you 😊', with flair 'Video Critique'
+15470 [2020-03-17 03:14:19] There has been a new submission: 'A CUTE little Animation. Check It Out!! Suggestions for improving SMALL videos like this welcome!', with flair 'Video Critique'
+15470 [2020-03-17 03:18:04] '/u/stlo0309' has given '/u/uzimiagin' lambda!
+15470 [2020-03-17 03:18:05] The OP received lambda too!
+15470 [2020-03-17 03:18:39] There has been a new submission: 'We are the ultimate Lego Star Wars Jedi', with flair 'Gaming'
+15470 [2020-03-17 03:21:42] There has been a new submission: 'Testing out this "V-logging" thing while waiting out this pandemic.', with flair 'Channel Review'
+15470 [2020-03-17 03:21:44] /u/bobquez had their submission removed for insufficient lambda.
+15470 [2020-03-17 03:24:39] '/u/LitsPlay' has given '/u/NoodleDrone' lambda!
+15470 [2020-03-17 03:24:39] The OP received lambda too!
+15470 [2020-03-17 03:26:25] There has been a new submission: 'There's many a twist in this chamber, secret compartments every where! - Perpetual Testing #126 "You Monster" by Tobey Quagmire', with flair 'Gaming'
+15470 [2020-03-17 03:26:27] /u/ngeruma had their submission removed for insufficient lambda.
+15470 [2020-03-17 03:26:36] There has been a new submission: '9/11 hijackers are going to hell (my neighbor told me) September, 11 200...', with flair 'Video Critique'
+15470 [2020-03-17 03:26:38] /u/realdakens had their submission removed for insufficient lambda.
+15470 [2020-03-17 03:28:10] There has been a new submission: 'Some edgy r/sadcringe review. I really want to know if i did clickbait right. Also would love to know if you got any other protips, or just general info that im missing out on.', with flair 'Thumbnail Review'
+15470 [2020-03-17 03:28:11] /u/HarshLoli had their submission removed for insufficient lambda.
+15470 [2020-03-17 03:38:14] There has been a new submission: 'Testing out this "V-logging" thing while waiting out this pandemic.', with flair 'Channel Review'
+15470 [2020-03-17 03:38:16] /u/bobquez had their submission removed for insufficient lambda.
+15470 [2020-03-17 03:38:55] There has been a new submission: 'Spies》Coldplay(cover)', with flair 'Art'
+15470 [2020-03-17 03:38:55] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+15470 [2020-03-17 04:05:24] '/u/Monarch_Meow' has given '/u/NiceGuyMarek' lambda!
+15470 [2020-03-17 04:05:24] The OP received lambda too!
+15607 [2020-03-17 04:07:14]
+####################
+[2020-03-17 04:07:14] RESTARTED
+####################
+
+15607 [2020-03-17 04:14:53] There has been a new submission: 'Here are some really cool Horror Funko Pops that are in my collection', with flair 'Video Critique'
+15607 [2020-03-17 04:14:54] /u/esturner4000 had their submission removed for insufficient lambda.
+15607 [2020-03-17 04:25:13] '/u/treverglitching' has given '/u/AyeYoCarl' lambda!
+15607 [2020-03-17 04:25:13] The OP received lambda too!
+15607 [2020-03-17 05:02:01] There has been a new submission: '(Gaming) Here’s my new video on a Minecraft series (we still YT’s to join DM me)', with flair 'Gaming'
+15607 [2020-03-17 05:02:03] /u/White_Shell77 had their submission removed for insufficient lambda.
+15607 [2020-03-17 05:02:59] There has been a new submission: 'I'd really like feedback on this latest vid. I dont have music down yet but I think I nailed the thumbnail', with flair 'Video Critique'
+15607 [2020-03-17 05:03:01] /u/Alt1299 had their submission removed for insufficient lambda.
+15607 [2020-03-17 05:06:51] '/u/shaunyoong' has given '/u/acstomi0212' lambda!
+15607 [2020-03-17 05:07:31] '/u/shaunyoong' has given '/u/PonjiNinja' lambda!
+15607 [2020-03-17 05:07:57] '/u/shaunyoong' has given '/u/Lauren_Mlikota' lambda!
+15607 [2020-03-17 05:09:12] '/u/shaunyoong' has given '/u/chuck_cascio' lambda!
+15607 [2020-03-17 05:10:45] '/u/shaunyoong' has given '/u/kdzplays' lambda!
+15607 [2020-03-17 05:25:40] '/u/KingOberon13' has given '/u/IrreverentMan' lambda!
+15607 [2020-03-17 05:25:40] The OP received lambda too!
+15607 [2020-03-17 05:26:39] There has been a new submission: 'Flite X1 Tattoo Machine - Launch Video', with flair 'Video Critique'
+15607 [2020-03-17 05:26:40] /u/nad-larbac had their submission removed for insufficient lambda.
+15607 [2020-03-17 05:28:37] '/u/KingOberon13' has given '/u/Nerdorina' lambda!
+15607 [2020-03-17 05:30:19] '/u/KingOberon13' has given '/u/MafiasFinestTV' lambda!
+15607 [2020-03-17 05:35:07] '/u/KingOberon13' has given '/u/LuxMedia' lambda!
+15607 [2020-03-17 06:05:47] '/u/HughseyKL' has given '/u/DudeCringe' lambda!
+15804 [2020-03-17 06:07:14]
+####################
+[2020-03-17 06:07:14] RESTARTED
+####################
+
+15804 [2020-03-17 06:11:33] There has been a new submission: 'Been trying to get my foot in the door making video essays. Would be really flattered by a look at my stuff!', with flair 'Channel Review'
+15804 [2020-03-17 06:12:17] There has been a new submission: 'Hey Guys, Lets have an interesting Survey!!! Please do join the survey 📢', with flair 'Discussion'
+15804 [2020-03-17 06:21:05] '/u/stlo0309' has given '/u/Ghryms' lambda!
+15804 [2020-03-17 06:22:11] There has been a new submission: 'my gaming youtube channel i play csgo and pubg alot please subscribe if you liked my content.', with flair 'Channel Review'
+15804 [2020-03-17 06:22:13] /u/zaDarkness had their submission removed for insufficient lambda.
+15804 [2020-03-17 06:36:06] There has been a new submission: 'Skier falls of cliff', with flair 'None'
+15804 [2020-03-17 06:36:08] /u/bensbattles had their submission removed for insufficient lambda.
+15804 [2020-03-17 06:39:06] '/u/DreamLear' has given '/u/thejpenn' lambda!
+15804 [2020-03-17 06:43:26] There has been a new submission: 'Soo, I play and stream using only GeForce Now on a $120 PC. It's a departure from my previous content, but I'm starting to believe that the "Low Spec Streamer" niche is more up my alley. Any genuine feedback would be appreciated!', with flair 'Gaming'
+15804 [2020-03-17 06:59:55] There has been a new submission: 'Angry cats', with flair 'Channel Review'
+15804 [2020-03-17 06:59:56] /u/engineerman71 had their submission removed for insufficient lambda.
+15804 [2020-03-17 07:06:21] There has been a new submission: 'Could yall help me review this video', with flair 'Video Critique'
+15804 [2020-03-17 07:16:06] '/u/guyFCR' has given '/u/Boing_gaming' lambda!
+15804 [2020-03-17 07:16:41] '/u/stlo0309' has given '/u/HughseyKL' lambda!
+15804 [2020-03-17 07:17:09] '/u/guyFCR' has given '/u/bpatural' lambda!
+15804 [2020-03-17 07:17:42] '/u/guyFCR' has given '/u/stlo0309' lambda!
+15804 [2020-03-17 07:21:21] '/u/emli42' has given '/u/AyeYoCarl' lambda!
+15804 [2020-03-17 07:21:21] The OP received lambda too!
+15804 [2020-03-17 07:22:20] '/u/emli42' has given '/u/MafiasFinestTV' lambda!
+15804 [2020-03-17 07:23:32] '/u/PreetiSketch' has given '/u/Nerdorina' lambda!
+15804 [2020-03-17 07:25:54] '/u/emli42' has given '/u/Monarch_Meow' lambda!
+15804 [2020-03-17 07:32:53] There has been a new submission: 'Lambda for all feedback! Here‘a a video on Eurovision: what is it and why it’s important. Thanks heaps 😍', with flair 'Video Critique'
+15804 [2020-03-17 07:47:45] There has been a new submission: 'My friend is doing a 24 hour GTA V stream - to raise money', with flair 'Gaming'
+15804 [2020-03-17 07:47:46] /u/Podgorski37 had their submission removed for insufficient lambda.
+15804 [2020-03-17 07:59:13] '/u/IrreverentMan' has given '/u/stlo0309' lambda!
+15804 [2020-03-17 07:59:13] The OP received lambda too!
+15804 [2020-03-17 08:00:25] '/u/IrreverentMan' has given '/u/NiceGuyMarek' lambda!
+15804 [2020-03-17 08:04:21] '/u/IrreverentMan' has given '/u/MafiasFinestTV' lambda!
+16167 [2020-03-17 08:07:14]
+####################
+[2020-03-17 08:07:14] RESTARTED
+####################
+
+16167 [2020-03-17 08:20:01] There has been a new submission: 'Checknout my new video upload on after effects tutorial. Creating seamless background animation is widely using for vlogs and other videos.', with flair 'Video Critique'
+16167 [2020-03-17 08:20:10] There has been a new submission: 'Creating a wooden Goku's Kanji (Dragon Ball Z)', with flair 'Video Critique'
+16167 [2020-03-17 08:20:13] /u/creandoCOSASdiy had their submission removed for insufficient lambda.
+16167 [2020-03-17 08:41:27] '/u/LoopSoupYT' has given '/u/thecounselor6' lambda!
+16167 [2020-03-17 08:41:27] The OP received lambda too!
+16167 [2020-03-17 08:43:42] '/u/fabiotic' has given '/u/thecounselor6' lambda!
+16167 [2020-03-17 08:43:42] The OP received lambda too!
+16167 [2020-03-17 08:55:33] '/u/stlo0309' has given '/u/creandoCOSASdiy' lambda!
+16167 [2020-03-17 09:07:11] '/u/KingOberon13' has given '/u/creandoCOSASdiy' lambda!
+16167 [2020-03-17 09:13:36] '/u/KingOberon13' has given '/u/hemant_rangdal' lambda!
+16167 [2020-03-17 09:14:43] '/u/KingOberon13' has given '/u/Boing_gaming' lambda!
+16167 [2020-03-17 09:32:49] '/u/stlo0309' has given '/u/BananaMilkeu' lambda!
+16167 [2020-03-17 09:50:24] '/u/fabiotic' has given '/u/RelaxWithJax' lambda!
+16167 [2020-03-17 09:52:17] '/u/fabiotic' has given '/u/MoskitoDan' lambda!
+16167 [2020-03-17 09:53:10] '/u/fabiotic' has given '/u/stlo0309' lambda!
+16167 [2020-03-17 10:00:33] There has been a new submission: 'My Cyber Security channel featuring my first Mini-Documentary about the Code Red Worm of 2001. Aimed for all audiences! Would love any feedback =D', with flair 'Video Critique'
+16167 [2020-03-17 10:00:35] /u/89jase had their submission removed for insufficient lambda.
+16167 [2020-03-17 10:04:47] There has been a new submission: 'https://youtu.be/w2lfP1gDc3k', with flair 'Vlog'
+16167 [2020-03-17 10:04:49] /u/huynhdvq had their submission removed for insufficient lambda.
+16301 [2020-03-17 10:07:14]
+####################
+[2020-03-17 10:07:14] RESTARTED
+####################
+
+16301 [2020-03-17 10:09:24] '/u/Rizmin' has given '/u/HughseyKL' lambda!
+16301 [2020-03-17 10:09:24] The OP received lambda too!
+16301 [2020-03-17 10:12:34] There has been a new submission: 'Hey everyone! I'm thinking about starting a new series where I find the cringiest tik toks I possibly can, and do my best to find the comedy in them! Any and all criticism is appreciated! Lambda to everyone who helps!', with flair 'Video Critique'
+16301 [2020-03-17 10:15:49] There has been a new submission: 'Wanted to do a video on my thoughts regarding the music industry and COVID-19. Would love to hear your thoughts.', with flair 'Video Critique'
+16301 [2020-03-17 10:45:42] There has been a new submission: 'Help me reach 100 subscribers please! I make Mostly Minecraft PE Videos, but sometimes other games, like granny and Call of Duty Mobile. (Mobile Gaming Youtuber)', with flair 'None'
+16301 [2020-03-17 10:45:43] /u/NaSe-Xenon had their submission removed for insufficient lambda.
+16301 [2020-03-17 10:55:27] '/u/Rizmin' has given '/u/stlo0309' lambda!
+16301 [2020-03-17 11:11:41] There has been a new submission: 'How long after uploading did you notice you were getting views from “suggested videos”?', with flair 'Discussion'
+16301 [2020-03-17 11:14:11] There has been a new submission: 'Gaining subscribers is hard, while gaining views and watch time is not. Help?', with flair 'Discussion'
+16301 [2020-03-17 11:15:26] There has been a new submission: 'Video Ideas?', with flair 'Channel Review'
+16301 [2020-03-17 11:15:28] /u/FragileTvGaming had their submission removed for insufficient lambda.
+16301 [2020-03-17 11:22:02] '/u/Henry_does' has given '/u/DudeCringe' lambda!
+16301 [2020-03-17 11:36:53] There has been a new submission: 'This is my latest episode in the Random Games series. This game is called Oceanhorn and I feel it is has been inspired the equally lovely game The Legend of Zelda. What do you think?', with flair 'Gaming'
+16301 [2020-03-17 11:39:43] There has been a new submission: 'How to build subscribers?', with flair 'None'
+16301 [2020-03-17 11:39:45] /u/kcbRodBuilding had their submission removed for insufficient lambda.
+16301 [2020-03-17 11:52:48] '/u/tss230' has given '/u/sunnieracrobat7' lambda!
+16301 [2020-03-17 11:52:58] '/u/Rizmin' has given '/u/KKAddi' lambda!
+16301 [2020-03-17 12:01:48] '/u/StealthyGamerGirl' has given '/u/Henry_does' lambda!
+16301 [2020-03-17 12:01:48] The OP received lambda too!
+16434 [2020-03-17 12:07:14]
+####################
+[2020-03-17 12:07:14] RESTARTED
+####################
+
+16434 [2020-03-17 12:10:53] '/u/fabiotic' has given '/u/Henry_does' lambda!
+16434 [2020-03-17 12:11:25] '/u/fabiotic' has given '/u/KKAddi' lambda!
+16434 [2020-03-17 12:36:13] There has been a new submission: 'Editor looking for work', with flair 'Collab'
+16434 [2020-03-17 12:38:00] '/u/BanterBoulevard' has given '/u/Henry_does' lambda!
+16434 [2020-03-17 12:38:00] The OP received lambda too!
+16434 [2020-03-17 12:43:03] '/u/BanterBoulevard' has given '/u/Hot_Rod_Johnson' lambda!
+16434 [2020-03-17 12:47:24] '/u/cevcevspen' has given '/u/MoskitoDan' lambda!
+16434 [2020-03-17 12:59:58] There has been a new submission: 'Processing abandoned', with flair 'Discussion'
+16434 [2020-03-17 13:17:38] '/u/BanterBoulevard' has given '/u/kateandchristoph' lambda!
+16434 [2020-03-17 13:29:20] '/u/IrreverentMan' has given '/u/Paragon_Play' lambda!
+16434 [2020-03-17 13:30:23] There has been a new submission: 'Undertale main theme remix, please check it out and give comments on it!', with flair 'Art'
+16434 [2020-03-17 13:36:43] There has been a new submission: 'Corona Virus News - What is the coronavirus and should we panic? Amid the coronavirus crisis, we have created an educational video informing of what it is and how to prevent it. We would love some feedback as we are a new channel that wish to improve our future content. Thanks.', with flair 'Video Critique'
+16434 [2020-03-17 13:47:42] '/u/LoopSoupYT' has given '/u/FineappleFilms' lambda!
+16434 [2020-03-17 13:50:11] There has been a new submission: 'Join me as we take a deeper look into TikTok... better than going outside and getting Corona! (Lambda Given)', with flair 'Video Critique'
+16434 [2020-03-17 13:58:49] There has been a new submission: 'My Video game explorations channel', with flair 'None'
+16434 [2020-03-17 13:58:50] /u/Bluemoonroleplay had their submission removed for insufficient lambda.
+16598 [2020-03-17 14:07:14]
+####################
+[2020-03-17 14:07:14] RESTARTED
+####################
+
+16598 [2020-03-17 14:28:59] '/u/TheBobbyBands' has given '/u/vinny69420' lambda!
+16598 [2020-03-17 14:28:59] The OP received lambda too!
+16598 [2020-03-17 14:33:29] There has been a new submission: 'My channel! ToastedPickles', with flair 'Gaming'
+16598 [2020-03-17 14:33:31] /u/_ToastedPickles_ had their submission removed for insufficient lambda.
+16598 [2020-03-17 14:33:42] '/u/KKAddi' has given '/u/cakehatzombie' lambda!
+16598 [2020-03-17 14:33:42] The OP received lambda too!
+16598 [2020-03-17 14:47:30] There has been a new submission: 'guys i would really like it if you would go check out my small yt channel. Ive been working hard to get vids out but school has be getting in the way. since we have no school i will be trying to get a vid out almost every day. Pls go check it out', with flair 'Channel Review'
+16598 [2020-03-17 14:47:31] /u/ChrisTopperr had their submission removed for insufficient lambda.
+16598 [2020-03-17 14:48:42] There has been a new submission: 'CALL OF DUTY MODERN WARFARE TEAM DEATHMATCH GAMEPLAY NO COMMENTARY gaming', with flair 'Gaming'
+16598 [2020-03-17 14:48:43] /u/gamingofficial had their submission removed for insufficient lambda.
+16598 [2020-03-17 14:49:55] '/u/TheBobbyBands' has given '/u/TheBubbleE1' lambda!
+16598 [2020-03-17 14:52:52] There has been a new submission: 'Attempt 2! We're trying a new method and editing style! We've fixed a lot from your guys' suggestions but something's *still* wrong and I can't figure out what it is. No sugar coating needed, I can take it! And of course, λ for any helpful advice/good critiques', with flair 'Video Critique'
+16598 [2020-03-17 15:06:33] '/u/GrumpyBottom_YT' has given '/u/Tman_47YT' lambda!
+16598 [2020-03-17 15:12:27] There has been a new submission: 'Smacks Or Facts | Slaps W Baby Perfect', with flair 'None'
+16598 [2020-03-17 15:12:30] /u/EveandBrian had their submission removed for insufficient lambda.
+16598 [2020-03-17 15:31:22] There has been a new submission: 'When you run out of toilet paper during the covid apocalypse - looking for some helpful tips from those of you who enjoy sketches !', with flair 'Video Critique'
+16598 [2020-03-17 15:36:10] There has been a new submission: 'Beautiful Crocodile Resting Under The Sunshine', with flair 'Vlog'
+16598 [2020-03-17 15:36:12] /u/Anas-Alawneh had their submission removed for insufficient lambda.
+16598 [2020-03-17 15:39:20] There has been a new submission: 'When you run out of toilet paper during the covid apocalypse - looking for some helpful tips from those of you who enjoy sketches If you have any advice about pacing, camera work, or whatever, please let me know !', with flair 'Video Critique'
+16598 [2020-03-17 15:41:56] '/u/Gaming_Soup' has given '/u/LoopSoupYT' lambda!
+16598 [2020-03-17 15:42:26] There has been a new submission: 'Buying and Flexing Stuff because it's my Birthday - Rainbow Six Siege', with flair 'Gaming'
+16598 [2020-03-17 15:42:28] /u/ViperousGaming had their submission removed for insufficient lambda.
+16598 [2020-03-17 15:42:47] There has been a new submission: 'I went to Disney World the day before they closed for the Corona Virus! Plus we bought Darth Vader’s lightsaber!', with flair 'None'
+16598 [2020-03-17 15:42:49] /u/justntime97 had their submission removed for insufficient lambda.
+16598 [2020-03-17 15:43:43] '/u/73windman' has given '/u/ibau' lambda!
+16598 [2020-03-17 15:43:43] The OP received lambda too!
+16598 [2020-03-17 15:44:09] '/u/Gaming_Soup' has given '/u/ibau' lambda!
+16598 [2020-03-17 15:44:57] '/u/73windman' has given '/u/thecounselor6' lambda!
+16598 [2020-03-17 15:47:28] There has been a new submission: 'Whisper Challenge *Water Balloon Style *', with flair 'Video Critique'
+16598 [2020-03-17 16:03:37] There has been a new submission: 'Going to have a good 8-hour sleep. Submit your channel links + short description, and I will give feedback in my morning [read more inside]', with flair 'Video Critique'
+16598 [2020-03-17 16:03:39] /u/NikiProshin had their submission removed for insufficient lambda.
+16598 [2020-03-17 16:05:44] There has been a new submission: 'Drawing Cute PINK POKEMON as CREEPY MANIACS!', with flair 'Art'
+16951 [2020-03-17 16:07:14]
+####################
+[2020-03-17 16:07:14] RESTARTED
+####################
+
+16951 [2020-03-17 16:08:12] There has been a new submission: 'Check out my version of “Joker”', with flair 'Video Critique'
+16951 [2020-03-17 16:14:09] There has been a new submission: 'Dunya Ka Sab Se Bada Ghar Kis Ne Banaya? | Tariq Jameel Bayan', with flair 'Discussion'
+16951 [2020-03-17 16:14:11] /u/msufwan had their submission removed for using the wrong flair.
+16951 [2020-03-17 16:15:44] There has been a new submission: 'Are My Buddies and I enjoyable to watch? ( Looking for Feedback)', with flair 'Gaming'
+16951 [2020-03-17 16:15:46] /u/AlienRope had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:16:56] '/u/TheBubbleE1' has given '/u/vinny69420' lambda!
+16951 [2020-03-17 16:16:56] The OP received lambda too!
+16951 [2020-03-17 16:17:03] There has been a new submission: 'Going to have a good 8-hour sleep. Submit your channel links + short description, and I will give feedback in my morning [read more inside]', with flair 'Discussion'
+16951 [2020-03-17 16:22:49] '/u/Rizmin' has given '/u/WhatMakeArt' lambda!
+16951 [2020-03-17 16:23:38] '/u/Rizmin' has given '/u/MigookinTeecha' lambda!
+16951 [2020-03-17 16:24:21] '/u/Rizmin' has given '/u/Paragon_Play' lambda!
+16951 [2020-03-17 16:25:44] '/u/Rizmin' has given '/u/greenphant0m_yt' lambda!
+16951 [2020-03-17 16:33:39] There has been a new submission: 'dakens (channel introduction) #ChannelTrailer #2020', with flair 'Channel Review'
+16951 [2020-03-17 16:33:41] /u/realdakens had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:39:10] There has been a new submission: 'he tried to run from me | call of duty mobile', with flair 'Video Critique'
+16951 [2020-03-17 16:39:11] /u/wetheshit_ had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:41:42] There has been a new submission: 'Live-streaming on YouTube (not gaming)', with flair 'None'
+16951 [2020-03-17 16:41:44] /u/thannyx had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:44:22] There has been a new submission: 'How this lambda works? i am new to this community...', with flair 'Discussion'
+16951 [2020-03-17 16:49:47] There has been a new submission: 'How Anyone Can Make $500+/mo From Home! | 5 Side Hustles You Can Do From Home In 2020 (New to youtube... please give me your honest feedback cos I really want to improve :D )', with flair 'Video Critique'
+16951 [2020-03-17 16:49:48] /u/abster259 had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:51:36] There has been a new submission: 'Some Beats to listen to in this stressful time :)', with flair 'Art'
+16951 [2020-03-17 16:51:38] /u/OutsyderRadio had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:52:23] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 5 - The Vipers Sanctum', with flair 'Gaming'
+16951 [2020-03-17 16:52:25] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+16951 [2020-03-17 16:52:39] There has been a new submission: 'Celebrity Tricky Questions: Ano Ang Last Name Ni Fernando Poe? | HumanMeter', with flair 'None'
+16951 [2020-03-17 16:52:41] /u/IndividualGuide had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:01:23] '/u/TheBubbleE1' has given '/u/CrimsonWonders' lambda!
+16951 [2020-03-17 17:05:43] '/u/KKAddi' has given '/u/Ghryms' lambda!
+16951 [2020-03-17 17:07:58] '/u/TheBubbleE1' has given '/u/RedditReadYT' lambda!
+16951 [2020-03-17 17:09:35] There has been a new submission: 'Hey guys I just made a new video talking about my skin and how I cleared my acne, I really need critiques and advice on how to better my videos.', with flair 'Video Critique'
+16951 [2020-03-17 17:15:56] There has been a new submission: 'Drawing Cute PINK POKEMON as CREEPY MANIACS!', with flair 'Art'
+16951 [2020-03-17 17:20:20] There has been a new submission: 'Pokemon Sword Soundlocke (New Nuzlocke Variant) SOUND BASED/MUSICALLY TH...', with flair 'Video Critique'
+16951 [2020-03-17 17:20:22] /u/Ingenious_Baka had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:21:41] '/u/KingOberon13' has given '/u/RedditReadYT' lambda!
+16951 [2020-03-17 17:26:40] There has been a new submission: 'Coronavirus world map timelaps', with flair 'Video Critique'
+16951 [2020-03-17 17:26:41] /u/SadzakKuka had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:28:02] There has been a new submission: 'My first podcast vlog. First off thank you in advance for the view, this is my first podcast and I would like to receive as much feedback if possible .. I would also view yours if you want thank you ..', with flair 'None'
+16951 [2020-03-17 17:28:03] /u/itsfakelove had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:34:56] There has been a new submission: 'Please sub to my channel. I make videos based on tech and gaming. I really need some more subs, so please subscribe.', with flair 'Discussion'
+16951 [2020-03-17 17:34:58] /u/Alexandriaball had their submission removed for using the wrong flair.
+16951 [2020-03-17 17:36:51] There has been a new submission: 'ZigZag By ThaBlackVanillaIce', with flair 'Video Critique'
+16951 [2020-03-17 17:36:52] /u/thablackvanillaice had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:37:28] There has been a new submission: 'This may help you to do youtube.', with flair 'Discussion'
+16951 [2020-03-17 17:37:55] There has been a new submission: 'Please sub to my channel. I mainly focus on tech and gaming, so please sub.', with flair 'Channel Review'
+16951 [2020-03-17 17:37:56] /u/Alexandriaball had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:39:51] '/u/Shamiya_Moye' has given '/u/IrreverentMan' lambda!
+16951 [2020-03-17 17:39:52] The OP received lambda too!
+16951 [2020-03-17 17:44:00] There has been a new submission: 'Spread love, laughter, and food during these uncertain times. Watch this video on how to make Chicken Piccata for someone you love.', with flair 'Vlog'
+16951 [2020-03-17 17:47:42] There has been a new submission: 'What is lambda?', with flair 'None'
+16951 [2020-03-17 17:47:43] /u/AyeYoCarl had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:48:34] There has been a new submission: 'Character Warm up sketch Coloring - Kylurn', with flair 'Art'
+16951 [2020-03-17 17:48:35] /u/Kylurn144 had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:49:15] There has been a new submission: 'Lego Star Wars: The Complete Saga Co-op Let's Play Episode/Part 5 Gameplay Walkthrough Blind Facecam', with flair 'None'
+16951 [2020-03-17 17:49:16] /u/loopy2mn had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:50:31] There has been a new submission: 'Playing Dead - Rainbow Six Siege (Operation Void Edge)', with flair 'Gaming'
+16951 [2020-03-17 17:50:34] /u/KrakenR6 had their submission removed for insufficient lambda.
+16951 [2020-03-17 17:59:41] There has been a new submission: 'A hidden gem', with flair 'Vlog'
+16951 [2020-03-17 17:59:42] /u/demmart24 had their submission removed for insufficient lambda.
+16951 [2020-03-17 18:03:40] '/u/Shamiya_Moye' has given '/u/TheBubbleE1' lambda!
+16951 [2020-03-17 18:04:36] There has been a new submission: 'Had some trouble getting this video ready. What do you guys think and how could I improve?', with flair 'Video Critique'
+16951 [2020-03-17 18:05:32] There has been a new submission: 'Had some trouble getting this video ready. What do you guys think and how could I improve?', with flair 'Video Critique'
+17460 [2020-03-17 18:07:14]
+####################
+[2020-03-17 18:07:14] RESTARTED
+####################
+
+17460 [2020-03-17 18:09:58] There has been a new submission: 'Hello guys please support my channel. Thank you', with flair 'Vlog'
+17460 [2020-03-17 18:09:59] /u/PearlMabaso_ had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:10:26] There has been a new submission: 'Check out my newest epic music composition. It is modern, electronic music with a bit of a twist at the end. Hope you enjoy! P.S. S', with flair 'Video Critique'
+17460 [2020-03-17 18:10:29] /u/Gok_Music had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:14:43] There has been a new submission: '[asmr] [roleplay] [post apocalyptique] [infirmière] [intentional]', with flair 'Channel Review'
+17460 [2020-03-17 18:14:45] /u/asmr_ladequate had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:19:06] '/u/MorphingReality' has given '/u/thejpenn' lambda!
+17460 [2020-03-17 18:19:07] The OP received lambda too!
+17460 [2020-03-17 18:20:06] There has been a new submission: 'I started a video game show with my buddies with inspiration from Kinda funny and other video gaming channels', with flair 'Video Critique'
+17460 [2020-03-17 18:21:48] There has been a new submission: 'Just a small-time teenage lifter. Would appreciate a view :)', with flair 'Channel Review'
+17460 [2020-03-17 18:21:50] /u/ZER0S- had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:22:28] '/u/MagicWolfPlayz' has given '/u/cazzyHistory' lambda!
+17460 [2020-03-17 18:22:29] The OP received lambda too!
+17460 [2020-03-17 18:25:34] '/u/Rizmin' has given '/u/Foggy_Creations' lambda!
+17460 [2020-03-17 18:26:35] '/u/Rizmin' has given '/u/Nerdorina' lambda!
+17460 [2020-03-17 18:27:21] '/u/Rizmin' has given '/u/cazzyHistory' lambda!
+17460 [2020-03-17 18:29:52] There has been a new submission: 'About to stream', with flair 'None'
+17460 [2020-03-17 18:29:53] /u/cool81338 had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:37:02] '/u/George_Doors' has given '/u/thecounselor6' lambda!
+17460 [2020-03-17 18:37:03] The OP received lambda too!
+17460 [2020-03-17 18:37:12] '/u/George_Doors' has given '/u/NiceGuyMarek' lambda!
+17460 [2020-03-17 18:37:19] '/u/cullenaryarts7' has given '/u/IrreverentMan' lambda!
+17460 [2020-03-17 18:37:19] The OP received lambda too!
+17460 [2020-03-17 18:38:45] There has been a new submission: 'Boomsauce: YouTube', with flair 'Gaming'
+17460 [2020-03-17 18:38:46] /u/Boomsauce_13 had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:39:39] There has been a new submission: 'Following Doja Cat's Vogue Guide to E-Girl Beauty! Would love some feedback!', with flair 'Video Critique'
+17460 [2020-03-17 18:39:45] There has been a new submission: 'Your face in the thumbnail: Yes or no?', with flair 'Discussion'
+17460 [2020-03-17 18:41:08] There has been a new submission: 'Choke No Joke Bodied Jay Z', with flair 'Video Critique'
+17460 [2020-03-17 18:41:11] /u/LOTV585 had their submission removed for insufficient lambda.
+17460 [2020-03-17 18:42:24] '/u/PonjiNinja' has given '/u/thejpenn' lambda!
+17460 [2020-03-17 18:48:31] There has been a new submission: 'A VERY EXISTENTIAL HORROR GAME - START SURVEY ((((FEEDBACK NEEDED))))', with flair 'Gaming'
+17460 [2020-03-17 18:53:46] There has been a new submission: 'Soo, I play and stream using only GeForce Now on a $120 PC. It's a departure from my previous content, but I'm starting to believe that the "Low Spec Streamer" niche is more up my alley. Any feedback would be appreciated!', with flair 'Gaming'
+17460 [2020-03-17 18:54:33] '/u/cullenaryarts7' has given '/u/stlo0309' lambda!
+17460 [2020-03-17 18:54:42] There has been a new submission: 'Super small, super new channel for our comic book themed podcast. Looking for all feedback, negative and positive alike.', with flair 'Channel Review'
+17460 [2020-03-17 18:59:11] There has been a new submission: 'Just hit 100k views!', with flair 'Discussion'
+17460 [2020-03-17 19:15:28] There has been a new submission: 'BEST UZI CLASS SETUP FOR CALL OF DUTY MODERN WARFARE, GO CHECK OUT AND SUBSCRIBE LIKE AMD LEAVE A COMMENT!! THANKS 🙏🏼!!', with flair 'None'
+17460 [2020-03-17 19:15:30] /u/tkizz_y had their submission removed for insufficient lambda.
+17460 [2020-03-17 19:18:56] '/u/Dog_Bit' has given '/u/cazzyHistory' lambda!
+17460 [2020-03-17 19:18:56] The OP received lambda too!
+17460 [2020-03-17 19:19:22] '/u/Jellyquent' has given '/u/addanow' lambda!
+17460 [2020-03-17 19:19:22] The OP received lambda too!
+17460 [2020-03-17 19:22:31] '/u/Paragon_Play' has given '/u/TheBubbleE1' lambda!
+17460 [2020-03-17 19:22:31] The OP received lambda too!
+17460 [2020-03-17 19:31:51] '/u/Paragon_Play' has given '/u/stlo0309' lambda!
+17460 [2020-03-17 19:35:34] There has been a new submission: '10 Minuets of Hilarious Rainbow Six Siege Funny Moments', with flair 'Gaming'
+17460 [2020-03-17 19:35:35] /u/Str8Villains had their submission removed for insufficient lambda.
+17460 [2020-03-17 19:36:57] '/u/Paragon_Play' has given '/u/xorraks' lambda!
+17460 [2020-03-17 19:37:32] '/u/Paragon_Play' has given '/u/MULLiGames' lambda!
+17460 [2020-03-17 19:37:41] '/u/Paragon_Play' has given '/u/cakehatzombie' lambda!
+17460 [2020-03-17 19:43:25] There has been a new submission: 'The Thanos virus', with flair 'Video Critique'
+17460 [2020-03-17 19:43:27] /u/deadman_vlcy had their submission removed for insufficient lambda.
+17460 [2020-03-17 19:46:20] There has been a new submission: 'Giving lambda to all helpful feedback! Please let me know what you think of my newest video.', with flair 'Video Critique'
+17460 [2020-03-17 19:46:59] There has been a new submission: 'WHAT DO WE DO? (CORONAVIRUS)', with flair 'Vlog'
+17460 [2020-03-17 19:47:01] /u/idekimnicole had their submission removed for insufficient lambda.
+17460 [2020-03-17 19:51:13] There has been a new submission: 'THIS GAME IS BROKEN!!! ModernWarfare Sniping , Any feedback will help', with flair 'Gaming'
+17460 [2020-03-17 19:51:15] /u/GiiZTV had their submission removed for insufficient lambda.
+17460 [2020-03-17 19:52:54] There has been a new submission: 'Amazing Easter eggs in black widow', with flair 'None'
+17460 [2020-03-17 19:52:56] /u/jakkerman1995 had their submission removed for insufficient lambda.
+17460 [2020-03-17 19:53:30] There has been a new submission: '¿Ideas para más videos? What can I do next?', with flair 'Channel Review'
+17460 [2020-03-17 19:53:32] /u/andrwtylr had their submission removed for insufficient lambda.
+17460 [2020-03-17 20:00:03] There has been a new submission: 'Another Episode of my Mini-series for Brawlhalla!', with flair 'Gaming'
+17460 [2020-03-17 20:00:05] /u/millsman21 had their submission removed for insufficient lambda.
+17460 [2020-03-17 20:00:18] '/u/SuperMcGregs' has given '/u/lieutenatdan' lambda!
+17460 [2020-03-17 20:00:18] The OP received lambda too!
+17460 [2020-03-17 20:02:48] There has been a new submission: 'How I Believe This Subreddit Can Be Improved!', with flair 'Discussion'
+17657 [2020-03-17 20:07:14]
+####################
+[2020-03-17 20:07:14] RESTARTED
+####################
+
+17657 [2020-03-17 20:11:17] There has been a new submission: '(CSGO Funny Moments, But We Ain't Gonna Reach Silver 2) Took some feedback and tried to make my thumbnail and editing better. I will give lambda to any feedback on my video, comments on what you liked etc. Consider even subscribing if you enjoyed!', with flair 'Video Critique'
+17657 [2020-03-17 20:11:27] There has been a new submission: 'Barack Obama & Spiderman (Official Music Video)', with flair 'Art'
+17657 [2020-03-17 20:11:30] /u/liltap_yo had their submission removed for insufficient lambda.
+17657 [2020-03-17 20:13:23] There has been a new submission: 'CTR 4 player splitscreen! 🥳🎮', with flair 'Gaming'
+17657 [2020-03-17 20:13:51] There has been a new submission: 'This channel got 100 subs in a week.... new pewdiepie?? go sub to him!!!!', with flair 'Gaming'
+17657 [2020-03-17 20:15:39] '/u/SuperMcGregs' has given '/u/cazzyHistory' lambda!
+17657 [2020-03-17 20:32:22] There has been a new submission: 'New Video!!!', with flair 'Vlog'
+17657 [2020-03-17 20:32:24] /u/vinmel118 had their submission removed for insufficient lambda.
+17657 [2020-03-17 20:35:35] There has been a new submission: 'Our first EVER short & entry into the Moment Invitational 2020 | I am SO PROUD of this - shot entirely on an iphone', with flair 'None'
+17657 [2020-03-17 20:40:18] '/u/Ghryms' has given '/u/Tman_47YT' lambda!
+17657 [2020-03-17 20:40:18] The OP received lambda too!
+17657 [2020-03-17 20:40:33] '/u/Offnye98' has given '/u/guyFCR' lambda!
+17657 [2020-03-17 20:40:56] There has been a new submission: 'Another way to view VR content, enjoy, lambda for true feedback', with flair 'Video Critique'
+17657 [2020-03-17 20:44:04] '/u/Jellyquent' has given '/u/YourSexyCellMate' lambda!
+17657 [2020-03-17 20:45:49] There has been a new submission: 'Warzone editing', with flair 'Video Critique'
+17657 [2020-03-17 20:45:59] '/u/Jellyquent' has given '/u/creandoCOSASdiy' lambda!
+17657 [2020-03-17 20:48:26] There has been a new submission: 'So I made a new channel and I will be posting funny moments in rainbow six siege! This is my first video and I really tried to make it enjoyable. I would appreciate if you watch it and tell me how I did. Thanks!', with flair 'Video Critique'
+17657 [2020-03-17 20:48:28] /u/TheDiamondShade had their submission removed for insufficient lambda.
+17657 [2020-03-17 20:49:22] '/u/SuperMcGregs' has given '/u/otaku90002' lambda!
+17657 [2020-03-17 20:58:06] There has been a new submission: 'INJUSTICE GODS AMONG US PART 2', with flair 'None'
+17657 [2020-03-17 20:58:07] /u/epicrealm2 had their submission removed for insufficient lambda.
+17657 [2020-03-17 20:58:14] '/u/fabiotic' has given '/u/vinny69420' lambda!
+17657 [2020-03-17 20:59:39] There has been a new submission: 'Taipei knife massage and toilet bowl restaurant', with flair 'None'
+17657 [2020-03-17 20:59:40] /u/jbanks019 had their submission removed for insufficient lambda.
+17657 [2020-03-17 21:00:09] '/u/fabiotic' has given '/u/CrimsonWonders' lambda!
+17657 [2020-03-17 21:04:30] There has been a new submission: 'How SNOW and ICE are used in Video Games, All feedback will be given lambda or if you leave a comment on the video. Thanks for all the feedback on my other posts :)', with flair 'Video Critique'
+17657 [2020-03-17 21:06:42] '/u/Boing_gaming' has given '/u/LeinadArevet' lambda!
+17657 [2020-03-17 21:06:42] The OP received lambda too!
+17657 [2020-03-17 21:07:36] {ERROR} received 500 HTTP response
+17657 [2020-03-17 21:10:45] '/u/VreaL37' has given '/u/roboben09' lambda!
+17657 [2020-03-17 21:10:45] The OP received lambda too!
+17657 [2020-03-17 21:15:25] '/u/Doodle-Brains' has given '/u/creandoCOSASdiy' lambda!
+17657 [2020-03-17 21:15:25] The OP received lambda too!
+17657 [2020-03-17 21:48:46] '/u/BetaBradTv' has given '/u/MoskitoDan' lambda!
+17657 [2020-03-17 21:48:46] The OP received lambda too!
+17657 [2020-03-17 21:54:42] '/u/Adzic254' has given '/u/Electric_Mauser' lambda!
+17657 [2020-03-17 21:55:28] '/u/Taz-The-Yorkie' has given '/u/cazzyHistory' lambda!
+17657 [2020-03-17 21:55:28] The OP received lambda too!
+17657 [2020-03-17 21:57:34] '/u/humz_whu' has given '/u/Tman_47YT' lambda!
+17657 [2020-03-17 21:57:34] The OP received lambda too!
+17793 [2020-03-17 22:07:15]
+####################
+[2020-03-17 22:07:15] RESTARTED
+####################
+
+17793 [2020-03-17 22:08:12] There has been a new submission: 'Short video I made to poke fun at the TP hoarders, hope you enjoy it!', with flair 'Art'
+17793 [2020-03-17 22:08:13] /u/Minifigured had their submission removed for insufficient lambda.
+17793 [2020-03-17 22:08:17] There has been a new submission: 'Confusion about this sub-reddit's video sharing methods', with flair 'Discussion'
+17793 [2020-03-17 22:08:22] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Mar 17 2020)', with flair 'None'
+17793 [2020-03-17 22:08:22] There has been a new submission: 'Horror channel', with flair 'Gaming'
+17793 [2020-03-17 22:08:23] /u/LosCash2 had their submission removed for insufficient lambda.
+17793 [2020-03-17 22:08:27] There has been a new submission: 'Happy St. Patrick's Day!', with flair 'Channel Review'
+17793 [2020-03-17 22:08:28] /u/TrifectaComedy had their submission removed for insufficient lambda.
+17793 [2020-03-17 22:08:31] There has been a new submission: 'Can you win Warzone battle royal without kills!?! Let me know your thoughts', with flair 'None'
+17793 [2020-03-17 22:08:32] /u/humz_whu had their submission removed for insufficient lambda.
+17793 [2020-03-17 22:08:36] There has been a new submission: 'I make short, unique videos and speedrun videos for my 37 subs!', with flair 'Channel Review'
+17793 [2020-03-17 22:08:37] /u/fmcc4510 had their submission removed for insufficient lambda.
+17793 [2020-03-17 22:08:41] There has been a new submission: 'I've hit a creative block, what do I do?', with flair 'Discussion'
+17793 [2020-03-17 22:08:45] There has been a new submission: 'HOW TO GET 1,000 SUBSCRIBERS ON YOUTUBE in 2020 | Most Effective Tips & Tricks', with flair 'Discussion'
+17793 [2020-03-17 22:08:46] /u/GlamByKam had their submission removed for using the wrong flair.
+17793 [2020-03-17 22:08:50] There has been a new submission: 'Just me jumping on a pillow like a normal person! Put your channel in desc and I will sub and give lambda if lucky', with flair 'Video Critique'
+17793 [2020-03-17 22:17:13] '/u/alexjmartens' has given '/u/Electric_Mauser' lambda!
+17793 [2020-03-17 22:17:13] The OP received lambda too!
+17793 [2020-03-17 22:21:55] '/u/alexvanguard' has given '/u/AmroCube' lambda!
+17793 [2020-03-17 22:21:55] The OP received lambda too!
+17793 [2020-03-17 22:22:43] '/u/Jellyquent' has given '/u/iamtinos' lambda!
+17793 [2020-03-17 22:30:26] '/u/MagicWolfPlayz' has given '/u/IrreverentMan' lambda!
+17793 [2020-03-17 22:32:03] '/u/MagicWolfPlayz' has given '/u/Luketoob' lambda!
+17793 [2020-03-17 22:32:17] '/u/MagicWolfPlayz' has given '/u/stlo0309' lambda!
+17793 [2020-03-17 22:33:27] '/u/MagicWolfPlayz' has given '/u/Dog_Bit' lambda!
+17793 [2020-03-17 22:34:07] '/u/Sogguwu' has given '/u/BananaMilkeu' lambda!
+17793 [2020-03-17 22:36:45] There has been a new submission: 'Halo Reach Mods: Playing Reach The Way It's Meant To Be Played', with flair 'Gaming'
+17793 [2020-03-17 22:36:47] /u/THEPARASYTEE had their submission removed for insufficient lambda.
+17793 [2020-03-17 22:47:02] There has been a new submission: 'I built a massive Two Headed Volcano out of Matchsticks :) I would really appreciate it if you guys could leave a funny comment on the video THANKS', with flair 'Video Critique'
+17793 [2020-03-17 22:49:47] '/u/BetaBradTv' has given '/u/cakehatzombie' lambda!
+17793 [2020-03-17 23:02:23] There has been a new submission: 'Myself and 2 friends have started a narrative comedy channel. Long term story slowly developing, any advice or critique would be appreciated.', with flair 'Channel Review'
+17793 [2020-03-17 23:02:25] /u/Nude_Tayne66 had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:06:00] '/u/MafiasFinestTV' has given '/u/Tman_47YT' lambda!
+17793 [2020-03-17 23:06:22] '/u/MafiasFinestTV' has given '/u/ReverseNationYT' lambda!
+17793 [2020-03-17 23:06:54] '/u/MafiasFinestTV' has given '/u/sazoki9' lambda!
+17793 [2020-03-17 23:07:42] There has been a new submission: 'Dr. Mazen, Saudi German Hospital, UAE talks about Coronavirus', with flair 'Vlog'
+17793 [2020-03-17 23:07:43] /u/mashoor1 had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:10:43] There has been a new submission: 'Please go check this out. Any feedback or suggestions greatly appreciated', with flair 'Gaming'
+17793 [2020-03-17 23:10:45] /u/xT1meB0mb had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:11:33] There has been a new submission: 'A video you will enjoy if u r an One Piece fan. Plz review it.(will obviously give lambda)', with flair 'Video Critique'
+17793 [2020-03-17 23:12:46] There has been a new submission: 'How I Made Profits During Covid-19 Season | eToro', with flair 'Vlog'
+17793 [2020-03-17 23:12:48] /u/Firiyuu had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:16:30] There has been a new submission: 'Recently got out of stock market because its ALL GOING DOWN, so eToro opened new opportunities for me', with flair 'Vlog'
+17793 [2020-03-17 23:16:31] /u/Firiyuu had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:18:49] There has been a new submission: 'Critique my editing', with flair 'Video Critique'
+17793 [2020-03-17 23:18:50] /u/Dz3kShA had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:19:02] There has been a new submission: 'This movie is WILD..', with flair 'None'
+17793 [2020-03-17 23:19:03] /u/cruzerw13 had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:19:37] There has been a new submission: 'Openings 60 Pokemon Sword and Shield dollar store packs', with flair 'Gaming'
+17793 [2020-03-17 23:25:24] '/u/Supeelok99' has given '/u/Taytaydadon1234' lambda!
+17793 [2020-03-17 23:25:24] The OP received lambda too!
+17793 [2020-03-17 23:27:45] There has been a new submission: 'HEY GUYS NEW VIDEO IS OUT🔥👇 Every day watch new inventions and tech and amazing industry machines with us so if you wana get notified Subscribe our channel to watch latest Inventions.', with flair 'None'
+17793 [2020-03-17 23:27:46] /u/Zanyar_9999 had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:29:40] '/u/DeafJordan' has given '/u/RedditReadYT' lambda!
+17793 [2020-03-17 23:30:11] There has been a new submission: 'Review my Channel? Tips for growth? Tips for aesthetics?', with flair 'Channel Review'
+17793 [2020-03-17 23:30:13] /u/YungAgentK had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:31:12] There has been a new submission: 'Waterfall sound for sleeping or relaxing', with flair 'Video Critique'
+17793 [2020-03-17 23:31:14] /u/white-noise-sleeping had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:34:22] There has been a new submission: 'So I recently joined a community for collabing but ...', with flair 'Discussion'
+17793 [2020-03-17 23:34:33] '/u/TheBobbyBands' has given '/u/CrimsonWonders' lambda!
+17793 [2020-03-17 23:35:28] '/u/cullenaryarts7' has given '/u/LeinadArevet' lambda!
+17793 [2020-03-17 23:37:01] There has been a new submission: 'Would you watch such videos? If not why not? What do i have to improve?', with flair 'Video Critique'
+17793 [2020-03-17 23:42:57] '/u/cullenaryarts7' has given '/u/YourSexyCellMate' lambda!
+17793 [2020-03-17 23:43:45] There has been a new submission: 'New Adventure with ROBOBRO -Titanfall 2', with flair 'Gaming'
+17793 [2020-03-17 23:43:48] /u/Slyj3ster_g4ming had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:49:20] '/u/LitsPlay' has given '/u/thejpenn' lambda!
+17793 [2020-03-17 23:52:47] '/u/LitsPlay' has given '/u/ibau' lambda!
+17793 [2020-03-17 23:54:18] '/u/LitsPlay' has given '/u/TheRealJyro' lambda!
+17793 [2020-03-17 23:56:57] There has been a new submission: 'I made a music video for the TV show The Mandalorian and the song Renegade by Styx. Can anyone review and give their thoughts?', with flair 'None'
+17793 [2020-03-17 23:56:58] /u/Endo107 had their submission removed for insufficient lambda.
+17793 [2020-03-17 23:59:35] There has been a new submission: 'Stick Fight Glitch Fight', with flair 'Video Critique'
+17793 [2020-03-18 00:00:00] There has been a new submission: 'THE ZODIAC SIGNS IN QUARANTINE', with flair 'None'
+17793 [2020-03-18 00:00:02] /u/lisathegemini had their submission removed for insufficient lambda.
+17793 [2020-03-18 00:03:22] '/u/Jellyquent' has given '/u/cjf5414' lambda!
+17793 [2020-03-18 00:04:20] '/u/BetaBradTv' has given '/u/SteveFails' lambda!
+17929 [2020-03-18 00:07:15]
+####################
+[2020-03-18 00:07:15] RESTARTED
+####################
+
+17929 [2020-03-18 00:08:15] '/u/BetaBradTv' has given '/u/CrimsonWonders' lambda!
+17929 [2020-03-18 00:35:14] '/u/Taz-The-Yorkie' has given '/u/SteveFails' lambda!
+17929 [2020-03-18 00:39:39] '/u/SuperMcGregs' has given '/u/Xerionix' lambda!
+17929 [2020-03-18 00:43:00] There has been a new submission: 'I tested out this rather odd TIKTOK Life Hack that lets anyone conquer any type of spicy food. Hope you all enjoy and I’m looking forward to hearing what you think.', with flair 'None'
+17929 [2020-03-18 00:50:18] '/u/Lauren_Mlikota' has given '/u/RedditReadYT' lambda!
+17929 [2020-03-18 00:50:18] The OP received lambda too!
+17929 [2020-03-18 00:51:16] There has been a new submission: 'Feedback? ❤', with flair 'Video Critique'
+17929 [2020-03-18 00:51:18] /u/SolheimYT had their submission removed for insufficient lambda.
+17929 [2020-03-18 01:01:12] There has been a new submission: '*NEW VLOG* CHECK IT OUT & LET ME KNOW IF YOU LIKE MY STYLE OF VIDEOS', with flair 'Vlog'
+17929 [2020-03-18 01:01:15] /u/Rique_98 had their submission removed for insufficient lambda.
+17929 [2020-03-18 01:21:09] '/u/GrumpyBottom_YT' has given '/u/Electric_Mauser' lambda!
+17929 [2020-03-18 01:25:39] There has been a new submission: 'Chugging Green Ranch for St. Patrick - It's Gross, but Might Be Fun to Watch the Trainwreck?', with flair 'Video Critique'
+17929 [2020-03-18 01:30:30] '/u/stlo0309' has given '/u/Electric_Mauser' lambda!
+17929 [2020-03-18 01:39:53] '/u/VreaL37' has given '/u/Xerionix' lambda!
+2316 [2020-03-18 01:42:38] Updated statistics
+17929 [2020-03-18 01:43:13] '/u/NiceGuyMarek' has given '/u/Sky-todd' lambda!
+17929 [2020-03-18 01:43:13] The OP received lambda too!
+17929 [2020-03-18 01:44:58] '/u/SuperMcGregs' has given '/u/dtchaulk' lambda!
+17929 [2020-03-18 01:45:21] There has been a new submission: 'Part 2 of a horror series! adding in more edits for emphasis! what do you think ?', with flair 'Video Critique'
+17929 [2020-03-18 01:50:33] There has been a new submission: 'How Much Does a Hellcat V8-Powered 2020 Jeep Gladiator Cost?', with flair 'Video Critique'
+17929 [2020-03-18 01:50:35] /u/ymt590 had their submission removed for insufficient lambda.
+17929 [2020-03-18 01:55:14] '/u/MafiasFinestTV' has given '/u/shaunyoong' lambda!
+17929 [2020-03-18 01:55:30] There has been a new submission: 'I MAKE AMVs TOOO🎬', with flair 'Video Critique'
+17929 [2020-03-18 01:55:32] /u/Autorocket25 had their submission removed for insufficient lambda.
+17929 [2020-03-18 01:55:48] There has been a new submission: '[FREE FOR PROFIT] Lemme ball | Rap Trap Beat', with flair 'None'
+17929 [2020-03-18 01:55:50] /u/MemeAddict88 had their submission removed for insufficient lambda.
+17929 [2020-03-18 02:01:09] There has been a new submission: 'Looking For Feedback', with flair 'Video Critique'
+17929 [2020-03-18 02:01:11] /u/uhcreatch had their submission removed for insufficient lambda.
+17929 [2020-03-18 02:01:54] There has been a new submission: 'Kicking ass and taking names in Dragon Ball Z Kakarot-SS Goku vs Frieza', with flair 'Gaming'
+17929 [2020-03-18 02:01:56] /u/AdrianDrondoe had their submission removed for insufficient lambda.
+18437 [2020-03-18 02:07:16]
+####################
+[2020-03-18 02:07:16] RESTARTED
+####################
+
+18437 [2020-03-18 02:11:25] '/u/BetaBradTv' has given '/u/NiceGuyMarek' lambda!
+18437 [2020-03-18 02:17:13] There has been a new submission: 'Fortnite gets weirdly funny at 2AM', with flair 'Gaming'
+18437 [2020-03-18 02:22:04] There has been a new submission: 'Subway Surfers: ,Cairo - Magic Carpet vs Scarab | which one do you prefer?', with flair 'Gaming'
+18437 [2020-03-18 02:22:07] /u/ParonArtech had their submission removed for insufficient lambda.
+18437 [2020-03-18 02:32:51] There has been a new submission: 'Please use your printer to print prevention posters for COVID 19', with flair 'Vlog'
+18437 [2020-03-18 02:32:53] /u/shyamanta1 had their submission removed for insufficient lambda.
+18437 [2020-03-18 02:39:45] '/u/kdzplays' has given '/u/Electric_Mauser' lambda!
+18437 [2020-03-18 02:41:29] '/u/SuperMcGregs' has given '/u/amriyeniiii' lambda!
+18437 [2020-03-18 03:13:50] There has been a new submission: 'Creating a Minecraft Evo-like SMP for small youtubers, will start in about 4 weeks', with flair 'Collab'
+18437 [2020-03-18 03:32:58] There has been a new submission: 'final fantasy 7 remake gameplay walkthrough | 2020 Trailers', with flair 'Gaming'
+18437 [2020-03-18 03:33:00] /u/ProGamerofficialRdt had their submission removed for insufficient lambda.
+18437 [2020-03-18 03:42:41] There has been a new submission: 'Hello everyone! Been at a plateau recently with my channel, would appreciate if any of you checked it out & or gave some criticism :)', with flair 'Channel Review'
+18437 [2020-03-18 03:59:26] There has been a new submission: 'i tried to make my first meme video (volume warning!)', with flair 'Video Critique'
+18437 [2020-03-18 03:59:27] /u/yashsrr had their submission removed for insufficient lambda.
+18575 [2020-03-18 04:07:15]
+####################
+[2020-03-18 04:07:15] RESTARTED
+####################
+
+18575 [2020-03-18 04:10:06] There has been a new submission: '**Funny Corona Virus Video - Watch Now**', with flair 'None'
+18575 [2020-03-18 04:11:58] There has been a new submission: 'Watch this', with flair 'Art'
+18575 [2020-03-18 04:12:01] /u/kenjipatatas had their submission removed for insufficient lambda.
+18575 [2020-03-18 04:12:52] '/u/alexjmartens' has given '/u/tiffanyluvzu' lambda!
+18575 [2020-03-18 04:14:05] '/u/alexjmartens' has given '/u/HumperTrooper15' lambda!
+18575 [2020-03-18 04:14:46] '/u/alexjmartens' has given '/u/NiceGuyMarek' lambda!
+18575 [2020-03-18 04:15:13] '/u/alexjmartens' has given '/u/deliriousmarc' lambda!
+18575 [2020-03-18 04:16:01] '/u/alexjmartens' has given '/u/SteveFails' lambda!
+18575 [2020-03-18 04:17:03] '/u/alexjmartens' has given '/u/heyiamandrew' lambda!
+18575 [2020-03-18 04:17:27] '/u/alexjmartens' has given '/u/iamtinos' lambda!
+18575 [2020-03-18 04:18:05] '/u/VreaL37' has given '/u/Wiglow' lambda!
+18575 [2020-03-18 04:19:00] '/u/alexjmartens' has given '/u/kateandchristoph' lambda!
+18575 [2020-03-18 04:19:29] '/u/alexjmartens' has given '/u/Ghryms' lambda!
+18575 [2020-03-18 04:26:57] There has been a new submission: 'Weird Cartoon Series', with flair 'None'
+18575 [2020-03-18 04:26:58] /u/MemeAddict88 had their submission removed for insufficient lambda.
+18575 [2020-03-18 04:27:40] There has been a new submission: 'Weird Cartoon Series', with flair 'None'
+18575 [2020-03-18 04:27:41] /u/MemeAddict88 had their submission removed for insufficient lambda.
+18575 [2020-03-18 04:36:00] '/u/deliriousmarc' has given '/u/tiffanyluvzu' lambda!
+18575 [2020-03-18 04:36:00] The OP received lambda too!
+18575 [2020-03-18 04:36:40] '/u/BanterBoulevard' has given '/u/Tman_47YT' lambda!
+18575 [2020-03-18 04:38:17] '/u/BanterBoulevard' has given '/u/stlo0309' lambda!
+18575 [2020-03-18 04:41:20] '/u/BanterBoulevard' has given '/u/CrimsonWonders' lambda!
+18575 [2020-03-18 04:46:57] There has been a new submission: 'Chua phu quoc', with flair 'Vlog'
+18575 [2020-03-18 04:46:58] /u/huynhdvq had their submission removed for insufficient lambda.
+18575 [2020-03-18 04:54:17] '/u/BetaBradTv' has given '/u/yashsrr' lambda!
+18575 [2020-03-18 05:00:37] '/u/deliriousmarc' has given '/u/ThiccAssClap' lambda!
+18575 [2020-03-18 05:18:54] '/u/user9774' has given '/u/yashsrr' lambda!
+18575 [2020-03-18 05:18:54] The OP received lambda too!
+18575 [2020-03-18 05:22:06] '/u/NiceGuyMarek' has given '/u/wolfacade' lambda!
+18575 [2020-03-18 05:22:07] The OP received lambda too!
+18575 [2020-03-18 05:23:34] '/u/deliriousmarc' has given '/u/jakkerman1995' lambda!
+18575 [2020-03-18 05:31:40] '/u/stlo0309' has given '/u/yashsrr' lambda!
+18575 [2020-03-18 05:45:22] There has been a new submission: 'Hey, I don't know if this is allowed but I just made my first lofi video and I want someone to tell me if its good or not', with flair 'Video Critique'
+18575 [2020-03-18 05:45:24] /u/KevinCaused911 had their submission removed for insufficient lambda.
+18575 [2020-03-18 05:46:59] There has been a new submission: 'Using YouTube as Startup Platform for Business, bad idea?', with flair 'Video Critique'
+18575 [2020-03-18 05:47:01] /u/JadedCounter had their submission removed for insufficient lambda.
+18710 [2020-03-18 06:07:15]
+####################
+[2020-03-18 06:07:15] RESTARTED
+####################
+
+18710 [2020-03-18 06:12:04] '/u/user9774' has given '/u/jakkerman1995' lambda!
+18710 [2020-03-18 06:34:39] '/u/TheJustindsd' has given '/u/RoboOggy' lambda!
+18710 [2020-03-18 06:38:11] '/u/wetheshit_' has given '/u/Ghryms' lambda!
+18710 [2020-03-18 06:38:11] The OP received lambda too!
+18710 [2020-03-18 07:03:32] '/u/knipknap' has given '/u/Electric_Mauser' lambda!
+18710 [2020-03-18 07:13:17] There has been a new submission: 'My YouTube channel', with flair 'Gaming'
+18710 [2020-03-18 07:13:19] /u/13579dll_ had their submission removed for insufficient lambda.
+18710 [2020-03-18 07:20:36] There has been a new submission: 'Embarrassed', with flair 'Discussion'
+18710 [2020-03-18 07:30:10] There has been a new submission: 'GIRLS NIGHT OUT | DRESS TRY ON | HOLLYWOOD', with flair 'Vlog'
+18710 [2020-03-18 07:30:12] /u/iamdestinymonique had their submission removed for insufficient lambda.
+18710 [2020-03-18 07:31:04] There has been a new submission: 'Creating a wooden COVID19 coronavirus figure. Any critics or opinions about the format of this video will be appreciated.', with flair 'Art'
+18710 [2020-03-18 07:42:17] There has been a new submission: 'How To Watch Free Movies and NETFLIX Shows for FREE (100% WORKING) (Updated 2020)', with flair 'Channel Review'
+18710 [2020-03-18 07:42:19] /u/techinsightspk had their submission removed for insufficient lambda.
+18710 [2020-03-18 07:46:55] There has been a new submission: 'If you like football games check out my channel Harry Does STUFF. And subscribe if you want.', with flair 'None'
+18710 [2020-03-18 07:46:56] /u/Harry-Does-STUFF had their submission removed for insufficient lambda.
+26235 [2020-03-18 08:07:16]
+####################
+[2020-03-18 08:07:16] RESTARTED
+####################
+
+26235 [2020-03-18 08:20:02] There has been a new submission: '70s INSPIRED ST PATRICK’S DAY MAKEUP', with flair 'Collab'
+26235 [2020-03-18 08:20:05] /u/slaywithchisom had their submission removed for using the wrong flair.
+26235 [2020-03-18 08:29:40] There has been a new submission: 'Hello everyone, this is my friends Ytchannel that im handling. He's a singer, would love it if you guys gave his covers a listen, and we're all ears to any suggestions. The link given is of an acoustic cover of Wicked Games by Chris Isaak.', with flair 'Discussion'
+26235 [2020-03-18 08:29:40] /u/misty-qadeer96 had their submission removed for using the wrong flair.
+26235 [2020-03-18 08:31:24] There has been a new submission: 'So I know it's not out yet, but when it premières I'd love some feedback. This is my first shot at doing more of a Video Essay format. Hope you enjoy.', with flair 'Gaming'
+26235 [2020-03-18 08:31:26] /u/just_an_average_NPC had their submission removed for insufficient lambda.
+26235 [2020-03-18 08:33:13] There has been a new submission: '[Music] Hello everyone, this is my friends Ytchannel that im handling. He's a singer, would love it if you guys gave his covers a listen, and we're all ears to any suggestions. The link given is of an acoustic cover of Wicked Games by Chris Isaak', with flair 'Channel Review'
+26235 [2020-03-18 08:33:15] /u/misty-qadeer96 had their submission removed for insufficient lambda.
+26235 [2020-03-18 08:34:27] There has been a new submission: 'One of the most badass moment in God of War PS4', with flair 'Gaming'
+26235 [2020-03-18 08:34:29] /u/Abdullah_Nadeem had their submission removed for insufficient lambda.
+26235 [2020-03-18 08:51:47] There has been a new submission: 'Preteding to be a girl on Omegle!! Hey fellas, I made a video where I go on omegle and prank some people. Would appreciate some feedback, thank you!', with flair 'Video Critique'
+26235 [2020-03-18 08:57:56] There has been a new submission: 'Coronavirus China | What is it Like in Beijing Right Now | March 2020', with flair 'Vlog'
+26235 [2020-03-18 08:57:57] /u/aztekchiv had their submission removed for insufficient lambda.
+26235 [2020-03-18 09:03:46] There has been a new submission: 'Idk about yall but f*ck horror games on god', with flair 'Gaming'
+26235 [2020-03-18 09:03:48] /u/Big-Booty-Bnake had their submission removed for insufficient lambda.
+26235 [2020-03-18 09:06:09] There has been a new submission: 'Just made my second video it’s a 5 min funny moments vid would love some feedback', with flair 'None'
+26235 [2020-03-18 09:06:10] /u/WiltedCelery had their submission removed for insufficient lambda.
+26235 [2020-03-18 09:27:54] '/u/Taz-The-Yorkie' has given '/u/yashsrr' lambda!
+26235 [2020-03-18 09:41:15] There has been a new submission: 'Going Crazy in a COVID Quarantine - Plague Diaries', with flair 'Video Critique'
+26235 [2020-03-18 09:44:59] '/u/daredevil005' has given '/u/A_Aabid26' lambda!
+26235 [2020-03-18 09:44:59] The OP received lambda too!
+26235 [2020-03-18 09:46:14] '/u/daredevil005' has given '/u/AmroCube' lambda!
+26235 [2020-03-18 09:48:44] There has been a new submission: 'Consider', with flair 'None'
+26235 [2020-03-18 09:48:45] /u/clitimassacre had their submission removed for insufficient lambda.
+26235 [2020-03-18 10:06:08] There has been a new submission: 'I try hard on you tube help me out to get to 1k', with flair 'Channel Review'
+26235 [2020-03-18 10:06:10] /u/Tomybot64niner_YT had their submission removed for insufficient lambda.
+26235 [2020-03-18 10:07:08] There has been a new submission: 'Help me to 1k?', with flair 'Channel Review'
+26235 [2020-03-18 10:07:09] /u/Tomybot64niner_YT had their submission removed for insufficient lambda.
+26371 [2020-03-18 10:07:16]
+####################
+[2020-03-18 10:07:16] RESTARTED
+####################
+
+26371 [2020-03-18 10:12:40] There has been a new submission: 'COVID Home Remedy: Ito Gagawin Mo Kung May SINTOMAS March 18 2020 - mina...', with flair 'Collab'
+26371 [2020-03-18 10:12:42] /u/amazon1977 had their submission removed for using the wrong flair.
+26371 [2020-03-18 10:27:52] There has been a new submission: 'Amazing thunderstorm sound to help you sleep', with flair 'Video Critique'
+26371 [2020-03-18 10:27:53] /u/white-noise-sleeping had their submission removed for insufficient lambda.
+26371 [2020-03-18 10:47:33] There has been a new submission: '1 minute -【Speedpaint】 painting practice Ep 1 -', with flair 'Channel Review'
+26371 [2020-03-18 11:00:48] '/u/Sky-todd' has given '/u/NiceGuyMarek' lambda!
+26371 [2020-03-18 11:00:48] The OP received lambda too!
+26371 [2020-03-18 11:10:45] '/u/Sky-todd' has given '/u/wolfacade' lambda!
+26371 [2020-03-18 11:13:03] There has been a new submission: '[Vlog] 2020 Automotive Revelations, yup Audio and video sucks we were supposed to be at a event but alas we all know what's happening', with flair 'Video Critique'
+26371 [2020-03-18 11:36:59] There has been a new submission: 'I'm currently trying to improve my content, would you mind giving me some general feedback?', with flair 'Channel Review'
+26371 [2020-03-18 11:37:00] /u/RealLemonchicken had their submission removed for insufficient lambda.
+26371 [2020-03-18 11:37:49] '/u/daredevil005' has given '/u/89jase' lambda!
+26371 [2020-03-18 11:58:35] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime Girl In Ms Paint | Kanae Kocho---Thanks for 2k views :)', with flair 'Art'
+26505 [2020-03-18 12:07:16]
+####################
+[2020-03-18 12:07:16] RESTARTED
+####################
+
+26505 [2020-03-18 12:18:50] There has been a new submission: 'I need Likes and Views!', with flair 'None'
+26505 [2020-03-18 12:23:01] There has been a new submission: 'Made a Sofa Armrest from Pallet Scraps!', with flair 'Video Critique'
+26505 [2020-03-18 12:23:03] /u/AlesEveryday had their submission removed for insufficient lambda.
+26505 [2020-03-18 12:34:34] '/u/IrreverentMan' has given '/u/AlesEveryday' lambda!
+26505 [2020-03-18 12:34:34] The OP received lambda too!
+26505 [2020-03-18 12:35:02] There has been a new submission: 'Things got entangled', with flair 'Discussion'
+26505 [2020-03-18 12:40:50] There has been a new submission: 'I made a video on Raid, it's 4 minutes long so if you can watch and give me your feedback! i would like to know your opinions!', with flair 'Video Critique'
+26505 [2020-03-18 12:40:52] /u/quevyishere had their submission removed for insufficient lambda.
+26505 [2020-03-18 12:42:22] '/u/Danny413fromCoC' has given '/u/AlesEveryday' lambda!
+26505 [2020-03-18 12:42:22] The OP received lambda too!
+26505 [2020-03-18 12:45:24] There has been a new submission: 'Revamping a Channel?', with flair 'None'
+26505 [2020-03-18 12:45:25] /u/ExiaDuzz69 had their submission removed for insufficient lambda.
+26505 [2020-03-18 12:47:48] There has been a new submission: 'Minecraft Song but it's lofi ~ by RJ Music & chill', with flair 'Collab'
+26505 [2020-03-18 12:47:50] /u/racateanionatan had their submission removed for using the wrong flair.
+26505 [2020-03-18 12:52:06] '/u/Jischasing' has given '/u/AlesEveryday' lambda!
+26505 [2020-03-18 12:52:06] The OP received lambda too!
+26505 [2020-03-18 12:52:16] There has been a new submission: 'Channel Review, please! :)', with flair 'Video Critique'
+26505 [2020-03-18 12:52:18] /u/racateanionatan had their submission removed for insufficient lambda.
+26505 [2020-03-18 12:57:18] There has been a new submission: 'We're Hungry Mama by Riot of the Hot Pink Ukulele', with flair 'Vlog'
+26505 [2020-03-18 12:57:19] /u/JesseAI had their submission removed for insufficient lambda.
+26505 [2020-03-18 13:06:03] There has been a new submission: 'Made my own YouTube Play Button made from Pallet Wood Scraps!', with flair 'Video Critique'
+26505 [2020-03-18 13:06:57] There has been a new submission: 'I was in a Cringe Compilation...', with flair 'Video Critique'
+26505 [2020-03-18 13:16:31] There has been a new submission: 'Konark Sun Temple | The Pride of India | Amazing Facts & Sculptures | World Heritage Site - Indian Culture and History', with flair 'Vlog'
+26505 [2020-03-18 13:16:33] /u/Dustysandstorm2 had their submission removed for insufficient lambda.
+26505 [2020-03-18 13:19:32] There has been a new submission: 'HOW TO GET 1,000 SUBSCRIBERS ON YOUTUBE in 2020 | Most Effective Tips & Tricks', with flair 'Video Critique'
+26505 [2020-03-18 13:19:33] /u/GlamByKam had their submission removed for insufficient lambda.
+26505 [2020-03-18 13:32:50] There has been a new submission: 'Warzone First win!', with flair 'Gaming'
+26505 [2020-03-18 13:32:53] /u/wozza312 had their submission removed for insufficient lambda.
+26505 [2020-03-18 13:36:53] There has been a new submission: 'How To Do Perfect Push Up For Better Muscle Growth', with flair 'Video Critique'
+26505 [2020-03-18 13:36:55] /u/Realgainsforreal had their submission removed for insufficient lambda.
+26505 [2020-03-18 13:38:29] {ERROR} received 503 HTTP response
+26505 [2020-03-18 13:56:13] There has been a new submission: 'Hello, I'm Crimsy, nice to meet you! It's my first time posting here. I heard from friends that the lovely people here offer wonderful critique so I'm giving it a go and will offer Lambda to all the constructive feedback I receive! Please watch the whole video if you're going to give feedback! :)', with flair 'Art'
+26670 [2020-03-18 14:07:16]
+####################
+[2020-03-18 14:07:16] RESTARTED
+####################
+
+26670 [2020-03-18 14:07:46] '/u/IrreverentMan' has given '/u/filterjohny-68' lambda!
+26670 [2020-03-18 14:32:26] There has been a new submission: 'Finally at 500 subs! Took me about 4 months of nonstop work but I did it! Thank you to everyone on here who helped and gave me advice when I needed it, you really did help me grow :) thanks again!', with flair 'Discussion'
+26670 [2020-03-18 14:34:06] '/u/Jischasing' has given '/u/Xerionix' lambda!
+26670 [2020-03-18 14:34:37] There has been a new submission: 'A Retrospection of Star Wars: The Force Awakens', with flair 'Video Critique'
+26670 [2020-03-18 14:34:40] /u/czumly had their submission removed for insufficient lambda.
+26670 [2020-03-18 14:37:10] There has been a new submission: 'Forest and birds white noise sounds for sleeping', with flair 'Channel Review'
+26670 [2020-03-18 14:37:11] /u/white-noise-sleeping had their submission removed for insufficient lambda.
+26670 [2020-03-18 14:38:56] There has been a new submission: 'A Retrospection of Star Wars: The Force Awakens - new here, feel free to comment/critique or ask questions, I shall answer if possible', with flair 'Video Critique'
+26670 [2020-03-18 14:38:57] /u/czumly had their submission removed for insufficient lambda.
+26670 [2020-03-18 14:42:59] There has been a new submission: 'What made you start your Youtube Channel?', with flair 'Discussion'
+26670 [2020-03-18 14:45:31] There has been a new submission: 'It's my BIRTHDAY today! Upvote and I will be giving out lambda to those who wish a happy birthday on that video! It's just a quick lazy edit, but there are important updates to be covered.', with flair 'Vlog'
+26670 [2020-03-18 14:57:56] '/u/Xerionix' has given '/u/jakkerman1995' lambda!
+26670 [2020-03-18 14:57:56] The OP received lambda too!
+26670 [2020-03-18 15:02:28] '/u/Rizmin' has given '/u/yashsrr' lambda!
+26670 [2020-03-18 15:04:47] '/u/NiceGuyMarek' has given '/u/BreadZeppelinYT' lambda!
+26670 [2020-03-18 15:05:17] '/u/NiceGuyMarek' has given '/u/AlesEveryday' lambda!
+26670 [2020-03-18 15:06:32] '/u/deliriousmarc' has given '/u/89jase' lambda!
+26670 [2020-03-18 15:07:27] '/u/NiceGuyMarek' has given '/u/iProprieties' lambda!
+26670 [2020-03-18 15:09:57] '/u/Xerionix' has given '/u/The_Suited_Bird' lambda!
+26670 [2020-03-18 15:10:22] There has been a new submission: 'Hello everyone I am comic universe I am a recently new channel that is just starting out with comic info, Easter eggs and even history lessons on certain comic book characters! So please sit back and enjoy!', with flair 'None'
+26670 [2020-03-18 15:10:37] '/u/Xerionix' has given '/u/Lotad38' lambda!
+26670 [2020-03-18 15:10:48] '/u/Jischasing' has given '/u/cjf5414' lambda!
+26670 [2020-03-18 15:10:59] '/u/Xerionix' has given '/u/420NoScopeFedoraTip' lambda!
+26670 [2020-03-18 15:11:36] There has been a new submission: 'Made a video about how TikTok got exposed for pressuring moderators to filter out videos from the front page if the person in the video was ugly, poor or disabled.', with flair 'Video Critique'
+26670 [2020-03-18 15:13:04] '/u/alexvanguard' has given '/u/BreadZeppelinYT' lambda!
+26670 [2020-03-18 15:16:18] '/u/alexjmartens' has given '/u/Zizuke' lambda!
+26670 [2020-03-18 15:25:18] There has been a new submission: '(2ITB) Resident Evil 5 Co-op Let's Play Episode/Part 3 Gameplay Walkthrough', with flair 'None'
+26670 [2020-03-18 15:25:20] /u/loopy2mn had their submission removed for insufficient lambda.
+26670 [2020-03-18 15:26:12] '/u/AlesEveryday' has given '/u/iProprieties' lambda!
+26670 [2020-03-18 15:26:12] The OP received lambda too!
+26670 [2020-03-18 15:27:18] '/u/Nichemm' has given '/u/jakkerman1995' lambda!
+26670 [2020-03-18 15:27:18] The OP received lambda too!
+26670 [2020-03-18 15:27:27] '/u/tiffanyluvzu' has given '/u/kateandchristoph' lambda!
+26670 [2020-03-18 15:27:27] The OP received lambda too!
+26670 [2020-03-18 15:28:05] '/u/amriyeniiii' has given '/u/aLeakyAbstraction' lambda!
+26670 [2020-03-18 15:28:05] The OP received lambda too!
+26670 [2020-03-18 15:34:29] There has been a new submission: 'Advice', with flair 'Video Critique'
+26670 [2020-03-18 15:34:31] /u/BeaverControl had their submission removed for insufficient lambda.
+26670 [2020-03-18 15:43:17] There has been a new submission: 'Cartoon - Forrest Gump Goes to Heaven: What Three Genius Questions Was He Asked? | AmoMama', with flair 'None'
+26670 [2020-03-18 15:43:19] /u/IndividualGuide had their submission removed for insufficient lambda.
+26670 [2020-03-18 15:44:41] There has been a new submission: 'Do support me. Thank you guys :)', with flair 'Gaming'
+26670 [2020-03-18 15:44:42] /u/NDX-Gaming had their submission removed for insufficient lambda.
+26670 [2020-03-18 15:46:02] '/u/HeyIDoesStuff' has given '/u/A_Aabid26' lambda!
+26670 [2020-03-18 15:46:02] The OP received lambda too!
+26670 [2020-03-18 15:52:09] There has been a new submission: 'Hazoor (S.A.W) Ka Hijrat Kay Safar Kay Doran Herankun Muajza | Tariq Jam...', with flair 'Discussion'
+26670 [2020-03-18 15:52:11] /u/msufwan had their submission removed for using the wrong flair.
+26670 [2020-03-18 16:04:20] There has been a new submission: 'This video I made about Pi and Pi day, I hope you enjoy!', with flair 'Discussion'
+26670 [2020-03-18 16:04:22] /u/472334 had their submission removed for using the wrong flair.
+26670 [2020-03-18 16:06:10] '/u/Xerionix' has given '/u/HeyIDoesStuff' lambda!
+26670 [2020-03-18 16:06:26] '/u/Xerionix' has given '/u/ItsTurboAlex' lambda!
+26670 [2020-03-18 16:06:42] '/u/Xerionix' has given '/u/SpeeedyLight' lambda!
+26803 [2020-03-18 16:07:16]
+####################
+[2020-03-18 16:07:16] RESTARTED
+####################
+
+26803 [2020-03-18 16:08:14] There has been a new submission: 'This video I made about Pi and Pi day, I hope you enjoy!', with flair 'Art'
+26803 [2020-03-18 16:08:15] /u/472334 had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:08:21] '/u/Xerionix' has given '/u/choco__bug' lambda!
+26803 [2020-03-18 16:08:27] There has been a new submission: 'Samsung Tab A 8.0 2019 unboxing & review', with flair 'Vlog'
+26803 [2020-03-18 16:08:29] /u/donyd4 had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:08:56] '/u/TRIO-Stories' has given '/u/AlesEveryday' lambda!
+26803 [2020-03-18 16:08:56] The OP received lambda too!
+26803 [2020-03-18 16:09:42] '/u/TRIO-Stories' has given '/u/jakkerman1995' lambda!
+26803 [2020-03-18 16:10:33] '/u/TRIO-Stories' has given '/u/SteveFails' lambda!
+26803 [2020-03-18 16:11:10] There has been a new submission: 'Here is My most Recent Video. Be cool if you could review my Channel and tell me what I can do better. Minor SetBack Disstrack on Covid-19/CoronaVirus (Parody to PewDiePie’s B Lasagna)', with flair 'Channel Review'
+26803 [2020-03-18 16:11:12] /u/ZackCanRandom had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:12:38] '/u/TRIO-Stories' has given '/u/DeFrapaCicco' lambda!
+26803 [2020-03-18 16:12:58] '/u/TRIO-Stories' has given '/u/AyeYoCarl' lambda!
+26803 [2020-03-18 16:15:39] There has been a new submission: 'SEA OF THIEVES (GRENADES, YO MAMA JOKES, FIRE, ROCKS & MORE)', with flair 'Video Critique'
+26803 [2020-03-18 16:22:57] There has been a new submission: 'Round The World From My Kitchen - Indonesian Bakso', with flair 'Video Critique'
+26803 [2020-03-18 16:23:09] '/u/AlesEveryday' has given '/u/HeyIDoesStuff' lambda!
+26803 [2020-03-18 16:24:00] There has been a new submission: 'I made an Overwatch video with my friend, I’d appreciate it if you watch and tell me what you think (I know the thumbnail is shitty, I’m working on it)', with flair 'Gaming'
+26803 [2020-03-18 16:24:02] /u/TheHamMan6 had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:24:14] '/u/Xerionix' has given '/u/Shamiya_Moye' lambda!
+26803 [2020-03-18 16:24:24] '/u/Xerionix' has given '/u/ZackCanRandom' lambda!
+26803 [2020-03-18 16:32:02] '/u/TRIO-Stories' has given '/u/Sky-todd' lambda!
+26803 [2020-03-18 16:32:29] '/u/Xerionix' has given '/u/TheHamMan6' lambda!
+26803 [2020-03-18 16:33:05] '/u/cullenaryarts7' has given '/u/myogloben' lambda!
+26803 [2020-03-18 16:41:52] There has been a new submission: 'Top 3 Best MMORPG Games Android/iOS 2020', with flair 'Gaming'
+26803 [2020-03-18 16:41:54] /u/joycevlogs had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:42:14] There has been a new submission: 'My First VLog', with flair 'Video Critique'
+26803 [2020-03-18 16:47:08] There has been a new submission: 'Talking about the coming economical collapse!', with flair 'None'
+26803 [2020-03-18 16:47:10] /u/highvibezproductions had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:50:29] There has been a new submission: 'I can’t do this anymore...', with flair 'Vlog'
+26803 [2020-03-18 16:50:31] /u/Ponyonoso had their submission removed for insufficient lambda.
+26803 [2020-03-18 16:58:30] '/u/user9774' has given '/u/ZackCanRandom' lambda!
+26803 [2020-03-18 16:58:43] '/u/user9774' has given '/u/AlesEveryday' lambda!
+26803 [2020-03-18 17:05:53] There has been a new submission: 'Are you bored from isolation? Then come check out my latest episode for my on-going Pokémon FireRed Nuzlocke series!! It’s time to get the Marshbadge from the Psychic Gym Leader, Sabrina!!', with flair 'Gaming'
+26803 [2020-03-18 17:05:54] /u/JimmySpyro had their submission removed for insufficient lambda.
+26803 [2020-03-18 17:07:37] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 6 - Yatsu no Kami Boss', with flair 'Gaming'
+26803 [2020-03-18 17:07:38] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+26803 [2020-03-18 17:26:53] There has been a new submission: 'DIY Face Mask Challenge- I opened with a cool drone shot, lmk what you think!', with flair 'Video Critique'
+26803 [2020-03-18 17:26:55] /u/daveneal had their submission removed for insufficient lambda.
+26803 [2020-03-18 17:27:30] There has been a new submission: 'Spent a lot of time on this, I feel it's underperforming a little, wondering if there's something in here you see I don't that could be improved.', with flair 'Video Critique'
+26803 [2020-03-18 17:27:31] /u/nagler_the had their submission removed for insufficient lambda.
+26803 [2020-03-18 17:35:49] There has been a new submission: '#2 Going to have a good 8-hour sleep, again. Submit your channel links + short description, and I will give feedback in my morning [read more inside]', with flair 'Discussion'
+26803 [2020-03-18 17:38:28] '/u/Xerionix' has given '/u/daveneal' lambda!
+26803 [2020-03-18 17:43:43] '/u/tiffanyluvzu' has given '/u/daveneal' lambda!
+26803 [2020-03-18 17:43:52] There has been a new submission: 'I’m almost at 200 Subscribers', with flair 'None'
+26803 [2020-03-18 17:43:54] /u/NotCHaltom_ had their submission removed for insufficient lambda.
+26803 [2020-03-18 17:46:52] There has been a new submission: 'I made a video during this extended spring break of all of the memories me and my friends recorded.', with flair 'Meta'
+26803 [2020-03-18 17:46:54] /u/ThatOnePerson125 had their submission removed for using the wrong flair.
+26803 [2020-03-18 17:48:25] There has been a new submission: 'I have made a Rick & Morty animation on my 9 subs channel, if you want to see it :', with flair 'Art'
+26803 [2020-03-18 17:48:26] /u/frenchscoob had their submission removed for insufficient lambda.
+26803 [2020-03-18 17:59:23] There has been a new submission: 'My first more vlog style (for some of the video). I'd like to know your thoughts on music selection and overall pacing for my video! "Hiking Thousands of Steps to be Above the Clouds"', with flair 'Video Critique'
+26803 [2020-03-18 18:05:00] '/u/Xerionix' has given '/u/NotCHaltom_' lambda!
+26803 [2020-03-18 18:05:25] '/u/Xerionix' has given '/u/Inferus12' lambda!
+27034 [2020-03-18 18:07:16]
+####################
+[2020-03-18 18:07:16] RESTARTED
+####################
+
+27034 [2020-03-18 18:12:58] '/u/Nichemm' has given '/u/ItsTurboAlex' lambda!
+27034 [2020-03-18 18:13:15] '/u/Nichemm' has given '/u/daveneal' lambda!
+27034 [2020-03-18 18:30:33] There has been a new submission: 'please rate my vid', with flair 'Video Critique'
+27034 [2020-03-18 18:30:51] '/u/AlesEveryday' has given '/u/daveneal' lambda!
+27034 [2020-03-18 18:31:31] '/u/AlesEveryday' has given '/u/jimbojon5x9' lambda!
+27034 [2020-03-18 18:31:52] '/u/George_Doors' has given '/u/LeinadArevet' lambda!
+27034 [2020-03-18 18:31:52] The OP received lambda too!
+27034 [2020-03-18 18:32:01] There has been a new submission: 'Quality channel victardo official needs you to subscribe now', with flair 'Gaming'
+27034 [2020-03-18 18:32:03] /u/victardo4real had their submission removed for insufficient lambda.
+27034 [2020-03-18 18:32:14] '/u/George_Doors' has given '/u/Taz-The-Yorkie' lambda!
+27034 [2020-03-18 18:38:50] There has been a new submission: 'Stuffed Mozzarella Bolognese - Ajs Munchies EPI 1', with flair 'Vlog'
+27034 [2020-03-18 18:38:51] /u/Ajsreactions had their submission removed for insufficient lambda.
+27034 [2020-03-18 18:38:58] There has been a new submission: 'Swindelx Youtube Channel', with flair 'Video Critique'
+27034 [2020-03-18 18:38:59] /u/Swindlex had their submission removed for insufficient lambda.
+27034 [2020-03-18 18:41:27] There has been a new submission: 'Cool Cat Cured my ALCOHOLISM! (A Parody Film Analysis) Any and all feedback is appreciated!', with flair 'Video Critique'
+27034 [2020-03-18 18:46:15] There has been a new submission: 'Serious Critique Please', with flair 'Channel Review'
+27034 [2020-03-18 18:46:37] '/u/screret' has given '/u/ZackCanRandom' lambda!
+27034 [2020-03-18 18:46:37] The OP received lambda too!
+27034 [2020-03-18 18:49:50] There has been a new submission: 'We need to Support her! >;( She is so adorable 😭🥰', with flair 'None'
+27034 [2020-03-18 18:49:51] /u/Realistic-Text had their submission removed for insufficient lambda.
+27034 [2020-03-18 18:54:53] '/u/fabiotic' has given '/u/yashsrr' lambda!
+27034 [2020-03-18 18:55:01] There has been a new submission: 'We get drunk and play video games... but occasionally offer good safe (and ridiculous) information.', with flair 'Channel Review'
+27034 [2020-03-18 18:55:02] /u/DrunkenAndGaming had their submission removed for insufficient lambda.
+27034 [2020-03-18 18:55:26] '/u/cjf5414' has given '/u/ZackCanRandom' lambda!
+27034 [2020-03-18 18:55:26] The OP received lambda too!
+27034 [2020-03-18 18:57:11] There has been a new submission: 'Just give me tips on this video and my whole channel please. Thanks', with flair 'Channel Review'
+27034 [2020-03-18 18:57:49] There has been a new submission: 'THREES! Dance Gavin Dance, Code Orange (Underneath), The Black Dahlia Murder', with flair 'Art'
+27034 [2020-03-18 18:57:51] /u/KeCk60 had their submission removed for insufficient lambda.
+27034 [2020-03-18 19:05:37] There has been a new submission: 'Watch. Critique. Subscribe. (It’s worth a shot cuz why not?)', with flair 'Video Critique'
+27034 [2020-03-18 19:05:39] /u/MasonTD-Reddit had their submission removed for insufficient lambda.
+27034 [2020-03-18 19:08:03] There has been a new submission: 'Can I get some Feedback on my First Build video? Im thinking of adding this format to my channel', with flair 'Video Critique'
+27034 [2020-03-18 19:14:30] There has been a new submission: 'Ghost Updates I'm Back', with flair 'Gaming'
+27034 [2020-03-18 19:14:32] /u/Epicghost505 had their submission removed for insufficient lambda.
+27034 [2020-03-18 19:16:54] There has been a new submission: 'STARBUCKS : DIVIDEND STOCK ANALYSIS | is SBUX stock a stock to buy? | Dividend investing 2020', with flair 'None'
+27034 [2020-03-18 19:16:56] /u/Dividend-investor had their submission removed for insufficient lambda.
+27034 [2020-03-18 19:21:55] There has been a new submission: 'I figured it was worth a try, so if you pack of legends are into ROBLOX, watch this video.', with flair 'Gaming'
+27034 [2020-03-18 19:21:57] /u/MasonTD-Reddit had their submission removed for insufficient lambda.
+27034 [2020-03-18 19:27:57] '/u/ShiverMeTimbsBruh' has given '/u/connormricks' lambda!
+27034 [2020-03-18 19:27:57] The OP received lambda too!
+27034 [2020-03-18 19:28:06] '/u/ShiverMeTimbsBruh' has given '/u/daveneal' lambda!
+27034 [2020-03-18 19:28:22] '/u/ShiverMeTimbsBruh' has given '/u/jimbojon5x9' lambda!
+27034 [2020-03-18 19:29:23] There has been a new submission: 'This my Newest Video, any feedback would be much appreciated || How to Introduce Nova into the MCU', with flair 'Video Critique'
+27034 [2020-03-18 19:35:08] There has been a new submission: 'I started my YouTube channel as a way to self heal from trauma...', with flair 'Discussion'
+27034 [2020-03-18 19:35:10] /u/jjconner23 had their submission removed for using the wrong flair.
+27034 [2020-03-18 19:35:33] There has been a new submission: 'How could I get people to watch my videos?', with flair 'Channel Review'
+27034 [2020-03-18 19:35:42] '/u/Jagart01' has given '/u/cullenaryarts7' lambda!
+27034 [2020-03-18 19:35:42] The OP received lambda too!
+27034 [2020-03-18 19:40:24] There has been a new submission: 'My latest video - Feedback would be very much apprieciated. I am making beats for a living and growing on youtube would help me so much. Thanks!!', with flair 'Art'
+27034 [2020-03-18 19:40:27] /u/MRitze had their submission removed for insufficient lambda.
+27034 [2020-03-18 19:52:39] There has been a new submission: 'Stuck in LA, made a diy face mask video', with flair 'Video Critique'
+27034 [2020-03-18 19:58:05] There has been a new submission: 'Cutest cats', with flair 'Video Critique'
+27034 [2020-03-18 19:58:06] /u/engineerman71 had their submission removed for insufficient lambda.
+27239 [2020-03-18 20:07:16]
+####################
+[2020-03-18 20:07:16] RESTARTED
+####################
+
+27239 [2020-03-18 20:18:17] There has been a new submission: 'TFT is for the smooth Brained ONLY! (Team Fight Tactics video in a new style I enjoyed doing) Lambda for feedback!', with flair 'Video Critique'
+27239 [2020-03-18 20:21:27] There has been a new submission: 'Man of Fortune || Uncharted 4', with flair 'Video Critique'
+27239 [2020-03-18 20:24:26] There has been a new submission: '*HOW TO GET AMETHYST ARMOR!* EMC CRAFT #02', with flair 'Gaming'
+27239 [2020-03-18 20:24:28] /u/benolo020 had their submission removed for insufficient lambda.
+27239 [2020-03-18 20:27:15] There has been a new submission: 'Crazy Fanta & Potassium Iodide Reactions :) Please leave a funny comment on the video THANK YOU', with flair 'Art'
+27239 [2020-03-18 20:28:08] There has been a new submission: 'Hey guys I worked really hard on this video and I know my sound quality and editing could be better but this is my first major project. I’d love any tips and feedback to help for my next venture.', with flair 'Video Critique'
+27239 [2020-03-18 20:31:40] There has been a new submission: 'This is the first video I've made 100% myself! Editing filming color correction thumbnail everything! I would love some feedback. There is sort of a hidden story behind the video. Let me know what you think it is and what you would rate it overall. (It's sort of a music video, but a travel montage!)', with flair 'Vlog'
+27239 [2020-03-18 20:31:42] /u/CimplyDan had their submission removed for insufficient lambda.
+27239 [2020-03-18 20:41:23] '/u/Xerionix' has given '/u/otaku90002' lambda!
+27239 [2020-03-18 20:44:49] There has been a new submission: 'Hello, guys I just want to share my channel with you and what I do. I make highlights from CS:GO. So if you like games and seeing people get killed (only in videogames I mean) then this could be just for you. If you like the video checkout my other content, like and subcribe for more.', with flair 'Gaming'
+27239 [2020-03-18 20:44:51] /u/chrispospa had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:05:14] There has been a new submission: 'Help with Intro!', with flair 'Discussion'
+27239 [2020-03-18 21:07:17] There has been a new submission: 'Short no commentary montage of Sniper kills Gauntlet, epic moments and Wins on Warzone [MW]', with flair 'Gaming'
+27239 [2020-03-18 21:07:19] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:14:01] There has been a new submission: 'The FALL of the Campers', with flair 'Gaming'
+27239 [2020-03-18 21:14:03] /u/brandon_w2012 had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:18:17] '/u/YourSexyCellMate' has given '/u/89jase' lambda!
+27239 [2020-03-18 21:18:17] The OP received lambda too!
+27239 [2020-03-18 21:19:31] '/u/YourSexyCellMate' has given '/u/vinny69420' lambda!
+27239 [2020-03-18 21:19:58] There has been a new submission: 'Looking for feedback', with flair 'None'
+27239 [2020-03-18 21:19:59] /u/2215bbo had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:28:46] There has been a new submission: 'Stuff goes south! (Peace death #3)', with flair 'Gaming'
+27239 [2020-03-18 21:28:47] /u/DerpyDaneGames had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:30:47] '/u/cjf5414' has given '/u/vinny69420' lambda!
+27239 [2020-03-18 21:36:36] There has been a new submission: '[Funtage] Interrogating Innocent Bystanders in L.A. Noire 🕵️‍♂️ All forms of feedback welcome and appreciated!', with flair 'Video Critique'
+27239 [2020-03-18 21:38:16] '/u/Xerionix' has given '/u/89jase' lambda!
+27239 [2020-03-18 21:38:35] '/u/Xerionix' has given '/u/ThealerGames' lambda!
+27239 [2020-03-18 21:38:41] There has been a new submission: 'my first vid im actually proud of! let me know what you think and please sub!', with flair 'Video Critique'
+27239 [2020-03-18 21:38:42] /u/Sargeant-Sartong had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:45:16] There has been a new submission: 'How To Install easy RGB LEDs with Controller! .. low cost!', with flair 'Art'
+27239 [2020-03-18 21:45:18] /u/Ind3structible had their submission removed for insufficient lambda.
+27239 [2020-03-18 21:46:26] There has been a new submission: 'if illnesses were people.', with flair 'Video Critique'
+27239 [2020-03-18 21:49:22] There has been a new submission: 'Would appreciate a review of my Mini-Documentary about The Code Red Computer Worm - Hacking History', with flair 'Video Critique'
+27239 [2020-03-18 21:49:37] There has been a new submission: 'Last week I finished my 100th episode', with flair 'None'
+27239 [2020-03-18 21:53:14] '/u/Jagart01' has given '/u/AtownGaming_' lambda!
+27239 [2020-03-18 21:53:59] '/u/Jagart01' has given '/u/nagler_the' lambda!
+27239 [2020-03-18 21:55:34] There has been a new submission: 'smack or facts ft my boyfriend 🥰 **extremely funny !!😂', with flair 'Collab'
+27239 [2020-03-18 21:55:35] /u/itsyazzy17 had their submission removed for using the wrong flair.
+27239 [2020-03-18 21:59:16] There has been a new submission: 'Posted my 1st video and it got a lot of dislikes. Any advice to get past this?', with flair 'Discussion'
+27239 [2020-03-18 21:59:42] There has been a new submission: 'We Made A Coronavirus Party Mix!', with flair 'Channel Review'
+27239 [2020-03-18 21:59:43] /u/OutsyderRadio had their submission removed for insufficient lambda.
+27239 [2020-03-18 22:05:07] '/u/Nichemm' has given '/u/heyiamandrew' lambda!
+27239 [2020-03-18 22:06:46] '/u/Nichemm' has given '/u/420NoScopeFedoraTip' lambda!
+27374 [2020-03-18 22:07:16]
+####################
+[2020-03-18 22:07:16] RESTARTED
+####################
+
+27374 [2020-03-18 22:12:39] '/u/CaddieYT' has given '/u/AtownGaming_' lambda!
+27374 [2020-03-18 22:12:39] The OP received lambda too!
+27374 [2020-03-18 22:13:01] There has been a new submission: 'my little brother makes hilarious video game edits - here’s one from smash bro’s! he just reached 40 subs!', with flair 'Gaming'
+27374 [2020-03-18 22:13:03] /u/leighelizabeth had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:17:24] '/u/ThealerGames' has given '/u/OneFor56' lambda!
+27374 [2020-03-18 22:17:24] The OP received lambda too!
+27374 [2020-03-18 22:21:43] '/u/ThealerGames' has given '/u/AtownGaming_' lambda!
+27374 [2020-03-18 22:22:28] '/u/deliriousmarc' has given '/u/heyiamandrew' lambda!
+27374 [2020-03-18 22:23:11] There has been a new submission: 'How are we gonna solve this Coronavirus issue?', with flair 'Art'
+27374 [2020-03-18 22:23:13] /u/Cenanden had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:26:27] '/u/Xerionix' has given '/u/AtownGaming_' lambda!
+27374 [2020-03-18 22:27:27] There has been a new submission: 'At 18 subs. Looking for some advice here on reddit.', with flair 'Channel Review'
+27374 [2020-03-18 22:27:28] /u/Dr3amsguides had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:32:57] '/u/YourSexyCellMate' has given '/u/AtownGaming_' lambda!
+27374 [2020-03-18 22:34:57] There has been a new submission: 'Hi, I’m a tiny ROBLOX channel!', with flair 'Gaming'
+27374 [2020-03-18 22:34:58] /u/TheCrazyNineYearOld had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:35:43] There has been a new submission: 'Cutest cats', with flair 'Channel Review'
+27374 [2020-03-18 22:35:44] /u/engineerman71 had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:35:55] There has been a new submission: 'Moist - A short film about the truth of a muffin', with flair 'Channel Review'
+27374 [2020-03-18 22:35:56] /u/burritoswindler69 had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:38:30] There has been a new submission: 'Rookie Photographer Advice From A Rookie Photographer', with flair 'Video Critique'
+27374 [2020-03-18 22:38:31] /u/Frooosty had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:39:10] There has been a new submission: 'CSGO MONTAGE', with flair 'Channel Review'
+27374 [2020-03-18 22:39:11] /u/Rubie2 had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:40:15] '/u/qzeqYT' has given '/u/_NGaming_' lambda!
+27374 [2020-03-18 22:40:15] The OP received lambda too!
+27374 [2020-03-18 22:43:35] There has been a new submission: 'Hey reddit', with flair 'Channel Review'
+27374 [2020-03-18 22:43:37] /u/MoonWolfYT had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:50:27] There has been a new submission: 'Someone critique my channel please', with flair 'Channel Review'
+27374 [2020-03-18 22:50:29] /u/MasonTD-Reddit had their submission removed for insufficient lambda.
+27374 [2020-03-18 22:51:34] '/u/BreadZeppelinYT' has given '/u/daveneal' lambda!
+27374 [2020-03-18 22:51:34] The OP received lambda too!
+27374 [2020-03-18 23:00:59] There has been a new submission: 'I am new to youtube and this is my first video any feedback is appreciated and hope you enjoy', with flair 'Video Critique'
+27374 [2020-03-18 23:04:16] There has been a new submission: 'Show me your channel', with flair 'None'
+27374 [2020-03-18 23:04:18] /u/ShayG_DaMob had their submission removed for insufficient lambda.
+27374 [2020-03-18 23:08:28] There has been a new submission: 'How do I create a unique username for my channel?', with flair 'Discussion'
+27374 [2020-03-18 23:09:35] '/u/Jischasing' has given '/u/cullenaryarts7' lambda!
+27374 [2020-03-18 23:10:16] There has been a new submission: '200subs in 4months', with flair 'Discussion'
+27374 [2020-03-18 23:12:46] '/u/YourSexyCellMate' has given '/u/cullenaryarts7' lambda!
+27374 [2020-03-18 23:14:06] '/u/Jagart01' has given '/u/Connor_a711' lambda!
+27374 [2020-03-18 23:16:34] '/u/qzeqYT' has given '/u/cullenaryarts7' lambda!
+27374 [2020-03-18 23:17:34] '/u/daveneal' has given '/u/420NoScopeFedoraTip' lambda!
+27374 [2020-03-18 23:17:35] The OP received lambda too!
+27374 [2020-03-18 23:18:22] '/u/daveneal' has given '/u/AtownGaming_' lambda!
+27374 [2020-03-18 23:18:53] There has been a new submission: 'Hey guys I am posting my first BTD 6 video tomorrow. I have already uploaded many BTD battles videos it would mean the world if you checked them out ! I just made my channel 3 days ago.', with flair 'None'
+27374 [2020-03-18 23:18:54] /u/VitalGLMoney_YT had their submission removed for insufficient lambda.
+27374 [2020-03-18 23:20:34] '/u/Illfury' has given '/u/-Captain-' lambda!
+27374 [2020-03-18 23:20:59] '/u/Danny413fromCoC' has given '/u/yashsrr' lambda!
+27374 [2020-03-18 23:21:13] '/u/Danny413fromCoC' has given '/u/AmroCube' lambda!
+27374 [2020-03-18 23:24:10] There has been a new submission: 'I wanted to make a cozy video talking about my life', with flair 'Video Critique'
+27374 [2020-03-18 23:24:13] /u/Spider-Dude1 had their submission removed for insufficient lambda.
+27374 [2020-03-18 23:29:01] There has been a new submission: 'A short VR video', with flair 'Video Critique'
+27374 [2020-03-18 23:37:50] There has been a new submission: 'Tony Blair won't leave me alone', with flair 'Gaming'
+27374 [2020-03-18 23:41:49] '/u/qzeqYT' has given '/u/BetaBradTv' lambda!
+27374 [2020-03-18 23:44:35] '/u/Tman_47YT' has given '/u/AmroCube' lambda!
+27374 [2020-03-18 23:44:35] The OP received lambda too!
+27374 [2020-03-18 23:46:02] '/u/Tman_47YT' has given '/u/KamKashiiiYT' lambda!
+27374 [2020-03-18 23:47:46] There has been a new submission: 'I’d just like to make my videos more interesting.', with flair 'Channel Review'
+27374 [2020-03-18 23:47:47] /u/xmalcba had their submission removed for insufficient lambda.
+27374 [2020-03-18 23:48:18] There has been a new submission: 'Apartment tour and ring light review! It has been a while since I’ve posted a video but would lovely feedback on it!', with flair 'Video Critique'
+27374 [2020-03-18 23:52:31] '/u/qzeqYT' has given '/u/torivitsas' lambda!
+27374 [2020-03-18 23:54:11] '/u/ZackCanRandom' has given '/u/AtownGaming_' lambda!
+27374 [2020-03-18 23:54:11] The OP received lambda too!
+27590 [2020-03-19 00:07:16]
+####################
+[2020-03-19 00:07:16] RESTARTED
+####################
+
+27590 [2020-03-19 00:08:16] There has been a new submission: 'Horror into Non Horror Games: Video Game Analysis. All feedback will be given lambda or if you leave a comment on the video. Thanks for all the feedback on my other posts :)', with flair 'Video Critique'
+27590 [2020-03-19 00:28:42] There has been a new submission: 'Looking for someone to run with on new COD “Warzone”.', with flair 'None'
+27590 [2020-03-19 00:28:43] /u/CasperWorld had their submission removed for insufficient lambda.
+27590 [2020-03-19 00:36:29] There has been a new submission: 'With a length of 15m41s, this has been my longest video yet. I have tried my best to keep it informative while still being entertaining. Request the fellow creators to help me identify/highlight the mistakes in the video please. I am a little over 2200 subscribers, so, still very much a newbie. Ty!', with flair 'Video Critique'
+27590 [2020-03-19 00:36:31] /u/trendz19 had their submission removed for insufficient lambda.
+27590 [2020-03-19 00:44:38] There has been a new submission: 'I was wondering what I should add to my videos to make them better, Tradd McLerran is my channel, small, but i think if i try hard enough it will grow, but i need tips because i feel like its lacking something', with flair 'None'
+27590 [2020-03-19 00:44:40] /u/Tradd17652 had their submission removed for insufficient lambda.
+27590 [2020-03-19 00:47:38] There has been a new submission: 'take my heart away.mp4', with flair 'Art'
+27590 [2020-03-19 00:51:22] There has been a new submission: 'Is longer video styles or smaller ones better for small channels?', with flair 'Discussion'
+27590 [2020-03-19 00:51:24] /u/jaden_schalck had their submission removed for using the wrong flair.
+27590 [2020-03-19 00:56:59] There has been a new submission: 'Is longer video styles or shorter ones better for small YouTubers.', with flair 'Discussion'
+27590 [2020-03-19 00:59:18] '/u/Jischasing' has given '/u/modernaddiction' lambda!
+27590 [2020-03-19 01:01:57] There has been a new submission: 'Check out my new Bard Montage! Thanks for 1000 views on my last one! :D', with flair 'Gaming'
+27590 [2020-03-19 01:01:59] /u/RealMartysMoments had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:12:11] '/u/Xerionix' has given '/u/Rebuildingz' lambda!
+27590 [2020-03-19 01:12:22] '/u/Xerionix' has given '/u/myogloben' lambda!
+27590 [2020-03-19 01:13:15] There has been a new submission: 'Family Channels Are Bad Families | The LaBrant Fam - Any Critique Helps a Ton I'm a New Comedy Commentary Channel and Seeking to Improve', with flair 'Video Critique'
+27590 [2020-03-19 01:13:17] /u/GunnarAsSeenOnTV had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:13:59] There has been a new submission: 'Just Uploaded a Review of the New My Hero Academia Movie! Please Critique it!', with flair 'Video Critique'
+27590 [2020-03-19 01:14:01] /u/Inkxjx had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:17:17] There has been a new submission: 'I’ve been doing funny Coronavirus News updates to give people some laughs! Hope you guys enjoy!', with flair 'Vlog'
+27590 [2020-03-19 01:17:19] /u/runrun24 had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:17:49] There has been a new submission: 'How bad is my channel', with flair 'None'
+27590 [2020-03-19 01:17:51] /u/kcbRodBuilding had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:22:40] There has been a new submission: 'Just started creating Serum Synth tutorials and would love some feedback. :)', with flair 'Video Critique'
+27590 [2020-03-19 01:22:42] /u/Rainbowls had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:23:00] There has been a new submission: 'Go check out my favourite streamer please', with flair 'Gaming'
+27590 [2020-03-19 01:23:02] /u/leshem00 had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:24:44] There has been a new submission: 'Do you think if Youtube changed the word subscribe to follow, people would be more inclined to press follow? Subscription sort of has a monetary connotation to it and I think that is keeping people from subscribing so easily. Let me know what you think! Free lambdas when you follow me!', with flair 'Discussion'
+27590 [2020-03-19 01:24:46] /u/cullenaryarts7 had their submission removed for using the wrong flair.
+27590 [2020-03-19 01:27:21] There has been a new submission: 'mmorpg to play in 2020 | YOU HAVEN'T PLAYED YET', with flair 'Gaming'
+27590 [2020-03-19 01:27:22] /u/ProGamerofficialRdt had their submission removed for insufficient lambda.
+27590 [2020-03-19 01:29:40] '/u/Xerionix' has given '/u/runrun24' lambda!
+27590 [2020-03-19 01:30:08] '/u/Xerionix' has given '/u/GunnarAsSeenOnTV' lambda!
+27590 [2020-03-19 01:32:22] '/u/connormricks' has given '/u/runrun24' lambda!
+27590 [2020-03-19 01:32:22] The OP received lambda too!
+27590 [2020-03-19 01:34:20] There has been a new submission: 'Free Lambdas! Comment your favorite dish or cuisine for free lambdas! I will try to make the most commented dish! Also let me know what I can do better because this video is not performing as well as my other ones.', with flair 'Video Critique'
+2316 [2020-03-19 01:42:54] Updated statistics
+27590 [2020-03-19 01:57:14] There has been a new submission: 'Breast Cancer and Pregnancy', with flair 'Discussion'
+27590 [2020-03-19 01:57:16] /u/speakboldly had their submission removed for using the wrong flair.
+27590 [2020-03-19 01:57:23] '/u/lil_traveller' has given '/u/daveneal' lambda!
+27590 [2020-03-19 01:57:23] The OP received lambda too!
+27590 [2020-03-19 02:04:06] There has been a new submission: 'Breast Cancer and Pregnancy', with flair 'Vlog'
+27590 [2020-03-19 02:04:08] /u/speakboldly had their submission removed for insufficient lambda.
+27590 [2020-03-19 02:04:29] There has been a new submission: 'New video out', with flair 'None'
+27590 [2020-03-19 02:04:31] /u/Dr_BlueJay had their submission removed for insufficient lambda.
+27798 [2020-03-19 02:07:17]
+####################
+[2020-03-19 02:07:17] RESTARTED
+####################
+
+27798 [2020-03-19 02:11:42] '/u/cjf5414' has given '/u/Rainbowls' lambda!
+27798 [2020-03-19 02:12:33] '/u/alexvanguard' has given '/u/runrun24' lambda!
+27798 [2020-03-19 02:12:33] The OP received lambda too!
+27798 [2020-03-19 02:20:33] There has been a new submission: 'Jonathan Chin - Keep On Loving Tonight (Preview)', with flair 'Video Critique'
+27798 [2020-03-19 02:20:36] /u/jwlchin had their submission removed for insufficient lambda.
+27798 [2020-03-19 02:31:37] '/u/cullenaryarts7' has given '/u/runrun24' lambda!
+27798 [2020-03-19 02:31:37] The OP received lambda too!
+27798 [2020-03-19 02:32:25] There has been a new submission: 'Cartoon Network Tier List!', with flair 'Discussion'
+27798 [2020-03-19 02:32:27] /u/AMlordz had their submission removed for using the wrong flair.
+27798 [2020-03-19 02:35:36] There has been a new submission: 'Is variety gaming a good idea on YouTube?', with flair 'Discussion'
+27798 [2020-03-19 02:42:54] There has been a new submission: 'See you soon》Coldplay(cover)', with flair 'Art'
+27798 [2020-03-19 02:42:56] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+27798 [2020-03-19 02:55:07] '/u/Mightyacorn' has given '/u/BetaBradTv' lambda!
+27798 [2020-03-19 02:55:07] The OP received lambda too!
+27798 [2020-03-19 02:58:40] There has been a new submission: 'Wow', with flair 'None'
+27798 [2020-03-19 02:58:41] /u/Sralito2018 had their submission removed for insufficient lambda.
+27798 [2020-03-19 03:01:02] There has been a new submission: 'Colorado Leg Day | myoGLOBEN Travel + Fitness | Episode 1 - the first episode in my travel + fitness webseries. Would really appreciate you guys checking it out and letting me know what you think. If you enjoy, please subscribe for future videos! Thanks!', with flair 'Video Critique'
+27798 [2020-03-19 03:01:55] There has been a new submission: 'Bai sao', with flair 'Vlog'
+27798 [2020-03-19 03:01:57] /u/huynhdvq had their submission removed for insufficient lambda.
+27798 [2020-03-19 03:05:50] '/u/BetaBradTv' has given '/u/Tman_47YT' lambda!
+27798 [2020-03-19 03:05:50] The OP received lambda too!
+27798 [2020-03-19 03:06:01] '/u/qzeqYT' has given '/u/Rainbowls' lambda!
+27798 [2020-03-19 03:06:13] '/u/BetaBradTv' has given '/u/Rainbowls' lambda!
+27798 [2020-03-19 03:27:52] There has been a new submission: 'Just started uploading music. I upload Wednesdays and Saturdays and I upload lofi/edm/dubstep. Mostly lofi', with flair 'Channel Review'
+27798 [2020-03-19 03:27:53] /u/Gravitron101 had their submission removed for insufficient lambda.
+27798 [2020-03-19 03:33:35] There has been a new submission: 'I am reading a short creepy poem about the Black Dahlia in ASMR so it'll be relaxing! Check it out if you're into that. Thanks!', with flair 'Vlog'
+27798 [2020-03-19 03:33:37] /u/marymya94 had their submission removed for insufficient lambda.
+27798 [2020-03-19 03:45:37] '/u/WALLROOP' has given '/u/SCP-DrEwok' lambda!
+27798 [2020-03-19 03:45:37] The OP received lambda too!
+27798 [2020-03-19 03:52:38] There has been a new submission: 'A tiny attempt to grow the community and engage with other creators. Two mornings of channel reviews', with flair 'Discussion'
+27798 [2020-03-19 03:53:56] '/u/cullenaryarts7' has given '/u/cnovoa15' lambda!
+27798 [2020-03-19 03:54:30] '/u/cullenaryarts7' has given '/u/420NoScopeFedoraTip' lambda!
+27948 [2020-03-19 04:07:17]
+####################
+[2020-03-19 04:07:17] RESTARTED
+####################
+
+27948 [2020-03-19 04:08:38] '/u/BetaBradTv' has given '/u/420NoScopeFedoraTip' lambda!
+27948 [2020-03-19 04:09:27] There has been a new submission: 'Finally Reached 100 Subscribers, Thank You!', with flair 'Channel Review'
+27948 [2020-03-19 04:09:28] /u/IronFN-on-YT had their submission removed for insufficient lambda.
+27948 [2020-03-19 04:10:17] '/u/WALLROOP' has given '/u/Adooma_123' lambda!
+27948 [2020-03-19 04:11:39] '/u/qzeqYT' has given '/u/420NoScopeFedoraTip' lambda!
+27948 [2020-03-19 04:12:37] '/u/qzeqYT' has given '/u/HughseyKL' lambda!
+27948 [2020-03-19 04:23:51] '/u/Illfury' has given '/u/jaden_schalck' lambda!
+27948 [2020-03-19 04:25:13] There has been a new submission: 'Mentally Deficient Mongrels Play Skyrim Together', with flair 'Gaming'
+27948 [2020-03-19 04:25:15] /u/Kadilakd24 had their submission removed for insufficient lambda.
+27948 [2020-03-19 04:29:05] There has been a new submission: '[Help] Microphones', with flair 'Discussion'
+27948 [2020-03-19 04:29:15] There has been a new submission: 'Hello everyone! I'm an aspiring creator who mainly does vlogs. I'm 20 this year and still pursuing my university degree. I'm doing Youtube as a hobby and I'd like to receive some valuable feedback on my channel in general. Be as BRUTAL as you want!', with flair 'Channel Review'
+27948 [2020-03-19 04:32:15] There has been a new submission: 'I will do a channel review once AGAIN!', with flair 'Discussion'
+27948 [2020-03-19 04:33:43] '/u/cullenaryarts7' has given '/u/JohnPompeli' lambda!
+27948 [2020-03-19 04:34:00] '/u/cullenaryarts7' has given '/u/floodwayprintco' lambda!
+27948 [2020-03-19 04:40:37] There has been a new submission: 'I shall do channel reviews once AGAIN! Upvote this!', with flair 'Discussion'
+27948 [2020-03-19 04:40:47] There has been a new submission: 'Riding into Manhattan', with flair 'Vlog'
+27948 [2020-03-19 04:40:49] /u/NYC-XSR had their submission removed for insufficient lambda.
+27948 [2020-03-19 04:50:34] There has been a new submission: 'Runaways; a multi-video edit.', with flair 'None'
+27948 [2020-03-19 04:50:36] /u/fdrthesphinx had their submission removed for insufficient lambda.
+27948 [2020-03-19 05:00:32] There has been a new submission: 'Give me an Honest Review on My Video | Are Men Smarter Than Women?', with flair 'None'
+27948 [2020-03-19 05:07:12] '/u/endlessvibesmusic' has given '/u/RedditReadYT' lambda!
+27948 [2020-03-19 05:07:12] The OP received lambda too!
+27948 [2020-03-19 05:29:55] There has been a new submission: 'Just started a channel where I do sound design tutorials for Serum. Any feedback appreciated! :)', with flair 'Video Critique'
+27948 [2020-03-19 05:34:07] There has been a new submission: 'This is the first proper video on my channel and I would appreciate it if you would kindly show me some support :)', with flair 'Gaming'
+27948 [2020-03-19 05:34:09] /u/DJBOY9980 had their submission removed for insufficient lambda.
+28090 [2020-03-19 06:07:17]
+####################
+[2020-03-19 06:07:17] RESTARTED
+####################
+
+28090 [2020-03-19 06:12:12] '/u/qzeqYT' has given '/u/AtownGaming_' lambda!
+28090 [2020-03-19 06:23:41] There has been a new submission: 'Hi. Can you watch and subscribe?', with flair 'None'
+28090 [2020-03-19 06:23:43] /u/Pelochpiie had their submission removed for insufficient lambda.
+28090 [2020-03-19 06:26:20] '/u/WALLROOP' has given '/u/AtownGaming_' lambda!
+28090 [2020-03-19 06:29:30] There has been a new submission: 'Subscribe and turn on post notifications', with flair 'Gaming'
+28090 [2020-03-19 06:29:31] /u/Saucexgaming had their submission removed for insufficient lambda.
+28090 [2020-03-19 06:32:10] There has been a new submission: 'TBP Educational Videos', with flair 'Channel Review'
+28090 [2020-03-19 06:32:12] /u/HotLocks99 had their submission removed for insufficient lambda.
+28090 [2020-03-19 06:32:59] '/u/connormricks' has given '/u/420NoScopeFedoraTip' lambda!
+28090 [2020-03-19 06:35:28] There has been a new submission: 'The Outer Worlds - Groundbreaking quests on the Ground Breaker || Screwing Around', with flair 'Video Critique'
+28090 [2020-03-19 06:35:29] /u/Darek_Baird had their submission removed for insufficient lambda.
+28090 [2020-03-19 06:36:09] '/u/Rainbowls' has given '/u/AtownGaming_' lambda!
+28090 [2020-03-19 06:36:09] The OP received lambda too!
+28090 [2020-03-19 06:37:34] '/u/KenshinARTIST' has given '/u/madeupuser' lambda!
+28090 [2020-03-19 06:37:34] The OP received lambda too!
+28090 [2020-03-19 06:43:56] '/u/acstomi0212' has given '/u/Tman_47YT' lambda!
+28090 [2020-03-19 06:43:56] The OP received lambda too!
+28090 [2020-03-19 06:44:39] '/u/acstomi0212' has given '/u/CaddieYT' lambda!
+28090 [2020-03-19 06:45:08] '/u/acstomi0212' has given '/u/ibau' lambda!
+28090 [2020-03-19 07:29:55] There has been a new submission: 'JuStTproductions - my youtube channel', with flair 'Channel Review'
+28090 [2020-03-19 07:29:55] /u/justtopcho had their submission removed for insufficient lambda.
+28090 [2020-03-19 08:02:43] There has been a new submission: 'Come Paint With Me!...', with flair 'Channel Review'
+28090 [2020-03-19 08:02:45] /u/kyliegore had their submission removed for insufficient lambda.
+28090 [2020-03-19 08:06:41] '/u/acstomi0212' has given '/u/AtownGaming_' lambda!
+32434 [2020-03-19 08:07:17]
+####################
+[2020-03-19 08:07:17] RESTARTED
+####################
+
+32434 [2020-03-19 08:28:34] There has been a new submission: 'I just started commentary that's close to my Domain of Humor. No more strings, no more whatever crap of Susan's Bound. It's been freed. Just any thoughts and comments, would be nice. Thanks.', with flair 'Video Critique'
+32434 [2020-03-19 08:32:38] There has been a new submission: 'I don´t know what I am doing anymore. Please give feedback', with flair 'Video Critique'
+32434 [2020-03-19 08:45:00] '/u/Xerionix' has given '/u/MelonInDisguise' lambda!
+32434 [2020-03-19 08:45:20] '/u/Xerionix' has given '/u/greenphant0m_yt' lambda!
+32434 [2020-03-19 08:45:31] '/u/Xerionix' has given '/u/JCRiotz' lambda!
+32434 [2020-03-19 08:48:12] '/u/WALLROOP' has given '/u/HughseyKL' lambda!
+32434 [2020-03-19 09:30:53] There has been a new submission: 'My cover of 'Anything' from The Calling', with flair 'Channel Review'
+32434 [2020-03-19 09:30:55] /u/juurata had their submission removed for insufficient lambda.
+32434 [2020-03-19 09:36:18] There has been a new submission: 'Call of duty Warzone', with flair 'Gaming'
+32434 [2020-03-19 09:36:20] /u/omayoumabagadeska had their submission removed for insufficient lambda.
+32434 [2020-03-19 09:57:01] There has been a new submission: 'Made a shorter than usual video because I have less time to edit than I usually would. I'm really proud of it and would love to know what you all thought of it :) should I continue making content like this or upload longer videos (10 to 15 minute long ones)?', with flair 'Gaming'
+32434 [2020-03-19 09:57:36] There has been a new submission: 'Please help my mate rise a bit, so he stays motivated, and feedback on the thumbnail I made! :D', with flair 'Gaming'
+32434 [2020-03-19 09:57:37] /u/Shredder1811 had their submission removed for insufficient lambda.
+32434 [2020-03-19 10:05:09] There has been a new submission: 'MY FIRST TRY - TIMELAPSE WITH OILS Painting lemons, with tea vibe with My Imagination \Hope u like it/ And give me some advices\', with flair 'Art'
+32434 [2020-03-19 10:05:11] /u/beaghtricce had their submission removed for insufficient lambda.
+32570 [2020-03-19 10:07:17]
+####################
+[2020-03-19 10:07:17] RESTARTED
+####################
+
+32570 [2020-03-19 10:08:16] There has been a new submission: '7 day apex legends live stream', with flair 'Gaming'
+32570 [2020-03-19 10:08:17] /u/POC1575 had their submission removed for insufficient lambda.
+32570 [2020-03-19 10:19:43] There has been a new submission: '7DS Grand Cross, Tips and Guides for Farming and some PvP. Come check it out', with flair 'Gaming'
+32570 [2020-03-19 10:19:43] /u/Destiny_Element had their submission removed for insufficient lambda.
+32570 [2020-03-19 10:31:21] There has been a new submission: 'Can you guys give me some feedback. And tell me wold you sub or not and why please :)', with flair 'Gaming'
+32570 [2020-03-19 10:35:58] There has been a new submission: 'Support my dunking journey 🙏', with flair 'Channel Review'
+32570 [2020-03-19 10:36:00] /u/Ebazi09 had their submission removed for insufficient lambda.
+32570 [2020-03-19 10:44:10] There has been a new submission: 'IRAQI BOY TRIES SOUR PATCH KIDS FOR THE FIRST TIME.', with flair 'Vlog'
+32570 [2020-03-19 10:44:12] /u/SaucySenseiYT had their submission removed for insufficient lambda.
+32570 [2020-03-19 10:44:45] There has been a new submission: '20 Footballers Who Look like famous celebrities!', with flair 'Channel Review'
+32570 [2020-03-19 10:44:47] /u/Joseph_Y1 had their submission removed for insufficient lambda.
+32570 [2020-03-19 10:52:20] There has been a new submission: 'Parasite: 5 Bests and 5 Worsts About The Movie | HumanMeter', with flair 'None'
+32570 [2020-03-19 10:52:22] /u/IndividualGuide had their submission removed for insufficient lambda.
+32570 [2020-03-19 11:03:22] '/u/HughseyKL' has given '/u/Henry_does' lambda!
+32570 [2020-03-19 11:03:22] The OP received lambda too!
+32570 [2020-03-19 11:04:29] '/u/HughseyKL' has given '/u/ThiccAssClap' lambda!
+32570 [2020-03-19 11:05:40] There has been a new submission: 'Hello everybobi! Just made another animated Man VS Nintendo Franchises episode! I would love to hear your notes on this one!', with flair 'Video Critique'
+32570 [2020-03-19 11:06:54] There has been a new submission: 'CGI musicians are trying to take over music *$6 million invested* | Hey everyone, hope you’re well! I’d love to hear some feedback on my latest video on a topic that I believe is very important!', with flair 'Video Critique'
+32570 [2020-03-19 11:37:11] There has been a new submission: 'IRAQI BOY TRIES SOUR PATCH KIDS FOR THE FIRST TIME.', with flair 'Vlog'
+32570 [2020-03-19 11:37:12] /u/SaucySenseiYT had their submission removed for insufficient lambda.
+32570 [2020-03-19 11:49:24] There has been a new submission: 'Triple Decker Couch Part 1', with flair 'Video Critique'
+32570 [2020-03-19 11:51:35] '/u/HughseyKL' has given '/u/420NoScopeFedoraTip' lambda!
+32570 [2020-03-19 11:51:36] The OP received lambda too!
+32706 [2020-03-19 12:07:17]
+####################
+[2020-03-19 12:07:17] RESTARTED
+####################
+
+32706 [2020-03-19 12:13:37] '/u/Jellyquent' has given '/u/RealLoki1' lambda!
+32706 [2020-03-19 12:17:39] '/u/Jellyquent' has given '/u/draxsquad' lambda!
+32706 [2020-03-19 12:55:10] There has been a new submission: 'Minecraft: How to Build a Simple and Easy Modern House!', with flair 'Gaming'
+32706 [2020-03-19 12:55:11] /u/mrchaseter had their submission removed for insufficient lambda.
+32706 [2020-03-19 13:00:16] '/u/ThiccAssClap' has given '/u/SaucySenseiYT' lambda!
+32706 [2020-03-19 13:00:16] The OP received lambda too!
+32706 [2020-03-19 13:02:27] '/u/ThiccAssClap' has given '/u/420NoScopeFedoraTip' lambda!
+32706 [2020-03-19 13:11:57] There has been a new submission: 'Most Deadliest Virus On Planet', with flair 'Vlog'
+32706 [2020-03-19 13:11:59] /u/Sashas-Vlog had their submission removed for insufficient lambda.
+32706 [2020-03-19 13:22:08] There has been a new submission: 'Only just the beginning +', with flair 'Gaming'
+32706 [2020-03-19 13:22:10] /u/HippyKingKzy had their submission removed for insufficient lambda.
+32706 [2020-03-19 13:29:06] '/u/qzeqYT' has given '/u/justtopcho' lambda!
+32706 [2020-03-19 13:31:22] There has been a new submission: 'expect 🔥', with flair 'Video Critique'
+32706 [2020-03-19 13:31:25] /u/kundiman1234 had their submission removed for insufficient lambda.
+32706 [2020-03-19 13:44:20] There has been a new submission: 'Are You A Donkey?', with flair 'Video Critique'
+32706 [2020-03-19 13:47:07] There has been a new submission: 'Bizarre food Challenge!!', with flair 'Vlog'
+32706 [2020-03-19 13:47:08] /u/Mixinwiththemillers had their submission removed for insufficient lambda.
+32706 [2020-03-19 13:50:31] '/u/Tman_47YT' has given '/u/AtownGaming_' lambda!
+32706 [2020-03-19 13:52:35] '/u/Tman_47YT' has given '/u/ibau' lambda!
+32706 [2020-03-19 13:52:59] '/u/ShiverMeTimbsBruh' has given '/u/heyiamandrew' lambda!
+32706 [2020-03-19 13:53:23] '/u/ShiverMeTimbsBruh' has given '/u/AtownGaming_' lambda!
+32706 [2020-03-19 13:54:03] '/u/guyFCR' has given '/u/Electric_Mauser' lambda!
+32706 [2020-03-19 13:54:50] '/u/ShiverMeTimbsBruh' has given '/u/TCTV_UK' lambda!
+32706 [2020-03-19 13:59:11] There has been a new submission: 'How Corona Cancelled 2020 - Animation I've spent the last week on, I will get an animated short out every week, consider subscribing dude', with flair 'Art'
+32706 [2020-03-19 13:59:12] /u/Stegosriz had their submission removed for insufficient lambda.
+32706 [2020-03-19 14:00:34] There has been a new submission: 'Hello - Stop by and have a look at my English, COVID-19 fear riddled, regional comedy satire video. Tell me what I did wrong! At the very least, it’ll kill 1 minute and 40 seconds.', with flair 'Video Critique'
+416 [2020-03-19 14:07:17]
+####################
+[2020-03-19 14:07:17] RESTARTED
+####################
+
+416 [2020-03-19 14:10:47] There has been a new submission: '7 Most Unlucky Ways To Die In Minecraft!', with flair 'Gaming'
+416 [2020-03-19 14:19:14] There has been a new submission: 'Warzone close but no cigar', with flair 'Gaming'
+416 [2020-03-19 14:19:15] /u/420brain01 had their submission removed for insufficient lambda.
+416 [2020-03-19 14:23:10] '/u/modernaddiction' has given '/u/MafiasFinestTV' lambda!
+416 [2020-03-19 14:23:10] The OP received lambda too!
+416 [2020-03-19 14:23:43] '/u/modernaddiction' has given '/u/My_Journey_To_Wealth' lambda!
+416 [2020-03-19 14:38:31] There has been a new submission: 'Worn Out Souls by Riot of the Hot Pink Ukulele', with flair 'Art'
+416 [2020-03-19 14:38:32] /u/JesseAI had their submission removed for insufficient lambda.
+416 [2020-03-19 14:39:54] There has been a new submission: 'This my Newest Video for entertainment, any feedback would be much appreciated. Be as brutal as you want! One funny short video for all about the situation with COVID - 19 / Corona Virus', with flair 'Video Critique'
+416 [2020-03-19 14:39:55] /u/Patricia678 had their submission removed for insufficient lambda.
+416 [2020-03-19 14:43:18] There has been a new submission: 'his my Newest Video for entertainment, any feedback would be much appreciated. Be as brutal as you want! One funny short video for all about the situation with COVID - 19 / Corona Virus', with flair 'Video Critique'
+416 [2020-03-19 14:43:20] /u/Patricia678 had their submission removed for insufficient lambda.
+416 [2020-03-19 14:43:42] There has been a new submission: 'When was the first time you saw one of your YouTube videos was picked up by the algorithm?', with flair 'Discussion'
+416 [2020-03-19 14:46:04] '/u/Endy_McGufin' has given '/u/TCTV_UK' lambda!
+416 [2020-03-19 14:46:04] The OP received lambda too!
+416 [2020-03-19 14:47:59] '/u/Endy_McGufin' has given '/u/AtownGaming_' lambda!
+416 [2020-03-19 15:01:30] There has been a new submission: '#3 the morning channels review. Upvote and Comment with your channel link + brief description, and get my review [details inside]', with flair 'Discussion'
+416 [2020-03-19 15:11:50] There has been a new submission: 'Resident evil 3 nemesis demo : STARS - gameplay walkthough part 1 (2020)', with flair 'None'
+416 [2020-03-19 15:11:52] /u/wheble66 had their submission removed for insufficient lambda.
+416 [2020-03-19 15:13:43] There has been a new submission: 'Hey everyone! I am new to YouTube, I started creating content a few weeks back and I just wanted to share my channel with you! I am working hard to expand content and create new videos!', with flair 'Channel Review'
+416 [2020-03-19 15:13:45] /u/sarahsprogis had their submission removed for insufficient lambda.
+416 [2020-03-19 15:14:21] '/u/TRIO-Stories' has given '/u/ZackCanRandom' lambda!
+416 [2020-03-19 15:15:01] There has been a new submission: 'Offering Channel Reviews and Recommendations!', with flair 'Channel Review'
+416 [2020-03-19 15:15:03] /u/locke_747 had their submission removed for insufficient lambda.
+416 [2020-03-19 15:16:44] '/u/Abuzz_YT' has given '/u/LuxMedia' lambda!
+416 [2020-03-19 15:16:44] The OP received lambda too!
+416 [2020-03-19 15:16:57] '/u/tiffanyluvzu' has given '/u/ZackCanRandom' lambda!
+416 [2020-03-19 15:28:49] There has been a new submission: 'I worked long on this mixed reality gameplay video with multiple angles and I'm excited to hear your thoughts!', with flair 'Gaming'
+416 [2020-03-19 15:29:18] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 7 - The Hidden Monsters of Okehazama', with flair 'Gaming'
+416 [2020-03-19 15:29:19] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+416 [2020-03-19 15:48:00] There has been a new submission: 'GoPro Hockey Game (2020) | Oh That Must REALLY Hurt (Knee Injury)', with flair 'Video Critique'
+416 [2020-03-19 15:48:01] /u/SteelHockey had their submission removed for insufficient lambda.
+416 [2020-03-19 16:02:24] There has been a new submission: 'Video On The GOAT Of Our Platform Pewdiepie - Any Feedback Appreciated - Why Is Pewdiepie So Popular?', with flair 'Video Critique'
+416 [2020-03-19 16:02:26] /u/CertMedia had their submission removed for insufficient lambda.
+416 [2020-03-19 16:06:28] There has been a new submission: 'What is the best way to help share content?', with flair 'Discussion'
+968 [2020-03-19 16:07:17]
+####################
+[2020-03-19 16:07:17] RESTARTED
+####################
+
+968 [2020-03-19 16:10:25] There has been a new submission: '[Storytime] I told my crazy childhood experiences', with flair 'None'
+968 [2020-03-19 16:12:40] There has been a new submission: 'My first cod multi montage! Hope you enjoy.', with flair 'Gaming'
+968 [2020-03-19 16:12:42] /u/Massacrelol had their submission removed for insufficient lambda.
+968 [2020-03-19 16:12:59] '/u/Mightyacorn' has given '/u/_NGaming_' lambda!
+968 [2020-03-19 16:17:20] There has been a new submission: '25 Ways to Make Money When You’re Stuck at Home', with flair 'Vlog'
+968 [2020-03-19 16:17:21] /u/IraFly had their submission removed for insufficient lambda.
+968 [2020-03-19 16:17:40] There has been a new submission: 'Anyone with funny commentary / gaming content down to collab sometime', with flair 'Collab'
+968 [2020-03-19 16:19:13] '/u/Mightyacorn' has given '/u/AtownGaming_' lambda!
+968 [2020-03-19 16:26:55] '/u/anaburn' has given '/u/CertMedia' lambda!
+968 [2020-03-19 16:26:55] The OP received lambda too!
+968 [2020-03-19 16:27:02] There has been a new submission: '20 Most Affected Countries |1.34|', with flair 'Meta'
+968 [2020-03-19 16:27:03] /u/Alikhumzada had their submission removed for using the wrong flair.
+968 [2020-03-19 16:28:08] There has been a new submission: '20 Most Affected Countries |01.34|', with flair 'Video Critique'
+968 [2020-03-19 16:28:09] /u/Alikhumzada had their submission removed for insufficient lambda.
+968 [2020-03-19 16:30:27] There has been a new submission: 'Do you guys cringe watching your own videos too? Would love some feedback on my new video!', with flair 'Video Critique'
+968 [2020-03-19 16:33:02] There has been a new submission: 'Please like my new vid to beat the dislikes', with flair 'Gaming'
+968 [2020-03-19 16:33:04] /u/CamdynGamingYT had their submission removed for insufficient lambda.
+968 [2020-03-19 16:36:51] There has been a new submission: 'A Video On The GOAT - Feedback Appreciated - Why Is Pewdiepie So Popular?', with flair 'Video Critique'
+968 [2020-03-19 16:44:34] There has been a new submission: 'I post daily , give feedback if possible', with flair 'Gaming'
+968 [2020-03-19 16:44:36] /u/DevAsterix had their submission removed for insufficient lambda.
+968 [2020-03-19 16:45:20] '/u/connormricks' has given '/u/AtownGaming_' lambda!
+968 [2020-03-19 16:47:57] There has been a new submission: 'My first Tribute video. Hope you will enjoy it', with flair 'Collab'
+968 [2020-03-19 16:47:58] /u/Tunique85 had their submission removed for using the wrong flair.
+968 [2020-03-19 16:54:26] '/u/CertMedia' has given '/u/KrispyKreams19' lambda!
+968 [2020-03-19 16:54:26] The OP received lambda too!
+968 [2020-03-19 16:58:05] There has been a new submission: 'Anker SoundCore Liberty 2 Pro Review: No Compromises!', with flair 'Channel Review'
+968 [2020-03-19 17:03:32] '/u/BetaBradTv' has given '/u/AtownGaming_' lambda!
+968 [2020-03-19 17:03:45] '/u/BetaBradTv' has given '/u/Bebby_Tuna' lambda!
+968 [2020-03-19 17:09:18] '/u/filterjohny-68' has given '/u/ibau' lambda!
+968 [2020-03-19 17:09:18] The OP received lambda too!
+968 [2020-03-19 17:19:07] '/u/Illfury' has given '/u/Carelessrex' lambda!
+968 [2020-03-19 17:22:24] There has been a new submission: 'PUFF DOMINATES ONLINE 2v2 in Smash Ultimate', with flair 'Gaming'
+968 [2020-03-19 17:22:26] /u/Swagner17 had their submission removed for insufficient lambda.
+968 [2020-03-19 17:25:45] There has been a new submission: 'Ipad Pro 2020 |Finally Released| |All New Features|', with flair 'Channel Review'
+968 [2020-03-19 17:25:46] /u/techinsightspk had their submission removed for insufficient lambda.
+968 [2020-03-19 17:37:05] There has been a new submission: 'Hey everyone, despite the epidemic I'm still trying to pretend nothing is going on. Welp I made a new vlog, let me know what I can do to improve :) Thanks', with flair 'Video Critique'
+968 [2020-03-19 17:46:43] There has been a new submission: 'Noob plays Call of Duty Mobile', with flair 'Vlog'
+968 [2020-03-19 17:46:45] /u/Jonathan-YT had their submission removed for insufficient lambda.
+968 [2020-03-19 17:53:22] There has been a new submission: 'Sega Model 2 Arcade - The 15 best games you should play (emulated)', with flair 'Gaming'
+968 [2020-03-19 17:53:36] '/u/heyiamandrew' has given '/u/JacqueslwsReddit' lambda!
+968 [2020-03-19 17:53:36] The OP received lambda too!
+968 [2020-03-19 17:53:44] There has been a new submission: 'My second video tried to use all of the feedback from the first, if you have anymore feedback it is appreciated. Enjoy', with flair 'Video Critique'
+968 [2020-03-19 17:58:11] '/u/cullenaryarts7' has given '/u/wetheshit_' lambda!
+968 [2020-03-19 17:58:48] '/u/ItsTurboAlex' has given '/u/BentSparkOutdoors' lambda!
+968 [2020-03-19 17:58:48] The OP received lambda too!
+968 [2020-03-19 17:59:15] '/u/cullenaryarts7' has given '/u/AtownGaming_' lambda!
+968 [2020-03-19 17:59:30] There has been a new submission: 'How Champions Play Siege - Rainbow Six Siege (Operation Void Edge)', with flair 'Gaming'
+968 [2020-03-19 17:59:30] /u/KrakenR6 had their submission removed for insufficient lambda.
+968 [2020-03-19 18:00:39] '/u/cullenaryarts7' has given '/u/89jase' lambda!
+968 [2020-03-19 18:00:54] '/u/cullenaryarts7' has given '/u/LynwoodMac' lambda!
+968 [2020-03-19 18:01:31] '/u/cullenaryarts7' has given '/u/HughseyKL' lambda!
+968 [2020-03-19 18:04:39] There has been a new submission: 'How To Manage Your Money Like A Millionaire | Step By Step Guide', with flair 'Video Critique'
+968 [2020-03-19 18:04:41] /u/abster259 had their submission removed for insufficient lambda.
+968 [2020-03-19 18:06:18] There has been a new submission: 'Tell me what you think of my recent video', with flair 'Video Critique'
+1181 [2020-03-19 18:07:18]
+####################
+[2020-03-19 18:07:18] RESTARTED
+####################
+
+1181 [2020-03-19 18:25:47] '/u/heyiamandrew' has given '/u/Frooosty' lambda!
+1181 [2020-03-19 18:26:06] '/u/heyiamandrew' has given '/u/izdarealizzy' lambda!
+1181 [2020-03-19 18:34:30] '/u/ItsTurboAlex' has given '/u/Frooosty' lambda!
+1181 [2020-03-19 18:35:12] '/u/ItsTurboAlex' has given '/u/HOLLOW_KDA' lambda!
+1181 [2020-03-19 18:36:05] '/u/Jagart01' has given '/u/ibau' lambda!
+1181 [2020-03-19 18:38:40] '/u/anaburn' has given '/u/Frooosty' lambda!
+1181 [2020-03-19 18:42:41] There has been a new submission: 'PUBG MOBILE EXPERIENCE ( this will help your boredom during the corona outbreak hahaha ) leave your thoughts pls and I make other meme edits like SWBF 2 do check it out thanks.', with flair 'Video Critique'
+1181 [2020-03-19 18:43:29] There has been a new submission: 'SWEATPANTS (comfort, sexual appeal, fashion, everything)', with flair 'Video Critique'
+1181 [2020-03-19 18:43:31] /u/BadBounceAndBeyond had their submission removed for insufficient lambda.
+1181 [2020-03-19 18:51:14] '/u/actuallyBIG' has given '/u/Frooosty' lambda!
+1181 [2020-03-19 18:51:14] The OP received lambda too!
+1181 [2020-03-19 18:51:28] '/u/Tman_47YT' has given '/u/stlo0309' lambda!
+1181 [2020-03-19 18:51:28] The OP received lambda too!
+1181 [2020-03-19 18:51:39] There has been a new submission: 'The biggest knockouts in 2020 UFC', with flair 'Channel Review'
+1181 [2020-03-19 18:51:41] /u/ponyboy2009 had their submission removed for insufficient lambda.
+1181 [2020-03-19 18:52:21] '/u/cullenaryarts7' has given '/u/mayanguleria07' lambda!
+1181 [2020-03-19 18:53:18] '/u/Tman_47YT' has given '/u/Swindlex' lambda!
+1181 [2020-03-19 18:55:04] '/u/Tman_47YT' has given '/u/Frooosty' lambda!
+1181 [2020-03-19 19:02:44] '/u/alexvanguard' has given '/u/Foggy_Creations' lambda!
+1181 [2020-03-19 19:03:41] There has been a new submission: 'Rookie Photographer Advice From A Rookie Photographer', with flair 'Video Critique'
+1181 [2020-03-19 19:05:57] '/u/actuallyBIG' has given '/u/ItsTheSheepster' lambda!
+1181 [2020-03-19 19:06:45] '/u/heyiamandrew' has given '/u/mayanguleria07' lambda!
+1181 [2020-03-19 19:09:07] '/u/heyiamandrew' has given '/u/roawr123' lambda!
+1181 [2020-03-19 19:13:37] There has been a new submission: 'Building The Most Dysfunctional Place Possible in City Skylines - This is a new kind of video for me and was heavily inspired by youtubers such as LetsGameItOut and RTgame, let me know what you think :)', with flair 'Video Critique'
+1181 [2020-03-19 19:18:58] There has been a new submission: 'COLD SHOWERS ARE WORTHLESS', with flair 'Video Critique'
+1181 [2020-03-19 19:23:10] There has been a new submission: '(BORN SUPERSTAR!) NJR - Zer0s [Music Video] | GRM Daily', with flair 'Discussion'
+1181 [2020-03-19 19:23:12] /u/NJR_Sky had their submission removed for using the wrong flair.
+1181 [2020-03-19 19:24:27] There has been a new submission: '(BORN SUPERSTAR!) NJR - Zer0s [Music Video] | GRM Daily', with flair 'Art'
+1181 [2020-03-19 19:24:29] /u/NJR_Sky had their submission removed for insufficient lambda.
+1181 [2020-03-19 19:26:45] There has been a new submission: 'Trisha Paytas Trolls Anthony Padilla And DissociaDID', with flair 'Video Critique'
+1181 [2020-03-19 19:26:46] /u/bipolarcorner had their submission removed for insufficient lambda.
+1181 [2020-03-19 19:26:56] There has been a new submission: 'Hello fellow Redditors. A friend & I recently began a new channel. He creates AMVs while I make gaming montages & gameplay. This is a recently video of mine. I would like some feedback on how to improve my content and channel as a whole. Helpful feedback will be rewarded w/ lambda. Please chk it out', with flair 'Gaming'
+1181 [2020-03-19 19:32:05] There has been a new submission: 'Quarantine Food Combinations (Hope Y'all Enjoy!)', with flair 'Video Critique'
+1181 [2020-03-19 19:32:17] There has been a new submission: 'Watching outros MY SUBSCRIBERS MADE ME! Legitimate feedback will be rewarded with lambda as always :D', with flair 'Video Critique'
+1181 [2020-03-19 19:34:48] There has been a new submission: 'Kicking Ass In The Resident Evil 3 Remake Demo', with flair 'Gaming'
+1181 [2020-03-19 19:34:50] /u/AdrianDrondoe had their submission removed for insufficient lambda.
+1181 [2020-03-19 19:38:41] '/u/KrispyKreams19' has given '/u/Frooosty' lambda!
+1181 [2020-03-19 19:38:41] The OP received lambda too!
+1181 [2020-03-19 19:39:42] '/u/KrispyKreams19' has given '/u/Dman_0605' lambda!
+1181 [2020-03-19 19:39:49] '/u/KrispyKreams19' has given '/u/RAY_MY_JERE_' lambda!
+1181 [2020-03-19 19:40:15] '/u/SuperMcGregs' has given '/u/89jase' lambda!
+1181 [2020-03-19 19:40:43] There has been a new submission: '8 of Pentacles - Occult & Tarot Channel', with flair 'Discussion'
+1181 [2020-03-19 19:41:01] There has been a new submission: 'One of my videos Just hit 1000 views what’s the most views you have ever got on a video? How long did it take?', with flair 'Discussion'
+1181 [2020-03-19 19:42:10] There has been a new submission: 'Apex Legends season 5 new map connected to the prowlers?', with flair 'Gaming'
+1181 [2020-03-19 19:42:12] /u/reggie-wolf had their submission removed for insufficient lambda.
+1181 [2020-03-19 19:44:15] '/u/SuperMcGregs' has given '/u/drewiie' lambda!
+1181 [2020-03-19 19:53:12] '/u/The_Suited_Bird' has given '/u/RAY_MY_JERE_' lambda!
+1181 [2020-03-19 19:53:12] The OP received lambda too!
+1181 [2020-03-19 19:54:34] '/u/The_Suited_Bird' has given '/u/joshjcharlers' lambda!
+1181 [2020-03-19 19:54:46] '/u/Frooosty' has given '/u/BentSparkOutdoors' lambda!
+1181 [2020-03-19 19:54:46] The OP received lambda too!
+1181 [2020-03-19 19:55:03] '/u/actuallyBIG' has given '/u/joshjcharlers' lambda!
+1181 [2020-03-19 19:56:40] There has been a new submission: 'Husband Jealous Of Wife's Trainer', with flair 'Video Critique'
+1181 [2020-03-19 19:57:00] There has been a new submission: 'EPIC BROKEN TV PRANK ON MOM *GONE VIOLENT* 😱😱 (Watch the full video you won't regret it)', with flair 'Video Critique'
+1181 [2020-03-19 20:07:08] There has been a new submission: 'How To Create A Successful Personal Brand On Social Media! A great Youtuber made this (Not Me) Give him some feedback on this video. I found it to be SUPER helpful!', with flair 'Video Critique'
+1330 [2020-03-19 20:07:17]
+####################
+[2020-03-19 20:07:17] RESTARTED
+####################
+
+1330 [2020-03-19 20:09:26] There has been a new submission: 'How to fuck up Hand Simulator', with flair 'Gaming'
+1330 [2020-03-19 20:09:27] /u/BeatInhofe had their submission removed for insufficient lambda.
+1330 [2020-03-19 20:16:10] There has been a new submission: 'Please help me to 100 views and 50 subs🙏🏻🙏🏻', with flair 'Channel Review'
+1330 [2020-03-19 20:16:12] /u/OliverZinow had their submission removed for insufficient lambda.
+1330 [2020-03-19 20:18:35] There has been a new submission: 'Canon EOS R6 || Leaked Specs', with flair 'Video Critique'
+1330 [2020-03-19 20:18:36] /u/rylansphotos had their submission removed for insufficient lambda.
+1330 [2020-03-19 20:21:26] '/u/Frooosty' has given '/u/vinny69420' lambda!
+1330 [2020-03-19 20:25:07] '/u/MafiasFinestTV' has given '/u/modernaddiction' lambda!
+1330 [2020-03-19 20:25:08] The OP received lambda too!
+1330 [2020-03-19 20:30:05] There has been a new submission: 'Today is my 4th anniversary in Youtube! 🎉', with flair 'None'
+1330 [2020-03-19 20:30:07] /u/windwalkvideos had their submission removed for insufficient lambda.
+1330 [2020-03-19 20:39:57] '/u/MafiasFinestTV' has given '/u/Jischasing' lambda!
+1330 [2020-03-19 20:40:15] '/u/ZhyperCR1T' has given '/u/Swindlex' lambda!
+1330 [2020-03-19 20:40:15] The OP received lambda too!
+1330 [2020-03-19 20:41:28] '/u/MafiasFinestTV' has given '/u/BridgesGames' lambda!
+1330 [2020-03-19 20:41:57] '/u/MafiasFinestTV' has given '/u/virus313' lambda!
+1330 [2020-03-19 20:49:27] '/u/ItsTheSheepster' has given '/u/lieutenatdan' lambda!
+1330 [2020-03-19 20:49:27] The OP received lambda too!
+1330 [2020-03-19 20:49:47] '/u/The_Suited_Bird' has given '/u/Nichemm' lambda!
+1330 [2020-03-19 20:50:52] There has been a new submission: 'This is my first and probably best video of mine in my opinion, please tell me what you think!', with flair 'None'
+1330 [2020-03-19 20:50:54] /u/EdgyMemes_69 had their submission removed for insufficient lambda.
+1330 [2020-03-19 20:53:15] There has been a new submission: 'Just started channel! Looking for pointers on how to improve!', with flair 'Video Critique'
+1330 [2020-03-19 20:53:17] /u/NaanPlayableChar had their submission removed for insufficient lambda.
+1330 [2020-03-19 20:57:26] '/u/The_Suited_Bird' has given '/u/MafiasFinestTV' lambda!
+1330 [2020-03-19 21:04:18] There has been a new submission: 'A little laughter during this time of chaos', with flair 'None'
+1330 [2020-03-19 21:04:20] /u/slashing13 had their submission removed for insufficient lambda.
+1330 [2020-03-19 21:06:41] '/u/heyiamandrew' has given '/u/virus313' lambda!
+1330 [2020-03-19 21:09:18] There has been a new submission: 'My latest youtube video! I'll give you lambda for any constructive comments you've got about my video and channel!', with flair 'Vlog'
+1330 [2020-03-19 21:09:18] /u/drewiie had their submission removed for insufficient lambda.
+1330 [2020-03-19 21:15:17] '/u/bestofalex' has given '/u/Stegosriz' lambda!
+1330 [2020-03-19 21:15:17] The OP received lambda too!
+1330 [2020-03-19 21:15:54] There has been a new submission: 'Is 1,510 views good?', with flair 'None'
+1330 [2020-03-19 21:15:56] /u/Danny413fromCoC had their submission removed for insufficient lambda.
+1330 [2020-03-19 21:18:12] There has been a new submission: 'The Allman Brothers Band Inspired Blues Jam.', with flair 'Video Critique'
+1330 [2020-03-19 21:18:19] There has been a new submission: 'Made a Coronavirus comedy sketch. Let me know what you guys think!', with flair 'None'
+1330 [2020-03-19 21:22:46] There has been a new submission: 'Hot off the press! I’ve shared a few of the videos of this series before, but here’s the one that just dropped. I welcome all feedback and give lambda!', with flair 'None'
+1330 [2020-03-19 21:30:26] There has been a new submission: 'My first reaction video, FEEDBACK WANTED!', with flair 'Video Critique'
+1330 [2020-03-19 21:32:12] There has been a new submission: 'Director Ava Duvernay On Filmmaking', with flair 'Video Critique'
+1330 [2020-03-19 21:32:14] /u/jtalksfilms had their submission removed for insufficient lambda.
+1330 [2020-03-19 21:35:41] There has been a new submission: 'Really happy with how this turned out', with flair 'Art'
+1330 [2020-03-19 21:38:53] '/u/anaburn' has given '/u/danifernt' lambda!
+1330 [2020-03-19 21:40:09] '/u/Dog_Bit' has given '/u/ManitouGamingYT' lambda!
+1330 [2020-03-19 21:40:09] The OP received lambda too!
+1330 [2020-03-19 21:40:37] There has been a new submission: 'BT Krimkahn commentary channel Channel Review', with flair 'Channel Review'
+1330 [2020-03-19 21:40:40] /u/krimkahn had their submission removed for insufficient lambda.
+1330 [2020-03-19 21:41:16] There has been a new submission: 'Farms & Enchanting (Episode 2) Minecraft', with flair 'Gaming'
+1330 [2020-03-19 21:45:30] There has been a new submission: 'Crazy lady freaks out on live streamer', with flair 'None'
+1330 [2020-03-19 21:45:31] /u/TheBrokeJoke87 had their submission removed for insufficient lambda.
+1330 [2020-03-19 21:48:33] There has been a new submission: 'If we are watching videos on here we should really comment on the video on YouTube', with flair 'Discussion'
+1330 [2020-03-19 21:51:29] There has been a new submission: 'murderers swipe left - lambda for comments/critique (got a better title?)', with flair 'Video Critique'
+1330 [2020-03-19 21:58:27] '/u/qzeqYT' has given '/u/Sup3rPotatoNinja' lambda!
+1330 [2020-03-19 21:59:14] '/u/Stegosriz' has given '/u/OneFor56' lambda!
+1330 [2020-03-19 21:59:14] The OP received lambda too!
+1330 [2020-03-19 22:01:39] '/u/urbansophistication' has given '/u/Bebby_Tuna' lambda!
+1330 [2020-03-19 22:01:39] The OP received lambda too!
+1330 [2020-03-19 22:06:08] There has been a new submission: 'An episode of my Evenly Skilled series, if anyone here's into OSRS :) <3', with flair 'Gaming'
+1571 [2020-03-19 22:07:18]
+####################
+[2020-03-19 22:07:18] RESTARTED
+####################
+
+1571 [2020-03-19 22:08:17] There has been a new submission: 'YouTube Streaming Question', with flair 'Discussion'
+1571 [2020-03-19 22:09:39] '/u/heyiamandrew' has given '/u/ansmike' lambda!
+1571 [2020-03-19 22:10:53] '/u/urbansophistication' has given '/u/JubeyJubster' lambda!
+1571 [2020-03-19 22:12:16] '/u/virus313' has given '/u/JubeyJubster' lambda!
+1571 [2020-03-19 22:12:16] The OP received lambda too!
+1571 [2020-03-19 22:15:19] '/u/Stegosriz' has given '/u/Nadia_Robot' lambda!
+1571 [2020-03-19 22:17:42] '/u/lieutenatdan' has given '/u/Nadia_Robot' lambda!
+1571 [2020-03-19 22:17:42] The OP received lambda too!
+1571 [2020-03-19 22:18:17] There has been a new submission: 'Is this game really scary?', with flair 'Gaming'
+1571 [2020-03-19 22:18:18] /u/statik4k had their submission removed for insufficient lambda.
+1571 [2020-03-19 22:19:39] There has been a new submission: 'STREET PHOTOGRAPHY in NEW YORK CITY with A7IIi+TAMRON 28-75 2.8', with flair 'Vlog'
+1571 [2020-03-19 22:19:40] /u/YT-LeeWilson had their submission removed for insufficient lambda.
+1571 [2020-03-19 22:22:30] There has been a new submission: 'INSANE BASKETBALL MINI HOOP DUNKS!!!', with flair 'Video Critique'
+1571 [2020-03-19 22:33:43] There has been a new submission: 'I make vids on my dreadlocks , clothing tips + getting into vlogging :)', with flair 'Channel Review'
+1571 [2020-03-19 22:33:45] /u/yungotonashi had their submission removed for insufficient lambda.
+1571 [2020-03-19 22:35:58] '/u/ItsTurboAlex' has given '/u/ansmike' lambda!
+1571 [2020-03-19 22:39:10] There has been a new submission: 'Coronavirus Information and Lockdown // Stay Safe!', with flair 'Discussion'
+1571 [2020-03-19 22:39:11] /u/Riescool007 had their submission removed for using the wrong flair.
+1571 [2020-03-19 22:41:25] There has been a new submission: 'Coronavirus Information and Lockdown // Stay Safe!', with flair 'Channel Review'
+1571 [2020-03-19 22:41:27] /u/Riescool007 had their submission removed for insufficient lambda.
+1571 [2020-03-19 22:44:21] '/u/virus313' has given '/u/Nadia_Robot' lambda!
+1571 [2020-03-19 22:49:46] '/u/JubeyJubster' has given '/u/Nadia_Robot' lambda!
+1571 [2020-03-19 22:49:46] The OP received lambda too!
+1571 [2020-03-19 22:52:16] '/u/MafiasFinestTV' has given '/u/_GoatBandit_' lambda!
+1571 [2020-03-19 22:53:49] '/u/cullenaryarts7' has given '/u/TheBobbyBands' lambda!
+1571 [2020-03-19 23:01:26] There has been a new submission: '👌Lambda for any review. Interested in feedback about audio, video, and overall quality. Any suggestions will be appreciated. T.Hanks! Call of Duty: Black Ops 3 - "Bugs, Fails, Fun".', with flair 'Channel Review'
+1571 [2020-03-19 23:09:53] There has been a new submission: 'Song Wars', with flair 'Discussion'
+1571 [2020-03-19 23:20:00] There has been a new submission: 'I would love some feedback in my new video. First video I mean lol', with flair 'Video Critique'
+1571 [2020-03-19 23:20:01] /u/ansmike had their submission removed for insufficient lambda.
+1571 [2020-03-19 23:20:38] '/u/VreaL37' has given '/u/drewiie' lambda!
+1571 [2020-03-19 23:20:38] The OP received lambda too!
+1571 [2020-03-19 23:22:31] '/u/Burkeds' has given '/u/Spider-Dude1' lambda!
+1571 [2020-03-19 23:22:31] The OP received lambda too!
+1571 [2020-03-19 23:22:58] '/u/Burkeds' has given '/u/locke_747' lambda!
+1571 [2020-03-19 23:28:45] '/u/VreaL37' has given '/u/RAY_MY_JERE_' lambda!
+1571 [2020-03-19 23:31:01] '/u/CaddieYT' has given '/u/calmballer' lambda!
+1571 [2020-03-19 23:31:01] The OP received lambda too!
+1571 [2020-03-19 23:33:45] There has been a new submission: 'Hi guys, me and my BIL made this short film the other week, any feedback would be really appreciated, thanks in advance.', with flair 'Video Critique'
+1571 [2020-03-19 23:33:47] /u/CalebRTM had their submission removed for insufficient lambda.
+1571 [2020-03-19 23:34:28] There has been a new submission: 'Titanfall 2 in 2020...', with flair 'Gaming'
+1571 [2020-03-19 23:34:30] /u/I3enjino had their submission removed for insufficient lambda.
+1571 [2020-03-19 23:38:15] There has been a new submission: 'A thank you and an offer!', with flair 'Discussion'
+1571 [2020-03-19 23:41:09] There has been a new submission: 'Am I allowed to promote a channel even though it isn't mine?', with flair 'Discussion'
+1571 [2020-03-19 23:41:19] There has been a new submission: 'When Stores Run Out Of Items Due To The Coronavirus Crisis', with flair 'Video Critique'
+1571 [2020-03-19 23:44:56] '/u/urbansophistication' has given '/u/cjf5414' lambda!
+1571 [2020-03-19 23:49:30] There has been a new submission: 'Whats up!!? I am a YouTuber that LOVES uploading video game footage for you to watch..enjoy!! (Keep notifications on!!)', with flair 'Gaming'
+1571 [2020-03-19 23:49:31] /u/KaYsTaYwiLDin had their submission removed for insufficient lambda.
+1571 [2020-03-19 23:50:44] '/u/urbansophistication' has given '/u/drewiie' lambda!
+1571 [2020-03-20 00:01:16] There has been a new submission: 'I have absolutely no idea what I’m doing, I just post meme hoping to make you laugh.', with flair 'Art'
+1571 [2020-03-20 00:01:18] /u/auxingtin had their submission removed for insufficient lambda.
+1571 [2020-03-20 00:01:52] There has been a new submission: 'How to get Stretched Resolution | Rainbow Six Siege', with flair 'Video Critique'
+1571 [2020-03-20 00:01:54] /u/joeyabe_ had their submission removed for insufficient lambda.
+1571 [2020-03-20 00:03:08] There has been a new submission: 'Lemonade Gfuel review!', with flair 'Vlog'
+1571 [2020-03-20 00:03:10] /u/IanTheGreatYT had their submission removed for insufficient lambda.
+1706 [2020-03-20 00:07:18]
+####################
+[2020-03-20 00:07:18] RESTARTED
+####################
+
+1706 [2020-03-20 00:08:19] '/u/tiffanyluvzu' has given '/u/Bebby_Tuna' lambda!
+1706 [2020-03-20 00:08:23] There has been a new submission: 'GENGI DODGEBALL HILARIOUS MOMENTS- how is the video, I found it funny but I'm searching for more opinions, please check it out and give me honest feedback.', with flair 'Video Critique'
+1706 [2020-03-20 00:09:30] '/u/VreaL37' has given '/u/vinny69420' lambda!
+1706 [2020-03-20 00:10:21] '/u/urbansophistication' has given '/u/HunterxhunterFan' lambda!
+1706 [2020-03-20 00:13:05] There has been a new submission: 'Hello Peeps, i uploaded the first part of a two part video documenting Fortnite and the factors affecting its popularity, it took me days just to make this first part so if you could consider giving it a watch it would be greatly appreciated!', with flair 'Gaming'
+1706 [2020-03-20 00:13:07] /u/Neon_Infinity had their submission removed for insufficient lambda.
+1706 [2020-03-20 00:17:41] There has been a new submission: 'New ironic meme video about iCarly Lore. lots of subtle jokes and I am trying new editing style <3 feedback pls', with flair 'Video Critique'
+1706 [2020-03-20 00:20:12] '/u/lieutenatdan' has given '/u/HunterxhunterFan' lambda!
+1706 [2020-03-20 00:21:37] '/u/Burkeds' has given '/u/WalfieOnYouTube' lambda!
+1706 [2020-03-20 00:23:26] There has been a new submission: 'Blocked scene notification on PS4', with flair 'Discussion'
+1706 [2020-03-20 00:25:28] There has been a new submission: '(2ITB) Resident Evil 5 Co-op Let's Play Episode/Part 4 Gameplay Walkthrough', with flair 'None'
+1706 [2020-03-20 00:25:30] /u/loopy2mn had their submission removed for insufficient lambda.
+1706 [2020-03-20 00:25:46] There has been a new submission: 'Do you think if Youtube changed the word subscribe to follow, people would be more inclined to press follow? Subscription sort of has a monetary connotation to it and I think that is keeping people from subscribing so easily. Let me know what you think! Free lambdas when you follow me!', with flair 'Channel Review'
+1706 [2020-03-20 00:26:17] '/u/wonderboybright' has given '/u/DraKBorG' lambda!
+1706 [2020-03-20 00:26:17] The OP received lambda too!
+1706 [2020-03-20 00:26:53] '/u/The_Suited_Bird' has given '/u/JubeyJubster' lambda!
+1706 [2020-03-20 00:27:03] '/u/wonderboybright' has given '/u/BananaMilkeu' lambda!
+1706 [2020-03-20 00:29:33] '/u/ThiccAssClap' has given '/u/AtownGaming_' lambda!
+1706 [2020-03-20 00:30:05] '/u/ThiccAssClap' has given '/u/Sipover' lambda!
+1706 [2020-03-20 00:30:39] '/u/ThiccAssClap' has given '/u/PollaxePollack' lambda!
+1706 [2020-03-20 00:31:54] '/u/ThiccAssClap' has given '/u/StreetsofRagequit' lambda!
+1706 [2020-03-20 00:32:07] '/u/HughseyKL' has given '/u/AtownGaming_' lambda!
+1706 [2020-03-20 00:32:55] There has been a new submission: 'PLEASE CHECKOUT MY NEW VIDEO WILL RETURN THE SUPPORT', with flair 'None'
+1706 [2020-03-20 00:32:57] /u/OkCommercial9 had their submission removed for insufficient lambda.
+1706 [2020-03-20 00:33:08] '/u/HughseyKL' has given '/u/sambarlien' lambda!
+1706 [2020-03-20 00:34:03] '/u/HughseyKL' has given '/u/PollaxePollack' lambda!
+1706 [2020-03-20 00:36:24] '/u/wonderboybright' has given '/u/LiljoeyJojo' lambda!
+1706 [2020-03-20 00:36:49] '/u/wonderboybright' has given '/u/Bernguz' lambda!
+1706 [2020-03-20 00:38:14] '/u/Burkeds' has given '/u/centyauro' lambda!
+1706 [2020-03-20 00:40:39] There has been a new submission: 'So I met Jake Paul at a Party and this is how it went', with flair 'Discussion'
+1706 [2020-03-20 00:40:41] /u/NVMMySkill had their submission removed for using the wrong flair.
+1706 [2020-03-20 00:50:18] There has been a new submission: 'Passing out them lambdas! Comedian REACTS To Presidential Primary Debate (funny moments) | Joe Biden vs. Bernie Sanders', with flair 'Video Critique'
+1706 [2020-03-20 00:51:05] There has been a new submission: 'I posted my first YouTube video! This is more of an introduction video. Editing sucks and is probably very boring but I want to hear other peoples thoughts and what I need to improve!', with flair 'Video Critique'
+1706 [2020-03-20 00:51:07] /u/SneakyyyGaming had their submission removed for insufficient lambda.
+1706 [2020-03-20 00:59:06] There has been a new submission: 'Learning how to wrap', with flair 'Vlog'
+1706 [2020-03-20 00:59:07] /u/YRFisaac had their submission removed for insufficient lambda.
+1706 [2020-03-20 01:01:36] '/u/cullenaryarts7' has given '/u/ansmike' lambda!
+1706 [2020-03-20 01:01:36] The OP received lambda too!
+1706 [2020-03-20 01:03:26] '/u/Danielfaraj' has given '/u/SCVRLETT1' lambda!
+1706 [2020-03-20 01:03:26] The OP received lambda too!
+1706 [2020-03-20 01:09:28] There has been a new submission: 'I would love some feed back in my new video. I mean, my first video lol.', with flair 'Video Critique'
+1706 [2020-03-20 01:12:56] There has been a new submission: 'Looking for content advice! What to do with old thumbnails?', with flair 'Discussion'
+1706 [2020-03-20 01:14:26] '/u/CaddieYT' has given '/u/MafiasFinestTV' lambda!
+1706 [2020-03-20 01:15:08] There has been a new submission: 'New Sketch about not having toilet paper because of the Corona', with flair 'Video Critique'
+1706 [2020-03-20 01:15:10] /u/Unsettling_Cow had their submission removed for insufficient lambda.
+1706 [2020-03-20 01:15:37] '/u/Burkeds' has given '/u/MrDonut12' lambda!
+1706 [2020-03-20 01:21:15] '/u/urbansophistication' has given '/u/Danielfaraj' lambda!
+1706 [2020-03-20 01:24:27] '/u/daveneal' has given '/u/Danielfaraj' lambda!
+1706 [2020-03-20 01:24:27] The OP received lambda too!
+1706 [2020-03-20 01:25:44] There has been a new submission: 'Feedback wanted - My Cyber Security channel featuring tutorials, documentaries and more', with flair 'Channel Review'
+1706 [2020-03-20 01:26:21] '/u/Stegosriz' has given '/u/vinny69420' lambda!
+1706 [2020-03-20 01:28:51] '/u/CaddieYT' has given '/u/Danielfaraj' lambda!
+1706 [2020-03-20 01:28:51] The OP received lambda too!
+1706 [2020-03-20 01:36:07] '/u/The_Suited_Bird' has given '/u/Ralfzer0' lambda!
+1706 [2020-03-20 01:37:34] '/u/The_Suited_Bird' has given '/u/cjf5414' lambda!
+1706 [2020-03-20 01:38:56] '/u/The_Suited_Bird' has given '/u/ansmike' lambda!
+1706 [2020-03-20 01:39:52] '/u/RAY_MY_JERE_' has given '/u/Danielfaraj' lambda!
+1706 [2020-03-20 01:39:52] The OP received lambda too!
+1706 [2020-03-20 01:40:15] '/u/The_Suited_Bird' has given '/u/NiceGuyMarek' lambda!
+1706 [2020-03-20 01:41:07] '/u/The_Suited_Bird' has given '/u/drewiie' lambda!
+1706 [2020-03-20 01:41:21] '/u/WALLROOP' has given '/u/TheBobbyBands' lambda!
+1706 [2020-03-20 01:41:32] '/u/Burkeds' has given '/u/Danielfaraj' lambda!
+2316 [2020-03-20 01:43:10] Updated statistics
+1706 [2020-03-20 01:43:53] There has been a new submission: 'Started a channel with me and my friends can y’all let me know what y’all think', with flair 'None'
+1706 [2020-03-20 01:43:55] /u/ZenUzumaki had their submission removed for insufficient lambda.
+1706 [2020-03-20 01:49:45] There has been a new submission: '3 a day!', with flair 'Discussion'
+1706 [2020-03-20 01:50:20] There has been a new submission: 'He was very excited to play Fortnite', with flair 'Gaming'
+1706 [2020-03-20 02:03:24] There has been a new submission: 'Natural Talent Vs Hard Work // Giving lambda for criticism!', with flair 'Video Critique'
+1706 [2020-03-20 02:06:21] '/u/ansmike' has given '/u/macetahead' lambda!
+1706 [2020-03-20 02:06:21] The OP received lambda too!
+1706 [2020-03-20 02:06:54] '/u/jaxtnh' has given '/u/macetahead' lambda!
+1706 [2020-03-20 02:06:54] The OP received lambda too!
+1844 [2020-03-20 02:07:18]
+####################
+[2020-03-20 02:07:18] RESTARTED
+####################
+
+1844 [2020-03-20 02:09:49] '/u/urbansophistication' has given '/u/macetahead' lambda!
+1844 [2020-03-20 02:15:51] '/u/CaddieYT' has given '/u/YourSexyCellMate' lambda!
+1844 [2020-03-20 02:19:55] There has been a new submission: 'Will give lambda for feedback. First time posting in this, looking for some constructive criticism on my latest vlog!', with flair 'Video Critique'
+1844 [2020-03-20 02:24:09] There has been a new submission: 'Hey can you join my sub Reddit for great Gaming video and content', with flair 'Gaming'
+1844 [2020-03-20 02:24:11] /u/CmrProGaming had their submission removed for insufficient lambda.
+1844 [2020-03-20 02:24:32] '/u/Burkeds' has given '/u/CaddieYT' lambda!
+1844 [2020-03-20 02:24:41] There has been a new submission: 'Plants vs Zombies 3 Gameplay New Plants and Zombies', with flair 'Gaming'
+1844 [2020-03-20 02:24:42] /u/joycevlogs had their submission removed for insufficient lambda.
+1844 [2020-03-20 02:42:10] '/u/drewiie' has given '/u/SuperMcGregs' lambda!
+1844 [2020-03-20 02:42:10] The OP received lambda too!
+1844 [2020-03-20 02:53:05] There has been a new submission: 'SHARPIE BATTLE!! WE GAVE THE LOSER TERRIBLE TATTOOS!', with flair 'Video Critique'
+1844 [2020-03-20 02:53:07] /u/bipolarTV had their submission removed for insufficient lambda.
+1844 [2020-03-20 02:53:20] There has been a new submission: 'Does YouTube Streaming Really Help Gaming Channels?', with flair 'Discussion'
+1844 [2020-03-20 02:55:46] There has been a new submission: 'Let's Play Minecraft | Building A House Pt.1 | Ep.2', with flair 'Gaming'
+1844 [2020-03-20 02:55:47] /u/BacTox had their submission removed for insufficient lambda.
+1844 [2020-03-20 02:56:04] '/u/daveneal' has given '/u/macetahead' lambda!
+1844 [2020-03-20 02:56:15] '/u/GrumpyBottom_YT' has given '/u/jaxtnh' lambda!
+1844 [2020-03-20 02:56:15] The OP received lambda too!
+1844 [2020-03-20 03:02:37] '/u/Burkeds' has given '/u/draxsquad' lambda!
+1844 [2020-03-20 03:02:52] There has been a new submission: 'Woman born without hands learns to drive with her feet against all odds', with flair 'Vlog'
+1844 [2020-03-20 03:02:54] /u/Boring-Math had their submission removed for insufficient lambda.
+1844 [2020-03-20 03:11:05] '/u/jaxtnh' has given '/u/Electric_Mauser' lambda!
+1844 [2020-03-20 03:18:11] There has been a new submission: 'Strategical sparring. What?! We collab?', with flair 'Collab'
+1844 [2020-03-20 03:24:22] '/u/ItsTurboAlex' has given '/u/ibau' lambda!
+1844 [2020-03-20 03:27:54] There has been a new submission: 'I Solo-Hiked An Abandonded Bridge On Christmas (2019) Would love your feedback guys :)', with flair 'Video Critique'
+1844 [2020-03-20 03:54:14] '/u/urbansophistication' has given '/u/ShikharTrivedi' lambda!
+1844 [2020-03-20 04:05:22] '/u/drewiie' has given '/u/ibau' lambda!
+1844 [2020-03-20 04:06:08] '/u/drewiie' has given '/u/thathollywoodguy3' lambda!
+1982 [2020-03-20 04:07:18]
+####################
+[2020-03-20 04:07:18] RESTARTED
+####################
+
+1982 [2020-03-20 04:08:59] '/u/drewiie' has given '/u/avamansouri' lambda!
+1982 [2020-03-20 04:33:27] There has been a new submission: 'Crunched Up Paper House ( Creepypasta Stories )', with flair 'Discussion'
+1982 [2020-03-20 04:33:29] /u/NotYourFutureDad had their submission removed for using the wrong flair.
+1982 [2020-03-20 04:45:43] There has been a new submission: 'Have some of you experienced masked attemps of sub4sub?', with flair 'Discussion'
+1982 [2020-03-20 04:50:54] There has been a new submission: 'Hello everyone! I’m a new streamer. Trying to get my name out there. Care to help me out?', with flair 'None'
+1982 [2020-03-20 04:50:56] /u/TheMultiplix had their submission removed for insufficient lambda.
+1982 [2020-03-20 04:56:28] '/u/mayanguleria07' has given '/u/LoopSoupYT' lambda!
+1982 [2020-03-20 04:56:28] The OP received lambda too!
+1982 [2020-03-20 04:57:29] There has been a new submission: 'Hey all! I wrote this while I was on my bored butt with no homework or anything to do. I showed it to my friends and they were like upload it. So here. If you like this, leave a thumbs up and consider sharing it to your friends! As always, leave your tips below!', with flair 'Video Critique'
+1982 [2020-03-20 04:57:47] '/u/mayanguleria07' has given '/u/MoskitoDan' lambda!
+1982 [2020-03-20 04:58:02] There has been a new submission: 'Wooho 140 subs!!!', with flair 'Channel Review'
+1982 [2020-03-20 04:58:04] /u/billbaud had their submission removed for insufficient lambda.
+1982 [2020-03-20 04:58:54] There has been a new submission: 'Air jordan 3 UNC shoe review on feet 💰🌎🕺🏻', with flair 'None'
+1982 [2020-03-20 04:58:54] /u/reecytherapper had their submission removed for insufficient lambda.
+1982 [2020-03-20 04:59:36] '/u/JubeyJubster' has given '/u/CoachingWithBryce' lambda!
+1982 [2020-03-20 05:00:35] '/u/JubeyJubster' has given '/u/vinny69420' lambda!
+1982 [2020-03-20 05:08:54] '/u/cullenaryarts7' has given '/u/billbaud' lambda!
+1982 [2020-03-20 05:09:10] '/u/cullenaryarts7' has given '/u/avamansouri' lambda!
+1982 [2020-03-20 05:12:05] There has been a new submission: 'Spiral rolls level 1 - 20', with flair 'Gaming'
+1982 [2020-03-20 05:12:07] /u/Smeirly13 had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:13:37] '/u/Blue-Glare' has given '/u/RedditReadYT' lambda!
+1982 [2020-03-20 05:13:37] The OP received lambda too!
+1982 [2020-03-20 05:15:40] There has been a new submission: 'Is it Good to promote your Old YT videos?', with flair 'Discussion'
+1982 [2020-03-20 05:16:42] There has been a new submission: 'Just starting out making videos based on EDC Gear and DIY's. Been trying to learn editing and filming as fast as I can. Would love to get some feedback on things to improve.', with flair 'Channel Review'
+1982 [2020-03-20 05:21:40] There has been a new submission: 'New Content : RG Phoenix', with flair 'Video Critique'
+1982 [2020-03-20 05:21:42] /u/Delicious-Might had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:29:31] There has been a new submission: 'Subscribe to my YouTube channel then comment blow with your YouTube link and I’ll subscribe back.', with flair 'Vlog'
+1982 [2020-03-20 05:29:31] /u/KingNobel had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:34:54] There has been a new submission: 'Parachutes》Coldplay(cover)', with flair 'Art'
+1982 [2020-03-20 05:34:56] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:38:05] '/u/cullenaryarts7' has given '/u/tyrellalderson' lambda!
+1982 [2020-03-20 05:39:39] There has been a new submission: 'Looking for some feedback on this video that took a long time to amkry', with flair 'Video Critique'
+1982 [2020-03-20 05:39:39] /u/themadkiller10 had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:41:50] '/u/Dog_Bit' has given '/u/Danielfaraj' lambda!
+1982 [2020-03-20 05:43:21] There has been a new submission: 'SUPERVILLAIN- XWAGS (official music video)', with flair 'Art'
+1982 [2020-03-20 05:43:23] /u/Howie_Bling had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:45:04] '/u/ThiccAssClap' has given '/u/KyberQ' lambda!
+1982 [2020-03-20 05:52:50] There has been a new submission: 'A Noob Plays No Man's Sky', with flair 'Gaming'
+1982 [2020-03-20 05:52:52] /u/Just_urboi had their submission removed for insufficient lambda.
+1982 [2020-03-20 05:57:39] '/u/mayanguleria07' has given '/u/qzeqYT' lambda!
+1982 [2020-03-20 05:57:39] The OP received lambda too!
+1982 [2020-03-20 06:01:08] '/u/89jase' has given '/u/RedditReadYT' lambda!
+1982 [2020-03-20 06:01:08] The OP received lambda too!
+2119 [2020-03-20 06:07:19]
+####################
+[2020-03-20 06:07:19] RESTARTED
+####################
+
+2119 [2020-03-20 06:34:01] There has been a new submission: 'Best Pregnancy Pillow For Back Pain', with flair 'Vlog'
+2119 [2020-03-20 06:34:03] /u/speakboldly had their submission removed for insufficient lambda.
+2119 [2020-03-20 06:41:28] '/u/drewiie' has given '/u/Bernguz' lambda!
+2119 [2020-03-20 07:10:53] There has been a new submission: 'How to make Kelly Oubre in 2k20 OMG!!', with flair 'Gaming'
+2119 [2020-03-20 07:10:55] /u/shellthunder_yt had their submission removed for insufficient lambda.
+2119 [2020-03-20 07:33:55] There has been a new submission: 'SOMA HORROR GAME PS4 GAMEPLAY WALKTHROUGH PART 2 OMNITOOL', with flair 'Gaming'
+2119 [2020-03-20 07:33:56] /u/SillKill had their submission removed for insufficient lambda.
+2119 [2020-03-20 08:03:48] '/u/mayanguleria07' has given '/u/user9774' lambda!
+2119 [2020-03-20 08:05:32] '/u/mayanguleria07' has given '/u/SillKill' lambda!
+2682 [2020-03-20 08:07:19]
+####################
+[2020-03-20 08:07:19] RESTARTED
+####################
+
+2682 [2020-03-20 08:20:51] '/u/Stegosriz' has given '/u/macetahead' lambda!
+2682 [2020-03-20 08:28:23] '/u/A_Aabid26' has given '/u/vinny69420' lambda!
+2682 [2020-03-20 08:28:23] The OP received lambda too!
+2682 [2020-03-20 08:37:39] '/u/A_Aabid26' has given '/u/Cero2996' lambda!
+2682 [2020-03-20 08:41:57] There has been a new submission: 'Check out this Seven Deadly sins AMV please SUPPORT', with flair 'Vlog'
+2682 [2020-03-20 08:44:29] There has been a new submission: 'What's The Appeal: Electronic Dance Music', with flair 'Video Critique'
+2682 [2020-03-20 08:47:55] '/u/bestofalex' has given '/u/Jischasing' lambda!
+2682 [2020-03-20 08:49:34] '/u/bestofalex' has given '/u/calmballer' lambda!
+2682 [2020-03-20 08:51:06] '/u/virus313' has given '/u/Electric_Mauser' lambda!
+2682 [2020-03-20 08:56:12] '/u/jaxtnh' has given '/u/aLeakyAbstraction' lambda!
+2682 [2020-03-20 08:58:39] '/u/joshjcharlers' has given '/u/JubeyJubster' lambda!
+2682 [2020-03-20 08:58:39] The OP received lambda too!
+2682 [2020-03-20 09:15:17] There has been a new submission: 'I’ve started a Talk Show/Sketch Show. I have no audience so some honest feedback would be invaluable! (Only 4 mins long)', with flair 'None'
+2682 [2020-03-20 09:15:19] /u/zhepsh had their submission removed for insufficient lambda.
+2682 [2020-03-20 09:18:44] There has been a new submission: 'GO LIKE COMMENT SHARE AND SUBSCRIBE PLEASE‼️❤️💯', with flair 'Vlog'
+2682 [2020-03-20 09:18:45] /u/Kweenoh had their submission removed for insufficient lambda.
+2682 [2020-03-20 09:29:06] '/u/mrworster' has given '/u/FishyLotus' lambda!
+2682 [2020-03-20 09:29:06] The OP received lambda too!
+2682 [2020-03-20 09:29:20] '/u/GrumpyBottom_YT' has given '/u/A_Aabid26' lambda!
+2682 [2020-03-20 09:42:18] '/u/Bebby_Tuna' has given '/u/FishyLotus' lambda!
+2682 [2020-03-20 09:42:18] The OP received lambda too!
+2682 [2020-03-20 09:43:29] There has been a new submission: 'Had to move back home, where ive not got a good enough ping to play games, so for the first time in nearly a year, I edited together my old clips of playing with friends to ease this new loneliness I'm feeling. Would love to get better at editing for when I move out again eventually.', with flair 'Gaming'
+2682 [2020-03-20 09:43:31] /u/DiscoSpartan117 had their submission removed for insufficient lambda.
+2682 [2020-03-20 09:48:48] There has been a new submission: 'Willing to Review Your Content!', with flair 'Video Critique'
+2682 [2020-03-20 09:48:49] /u/pinksphere had their submission removed for insufficient lambda.
+2823 [2020-03-20 10:07:19]
+####################
+[2020-03-20 10:07:19] RESTARTED
+####################
+
+2823 [2020-03-20 10:14:17] There has been a new submission: 'How to dedicate your slef to schedule', with flair 'Discussion'
+2823 [2020-03-20 10:17:46] There has been a new submission: 'How to get your videos recommended more?', with flair 'Discussion'
+2823 [2020-03-20 10:22:55] '/u/coolnotcan' has given '/u/AnTomulous' lambda!
+2823 [2020-03-20 10:22:55] The OP received lambda too!
+2823 [2020-03-20 10:36:49] There has been a new submission: 'The Admiral Ignites Ep. 1, Leave some feedback on what I can Improve. Team Is also open for new members.', with flair 'Video Critique'
+2823 [2020-03-20 10:51:53] '/u/anaburn' has given '/u/ibau' lambda!
+2823 [2020-03-20 10:54:14] '/u/anaburn' has given '/u/avamansouri' lambda!
+2823 [2020-03-20 10:57:13] There has been a new submission: 'Made for children?', with flair 'Discussion'
+2823 [2020-03-20 11:02:38] '/u/jaxtnh' has given '/u/DiscoSpartan117' lambda!
+2823 [2020-03-20 11:21:12] There has been a new submission: '"Through The Moonlight" (Original Composition)', with flair 'Art'
+2823 [2020-03-20 11:21:14] /u/ISaiNoI had their submission removed for insufficient lambda.
+2823 [2020-03-20 11:21:31] There has been a new submission: 'A short cinematic video i made - The Ocean. Lemme know how it is and also if anyone has a better idea for a title. Thank u in advance :)', with flair 'Video Critique'
+2823 [2020-03-20 11:29:14] There has been a new submission: 'Music', with flair 'Discussion'
+2823 [2020-03-20 11:42:13] There has been a new submission: 'Need actual critique on first video', with flair 'Gaming'
+2823 [2020-03-20 11:43:40] '/u/jaxtnh' has given '/u/ThiccAssClap' lambda!
+2823 [2020-03-20 11:44:01] There has been a new submission: '1 minute -【Speedpaint】 painting practice Ep 2 -', with flair 'Channel Review'
+2823 [2020-03-20 11:44:22] '/u/Stegosriz' has given '/u/DiscoSpartan117' lambda!
+2823 [2020-03-20 11:45:39] '/u/joshjcharlers' has given '/u/SillKill' lambda!
+2823 [2020-03-20 11:47:48] There has been a new submission: 'PUBG SFM animation which took a while to make', with flair 'Gaming'
+2823 [2020-03-20 11:47:49] /u/MakeItR3al had their submission removed for insufficient lambda.
+2823 [2020-03-20 11:56:54] There has been a new submission: 'NYC CORONAVIRUS UPDATE! *MANHATTAN IS A GHOST TOWN', with flair 'Vlog'
+2823 [2020-03-20 11:56:55] /u/NYC-XSR had their submission removed for insufficient lambda.
+2823 [2020-03-20 12:01:22] There has been a new submission: 'Check out my new video', with flair 'Gaming'
+2823 [2020-03-20 12:01:24] /u/brigeman had their submission removed for insufficient lambda.
+3019 [2020-03-20 12:07:19]
+####################
+[2020-03-20 12:07:19] RESTARTED
+####################
+
+3019 [2020-03-20 12:17:32] There has been a new submission: 'Check out my gaming channel road to 1k subscribers', with flair 'Gaming'
+3019 [2020-03-20 12:17:33] /u/mzwakheminecraft had their submission removed for insufficient lambda.
+3019 [2020-03-20 12:19:57] There has been a new submission: 'Terragenesis Walkthrough|| Faction Overview|| Tips on choosing the right Faction|| Mercury Gameplay', with flair 'Gaming'
+3019 [2020-03-20 12:19:58] /u/Nirup05 had their submission removed for insufficient lambda.
+3019 [2020-03-20 12:25:39] There has been a new submission: 'I would love to reach 100 subs if deserving, please give a look and give feedback on my videos, my greatest works yet are premiering today as well.', with flair 'Channel Review'
+3019 [2020-03-20 12:34:21] '/u/HuqleReddit' has given '/u/Dharen29YT' lambda!
+3019 [2020-03-20 12:34:21] The OP received lambda too!
+3019 [2020-03-20 12:42:09] '/u/misterACK' has given '/u/GideonGriebenow' lambda!
+3019 [2020-03-20 12:42:09] The OP received lambda too!
+3019 [2020-03-20 12:44:46] There has been a new submission: 'I would really like if everyone could share me some love, please. I will sub 4 subs I stream every day many times a day an will be adding new games in soon', with flair 'Gaming'
+3019 [2020-03-20 12:44:48] /u/rockingwithben had their submission removed for insufficient lambda.
+3019 [2020-03-20 12:45:12] There has been a new submission: 'Hello, I am Fuse AMVs a Youtuber that makes AMVs the video attached is one of them. If you like what you see or have any tips for improving please consider subscribing :)', with flair 'Video Critique'
+3019 [2020-03-20 12:45:13] /u/Fuse-AMVs had their submission removed for insufficient lambda.
+3019 [2020-03-20 12:53:43] There has been a new submission: 'Here is my first short film featuring Shibuya, Japan', with flair 'Vlog'
+3019 [2020-03-20 12:53:45] /u/Hiroshi-12 had their submission removed for insufficient lambda.
+3019 [2020-03-20 12:54:45] There has been a new submission: 'Is it Sea Lions or C Lines', with flair 'Vlog'
+3019 [2020-03-20 12:54:47] /u/bluedawgie had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:01:00] '/u/NikiProshin' has given '/u/misterACK' lambda!
+3019 [2020-03-20 13:01:01] The OP received lambda too!
+3019 [2020-03-20 13:01:18] '/u/coolnotcan' has given '/u/cookiedeclassified' lambda!
+3019 [2020-03-20 13:01:19] The OP received lambda too!
+3019 [2020-03-20 13:02:43] '/u/alexvanguard' has given '/u/cookiedeclassified' lambda!
+3019 [2020-03-20 13:02:43] The OP received lambda too!
+3019 [2020-03-20 13:08:13] There has been a new submission: 'Put yourself in history nerds shoes. Is this enjoyable for you? What kind of my voiceover could help with this, or FDR's speech is enough?', with flair 'Video Critique'
+3019 [2020-03-20 13:08:14] /u/20history had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:12:11] There has been a new submission: 'My newest series.', with flair 'Gaming'
+3019 [2020-03-20 13:12:13] /u/Dawsdiddly_YT had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:16:40] There has been a new submission: 'Traveling after Coronavirus', with flair 'Vlog'
+3019 [2020-03-20 13:16:41] /u/AlexSmart00 had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:28:40] There has been a new submission: 'I just started a new series on my YouTube channel & would love to hear some feedback!', with flair 'Video Critique'
+3019 [2020-03-20 13:28:41] /u/joecolasuono had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:28:49] There has been a new submission: '(Microphone) Should I choose blue snowball or amazonbasic desktop mini mix?', with flair 'Discussion'
+3019 [2020-03-20 13:28:55] '/u/actuallyBIG' has given '/u/macetahead' lambda!
+3019 [2020-03-20 13:30:42] There has been a new submission: 'Animation about dumb ways I hurt myself as a kid, we sunk a lot of hours into this despite being amateur animators/video editors, wondering if I could get some genuine critique, animation tips in particular. (Lambda given to good feedback of course).', with flair 'Video Critique'
+3019 [2020-03-20 13:37:08] '/u/Lineman65Viking' has given '/u/Danny413fromCoC' lambda!
+3019 [2020-03-20 13:37:08] The OP received lambda too!
+3019 [2020-03-20 13:37:12] {ERROR} DELETED_COMMENT: 'that comment has been deleted' on field 'parent'
+3019 [2020-03-20 13:51:33] There has been a new submission: 'Check Out My Channel <3', with flair 'Gaming'
+3019 [2020-03-20 13:51:35] /u/Markuss-L had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:56:29] '/u/The_Suited_Bird' has given '/u/ShikharTrivedi' lambda!
+3019 [2020-03-20 13:57:23] There has been a new submission: 'r/smallYTgamingChannel', with flair 'Gaming'
+3019 [2020-03-20 13:57:25] /u/otaku90002 had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:57:39] There has been a new submission: 'Leg Tattoo Session on my sister-in-law, and this piece has been forever growing. It started with an idea on the thigh, and it has been expanding ever since. Check it out, tell me what you think, or just say Hi, and thanks for swinging by and showing some love. There's way more to come soon.', with flair 'Art'
+3019 [2020-03-20 13:57:40] /u/angelcaban had their submission removed for insufficient lambda.
+3019 [2020-03-20 13:57:48] '/u/The_Suited_Bird' has given '/u/Bernguz' lambda!
+3019 [2020-03-20 13:58:23] '/u/urbansophistication' has given '/u/SillKill' lambda!
+3019 [2020-03-20 13:58:40] '/u/The_Suited_Bird' has given '/u/Noobics' lambda!
+3019 [2020-03-20 13:59:26] There has been a new submission: 'How Sub 4 Sub Culture Hurts You More Than It Helps! Agree or NAH?', with flair 'Video Critique'
+3019 [2020-03-20 14:00:31] '/u/The_Suited_Bird' has given '/u/misterACK' lambda!
+3019 [2020-03-20 14:01:19] '/u/The_Suited_Bird' has given '/u/HumperTrooper15' lambda!
+3019 [2020-03-20 14:01:50] '/u/The_Suited_Bird' has given '/u/ragstorichy' lambda!
+3019 [2020-03-20 14:03:10] '/u/The_Suited_Bird' has given '/u/modernaddiction' lambda!
+3019 [2020-03-20 14:03:43] '/u/misterACK' has given '/u/AdvancedActions' lambda!
+3019 [2020-03-20 14:06:05] There has been a new submission: 'Hey guys, would love to get some critique on my video! I wanna steer in the right direction as I continue to pump more vids. Also learn how you can make an extra $50 per hour!', with flair 'Video Critique'
+3019 [2020-03-20 14:06:50] There has been a new submission: 'Round the World Trip from My Kitchen. Valuable feedback will BE GIVEN LAMBDA! Thank You!', with flair 'Video Critique'
+3184 [2020-03-20 14:07:19]
+####################
+[2020-03-20 14:07:19] RESTARTED
+####################
+
+3184 [2020-03-20 14:08:19] There has been a new submission: 'Did a new challenge :D (Giving lambda to useful advice!)', with flair 'Gaming'
+3184 [2020-03-20 14:11:42] There has been a new submission: 'Ranting about my history assignment whilst playing btd battles - I just started a let's play channel where I do some commentary as well hope you enjoy and feedback always appreciated!', with flair 'Gaming'
+3184 [2020-03-20 14:14:47] There has been a new submission: 'Reviewing other videos for self-improvement as well.', with flair 'Discussion'
+3184 [2020-03-20 14:20:29] There has been a new submission: 'Channel Analysis: How Do I Replicate A Successful Video?', with flair 'Channel Review'
+3184 [2020-03-20 14:22:41] '/u/Endy_McGufin' has given '/u/Foggy_Creations' lambda!
+3184 [2020-03-20 14:23:04] '/u/Endy_McGufin' has given '/u/misterACK' lambda!
+3184 [2020-03-20 14:26:57] There has been a new submission: 'Giving Lambda for Helpful Feedback! Didn't get any feedback at all last time I posted this so hopefully second times a charm?? lol', with flair 'Video Critique'
+3184 [2020-03-20 14:38:30] There has been a new submission: 'Hey guys am new here', with flair 'Discussion'
+3184 [2020-03-20 14:38:49] '/u/lil_traveller' has given '/u/vinny69420' lambda!
+3184 [2020-03-20 14:38:49] The OP received lambda too!
+3184 [2020-03-20 14:38:54] There has been a new submission: 'NEW VIDEO :D', with flair 'Gaming'
+3184 [2020-03-20 14:38:55] /u/natehowwwe had their submission removed for insufficient lambda.
+3184 [2020-03-20 14:40:58] '/u/jaxtnh' has given '/u/maximabramchuk' lambda!
+3184 [2020-03-20 14:42:29] There has been a new submission: 'SOMA Horror Game Gameplay Walkthrough Part 2 - Omnitool', with flair 'Gaming'
+3184 [2020-03-20 14:44:20] '/u/MafiasFinestTV' has given '/u/BobbyMcbobb3rson' lambda!
+3184 [2020-03-20 14:44:21] The OP received lambda too!
+3184 [2020-03-20 14:44:59] '/u/MafiasFinestTV' has given '/u/TechLens_Official' lambda!
+3184 [2020-03-20 14:45:29] '/u/MafiasFinestTV' has given '/u/modernaddiction' lambda!
+3184 [2020-03-20 14:45:58] There has been a new submission: '#4 lazy morning channel review', with flair 'Discussion'
+3184 [2020-03-20 15:00:54] '/u/misterACK' has given '/u/Endy_McGufin' lambda!
+3184 [2020-03-20 15:03:13] '/u/MafiasFinestTV' has given '/u/The_Suited_Bird' lambda!
+3184 [2020-03-20 15:11:12] There has been a new submission: 'I want to know about Super Chats! Teach me!', with flair 'Discussion'
+3184 [2020-03-20 15:12:20] There has been a new submission: 'I'd really love to see your progress on Youtube. Post your milestones as I do and comment what worked best for your growing (or what stopped you most from growing)', with flair 'Discussion'
+3184 [2020-03-20 15:20:53] '/u/BentSparkOutdoors' has given '/u/MaleficentMood5' lambda!
+3184 [2020-03-20 15:20:54] The OP received lambda too!
+3184 [2020-03-20 15:24:43] '/u/Foggy_Creations' has given '/u/Dr_BlueJay' lambda!
+3184 [2020-03-20 15:24:44] The OP received lambda too!
+3184 [2020-03-20 15:26:04] There has been a new submission: 'So Coronavirus has cancelled most travel, however now is a good time to book holidays in the future since it is so cheap! Hopefully my travel/party videos can inspire your next trip! Let me know what you think!', with flair 'Video Critique'
+3184 [2020-03-20 15:26:06] /u/AlexSmart00 had their submission removed for insufficient lambda.
+3184 [2020-03-20 15:28:24] '/u/RAY_MY_JERE_' has given '/u/DiscoSpartan117' lambda!
+3184 [2020-03-20 15:42:38] '/u/MafiasFinestTV' has given '/u/cjf5414' lambda!
+3184 [2020-03-20 15:42:58] '/u/MafiasFinestTV' has given '/u/stlo0309' lambda!
+3184 [2020-03-20 15:43:11] '/u/MafiasFinestTV' has given '/u/maximabramchuk' lambda!
+3184 [2020-03-20 15:43:34] '/u/MafiasFinestTV' has given '/u/AlexSmart00' lambda!
+3184 [2020-03-20 15:43:44] '/u/ansmike' has given '/u/joshjcharlers' lambda!
+3184 [2020-03-20 15:44:41] '/u/MafiasFinestTV' has given '/u/Mirilliux' lambda!
+3184 [2020-03-20 15:44:59] There has been a new submission: 'Did a new challenge :) Giving lambda to everyone :D', with flair 'Gaming'
+3184 [2020-03-20 15:45:01] /u/ShikharTrivedi had their submission removed for insufficient lambda.
+3184 [2020-03-20 15:50:29] There has been a new submission: 'Sometimes people act like b*tches.', with flair 'Discussion'
+3184 [2020-03-20 15:55:07] '/u/avamansouri' has given '/u/maximabramchuk' lambda!
+3184 [2020-03-20 15:55:07] The OP received lambda too!
+3184 [2020-03-20 15:59:56] '/u/ragstorichy' has given '/u/MyNamesMattYT' lambda!
+3184 [2020-03-20 15:59:56] The OP received lambda too!
+3184 [2020-03-20 16:02:06] '/u/ragstorichy' has given '/u/petehernandez' lambda!
+3184 [2020-03-20 16:03:11] There has been a new submission: 'Lambda 4 u - We are trying to brighten everyone’s days with some funny videos. Let us know what you think and would love to know if you watched the whole way through and if not why!', with flair 'Video Critique'
+3184 [2020-03-20 16:03:51] '/u/MafiasFinestTV' has given '/u/GokuuPlaysGames' lambda!
+3184 [2020-03-20 16:03:59] There has been a new submission: 'NEW OVERWATCH HERO SHOWCASE', with flair 'Gaming'
+3184 [2020-03-20 16:04:01] /u/ZXKRUSHH had their submission removed for insufficient lambda.
+3387 [2020-03-20 16:07:19]
+####################
+[2020-03-20 16:07:19] RESTARTED
+####################
+
+3387 [2020-03-20 16:08:39] There has been a new submission: 'Personally you like these types of songs or not, What can I do for improvements? I will give "lambda" to helpful thoughts', with flair 'Video Critique'
+3387 [2020-03-20 16:09:19] '/u/MafiasFinestTV' has given '/u/NiceGuyMarek' lambda!
+3387 [2020-03-20 16:09:36] There has been a new submission: 'HOW TO BREAK SOCIAL MEDIA ADDICTION: The Only Long-Term Strategy; thx for your feedback', with flair 'Video Critique'
+3387 [2020-03-20 16:10:20] '/u/avamansouri' has given '/u/KingOberon13' lambda!
+3387 [2020-03-20 16:12:27] '/u/avamansouri' has given '/u/NiceGuyMarek' lambda!
+3387 [2020-03-20 16:16:55] There has been a new submission: 'The Worst Coronavirus Memes Of 2020', with flair 'Vlog'
+3387 [2020-03-20 16:16:57] /u/r0cCoExE had their submission removed for insufficient lambda.
+3387 [2020-03-20 16:26:51] '/u/daveneal' has given '/u/joshjcharlers' lambda!
+3387 [2020-03-20 16:28:38] There has been a new submission: 'Just made my 3rd WikiHow video! Tried to incorporate the feedback I got from my last one. Lambda for constructive critisism!', with flair 'Video Critique'
+3387 [2020-03-20 16:31:52] '/u/MafiasFinestTV' has given '/u/ReverseNationYT' lambda!
+3387 [2020-03-20 16:33:24] There has been a new submission: 'I finally played this terrifying Demo. I am looking for constructive feedback on Thumbnail and Audio quality. Hope you all enjoy the video. Fight Your Fears - Resident Evil 3 Remake | Demo | Gameplay', with flair 'Gaming'
+3387 [2020-03-20 16:33:55] '/u/MafiasFinestTV' has given '/u/AtownGaming_' lambda!
+3387 [2020-03-20 16:37:08] '/u/MafiasFinestTV' has given '/u/HOLLOW_KDA' lambda!
+3387 [2020-03-20 16:38:30] '/u/drewiie' has given '/u/ReverseNationYT' lambda!
+3387 [2020-03-20 16:39:05] '/u/MafiasFinestTV' has given '/u/sorashinigami' lambda!
+3387 [2020-03-20 16:39:30] '/u/drewiie' has given '/u/SillKill' lambda!
+3387 [2020-03-20 16:39:35] There has been a new submission: 'I think the Social Blade ios app has a bug', with flair 'Discussion'
+3387 [2020-03-20 16:40:17] '/u/drewiie' has given '/u/ShikharTrivedi' lambda!
+3387 [2020-03-20 16:42:01] '/u/drewiie' has given '/u/AlexSmart00' lambda!
+3387 [2020-03-20 16:43:13] '/u/drewiie' has given '/u/NiceGuyMarek' lambda!
+3387 [2020-03-20 16:43:39] There has been a new submission: 'Did a new challenge! Giving lambda to everyone :D', with flair 'Gaming'
+3387 [2020-03-20 16:44:32] '/u/jaxtnh' has given '/u/finbud117' lambda!
+3387 [2020-03-20 16:45:32] '/u/MoskitoDan' has given '/u/nagler_the' lambda!
+3387 [2020-03-20 16:45:32] The OP received lambda too!
+3387 [2020-03-20 16:49:12] '/u/Burkeds' has given '/u/RGSerpent' lambda!
+3387 [2020-03-20 16:59:53] There has been a new submission: 'My profile.', with flair 'Channel Review'
+3387 [2020-03-20 16:59:54] /u/SV_CHALLENGER_YT had their submission removed for insufficient lambda.
+3387 [2020-03-20 17:00:35] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 8 - Imagawa Yoshimoto', with flair 'Gaming'
+3387 [2020-03-20 17:00:37] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+3387 [2020-03-20 17:19:32] '/u/MoskitoDan' has given '/u/finbud117' lambda!
+3387 [2020-03-20 17:20:11] '/u/misterACK' has given '/u/CaddieYT' lambda!
+3387 [2020-03-20 17:22:38] '/u/MoskitoDan' has given '/u/drewiie' lambda!
+3387 [2020-03-20 17:24:38] There has been a new submission: 'Where the love at boys help me out', with flair 'Gaming'
+3387 [2020-03-20 17:24:39] /u/frostybitts_ had their submission removed for insufficient lambda.
+3387 [2020-03-20 17:25:27] There has been a new submission: 'new video', with flair 'Channel Review'
+3387 [2020-03-20 17:25:29] /u/AboodyTVHD had their submission removed for insufficient lambda.
+3387 [2020-03-20 17:29:12] There has been a new submission: 'We made neon string art!! We loved doing this super cool trippy geometric mandala art! Especially when we added uv light! It got a tad confusing at times but we’re super happy with the outcome 😀 We’ve just passed our first goal of 100 subs! We’d appreciate any feedback! Will give lambda, thanks!!', with flair 'Video Critique'
+3387 [2020-03-20 17:30:09] '/u/maximabramchuk' has given '/u/AtownGaming_' lambda!
+3387 [2020-03-20 17:30:09] The OP received lambda too!
+3387 [2020-03-20 17:30:59] '/u/ShikharTrivedi' has given '/u/AtownGaming_' lambda!
+3387 [2020-03-20 17:30:59] The OP received lambda too!
+3387 [2020-03-20 17:33:31] '/u/MafiasFinestTV' has given '/u/lukewhansford' lambda!
+3387 [2020-03-20 17:36:37] '/u/MafiasFinestTV' has given '/u/AnimuseVids' lambda!
+3387 [2020-03-20 17:43:35] There has been a new submission: 'STREET PHOTOGRAPHY in NEW YORK CITY with A7IIi+TAMRON 28-75 2.8', with flair 'Vlog'
+3387 [2020-03-20 17:43:37] /u/YT-LeeWilson had their submission removed for insufficient lambda.
+3387 [2020-03-20 17:46:23] '/u/lukewhansford' has given '/u/drewiie' lambda!
+3387 [2020-03-20 17:46:23] The OP received lambda too!
+3387 [2020-03-20 17:50:19] There has been a new submission: 'I just made it to 50 subs, here’s what I learned!', with flair 'Discussion'
+3387 [2020-03-20 17:50:31] There has been a new submission: 'FUNNY TWITCH MOMENTS & FAILS + MORE #1', with flair 'Gaming'
+3387 [2020-03-20 17:50:33] /u/Ingloryn had their submission removed for insufficient lambda.
+3387 [2020-03-20 17:51:56] '/u/ShikharTrivedi' has given '/u/drewiie' lambda!
+3387 [2020-03-20 17:52:34] '/u/ShikharTrivedi' has given '/u/robbit9' lambda!
+3387 [2020-03-20 17:52:55] '/u/Burkeds' has given '/u/GideonGriebenow' lambda!
+3387 [2020-03-20 17:57:55] There has been a new submission: 'What All Quarantine Vlogs Are Going To Be Like (I made a little parody of quarantine vlogs. Let me know what you think!)', with flair 'Video Critique'
+3387 [2020-03-20 18:06:50] There has been a new submission: 'SUBNAUTICA FIRST TIME PLAYTHROUGH pt. 1 - AURORA WHY ; opinions?', with flair 'Gaming'
+3523 [2020-03-20 18:07:19]
+####################
+[2020-03-20 18:07:19] RESTARTED
+####################
+
+3523 [2020-03-20 18:08:18] There has been a new submission: 'Would like useful feedback on a new style of editing i'm trying | Witcher 3 Funny Moments', with flair 'Video Critique'
+3523 [2020-03-20 18:08:25] '/u/MoskitoDan' has given '/u/The_Suited_Bird' lambda!
+3523 [2020-03-20 18:08:30] There has been a new submission: 'New type of video', with flair 'Channel Review'
+3523 [2020-03-20 18:11:20] '/u/blinkehyo' has given '/u/DiscoSpartan117' lambda!
+3523 [2020-03-20 18:11:20] The OP received lambda too!
+3523 [2020-03-20 18:11:30] There has been a new submission: 'Thumbnail Review', with flair 'Thumbnail Review'
+3523 [2020-03-20 18:11:32] /u/alldatarecovered had their submission removed for insufficient lambda.
+3523 [2020-03-20 18:14:27] '/u/blinkehyo' has given '/u/Grimreads' lambda!
+3523 [2020-03-20 18:15:34] There has been a new submission: 'Thumbnail Review', with flair 'Discussion'
+3523 [2020-03-20 18:15:54] There has been a new submission: 'PUBG MOBILE EXPERIENCE ( this is will cure your boredom during the outbreak lol ) it’s like a meme edit so leave your thoughts pls', with flair 'Video Critique'
+3523 [2020-03-20 18:21:02] '/u/VreaL37' has given '/u/core2003' lambda!
+3523 [2020-03-20 18:21:02] The OP received lambda too!
+3523 [2020-03-20 18:25:28] There has been a new submission: 'The God Box (Dead By Daylight)', with flair 'None'
+3523 [2020-03-20 18:25:29] /u/loopy2mn had their submission removed for insufficient lambda.
+3523 [2020-03-20 18:27:37] '/u/BridgesGames' has given '/u/AceFilms44' lambda!
+3523 [2020-03-20 18:27:37] The OP received lambda too!
+3523 [2020-03-20 18:31:45] '/u/avamansouri' has given '/u/drewiie' lambda!
+3523 [2020-03-20 18:36:21] '/u/MafiasFinestTV' has given '/u/TheJustindsd' lambda!
+3523 [2020-03-20 18:43:53] There has been a new submission: 'Why the random downvotes here? Each of us who post here are trying to share and there seems to be a downvoter amongst us hard workers...', with flair 'Discussion'
+3523 [2020-03-20 18:44:31] There has been a new submission: 'Watching JayStation until I want to eat a baseball bat that shatters my front chompers.', with flair 'Video Critique'
+3523 [2020-03-20 18:46:46] There has been a new submission: 'Decided to make a Vlog during the quarantine because I’d rather do something productive than sit at home all day complaining that I can’t do anything 😂😂 (which I’ve been doing) but here it is, would love any feedback and constructive criticism 👍🏻', with flair 'Vlog'
+3523 [2020-03-20 18:49:38] There has been a new submission: 'Skiing in Colorado the LAST DAY before CORONAVIRUS / COVID-19 shuts down all Ski Resorts!! Let us know what you think and how we can improve! Lambda for useful feedback :)', with flair 'Channel Review'
+3523 [2020-03-20 18:57:03] '/u/ShikharTrivedi' has given '/u/Dman_0605' lambda!
+3523 [2020-03-20 18:57:59] There has been a new submission: 'Posted my first weekly update! would love a review', with flair 'Video Critique'
+3523 [2020-03-20 18:58:00] /u/vitality108 had their submission removed for insufficient lambda.
+3523 [2020-03-20 18:58:54] There has been a new submission: 'Me and my friends try to dub YU-GI-OH....didn't go well (TOLD ME NOT TO POST!)', with flair 'Video Critique'
+3523 [2020-03-20 18:58:54] /u/DrinkingSauce had their submission removed for insufficient lambda.
+3523 [2020-03-20 19:01:19] There has been a new submission: 'Speed drawing of Baby Sonic from the Sonic movie', with flair 'Art'
+3523 [2020-03-20 19:16:02] There has been a new submission: 'I created something entertaining,but kinda fucked up. Tell me what you think. Feedback is appreciated', with flair 'Gaming'
+3523 [2020-03-20 19:19:17] There has been a new submission: 'Hey, I wanna make some Thumbnails for you guys.', with flair 'Art'
+3523 [2020-03-20 19:20:08] '/u/HuqleReddit' has given '/u/AceFilms44' lambda!
+3523 [2020-03-20 19:24:34] There has been a new submission: '4TH FLAVA - WATERFALL [21 Savage X Future Type Beat] [Dark Ambient Trap Instrumental] [2020]', with flair 'None'
+3523 [2020-03-20 19:24:36] /u/Shadowhead had their submission removed for insufficient lambda.
+3523 [2020-03-20 19:31:49] '/u/Dman_0605' has given '/u/daredevil005' lambda!
+3523 [2020-03-20 19:31:49] The OP received lambda too!
+3523 [2020-03-20 19:33:38] '/u/Dman_0605' has given '/u/BetaBradTv' lambda!
+3523 [2020-03-20 19:34:26] '/u/Nadia_Robot' has given '/u/calmballer' lambda!
+3523 [2020-03-20 19:34:26] The OP received lambda too!
+3523 [2020-03-20 19:36:05] There has been a new submission: 'Introverts v/s Extroverts during a crisis! Plz give your feedback I'll really appreciate it(and ofc give lambda)', with flair 'Video Critique'
+3523 [2020-03-20 19:39:34] '/u/MafiasFinestTV' has given '/u/core2003' lambda!
+3523 [2020-03-20 19:46:44] There has been a new submission: 'We are a trio of aspiring CG visual fx artists with a love for surrealism, music, and comedy. This is our second 3D animation feature!', with flair 'Art'
+3523 [2020-03-20 19:46:45] /u/undeadsentinel had their submission removed for insufficient lambda.
+3523 [2020-03-20 19:49:57] There has been a new submission: 'Basketball Videos - YouTube (I would really appreciate it if you could watch a few videos in this playlist and give me some feedback. I will be giving out !givelambda. Also if you have any video ideas please comment them.', with flair 'Video Critique'
+3523 [2020-03-20 19:54:21] There has been a new submission: 'New stopmotion animation episode out now! Would love detailed feedback, keep in mind in nee to all of this. Have a wonderful day.', with flair 'Video Critique'
+3523 [2020-03-20 19:57:10] There has been a new submission: '"The WEIRDEST game you'll ever see - The Good Time Garden" - had a ton of fun with this, hope you'll enjoy!', with flair 'Gaming'
+3665 [2020-03-20 20:07:19]
+####################
+[2020-03-20 20:07:19] RESTARTED
+####################
+
+3665 [2020-03-20 20:15:08] '/u/Vtiger1on1' has given '/u/drewiie' lambda!
+3665 [2020-03-20 20:15:09] The OP received lambda too!
+3665 [2020-03-20 20:23:49] There has been a new submission: 'Will you use the Quarantine/Lockdown times to increase upload frequency? Stats down trend?', with flair 'Discussion'
+3665 [2020-03-20 20:25:59] '/u/BananaMilkeu' has given '/u/Swindlex' lambda!
+3665 [2020-03-20 20:25:59] The OP received lambda too!
+3665 [2020-03-20 20:27:12] There has been a new submission: 'Everything is Cancelled Original Song', with flair 'Video Critique'
+3665 [2020-03-20 20:27:14] /u/Lane_Farias had their submission removed for insufficient lambda.
+3665 [2020-03-20 20:29:38] There has been a new submission: '60th day of Quarantine 😫🤧#Q&A #LIFEUPDATE', with flair 'Discussion'
+3665 [2020-03-20 20:29:39] /u/darkojustina had their submission removed for using the wrong flair.
+3665 [2020-03-20 20:30:25] There has been a new submission: 'Strange Omegle Moments to help you forget about COVID-19', with flair 'Video Critique'
+3665 [2020-03-20 20:33:47] '/u/Foggy_Creations' has given '/u/denandmugMAKES' lambda!
+3665 [2020-03-20 20:33:47] The OP received lambda too!
+3665 [2020-03-20 20:38:20] There has been a new submission: 'This is the latest part of my journey to health after being in pain every day since I was ten years old I am almost fully better and have just started walking fully without the walker what do you think how can I improve?', with flair 'Video Critique'
+3665 [2020-03-20 20:44:23] There has been a new submission: 'I’ll give Lambda for good feedback ie editing tips, Camara tips, thumbnail tips.', with flair 'Channel Review'
+3665 [2020-03-20 20:44:25] /u/Paul_francis had their submission removed for insufficient lambda.
+3665 [2020-03-20 20:45:49] There has been a new submission: 'The Musician With 50+ Children', with flair 'Meta'
+3665 [2020-03-20 20:45:50] /u/Brain_Spill had their submission removed for using the wrong flair.
+3665 [2020-03-20 20:47:07] '/u/daredevil005' has given '/u/Paul_francis' lambda!
+3665 [2020-03-20 20:47:07] The OP received lambda too!
+3665 [2020-03-20 20:52:47] '/u/plemaster01' has given '/u/denandmugMAKES' lambda!
+3665 [2020-03-20 20:52:47] The OP received lambda too!
+3665 [2020-03-20 21:01:23] There has been a new submission: '[Funtage] The Most Violent Room Service In Bangkok 🪓 All kinds of feedback and suggestions appreciated!', with flair 'Video Critique'
+3665 [2020-03-20 21:05:39] There has been a new submission: 'The Most Embarrassing Scientific Idea: Length Contraction', with flair 'Vlog'
+3665 [2020-03-20 21:05:40] /u/sekendoil had their submission removed for insufficient lambda.
+3665 [2020-03-20 21:06:08] There has been a new submission: 'Small youtubers boost Facebook group', with flair 'Discussion'
+3665 [2020-03-20 21:11:31] There has been a new submission: 'Quick healthy recipe to boost immunity 🖤 Yes, I'd appreciate feedback & will give lambda but more than anything I'm hoping that this video reaches someone who needs to see it. Health is so important in times like these. Stay safe everyone 💖', with flair 'Video Critique'
+3665 [2020-03-20 21:15:41] '/u/qzeqYT' has given '/u/Dog_Bit' lambda!
+3665 [2020-03-20 21:15:41] The OP received lambda too!
+3665 [2020-03-20 21:16:43] There has been a new submission: 'VIRUSES and ZOMBIES in Video Games, All feedback will be given lambda or if you leave a comment on the video. Thanks :)', with flair 'Video Critique'
+3665 [2020-03-20 21:21:06] There has been a new submission: 'May I offer you a creepy pasta at this trying time? First attempt at narration content, would love to hear what you think!', with flair 'Video Critique'
+3665 [2020-03-20 21:33:04] There has been a new submission: 'This is a video to show people the struggles of Cod Warzone. Give me feedback on what I should work on and let me know what you thought. And feel free to sub if you believe in the cause👊 or don’t but I’d prefer it tho', with flair 'Video Critique'
+3665 [2020-03-20 21:36:09] There has been a new submission: 'Everyone's Sick - Plague Diaries', with flair 'Video Critique'
+3665 [2020-03-20 21:38:59] There has been a new submission: 'Not my best work, but please give feedback! Will give lambda', with flair 'Video Critique'
+3665 [2020-03-20 21:39:00] /u/maxjoness had their submission removed for insufficient lambda.
+3665 [2020-03-20 21:41:43] '/u/MoskitoDan' has given '/u/Sky-todd' lambda!
+3665 [2020-03-20 21:42:36] '/u/OneFor56' has given '/u/ThiccAssClap' lambda!
+3665 [2020-03-20 21:42:36] The OP received lambda too!
+3665 [2020-03-20 21:42:49] '/u/daredevil005' has given '/u/coolnotcan' lambda!
+3665 [2020-03-20 21:43:30] '/u/MikeJesus' has given '/u/bkdrex' lambda!
+3665 [2020-03-20 21:43:30] The OP received lambda too!
+3665 [2020-03-20 21:47:39] '/u/The_Suited_Bird' has given '/u/TheZeek245' lambda!
+3665 [2020-03-20 21:49:17] There has been a new submission: 'Insane montage I made with my clips on Modern Warfare, let me know your thoughts! https://www.youtube.com/watch?v=rWFGCM6smOs', with flair 'Gaming'
+3665 [2020-03-20 21:49:18] /u/FlyingAce0803 had their submission removed for insufficient lambda.
+3665 [2020-03-20 21:49:50] There has been a new submission: 'Zombieland: Double Tap explained by an idiot', with flair 'Thumbnail Review'
+3665 [2020-03-20 21:53:20] '/u/BridgesGames' has given '/u/Sky-todd' lambda!
+3665 [2020-03-20 21:54:33] There has been a new submission: 'THIS IS DOOM 2016 AND ITS AWESOME!', with flair 'Video Critique'
+3665 [2020-03-20 21:58:31] '/u/MafiasFinestTV' has given '/u/Sky-todd' lambda!
+3665 [2020-03-20 22:01:02] '/u/eborghetto99' has given '/u/Sky-todd' lambda!
+3665 [2020-03-20 22:01:02] The OP received lambda too!
+3665 [2020-03-20 22:01:23] '/u/eborghetto99' has given '/u/BetaBradTv' lambda!
+3665 [2020-03-20 22:02:15] There has been a new submission: 'I am once again asking for your honest feedback on what I can improve on Video title is (Playing Escape From Tarkov With A Goose Was A Bad Idea...)', with flair 'Gaming'
+3849 [2020-03-20 22:07:20]
+####################
+[2020-03-20 22:07:20] RESTARTED
+####################
+
+3849 [2020-03-20 22:26:20] '/u/Dog_Bit' has given '/u/qzeqYT' lambda!
+3849 [2020-03-20 22:27:16] There has been a new submission: 'Another week of gaming news! Feedback wanted', with flair 'Video Critique'
+3849 [2020-03-20 22:27:40] '/u/MafiasFinestTV' has given '/u/cullenaryarts7' lambda!
+3849 [2020-03-20 22:28:43] There has been a new submission: 'Animal Crossing Vid! Would appreciate feedback!', with flair 'Gaming'
+3849 [2020-03-20 22:28:45] /u/xWolfehhx had their submission removed for insufficient lambda.
+3849 [2020-03-20 22:30:26] '/u/MafiasFinestTV' has given '/u/Xerionix' lambda!
+3849 [2020-03-20 22:34:44] There has been a new submission: 'First video on my channel! RE3 Demo', with flair 'Gaming'
+3849 [2020-03-20 22:34:46] /u/TheStormisHere13 had their submission removed for insufficient lambda.
+3849 [2020-03-20 22:35:06] There has been a new submission: 'The mystery of the man in the Iron Mask', with flair 'Discussion'
+3849 [2020-03-20 22:35:08] /u/idealistic-horseman had their submission removed for using the wrong flair.
+3849 [2020-03-20 22:47:38] '/u/Burkeds' has given '/u/Engelgeddon_' lambda!
+3849 [2020-03-20 22:47:38] The OP received lambda too!
+3849 [2020-03-20 23:02:42] '/u/Sky-todd' has given '/u/Ghoul--' lambda!
+3849 [2020-03-20 23:02:42] The OP received lambda too!
+3849 [2020-03-20 23:04:26] '/u/Swindlex' has given '/u/NotCHaltom_' lambda!
+3849 [2020-03-20 23:04:26] The OP received lambda too!
+3849 [2020-03-20 23:11:19] '/u/Adooma_123' has given '/u/Nicholas_Pickolaus' lambda!
+3849 [2020-03-20 23:11:19] The OP received lambda too!
+3849 [2020-03-20 23:12:12] '/u/Dog_Bit' has given '/u/Nicholas_Pickolaus' lambda!
+3849 [2020-03-20 23:12:12] The OP received lambda too!
+3849 [2020-03-20 23:13:29] '/u/Engelgeddon_' has given '/u/xWolfehhx' lambda!
+3849 [2020-03-20 23:13:29] The OP received lambda too!
+3849 [2020-03-20 23:15:34] There has been a new submission: 'M1 Finance Portfolio Challenge EPS04', with flair 'Thumbnail Review'
+3849 [2020-03-20 23:15:36] /u/Milone_Money_Mindset had their submission removed for insufficient lambda.
+3849 [2020-03-20 23:17:55] There has been a new submission: 'Your favorite YouTube content?', with flair 'Discussion'
+3849 [2020-03-20 23:18:01] There has been a new submission: 'I uploaded this video recently on a reddit user gone mad and I'm interested as to what you guys have to say about it, big thanks to anyone that gives criticism!', with flair 'Video Critique'
+3849 [2020-03-20 23:25:51] There has been a new submission: 'Carrying my friends in apex legends - I stream and make videos about apex legends and have been doing youtube for about 3 years now! Any feedback helps and will be taken seriously! [Gaming]', with flair 'Channel Review'
+3849 [2020-03-20 23:29:16] There has been a new submission: 'YouTube', with flair 'Channel Review'
+3849 [2020-03-20 23:29:17] /u/Milone_Money_Mindset had their submission removed for insufficient lambda.
+3849 [2020-03-20 23:29:45] There has been a new submission: 'SOMEday', with flair 'Art'
+3849 [2020-03-20 23:30:57] There has been a new submission: 'FIFA 20 Online - GTX 1060 & i5 8400', with flair 'Gaming'
+3849 [2020-03-20 23:30:59] /u/kkgamingy had their submission removed for insufficient lambda.
+3849 [2020-03-20 23:31:46] '/u/Nicholas_Pickolaus' has given '/u/maxcool999' lambda!
+3849 [2020-03-20 23:31:46] The OP received lambda too!
+3849 [2020-03-20 23:42:18] There has been a new submission: 'Something for you to do while you’re in quarantine', with flair 'Gaming'
+3849 [2020-03-20 23:42:21] /u/YTAfrozilla had their submission removed for insufficient lambda.
+3849 [2020-03-20 23:48:31] There has been a new submission: 'I made a short funny moments video on pubg. I hope you guys will like it and i appreciate your feedback 😄', with flair 'Gaming'
+3849 [2020-03-20 23:48:32] /u/Atefm95 had their submission removed for insufficient lambda.
+3849 [2020-03-20 23:52:24] '/u/MafiasFinestTV' has given '/u/blaksuperman88' lambda!
+3849 [2020-03-20 23:54:14] '/u/BLURRfacetv' has given '/u/Atefm95' lambda!
+3849 [2020-03-20 23:54:14] The OP received lambda too!
+3849 [2020-03-21 00:01:44] '/u/Foggy_Creations' has given '/u/cullenaryarts7' lambda!
+3849 [2020-03-21 00:04:22] '/u/NikiProshin' has given '/u/BentSparkOutdoors' lambda!
+3849 [2020-03-21 00:05:32] There has been a new submission: 'Also going to try three vids a day', with flair 'Discussion'
+3849 [2020-03-21 00:07:04] There has been a new submission: 'Just Streamed on YouTube For The First Time And It Was Amazing!', with flair 'Discussion'
+3984 [2020-03-21 00:07:20]
+####################
+[2020-03-21 00:07:20] RESTARTED
+####################
+
+3984 [2020-03-21 00:13:06] '/u/NikiProshin' has given '/u/Sky-todd' lambda!
+3984 [2020-03-21 00:13:06] The OP received lambda too!
+3984 [2020-03-21 00:13:29] '/u/NikiProshin' has given '/u/HyCaptain' lambda!
+3984 [2020-03-21 00:16:40] There has been a new submission: 'Isolation With Ryan - Stay Safe, Not Stupid', with flair 'Vlog'
+3984 [2020-03-21 00:16:41] /u/rebmak467 had their submission removed for insufficient lambda.
+3984 [2020-03-21 00:18:57] '/u/NikiProshin' has given '/u/kateandchristoph' lambda!
+3984 [2020-03-21 00:18:57] The OP received lambda too!
+3984 [2020-03-21 00:19:39] '/u/Engelgeddon_' has given '/u/TreeckoBroYT' lambda!
+3984 [2020-03-21 00:20:16] '/u/Dman_0605' has given '/u/Paul_francis' lambda!
+3984 [2020-03-21 00:26:29] '/u/MafiasFinestTV' has given '/u/JudgeCreed' lambda!
+3984 [2020-03-21 00:34:33] There has been a new submission: 'Bike Goes Zoom. What happens when you weld two bikes together and ride from the city to the outer suburbs?', with flair 'Video Critique'
+3984 [2020-03-21 00:34:35] /u/Dudeface34 had their submission removed for insufficient lambda.
+3984 [2020-03-21 00:35:32] '/u/Redmond93' has given '/u/Bernguz' lambda!
+3984 [2020-03-21 00:35:32] The OP received lambda too!
+3984 [2020-03-21 00:36:48] There has been a new submission: 'I made a new video, I used the feedback from the last 2 and I hope you enjoy', with flair 'Video Critique'
+3984 [2020-03-21 00:37:31] There has been a new submission: 'Short Sketch Video I made (Would want to feedback on if you enjoyed or disliked, ways to improve)', with flair 'Video Critique'
+3984 [2020-03-21 00:37:32] /u/yosark had their submission removed for insufficient lambda.
+3984 [2020-03-21 00:37:47] There has been a new submission: 'While sitting at home, I came up with a few ways you could potentially earn more points on your cards. Also completely changed my "studio" and would love some feedback on it!', with flair 'Video Critique'
+3984 [2020-03-21 00:37:55] '/u/Redmond93' has given '/u/Sipover' lambda!
+3984 [2020-03-21 00:39:37] There has been a new submission: 'I’ve only just started, but i made 2 videos this week! I’d appreciate feedback!', with flair 'Gaming'
+3984 [2020-03-21 00:39:38] /u/nefarious_bread95 had their submission removed for insufficient lambda.
+3984 [2020-03-21 00:41:21] '/u/qzeqYT' has given '/u/VideoKam' lambda!
+3984 [2020-03-21 00:42:26] '/u/lil_traveller' has given '/u/macetahead' lambda!
+3984 [2020-03-21 00:45:33] '/u/MafiasFinestTV' has given '/u/Dudeface34' lambda!
+3984 [2020-03-21 00:50:42] There has been a new submission: 'Subscribe to my YT channel !', with flair 'None'
+3984 [2020-03-21 00:50:45] /u/Niajaneen had their submission removed for insufficient lambda.
+3984 [2020-03-21 00:55:56] '/u/qzeqYT' has given '/u/Dudeface34' lambda!
+3984 [2020-03-21 01:01:36] There has been a new submission: '[Discussion] IMO Gaming is way too saturated and people should just do something else instead (Read before downvote)', with flair 'Discussion'
+3984 [2020-03-21 01:02:30] There has been a new submission: 'Critiquing Spree', with flair 'Channel Review'
+3984 [2020-03-21 01:02:32] /u/Dr3amsguides had their submission removed for insufficient lambda.
+3984 [2020-03-21 01:04:00] There has been a new submission: 'Not mine but I found it! HAHA', with flair 'Video Critique'
+3984 [2020-03-21 01:04:02] /u/aikoizumi had their submission removed for insufficient lambda.
+3984 [2020-03-21 01:18:14] There has been a new submission: '🔴[LIVE] Corona virus Pandemic: Real Time Counter, World Map, News', with flair 'Channel Review'
+3984 [2020-03-21 01:18:15] /u/amazon1977 had their submission removed for insufficient lambda.
+3984 [2020-03-21 01:31:07] '/u/MafiasFinestTV' has given '/u/whataboi_rd' lambda!
+3984 [2020-03-21 01:41:44] There has been a new submission: 'How to survive CENSORED virus', with flair 'Gaming'
+3984 [2020-03-21 01:41:46] /u/Orionpax7000 had their submission removed for insufficient lambda.
+3984 [2020-03-21 01:42:05] There has been a new submission: 'A game that is a remake of a game that was a game in 1999', with flair 'Gaming'
+3984 [2020-03-21 01:42:07] /u/jk47istaken had their submission removed for insufficient lambda.
+2316 [2020-03-21 01:43:36] Updated statistics
+3984 [2020-03-21 01:51:16] '/u/ReverseNationYT' has given '/u/AtownGaming_' lambda!
+3984 [2020-03-21 01:51:16] The OP received lambda too!
+3984 [2020-03-21 01:55:09] There has been a new submission: 'Small Youtubers Out There.', with flair 'Discussion'
+3984 [2020-03-21 01:57:13] '/u/MafiasFinestTV' has given '/u/ColinMcGraw' lambda!
+4121 [2020-03-21 02:07:20]
+####################
+[2020-03-21 02:07:20] RESTARTED
+####################
+
+4121 [2020-03-21 02:23:25] There has been a new submission: 'Wanted to Vlog during this time and capture some of my thoughts. Fairly new and would appreciate critique.', with flair 'Vlog'
+4121 [2020-03-21 02:23:27] /u/Grimmagon had their submission removed for insufficient lambda.
+4121 [2020-03-21 02:29:57] There has been a new submission: 'ULTRA REALISTIC MINECRAFT 2020 (Realistico Texture Pack + Continuum Shaders)', with flair 'Gaming'
+4121 [2020-03-21 02:29:58] /u/BraydenReddits had their submission removed for insufficient lambda.
+4121 [2020-03-21 02:47:19] There has been a new submission: 'Its my Fashion Show video in Traditional Dress. I hope you all will enjoy this.Would Love to hear feedback and suggestions.', with flair 'Video Critique'
+4121 [2020-03-21 02:52:29] '/u/qzeqYT' has given '/u/Hamlet_71' lambda!
+4121 [2020-03-21 02:54:03] There has been a new submission: 'Just fixed my new thumbnail to have the popeyes logo on it and wanted to see if it would perform better with a more clickable thumbnail. Let me know how I can also improve my channel. Free lambdas!', with flair 'Vlog'
+4121 [2020-03-21 02:54:21] There has been a new submission: 'J'essaie des Viral TikTok Hacks.... EST-CE QU'IL MARCHE VRAIMENT ?', with flair 'Discussion'
+4121 [2020-03-21 02:54:22] /u/BrianM2219 had their submission removed for using the wrong flair.
+4121 [2020-03-21 02:56:09] There has been a new submission: 'Made a compilation of some funny Apex Legends moments, what do you think? lambda for feedback', with flair 'Gaming'
+4121 [2020-03-21 02:56:50] '/u/mayanguleria07' has given '/u/Hamlet_71' lambda!
+4121 [2020-03-21 02:56:50] The OP received lambda too!
+4121 [2020-03-21 02:57:53] There has been a new submission: 'Getting railed by trash talkers in Call of duty', with flair 'Gaming'
+4121 [2020-03-21 02:57:54] /u/GlobalTweaker had their submission removed for insufficient lambda.
+4121 [2020-03-21 03:04:30] There has been a new submission: 'Ain’t no damn speeders on my road! Went patrolling in a brand new 2019 Dodge Challenger. Feedback and comments are greatly appreciated :).', with flair 'Gaming'
+4121 [2020-03-21 03:13:28] '/u/cjf5414' has given '/u/Hamlet_71' lambda!
+4121 [2020-03-21 03:13:29] The OP received lambda too!
+4121 [2020-03-21 03:24:17] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+4121 [2020-03-21 03:24:19] /u/TheRealBluefire had their submission removed for insufficient lambda.
+4121 [2020-03-21 03:31:17] There has been a new submission: 'Modern Warfare: "MP7" BEST CLASS SETUP! (Run n Gun)', with flair 'Gaming'
+4121 [2020-03-21 03:31:19] /u/mrchaseter had their submission removed for insufficient lambda.
+4121 [2020-03-21 03:35:05] There has been a new submission: 'Left 4 Dead 2 but half the boys are zombies', with flair 'Gaming'
+4121 [2020-03-21 03:36:18] '/u/Nicholas_Pickolaus' has given '/u/Hamlet_71' lambda!
+4121 [2020-03-21 03:41:07] There has been a new submission: 'EP 1 of Animal crossing New Horizons is up!', with flair 'Gaming'
+4121 [2020-03-21 03:41:09] /u/T8ortot9312 had their submission removed for insufficient lambda.
+4121 [2020-03-21 03:43:20] There has been a new submission: '[Video Critique] So inward encouraged to do start a single take vlog I'd be curious to hear your thoughts', with flair 'Video Critique'
+4121 [2020-03-21 03:51:17] There has been a new submission: 'Check out my Halloween 2018 Mask!!!', with flair 'Video Critique'
+4121 [2020-03-21 03:51:20] /u/esturner4000 had their submission removed for insufficient lambda.
+4121 [2020-03-21 03:57:29] '/u/Jischasing' has given '/u/T8ortot9312' lambda!
+4121 [2020-03-21 03:57:29] The OP received lambda too!
+4121 [2020-03-21 04:03:12] There has been a new submission: 'Check it out and comment feedback! FUNNY MOMENTS I CAN'T BELIEVE HAPPENED!!', with flair 'Gaming'
+4121 [2020-03-21 04:03:14] /u/DAJENKz had their submission removed for insufficient lambda.
+4322 [2020-03-21 04:07:20]
+####################
+[2020-03-21 04:07:20] RESTARTED
+####################
+
+4322 [2020-03-21 04:28:30] '/u/ShikharTrivedi' has given '/u/AlexSmart00' lambda!
+4322 [2020-03-21 04:31:22] '/u/ShikharTrivedi' has given '/u/Nadia_Robot' lambda!
+4322 [2020-03-21 04:32:17] '/u/ShikharTrivedi' has given '/u/finbud117' lambda!
+4322 [2020-03-21 04:32:50] '/u/ShikharTrivedi' has given '/u/misterACK' lambda!
+4322 [2020-03-21 04:36:07] '/u/ShikharTrivedi' has given '/u/Dudeface34' lambda!
+4322 [2020-03-21 04:37:02] There has been a new submission: 'Im a New Tuber, and would really appreciate any feedback, subs, views etc. :)', with flair 'Channel Review'
+4322 [2020-03-21 04:37:04] /u/Low-Reply had their submission removed for insufficient lambda.
+4322 [2020-03-21 04:38:28] '/u/BLURRfacetv' has given '/u/ColinMcGraw' lambda!
+4322 [2020-03-21 04:39:03] There has been a new submission: 'Other than reducing the length (target 15mins) what else do we need to do to improve the Fish and Cars series?', with flair 'Video Critique'
+4322 [2020-03-21 04:40:16] There has been a new submission: 'Bursheen Productions #2', with flair 'Gaming'
+4322 [2020-03-21 04:40:18] /u/INsanePepper had their submission removed for insufficient lambda.
+4322 [2020-03-21 04:46:15] There has been a new submission: 'Hey there! This is my take on 'Day in the Life of a Univeristy Student'. Wanted to do this for quite some time now and here we are! Be honest & brutal with your feedback. Appreciate the help everyone!', with flair 'Vlog'
+4322 [2020-03-21 05:16:30] '/u/Hamlet_71' has given '/u/DAJENKz' lambda!
+4322 [2020-03-21 05:16:30] The OP received lambda too!
+4322 [2020-03-21 05:18:16] There has been a new submission: 'I just uploaded my very first video. I would appreciate it if you checked the video out <3', with flair 'Channel Review'
+4322 [2020-03-21 05:18:17] /u/OGGhastly had their submission removed for insufficient lambda.
+4322 [2020-03-21 05:32:46] '/u/Jischasing' has given '/u/ColinMcGraw' lambda!
+4322 [2020-03-21 05:35:19] '/u/Jischasing' has given '/u/BridgesGames' lambda!
+4322 [2020-03-21 05:38:07] '/u/Nicholas_Pickolaus' has given '/u/T8ortot9312' lambda!
+4458 [2020-03-21 06:07:20]
+####################
+[2020-03-21 06:07:20] RESTARTED
+####################
+
+4458 [2020-03-21 06:26:43] '/u/MoskitoDan' has given '/u/Dudeface34' lambda!
+4458 [2020-03-21 06:32:19] '/u/mayanguleria07' has given '/u/hkingsleybrooks92' lambda!
+4458 [2020-03-21 06:33:52] '/u/NiceGuyMarek' has given '/u/BridgesGames' lambda!
+4458 [2020-03-21 06:33:52] The OP received lambda too!
+4458 [2020-03-21 06:34:15] There has been a new submission: 'EastEnders: I built Albert Square on the Sims 2 | ItsRickysChannel', with flair 'Vlog'
+4458 [2020-03-21 06:34:17] /u/ItsRickysChannel had their submission removed for insufficient lambda.
+4458 [2020-03-21 06:48:58] '/u/Apple-of-the-earths' has given '/u/AlexSmart00' lambda!
+4458 [2020-03-21 06:48:58] The OP received lambda too!
+4458 [2020-03-21 06:54:23] '/u/fiercelittlebird' has given '/u/Sky-todd' lambda!
+4458 [2020-03-21 06:54:23] The OP received lambda too!
+4458 [2020-03-21 06:55:58] There has been a new submission: '*Please if yoi do have coronavirus, don't go into public places*... FunnyMoments of corona pls don't', with flair 'Gaming'
+4458 [2020-03-21 06:55:59] /u/FierceBadgaaaah1 had their submission removed for insufficient lambda.
+4458 [2020-03-21 07:20:19] There has been a new submission: 'Just A Pilot', with flair 'Video Critique'
+4458 [2020-03-21 07:20:22] /u/MaisieMoop had their submission removed for insufficient lambda.
+4458 [2020-03-21 07:24:30] There has been a new submission: 'HUGE Big 20 Bomb!! & First-time Editing!!', with flair 'Gaming'
+4458 [2020-03-21 07:24:31] /u/rockingwithben had their submission removed for insufficient lambda.
+4458 [2020-03-21 07:34:13] There has been a new submission: 'What's INSIDE A Speakeasy HIDDEN Bar in CEBU PHILIPPINES? LET'S FIND OUT! | SUBSCRIBE IF YOU ENJOY MY CONTENT :)', with flair 'Vlog'
+4458 [2020-03-21 07:34:15] /u/JahniBoi had their submission removed for insufficient lambda.
+4458 [2020-03-21 07:35:27] There has been a new submission: 'Looking to collab', with flair 'Collab'
+4458 [2020-03-21 07:38:00] '/u/daredevil005' has given '/u/Leon_is_a_Ghost' lambda!
+4458 [2020-03-21 07:38:55] '/u/daredevil005' has given '/u/Atefm95' lambda!
+4758 [2020-03-21 08:07:20]
+####################
+[2020-03-21 08:07:20] RESTARTED
+####################
+
+4758 [2020-03-21 08:20:04] There has been a new submission: 'Top 3 Best Offline Games for Android and iOS 2020', with flair 'Gaming'
+4758 [2020-03-21 08:20:06] /u/joycevlogs had their submission removed for insufficient lambda.
+4758 [2020-03-21 08:24:14] There has been a new submission: 'the remake of a ps1 game that is now on ps4 and not that other remake of a ps1 game that came to ps4', with flair 'Gaming'
+4758 [2020-03-21 08:24:16] /u/jk47istaken had their submission removed for insufficient lambda.
+4758 [2020-03-21 09:00:51] '/u/shaunyoong' has given '/u/MOOOOOOOImACow' lambda!
+4758 [2020-03-21 09:00:51] The OP received lambda too!
+4758 [2020-03-21 09:03:37] '/u/Sky-todd' has given '/u/tommyboy_lr' lambda!
+4758 [2020-03-21 09:06:05] '/u/Sky-todd' has given '/u/Cain_S' lambda!
+4758 [2020-03-21 09:08:57] '/u/Sky-todd' has given '/u/Leon_is_a_Ghost' lambda!
+4758 [2020-03-21 09:11:06] There has been a new submission: 'is it really worth it?', with flair 'Channel Review'
+4758 [2020-03-21 09:11:08] /u/-ironsteve had their submission removed for insufficient lambda.
+4758 [2020-03-21 09:11:39] '/u/Sky-todd' has given '/u/T8ortot9312' lambda!
+4758 [2020-03-21 09:43:29] There has been a new submission: 'GUYS when your playing a game like DOOM ETERNAL do you focus on the story? on the commentary? whats the best approach for you? im kind of torn appart between trying to be funny and trying to focus on the story so idk. what do you guys think for your own youtube channels? XD', with flair 'Gaming'
+4758 [2020-03-21 09:43:30] /u/azael9726 had their submission removed for insufficient lambda.
+4758 [2020-03-21 09:44:01] There has been a new submission: 'Hey guys, check out my new pubg funny montage! I appreciate you', with flair 'Gaming'
+4758 [2020-03-21 09:47:52] There has been a new submission: 'How do You share Your videos?', with flair 'Discussion'
+4758 [2020-03-21 09:52:03] There has been a new submission: 'Cachmang', with flair 'Vlog'
+4758 [2020-03-21 09:52:05] /u/huynhdvq had their submission removed for insufficient lambda.
+4758 [2020-03-21 10:06:58] There has been a new submission: 'I had to move back home, where ive not got good enought ping to play games. So until I can move out I went thru my old saved videos and edited them for the first time in a while. This is somthing I enjoy and my friends enjoy watching but we're in them would love an outside perspective', with flair 'Gaming'
+4893 [2020-03-21 10:07:21]
+####################
+[2020-03-21 10:07:21] RESTARTED
+####################
+
+4893 [2020-03-21 10:11:34] There has been a new submission: 'Smash Bros ultimate podcast discussion', with flair 'Discussion'
+4893 [2020-03-21 10:11:36] /u/Akamecj26 had their submission removed for using the wrong flair.
+4893 [2020-03-21 10:15:30] There has been a new submission: 'The time I met Jake Paul on a Party', with flair 'Art'
+4893 [2020-03-21 10:15:31] /u/NVMMySkill had their submission removed for insufficient lambda.
+4893 [2020-03-21 10:17:31] There has been a new submission: 'New to the Reddit thing but I'm just trying to start posting more frequently on youtube since I've been in home lockdown. Enjoy!', with flair 'Gaming'
+4893 [2020-03-21 10:17:32] /u/ItzToxicBud had their submission removed for insufficient lambda.
+4893 [2020-03-21 10:27:19] There has been a new submission: 'Made a new video using footage I had saved from my twitch stream.', with flair 'Gaming'
+4893 [2020-03-21 10:38:03] There has been a new submission: 'Help me out!', with flair 'Discussion'
+4893 [2020-03-21 10:54:49] There has been a new submission: 'Rebranding intro/outdo/graphics', with flair 'Discussion'
+4893 [2020-03-21 10:55:23] There has been a new submission: 'Solving The Sleep Shirt Riddle', with flair 'Video Critique'
+4893 [2020-03-21 11:05:03] There has been a new submission: 'Been making a few experimental gaming videos and would like some critique on this one! It's supposed to be a calming/chill/funny animal crossing video, hope it came across that way.', with flair 'Gaming'
+4893 [2020-03-21 11:12:32] There has been a new submission: 'People said I needed to talk more so I made a entire let's play talking. Let me know how I can make it interesting', with flair 'Gaming'
+4893 [2020-03-21 11:15:05] There has been a new submission: 'SMALL YOUTUBER TRYING TO HIT 2K', with flair 'Gaming'
+4893 [2020-03-21 11:15:07] /u/GamingAddictionYT had their submission removed for insufficient lambda.
+4893 [2020-03-21 11:22:17] There has been a new submission: 'NEVER Play This Minecraft Map At NIGHT.... (WARNING)', with flair 'Gaming'
+4893 [2020-03-21 11:22:19] /u/Inferus12 had their submission removed for insufficient lambda.
+4893 [2020-03-21 11:24:18] There has been a new submission: 'Looking back at my old videos, my first video has most views, what do you think', with flair 'Meta'
+4893 [2020-03-21 11:24:20] /u/harru09 had their submission removed for using the wrong flair.
+4893 [2020-03-21 11:25:46] There has been a new submission: 'My most recent upload! A 2 day space engineers build compressed into a 3 minute time lapse. Critique welcomed', with flair 'None'
+4893 [2020-03-21 11:32:42] There has been a new submission: 'I took your advice! Have I actually improve my quality?', with flair 'Gaming'
+4893 [2020-03-21 12:06:11] There has been a new submission: 'guys watch my live stream in my channel please support i channel name-Greenwood relaxing music .............', with flair 'Discussion'
+5087 [2020-03-21 12:07:21]
+####################
+[2020-03-21 12:07:21] RESTARTED
+####################
+
+5087 [2020-03-21 12:09:11] There has been a new submission: 'hi guys please watch my live stream on my chaannel channel name greenwood relaxing music please watch it....', with flair 'Channel Review'
+5087 [2020-03-21 12:09:12] /u/PUKAR12345 had their submission removed for insufficient lambda.
+5087 [2020-03-21 12:29:58] There has been a new submission: 'So Coronavirus has cancelled most travel, however now is a good time to book holidays for the future since it is so cheap! Hopefully my travel/party videos can inspire your next trip! Let me know what you think!', with flair 'Video Critique'
+5087 [2020-03-21 12:37:17] There has been a new submission: 'So Coronavirus has cancelled most travel, however now is a good time to book holidays for the future since it is so cheap! Hopefully my travel/party videos can inspire your next trip! Let me know what you think!', with flair 'Video Critique'
+5087 [2020-03-21 12:37:18] /u/AlexSmart00 had their submission removed for insufficient lambda.
+5087 [2020-03-21 12:40:58] '/u/HuqleReddit' has given '/u/XPLovecat' lambda!
+5087 [2020-03-21 12:40:59] The OP received lambda too!
+5087 [2020-03-21 12:50:49] There has been a new submission: 'My best video (PLZ RATE)', with flair 'Channel Review'
+5087 [2020-03-21 12:50:51] /u/ChaffyerrorYT had their submission removed for insufficient lambda.
+5087 [2020-03-21 12:55:48] There has been a new submission: 'Taylor Holder Has Messed Up', with flair 'Video Critique'
+5087 [2020-03-21 12:55:56] There has been a new submission: 'Great chest opening on my game play ep.2', with flair 'Channel Review'
+5087 [2020-03-21 12:55:58] /u/MasterBTN had their submission removed for insufficient lambda.
+5087 [2020-03-21 12:57:48] '/u/lukewhansford' has given '/u/NiceGuyMarek' lambda!
+5087 [2020-03-21 13:01:07] '/u/qzeqYT' has given '/u/Hippo_Dad' lambda!
+5087 [2020-03-21 13:04:52] '/u/qzeqYT' has given '/u/Xerionix' lambda!
+5087 [2020-03-21 13:18:21] '/u/Nadia_Robot' has given '/u/Dudeface34' lambda!
+5087 [2020-03-21 13:18:21] The OP received lambda too!
+5087 [2020-03-21 13:32:06] There has been a new submission: 'Alright I listened to you and stop using the beeps. I tried some different things this time around would love some feedback!', with flair 'None'
+5087 [2020-03-21 13:43:10] There has been a new submission: 'help on small yt channel', with flair 'Channel Review'
+5087 [2020-03-21 13:43:12] /u/fnk_artworks had their submission removed for insufficient lambda.
+5087 [2020-03-21 13:56:24] There has been a new submission: 'A day in the life of a quarantined kitten (with football)', with flair 'Channel Review'
+5087 [2020-03-21 13:56:34] '/u/Tman_47YT' has given '/u/T8ortot9312' lambda!
+5087 [2020-03-21 13:56:34] The OP received lambda too!
+5087 [2020-03-21 14:01:05] '/u/Hamlet_71' has given '/u/OGGhastly' lambda!
+5087 [2020-03-21 14:02:03] '/u/Hamlet_71' has given '/u/BridgesGames' lambda!
+5087 [2020-03-21 14:02:42] '/u/Hamlet_71' has given '/u/Dudeface34' lambda!
+5255 [2020-03-21 14:07:21]
+####################
+[2020-03-21 14:07:21] RESTARTED
+####################
+
+5255 [2020-03-21 14:13:17] There has been a new submission: 'NEMESIS IS TERRIFYING | Resident Evil 3 (DEMO)', with flair 'Gaming'
+5255 [2020-03-21 14:13:19] /u/DannyHavocBoy had their submission removed for insufficient lambda.
+5255 [2020-03-21 14:19:21] There has been a new submission: 'Leave your channels below and I’ll check you out as well! Stay safe! (Comedy channel)', with flair 'Channel Review'
+5255 [2020-03-21 14:19:22] /u/zippersurly had their submission removed for insufficient lambda.
+5255 [2020-03-21 14:20:59] There has been a new submission: '[Tour] Living In Homestead, Florida ....Was my virtual tour good or nah?', with flair 'Video Critique'
+5255 [2020-03-21 14:47:16] There has been a new submission: 'Experimenting with a more cinematic aspect ratio - lambda for any feedback! (How to EASILY Read 10+ More Books Per Year)', with flair 'Video Critique'
+5255 [2020-03-21 14:52:29] '/u/Rolypoly_Cats' has given '/u/the_real_d247' lambda!
+5255 [2020-03-21 14:52:29] The OP received lambda too!
+5255 [2020-03-21 14:54:36] There has been a new submission: 'Birthday Breakfast In Bed - My first vlog episode! let me know what you think, any tips would be very appreciated', with flair 'Vlog'
+5255 [2020-03-21 14:54:38] /u/bhill0408 had their submission removed for insufficient lambda.
+5255 [2020-03-21 14:58:26] '/u/MoskitoDan' has given '/u/Pestarklo' lambda!
+5255 [2020-03-21 15:05:38] There has been a new submission: 'A Rainbow Six Siege highlight video', with flair 'Gaming'
+5255 [2020-03-21 15:05:40] /u/LiberDBell had their submission removed for insufficient lambda.
+5255 [2020-03-21 15:06:31] There has been a new submission: 'Still new to Commentating but let me know how I did. As for the audio, it was originally crystal clear but when I applied a Noise Removal filter to get rid of the background noises, it made my voice sound worse, like very echoey. Sorry about that but I think I know how to fix that for future vids', with flair 'Video Critique'
+5255 [2020-03-21 15:06:33] /u/BrayThaKid88 had their submission removed for insufficient lambda.
+5255 [2020-03-21 15:16:00] '/u/Shaheem_SS' has given '/u/bhill0408' lambda!
+5255 [2020-03-21 15:16:00] The OP received lambda too!
+5255 [2020-03-21 15:31:21] '/u/HuqleReddit' has given '/u/NiceGuyMarek' lambda!
+5255 [2020-03-21 15:37:58] '/u/cullenaryarts7' has given '/u/Supeelok99' lambda!
+5255 [2020-03-21 15:37:58] The OP received lambda too!
+5255 [2020-03-21 15:38:16] '/u/cullenaryarts7' has given '/u/OGGhastly' lambda!
+5255 [2020-03-21 15:38:56] '/u/cullenaryarts7' has given '/u/BridgesGames' lambda!
+5255 [2020-03-21 15:39:09] '/u/cullenaryarts7' has given '/u/TheButtsNutts' lambda!
+5255 [2020-03-21 15:39:32] '/u/cullenaryarts7' has given '/u/Nadia_Robot' lambda!
+5255 [2020-03-21 15:39:43] '/u/cullenaryarts7' has given '/u/bhill0408' lambda!
+5255 [2020-03-21 15:54:43] There has been a new submission: 'We Tested TikTok Viral Life Hacks', with flair 'Vlog'
+5255 [2020-03-21 15:54:45] /u/pkoiral had their submission removed for insufficient lambda.
+5255 [2020-03-21 16:01:23] There has been a new submission: 'See these memes (MUST WATCH)', with flair 'Video Critique'
+5255 [2020-03-21 16:01:25] /u/MINEDOWBOI had their submission removed for insufficient lambda.
+5255 [2020-03-21 16:05:43] There has been a new submission: '#5 lazy morning channel review', with flair 'Discussion'
+5255 [2020-03-21 16:06:17] '/u/cjf5414' has given '/u/bhill0408' lambda!
+5391 [2020-03-21 16:07:21]
+####################
+[2020-03-21 16:07:21] RESTARTED
+####################
+
+5391 [2020-03-21 16:14:01] There has been a new submission: 'DOOM ETERNAL Walkthrough Gameplay Part 1 - Hell On Earth', with flair 'Gaming'
+5391 [2020-03-21 16:14:03] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+5391 [2020-03-21 16:17:28] There has been a new submission: 'Birthday Breakfast In Bed - My first vlog! Any tips would be really appreciated', with flair 'Vlog'
+5391 [2020-03-21 16:31:34] There has been a new submission: 'So I made a channel trailer! Looking for critique for a better one, let me know what you think!', with flair 'Video Critique'
+5391 [2020-03-21 16:38:45] '/u/Leon_is_a_Ghost' has given '/u/NiceGuyMarek' lambda!
+5391 [2020-03-21 16:38:45] The OP received lambda too!
+5391 [2020-03-21 16:39:32] There has been a new submission: 'Made a sketch about this year so far. Your thoughts?', with flair 'Video Critique'
+5391 [2020-03-21 16:39:33] /u/GuyOnABuffalo34 had their submission removed for insufficient lambda.
+5391 [2020-03-21 16:42:26] There has been a new submission: 'Plus size try on haul of Kim Kardashian's Shapewear line! Giving lambda to all helpful feedback :)', with flair 'Video Critique'
+5391 [2020-03-21 16:42:44] There has been a new submission: 'Apocalypse Planning | Answering the Tough Questions.........(we got new mics/making progress on past production issues. Any input is greatly appreciated 😊 -Britt)', with flair 'Video Critique'
+5391 [2020-03-21 16:42:57] '/u/Leon_is_a_Ghost' has given '/u/Dylskiii' lambda!
+5391 [2020-03-21 16:44:04] '/u/Leon_is_a_Ghost' has given '/u/DarkLord152' lambda!
+5391 [2020-03-21 16:45:35] There has been a new submission: 'ObsidianCraft|Fireworks| #8 (Give Feedback)', with flair 'Video Critique'
+5391 [2020-03-21 16:48:51] '/u/Rolypoly_Cats' has given '/u/Cain_S' lambda!
+5391 [2020-03-21 16:49:08] '/u/Rolypoly_Cats' has given '/u/MatthewLopezOnYT' lambda!
+5391 [2020-03-21 16:49:28] '/u/Rolypoly_Cats' has given '/u/DarkLord152' lambda!
+5391 [2020-03-21 16:49:40] '/u/Rolypoly_Cats' has given '/u/Aint_mexican' lambda!
+5391 [2020-03-21 16:49:54] '/u/Rolypoly_Cats' has given '/u/Inferus12' lambda!
+5391 [2020-03-21 16:50:22] '/u/Rolypoly_Cats' has given '/u/bhill0408' lambda!
+5391 [2020-03-21 16:51:21] There has been a new submission: '[Chinese] FASTEST TIME Resident Evil 3 Demo', with flair 'Gaming'
+5391 [2020-03-21 16:51:23] /u/nobeardjim had their submission removed for insufficient lambda.
+5391 [2020-03-21 16:52:24] '/u/Rolypoly_Cats' has given '/u/Nerdorina' lambda!
+5391 [2020-03-21 16:55:01] There has been a new submission: 'Top 5 Places You Should Visit In Alaska', with flair 'Channel Review'
+5391 [2020-03-21 16:55:03] /u/Top5sUnexplained had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:02:11] There has been a new submission: 'Ziplining The NEW Twisted Trails Ropes Course At Natural Bridge Caverns!', with flair 'Channel Review'
+5391 [2020-03-21 17:03:58] There has been a new submission: 'you reposted in the wrong virus', with flair 'Gaming'
+5391 [2020-03-21 17:04:00] /u/Wanderlust61 had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:06:10] There has been a new submission: 'I Got 150k Views from a Subreddit in 1 Day 😄', with flair 'Meta'
+5391 [2020-03-21 17:06:11] /u/DesiNerdArmy had their submission removed for using the wrong flair.
+5391 [2020-03-21 17:07:19] '/u/heyiamandrew' has given '/u/bhill0408' lambda!
+5391 [2020-03-21 17:07:19] The OP received lambda too!
+5391 [2020-03-21 17:08:32] '/u/heyiamandrew' has given '/u/Dylskiii' lambda!
+5391 [2020-03-21 17:11:03] There has been a new submission: 'Got 150k Views in 1 Day from Reddit 😎', with flair 'Video Critique'
+5391 [2020-03-21 17:11:05] /u/DesiNerdArmy had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:12:44] '/u/MafiasFinestTV' has given '/u/Shaheem_SS' lambda!
+5391 [2020-03-21 17:14:01] '/u/heyiamandrew' has given '/u/ColinMcGraw' lambda!
+5391 [2020-03-21 17:15:27] There has been a new submission: 'I call this the Lake House! I’ve had my eye on it for about 3 years. It is on a lot that has a mini forest but there is a river/lake completely surrounding it as well. You can hear running water from the front door... maybe that explains the 3 toilets in the bathroom..?', with flair 'Vlog'
+5391 [2020-03-21 17:15:29] /u/sayystella had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:17:20] '/u/ManitouGamingYT' has given '/u/the_real_d247' lambda!
+5391 [2020-03-21 17:17:20] The OP received lambda too!
+5391 [2020-03-21 17:17:27] There has been a new submission: '[Magic] Let me know what you think of the overall feel of the video? Thanks!', with flair 'Video Critique'
+5391 [2020-03-21 17:17:29] /u/JeremyTanTheMagic had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:19:59] There has been a new submission: 'Hey! Would you like an honest 1st impression review of your YouTube channel?! Well, post a link to your page & be prepared for honesty. Flat. No fluff. Not mean! But, honesty from our POV.', with flair 'Channel Review'
+5391 [2020-03-21 17:19:59] /u/GetRichOnYouTube had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:21:13] There has been a new submission: 'marvel new warriors is terrible', with flair 'Video Critique'
+5391 [2020-03-21 17:21:15] /u/Union_Jack1 had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:21:53] '/u/heyiamandrew' has given '/u/mikalburr' lambda!
+5391 [2020-03-21 17:22:16] There has been a new submission: 'I Let My Family Tour My Apartment... It Didn't Go Well (FUNNY)', with flair 'Vlog'
+5391 [2020-03-21 17:22:18] /u/GT3_Shredz had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:29:58] '/u/bhill0408' has given '/u/ColinMcGraw' lambda!
+5391 [2020-03-21 17:29:58] The OP received lambda too!
+5391 [2020-03-21 17:32:32] There has been a new submission: 'Amd Ryzen 5 3600 vs Ryzen 5 2600', with flair 'Video Critique'
+5391 [2020-03-21 17:34:40] There has been a new submission: 'games you can play while quarantined | BEST GRAPHICS GAMES', with flair 'Video Critique'
+5391 [2020-03-21 17:34:43] /u/ProGamerofficialRdt had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:35:37] There has been a new submission: 'CCW: Contest | Paletteful Prompt #1 - 2020 March', with flair 'Video Critique'
+5391 [2020-03-21 17:42:57] There has been a new submission: 'ATLANTIS RESORT BAHAMAS - UPGRADED FOR FREE!!', with flair 'Vlog'
+5391 [2020-03-21 17:42:59] /u/Aneedels had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:46:19] There has been a new submission: 'Please go check it out', with flair 'Gaming'
+5391 [2020-03-21 17:46:21] /u/Cloud_god23 had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:51:48] There has been a new submission: '( i need feedback ) tiktok girls trollin their boyfriends', with flair 'Video Critique'
+5391 [2020-03-21 17:51:51] /u/fagi007 had their submission removed for insufficient lambda.
+5391 [2020-03-21 17:52:38] There has been a new submission: 'Latest from the channel... any critique would be greatly appreciated!!!', with flair 'Video Critique'
+5391 [2020-03-21 17:52:40] /u/J0Nm4gz had their submission removed for insufficient lambda.
+5391 [2020-03-21 18:06:37] There has been a new submission: '"Daily life in Korea" 🇰🇷we need to support her 💜', with flair 'Vlog'
+5391 [2020-03-21 18:06:38] /u/Realistic-Text had their submission removed for insufficient lambda.
+5391 [2020-03-21 18:06:44] There has been a new submission: 'Sat down with Chicago vocalist, songwriter, and singer Cellgotit! - Lambda for any feedback! - Latest edition of MBAD Pod!', with flair 'None'
+5992 [2020-03-21 18:07:21]
+####################
+[2020-03-21 18:07:21] RESTARTED
+####################
+
+5992 [2020-03-21 18:08:33] '/u/mshordja' has given '/u/OGGhastly' lambda!
+5992 [2020-03-21 18:08:33] The OP received lambda too!
+5992 [2020-03-21 18:09:53] There has been a new submission: 'A Message From Canada’s Leader About The Coronavirus', with flair 'Vlog'
+5992 [2020-03-21 18:09:53] /u/the_real_d247 had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:13:50] '/u/MafiasFinestTV' has given '/u/vitality108' lambda!
+5992 [2020-03-21 18:15:57] There has been a new submission: 'New video on my channel! This is the last time I will be leaving the house and I vlogged it!', with flair 'Vlog'
+5992 [2020-03-21 18:15:59] /u/sarahsprogis had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:16:24] '/u/heyiamandrew' has given '/u/vitality108' lambda!
+5992 [2020-03-21 18:21:14] There has been a new submission: 'just started my youtube channel', with flair 'Channel Review'
+5992 [2020-03-21 18:21:16] /u/wirdem had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:22:59] There has been a new submission: 'HOW I WROTE A MARVEL MOVIE | Vanity Fair inspired Writing Vlog', with flair 'Video Critique'
+5992 [2020-03-21 18:23:01] /u/arkone11 had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:30:41] '/u/eborghetto99' has given '/u/vitality108' lambda!
+5992 [2020-03-21 18:31:54] There has been a new submission: 'Hey could you watch this video and drop a like for me? I’d appreciate it :)', with flair 'Vlog'
+5992 [2020-03-21 18:31:56] /u/almightyykevo had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:33:23] There has been a new submission: 'My first attempt at vlogging/photography videos! Any advice is appreciated!', with flair 'Vlog'
+5992 [2020-03-21 18:33:25] /u/PierceJG had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:34:52] There has been a new submission: 'Have you ever wanted to know the best way to not get bullied? Find out in our most recent video where we do so in the most hilarious way possible! Looking for Criticism, it will be rewarded with Lambda!)', with flair 'Video Critique'
+5992 [2020-03-21 18:37:56] '/u/heyiamandrew' has given '/u/XavierDaWilde' lambda!
+5992 [2020-03-21 18:41:31] There has been a new submission: 'My Friends Also Have Youtube Channels! Welcome Andrew and Steve', with flair 'Video Critique'
+5992 [2020-03-21 18:43:28] '/u/avamansouri' has given '/u/drewiie' lambda!
+5992 [2020-03-21 18:43:28] The OP received lambda too!
+5992 [2020-03-21 18:53:32] '/u/Danny_RAWner' has given '/u/stevedeliveshow' lambda!
+5992 [2020-03-21 18:53:44] There has been a new submission: 'The worst thing I've ever made a video about...', with flair 'Video Critique'
+5992 [2020-03-21 18:53:46] /u/blisterward had their submission removed for insufficient lambda.
+5992 [2020-03-21 18:56:33] '/u/heyiamandrew' has given '/u/Dog_Bit' lambda!
+5992 [2020-03-21 18:59:26] '/u/ColinMcGraw' has given '/u/PierceJG' lambda!
+5992 [2020-03-21 18:59:27] The OP received lambda too!
+5992 [2020-03-21 19:05:07] There has been a new submission: 'A new YouTube series for kids and we just released the first 3 episodes. We want to mix education and fun/silliness. Would love for you to show your children. Here is the first episode. A nice and short introduction. Feedback welcomed!', with flair 'Channel Review'
+5992 [2020-03-21 19:05:13] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:07:05] '/u/Dubaderp' has given '/u/the_real_d247' lambda!
+5992 [2020-03-21 19:07:05] The OP received lambda too!
+5992 [2020-03-21 19:09:53] There has been a new submission: 'A Message From Canada’s Leader About The Coronavirus', with flair 'Vlog'
+5992 [2020-03-21 19:09:59] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:10:02] There has been a new submission: 'A new YouTube series for kids and we just released the first 3 episodes. We want to mix education and fun/silliness. Would love for you to show your children. Here is the first episode. A nice and short introduction. Feedback welcomed!', with flair 'Channel Review'
+5992 [2020-03-21 19:10:10] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:14:00] '/u/bhill0408' has given '/u/PierceJG' lambda!
+5992 [2020-03-21 19:15:06] '/u/bhill0408' has given '/u/Dog_Bit' lambda!
+5992 [2020-03-21 19:20:02] There has been a new submission: '[Channel review] I’d like some feedback on my channel please guys and girls. Editing tips, thumbnail tips and what I do well, what I do poorly. I give good lambda!', with flair 'Vlog'
+5992 [2020-03-21 19:20:15] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:25:22] '/u/heyiamandrew' has given '/u/mullersmutt' lambda!
+5992 [2020-03-21 19:26:18] There has been a new submission: 'I just started Youtube and I’m looking for some active subscribers to get things going. If you like gaming and sports my channel is definitely for you!', with flair 'Channel Review'
+5992 [2020-03-21 19:26:24] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:28:28] There has been a new submission: 'Hey guys, you mind giving me some advice on editing/impression/etc. ? :) enjoy', with flair 'Art'
+5992 [2020-03-21 19:28:35] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:28:38] '/u/SmashandCrashBros' has given '/u/ZackCanRandom' lambda!
+5992 [2020-03-21 19:28:38] The OP received lambda too!
+5992 [2020-03-21 19:31:59] '/u/SmashandCrashBros' has given '/u/AyeYoCarl' lambda!
+5992 [2020-03-21 19:41:02] There has been a new submission: 'Hawaii's Ballistic Missile Day | Snackables', with flair 'Vlog'
+5992 [2020-03-21 19:41:07] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:41:51] '/u/HuqleReddit' has given '/u/Cain_S' lambda!
+5992 [2020-03-21 19:45:35] '/u/HuqleReddit' has given '/u/mullersmutt' lambda!
+5992 [2020-03-21 19:47:15] There has been a new submission: 'Ted Alley Entertainment; Aspiring film-makers looking to get a following on our new YouTube channel started in early 2020; see short clip below. Check out the channel for more content, we have a few others. Subscribe!', with flair 'Video Critique'
+5992 [2020-03-21 19:47:21] {ERROR} received 500 HTTP response
+5992 [2020-03-21 19:47:53] There has been a new submission: 'My best work yet, I think. Feedback wanted!', with flair 'Video Critique'
+5992 [2020-03-21 19:52:14] '/u/heyiamandrew' has given '/u/SmashandCrashBros' lambda!
+5992 [2020-03-21 19:53:34] There has been a new submission: 'Going to Germany! - Day 1', with flair 'Vlog'
+5992 [2020-03-21 19:53:37] /u/FruitGirl1994 had their submission removed for insufficient lambda.
+5992 [2020-03-21 19:56:45] There has been a new submission: 'WHAT HAPPENS If you set your alarm for 3:00 AM, wake up, and write down the first thought that comes to mind? Could it be a million dollar idea? Watch to find out! Legit feedback will be appreciated', with flair 'Video Critique'
+5992 [2020-03-21 19:57:10] There has been a new submission: 'La Noire: Missing Husband, Did the Wife do It? - Part Three', with flair 'Gaming'
+5992 [2020-03-21 19:57:11] /u/Kazillion123 had their submission removed for insufficient lambda.
+5992 [2020-03-21 20:00:36] There has been a new submission: 'My friend is live-streaming, help him out.', with flair 'Gaming'
+5992 [2020-03-21 20:00:39] /u/The_Punisher1916 had their submission removed for insufficient lambda.
+5992 [2020-03-21 20:03:50] '/u/GlenMoffie' has given '/u/stevedeliveshow' lambda!
+6128 [2020-03-21 20:07:21]
+####################
+[2020-03-21 20:07:21] RESTARTED
+####################
+
+6128 [2020-03-21 20:16:12] There has been a new submission: 'Decided to talk about 3 movies that feature viruses. Once again, I love the feedback I've been getting and would love some more!', with flair 'Video Critique'
+6128 [2020-03-21 20:20:47] There has been a new submission: 'How to Survive COVID-19!!!', with flair 'Video Critique'
+6128 [2020-03-21 20:20:49] /u/Boggster15 had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:21:01] '/u/the_real_d247' has given '/u/SmashandCrashBros' lambda!
+6128 [2020-03-21 20:21:01] The OP received lambda too!
+6128 [2020-03-21 20:25:48] '/u/Leon_is_a_Ghost' has given '/u/NeverBleach' lambda!
+6128 [2020-03-21 20:32:01] There has been a new submission: 'WHAT HAPPENS WHEN YOU USE A FREE ROUX GENERATOR', with flair 'Gaming'
+6128 [2020-03-21 20:32:03] /u/Nerdowizard4578 had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:34:17] There has been a new submission: 'Hot Glue Challenge', with flair 'Video Critique'
+6128 [2020-03-21 20:42:59] '/u/Rolypoly_Cats' has given '/u/mullersmutt' lambda!
+6128 [2020-03-21 20:43:11] There has been a new submission: 'How a Champion Plays Ranked (w/ Comms) - Rainbow Six Siege (Operation Vo...', with flair 'Gaming'
+6128 [2020-03-21 20:43:13] /u/KrakenR6 had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:43:41] There has been a new submission: 'What do you guys like to see in a movie review?', with flair 'Discussion'
+6128 [2020-03-21 20:44:02] '/u/Rolypoly_Cats' has given '/u/ColinMcGraw' lambda!
+6128 [2020-03-21 20:44:48] There has been a new submission: 'NEMESIS CAN CLIMB WALLS NOW?! | Resident Evil 3 Demo', with flair 'Gaming'
+6128 [2020-03-21 20:44:50] /u/shaunoxley had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:45:18] '/u/Rolypoly_Cats' has given '/u/Rizmin' lambda!
+6128 [2020-03-21 20:45:35] '/u/Rolypoly_Cats' has given '/u/OGGhastly' lambda!
+6128 [2020-03-21 20:45:46] '/u/Rolypoly_Cats' has given '/u/squidzyyFTW' lambda!
+6128 [2020-03-21 20:45:57] There has been a new submission: 'WHAT IS HAPPENING?! | OVERWATCH FUNNY MONTAGE 2020 #3', with flair 'Gaming'
+6128 [2020-03-21 20:45:59] /u/EmblazeChannel had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:46:09] '/u/Rolypoly_Cats' has given '/u/_GoatBandit_' lambda!
+6128 [2020-03-21 20:46:28] There has been a new submission: 'Finally going to try to get serious about uploading', with flair 'Gaming'
+6128 [2020-03-21 20:46:29] /u/Darrenmac26 had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:47:06] '/u/Rolypoly_Cats' has given '/u/Arrrash' lambda!
+6128 [2020-03-21 20:49:33] '/u/Dubaderp' has given '/u/Inferus12' lambda!
+6128 [2020-03-21 20:51:28] '/u/Dubaderp' has given '/u/Nadia_Robot' lambda!
+6128 [2020-03-21 20:54:21] There has been a new submission: 'Lego Star Wars: The Complete Saga Co-op Let's Play Episode/Part 6 Gameplay Walkthrough Blind Facecam', with flair 'None'
+6128 [2020-03-21 20:54:23] /u/loopy2mn had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:56:24] There has been a new submission: 'Yee', with flair 'Gaming'
+6128 [2020-03-21 20:56:26] /u/NeoCoreSaturn had their submission removed for insufficient lambda.
+6128 [2020-03-21 20:56:57] '/u/TheZeek245' has given '/u/Rolypoly_Cats' lambda!
+6128 [2020-03-21 20:56:58] The OP received lambda too!
+6128 [2020-03-21 20:57:46] There has been a new submission: 'Where to Begin in Photography! Still new to YouTube and looking for feedback on my recent video! Anything appreciated!', with flair 'Video Critique'
+6128 [2020-03-21 21:16:59] There has been a new submission: 'FREE Steam Games In A Nutshell!', with flair 'Video Critique'
+6128 [2020-03-21 21:21:33] '/u/heyiamandrew' has given '/u/Rolypoly_Cats' lambda!
+6128 [2020-03-21 21:28:30] There has been a new submission: 'This is my longest Anime video📹 clocking in at 11 minutes, this video definitely took me long time to make, so I would really appreciate constructive feedback.😀 Btw it's about Hunter x Hunter.', with flair 'Video Critique'
+6128 [2020-03-21 21:29:07] '/u/Scapparelli08' has given '/u/PierceJG' lambda!
+6128 [2020-03-21 21:29:07] The OP received lambda too!
+6128 [2020-03-21 21:32:00] There has been a new submission: 'My first attempt at vlogging/photography videos! Any advice is appreciated!', with flair 'Vlog'
+6128 [2020-03-21 21:34:03] '/u/whataboi_rd' has given '/u/Ausdxgames' lambda!
+6128 [2020-03-21 21:34:03] The OP received lambda too!
+6128 [2020-03-21 21:34:16] '/u/whataboi_rd' has given '/u/Supeelok99' lambda!
+6128 [2020-03-21 21:51:40] There has been a new submission: 'CORONAVIRUS IS MR WORLDWIDE...', with flair 'Discussion'
+6128 [2020-03-21 21:51:42] /u/BenOnYT had their submission removed for using the wrong flair.
+6128 [2020-03-21 21:54:39] '/u/Paul_francis' has given '/u/Dimblfully' lambda!
+6128 [2020-03-21 21:54:39] The OP received lambda too!
+6128 [2020-03-21 21:56:18] '/u/PierceJG' has given '/u/london_in_a_still' lambda!
+6128 [2020-03-21 21:56:18] The OP received lambda too!
+6128 [2020-03-21 21:58:00] There has been a new submission: 'How Do I Create Good Content to Grow my channel', with flair 'Discussion'
+6128 [2020-03-21 22:00:20] '/u/Sipover' has given '/u/FishyLotus' lambda!
+6128 [2020-03-21 22:00:20] The OP received lambda too!
+6128 [2020-03-21 22:01:56] '/u/heyiamandrew' has given '/u/1_2_three_four_5_6' lambda!
+6128 [2020-03-21 22:05:48] '/u/coolnotcan' has given '/u/Dimblfully' lambda!
+6128 [2020-03-21 22:05:48] The OP received lambda too!
+6273 [2020-03-21 22:07:21]
+####################
+[2020-03-21 22:07:21] RESTARTED
+####################
+
+6273 [2020-03-21 22:08:23] '/u/CushGaming' has given '/u/Dimblfully' lambda!
+6273 [2020-03-21 22:08:23] The OP received lambda too!
+6273 [2020-03-21 22:08:27] There has been a new submission: '[STUDENTS GO MAD] 🇬🇧🌎 - GYM MOTIVATION | Tribute to natural aesthetics', with flair 'Discussion'
+6273 [2020-03-21 22:11:53] There has been a new submission: 'What can I do to get more subs?!', with flair 'Channel Review'
+6273 [2020-03-21 22:11:55] /u/jferino7 had their submission removed for insufficient lambda.
+6273 [2020-03-21 22:16:39] There has been a new submission: 'How can I get more subs?!', with flair 'Channel Review'
+6273 [2020-03-21 22:16:41] /u/jferino7 had their submission removed for insufficient lambda.
+6273 [2020-03-21 22:17:13] There has been a new submission: 'My recent video did pretty poorly compared to my others. Even videos of the same style. Watch it and lmk what you think.', with flair 'Video Critique'
+6273 [2020-03-21 22:24:50] There has been a new submission: 'After nearly 2 years of meme videos I’ve decided on doing what I’ve wanted for my channel since before it’s inception and make video game reviews. I’ve spent a while on this video so please tell me how you feel I did. Lastly, I know I am not going to make a 25 minute long review for a long time.', with flair 'Video Critique'
+6273 [2020-03-21 22:26:44] There has been a new submission: 'Street Interview (guy flips on concrete) New York City (full version)', with flair 'Video Critique'
+6273 [2020-03-21 22:26:46] /u/realdakens had their submission removed for insufficient lambda.
+6273 [2020-03-21 22:26:56] There has been a new submission: 'Any feedback! Negative or Positive :-))', with flair 'Video Critique'
+6273 [2020-03-21 22:37:04] '/u/qzeqYT' has given '/u/NiceGuyMarek' lambda!
+6273 [2020-03-21 22:37:14] '/u/MafiasFinestTV' has given '/u/MusicHub123' lambda!
+6273 [2020-03-21 22:38:00] '/u/qzeqYT' has given '/u/Sup3rPotatoNinja' lambda!
+6273 [2020-03-21 22:38:28] '/u/qzeqYT' has given '/u/Engelgeddon_' lambda!
+6273 [2020-03-21 22:51:06] There has been a new submission: 'I do a Standup Channel and wondering what else can I do editing or SEO wise to get more interest ? Here's a video I put up recently - let me know if any feedback!', with flair 'Channel Review'
+6273 [2020-03-21 22:51:08] /u/dragos_wyt had their submission removed for insufficient lambda.
+6273 [2020-03-21 22:53:22] There has been a new submission: 'Animal Crossing/School Project Video', with flair 'Gaming'
+6273 [2020-03-21 22:53:24] /u/KRF_Gaming_zbo3 had their submission removed for insufficient lambda.
+6273 [2020-03-21 22:54:29] '/u/bhill0408' has given '/u/henrycaminoisntreal' lambda!
+6273 [2020-03-21 22:59:25] '/u/heyiamandrew' has given '/u/CoachingWithBryce' lambda!
+6273 [2020-03-21 23:02:45] '/u/thathollywoodguy3' has given '/u/macetahead' lambda!
+6273 [2020-03-21 23:02:45] The OP received lambda too!
+6273 [2020-03-21 23:03:15] '/u/thathollywoodguy3' has given '/u/mayanguleria07' lambda!
+6273 [2020-03-21 23:11:23] There has been a new submission: 'Donating Money To Girls On Tinder', with flair 'Video Critique'
+6273 [2020-03-21 23:11:25] /u/jjlerr5599 had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:15:44] '/u/heyiamandrew' has given '/u/Aint_mexican' lambda!
+6273 [2020-03-21 23:16:24] '/u/heyiamandrew' has given '/u/sambarlien' lambda!
+6273 [2020-03-21 23:16:53] '/u/tommyboy_lr' has given '/u/FishyLotus' lambda!
+6273 [2020-03-21 23:16:54] The OP received lambda too!
+6273 [2020-03-21 23:17:44] '/u/heyiamandrew' has given '/u/MadNially88' lambda!
+6273 [2020-03-21 23:18:15] There has been a new submission: 'How to run Rainbow Six Siege with Vulkan', with flair 'Gaming'
+6273 [2020-03-21 23:18:16] /u/joeyabe_ had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:18:55] '/u/Rolypoly_Cats' has given '/u/sambarlien' lambda!
+6273 [2020-03-21 23:21:41] There has been a new submission: 'I made a survival series where you guys tell me what to do in the episode', with flair 'Gaming'
+6273 [2020-03-21 23:21:43] /u/Absolutetrooper had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:27:52] There has been a new submission: 'We recently went live with my children's YouTube channel, Yammo Jammo! Our goal is to elevate the standard of education and entertaining content for kids. We have 3 videos so far, and here is one of them.', with flair 'Channel Review'
+6273 [2020-03-21 23:28:02] '/u/TheZeek245' has given '/u/sambarlien' lambda!
+6273 [2020-03-21 23:28:36] '/u/TheZeek245' has given '/u/MadNially88' lambda!
+6273 [2020-03-21 23:34:13] There has been a new submission: 'If there's anyone nice enough out here,please give me some feed back on my channel. I'm still stuck at 40subs since Dec 2019 and i would really appreciate it😊.', with flair 'Channel Review'
+6273 [2020-03-21 23:39:40] '/u/mullersmutt' has given '/u/BITW247' lambda!
+6273 [2020-03-21 23:39:40] The OP received lambda too!
+6273 [2020-03-21 23:40:11] There has been a new submission: 'Is this a good thumbnail? I’m a small VR YouTuber', with flair 'Thumbnail Review'
+6273 [2020-03-21 23:40:14] /u/VR-Frontier had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:40:59] '/u/TheZeek245' has given '/u/locke_747' lambda!
+6273 [2020-03-21 23:43:51] '/u/mullersmutt' has given '/u/StanHammond' lambda!
+6273 [2020-03-21 23:44:31] There has been a new submission: 'Sharing my experience using YouTube follow along to workout at home', with flair 'Vlog'
+6273 [2020-03-21 23:44:33] /u/Prestigious_Writer had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:45:49] There has been a new submission: 'How to run Rainbow Six Siege with Vulkan', with flair 'Gaming'
+6273 [2020-03-21 23:45:50] /u/joeyabe_ had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:56:51] There has been a new submission: 'I know my mic has issues but please give feedback! Will supply lambda', with flair 'Gaming'
+6273 [2020-03-21 23:57:36] There has been a new submission: 'Mermaid, Riah, 2020', with flair 'Art'
+6273 [2020-03-21 23:57:37] /u/Rih-Rih-Tie-Dye had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:57:41] There has been a new submission: 'octanes insane.exe', with flair 'Gaming'
+6273 [2020-03-21 23:57:43] /u/TezkoYT had their submission removed for insufficient lambda.
+6273 [2020-03-21 23:58:11] There has been a new submission: 'Coronavirus Affect: New York City is almost under Lock-down !!', with flair 'Vlog'
+6273 [2020-03-21 23:58:12] /u/darbeshan had their submission removed for insufficient lambda.
+6273 [2020-03-22 00:01:10] There has been a new submission: 'Beautiful Summer Weather Here In NYC In March !! মার্চ মাসে আমরা কিভাবে সামার উপভোগ করলাম !!', with flair 'Vlog'
+6273 [2020-03-22 00:01:12] /u/darbeshan had their submission removed for insufficient lambda.
+6273 [2020-03-22 00:04:23] '/u/heyiamandrew' has given '/u/TheJeffChase' lambda!
+6273 [2020-03-22 00:07:14] There has been a new submission: 'We visited the Roblox hood...', with flair 'Gaming'
+6891 [2020-03-22 00:07:21]
+####################
+[2020-03-22 00:07:21] RESTARTED
+####################
+
+6891 [2020-03-22 00:09:01] '/u/HeyIDoesStuff' has given '/u/catlessdog' lambda!
+6891 [2020-03-22 00:09:02] The OP received lambda too!
+6891 [2020-03-22 00:09:20] '/u/ThiccAssClap' has given '/u/NiceGuyMarek' lambda!
+6891 [2020-03-22 00:09:20] The OP received lambda too!
+6891 [2020-03-22 00:10:55] '/u/ThiccAssClap' has given '/u/PierceJG' lambda!
+6891 [2020-03-22 00:23:06] There has been a new submission: 'So I made this a month ago, and it has far and away less views than any of the others on my channel. I was looking to see if I could get some feedback on it, what could I change? Is there a need for a better thumbnail etc?', with flair 'Video Critique'
+6891 [2020-03-22 00:23:08] /u/Quasimodo98 had their submission removed for insufficient lambda.
+6891 [2020-03-22 00:24:51] '/u/KamKashiiiYT' has given '/u/HeyIDoesStuff' lambda!
+6891 [2020-03-22 00:24:51] The OP received lambda too!
+6891 [2020-03-22 00:27:35] '/u/heyiamandrew' has given '/u/VR-Frontier' lambda!
+6891 [2020-03-22 00:30:36] '/u/HeyIDoesStuff' has given '/u/VR-Frontier' lambda!
+6891 [2020-03-22 00:30:47] There has been a new submission: '[Video Critique] “One Virus, One Chance to Listen” - Inspire Hope During COVID-19', with flair 'Video Critique'
+6891 [2020-03-22 00:30:49] /u/mitsuboy had their submission removed for insufficient lambda.
+6891 [2020-03-22 00:32:09] '/u/mullersmutt' has given '/u/Quasimodo98' lambda!
+6891 [2020-03-22 00:35:15] '/u/ColinMcGraw' has given '/u/CoachingWithBryce' lambda!
+6891 [2020-03-22 00:40:03] There has been a new submission: 'I made a video of my osrs character dancing to old school dubstep. Tbh, I think it turned out well', with flair 'Video Critique'
+6891 [2020-03-22 00:40:05] /u/Rahil_Slayer had their submission removed for insufficient lambda.
+6891 [2020-03-22 00:46:59] There has been a new submission: 'Kenny Rogers, country music icon, dies at 81(Watch the full life story) ...', with flair 'Discussion'
+6891 [2020-03-22 00:47:01] /u/amazon1977 had their submission removed for using the wrong flair.
+6891 [2020-03-22 00:56:12] '/u/Shaheem_SS' has given '/u/Rolypoly_Cats' lambda!
+6891 [2020-03-22 00:58:14] '/u/Burkeds' has given '/u/ColinMcGraw' lambda!
+6891 [2020-03-22 01:01:12] '/u/mullersmutt' has given '/u/VR-Frontier' lambda!
+6891 [2020-03-22 01:03:41] '/u/NiceGuyMarek' has given '/u/ansmike' lambda!
+6891 [2020-03-22 01:03:41] The OP received lambda too!
+6891 [2020-03-22 01:04:00] '/u/heyiamandrew' has given '/u/mitsuboy' lambda!
+6891 [2020-03-22 01:08:53] '/u/TheZeek245' has given '/u/NahUrBuenoMikey' lambda!
+6891 [2020-03-22 01:10:57] '/u/ColinMcGraw' has given '/u/mitsuboy' lambda!
+6891 [2020-03-22 01:11:53] There has been a new submission: 'Resident Evil 3 Demo with G4560 and AMD RX 470', with flair 'Gaming'
+6891 [2020-03-22 01:11:56] /u/chocheluisgames had their submission removed for insufficient lambda.
+6891 [2020-03-22 01:13:11] '/u/KamKashiiiYT' has given '/u/mitsuboy' lambda!
+6891 [2020-03-22 01:26:15] There has been a new submission: '2nd video in english - Looking for feedback, on editing, music choice and the timeline of the video.', with flair 'Video Critique'
+6891 [2020-03-22 01:26:16] /u/meistRdk had their submission removed for insufficient lambda.
+6891 [2020-03-22 01:28:33] There has been a new submission: 'Hey just made a video any suggestions on how to get more views and subs My subs are growing little by little but I’m only at 120', with flair 'Channel Review'
+6891 [2020-03-22 01:28:34] /u/makapink had their submission removed for insufficient lambda.
+6891 [2020-03-22 01:29:40] There has been a new submission: 'I’m a small YouTuber (which is why I’m here lol) and I was wondering if you guys could give me some help. I play VR games and have a lot of fun doing it. Any advice would be appreciated! Also this is my channel, if you could look at my latest video for a good sample of the kind of content I make!', with flair 'Channel Review'
+6891 [2020-03-22 01:39:45] '/u/TrillGil23' has given '/u/My_Travel_Journal' lambda!
+6891 [2020-03-22 01:39:45] The OP received lambda too!
+6891 [2020-03-22 01:41:15] '/u/TrillGil23' has given '/u/SCP-DrEwok' lambda!
+6891 [2020-03-22 01:42:13] '/u/TrillGil23' has given '/u/TheButtsNutts' lambda!
+6891 [2020-03-22 01:43:50] There has been a new submission: 'Could use some feedback, but please only if you have or watch gaming channels.', with flair 'Channel Review'
+2316 [2020-03-22 01:43:53] Updated statistics
+6891 [2020-03-22 01:45:32] There has been a new submission: 'This Drawing Took Him 24 HOURS To Make !!! ( trying to get good at yt, but because of corona I cant start vlogging outside yet )', with flair 'Art'
+6891 [2020-03-22 01:45:33] /u/MRSTUFFHD had their submission removed for insufficient lambda.
+6891 [2020-03-22 01:46:38] There has been a new submission: 'Does Instagram Help?', with flair 'Discussion'
+6891 [2020-03-22 01:48:49] There has been a new submission: 'Plz check out my channel and drop a sub and like plz', with flair 'Channel Review'
+6891 [2020-03-22 01:48:50] /u/anglo_xp had their submission removed for insufficient lambda.
+6891 [2020-03-22 02:00:45] '/u/NeverBleach' has given '/u/TheButtsNutts' lambda!
+6891 [2020-03-22 02:00:45] The OP received lambda too!
+6891 [2020-03-22 02:02:43] '/u/KamKashiiiYT' has given '/u/Swindlex' lambda!
+6891 [2020-03-22 02:05:25] '/u/Jimminycrickets411' has given '/u/TheButtsNutts' lambda!
+6891 [2020-03-22 02:05:25] The OP received lambda too!
+7034 [2020-03-22 02:07:22]
+####################
+[2020-03-22 02:07:22] RESTARTED
+####################
+
+7034 [2020-03-22 02:08:21] There has been a new submission: 'I know the video style is tired, but I’d like to think I’ve got decent content and some pretty high effort editing. Let me know what you think, and I’ve only got a dozen subs so any tips for growing from there would be appreciated!', with flair 'Gaming'
+7034 [2020-03-22 02:08:27] There has been a new submission: 'Hi! Watch my latest video - a What’s In My Bag Tutorial! It would mean a lot! Help a small channel out.', with flair 'Channel Review'
+7034 [2020-03-22 02:08:28] /u/tehpartygod had their submission removed for insufficient lambda.
+7034 [2020-03-22 02:09:31] There has been a new submission: 'Are you covering Politics on your channel?', with flair 'Discussion'
+7034 [2020-03-22 02:11:08] '/u/Dog_Bit' has given '/u/Dimblfully' lambda!
+7034 [2020-03-22 02:11:08] The OP received lambda too!
+7034 [2020-03-22 02:17:46] There has been a new submission: 'Which types of videos do you enjoy the most, comedy skits, vlogs, challenges, storytimes or reactions?', with flair 'None'
+7034 [2020-03-22 02:17:47] /u/SavelaMadikane had their submission removed for insufficient lambda.
+7034 [2020-03-22 02:19:37] There has been a new submission: '[Reaction] I recently just uploaded a reaction video, please tell me what you think about it and about my channel, all constructive criticism is appreciated.', with flair 'None'
+7034 [2020-03-22 02:19:38] /u/SavelaMadikane had their submission removed for insufficient lambda.
+7034 [2020-03-22 02:23:30] There has been a new submission: 'When you try to arrest a hacker in Roblox jailbreak...', with flair 'Gaming'
+7034 [2020-03-22 02:23:32] /u/U_ltra had their submission removed for insufficient lambda.
+7034 [2020-03-22 02:30:20] There has been a new submission: 'New Comedy Gaming Vids Every Week -- would love if you checked it out!', with flair 'Gaming'
+7034 [2020-03-22 02:30:22] /u/ObscureNerd had their submission removed for insufficient lambda.
+7034 [2020-03-22 02:35:53] '/u/HeyIDoesStuff' has given '/u/RealMrOoof' lambda!
+7034 [2020-03-22 02:46:08] '/u/HeyIDoesStuff' has given '/u/MatthewLopezOnYT' lambda!
+7034 [2020-03-22 02:49:16] '/u/daredevil005' has given '/u/Kesaylo' lambda!
+7034 [2020-03-22 02:59:46] There has been a new submission: 'TIANJIN, CHINA. | My Travel Journal Vlog', with flair 'Vlog'
+7034 [2020-03-22 03:04:56] There has been a new submission: 'VRChat Roleplay YouTuber Group', with flair 'Collab'
+7034 [2020-03-22 03:08:01] '/u/NeverBleach' has given '/u/BridgesGames' lambda!
+7034 [2020-03-22 03:09:07] '/u/ColinMcGraw' has given '/u/Kesaylo' lambda!
+7034 [2020-03-22 03:10:48] There has been a new submission: 'A Couple Questions that I have been thinking about recently!', with flair 'Discussion'
+7034 [2020-03-22 03:12:22] There has been a new submission: 'Can I get some feedback on this video?', with flair 'Gaming'
+7034 [2020-03-22 03:12:24] /u/Lotad38 had their submission removed for insufficient lambda.
+7034 [2020-03-22 03:18:12] There has been a new submission: 'How To Avoid Burnout (Any critiques welcome)', with flair 'Video Critique'
+7034 [2020-03-22 03:23:02] There has been a new submission: 'I know Minecraft is a bit overdone, but I spent hours working on this video and would appreciate any feedback :)', with flair 'Gaming'
+7034 [2020-03-22 03:23:04] /u/cringecomedymc had their submission removed for insufficient lambda.
+7034 [2020-03-22 03:23:47] '/u/VR-Frontier' has given '/u/BridgesGames' lambda!
+7034 [2020-03-22 03:23:47] The OP received lambda too!
+7034 [2020-03-22 03:26:15] '/u/Kesaylo' has given '/u/SwanCreek' lambda!
+7034 [2020-03-22 03:38:12] There has been a new submission: 'Custom Marshmello Hydro Flask (GIVEAWAY)', with flair 'Channel Review'
+7034 [2020-03-22 03:38:13] /u/IsaakMay had their submission removed for insufficient lambda.
+7034 [2020-03-22 03:38:21] There has been a new submission: 'Lizard people are real check it out epic truth', with flair 'Discussion'
+7034 [2020-03-22 03:38:22] /u/frostybitts_ had their submission removed for using the wrong flair.
+7034 [2020-03-22 03:42:45] There has been a new submission: 'How do I make a good thumbnail with no thumbnail skills?', with flair 'Discussion'
+7034 [2020-03-22 03:42:56] '/u/TheButtsNutts' has given '/u/BridgesGames' lambda!
+7034 [2020-03-22 03:42:56] The OP received lambda too!
+7034 [2020-03-22 03:55:31] '/u/NiceGuyMarek' has given '/u/Kesaylo' lambda!
+7034 [2020-03-22 03:56:29] '/u/My_Travel_Journal' has given '/u/Kesaylo' lambda!
+7034 [2020-03-22 03:56:29] The OP received lambda too!
+7178 [2020-03-22 04:07:22]
+####################
+[2020-03-22 04:07:22] RESTARTED
+####################
+
+7178 [2020-03-22 04:16:19] There has been a new submission: 'What helps boost channels?', with flair 'Discussion'
+7178 [2020-03-22 04:29:42] '/u/DiscoSpartan117' has given '/u/Swindlex' lambda!
+7178 [2020-03-22 04:29:42] The OP received lambda too!
+7178 [2020-03-22 04:36:53] There has been a new submission: 'I made a expectaitions vs reality video. (Smhh secret:will give lambda also plz watch im desprate😂)', with flair 'Video Critique'
+7178 [2020-03-22 04:46:40] There has been a new submission: '[Collab] VRChat Roleplay (casual RP) YouTuber Group (New YouTubers are welcome)', with flair 'Collab'
+7178 [2020-03-22 04:49:38] '/u/TheButtsNutts' has given '/u/VideoKam' lambda!
+7178 [2020-03-22 04:51:05] There has been a new submission: 'can you guys help me get 1k subs?', with flair 'Channel Review'
+7178 [2020-03-22 04:51:07] /u/NicPanda had their submission removed for insufficient lambda.
+7178 [2020-03-22 04:54:12] '/u/NeverBleach' has given '/u/VideoKam' lambda!
+7178 [2020-03-22 05:05:20] '/u/torivitsas' has given '/u/runrun24' lambda!
+7178 [2020-03-22 05:05:20] The OP received lambda too!
+7178 [2020-03-22 05:06:08] '/u/torivitsas' has given '/u/ibau' lambda!
+7178 [2020-03-22 05:06:49] '/u/torivitsas' has given '/u/drewiie' lambda!
+7178 [2020-03-22 05:12:35] There has been a new submission: 'Crappie Fishing Secrets: How To Catch Crappie On A Jig [40+ Early Spring Crappie!]', with flair 'Video Critique'
+7178 [2020-03-22 05:12:37] /u/StopFishnStartCatchn had their submission removed for insufficient lambda.
+7178 [2020-03-22 05:16:09] There has been a new submission: 'Supporting Each Other as a small youtuber', with flair 'Discussion'
+7178 [2020-03-22 05:24:26] '/u/Jischasing' has given '/u/KenshinARTIST' lambda!
+7178 [2020-03-22 05:33:16] There has been a new submission: 'How to build a studio backdrop in your living room :)', with flair 'Video Critique'
+7178 [2020-03-22 05:33:18] /u/patbpixx had their submission removed for insufficient lambda.
+7178 [2020-03-22 05:34:59] '/u/mullersmutt' has given '/u/Hippo_Dad' lambda!
+7178 [2020-03-22 05:36:59] There has been a new submission: 'Uplifting comedy channel, videos twice a week! Critique welcome, I'm learning as I go :)', with flair 'Video Critique'
+7178 [2020-03-22 05:37:00] /u/HakeJunter had their submission removed for insufficient lambda.
+7178 [2020-03-22 05:38:36] '/u/heyiamandrew' has given '/u/Rizmin' lambda!
+7178 [2020-03-22 05:40:55] '/u/heyiamandrew' has given '/u/Hippo_Dad' lambda!
+7178 [2020-03-22 05:42:17] '/u/KamKashiiiYT' has given '/u/AtownGaming_' lambda!
+7178 [2020-03-22 05:51:43] There has been a new submission: 'Truth or Dab | Burnt Ones (HOW CAN I MAKE PART 2 BETTER???)', with flair 'Video Critique'
+7178 [2020-03-22 05:51:46] /u/fliptheflip1 had their submission removed for insufficient lambda.
+7178 [2020-03-22 05:52:48] There has been a new submission: 'Heya folks! Would really appreciate some feedback on my latest video! :)', with flair 'Video Critique'
+7178 [2020-03-22 06:01:39] There has been a new submission: 'A video on 5 minute crafts', with flair 'Video Critique'
+7178 [2020-03-22 06:01:42] /u/Jamesinater had their submission removed for insufficient lambda.
+7384 [2020-03-22 06:07:22]
+####################
+[2020-03-22 06:07:22] RESTARTED
+####################
+
+7384 [2020-03-22 06:11:44] '/u/KamKashiiiYT' has given '/u/Zabiha_' lambda!
+7384 [2020-03-22 06:23:19] There has been a new submission: 'Any type of feedback is welcomed! Animated video on how Microsoft has evolved.', with flair 'Video Critique'
+7384 [2020-03-22 06:23:21] /u/iamblckj3zus had their submission removed for insufficient lambda.
+7384 [2020-03-22 06:38:56] '/u/BLURRfacetv' has given '/u/Kesaylo' lambda!
+7384 [2020-03-22 06:41:22] There has been a new submission: 'SADDLE STAY FOR HONDA HORNET | LLUVIA RS | TOURING SETUP VLOG', with flair 'Vlog'
+7384 [2020-03-22 06:44:27] '/u/BLURRfacetv' has given '/u/bhill0408' lambda!
+7384 [2020-03-22 06:47:08] '/u/BLURRfacetv' has given '/u/Shaheem_SS' lambda!
+7384 [2020-03-22 06:50:33] '/u/BLURRfacetv' has given '/u/Pestarklo' lambda!
+7384 [2020-03-22 07:00:23] There has been a new submission: 'Editor working for FREE... if I like your content!', with flair 'Collab'
+7384 [2020-03-22 07:09:22] '/u/frisodenijs' has given '/u/humz_whu' lambda!
+7384 [2020-03-22 07:09:23] The OP received lambda too!
+7384 [2020-03-22 07:24:58] There has been a new submission: 'SADDLE STAY FOR HONDA HORNET | LLUVIA RS | TOURING SETUP [VLOG]', with flair 'Vlog'
+7384 [2020-03-22 07:25:00] /u/hemant_rangdal had their submission removed for insufficient lambda.
+7384 [2020-03-22 07:34:20] '/u/HuqleReddit' has given '/u/Lotad38' lambda!
+7384 [2020-03-22 07:46:18] '/u/Charlie_7threegamers' has given '/u/NiceGuyMarek' lambda!
+7384 [2020-03-22 07:46:18] The OP received lambda too!
+7384 [2020-03-22 07:50:40] '/u/TheButtsNutts' has given '/u/KamKashiiiYT' lambda!
+7384 [2020-03-22 07:51:32] There has been a new submission: 'Nasus but Super Saiyan', with flair 'Video Critique'
+7384 [2020-03-22 07:51:34] /u/FusionGGG had their submission removed for insufficient lambda.
+7384 [2020-03-22 07:56:11] There has been a new submission: 'Any small yotubers here who like to play classic pc games ?', with flair 'Discussion'
+7731 [2020-03-22 08:07:22]
+####################
+[2020-03-22 08:07:22] RESTARTED
+####################
+
+7731 [2020-03-22 08:08:27] There has been a new submission: 'This is my new try on text Animation in after effects, very interesting to make such amazing video animation. If you like my video just press like button and if you're really interesting to learn about animation subscribe to my channel. Your critiques and comments will get lambda right away', with flair 'Video Critique'
+7731 [2020-03-22 08:49:49] There has been a new submission: 'So many waterfalls', with flair 'Vlog'
+7731 [2020-03-22 08:49:49] /u/stevenmusgrovephoto had their submission removed for insufficient lambda.
+7731 [2020-03-22 08:57:41] '/u/Dylskiii' has given '/u/ParkerWillard' lambda!
+7731 [2020-03-22 08:57:41] The OP received lambda too!
+7731 [2020-03-22 09:15:54] '/u/Rizmin' has given '/u/chilledsquirrel' lambda!
+7731 [2020-03-22 09:15:54] The OP received lambda too!
+7731 [2020-03-22 09:16:01] There has been a new submission: 'We’re a newer channel getting some small success! Hope you can watch and enjoy and leave feedback if you’d like:) make sure to like and subscribe if you enjoyed it!!', with flair 'Vlog'
+7731 [2020-03-22 09:16:03] /u/Bake-and-Jecca had their submission removed for insufficient lambda.
+7731 [2020-03-22 09:24:42] '/u/Rizmin' has given '/u/Ausdxgames' lambda!
+7731 [2020-03-22 09:36:29] There has been a new submission: 'My new animation series based on true horror stories, any opinions or advice welcomed 😊', with flair 'Video Critique'
+7731 [2020-03-22 09:36:30] /u/CameronTBC had their submission removed for insufficient lambda.
+7731 [2020-03-22 09:40:32] There has been a new submission: 'Troi lanh', with flair 'Vlog'
+7731 [2020-03-22 09:40:34] /u/huynhdvq had their submission removed for insufficient lambda.
+7731 [2020-03-22 09:42:14] There has been a new submission: 'Hey guys! I am new to YouTube and would really appreciate it if you can give my channel some love(I post gaming vids)', with flair 'Gaming'
+7731 [2020-03-22 09:42:16] /u/regie011 had their submission removed for insufficient lambda.
+7731 [2020-03-22 09:49:42] There has been a new submission: 'Mario reacts to Mario memes. Would love to get people's thoughts on my channel.', with flair 'Channel Review'
+7731 [2020-03-22 09:50:00] There has been a new submission: 'Looking for tips to improve my football manager videos!', with flair 'Gaming'
+7731 [2020-03-22 09:50:02] /u/JakeCooperFM had their submission removed for insufficient lambda.
+7731 [2020-03-22 09:53:21] There has been a new submission: 'Hi Guys, uploaded video for all hardcore VEGETA FANS, so how many are there here. Show your love for saiyan prince vegeta', with flair 'Gaming'
+7867 [2020-03-22 10:07:22]
+####################
+[2020-03-22 10:07:22] RESTARTED
+####################
+
+7867 [2020-03-22 10:09:19] There has been a new submission: 'New Tutorial and Gaming Channel', with flair 'Gaming'
+7867 [2020-03-22 10:09:20] /u/Cqsual1 had their submission removed for insufficient lambda.
+7867 [2020-03-22 10:37:33] There has been a new submission: 'Has anyone noticed the Taylor user? [Discussion]', with flair 'Discussion'
+7867 [2020-03-22 10:38:27] There has been a new submission: 'Gaming Channel Feedback', with flair 'Channel Review'
+7867 [2020-03-22 10:41:37] There has been a new submission: 'Jack Sparrow in present day. Appreciate any feedback on video/channel! (First post here ☺️)', with flair 'Channel Review'
+7867 [2020-03-22 10:41:39] /u/Skedwii had their submission removed for insufficient lambda.
+7867 [2020-03-22 10:56:25] '/u/ShikharTrivedi' has given '/u/Bacony_Hair' lambda!
+7867 [2020-03-22 10:57:07] There has been a new submission: 'I'm stupid but I also need help on posting Videos.', with flair 'Discussion'
+7867 [2020-03-22 10:58:00] '/u/Pandorath_Feryk' has given '/u/sambarlien' lambda!
+7867 [2020-03-22 10:58:00] The OP received lambda too!
+7867 [2020-03-22 10:58:39] '/u/ThiccAssClap' has given '/u/bug-banana' lambda!
+7867 [2020-03-22 11:08:44] There has been a new submission: 'I edited my Bali trip and would love your thoughts on the editing and any feedback!', with flair 'Channel Review'
+7867 [2020-03-22 11:08:45] /u/torivitsas had their submission removed for insufficient lambda.
+7867 [2020-03-22 11:13:27] There has been a new submission: 'Thumnnail', with flair 'Thumbnail Review'
+7867 [2020-03-22 11:13:29] /u/Elliotj63_YT had their submission removed for insufficient lambda.
+7867 [2020-03-22 11:27:14] There has been a new submission: 'Perfect cream level 1 - 20', with flair 'Gaming'
+7867 [2020-03-22 11:27:15] /u/Smeirly13 had their submission removed for insufficient lambda.
+7867 [2020-03-22 11:34:48] There has been a new submission: 'Creating In Lock Down', with flair 'Video Critique'
+7867 [2020-03-22 11:36:22] '/u/HeyIDoesStuff' has given '/u/sambarlien' lambda!
+7867 [2020-03-22 11:39:49] '/u/HeyIDoesStuff' has given '/u/Skedwii' lambda!
+7867 [2020-03-22 11:48:31] '/u/Henry_does' has given '/u/humz_whu' lambda!
+7867 [2020-03-22 11:48:31] The OP received lambda too!
+7867 [2020-03-22 11:48:36] There has been a new submission: 'pls tell me what you think (and mayby sub hah)', with flair 'Channel Review'
+7867 [2020-03-22 11:48:37] /u/HaZardKO had their submission removed for insufficient lambda.
+7867 [2020-03-22 11:48:59] '/u/Henry_does' has given '/u/torivitsas' lambda!
+7867 [2020-03-22 11:50:20] '/u/Henry_does' has given '/u/sambarlien' lambda!
+7867 [2020-03-22 11:52:14] '/u/Henry_does' has given '/u/WhatMakeArt' lambda!
+7867 [2020-03-22 12:06:31] '/u/mullersmutt' has given '/u/sambarlien' lambda!
+8003 [2020-03-22 12:07:22]
+####################
+[2020-03-22 12:07:22] RESTARTED
+####################
+
+8003 [2020-03-22 12:20:21] '/u/Henry_does' has given '/u/Defiant_Moose' lambda!
+8003 [2020-03-22 12:21:56] '/u/Henry_does' has given '/u/acstomi0212' lambda!
+8003 [2020-03-22 12:22:06] There has been a new submission: 'Ipinagbabawal na ang mga dayuhan pumasok sa ating bansa "PRES. RODRIGO D...', with flair 'Channel Review'
+8003 [2020-03-22 12:22:08] /u/amazon1977 had their submission removed for insufficient lambda.
+8003 [2020-03-22 12:32:45] There has been a new submission: 'Want to do a video a day while in isolation. Starting with a Vegan pantry tour I pre filmed. (Still unlisted on my channel til Tuesday, so please give any feedback so I can improve the edit/ work into future videos!) thank you!', with flair 'Video Critique'
+8003 [2020-03-22 12:36:39] '/u/Sipover' has given '/u/Kesaylo' lambda!
+8003 [2020-03-22 12:46:36] '/u/mischapannell' has given '/u/HeyIDoesStuff' lambda!
+8003 [2020-03-22 12:46:36] The OP received lambda too!
+8003 [2020-03-22 12:48:08] There has been a new submission: ''Day in the Life of a University Student in Malaysia' - Really wanted to do this for quite some time, and here it is. Let me know what you think!', with flair 'Vlog'
+8003 [2020-03-22 13:00:10] '/u/keegzilla90' has given '/u/Dimblfully' lambda!
+8003 [2020-03-22 13:00:10] The OP received lambda too!
+8003 [2020-03-22 13:02:26] '/u/keegzilla90' has given '/u/sambarlien' lambda!
+8003 [2020-03-22 13:11:29] '/u/keegzilla90' has given '/u/Hippo_Dad' lambda!
+8003 [2020-03-22 13:39:18] There has been a new submission: 'My ori and the will of the wisps thumbnail, what do you think?', with flair 'Thumbnail Review'
+8003 [2020-03-22 13:47:46] {ERROR} received 503 HTTP response
+8003 [2020-03-22 13:48:06] {ERROR} received 503 HTTP response
+8169 [2020-03-22 14:07:22]
+####################
+[2020-03-22 14:07:22] RESTARTED
+####################
+
+8169 [2020-03-22 14:07:54] '/u/MafiasFinestTV' has given '/u/Lotad38' lambda!
+8169 [2020-03-22 14:08:27] There has been a new submission: 'I would like to get some feedback on my recent video (first)', with flair 'Channel Review'
+8169 [2020-03-22 14:08:28] /u/Brotiss had their submission removed for insufficient lambda.
+8169 [2020-03-22 14:08:31] There has been a new submission: 'Creator Care', with flair 'Meta'
+8169 [2020-03-22 14:08:35] There has been a new submission: 'The Craziest True Crime Show I’ve Ever Seen. (Hippo Dad Investigates the Story of Kristen Westfall). (Comedy video). I would love to get some feedback from you guys. Giving LAMBDA for all opinions and feedback. Thanks!', with flair 'Channel Review'
+8169 [2020-03-22 14:16:02] There has been a new submission: 'How to Make a Cartboard Samsung Galxy Z Flip at Home', with flair 'Art'
+8169 [2020-03-22 14:16:04] /u/TeXuYT had their submission removed for insufficient lambda.
+8169 [2020-03-22 14:21:48] There has been a new submission: 'Gaming Channel Review - Bridges Games', with flair 'Channel Review'
+8169 [2020-03-22 14:24:19] There has been a new submission: 'Lifeguard Isabella OC - Speedpaint - vector Illustration - Lets Create Mistakes', with flair 'Art'
+8169 [2020-03-22 14:24:21] /u/createmistakes had their submission removed for insufficient lambda.
+8169 [2020-03-22 14:32:24] There has been a new submission: 'Hey guys ill review your channels for free but you gotta review this vid', with flair 'Video Critique'
+8169 [2020-03-22 14:38:44] There has been a new submission: 'H&M Shawl Collar Cardigan | Review & Styling', with flair 'Video Critique'
+8169 [2020-03-22 14:38:45] /u/BoomBabyDaggers had their submission removed for insufficient lambda.
+8169 [2020-03-22 14:46:29] '/u/Scapparelli08' has given '/u/R_Hanna' lambda!
+8169 [2020-03-22 14:48:03] There has been a new submission: 'A 1 min Animal crossing related skit I did, I'm giving lambda for any helpful advice or feedback so please give your honest opinion!', with flair 'Video Critique'
+8169 [2020-03-22 14:54:53] '/u/mischapannell' has given '/u/acstomi0212' lambda!
+8169 [2020-03-22 15:03:53] '/u/VR-Frontier' has given '/u/chilledsquirrel' lambda!
+8169 [2020-03-22 15:06:08] '/u/Supeelok99' has given '/u/gontovnik' lambda!
+8169 [2020-03-22 15:06:08] The OP received lambda too!
+8169 [2020-03-22 15:06:33] '/u/Supeelok99' has given '/u/Bacony_Hair' lambda!
+8169 [2020-03-22 15:06:48] '/u/Supeelok99' has given '/u/iamblckj3zus' lambda!
+8169 [2020-03-22 15:07:39] '/u/Supeelok99' has given '/u/The_Suited_Bird' lambda!
+8169 [2020-03-22 15:08:34] '/u/Supeelok99' has given '/u/KenshinARTIST' lambda!
+8169 [2020-03-22 15:08:41] '/u/Supeelok99' has given '/u/ML_bros' lambda!
+8169 [2020-03-22 15:09:12] '/u/Supeelok99' has given '/u/stlo0309' lambda!
+8169 [2020-03-22 15:13:54] There has been a new submission: '100k+ BELLS A MINUTE | DUPLICATION GLITCH | Animal Crossing New Horizons *WORKING*', with flair 'Gaming'
+8169 [2020-03-22 15:13:56] /u/GiraffeyJosh had their submission removed for insufficient lambda.
+8169 [2020-03-22 15:24:29] There has been a new submission: '(2ITB) Resident Evil 5 Co-op Let's Play Episode/Part 5 Gameplay Walkthrough', with flair 'None'
+8169 [2020-03-22 15:24:31] /u/loopy2mn had their submission removed for insufficient lambda.
+8169 [2020-03-22 15:29:39] There has been a new submission: 'I've made a short and funny video about "pointless" movie scenes. I'd appreciate every feedback! I'm willing to give lambda for good reviews!', with flair 'Video Critique'
+8169 [2020-03-22 15:36:07] '/u/acstomi0212' has given '/u/olisterw' lambda!
+8169 [2020-03-22 15:36:07] The OP received lambda too!
+8169 [2020-03-22 15:37:40] There has been a new submission: 'When the covenant attacked...', with flair 'Gaming'
+8169 [2020-03-22 15:37:41] /u/FOCUSAL-ACE had their submission removed for insufficient lambda.
+8169 [2020-03-22 15:38:40] '/u/acstomi0212' has given '/u/RunningIntoBedlem' lambda!
+8169 [2020-03-22 15:41:26] '/u/SmashandCrashBros' has given '/u/MusicHub123' lambda!
+8169 [2020-03-22 15:41:27] The OP received lambda too!
+8169 [2020-03-22 15:42:23] There has been a new submission: '"Close Encounters of the Cube Kind" | Animated Short Film | My first attempt at creating an animation using Blender.', with flair 'Video Critique'
+8169 [2020-03-22 15:44:12] '/u/acstomi0212' has given '/u/Zabiha_' lambda!
+8169 [2020-03-22 16:01:25] There has been a new submission: 'Something positive for while you guys are sitting at home! (Feel free to give some feedback on the video or channel for some lambda :D)', with flair 'Video Critique'
+8169 [2020-03-22 16:02:52] '/u/Sean_Double_J' has given '/u/RunningIntoBedlem' lambda!
+8169 [2020-03-22 16:02:52] The OP received lambda too!
+8169 [2020-03-22 16:04:30] '/u/NiceGuyMarek' has given '/u/Bacony_Hair' lambda!
+8169 [2020-03-22 16:05:21] '/u/Hippo_Dad' has given '/u/RunningIntoBedlem' lambda!
+8169 [2020-03-22 16:05:21] The OP received lambda too!
+8169 [2020-03-22 16:06:05] There has been a new submission: 'Reaction/Recap video for RuPaul's Drag Race - advice and suggestions wanted! Lamba given!', with flair 'Video Critique'
+8169 [2020-03-22 16:06:15] There has been a new submission: 'A reddit video about the internets bravest warriors, the whiteknights! All feedback is appreciated', with flair 'Video Critique'
+8305 [2020-03-22 16:07:23]
+####################
+[2020-03-22 16:07:23] RESTARTED
+####################
+
+8305 [2020-03-22 16:08:23] There has been a new submission: '#6 lazy morning channel review (actually I had not enough time for #5 today, but got to see so many interesting channels in comments. I will review them first tomorrow morning)', with flair 'Discussion'
+8305 [2020-03-22 16:09:22] '/u/CoachingWithBryce' has given '/u/Skedwii' lambda!
+8305 [2020-03-22 16:09:22] The OP received lambda too!
+8305 [2020-03-22 16:09:52] There has been a new submission: 'Grindr During the Coronavirus', with flair 'Video Critique'
+8305 [2020-03-22 16:10:33] '/u/CoachingWithBryce' has given '/u/sambarlien' lambda!
+8305 [2020-03-22 16:12:06] There has been a new submission: 'Subscribers milestone video?', with flair 'Discussion'
+8305 [2020-03-22 16:14:45] There has been a new submission: 'WASH your Damn HANDS : Is this the END? (QUARANTINE VLOG)', with flair 'Vlog'
+8305 [2020-03-22 16:14:46] /u/justPRECIOUZ had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:16:06] There has been a new submission: 'How to Build a Full Metal PC Enclosure', with flair 'Video Critique'
+8305 [2020-03-22 16:16:07] /u/estebanSannin had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:17:46] There has been a new submission: 'The Ultimate Jalapeno Popper Cheeseburger', with flair 'Thumbnail Review'
+8305 [2020-03-22 16:17:47] /u/JohnnyEscape had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:18:39] '/u/The_Suited_Bird' has given '/u/Nicktism_Gaming' lambda!
+8305 [2020-03-22 16:18:40] The OP received lambda too!
+8305 [2020-03-22 16:19:15] '/u/The_Suited_Bird' has given '/u/NiceGuyMarek' lambda!
+8305 [2020-03-22 16:19:19] There has been a new submission: 'Someone joined the Discord Voice chat at the perfect time! (Rainbow Six Siege)', with flair 'Gaming'
+8305 [2020-03-22 16:19:20] /u/Faavaro had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:19:41] '/u/SelendineMcHerb' has given '/u/olisterw' lambda!
+8305 [2020-03-22 16:19:41] The OP received lambda too!
+8305 [2020-03-22 16:20:12] There has been a new submission: 'Hey guys! Would really love some feedback on my new video for game streaming service 'ANTSTREAM' **Will Give Lambda for Constructive Feedback**', with flair 'Video Critique'
+8305 [2020-03-22 16:20:51] There has been a new submission: 'My Guitar channel - open to any advise and feedback. Already had great feedback on lighting ect. and colour grading- I'll be releasing an ebook soon with lots of pentatonic licks in different styles and genre's and loads more videos if your at all interested too', with flair 'Channel Review'
+8305 [2020-03-22 16:26:56] There has been a new submission: 'SELF ABSORBED? DUMB? SUPERHERO? - BuzzFeed Knows it All (pt 4 of the Saga) /// How to improve avarage watch time??? ///', with flair 'Video Critique'
+8305 [2020-03-22 16:27:30] There has been a new submission: 'I made my 2nd video in over 5 months of not uploading! Tell me what you think (GoAnimate videos shouldnt exist)', with flair 'Channel Review'
+8305 [2020-03-22 16:29:22] '/u/Sean_Double_J' has given '/u/MasterofRevels' lambda!
+8305 [2020-03-22 16:31:11] '/u/Sean_Double_J' has given '/u/BoomBabyDaggers' lambda!
+8305 [2020-03-22 16:35:45] '/u/The_Suited_Bird' has given '/u/Skedwii' lambda!
+8305 [2020-03-22 16:35:52] There has been a new submission: 'SWIMMING WITH PIGS - BAHAMAS (Rose Island)', with flair 'Vlog'
+8305 [2020-03-22 16:35:53] /u/Aneedels had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:36:46] '/u/heyiamandrew' has given '/u/core2003' lambda!
+8305 [2020-03-22 16:36:53] There has been a new submission: 'My channel is dedicated to original orchestral and piano compositions (most of which are free to use; just ask me about specific pieces and then credit me!) This is a solo piano piece titled "Morning Fog." I tried out making a video recording so you can watch me perform the piece. Hope you enjoy!', with flair 'Video Critique'
+8305 [2020-03-22 16:37:30] '/u/heyiamandrew' has given '/u/ShiniestZoroark' lambda!
+8305 [2020-03-22 16:40:52] '/u/heyiamandrew' has given '/u/R_Hanna' lambda!
+8305 [2020-03-22 16:41:22] There has been a new submission: 'NEVER Play This Minecraft Map At NIGHT.... (WARNING)', with flair 'Gaming'
+8305 [2020-03-22 16:41:41] There has been a new submission: 'How’s Everyone’s Channel Doing!!', with flair 'Discussion'
+8305 [2020-03-22 16:46:24] There has been a new submission: 'Jack Sparrow in present day! (Appreciate any video and channel feedback)', with flair 'Channel Review'
+8305 [2020-03-22 16:49:20] There has been a new submission: 'My twist on the Eating food for 24 hours challenge videos (Giving lambda for quality feedback)', with flair 'Video Critique'
+8305 [2020-03-22 16:49:49] There has been a new submission: 'Gaming Channel Feedback! SIEGE BOYS', with flair 'Channel Review'
+8305 [2020-03-22 16:49:49] /u/Robsterville1 had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:50:20] There has been a new submission: 'Do you guys have any helpful tips for my gaming channel? Here's my latest video.', with flair 'Gaming'
+8305 [2020-03-22 16:54:00] '/u/vitality108' has given '/u/Skedwii' lambda!
+8305 [2020-03-22 16:54:01] The OP received lambda too!
+8305 [2020-03-22 16:56:22] There has been a new submission: 'I am a very small startup tuber with a decent setup, I specialize in gaming, pc culture, and the such. I would love any constructive criticism to help me improve my content.', with flair 'Gaming'
+8305 [2020-03-22 16:56:23] /u/SupBr0sk1 had their submission removed for insufficient lambda.
+8305 [2020-03-22 16:57:47] There has been a new submission: 'looking for video critique of my weekly updates and what i could do to keep them interesting each week!', with flair 'Video Critique'
+8305 [2020-03-22 16:58:02] There has been a new submission: '[Video]DOOM ETERNAL Walkthrough Gameplay Part 2 - Exultia', with flair 'Gaming'
+8305 [2020-03-22 16:58:03] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+8305 [2020-03-22 17:03:55] '/u/The_Suited_Bird' has given '/u/KingOberon13' lambda!
+8305 [2020-03-22 17:05:17] '/u/The_Suited_Bird' has given '/u/stlo0309' lambda!
+8305 [2020-03-22 17:06:41] '/u/The_Suited_Bird' has given '/u/addanow' lambda!
+8305 [2020-03-22 17:08:34] '/u/The_Suited_Bird' has given '/u/whataboi_rd' lambda!
+8305 [2020-03-22 17:09:20] '/u/The_Suited_Bird' has given '/u/vitality108' lambda!
+8305 [2020-03-22 17:09:53] '/u/The_Suited_Bird' has given '/u/Dimblfully' lambda!
+8305 [2020-03-22 17:12:16] There has been a new submission: 'POV Street Photography In Washington DC', with flair 'Vlog'
+8305 [2020-03-22 17:12:18] /u/menjivar003 had their submission removed for insufficient lambda.
+8305 [2020-03-22 17:24:28] There has been a new submission: 'Robotics Tutorials - Spider Robot using Arduino', with flair 'Vlog'
+8305 [2020-03-22 17:24:30] /u/balt1794 had their submission removed for insufficient lambda.
+8305 [2020-03-22 17:28:18] '/u/chsmntnstudios' has given '/u/KenshinARTIST' lambda!
+8305 [2020-03-22 17:33:01] There has been a new submission: 'I was hoping to film during the day but this bastard virus put a stop to that.', with flair 'Discussion'
+8305 [2020-03-22 17:37:25] There has been a new submission: 'Finally reach 100 subs', with flair 'Discussion'
+8305 [2020-03-22 17:40:33] There has been a new submission: 'Stories squared looking for some help. thank you .', with flair 'Video Critique'
+8305 [2020-03-22 17:42:02] There has been a new submission: 'Zcould I get some feedback on my channel?', with flair 'Channel Review'
+8305 [2020-03-22 17:42:04] /u/mangrul had their submission removed for insufficient lambda.
+8305 [2020-03-22 17:47:51] '/u/ColinMcGraw' has given '/u/gontovnik' lambda!
+8305 [2020-03-22 17:59:35] There has been a new submission: 'So I have recently been trying my hardest to improve my videos and my quality in general across the board. I’m proud of this video and would appreciate any constructive criticism! Thanks', with flair 'Video Critique'
+8305 [2020-03-22 18:05:18] '/u/Pandorath_Feryk' has given '/u/mangrul' lambda!
+8502 [2020-03-22 18:07:23]
+####################
+[2020-03-22 18:07:23] RESTARTED
+####################
+
+8502 [2020-03-22 18:08:24] '/u/MusicHub123' has given '/u/Skedwii' lambda!
+8502 [2020-03-22 18:08:24] The OP received lambda too!
+8502 [2020-03-22 18:13:17] There has been a new submission: '"One Virus, One Chance to Listen" - Inspire Hope During COVID-19', with flair 'Video Critique'
+8502 [2020-03-22 18:21:50] There has been a new submission: 'Hello, YouTubers. I made my very first YouTube video today, I'd love to hear your opinions. My goal is to, not get 2384628674 subscribers, (at all), but to at least make one person more knowledgeable about the topic in my video. (If you smile too, that's an extra bonus). Thanks for checking it out!', with flair 'Gaming'
+8502 [2020-03-22 18:21:52] /u/CreatedShadow had their submission removed for insufficient lambda.
+8502 [2020-03-22 18:22:05] There has been a new submission: '[Collab] VRChat RP (casual RP) YouTuber Group Recruiting! New YouTubers are welcome!', with flair 'Collab'
+8502 [2020-03-22 18:24:22] There has been a new submission: 'Hello, YouTubers. I made my very first YouTube video today, I'd love to hear your opinions. My goal is to, not get 2384628674 subscribers, (at all), but to at least make one person more knowledgeable about the topic in my video. (If you smile too, that's an extra bonus). Thanks for checking it out!', with flair 'Gaming'
+8502 [2020-03-22 18:24:24] /u/CreatedShadow had their submission removed for insufficient lambda.
+8502 [2020-03-22 18:28:01] There has been a new submission: 'Giving lambda for any feedback on my newest Animal Crossing video! First time trying this meme style of editing so let me know how I can improve.', with flair 'Video Critique'
+8502 [2020-03-22 18:28:02] /u/Gaming_Soup had their submission removed for insufficient lambda.
+8502 [2020-03-22 18:37:17] There has been a new submission: 'Naruto: Slugfest (SEA) 3D OPEN WORLD MMORPG (Android/IOS)', with flair 'Gaming'
+8502 [2020-03-22 18:37:18] /u/joycevlogs had their submission removed for insufficient lambda.
+8502 [2020-03-22 18:54:27] There has been a new submission: 'Can y’all please please subscribe to my YouTube. I post bangers', with flair 'None'
+8502 [2020-03-22 18:54:29] /u/MarshunJr had their submission removed for insufficient lambda.
+8502 [2020-03-22 18:58:51] There has been a new submission: '⭐Minecraft Night Hunt Modpack (mobs, weapons, nostalgia craft, technic pack,shaders)', with flair 'Gaming'
+8502 [2020-03-22 18:58:51] /u/Krieger9P had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:00:53] There has been a new submission: 'I'm new in the montage world , any tips 😯', with flair 'Gaming'
+8502 [2020-03-22 19:00:55] /u/M2dao had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:01:07] There has been a new submission: 'My second video, Detroit-Style Pizza! Looking for any feedback I can get.', with flair 'Video Critique'
+8502 [2020-03-22 19:01:10] /u/Zabiha_ had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:01:17] There has been a new submission: 'I did an short edit of this', with flair 'None'
+8502 [2020-03-22 19:01:19] /u/RydexOddloopReddit had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:03:58] There has been a new submission: 'I got copyright claimed but whatever, I liked the video. Give me some feedbacks please.', with flair 'Video Critique'
+8502 [2020-03-22 19:06:19] There has been a new submission: 'I REVEAL MY FRIDGE', with flair 'Channel Review'
+8502 [2020-03-22 19:06:20] /u/juujuuuujj had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:06:42] '/u/Jimminycrickets411' has given '/u/sambarlien' lambda!
+8502 [2020-03-22 19:18:44] '/u/R_Hanna' has given '/u/Gaming_Soup' lambda!
+8502 [2020-03-22 19:18:45] The OP received lambda too!
+8502 [2020-03-22 19:19:18] '/u/R_Hanna' has given '/u/sambarlien' lambda!
+8502 [2020-03-22 19:20:11] There has been a new submission: 'My goodfellas review, if you liked this one there’s a lot more on the channel!', with flair 'Channel Review'
+8502 [2020-03-22 19:20:14] /u/jacobbick10 had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:22:56] There has been a new submission: 'Giving lambda to any feedback on my newest video (the animal crossing one)! First time trying meme style edits so let me know how I can improve.', with flair 'Video Critique'
+8502 [2020-03-22 19:23:08] '/u/TheButtsNutts' has given '/u/sambarlien' lambda!
+8502 [2020-03-22 19:27:06] There has been a new submission: 'Looking for channels to HONESTLY review', with flair 'Collab'
+8502 [2020-03-22 19:28:53] There has been a new submission: 'Sexiest man alive', with flair 'None'
+8502 [2020-03-22 19:28:54] /u/Lukem1237 had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:30:03] There has been a new submission: 'New video', with flair 'Gaming'
+8502 [2020-03-22 19:30:06] /u/CactusBrain_YT had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:34:11] There has been a new submission: 'Are you Social Distancing as a result of COVID-19?', with flair 'Vlog'
+8502 [2020-03-22 19:34:13] /u/JoeCaviston had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:36:54] '/u/The_Suited_Bird' has given '/u/heyiamandrew' lambda!
+8502 [2020-03-22 19:37:33] '/u/The_Suited_Bird' has given '/u/sohomcena' lambda!
+8502 [2020-03-22 19:41:51] '/u/The_Suited_Bird' has given '/u/Rizmin' lambda!
+8502 [2020-03-22 19:42:40] '/u/ForkNsp00n' has given '/u/ParkerWillard' lambda!
+8502 [2020-03-22 19:42:40] The OP received lambda too!
+8502 [2020-03-22 19:43:39] There has been a new submission: 'I tried playing osu on a hard level for the first time', with flair 'Gaming'
+8502 [2020-03-22 19:43:41] /u/erololx had their submission removed for insufficient lambda.
+8502 [2020-03-22 19:50:10] '/u/The_Suited_Bird' has given '/u/JeremyTanTheMagic' lambda!
+8502 [2020-03-22 19:52:37] '/u/MasterofRevels' has given '/u/vitality108' lambda!
+8502 [2020-03-22 19:52:37] The OP received lambda too!
+8502 [2020-03-22 19:53:11] '/u/MasterofRevels' has given '/u/chsmntnstudios' lambda!
+8502 [2020-03-22 19:54:03] '/u/MasterofRevels' has given '/u/heyiamandrew' lambda!
+8502 [2020-03-22 19:55:31] There has been a new submission: 'Hey guys hope you’re all staying healthy! I was hoping you could all give me some feedback on my latest video? Thanks so much! Enjoy :)', with flair 'Video Critique'
+8502 [2020-03-22 19:55:32] /u/AddieBowleyYT had their submission removed for insufficient lambda.
+8502 [2020-03-22 20:01:59] There has been a new submission: 'Samsung Galaxy M51 Penta-Rear Camera, Official Look, Price, Launch Date, Features, Specs, Leaks[Channel Review]', with flair 'Video Critique'
+8502 [2020-03-22 20:02:01] /u/Vids_4u had their submission removed for insufficient lambda.
+8502 [2020-03-22 20:02:17] There has been a new submission: 'Exploring a giant abandoned hospital. If you critique my video, I will critique yours.', with flair 'Video Critique'
+8502 [2020-03-22 20:02:20] /u/kevaux had their submission removed for insufficient lambda.
+8502 [2020-03-22 20:05:33] '/u/The_Suited_Bird' has given '/u/Xerionix' lambda!
+8502 [2020-03-22 20:06:43] '/u/The_Suited_Bird' has given '/u/sambarlien' lambda!
+8639 [2020-03-22 20:07:23]
+####################
+[2020-03-22 20:07:23] RESTARTED
+####################
+
+8639 [2020-03-22 20:08:24] '/u/mattfaris' has given '/u/KillCaptcha' lambda!
+8639 [2020-03-22 20:08:25] The OP received lambda too!
+8639 [2020-03-22 20:08:30] '/u/olisterw' has given '/u/ParkerWillard' lambda!
+8639 [2020-03-22 20:08:30] The OP received lambda too!
+8639 [2020-03-22 20:08:35] '/u/The_Suited_Bird' has given '/u/_NGaming_' lambda!
+8639 [2020-03-22 20:08:41] '/u/The_Suited_Bird' has given '/u/AddieBowleyYT' lambda!
+8639 [2020-03-22 20:08:45] There has been a new submission: 'I documented Vlogging in Public Everyday to get over my fear of vlogging in public', with flair 'Vlog'
+8639 [2020-03-22 20:08:46] /u/apakistaniabroad had their submission removed for insufficient lambda.
+8639 [2020-03-22 20:08:51] '/u/olisterw' has given '/u/juujuuuujj' lambda!
+8639 [2020-03-22 20:09:05] '/u/olisterw' has given '/u/ceilingnoodles69' lambda!
+8639 [2020-03-22 20:12:02] There has been a new submission: 'I read the saddest thing ever! I will be giving you guys lambda for proper feedback!', with flair 'Video Critique'
+8639 [2020-03-22 20:13:23] There has been a new submission: 'Advice for growing with two niches?', with flair 'Discussion'
+8639 [2020-03-22 20:15:14] '/u/Homest4r' has given '/u/ParkerWillard' lambda!
+8639 [2020-03-22 20:15:14] The OP received lambda too!
+8639 [2020-03-22 20:16:27] There has been a new submission: 'Running out of Food - Life in the Madrid Quarantine - Plague Diaries', with flair 'Video Critique'
+8639 [2020-03-22 20:17:19] There has been a new submission: 'A Bong & Quarantine', with flair 'Vlog'
+8639 [2020-03-22 20:17:20] /u/curdlemeyurgle had their submission removed for insufficient lambda.
+8639 [2020-03-22 20:22:00] '/u/Rolypoly_Cats' has given '/u/thePaperBagman12' lambda!
+8639 [2020-03-22 20:22:28] '/u/Rolypoly_Cats' has given '/u/midget-hunter' lambda!
+8639 [2020-03-22 20:22:42] '/u/Rolypoly_Cats' has given '/u/Lotad38' lambda!
+8639 [2020-03-22 20:23:02] '/u/Rolypoly_Cats' has given '/u/zoobylive' lambda!
+8639 [2020-03-22 20:23:19] '/u/Rolypoly_Cats' has given '/u/ShiniestZoroark' lambda!
+8639 [2020-03-22 20:23:29] '/u/mattfaris' has given '/u/mischapannell' lambda!
+8639 [2020-03-22 20:25:43] '/u/RoboOggy' has given '/u/IrreverentMan' lambda!
+8639 [2020-03-22 20:25:43] The OP received lambda too!
+8639 [2020-03-22 20:30:56] '/u/mattfaris' has given '/u/Dimblfully' lambda!
+8639 [2020-03-22 20:33:39] '/u/The_Suited_Bird' has given '/u/RoboOggy' lambda!
+8639 [2020-03-22 20:38:52] '/u/RoboOggy' has given '/u/ceilingnoodles69' lambda!
+8639 [2020-03-22 20:57:57] There has been a new submission: 'Well hey there gamers. I made a video on what to do if youre bored while in this stupid quarantine. I would really appreciate it if you told me what you think about it and if you find it funny :)', with flair 'Video Critique'
+8639 [2020-03-22 20:57:59] /u/SucculentPenguino had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:02:46] There has been a new submission: '{COSMOPOLITAN LAS VEGAS } TERRACE STUDIO | FOUNTAIN VIEW', with flair 'Channel Review'
+8639 [2020-03-22 21:02:48] /u/iamdestinymonique had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:03:17] There has been a new submission: 'This is my first vlog video, i would appreciate any help/comments on how i could improve', with flair 'Vlog'
+8639 [2020-03-22 21:03:19] /u/RYANBURNSYT had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:07:01] There has been a new submission: 'New video is out enjoy 19 lill solo squad', with flair 'Gaming'
+8639 [2020-03-22 21:07:03] /u/Shadowboiii7 had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:12:29] There has been a new submission: 'Doom Eternal', with flair 'Gaming'
+8639 [2020-03-22 21:12:31] /u/jk47istaken had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:17:14] There has been a new submission: 'O.G. Smack - Warning Shot (Album Single) 2020 (My first Official Track)', with flair 'Video Critique'
+8639 [2020-03-22 21:17:16] /u/xekuter had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:18:24] There has been a new submission: 'Preventive measures of coronavirus in hindi (whiteboard animation) Do watch guys & share your thoughts. Thank you', with flair 'Discussion'
+8639 [2020-03-22 21:18:25] /u/TryToLearn88 had their submission removed for using the wrong flair.
+8639 [2020-03-22 21:33:42] '/u/BetaBradTv' has given '/u/Nicholas_Pickolaus' lambda!
+8639 [2020-03-22 21:33:42] The OP received lambda too!
+8639 [2020-03-22 21:34:01] '/u/BetaBradTv' has given '/u/drewiie' lambda!
+8639 [2020-03-22 21:39:04] '/u/kevaux' has given '/u/AnTomulous' lambda!
+8639 [2020-03-22 21:39:05] The OP received lambda too!
+8639 [2020-03-22 21:42:08] '/u/R_Hanna' has given '/u/BetaBradTv' lambda!
+8639 [2020-03-22 21:44:47] '/u/MattEssYT' has given '/u/twinarmeduka' lambda!
+8639 [2020-03-22 21:44:47] The OP received lambda too!
+8639 [2020-03-22 21:46:01] '/u/olisterw' has given '/u/Scwongster321' lambda!
+8639 [2020-03-22 21:46:09] There has been a new submission: 'A Christmas Special that I did but I would still like to hear what you guys think! All feedback will be given lambda or if you leave a comment on the video. Thanks :)', with flair 'Video Critique'
+8639 [2020-03-22 21:50:00] '/u/mitsuboy' has given '/u/Scwongster321' lambda!
+8639 [2020-03-22 21:50:00] The OP received lambda too!
+8639 [2020-03-22 21:50:38] There has been a new submission: 'Is Kanye Destroying His Career? Giving lambda for feedback!', with flair 'Video Critique'
+8639 [2020-03-22 21:54:17] '/u/R_Hanna' has given '/u/Avengon' lambda!
+8639 [2020-03-22 21:56:12] '/u/TheZeek245' has given '/u/anglo_xp' lambda!
+8639 [2020-03-22 21:58:06] There has been a new submission: 'Sub to me on ifunny', with flair 'Channel Review'
+8639 [2020-03-22 21:58:07] /u/DaddyDogeGames-_- had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:58:35] There has been a new submission: 'Looking for some honest critique of my cooking video', with flair 'Video Critique'
+8639 [2020-03-22 21:58:36] /u/dided had their submission removed for insufficient lambda.
+8639 [2020-03-22 21:58:53] There has been a new submission: '(Discussion) Making a new server', with flair 'Discussion'
+8639 [2020-03-22 22:02:44] There has been a new submission: 'Just hit 1k subs on my channel. It really means the world to me. And I know that’s a cliche thing to say. So i wanted to get really personal and deep and explain why it really does means the world to me.', with flair 'Vlog'
+8639 [2020-03-22 22:02:46] /u/Zephick had their submission removed for insufficient lambda.
+8844 [2020-03-22 22:07:23]
+####################
+[2020-03-22 22:07:23] RESTARTED
+####################
+
+8844 [2020-03-22 22:08:40] There has been a new submission: 'It's official, new equipment and my channel's under review for partnership with an important business partner. It's shameful, but I've been struggling to get good videos out. Advice is needed, as always, and lambda for any good advice / critiques. You guys have helped us so much. Thank you.', with flair 'Video Critique'
+8844 [2020-03-22 22:12:34] '/u/Lotad38' has given '/u/BetaBradTv' lambda!
+8844 [2020-03-22 22:12:34] The OP received lambda too!
+8844 [2020-03-22 22:13:07] '/u/The_Suited_Bird' has given '/u/Scwongster321' lambda!
+8844 [2020-03-22 22:13:30] '/u/The_Suited_Bird' has given '/u/justtopcho' lambda!
+8844 [2020-03-22 22:16:26] There has been a new submission: 'My channel have less than 48H, and im looking for feedback or collabs (or anything) to improve it.', with flair 'Gaming'
+8844 [2020-03-22 22:16:27] /u/PepitoPregunton had their submission removed for insufficient lambda.
+8844 [2020-03-22 22:21:08] '/u/ansmike' has given '/u/BetaBradTv' lambda!
+8844 [2020-03-22 22:21:08] The OP received lambda too!
+8844 [2020-03-22 22:21:22] '/u/Scwongster321' has given '/u/Zabiha_' lambda!
+8844 [2020-03-22 22:21:22] The OP received lambda too!
+8844 [2020-03-22 22:26:05] There has been a new submission: 'I was contacted by a small movie distribution company and was asked to review a couple movies for them. I said yes and this is my first review for them. It's for a movie called 'Turnabout' Check out my review for it here! As Always let me know what I can improve!', with flair 'Video Critique'
+8844 [2020-03-22 22:26:29] There has been a new submission: 'Here’s something for you guys to watch while locked down, hour long podcast, all feedback is welcome just drop in comments', with flair 'Video Critique'
+8844 [2020-03-22 22:26:31] /u/Aviral_c22 had their submission removed for insufficient lambda.
+8844 [2020-03-22 22:26:55] '/u/Arrrash' has given '/u/Quasimodo98' lambda!
+8844 [2020-03-22 22:26:55] The OP received lambda too!
+8844 [2020-03-22 22:27:24] '/u/Arrrash' has given '/u/Low-Reply' lambda!
+8844 [2020-03-22 22:32:45] There has been a new submission: 'My second video! Let me know what you think.', with flair 'Video Critique'
+8844 [2020-03-22 22:35:38] There has been a new submission: 'i didnt do as much editing as i normaly do in this one but i still like the way it came out ( i was also very tired when i made this) any critiques', with flair 'Gaming'
+8844 [2020-03-22 22:37:25] There has been a new submission: 'I will review the first 4 channels commenting below.', with flair 'Channel Review'
+8844 [2020-03-22 22:38:59] There has been a new submission: 'Fun self-reflection exercise - understanding our YouTube Analytics', with flair 'Discussion'
+8844 [2020-03-22 22:40:29] There has been a new submission: 'Ice Water Prank on Brother| ThatBoyTim', with flair 'Video Critique'
+8844 [2020-03-22 22:40:31] /u/ThatBoyTim_ had their submission removed for insufficient lambda.
+8844 [2020-03-22 22:45:38] '/u/Lotad38' has given '/u/ngeruma' lambda!
+8844 [2020-03-22 22:51:22] '/u/BetaBradTv' has given '/u/Lotad38' lambda!
+8844 [2020-03-22 22:51:22] The OP received lambda too!
+8844 [2020-03-22 22:51:32] There has been a new submission: 'Roblox Arsenal Gameplay - New Update?! - Roblox CSGO Minigame?', with flair 'Gaming'
+8844 [2020-03-22 22:51:34] /u/Edduk98 had their submission removed for insufficient lambda.
+8844 [2020-03-22 22:52:22] '/u/MattEssYT' has given '/u/Adzic254' lambda!
+8844 [2020-03-22 22:52:53] There has been a new submission: '[Video Review] Some dental facts to end your week right XD hope it was helpful~ and feedback would be very appreciated, thank you !!', with flair 'Video Critique'
+8844 [2020-03-22 22:58:35] There has been a new submission: 'Trying to post a Skateboarding video every day', with flair 'Vlog'
+8844 [2020-03-22 22:58:36] /u/yupadooda had their submission removed for insufficient lambda.
+8844 [2020-03-22 23:03:14] There has been a new submission: 'The Microsoft Store is Cursed!', with flair 'Gaming'
+8844 [2020-03-22 23:03:16] /u/FineManYT had their submission removed for insufficient lambda.
+8844 [2020-03-22 23:03:31] There has been a new submission: 'Hi people, here’s an interesting fun video to watch while at home! I hope you enjoy the video and I hope my video makes quarantaine less boring! Thank you so much if you like my video it means so much to me and I’m working really hard on my videos!', with flair 'Vlog'
+8844 [2020-03-22 23:03:33] /u/kenanzulovic had their submission removed for insufficient lambda.
+8844 [2020-03-22 23:06:44] '/u/TheBubbleE1' has given '/u/Zabiha_' lambda!
+8844 [2020-03-22 23:06:44] The OP received lambda too!
+8844 [2020-03-22 23:07:38] '/u/PonjiNinja' has given '/u/AddieBowleyYT' lambda!
+8844 [2020-03-22 23:07:38] The OP received lambda too!
+8844 [2020-03-22 23:10:59] '/u/PonjiNinja' has given '/u/Zabiha_' lambda!
+8844 [2020-03-22 23:12:35] There has been a new submission: 'NEW VLOGGERS!!!!', with flair 'Vlog'
+8844 [2020-03-22 23:12:37] /u/mikeyamke had their submission removed for insufficient lambda.
+8844 [2020-03-22 23:14:26] '/u/PonjiNinja' has given '/u/olisterw' lambda!
+8844 [2020-03-22 23:17:20] '/u/PonjiNinja' has given '/u/RunningIntoBedlem' lambda!
+8844 [2020-03-22 23:19:37] '/u/PonjiNinja' has given '/u/Skedwii' lambda!
+8844 [2020-03-22 23:20:53] '/u/PonjiNinja' has given '/u/NiceGuyMarek' lambda!
+8844 [2020-03-22 23:22:29] '/u/PonjiNinja' has given '/u/73windman' lambda!
+8844 [2020-03-22 23:22:57] There has been a new submission: 'I’m really trying to craft my channel to have a certain look and consistency. I make my own original music, do skits, music styles videos, and regular music videos. Please, let me know what you think. I could use the feedback.', with flair 'Video Critique'
+8844 [2020-03-22 23:23:00] /u/rafeeo had their submission removed for insufficient lambda.
+8844 [2020-03-22 23:27:03] '/u/PonjiNinja' has given '/u/KingOberon13' lambda!
+8844 [2020-03-22 23:30:22] '/u/The_Suited_Bird' has given '/u/dided' lambda!
+8844 [2020-03-22 23:31:19] '/u/PonjiNinja' has given '/u/Dimblfully' lambda!
+8844 [2020-03-22 23:31:33] '/u/The_Suited_Bird' has given '/u/catlessdog' lambda!
+8844 [2020-03-22 23:32:12] '/u/PonjiNinja' has given '/u/George_Doors' lambda!
+8844 [2020-03-22 23:34:09] '/u/PonjiNinja' has given '/u/heyiamandrew' lambda!
+8844 [2020-03-22 23:34:46] '/u/PonjiNinja' has given '/u/Adzic254' lambda!
+8844 [2020-03-22 23:38:03] '/u/PonjiNinja' has given '/u/undeadsentinel' lambda!
+8844 [2020-03-22 23:39:37] '/u/vitality108' has given '/u/AddieBowleyYT' lambda!
+8844 [2020-03-22 23:39:37] The OP received lambda too!
+8844 [2020-03-22 23:40:15] '/u/vitality108' has given '/u/BetaBradTv' lambda!
+8844 [2020-03-22 23:44:29] There has been a new submission: 'Final Fantasy VII - One JRPG A Month. So this year I'm beating one jrpg every month. I'd love any feedback on this video :)', with flair 'Video Critique'
+8844 [2020-03-22 23:52:15] There has been a new submission: '☢ Fallout 76 🤯 | Nuke Launched, Queen Incoming | ⚛', with flair 'Gaming'
+8844 [2020-03-22 23:55:24] There has been a new submission: 'If you like poetry and asmr you may enjoy this video i just posted!', with flair 'Art'
+8844 [2020-03-22 23:55:26] /u/zarafall had their submission removed for insufficient lambda.
+8844 [2020-03-23 00:00:31] There has been a new submission: 'hey just uploaded this pls show some love and critique me on my flaws, as i am just starting with the editing so want to get better. Help me get to 20 subs too? tehe jk unless maybe?', with flair 'Video Critique'
+8844 [2020-03-23 00:01:00] There has been a new submission: 'My views are really going down and I don't really know what to do like they were never great but...', with flair 'Vlog'
+8844 [2020-03-23 00:01:03] /u/sub2pewdsm8 had their submission removed for insufficient lambda.
+8844 [2020-03-23 00:01:56] '/u/The_Suited_Bird' has given '/u/SteelHockey' lambda!
+8844 [2020-03-23 00:06:54] There has been a new submission: 'I got betrayed lol...check it out guys and rate my channel out of 10! Feel free to suggest improvements! Thanks!', with flair 'Channel Review'
+8844 [2020-03-23 00:06:55] /u/honimurah1234 had their submission removed for insufficient lambda.
+9072 [2020-03-23 00:07:24]
+####################
+[2020-03-23 00:07:24] RESTARTED
+####################
+
+9072 [2020-03-23 00:13:56] '/u/turtlezgomoo' has given '/u/Pestarklo' lambda!
+9072 [2020-03-23 00:13:56] The OP received lambda too!
+9072 [2020-03-23 00:23:27] '/u/KingOberon13' has given '/u/FilmPositivity' lambda!
+9072 [2020-03-23 00:23:27] The OP received lambda too!
+9072 [2020-03-23 00:23:43] There has been a new submission: '[Collab] Group looking for members!', with flair 'Collab'
+9072 [2020-03-23 00:29:39] There has been a new submission: 'My latest video is on some Tips and Hacks for Home-Recording! Particularly geared towards educators who might not have all their tools, since we're all isolating and teaching remotely. Hope this can help you too! Feedback always welcome :)', with flair 'Video Critique'
+9072 [2020-03-23 00:31:58] There has been a new submission: 'Can we get some feedback on our comedy sketch about quaranting?', with flair 'Discussion'
+9072 [2020-03-23 00:32:01] /u/JokingSeriously4 had their submission removed for using the wrong flair.
+9072 [2020-03-23 00:33:06] '/u/Gaming_Soup' has given '/u/StameLame' lambda!
+9072 [2020-03-23 00:33:06] The OP received lambda too!
+9072 [2020-03-23 00:38:41] There has been a new submission: 'Need Help! What do I Fill in for the Title and Company Name to enable Super Chat?', with flair 'Discussion'
+9072 [2020-03-23 00:43:51] There has been a new submission: 'Trying to get to 100 subs by May. It would mean so much for you to subscribe', with flair 'Video Critique'
+9072 [2020-03-23 00:43:53] /u/woozy-aspect had their submission removed for insufficient lambda.
+9072 [2020-03-23 00:44:27] There has been a new submission: 'FUN Activities at Home During Quarantine', with flair 'Discussion'
+9072 [2020-03-23 00:44:29] /u/KadeCooks had their submission removed for using the wrong flair.
+9072 [2020-03-23 00:48:33] There has been a new submission: 'I'd like to get your honest opinions on my content', with flair 'Channel Review'
+9072 [2020-03-23 00:48:34] /u/Liick958 had their submission removed for insufficient lambda.
+9072 [2020-03-23 00:56:16] '/u/ForkNsp00n' has given '/u/BetaBradTv' lambda!
+9072 [2020-03-23 00:59:28] '/u/BetaBradTv' has given '/u/LinusStudios' lambda!
+9072 [2020-03-23 01:00:10] There has been a new submission: 'THIS IS WAR!!!', with flair 'Video Critique'
+9072 [2020-03-23 01:00:47] '/u/BetaBradTv' has given '/u/Pestarklo' lambda!
+9072 [2020-03-23 01:01:25] There has been a new submission: 'Easy DIY Phone stand with Charging cable!', with flair 'Video Critique'
+9072 [2020-03-23 01:04:25] There has been a new submission: '❤️ Philippines News and Information "LIVE UPDATE TODAY" March 23 2020 | ...', with flair 'Channel Review'
+9072 [2020-03-23 01:04:27] /u/amazon1977 had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:05:17] There has been a new submission: 'Hey guys! I was hoping you could take a minute out of your day and check out my video and give me your thoughts :) thank you so much! Stay healthy!', with flair 'Video Critique'
+9072 [2020-03-23 01:09:25] There has been a new submission: 'iPhone 11 Pro: 2020 Review 6 Months Later | Constructive Criticism is Welcome!', with flair 'Video Critique'
+9072 [2020-03-23 01:09:25] /u/Canriel had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:13:43] There has been a new submission: 'On this YouTube Channel I post pranks, public interviews and challenges Subscribe and help me get to 2000 subscribers.. “SHARE”| Channel Review', with flair 'Channel Review'
+9072 [2020-03-23 01:13:45] /u/ThatBoyTim_ had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:17:49] There has been a new submission: 'Can I get some feedback on this video?', with flair 'Video Critique'
+9072 [2020-03-23 01:17:50] /u/DavidBowieFan42 had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:18:49] '/u/PonjiNinja' has given '/u/LinusStudios' lambda!
+9072 [2020-03-23 01:19:31] '/u/BetaBradTv' has given '/u/dzondi92' lambda!
+9072 [2020-03-23 01:21:31] There has been a new submission: 'Truth or Dab | Burnt Ones (How can I make this video better?)', with flair 'Video Critique'
+9072 [2020-03-23 01:21:33] /u/fliptheflip1 had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:22:41] There has been a new submission: 'Advice on recording with a smartphone', with flair 'Discussion'
+9072 [2020-03-23 01:26:58] There has been a new submission: 'I am posting my new video tomorrow! I play some of the witches house. Please Share and subscribe!', with flair 'Gaming'
+9072 [2020-03-23 01:27:00] /u/LungeeFox had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:27:10] There has been a new submission: 'Honest Review.', with flair 'Channel Review'
+9072 [2020-03-23 01:27:17] There has been a new submission: 'In your experience did you grow from instagram and if so how did people find your instagram', with flair 'Discussion'
+9072 [2020-03-23 01:29:12] There has been a new submission: 'Hi guys, please critique my latest Hollow Knight - How to Beat.. video. After previous feedback, I've tried to improve the intro and editing some. Let me know your thoughts. Appreciate it 👍', with flair 'Video Critique'
+9072 [2020-03-23 01:33:23] There has been a new submission: 'So I lost my previous video file. I made this instead and I need your help to learn from this experience.', with flair 'Video Critique'
+9072 [2020-03-23 01:43:56] There has been a new submission: 'All The Food We Ate In Bosnia and Croatia(FOOD ADVENTURE) [Channel Review]', with flair 'Channel Review'
+2316 [2020-03-23 01:44:10] Updated statistics
+9072 [2020-03-23 01:49:41] There has been a new submission: 'Please give me your honest opinion on my new video, and I’ll try to give lamba out.', with flair 'None'
+9072 [2020-03-23 01:54:00] The moderator /u/shohamc1 has given /u/Frooosty 1λ. /u/Frooosty now has 5λ.
+9072 [2020-03-23 01:56:03] '/u/MasterofRevels' has given '/u/twinarmeduka' lambda!
+9072 [2020-03-23 01:56:25] '/u/The_Suited_Bird' has given '/u/LiteralPhrasing' lambda!
+9072 [2020-03-23 01:56:33] There has been a new submission: 'Diver go all crazy in front of a whale shark', with flair 'Video Critique'
+9072 [2020-03-23 01:56:34] /u/Brunovideos17 had their submission removed for insufficient lambda.
+9072 [2020-03-23 01:57:45] '/u/The_Suited_Bird' has given '/u/undeadsentinel' lambda!
+9072 [2020-03-23 01:59:30] '/u/Illfury' has given '/u/Canriel' lambda!
+9072 [2020-03-23 01:59:30] The OP received lambda too!
+9210 [2020-03-23 02:07:24]
+####################
+[2020-03-23 02:07:24] RESTARTED
+####################
+
+9210 [2020-03-23 02:09:23] There has been a new submission: 'Dancakentay', with flair 'Vlog'
+9210 [2020-03-23 02:09:24] /u/huynhdvq had their submission removed for insufficient lambda.
+9210 [2020-03-23 02:11:37] There has been a new submission: 'How to sign out from playstore ID', with flair 'Channel Review'
+9210 [2020-03-23 02:11:39] /u/amazingtechvids had their submission removed for insufficient lambda.
+9210 [2020-03-23 02:13:51] There has been a new submission: 'I have a fashion channel and this week I made a video rating all of Travis $cott’s shoes. Go watch and tell me what you think!', with flair 'Video Critique'
+9210 [2020-03-23 02:13:53] /u/westhelee had their submission removed for insufficient lambda.
+9210 [2020-03-23 02:21:03] '/u/_NGaming_' has given '/u/Sut4su' lambda!
+9210 [2020-03-23 02:21:03] The OP received lambda too!
+9210 [2020-03-23 02:22:38] '/u/Illfury' has given '/u/Lotad38' lambda!
+9210 [2020-03-23 02:22:51] '/u/_NGaming_' has given '/u/Canriel' lambda!
+9210 [2020-03-23 02:29:16] There has been a new submission: 'PLAYING GTA 5 ONLINE FOR THE FIRST TIME (IN 2020) This is my latest video, trying out a green screen for the first time! Lay it on me thick yall lmao. Rewarding that juicy lambda for honest critiques or suggestions. <3 leave me a link to review as well!', with flair 'Gaming'
+9210 [2020-03-23 02:29:17] /u/Jondavis8712 had their submission removed for insufficient lambda.
+9210 [2020-03-23 02:44:48] '/u/NikiProshin' has given '/u/BoomBabyDaggers' lambda!
+9210 [2020-03-23 02:44:49] The OP received lambda too!
+9210 [2020-03-23 02:45:18] '/u/NikiProshin' has given '/u/ceilingnoodles69' lambda!
+9210 [2020-03-23 02:51:53] '/u/AlesEveryday' has given '/u/Canriel' lambda!
+9210 [2020-03-23 02:51:53] The OP received lambda too!
+9210 [2020-03-23 02:53:29] '/u/myogloben' has given '/u/Swindlex' lambda!
+9210 [2020-03-23 02:53:29] The OP received lambda too!
+9210 [2020-03-23 02:53:48] '/u/myogloben' has given '/u/AtownGaming_' lambda!
+9210 [2020-03-23 02:53:57] There has been a new submission: 'iPhone 11 Pro: 2020 Review 6 Months Later | Is It Still Worth Buying? Constructive Criticism welcome!', with flair 'Video Critique'
+9210 [2020-03-23 02:56:12] There has been a new submission: 'HELP!!', with flair 'Video Critique'
+9210 [2020-03-23 02:56:14] /u/codenameyaya had their submission removed for insufficient lambda.
+9210 [2020-03-23 03:02:02] '/u/Illfury' has given '/u/Defiant_Moose' lambda!
+9210 [2020-03-23 03:11:59] '/u/The_Suited_Bird' has given '/u/LinusStudios' lambda!
+9210 [2020-03-23 03:14:37] There has been a new submission: 'Made a video review of the Harley Quinn animated series, looking for some much-needed feedback!', with flair 'Video Critique'
+9210 [2020-03-23 03:22:26] '/u/The_Suited_Bird' has given '/u/Defiant_Moose' lambda!
+9210 [2020-03-23 03:29:38] '/u/Pestarklo' has given '/u/twinarmeduka' lambda!
+9210 [2020-03-23 03:29:38] The OP received lambda too!
+9210 [2020-03-23 03:31:02] '/u/Zabiha_' has given '/u/ibau' lambda!
+9210 [2020-03-23 03:31:02] The OP received lambda too!
+9210 [2020-03-23 03:34:50] '/u/Skedwii' has given '/u/TreeckoBroYT' lambda!
+9210 [2020-03-23 03:34:50] The OP received lambda too!
+9210 [2020-03-23 03:43:04] '/u/Scwongster321' has given '/u/Canriel' lambda!
+9210 [2020-03-23 03:44:37] '/u/Cothfotmeoo' has given '/u/Jondavis8712' lambda!
+9210 [2020-03-23 03:44:38] The OP received lambda too!
+9210 [2020-03-23 03:54:43] '/u/LinusStudios' has given '/u/Canriel' lambda!
+9210 [2020-03-23 03:54:43] The OP received lambda too!
+9210 [2020-03-23 04:02:31] There has been a new submission: 'PLAYING GTA 5 ONLINE FOR THE FIRST TIME (IN 2020) Hey guys! Im looking for some thick and juicy critiques! will be rewarding that delicious lambda to all honest honest critiques :D', with flair 'Gaming'
+9210 [2020-03-23 04:05:51] '/u/KyberQ' has given '/u/ThiccAssClap' lambda!
+9210 [2020-03-23 04:05:51] The OP received lambda too!
+9351 [2020-03-23 04:07:24]
+####################
+[2020-03-23 04:07:24] RESTARTED
+####################
+
+9351 [2020-03-23 04:09:31] '/u/NikiProshin' has given '/u/Magento' lambda!
+9351 [2020-03-23 04:09:31] The OP received lambda too!
+9351 [2020-03-23 04:13:40] There has been a new submission: '"OUTING" - 7TH DAY', with flair 'Vlog'
+9351 [2020-03-23 04:13:42] /u/mekael03 had their submission removed for insufficient lambda.
+9351 [2020-03-23 04:23:01] '/u/shaunyoong' has given '/u/acstomi0212' lambda!
+9351 [2020-03-23 04:23:01] The OP received lambda too!
+9351 [2020-03-23 04:28:42] There has been a new submission: '1 minute -【Speedpaint】 painting practice Ep 3 -', with flair 'Art'
+9351 [2020-03-23 04:40:58] There has been a new submission: 'My videos got so much dislikes randomly. What should I do. Will it hurt the algorithm.', with flair 'Discussion'
+9351 [2020-03-23 04:45:23] '/u/Dylskiii' has given '/u/acstomi0212' lambda!
+9351 [2020-03-23 04:46:16] '/u/Dylskiii' has given '/u/whataboi_rd' lambda!
+9351 [2020-03-23 04:46:26] {ERROR}
+9351 [2020-03-23 04:46:34] {ERROR}
+9351 [2020-03-23 04:47:59] There has been a new submission: 'SUB FOR SUB 100%', with flair 'Gaming'
+9351 [2020-03-23 04:48:00] /u/UnderatedViralVideos had their submission removed for insufficient lambda.
+9351 [2020-03-23 04:49:25] '/u/kevaux' has given '/u/Lotad38' lambda!
+9351 [2020-03-23 04:50:18] '/u/kevaux' has given '/u/AcidGatter' lambda!
+9351 [2020-03-23 05:02:12] '/u/Jondavis8712' has given '/u/KenshinARTIST' lambda!
+9351 [2020-03-23 05:02:12] The OP received lambda too!
+9351 [2020-03-23 05:03:50] There has been a new submission: 'Support my channel', with flair 'None'
+9351 [2020-03-23 05:03:52] /u/gamingfanpr had their submission removed for insufficient lambda.
+9351 [2020-03-23 05:12:04] '/u/Adzic254' has given '/u/Cothfotmeoo' lambda!
+9351 [2020-03-23 05:12:04] The OP received lambda too!
+9351 [2020-03-23 05:15:59] There has been a new submission: 'Folk Dance Performance at International Crafts Fair 2020. Very Enjoyful Dance🕺💃', with flair 'Channel Review'
+9351 [2020-03-23 05:18:59] There has been a new submission: 'Just posted a rainbow six video unlisted cant decide if its good enough to make public can I get someone’s opinion', with flair 'Video Critique'
+9351 [2020-03-23 05:19:00] /u/dudeIdiedbro had their submission removed for insufficient lambda.
+9351 [2020-03-23 05:22:27] There has been a new submission: 'New YouTube Video!!!', with flair 'Vlog'
+9351 [2020-03-23 05:22:28] /u/Joshuaaayalaa had their submission removed for insufficient lambda.
+9351 [2020-03-23 05:26:30] There has been a new submission: 'Bali Trip - Self Isolation video! Please review my video and provide me some feedback on how I can improve!', with flair 'Channel Review'
+9351 [2020-03-23 05:29:34] '/u/Jondavis8712' has given '/u/Jas0n0wens' lambda!
+9351 [2020-03-23 05:43:00] There has been a new submission: 'Since you up lurkin go watch my videos!', with flair 'Video Critique'
+9351 [2020-03-23 05:43:02] /u/Iam_Hollywood2 had their submission removed for insufficient lambda.
+9351 [2020-03-23 05:46:04] There has been a new submission: 'I'm going to review your videos or channels. I will be honest and i might be a little harsh anyway feel free to put your videos', with flair 'Discussion'
+9351 [2020-03-23 05:56:07] There has been a new submission: 'I plan on making some longer content. I have quite a few sketch ideas. Corona is just preventing the filming of them', with flair 'Channel Review'
+9351 [2020-03-23 05:56:09] /u/Gum57 had their submission removed for insufficient lambda.
+9351 [2020-03-23 05:57:45] '/u/mayanguleria07' has given '/u/KenshinARTIST' lambda!
+9351 [2020-03-23 05:57:45] The OP received lambda too!
+9487 [2020-03-23 06:07:24]
+####################
+[2020-03-23 06:07:24] RESTARTED
+####################
+
+9487 [2020-03-23 06:11:15] There has been a new submission: '1 minute -【Speedpaint】 painting practice Ep 4 -', with flair 'Channel Review'
+9487 [2020-03-23 06:14:37] There has been a new submission: 'LAMBDA For All Thoughtful Comments and Critique | 2 Minute Non-Verbal Documentary', with flair 'Video Critique'
+9487 [2020-03-23 06:18:49] '/u/KyberQ' has given '/u/somewhatrespectable' lambda!
+9487 [2020-03-23 06:35:56] '/u/Jondavis8712' has given '/u/somewhatrespectable' lambda!
+9487 [2020-03-23 06:37:43] There has been a new submission: 'subscribe me ✔️', with flair 'Vlog'
+9487 [2020-03-23 06:37:44] /u/Destruction_Factory had their submission removed for insufficient lambda.
+9487 [2020-03-23 06:56:27] There has been a new submission: 'Playing the Detroit become human theme tune', with flair 'Gaming'
+9487 [2020-03-23 06:56:28] /u/HeyItsTola had their submission removed for insufficient lambda.
+9487 [2020-03-23 07:02:14] There has been a new submission: 'I Cut My HAIR AFTER 2 YEARS!!', with flair 'Thumbnail Review'
+9487 [2020-03-23 07:02:16] /u/KingKen_ had their submission removed for insufficient lambda.
+9487 [2020-03-23 07:16:11] There has been a new submission: 'Looking for an honest reviews', with flair 'Video Critique'
+9487 [2020-03-23 07:16:12] /u/dided had their submission removed for insufficient lambda.
+9487 [2020-03-23 07:29:54] There has been a new submission: 'I will be brutally honest about your video submissions', with flair 'Discussion'
+9487 [2020-03-23 07:39:23] There has been a new submission: 'Watch time/Retention for short videos', with flair 'Discussion'
+9487 [2020-03-23 07:40:23] '/u/olisterw' has given '/u/Gum57' lambda!
+9487 [2020-03-23 07:42:59] There has been a new submission: 'Building a Bmx Track in my Backyard!!!', with flair 'None'
+9487 [2020-03-23 07:43:01] /u/BoomersVideoBlogs had their submission removed for insufficient lambda.
+9487 [2020-03-23 07:54:12] There has been a new submission: 'Best site for free copyright music?', with flair 'Discussion'
+9487 [2020-03-23 07:59:08] '/u/FergHD' has given '/u/Sut4su' lambda!
+9487 [2020-03-23 07:59:08] The OP received lambda too!
+9850 [2020-03-23 08:07:24]
+####################
+[2020-03-23 08:07:24] RESTARTED
+####################
+
+9850 [2020-03-23 08:20:02] There has been a new submission: '[Video Critique] Bored at home show me your videos', with flair 'Video Critique'
+9850 [2020-03-23 08:20:04] /u/mohattar had their submission removed for insufficient lambda.
+9850 [2020-03-23 08:46:10] There has been a new submission: 'Helpful video hope you like it Enjoy:)', with flair 'Video Critique'
+9850 [2020-03-23 08:46:12] /u/AaronDaGamerYT had their submission removed for insufficient lambda.
+9850 [2020-03-23 08:46:32] {ERROR}
+9850 [2020-03-23 09:22:28] There has been a new submission: 'Arent you guys addicted? Indian memes ahead :p', with flair 'Gaming'
+9850 [2020-03-23 09:22:30] /u/Ryosuuke_enma had their submission removed for insufficient lambda.
+9850 [2020-03-23 09:48:44] There has been a new submission: 'If i die the video ends! Checkout!', with flair 'Gaming'
+9850 [2020-03-23 09:48:44] /u/honimurah1234 had their submission removed for insufficient lambda.
+9850 [2020-03-23 09:52:29] There has been a new submission: 'So while I'm sitting at home, I'm feeding my paranoia with this story. Anyone?', with flair 'Discussion'
+9850 [2020-03-23 09:52:31] /u/Nerdsona had their submission removed for using the wrong flair.
+9985 [2020-03-23 10:07:24]
+####################
+[2020-03-23 10:07:24] RESTARTED
+####################
+
+9985 [2020-03-23 10:14:10] '/u/Henry_does' has given '/u/Cothfotmeoo' lambda!
+9985 [2020-03-23 10:22:03] There has been a new submission: 'IF HARRY STYLES WAS A POLICE OFFICER', with flair 'Channel Review'
+9985 [2020-03-23 10:22:05] /u/youssefbenothman had their submission removed for insufficient lambda.
+9985 [2020-03-23 10:33:05] There has been a new submission: 'Pakistan Day Midi Art', with flair 'Art'
+9985 [2020-03-23 10:33:07] /u/hussianu6 had their submission removed for insufficient lambda.
+9985 [2020-03-23 10:38:32] There has been a new submission: 'Enjoy the Silence (Cover) from the confinement of my home studio so all indoors. Be safe! Hope you find this soothing (mostly live OBS + harmonies) preparing for Live', with flair 'Video Critique'
+9985 [2020-03-23 11:28:36] There has been a new submission: 'In the hospital during a pandemic', with flair 'Vlog'
+9985 [2020-03-23 11:28:37] /u/cdepino had their submission removed for insufficient lambda.
+9985 [2020-03-23 11:33:14] There has been a new submission: 'Epic video of a liveaboard trip in Thailand, 2019 with whale sharks, manta ray, barracudas, octopus and more!', with flair 'Video Critique'
+9985 [2020-03-23 11:33:16] /u/Brunovideos17 had their submission removed for insufficient lambda.
+9985 [2020-03-23 11:38:17] There has been a new submission: 'How to install Windows 10 using USB Flash drive easily in bengali | 2020', with flair 'Collab'
+9985 [2020-03-23 11:38:18] /u/Parthagos had their submission removed for using the wrong flair.
+10184 [2020-03-23 12:07:24]
+####################
+[2020-03-23 12:07:24] RESTARTED
+####################
+
+10184 [2020-03-23 12:10:32] '/u/Pestarklo' has given '/u/myogloben' lambda!
+10184 [2020-03-23 12:10:58] There has been a new submission: 'I'm making a music video in Source Filmmaker celebrating the Half Life series, please enjoy this trailer I made for it.', with flair 'Art'
+10184 [2020-03-23 12:11:00] /u/Sepko had their submission removed for insufficient lambda.
+10184 [2020-03-23 12:12:27] '/u/RoboOggy' has given '/u/RedditReadYT' lambda!
+10184 [2020-03-23 12:14:13] There has been a new submission: 'Please give feedback!', with flair 'Gaming'
+10184 [2020-03-23 12:14:15] /u/xT1meB0mb had their submission removed for insufficient lambda.
+10184 [2020-03-23 12:14:58] There has been a new submission: '1 minute of cool effects', with flair 'Channel Review'
+10184 [2020-03-23 12:14:59] /u/BersXx had their submission removed for insufficient lambda.
+10184 [2020-03-23 12:15:41] '/u/Pestarklo' has given '/u/LuxMedia' lambda!
+10184 [2020-03-23 12:23:04] There has been a new submission: '2 Souls - Lonely (feat. Nara) No Copyright Music Intro', with flair 'Vlog'
+10184 [2020-03-23 12:23:06] /u/junlord5 had their submission removed for insufficient lambda.
+10184 [2020-03-23 12:40:05] There has been a new submission: 'I've began development on a new Strategy game and I'd love to have your ideas for it! Lambda for feedback and ideas!', with flair 'Video Critique'
+10184 [2020-03-23 12:53:24] There has been a new submission: 'Leave a link to your page/video and I’ll give some feedback.', with flair 'Channel Review'
+10184 [2020-03-23 12:53:26] /u/CubandCat had their submission removed for insufficient lambda.
+10184 [2020-03-23 12:57:57] '/u/Canriel' has given '/u/ZulfPhotography' lambda!
+10184 [2020-03-23 12:57:57] The OP received lambda too!
+10184 [2020-03-23 13:01:21] '/u/Meagcherry' has given '/u/PierceJG' lambda!
+10184 [2020-03-23 13:01:21] The OP received lambda too!
+10184 [2020-03-23 13:06:45] '/u/Meagcherry' has given '/u/SizoC' lambda!
+10184 [2020-03-23 13:09:28] There has been a new submission: 'Playing piano but without pentagrams? I'll give you some feedback!', with flair 'Channel Review'
+10184 [2020-03-23 13:09:29] /u/MeMessingAround7 had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:19:03] There has been a new submission: 'ACT102 8th LIVE - CUTENESS OVERLOAD!', with flair 'Vlog'
+10184 [2020-03-23 13:19:03] /u/sexychubbychibi had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:25:51] There has been a new submission: 'Is VidIQ worth it?', with flair 'Discussion'
+10184 [2020-03-23 13:28:17] There has been a new submission: 'Comedian AJ Grill cooks chili for you in quarantine.', with flair 'Vlog'
+10184 [2020-03-23 13:28:19] /u/AJGrill had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:29:13] There has been a new submission: 'YouTube beef between small channels', with flair 'Video Critique'
+10184 [2020-03-23 13:29:14] /u/britydity had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:33:41] '/u/_GoatBandit_' has given '/u/MoskitoDan' lambda!
+10184 [2020-03-23 13:33:41] The OP received lambda too!
+10184 [2020-03-23 13:36:29] '/u/_GoatBandit_' has given '/u/sambarlien' lambda!
+10184 [2020-03-23 13:41:48] There has been a new submission: 'iPhone XR: 2020 Review - Is It Still Worth Buying? Constructive Criticism is welcome!', with flair 'Video Critique'
+10184 [2020-03-23 13:42:51] There has been a new submission: 'Facebook logo Midi Art', with flair 'Art'
+10184 [2020-03-23 13:42:53] /u/hussianu6 had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:46:32] There has been a new submission: 'Facebook Midi Art', with flair 'Meta'
+10184 [2020-03-23 13:46:34] /u/hussianu6 had their submission removed for using the wrong flair.
+10184 [2020-03-23 13:51:57] There has been a new submission: 'This is probably the one of the best videos I have made so far & I'd love to hear some feedback on it. Positive or negative. Upvotes are seriously appreciated.', with flair 'Discussion'
+10184 [2020-03-23 13:52:00] /u/BaldHopper had their submission removed for using the wrong flair.
+10184 [2020-03-23 13:54:12] There has been a new submission: 'TikTok Top 10: Vanchee and Andre React To Coolest Videos You Can't Miss | HumanMeter', with flair 'None'
+10184 [2020-03-23 13:54:13] /u/IndividualGuide had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:57:10] There has been a new submission: '[Channel Review] I need your feedback. I have been posting videos everyday on my channel but I am not gaining any subscribers. Is it the content I am posting or something else that's stopping be from growing?', with flair 'Channel Review'
+10184 [2020-03-23 13:57:11] /u/nroPtiuQ had their submission removed for insufficient lambda.
+10184 [2020-03-23 13:58:12] There has been a new submission: 'Made a ukelele cover!', with flair 'None'
+10356 [2020-03-23 14:07:24]
+####################
+[2020-03-23 14:07:24] RESTARTED
+####################
+
+10356 [2020-03-23 14:13:20] There has been a new submission: 'DARSHATTER: From Ted Alley Entertainment. Aspiring film-makers with lack of equipment, but no lack of content ideas. See example below. All feedback welcome and encouraged. Subscribe fore more skits like below and check out our channel!', with flair 'Video Critique'
+10356 [2020-03-23 14:13:22] /u/TedAlleyEnty had their submission removed for insufficient lambda.
+10356 [2020-03-23 14:15:19] There has been a new submission: 'De5perate; by Ted Alley Entertainment. Check out more skits like this on our YouTube channel and subscribe for more! Aspiring film makers with lack of equipment. All feedback welcome!', with flair 'Video Critique'
+10356 [2020-03-23 14:15:21] /u/TedAlleyEnty had their submission removed for insufficient lambda.
+10356 [2020-03-23 14:20:42] There has been a new submission: 'If you Like Cody Ko, Danny Gonzalez, Drew Gooden, Leon Lush, check this toxic Tiktoks - Top Ten Cringe Accounts - LankyBox', with flair 'Channel Review'
+10356 [2020-03-23 14:33:31] There has been a new submission: 'Fail World - "As Seen on TV' Commercials', with flair 'Meta'
+10356 [2020-03-23 14:33:33] /u/StinkBug99 had their submission removed for using the wrong flair.
+10356 [2020-03-23 14:44:58] '/u/_GoatBandit_' has given '/u/cevcevspen' lambda!
+10356 [2020-03-23 14:50:16] There has been a new submission: 'Guys what your honest reviews and feedback on it ? Took me a really long time to edit !! Any comment will be appreciated !! Much Love', with flair 'Video Critique'
+10356 [2020-03-23 14:50:18] /u/FreshAttention had their submission removed for insufficient lambda.
+10356 [2020-03-23 14:59:53] There has been a new submission: 'Social Distancing is very important in this time. Please Stay at home and Be safe! help prevent the spread. I have made a video on this. check it out and comment/suggestions/advice is always welcome - thank you!', with flair 'Video Critique'
+10356 [2020-03-23 15:01:09] '/u/Canriel' has given '/u/Dimblfully' lambda!
+10356 [2020-03-23 15:01:09] The OP received lambda too!
+10356 [2020-03-23 15:09:17] There has been a new submission: 'Anyone Have tips on how I can improve my content/ get more views?', with flair 'Channel Review'
+10356 [2020-03-23 15:09:18] /u/CloveraysFortnite had their submission removed for insufficient lambda.
+10356 [2020-03-23 15:12:08] There has been a new submission: 'A short video essay to begin a channel | Hungry for feedback!', with flair 'Channel Review'
+10356 [2020-03-23 15:15:35] '/u/_GoatBandit_' has given '/u/Dimblfully' lambda!
+10356 [2020-03-23 15:22:39] There has been a new submission: 'Reviewing Channels - by a small 1K Subscribers YouTube Guy', with flair 'Channel Review'
+10356 [2020-03-23 15:22:41] /u/TheFlayIsOn had their submission removed for insufficient lambda.
+10356 [2020-03-23 15:26:24] There has been a new submission: 'A bit of something different for those of you sitting at home | 3 Minutes (Coronavirus)', with flair 'Video Critique'
+10356 [2020-03-23 15:30:54] {ERROR} received 503 HTTP response
+10492 [2020-03-23 16:07:25]
+####################
+[2020-03-23 16:07:25] RESTARTED
+####################
+
+10492 [2020-03-23 16:08:24] There has been a new submission: '[RAP VERSION] No Time To Die Cover | Hoàng Phương x Tobby Quốc Trung | Không Phải Lúc Chết COVID 19', with flair 'Thumbnail Review'
+10492 [2020-03-23 16:08:25] /u/hoangphuongsinger had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:08:29] There has been a new submission: '#7 lazy morning channel review (more detailed and honest reviews, read the post before leaving a comment)', with flair 'Discussion'
+10492 [2020-03-23 16:10:30] '/u/_GoatBandit_' has given '/u/ReverseNationYT' lambda!
+10492 [2020-03-23 16:11:08] There has been a new submission: 'What is a Nightcore song? Here's an example, I respect your both negative and positive feedbacks', with flair 'Channel Review'
+10492 [2020-03-23 16:11:20] There has been a new submission: 'When you cough in 2020', with flair 'Channel Review'
+10492 [2020-03-23 16:11:22] /u/erololx had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:14:41] There has been a new submission: 'Asking for opinions on my newest video(s)', with flair 'Video Critique'
+10492 [2020-03-23 16:14:43] /u/FlashySmash had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:15:39] '/u/PonjiNinja' has given '/u/Bacony_Hair' lambda!
+10492 [2020-03-23 16:16:32] There has been a new submission: 'When Russians Play CSGO (Funny Moments)', with flair 'Channel Review'
+10492 [2020-03-23 16:16:33] /u/FlashySmash had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:16:45] There has been a new submission: 'Honest Channel Reviews - by a Small 1K Subscriber YouTube Guy!', with flair 'Discussion'
+10492 [2020-03-23 16:16:52] {ERROR}
+10492 [2020-03-23 16:17:15] '/u/twinarmeduka' has given '/u/TheFlayIsOn' lambda!
+10492 [2020-03-23 16:17:15] The OP received lambda too!
+10492 [2020-03-23 16:20:37] '/u/twinarmeduka' has given '/u/sohomcena' lambda!
+10492 [2020-03-23 16:21:19] There has been a new submission: 'Idea is to create a movie like thing, by tailoring bits and pieces of different clips from a game. How did it turn up? Suggestions welcome, as always', with flair 'Video Critique'
+10492 [2020-03-23 16:24:25] '/u/twinarmeduka' has given '/u/MrRespectPhD' lambda!
+10492 [2020-03-23 16:31:14] '/u/stlo0309' has given '/u/HeyIDoesStuff' lambda!
+10492 [2020-03-23 16:31:14] The OP received lambda too!
+10492 [2020-03-23 16:34:06] There has been a new submission: 'The Best Way To Deal With Hate Comments? Requested by the community again! I tried a TON of new things in this video let me know your thoughts!', with flair 'Video Critique'
+10492 [2020-03-23 16:34:17] There has been a new submission: 'Remembering GTA 1 in 2020 | My Childhood Nostalgia', with flair 'Gaming'
+10492 [2020-03-23 16:36:53] There has been a new submission: 'Gaming Commentary Channel - Looking for Feedback!', with flair 'Video Critique'
+10492 [2020-03-23 16:36:55] /u/TheeDynaMight had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:38:10] There has been a new submission: 'What's your best TRUE spooky story? (r/AskReddit)', with flair 'Video Critique'
+10492 [2020-03-23 16:38:11] /u/ChristianDeee had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:42:33] '/u/MafiasFinestTV' has given '/u/DUUUDDDEEE' lambda!
+10492 [2020-03-23 16:42:33] The OP received lambda too!
+10492 [2020-03-23 16:43:57] There has been a new submission: 'How To Boost Immune System Naturally (Top 4 Ways)', with flair 'Video Critique'
+10492 [2020-03-23 16:43:59] /u/nidnite had their submission removed for insufficient lambda.
+10492 [2020-03-23 16:46:08] There has been a new submission: 'My funny video about pointless movie scenes! I'd appreciate every feedback, thanks!', with flair 'Video Critique'
+10492 [2020-03-23 16:52:16] '/u/_GoatBandit_' has given '/u/DUUUDDDEEE' lambda!
+10492 [2020-03-23 16:53:14] '/u/acstomi0212' has given '/u/TheFlayIsOn' lambda!
+10492 [2020-03-23 16:53:14] The OP received lambda too!
+10492 [2020-03-23 16:54:53] '/u/TheFlayIsOn' has given '/u/RunningIntoBedlem' lambda!
+10492 [2020-03-23 16:54:53] The OP received lambda too!
+10492 [2020-03-23 16:56:08] '/u/MafiasFinestTV' has given '/u/stlo0309' lambda!
+10492 [2020-03-23 16:57:50] '/u/MafiasFinestTV' has given '/u/Mikimao' lambda!
+10492 [2020-03-23 17:00:37] There has been a new submission: 'Turn Your Gaming Passion Into A Career By Making Content!', with flair 'Meta'
+10492 [2020-03-23 17:00:40] /u/WeWillNotFear had their submission removed for using the wrong flair.
+10492 [2020-03-23 17:02:30] There has been a new submission: 'Oblivion (this is an original composition I wrote. Lemme know what y’all think. Feel free to critique the thumbnail as well) I will give lambda to any one who gives legitimate feedback.', with flair 'Video Critique'
+10492 [2020-03-23 17:02:56] There has been a new submission: 'RE3 Looks Awesome!', with flair 'Gaming'
+10492 [2020-03-23 17:06:44] '/u/Pestarklo' has given '/u/DUUUDDDEEE' lambda!
+10492 [2020-03-23 17:08:40] There has been a new submission: 'Heyo, I am a Game Music Video channel and I would love to hear what you think about my latest video! - 「GMV」Lions Inside | Rainbow Six Siege Music Video', with flair 'Gaming'
+10492 [2020-03-23 17:11:08] There has been a new submission: 'So I Beat Minecraft with Rockband Drums...', with flair 'Gaming'
+10492 [2020-03-23 17:11:10] /u/Sprite3k had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:14:33] There has been a new submission: 'Cartoon - "You Are Not Good Enough for Me!" | Emotional Video Story | AmoMama', with flair 'None'
+10492 [2020-03-23 17:14:35] /u/IndividualGuide had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:16:37] There has been a new submission: 'Hello all, I'm part of a YouTube channel called The (Rogue) Sessions. What do you guys think of our channel?', with flair 'Channel Review'
+10492 [2020-03-23 17:17:35] '/u/AnimuseVids' has given '/u/TheFlayIsOn' lambda!
+10492 [2020-03-23 17:17:35] The OP received lambda too!
+10492 [2020-03-23 17:18:16] There has been a new submission: 'Shootgun | Halo Online Highlights', with flair 'Gaming'
+10492 [2020-03-23 17:18:17] /u/ChicagoJohn8682 had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:20:03] There has been a new submission: 'Hello my new video is up, like previous videos it's a paladin gameplay video, I would love feedback on this video and how can future videos be better. I will give lambda for useful critique.', with flair 'Video Critique'
+10492 [2020-03-23 17:23:15] There has been a new submission: 'I got 77 views overnight but it’s all from external', with flair 'Discussion'
+10492 [2020-03-23 17:28:08] '/u/TheFlayIsOn' has given '/u/Vtiger1on1' lambda!
+10492 [2020-03-23 17:35:34] '/u/The_Suited_Bird' has given '/u/ReverseNationYT' lambda!
+10492 [2020-03-23 17:36:26] There has been a new submission: 'Infinite Knowledge (learned some new editing stuff and tried a couple things, any help is appreciated, thanks!)', with flair 'Video Critique'
+10492 [2020-03-23 17:36:28] /u/Richeefer had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:38:47] There has been a new submission: 'BEATING TommyInit’s Speedrun Time!! | HYPIXEL SKYBLOCK (minecraft SKYBLOCK)', with flair 'Gaming'
+10492 [2020-03-23 17:38:48] /u/BraydenReddits had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:42:05] '/u/TheFlayIsOn' has given '/u/AmroCube' lambda!
+10492 [2020-03-23 17:45:58] There has been a new submission: 'Looking for something to binge watch? I’m up to 17 episodes (~25min/vid) in this series. Gaming, but story/character driven with edit/production-value focus. Not “Let’s Play” ;)', with flair 'Gaming'
+10492 [2020-03-23 17:46:54] There has been a new submission: 'IM ALMOST AT 200 SUBSCRIBERS [Channel Review]', with flair 'Channel Review'
+10492 [2020-03-23 17:47:39] There has been a new submission: 'IM ALMOST AT 200 SUBSCRIBERS [Channel Review]', with flair 'Channel Review'
+10492 [2020-03-23 17:47:41] /u/NotCHaltom_ had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:53:38] There has been a new submission: 'Hey!', with flair 'Channel Review'
+10492 [2020-03-23 17:53:40] /u/GodSktcsht had their submission removed for insufficient lambda.
+10492 [2020-03-23 17:54:48] '/u/420NoScopeFedoraTip' has given '/u/HeyIDoesStuff' lambda!
+10492 [2020-03-23 17:54:48] The OP received lambda too!
+10492 [2020-03-23 17:55:25] '/u/420NoScopeFedoraTip' has given '/u/sohomcena' lambda!
+10492 [2020-03-23 17:55:51] '/u/420NoScopeFedoraTip' has given '/u/TheFlayIsOn' lambda!
+10492 [2020-03-23 17:57:14] '/u/MafiasFinestTV' has given '/u/AlexSmart00' lambda!
+10492 [2020-03-23 17:59:01] There has been a new submission: 'CS:GO BEST NOSTALGIC PRO PLAYS OF ALL TIME!', with flair 'Gaming'
+10492 [2020-03-23 17:59:02] /u/Odennn had their submission removed for insufficient lambda.
+10492 [2020-03-23 18:04:19] '/u/LinusStudios' has given '/u/VR-Frontier' lambda!
+10492 [2020-03-23 18:05:18] '/u/LinusStudios' has given '/u/Rizmin' lambda!
+10492 [2020-03-23 18:06:18] '/u/LinusStudios' has given '/u/flyinghsaucer' lambda!
+10492 [2020-03-23 18:07:09] {ERROR}
+10631 [2020-03-23 18:07:24]
+####################
+[2020-03-23 18:07:24] RESTARTED
+####################
+
+10631 [2020-03-23 18:07:57] '/u/LinusStudios' has given '/u/Homest4r' lambda!
+10631 [2020-03-23 18:08:33] There has been a new submission: 'Relationship advice radio show. This episode is about a woman who is in love with her sons friend. Yes, really.', with flair 'Discussion'
+10631 [2020-03-23 18:08:34] /u/HexagonKim had their submission removed for using the wrong flair.
+10631 [2020-03-23 18:08:40] '/u/LinusStudios' has given '/u/BreadZeppelinYT' lambda!
+10631 [2020-03-23 18:10:50] There has been a new submission: 'DOOM ETERNAL Walkthrough Gameplay Part 3 - The Betrayer', with flair 'Gaming'
+10631 [2020-03-23 18:10:51] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+10631 [2020-03-23 18:11:04] There has been a new submission: 'THE VIDEO IS OUT! Did you make it?! Upvote this so people can see!', with flair 'Video Critique'
+10631 [2020-03-23 18:13:02] There has been a new submission: 'Let's Kick Some Ass In Metro Exodus-Olga of the forest', with flair 'Gaming'
+10631 [2020-03-23 18:13:04] /u/AdrianDrondoe had their submission removed for insufficient lambda.
+10631 [2020-03-23 18:14:36] There has been a new submission: 'Hey Guys, this video was recorded a year ago and I just edited it down now. I'm giving LAMBDA to any kind of feedback or comments you have for the video. - WARNING YELLING AND SWEARING CUZ RAGE -', with flair 'Video Critique'
+10631 [2020-03-23 18:15:26] There has been a new submission: 'So Coronavirus has cancelled most travel, however now is a good time to book holidays for the future since it is so cheap! Hopefully my travel/party videos can inspire your next trip! Let me know what you think!', with flair 'Video Critique'
+10631 [2020-03-23 18:22:22] '/u/PonjiNinja' has given '/u/Anime_Magician' lambda!
+10631 [2020-03-23 18:23:11] There has been a new submission: 'Relationship advice radio show. This episode is about a lady who is in love with her sons friend. Yes, really.', with flair 'Video Critique'
+10631 [2020-03-23 18:23:13] /u/HexagonKim had their submission removed for insufficient lambda.
+10631 [2020-03-23 18:29:12] There has been a new submission: 'Come To Mattress World', with flair 'Art'
+10631 [2020-03-23 18:29:14] /u/hudsonhughesfilms had their submission removed for insufficient lambda.
+10631 [2020-03-23 18:31:59] There has been a new submission: 'New channel', with flair 'Gaming'
+10631 [2020-03-23 18:32:01] /u/lucaraa had their submission removed for insufficient lambda.
+10631 [2020-03-23 18:33:53] There has been a new submission: 'Coronavirus Survival For #Weebs | What Anime to Watch', with flair 'Discussion'
+10631 [2020-03-23 18:33:55] /u/Anime_Magician had their submission removed for using the wrong flair.
+10631 [2020-03-23 18:38:40] There has been a new submission: 'I Made COD Warzone but with memes and I would like feedback on how I can improve and is this good for just starting and my first try at it?', with flair 'Video Critique'
+10631 [2020-03-23 18:52:49] There has been a new submission: 'Coronavirus Survival For #Weebs | What Anime to Watch', with flair 'Channel Review'
+10631 [2020-03-23 18:54:54] '/u/danifernt' has given '/u/flyinghsaucer' lambda!
+10631 [2020-03-23 18:54:54] The OP received lambda too!
+10631 [2020-03-23 19:03:41] There has been a new submission: 'Any suggestions on my introduction channel video?', with flair 'Channel Review'
+10631 [2020-03-23 19:03:43] /u/XTerMANatorX had their submission removed for insufficient lambda.
+10631 [2020-03-23 19:11:06] There has been a new submission: 'Minecraft Hardcore is easy (Episode 1)', with flair 'Video Critique'
+10631 [2020-03-23 19:11:09] /u/flyinghsaucer had their submission removed for insufficient lambda.
+10631 [2020-03-23 19:13:37] '/u/Powerless-Goat' has given '/u/Tman_47YT' lambda!
+10631 [2020-03-23 19:13:38] The OP received lambda too!
+10631 [2020-03-23 19:14:50] There has been a new submission: 'Anyone else ever have a hard time recording some days?', with flair 'Discussion'
+10631 [2020-03-23 19:16:02] There has been a new submission: 'I tried to add some more cuts and make everything flow faster. Also is my mic better now?', with flair 'Video Critique'
+10631 [2020-03-23 19:18:27] '/u/_GoatBandit_' has given '/u/greenphant0m_yt' lambda!
+10631 [2020-03-23 19:20:05] '/u/MafiasFinestTV' has given '/u/Tman_47YT' lambda!
+10631 [2020-03-23 19:24:02] There has been a new submission: '🌈 Satisfying Crayons Melting Sculpture :) Please leave a funny comment on the video THANKS', with flair 'Video Critique'
+10631 [2020-03-23 19:24:16] There has been a new submission: 'Take the red pill and wake up', with flair 'Channel Review'
+10631 [2020-03-23 19:24:18] /u/Molissa22 had their submission removed for insufficient lambda.
+10631 [2020-03-23 19:25:33] There has been a new submission: 'I have a Confession|Virus Response🦠💯', with flair 'Video Critique'
+10631 [2020-03-23 19:26:09] There has been a new submission: 'My first montage (feed back pls)', with flair 'None'
+10631 [2020-03-23 19:26:11] /u/VinnyVinVis had their submission removed for insufficient lambda.
+10631 [2020-03-23 19:26:16] There has been a new submission: 'Trying out the Resident Evil 3 Remake DEMO!! Hope you enjoy!', with flair 'Gaming'
+10631 [2020-03-23 19:26:18] /u/nottodaykarenugh had their submission removed for insufficient lambda.
+10631 [2020-03-23 19:38:09] '/u/Powerless-Goat' has given '/u/Afro-Horse' lambda!
+10631 [2020-03-23 19:39:08] There has been a new submission: 'I played the game Goat of Duty and made a review/(sorta shit post) video on it. What do you think of the quality, humor, and tone of the video? lambda for feedback!', with flair 'Gaming'
+10631 [2020-03-23 19:39:51] There has been a new submission: 'First video in my daily video project, any feedback appreciated! And any thumbnail tips?', with flair 'Video Critique'
+10631 [2020-03-23 19:40:48] '/u/Halloween_Scarecrow' has given '/u/Inferus12' lambda!
+10631 [2020-03-23 19:40:48] The OP received lambda too!
+10631 [2020-03-23 19:42:53] '/u/VR-Frontier' has given '/u/HyCaptain' lambda!
+10631 [2020-03-23 19:42:53] The OP received lambda too!
+10631 [2020-03-23 19:43:05] There has been a new submission: 'Assassin's Creed 3 Ep 34 - 1 If By Land, 2 If by Sea, 3 If You're Lost', with flair 'Gaming'
+10631 [2020-03-23 19:49:49] There has been a new submission: 'One project one week maybe', with flair 'Channel Review'
+10631 [2020-03-23 19:49:50] /u/forg_js had their submission removed for insufficient lambda.
+10631 [2020-03-23 19:52:45] There has been a new submission: 'One project one week maybe', with flair 'Discussion'
+10631 [2020-03-23 19:56:39] There has been a new submission: 'Be Careful with "Honest" Feedback...', with flair 'Discussion'
+10631 [2020-03-23 20:01:24] There has been a new submission: 'Critique our bars (and yes I give lambda)', with flair 'Video Critique'
+10631 [2020-03-23 20:01:47] {ERROR}
+10837 [2020-03-23 20:07:25]
+####################
+[2020-03-23 20:07:25] RESTARTED
+####################
+
+10837 [2020-03-23 20:08:19] {ERROR}
+10837 [2020-03-23 20:08:26] There has been a new submission: 'Heartbreaking topic, close to home. Lambda for good advice/critiques, as always, but this time I have a challenge for you guys. The NEXT update will hopefully have new hardware. Till then, give me salt. Seriously, rip this video up, sugarcoating on the side. I need it. Thanks ahead of time guys <3', with flair 'Video Critique'
+10837 [2020-03-23 20:13:46] There has been a new submission: 'Hey, can someone critique my channel', with flair 'Channel Review'
+10837 [2020-03-23 20:13:48] /u/platnumscorpion had their submission removed for insufficient lambda.
+10837 [2020-03-23 20:14:58] There has been a new submission: 'My Latest Video is Available Now Use The Link Below Too Watch And Make Sure Too Like The Video Or Subscribe Too My Channel And Don't Forget Too Hit The Notification Bell Icon Down Below Too Get Notified On More Upcoming Videos! #SupportTheChannel', with flair 'Gaming'
+10837 [2020-03-23 20:14:59] /u/TheRealBluefire had their submission removed for insufficient lambda.
+10837 [2020-03-23 20:15:52] '/u/Paul_francis' has given '/u/Low-Reply' lambda!
+10837 [2020-03-23 20:18:36] There has been a new submission: 'Call of Duty Warzone Parachute tips for better range', with flair 'Gaming'
+10837 [2020-03-23 20:18:37] /u/RJMTheScottishGamer had their submission removed for insufficient lambda.
+10837 [2020-03-23 20:23:26] There has been a new submission: '(Video Critique) I havnt posted in a while and need some critique so I can improve and get better at making videos', with flair 'Video Critique'
+10837 [2020-03-23 20:23:28] /u/Gekirxu had their submission removed for insufficient lambda.
+10837 [2020-03-23 20:31:43] {ERROR}
+10837 [2020-03-23 20:37:39] There has been a new submission: 'Hello again. Im back with another montage. I took a lot of the feedback from my last reddit post and improved my latest video check it out and let me know what you think. Thank you so much for your help. Im really grateful!', with flair 'Gaming'
+10837 [2020-03-23 20:43:05] There has been a new submission: 'E-GIRLS', with flair 'Video Critique'
+10837 [2020-03-23 20:43:07] /u/Thejozz20 had their submission removed for insufficient lambda.
+10837 [2020-03-23 20:45:20] '/u/MafiasFinestTV' has given '/u/Smylanide' lambda!
+10837 [2020-03-23 20:47:21] There has been a new submission: 'Comment 4 Comment 😄', with flair 'Gaming'
+10837 [2020-03-23 20:47:23] /u/SolheimYT had their submission removed for insufficient lambda.
+10837 [2020-03-23 20:52:08] There has been a new submission: 'GOD OF WAR VS THANOS FULL MOVIE 2020', with flair 'None'
+10837 [2020-03-23 20:52:10] /u/epicrealm2 had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:00:25] '/u/DUUUDDDEEE' has given '/u/Smylanide' lambda!
+10837 [2020-03-23 21:00:25] The OP received lambda too!
+10837 [2020-03-23 21:09:18] '/u/DUUUDDDEEE' has given '/u/urbansophistication' lambda!
+10837 [2020-03-23 21:10:59] There has been a new submission: 'I shared alot of information about flirting over text with a guy on this video. I wanted to share with other ladies my experience and what worked for me! Watch it and let me know your feedback in the comment section. Men i will also love your feedbacks! 😊', with flair 'Video Critique'
+10837 [2020-03-23 21:11:01] /u/vivian1_ had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:11:15] There has been a new submission: 'Fortnite intense gun game !', with flair 'Gaming'
+10837 [2020-03-23 21:11:17] /u/Smilez4582 had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:11:42] '/u/MafiasFinestTV' has given '/u/vivian1_' lambda!
+10837 [2020-03-23 21:16:41] '/u/cehteshami' has given '/u/urbansophistication' lambda!
+10837 [2020-03-23 21:16:41] The OP received lambda too!
+10837 [2020-03-23 21:21:57] There has been a new submission: 'Check out my Channel Trailer for my Sketch Comedy group Busey Dungeon. Think it goes too over the top? Would it make YOU subscribe? LMK and provide some feedback for lambda!!!', with flair 'Video Critique'
+10837 [2020-03-23 21:22:56] '/u/HeyIDoesStuff' has given '/u/RedditReadYT' lambda!
+10837 [2020-03-23 21:22:56] The OP received lambda too!
+10837 [2020-03-23 21:23:15] '/u/_GoatBandit_' has given '/u/vivian1_' lambda!
+10837 [2020-03-23 21:24:43] '/u/_GoatBandit_' has given '/u/Rolypoly_Cats' lambda!
+10837 [2020-03-23 21:30:09] There has been a new submission: 'Meeting the Girl of My DREAMS!!!!', with flair 'Video Critique'
+10837 [2020-03-23 21:30:20] There has been a new submission: 'The History of California Adventure and how it Revived.', with flair 'Channel Review'
+10837 [2020-03-23 21:30:22] /u/Club33YT had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:31:43] {ERROR}
+10837 [2020-03-23 21:32:39] {ERROR}
+10837 [2020-03-23 21:32:50] {ERROR}
+10837 [2020-03-23 21:33:01] {ERROR} Could not decode to UTF-8
+10837 [2020-03-23 21:33:06] {ERROR}
+10837 [2020-03-23 21:35:59] '/u/urbansophistication' has given '/u/RedditReadYT' lambda!
+10837 [2020-03-23 21:35:59] The OP received lambda too!
+10837 [2020-03-23 21:36:06] There has been a new submission: 'Some terrible gaming content ;)', with flair 'Gaming'
+10837 [2020-03-23 21:36:08] /u/Luendo had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:36:12] There has been a new submission: 'Would LOVE some feedback on a new video. Rate it from 1-10 pls, that helps me understand where the video overall stands. Thanks :)', with flair 'Video Critique'
+10837 [2020-03-23 21:36:18] There has been a new submission: 'Hi, it's the same guy from earlier. I actually posted 2 videos and for this video I would like to know if the tone of the video hit or not. I was tryna go for a somber tone but idk if it's good. Let me know pls. Thanks :)', with flair 'Video Critique'
+10837 [2020-03-23 21:39:59] '/u/DUUUDDDEEE' has given '/u/Hero_Doses' lambda!
+10837 [2020-03-23 21:41:10] There has been a new submission: 'GT3 Action @ Lime Rock Park - Road to 4k iRating [VR]', with flair 'Gaming'
+10837 [2020-03-23 21:41:12] /u/Caleb_John had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:44:38] There has been a new submission: 'SUB 4 SUB / REVIEW', with flair 'Video Critique'
+10837 [2020-03-23 21:44:40] /u/Christianjcasal had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:45:41] There has been a new submission: 'how to get motivated when you're feeling LAZY', with flair 'Meta'
+10837 [2020-03-23 21:45:42] /u/3alwane had their submission removed for using the wrong flair.
+10837 [2020-03-23 21:52:14] There has been a new submission: 'I'm really not ready to deal with Nemesis. RE3 DEMO Part 2!', with flair 'Gaming'
+10837 [2020-03-23 21:52:16] /u/nottodaykarenugh had their submission removed for insufficient lambda.
+10837 [2020-03-23 21:54:51] There has been a new submission: 'LAMAR JACKSON'S NBA CAREER SIMULATION | NFL MVP TO NBA MVP?? | NBA 2K20', with flair 'Gaming'
+10837 [2020-03-23 21:54:53] /u/Minichowder had their submission removed for insufficient lambda.
+10837 [2020-03-23 22:00:34] '/u/Powerless-Goat' has given '/u/Crispy-Pancakes' lambda!
+10837 [2020-03-23 22:01:25] '/u/Powerless-Goat' has given '/u/BreadZeppelinYT' lambda!
+10837 [2020-03-23 22:04:26] There has been a new submission: 'If Class 1A had a Group Chat (Izuku Midoriya, Katsuki Bakugo, Yuga Aoyama, etc)', with flair 'Art'
+10837 [2020-03-23 22:05:25] There has been a new submission: '[Video Critique] Toilet Roll: The New Currency', with flair 'Video Critique'
+10837 [2020-03-23 22:05:27] /u/JackQueenSin had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:07:25]
+####################
+[2020-03-23 22:07:25] RESTARTED
+####################
+
+10973 [2020-03-23 22:08:23] There has been a new submission: 'Okay so i asked you last time what should i change in my videos and thumbnails, and a lot suggested to make the thumbnail bigger and add commentairy.I did make the thumbnail bigger and i've put a pole on this video about the whole commentairy thing.That's all, I will start some short meme videos too', with flair 'Discussion'
+10973 [2020-03-23 22:08:25] /u/HeyIDoesStuff had their submission removed for using the wrong flair.
+10973 [2020-03-23 22:08:29] There has been a new submission: 'I just found an insanely underrated r6 streamer / youtuber that I want to help out', with flair 'Channel Review'
+10973 [2020-03-23 22:08:30] /u/TheRagingMeme had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:08:37] There has been a new submission: 'Monday Mail! *Gold Was Pulled!*', with flair 'None'
+10973 [2020-03-23 22:08:39] /u/MichiganMinuteman had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:09:07] There has been a new submission: 'Is there any way that I could improve my editing/commentary??', with flair 'Video Critique'
+10973 [2020-03-23 22:11:52] There has been a new submission: 'Resident Evil Remake BLIND PLAYTHROUGH Jill Valentine Ep.3. Let me know you guys thoughts on the episode and as always feedback on improvement on the content.', with flair 'Gaming'
+10973 [2020-03-23 22:12:17] There has been a new submission: 'Do you want a part of your videos animated?', with flair 'Discussion'
+10973 [2020-03-23 22:12:39] '/u/thePaperBagman12' has given '/u/MrRespectPhD' lambda!
+10973 [2020-03-23 22:12:39] The OP received lambda too!
+10973 [2020-03-23 22:23:22] There has been a new submission: 'Hi guys. This is my latest music video. I cut out a fragment from Rick and Morty's episode and made a song out of it. Check it out and let me know what you think :)', with flair 'Art'
+10973 [2020-03-23 22:23:24] /u/lonelygalemusic had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:23:38] There has been a new submission: 'Illustrating Edibles | Episode 3: Self-heal', with flair 'Art'
+10973 [2020-03-23 22:23:40] /u/CozyFoot had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:24:58] There has been a new submission: 'This is a Stick Fight animation that I made, I hope you guys like it! I spent a lot of time on it!', with flair 'Art'
+10973 [2020-03-23 22:25:00] /u/P4P3R_P4P3R had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:25:12] There has been a new submission: 'LET'S PLAY | DOOM Eternal | Full Game - Part 2 | SO MUCH BLOOD', with flair 'Gaming'
+10973 [2020-03-23 22:25:14] /u/froggychickenn had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:29:00] '/u/VR-Frontier' has given '/u/RedditReadYT' lambda!
+10973 [2020-03-23 22:32:19] There has been a new submission: 'Looking for new avenues to promote', with flair 'Discussion'
+10973 [2020-03-23 22:42:48] There has been a new submission: 'Food Challenge: Eating the Enitre McDonald's Menu! [Looking for feedback on the video. And tips on how to expand my small channel's viewership. Thanks!]', with flair 'Video Critique'
+10973 [2020-03-23 22:42:51] /u/INeedLogicHelpPlz had their submission removed for insufficient lambda.
+10973 [2020-03-23 22:46:44] {ERROR}
+10973 [2020-03-23 22:47:56] '/u/_GoatBandit_' has given '/u/VR-Frontier' lambda!
+10973 [2020-03-23 22:52:40] '/u/_GoatBandit_' has given '/u/INeedLogicHelpPlz' lambda!
+10973 [2020-03-23 22:53:23] There has been a new submission: 'Bored during quarantine and looking to practice my VFX skills. Anyone want to make a video with some basic visual effects?', with flair 'Collab'
+10973 [2020-03-23 22:54:22] There has been a new submission: 'New channel trailer. Much better than my last one. Looking for any critique that you guys can give me!!', with flair 'Video Critique'
+10973 [2020-03-23 22:54:48] There has been a new submission: 'Its time for a change on my channel. Check it out', with flair 'Discussion'
+10973 [2020-03-23 22:54:50] /u/boogydino had their submission removed for using the wrong flair.
+10973 [2020-03-23 22:55:40] '/u/Powerless-Goat' has given '/u/flyinghsaucer' lambda!
+10973 [2020-03-23 22:56:16] '/u/Powerless-Goat' has given '/u/draxsquad' lambda!
+10973 [2020-03-23 22:56:54] '/u/Powerless-Goat' has given '/u/VR-Frontier' lambda!
+10973 [2020-03-23 22:57:31] '/u/Powerless-Goat' has given '/u/midget-hunter' lambda!
+10973 [2020-03-23 22:57:51] '/u/VR-Frontier' has given '/u/INeedLogicHelpPlz' lambda!
+10973 [2020-03-23 22:57:51] The OP received lambda too!
+10973 [2020-03-23 23:00:58] '/u/_NGaming_' has given '/u/Jondavis8712' lambda!
+10973 [2020-03-23 23:02:17] '/u/_NGaming_' has given '/u/Dharen29YT' lambda!
+10973 [2020-03-23 23:11:52] '/u/thePaperBagman12' has given '/u/INeedLogicHelpPlz' lambda!
+10973 [2020-03-23 23:16:11] '/u/BreadZeppelinYT' has given '/u/somewhatrespectable' lambda!
+10973 [2020-03-23 23:16:11] The OP received lambda too!
+10973 [2020-03-23 23:16:44] '/u/_GoatBandit_' has given '/u/P4P3R_P4P3R' lambda!
+10973 [2020-03-23 23:18:26] '/u/mischapannell' has given '/u/HeyIDoesStuff' lambda!
+10973 [2020-03-23 23:18:26] The OP received lambda too!
+10973 [2020-03-23 23:20:59] There has been a new submission: 'Eating the ENTIRE McDonald's Menu FOOD CHALLENGE [Crazy video but only 340 views. Looking for tips on how to expand channel viewership]', with flair 'Video Critique'
+10973 [2020-03-23 23:23:09] '/u/BreadZeppelinYT' has given '/u/INeedLogicHelpPlz' lambda!
+10973 [2020-03-23 23:23:52] There has been a new submission: 'Okay so i asked you last time what should i change in my videos and thumbnails, and a lot suggested to make the thumbnail bigger and add commentairy.I did make the thumbnail bigger and i've put a pole on this video about the whole commentairy thing.That's all, I will start some short meme videos too', with flair 'Gaming'
+10973 [2020-03-23 23:24:26] '/u/DUUUDDDEEE' has given '/u/somewhatrespectable' lambda!
+10973 [2020-03-23 23:26:02] There has been a new submission: 'This is the second part in a series where me and my friend play an old co-op resident evil styled PS2 horror game called Obscure. Any feedback would be appreciated!', with flair 'Video Critique'
+10973 [2020-03-23 23:29:12] There has been a new submission: '(SUB) Have you heard about SPICY DIMSUM???', with flair 'Vlog'
+10973 [2020-03-23 23:29:13] /u/phitecus had their submission removed for insufficient lambda.
+10973 [2020-03-23 23:37:35] '/u/TheFlayIsOn' has given '/u/lieutenatdan' lambda!
+10973 [2020-03-23 23:42:27] There has been a new submission: 'Travel Vlog to London and Edinburgh! I created another Travel Vlog after taking in feedback from others! I hope to receive more feedback regarding this video! Thanks in advance for watching!', with flair 'Video Critique'
+10973 [2020-03-23 23:42:29] /u/dontkonwme had their submission removed for insufficient lambda.
+10973 [2020-03-23 23:45:12] '/u/thePaperBagman12' has given '/u/cullenaryarts7' lambda!
+10973 [2020-03-23 23:46:58] '/u/MafiasFinestTV' has given '/u/INeedLogicHelpPlz' lambda!
+10973 [2020-03-23 23:47:35] '/u/LiljoeyJojo' has given '/u/Canriel' lambda!
+10973 [2020-03-23 23:47:35] The OP received lambda too!
+10973 [2020-03-23 23:48:18] '/u/MafiasFinestTV' has given '/u/JackQueenSin' lambda!
+10973 [2020-03-23 23:48:35] '/u/MafiasFinestTV' has given '/u/cullenaryarts7' lambda!
+10973 [2020-03-23 23:49:29] '/u/LiljoeyJojo' has given '/u/undeadsentinel' lambda!
+10973 [2020-03-23 23:49:35] '/u/KyberQ' has given '/u/locke_747' lambda!
+10973 [2020-03-23 23:50:30] '/u/LiljoeyJojo' has given '/u/MrRespectPhD' lambda!
+10973 [2020-03-23 23:51:34] '/u/LiljoeyJojo' has given '/u/somewhatrespectable' lambda!
+10973 [2020-03-23 23:55:51] There has been a new submission: 'Help me improve! Comment on my recent video for improvements :)', with flair 'Gaming'
+10973 [2020-03-23 23:55:53] /u/Moriarty0506 had their submission removed for insufficient lambda.
+10973 [2020-03-23 23:56:03] There has been a new submission: 'KEYBOARD AND MOUSE SOUNDS (ranked skywars)', with flair 'Gaming'
+10973 [2020-03-23 23:56:05] /u/BraydenReddits had their submission removed for insufficient lambda.
+10973 [2020-03-23 23:56:14] There has been a new submission: 'The Microsoft Store is Cursed!', with flair 'Gaming'
+10973 [2020-03-23 23:56:16] /u/FineManYT had their submission removed for insufficient lambda.
+10973 [2020-03-24 00:01:15] There has been a new submission: 'Minecraft Hardcore is Easy (Episode 1) Feedback would be appreciated there are definitely a few glaring issues in the video, but enjoy! and consider subbing', with flair 'Video Critique'
+10973 [2020-03-24 00:01:55] There has been a new submission: 'My first food review. Let me know how I can improve. McDonald's Double Big Mac® REVIEW.', with flair 'Vlog'
+10973 [2020-03-24 00:03:04] There has been a new submission: 'Minecraft Hardcore is Easy (Episode 1) Feedback would be appreciated! There are definitely a few glaring issues. Consider subbing while your there', with flair 'Video Critique'
+10973 [2020-03-24 00:03:06] /u/flyinghsaucer had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:07:25]
+####################
+[2020-03-24 00:07:25] RESTARTED
+####################
+
+11108 [2020-03-24 00:14:54] There has been a new submission: 'THE WORST ARTISTS YOU'VE EVER SEEN... Skribbl.io Funny Moments', with flair 'Video Critique'
+11108 [2020-03-24 00:14:55] /u/FeoniixMusic had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:17:46] There has been a new submission: 'I Paid Fiverr artists to Draw Original characters from Jojos Bizarre Adventure. I am just trying something new out and I would really appreciate any feedback. Thank you for your time.', with flair 'Video Critique'
+11108 [2020-03-24 00:18:47] There has been a new submission: 'Resident Evil 3 Remake - Demo - Nemesis Boss Fight', with flair 'Gaming'
+11108 [2020-03-24 00:18:48] /u/cyberpunkgaming had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:18:58] There has been a new submission: 'New interesting game', with flair 'Gaming'
+11108 [2020-03-24 00:18:59] /u/Whalesoul had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:23:43] '/u/thePaperBagman12' has given '/u/BobbyMcbobb3rson' lambda!
+11108 [2020-03-24 00:27:13] There has been a new submission: 'Rainbow Six Siege Montage Montage (it's also kinda funny)', with flair 'Gaming'
+11108 [2020-03-24 00:27:15] /u/Scythe_Gaming had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:28:05] There has been a new submission: '2 dudes, 1 cheesecube', with flair 'Gaming'
+11108 [2020-03-24 00:28:06] /u/meansypoo had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:28:20] There has been a new submission: 'Check out my video please guys', with flair 'Gaming'
+11108 [2020-03-24 00:28:21] /u/RollSafeG1 had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:33:42] There has been a new submission: 'looking for ways to improve', with flair 'Channel Review'
+11108 [2020-03-24 00:33:44] /u/angel504 had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:35:12] There has been a new submission: 'Just looking for some feedback on my editing! Feel free to check out my other videos to. Thank you!', with flair 'Gaming'
+11108 [2020-03-24 00:35:14] /u/BornMiserable99 had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:35:42] There has been a new submission: 'In my place》Coldplay(cover)', with flair 'Art'
+11108 [2020-03-24 00:35:44] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:35:56] '/u/_GoatBandit_' has given '/u/MafiasFinestTV' lambda!
+11108 [2020-03-24 00:36:23] There has been a new submission: 'CoronaTrip - EuroTrip (2004) Parody', with flair 'Video Critique'
+11108 [2020-03-24 00:36:25] /u/MadnataS had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:45:22] There has been a new submission: 'Help me get subs', with flair 'Channel Review'
+11108 [2020-03-24 00:45:24] /u/chipmunk_drue had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:45:34] There has been a new submission: 'Battlefront 2 Montage With General Grievous And More!', with flair 'Gaming'
+11108 [2020-03-24 00:45:36] /u/ElectricStormtrooper had their submission removed for insufficient lambda.
+11108 [2020-03-24 00:45:45] '/u/VR-Frontier' has given '/u/Polenth' lambda!
+11108 [2020-03-24 00:46:45] '/u/VR-Frontier' has given '/u/flyinghsaucer' lambda!
+11108 [2020-03-24 00:56:01] There has been a new submission: 'feedback on my first meme video (Volume warning!)', with flair 'Video Critique'
+11108 [2020-03-24 01:08:34] There has been a new submission: 'This is me Devouring alot of tacos mmmm', with flair 'Channel Review'
+11108 [2020-03-24 01:08:36] /u/AnotherAsianASMR had their submission removed for insufficient lambda.
+11108 [2020-03-24 01:14:16] There has been a new submission: 'this is me eating alot of tacos', with flair 'Channel Review'
+11108 [2020-03-24 01:14:17] /u/AnotherAsianASMR had their submission removed for insufficient lambda.
+11108 [2020-03-24 01:14:27] '/u/Crispy-Pancakes' has given '/u/kamomil' lambda!
+11108 [2020-03-24 01:14:27] The OP received lambda too!
+11108 [2020-03-24 01:20:23] There has been a new submission: 'German youtuber trying out english subtitles. Is it even worth?', with flair 'Video Critique'
+11108 [2020-03-24 01:20:25] /u/xRuSheR had their submission removed for insufficient lambda.
+11108 [2020-03-24 01:35:23] There has been a new submission: 'Vaping channel focusing on cheaper vaping 🌬️💨', with flair 'Channel Review'
+11108 [2020-03-24 01:35:25] /u/maddoorsfan had their submission removed for insufficient lambda.
+11108 [2020-03-24 01:39:12] There has been a new submission: 'Come watch my favorite TIKTOKS with me!', with flair 'Channel Review'
+11108 [2020-03-24 01:39:13] /u/saundrajean had their submission removed for insufficient lambda.
+11108 [2020-03-24 01:41:39] There has been a new submission: '13 Kills 3000 Damage Apex Legends Gameplay', with flair 'Gaming'
+11108 [2020-03-24 01:41:41] /u/ThaM0vement had their submission removed for insufficient lambda.
+2316 [2020-03-24 01:44:27] Updated statistics
+11108 [2020-03-24 01:44:48] {ERROR}
+11108 [2020-03-24 01:45:41] {ERROR}
+11108 [2020-03-24 01:47:03] {ERROR}
+11108 [2020-03-24 01:48:54] {ERROR}
+11108 [2020-03-24 01:49:27] {ERROR}
+11108 [2020-03-24 01:51:40] {ERROR}
+11108 [2020-03-24 01:51:50] {ERROR}
+11108 [2020-03-24 01:54:18] {ERROR}
+11108 [2020-03-24 01:54:20] {ERROR}
+11108 [2020-03-24 01:54:22] {ERROR}
+11108 [2020-03-24 01:56:30] '/u/cullenaryarts7' has given '/u/the_real_d247' lambda!
+11108 [2020-03-24 01:56:30] The OP received lambda too!
+11108 [2020-03-24 01:56:47] {ERROR}
+11108 [2020-03-24 01:56:54] {ERROR}
+11108 [2020-03-24 01:58:24] '/u/Sipover' has given '/u/RealDiscy' lambda!
+11108 [2020-03-24 01:58:24] The OP received lambda too!
+11108 [2020-03-24 01:58:56] '/u/Sipover' has given '/u/qzeqYT' lambda!
+11108 [2020-03-24 01:59:36] There has been a new submission: 'Top 10 Best Offline Action Games for Android and IOS 2020', with flair 'Gaming'
+11108 [2020-03-24 01:59:37] /u/joycevlogs had their submission removed for insufficient lambda.
+11108 [2020-03-24 01:59:42] '/u/Sipover' has given '/u/mmarion13' lambda!
+11108 [2020-03-24 02:01:35] There has been a new submission: 'Let me know what i could do better! Just started learning on how to edit and things like that. I know its nothing great but its a start to get more practice!', with flair 'Video Critique'
+11108 [2020-03-24 02:05:20] '/u/NikiProshin' has given '/u/clemmonsRushi' lambda!
+11108 [2020-03-24 02:06:21] There has been a new submission: 'What every Driver Should Have On Their Phone??? Top 5 Apps', with flair 'Vlog'
+11108 [2020-03-24 02:06:22] /u/Rapido1991 had their submission removed for insufficient lambda.
+11296 [2020-03-24 02:07:25]
+####################
+[2020-03-24 02:07:25] RESTARTED
+####################
+
+11296 [2020-03-24 02:07:48] '/u/AnimuseVids' has given '/u/ItzMunx' lambda!
+11296 [2020-03-24 02:07:55] '/u/MafiasFinestTV' has given '/u/Rojn8r' lambda!
+11296 [2020-03-24 02:08:02] '/u/thePaperBagman12' has given '/u/AnotherAsianASMR' lambda!
+11296 [2020-03-24 02:08:08] '/u/cullenaryarts7' has given '/u/flyinghsaucer' lambda!
+11296 [2020-03-24 02:08:15] '/u/cullenaryarts7' has given '/u/maddoorsfan' lambda!
+11296 [2020-03-24 02:08:53] There has been a new submission: 'Please give your thoughts on what you think. Any improvements that could be made to the video and thumbnail.', with flair 'Video Critique'
+11296 [2020-03-24 02:08:57] There has been a new submission: 'Motivational channel', with flair 'Channel Review'
+11296 [2020-03-24 02:08:58] /u/minibakker had their submission removed for insufficient lambda.
+11296 [2020-03-24 02:09:02] There has been a new submission: 'ATLANTIS AQUAVENTURE BAHAMAS -WATERSLIDES & WAVE RIVER POVs', with flair 'Vlog'
+11296 [2020-03-24 02:09:02] /u/Aneedels had their submission removed for insufficient lambda.
+11296 [2020-03-24 02:09:09] '/u/MafiasFinestTV' has given '/u/ColinMcGraw' lambda!
+11296 [2020-03-24 02:15:45] {ERROR}
+11296 [2020-03-24 02:29:23] There has been a new submission: 'As for my 100 sub special I Made a very short funny Horror/Gaming montage Its not much But Can u guys Give Your honest opinion about Bit Aside from being short XD Thank youu', with flair 'Gaming'
+11296 [2020-03-24 02:31:52] There has been a new submission: 'PANAGINIP - IKAWALONG ARAW', with flair 'Vlog'
+11296 [2020-03-24 02:31:53] /u/mekael03 had their submission removed for insufficient lambda.
+11296 [2020-03-24 02:51:56] {ERROR}
+11296 [2020-03-24 02:51:59] {ERROR}
+11296 [2020-03-24 02:54:11] {ERROR}
+11296 [2020-03-24 02:54:23] {ERROR}
+11296 [2020-03-24 02:58:52] {ERROR}
+11296 [2020-03-24 03:01:32] {ERROR}
+11296 [2020-03-24 03:05:15] '/u/TheBubbleE1' has given '/u/somewhatrespectable' lambda!
+11296 [2020-03-24 03:05:15] The OP received lambda too!
+11296 [2020-03-24 03:06:33] There has been a new submission: 'Let me know how I can improve! <3 Thank you!!', with flair 'Video Critique'
+11296 [2020-03-24 03:06:35] /u/joerazor had their submission removed for insufficient lambda.
+11296 [2020-03-24 03:22:40] There has been a new submission: 'Follow 911.beans on insta and our YouTube channel is coming soon', with flair 'Channel Review'
+11296 [2020-03-24 03:22:42] /u/itsCherry01 had their submission removed for insufficient lambda.
+11296 [2020-03-24 03:30:31] There has been a new submission: 'Do people like watching VR content?', with flair 'Discussion'
+11296 [2020-03-24 03:33:25] There has been a new submission: 'DreadHalls VR gameplay. Any advice would be greatly appreciated. Yes I do give out Lambda', with flair 'Video Critique'
+11296 [2020-03-24 03:40:32] There has been a new submission: 'Made a satirical Minecraft video that’s supposed to parody Minecraft let’s plays, all proper feedback will be given lambda :)', with flair 'Video Critique'
+11296 [2020-03-24 03:41:23] '/u/draxsquad' has given '/u/VR-Frontier' lambda!
+11296 [2020-03-24 03:41:23] The OP received lambda too!
+11296 [2020-03-24 03:44:52] There has been a new submission: 'So I made this animal crossing video and would love some advice on how to improve ;)', with flair 'Video Critique'
+11296 [2020-03-24 03:48:40] '/u/draxsquad' has given '/u/Skedwii' lambda!
+11296 [2020-03-24 03:51:23] There has been a new submission: 'Corona virus in USA | Confirmed cases , deaths from Jan 2020 to March 23rd 2020', with flair 'Channel Review'
+11296 [2020-03-24 03:51:25] /u/me-vnbr had their submission removed for insufficient lambda.
+11296 [2020-03-24 03:59:24] '/u/8inchwonder69' has given '/u/sjiuabjwpkcns' lambda!
+11296 [2020-03-24 03:59:25] The OP received lambda too!
+11296 [2020-03-24 03:59:29] {ERROR}
+11296 [2020-03-24 03:59:36] {ERROR}
+11296 [2020-03-24 04:00:31] {ERROR}
+11296 [2020-03-24 04:00:38] {ERROR}
+11296 [2020-03-24 04:02:02] {ERROR}
+11441 [2020-03-24 04:07:25]
+####################
+[2020-03-24 04:07:25] RESTARTED
+####################
+
+11441 [2020-03-24 04:07:55] '/u/cullenaryarts7' has given '/u/myogloben' lambda!
+11441 [2020-03-24 04:08:28] There has been a new submission: 'Audio Engineering Interviews of Mixers & Producers, & Pro Tools Tutorials.... Any Advice?', with flair 'Channel Review'
+11441 [2020-03-24 04:08:29] /u/SoundintheCity had their submission removed for insufficient lambda.
+11441 [2020-03-24 04:08:33] There has been a new submission: 'A beautifully designed chamber featuring the vocal talents of the laser receptors. - Perpetual Testing #127 "A Delightful Start" - By Super Dirt.', with flair 'Gaming'
+11441 [2020-03-24 04:08:33] /u/ngeruma had their submission removed for insufficient lambda.
+11441 [2020-03-24 04:13:14] {ERROR}
+11441 [2020-03-24 04:26:41] There has been a new submission: 'Hey Guys! This is my channel about CS:GO Gambling, and how to get free skins. Please tell me: Is the channel appealing? Does it keep you interested? Would more editing be needed? Thanks for your feedback, I'm glad to adjust!', with flair 'Channel Review'
+11441 [2020-03-24 04:26:43] /u/H3OErikilious had their submission removed for insufficient lambda.
+11441 [2020-03-24 04:27:49] {ERROR}
+11441 [2020-03-24 04:28:51] '/u/LinusStudios' has given '/u/samuelglassar' lambda!
+11441 [2020-03-24 04:32:01] There has been a new submission: 'Is there room for "roasting channels with love" genre? I see some review other channels in a video but I tried this method. The video seems loved but for some reason, wasn't viewed often compared to my other stuff. Let me know what you genuinely think. Thank you.', with flair 'Video Critique'
+11441 [2020-03-24 04:35:04] There has been a new submission: 'Microphone Quality', with flair 'None'
+11441 [2020-03-24 04:35:06] /u/IDKagoodusernamel had their submission removed for insufficient lambda.
+11441 [2020-03-24 04:45:36] {ERROR}
+11441 [2020-03-24 04:45:53] {ERROR}
+11441 [2020-03-24 04:46:01] '/u/LinusStudios' has given '/u/Lotad38' lambda!
+11441 [2020-03-24 04:46:09] {ERROR}
+11441 [2020-03-24 04:47:09] {ERROR}
+11441 [2020-03-24 04:51:50] '/u/cullenaryarts7' has given '/u/jonscopyright' lambda!
+11441 [2020-03-24 05:05:52] {ERROR}
+11441 [2020-03-24 05:06:43] {ERROR}
+11441 [2020-03-24 05:06:44] {ERROR} Could not decode to UTF-8
+11441 [2020-03-24 05:11:18] {ERROR}
+11441 [2020-03-24 05:12:01] {ERROR}
+11441 [2020-03-24 05:12:03] {ERROR}
+11441 [2020-03-24 05:19:39] '/u/Powerless-Goat' has given '/u/MrDonut12' lambda!
+11441 [2020-03-24 05:20:38] '/u/Powerless-Goat' has given '/u/8inchwonder69' lambda!
+11441 [2020-03-24 05:21:23] '/u/Powerless-Goat' has given '/u/cullenaryarts7' lambda!
+11441 [2020-03-24 05:25:24] '/u/VR-Frontier' has given '/u/SideQuestPubs' lambda!
+11441 [2020-03-24 05:25:24] The OP received lambda too!
+11441 [2020-03-24 05:26:49] There has been a new submission: 'Donating Money To Girls On Tinder', with flair 'Video Critique'
+11441 [2020-03-24 05:26:50] /u/jjlerr5599 had their submission removed for insufficient lambda.
+11441 [2020-03-24 05:44:59] '/u/AttemptedPro' has given '/u/INeedLogicHelpPlz' lambda!
+11441 [2020-03-24 05:44:59] The OP received lambda too!
+11441 [2020-03-24 05:47:16] '/u/AttemptedPro' has given '/u/jonscopyright' lambda!
+11441 [2020-03-24 05:48:37] '/u/8inchwonder69' has given '/u/VR-Frontier' lambda!
+11441 [2020-03-24 05:51:10] There has been a new submission: 'Anyone want to critique my first attempt at a video for my channel? It has plenty of flaws! 😂', with flair 'Video Critique'
+11441 [2020-03-24 05:58:14] {ERROR}
+11441 [2020-03-24 06:03:27] There has been a new submission: 'VR I expect you to DIE. Any advise will be amazing, I give out lambda.', with flair 'Video Critique'
+11549 [2020-03-24 06:07:26]
+####################
+[2020-03-24 06:07:26] RESTARTED
+####################
+
+11549 [2020-03-24 06:08:25] There has been a new submission: 'Please give advice and feedback on my first commentary', with flair 'None'
+11549 [2020-03-24 06:08:25] /u/SgtFrozt had their submission removed for insufficient lambda.
+11549 [2020-03-24 06:08:29] There has been a new submission: 'SEO tips', with flair 'Discussion'
+11549 [2020-03-24 06:14:49] {ERROR}
+11549 [2020-03-24 06:19:26] {ERROR} Could not decode to UTF-8
+11549 [2020-03-24 06:19:27] {ERROR}
+11549 [2020-03-24 06:19:28] There has been a new submission: 'GOD OF WAR VS THANOS FULL MOVIE 2020', with flair 'None'
+11549 [2020-03-24 06:19:29] /u/epicrealm2 had their submission removed for insufficient lambda.
+11549 [2020-03-24 06:19:36] There has been a new submission: 'The Satire Bible- readings', with flair 'Channel Review'
+11549 [2020-03-24 06:19:37] /u/K-O-boomer had their submission removed for insufficient lambda.
+11549 [2020-03-24 06:23:43] There has been a new submission: 'Ik you guys are bored so why not watch my Warzone funny moments video', with flair 'Gaming'
+11549 [2020-03-24 06:23:45] /u/Kevengamer22 had their submission removed for insufficient lambda.
+11549 [2020-03-24 06:31:12] {ERROR}
+11549 [2020-03-24 06:31:20] There has been a new submission: 'QUARANTINE CASE RACE (depeet tv: episode 2) LMK WHAT YOU THINK!!:)', with flair 'Vlog'
+11549 [2020-03-24 06:31:22] /u/depeettv had their submission removed for insufficient lambda.
+11549 [2020-03-24 06:31:32] '/u/A_Aabid26' has given '/u/urbansophistication' lambda!
+11549 [2020-03-24 06:31:32] The OP received lambda too!
+11549 [2020-03-24 06:31:42] '/u/A_Aabid26' has given '/u/RedditReadYT' lambda!
+11549 [2020-03-24 07:00:23] There has been a new submission: 'I just started youtube and made my first video, it's an anime AMV I put a lot of time and effort into it and I would enjoy it if you guys watched it(video link below). Also can you guys recommend what to play or stream because I am not sure what to do on my youtube channel.', with flair 'Channel Review'
+11549 [2020-03-24 07:00:25] /u/t0astybacon had their submission removed for insufficient lambda.
+11549 [2020-03-24 07:04:48] '/u/clemmonsRushi' has given '/u/flyinghsaucer' lambda!
+11549 [2020-03-24 07:04:48] The OP received lambda too!
+11549 [2020-03-24 07:27:29] There has been a new submission: 'I made this to make people happy, I hope you all like it :)', with flair 'Art'
+11549 [2020-03-24 07:27:30] /u/Ark-777 had their submission removed for insufficient lambda.
+11549 [2020-03-24 07:41:04] There has been a new submission: 'How do you promote videos?', with flair 'Discussion'
+11549 [2020-03-24 07:52:10] There has been a new submission: 'Can You Solve These naughty Riddles....', with flair 'Video Critique'
+11549 [2020-03-24 07:52:12] /u/Sagar0526 had their submission removed for insufficient lambda.
+11549 [2020-03-24 08:01:10] There has been a new submission: 'Take control of your life', with flair 'Vlog'
+11549 [2020-03-24 08:01:12] /u/New-tan had their submission removed for insufficient lambda.
+11797 [2020-03-24 08:07:26]
+####################
+[2020-03-24 08:07:26] RESTARTED
+####################
+
+11797 [2020-03-24 08:08:26] There has been a new submission: 'Brand new video trying a Walmart skateboard', with flair 'Vlog'
+11797 [2020-03-24 08:08:26] /u/TR20hello had their submission removed for insufficient lambda.
+11797 [2020-03-24 08:09:52] '/u/8inchwonder69' has given '/u/Jellyquent' lambda!
+11797 [2020-03-24 08:24:37] There has been a new submission: 'I tried the car vlog thingy..its more storytime type, than an actual vlog tho. LMK what u think', with flair 'Video Critique'
+11797 [2020-03-24 08:30:49] '/u/BreadZeppelinYT' has given '/u/Xerionix' lambda!
+11797 [2020-03-24 08:32:21] '/u/BreadZeppelinYT' has given '/u/SgtFrozt' lambda!
+11797 [2020-03-24 08:35:01] There has been a new submission: 'Valir best survival build gameplay', with flair 'Gaming'
+11797 [2020-03-24 08:35:02] /u/koushik_gundeti had their submission removed for insufficient lambda.
+11797 [2020-03-24 08:36:05] '/u/Low-Reply' has given '/u/KyberQ' lambda!
+11797 [2020-03-24 08:36:05] The OP received lambda too!
+11797 [2020-03-24 08:36:16] '/u/BreadZeppelinYT' has given '/u/centyauro' lambda!
+11797 [2020-03-24 08:37:04] There has been a new submission: 'Something about human nature | Random thoughts - part 2', with flair 'Meta'
+11797 [2020-03-24 08:37:05] /u/shahs3 had their submission removed for using the wrong flair.
+11797 [2020-03-24 08:40:38] '/u/BreadZeppelinYT' has given '/u/The_senile_seal' lambda!
+11797 [2020-03-24 08:45:01] '/u/anaana994' has given '/u/Xerionix' lambda!
+11797 [2020-03-24 08:45:01] The OP received lambda too!
+11797 [2020-03-24 08:45:23] There has been a new submission: 'This is my first edited video took me a lot of time', with flair 'Channel Review'
+11797 [2020-03-24 08:45:25] /u/petethepokerface had their submission removed for insufficient lambda.
+11797 [2020-03-24 08:45:48] '/u/BreadZeppelinYT' has given '/u/DanThePanda-YT' lambda!
+11797 [2020-03-24 08:48:30] '/u/BreadZeppelinYT' has given '/u/MrDonut12' lambda!
+11797 [2020-03-24 08:50:44] There has been a new submission: 'Sooo me and my friend Masked Luchador did some weird voices lol', with flair 'Gaming'
+11797 [2020-03-24 08:50:47] /u/CrimsonTheFirst had their submission removed for insufficient lambda.
+11797 [2020-03-24 08:54:15] '/u/BreadZeppelinYT' has given '/u/TheAnonymous77' lambda!
+11797 [2020-03-24 08:58:27] '/u/BreadZeppelinYT' has given '/u/BobbyMcbobb3rson' lambda!
+11797 [2020-03-24 09:00:24] '/u/DUUUDDDEEE' has given '/u/jonscopyright' lambda!
+11797 [2020-03-24 09:10:03] There has been a new submission: 'Homemade Sausage Bread Rolls - (Chinese Hot Dog Buns) - Junior Chef Kevin', with flair 'Vlog'
+11797 [2020-03-24 09:10:05] /u/Csabazsi had their submission removed for insufficient lambda.
+11797 [2020-03-24 09:17:53] '/u/ColinMcGraw' has given '/u/AlcoholicSocks' lambda!
+11797 [2020-03-24 09:17:53] The OP received lambda too!
+11797 [2020-03-24 09:31:01] There has been a new submission: 'How to download videos from youtube without any software', with flair 'Video Critique'
+11797 [2020-03-24 09:31:03] /u/amazingtechvids had their submission removed for insufficient lambda.
+11797 [2020-03-24 09:33:50] There has been a new submission: '100 SUBSCRIBERS! I am so happy to reach this milestone! Thank you guys for supporting me!', with flair 'Video Critique'
+11797 [2020-03-24 09:34:22] '/u/anaana994' has given '/u/AlcoholicSocks' lambda!
+11797 [2020-03-24 09:38:12] '/u/8inchwonder69' has given '/u/reverent_lapwing' lambda!
+11797 [2020-03-24 09:43:34] There has been a new submission: 'New Method of Getting More Diamonds in Free fire', with flair 'Gaming'
+11797 [2020-03-24 09:43:36] /u/ParonArtech had their submission removed for insufficient lambda.
+11797 [2020-03-24 09:46:17] '/u/8inchwonder69' has given '/u/AlcoholicSocks' lambda!
+11797 [2020-03-24 09:48:31] There has been a new submission: 'Sorrento - Day trip from Melbourne', with flair 'Vlog'
+11797 [2020-03-24 09:57:32] '/u/DanThePanda-YT' has given '/u/SCP-DrEwok' lambda!
+11797 [2020-03-24 09:57:32] The OP received lambda too!
+11797 [2020-03-24 09:58:01] '/u/DanThePanda-YT' has given '/u/VR-Frontier' lambda!
+11797 [2020-03-24 10:02:44] There has been a new submission: 'Truth behind Bruno Mars 24K magic album. You will be shocked', with flair 'Channel Review'
+11797 [2020-03-24 10:02:46] /u/Brianmurphy_tv had their submission removed for insufficient lambda.
+11929 [2020-03-24 10:07:26]
+####################
+[2020-03-24 10:07:26] RESTARTED
+####################
+
+11929 [2020-03-24 10:16:55] {ERROR} Could not decode to UTF-8 column 'prawID' with text 'ev3n40i'
+11929 [2020-03-24 10:16:55] {ERROR}
+11929 [2020-03-24 10:25:23] There has been a new submission: 'What do think about this thumbnail?', with flair 'Thumbnail Review'
+11929 [2020-03-24 10:25:24] /u/ishanfx had their submission removed for insufficient lambda.
+11929 [2020-03-24 10:31:51] '/u/8inchwonder69' has given '/u/kevaux' lambda!
+11929 [2020-03-24 10:33:11] There has been a new submission: 'During those hard times, I thought covering a song that gathers everyone would be cool, and I would love to get your feedback on the video editing which is a bit less dynamic than my previous videos', with flair 'Video Critique'
+11929 [2020-03-24 10:42:34] '/u/8inchwonder69' has given '/u/pyvozaur' lambda!
+11929 [2020-03-24 10:48:04] There has been a new submission: 'CALL OF DUTY MODERN WARFARE TEAM DEATHMATCH GAMEPLAY NO COMMENTARY gaming go like share and subscribe please', with flair 'Gaming'
+11929 [2020-03-24 10:48:05] /u/gamingofficial had their submission removed for insufficient lambda.
+11929 [2020-03-24 10:54:02] There has been a new submission: 'Some 2020 devices to expect in 2020', with flair 'Vlog'
+11929 [2020-03-24 10:54:04] /u/EATVR-studio had their submission removed for insufficient lambda.
+11929 [2020-03-24 11:00:04] {ERROR}
+11929 [2020-03-24 11:00:07] {ERROR} Could not decode to UTF-8
+11929 [2020-03-24 11:00:58] There has been a new submission: 'Krakow Travel Vlog', with flair 'Vlog'
+11929 [2020-03-24 11:01:01] /u/Dylansigley had their submission removed for insufficient lambda.
+11929 [2020-03-24 11:03:51] '/u/Zaboazagiru' has given '/u/vpg_ryoma45' lambda!
+11929 [2020-03-24 11:03:51] The OP received lambda too!
+11929 [2020-03-24 11:17:20] There has been a new submission: 'Regional Differences in Pokemon - Generation 1. Trying something new out, wondering what people think', with flair 'Video Critique'
+11929 [2020-03-24 11:24:34] '/u/8inchwonder69' has given '/u/generalna11' lambda!
+11929 [2020-03-24 11:25:08] There has been a new submission: 'Big Mike presents Coronavirus Facts', with flair 'Video Critique'
+11929 [2020-03-24 11:25:10] /u/Sowlolekatonieo had their submission removed for insufficient lambda.
+11929 [2020-03-24 11:33:21] There has been a new submission: 'Trying to add voiceover to my video in hopes to give it more depth | Holi in Mathura', with flair 'Video Critique'
+11929 [2020-03-24 11:36:19] '/u/Illfury' has given '/u/modernaddiction' lambda!
+11929 [2020-03-24 11:36:19] The OP received lambda too!
+11929 [2020-03-24 11:40:42] '/u/_GoatBandit_' has given '/u/H3OErikilious' lambda!
+11929 [2020-03-24 11:42:12] '/u/_GoatBandit_' has given '/u/Xerionix' lambda!
+11929 [2020-03-24 11:51:39] There has been a new submission: 'Subscribe for free cookies', with flair 'Gaming'
+11929 [2020-03-24 11:51:41] /u/Just_Ritz had their submission removed for insufficient lambda.
+11929 [2020-03-24 11:55:47] There has been a new submission: 'I am learning blender and made a channel to show my animations... Any likes to my first video will be appreciated..', with flair 'Art'
+11929 [2020-03-24 11:55:48] /u/Vedantgamer73 had their submission removed for insufficient lambda.
+12086 [2020-03-24 12:07:26]
+####################
+[2020-03-24 12:07:26] RESTARTED
+####################
+
+12086 [2020-03-24 12:07:45] '/u/MafiasFinestTV' has given '/u/Xerionix' lambda!
+12086 [2020-03-24 12:09:43] There has been a new submission: 'I'm a small YouTuber who just started out and it would mean the world to me if you could like my video and subscribe', with flair 'Gaming'
+12086 [2020-03-24 12:09:44] /u/TezkoYT had their submission removed for insufficient lambda.
+12086 [2020-03-24 12:16:43] There has been a new submission: 'sup homies', with flair 'Gaming'
+12086 [2020-03-24 12:16:44] /u/diggitydaxter had their submission removed for insufficient lambda.
+12086 [2020-03-24 12:24:33] There has been a new submission: 'Just uploaded insane CodM Gameplay!', with flair 'Collab'
+12086 [2020-03-24 12:24:34] /u/FusionForGames68 had their submission removed for using the wrong flair.
+12086 [2020-03-24 12:25:51] There has been a new submission: 'Just oploaded insane CodM Gameplay with handcam and settings!', with flair 'Gaming'
+12086 [2020-03-24 12:25:52] /u/FusionForGames68 had their submission removed for insufficient lambda.
+12086 [2020-03-24 12:27:47] There has been a new submission: 'Truth or Punch 🥊 with my Ex boyfriend', with flair 'Vlog'
+12086 [2020-03-24 12:27:48] /u/YT_MarioGreat had their submission removed for insufficient lambda.
+12086 [2020-03-24 12:35:10] The moderator /u/jwnskanzkwk has given /u/generalna11 1λ. /u/generalna11 now has 2λ.
+12086 [2020-03-24 12:42:28] There has been a new submission: 'Not Paying Attention', with flair 'Discussion'
+12086 [2020-03-24 12:44:16] There has been a new submission: 'Brainwash your kids (Caleb & Sophia)', with flair 'Video Critique'
+12086 [2020-03-24 12:45:50] There has been a new submission: 'Just uploaded an insane CODM gameplay + handcam + settings!', with flair 'Gaming'
+12086 [2020-03-24 12:45:52] /u/FusionForGames68 had their submission removed for insufficient lambda.
+12086 [2020-03-24 12:47:02] There has been a new submission: 'I haven't posted to reddit in a while, whoops', with flair 'Gaming'
+12086 [2020-03-24 12:47:04] /u/Vinzusaur had their submission removed for insufficient lambda.
+12086 [2020-03-24 13:19:25] There has been a new submission: 'WAR SAW (fortnite montage)', with flair 'Gaming'
+12086 [2020-03-24 13:19:26] /u/KJA2004 had their submission removed for insufficient lambda.
+12086 [2020-03-24 13:21:52] There has been a new submission: 'Take a shot every time I say “positive” // giving lambda for criticism !', with flair 'Video Critique'
+12086 [2020-03-24 13:24:15] '/u/StealthyGamerGirl' has given '/u/vpg_ryoma45' lambda!
+12086 [2020-03-24 13:24:15] The OP received lambda too!
+12086 [2020-03-24 13:25:57] There has been a new submission: 'Hi guys! Could you please check out my latest video and give some feedback? Please feel free to subscribe too! XD', with flair 'None'
+12086 [2020-03-24 13:31:22] '/u/AlcoholicSocks' has given '/u/Brianmurphy_tv' lambda!
+12086 [2020-03-24 13:31:22] The OP received lambda too!
+12086 [2020-03-24 13:31:40] '/u/AlcoholicSocks' has given '/u/generalna11' lambda!
+12086 [2020-03-24 13:31:54] '/u/Illfury' has given '/u/Jischasing' lambda!
+12086 [2020-03-24 13:32:36] '/u/Illfury' has given '/u/MafiasFinestTV' lambda!
+12086 [2020-03-24 13:32:45] There has been a new submission: 'Rocket League - 50 Demolitions in 3 Games!', with flair 'Gaming'
+12086 [2020-03-24 13:32:47] /u/KadDadGamer had their submission removed for insufficient lambda.
+12086 [2020-03-24 13:32:58] '/u/AlcoholicSocks' has given '/u/vpg_ryoma45' lambda!
+12086 [2020-03-24 13:33:08] '/u/AlcoholicSocks' has given '/u/Dimblfully' lambda!
+12086 [2020-03-24 13:33:19] '/u/AlcoholicSocks' has given '/u/OccupiedGarrett' lambda!
+12086 [2020-03-24 13:36:58] There has been a new submission: 'I'm getting so close to 1,000!! Would be so awesome if you guys could subscribe! Thanks', with flair 'Gaming'
+12086 [2020-03-24 13:37:00] /u/mrchaseter had their submission removed for insufficient lambda.
+12086 [2020-03-24 13:37:07] '/u/nbilzdy' has given '/u/_abmatt_' lambda!
+12086 [2020-03-24 13:37:07] The OP received lambda too!
+12086 [2020-03-24 13:40:45] '/u/jaxtnh' has given '/u/vpg_ryoma45' lambda!
+12086 [2020-03-24 13:40:46] The OP received lambda too!
+12086 [2020-03-24 13:42:06] '/u/jaxtnh' has given '/u/generalna11' lambda!
+12086 [2020-03-24 13:45:08] There has been a new submission: '[Video Critique] 1 MIN OF EDITING MADNESS', with flair 'Video Critique'
+12086 [2020-03-24 13:51:05] There has been a new submission: 'The sequel to my first ark video any feedback is highly appreciated had lots of fun editing it.', with flair 'Video Critique'
+12086 [2020-03-24 13:53:01] '/u/YTAverageGamer1' has given '/u/donzko' lambda!
+12086 [2020-03-24 13:53:01] The OP received lambda too!
+12086 [2020-03-24 13:58:02] '/u/YTAverageGamer1' has given '/u/vpg_ryoma45' lambda!
+12086 [2020-03-24 13:59:33] There has been a new submission: '#small YouTuber quarantine life vlog #subscribe', with flair 'None'
+12086 [2020-03-24 13:59:34] /u/prettyface69 had their submission removed for insufficient lambda.
+12086 [2020-03-24 14:01:55] There has been a new submission: 'Modern Warfare but we are GOing mAAd', with flair 'Gaming'
+12086 [2020-03-24 14:01:57] /u/TA113N had their submission removed for insufficient lambda.
+12086 [2020-03-24 14:02:16] There has been a new submission: 'My Uncle Threatens to throw a dog because he died in fortnite!?', with flair 'Gaming'
+12086 [2020-03-24 14:02:18] /u/kingnic14 had their submission removed for insufficient lambda.
+12132 [2020-03-24 14:07:26]
+####################
+[2020-03-24 14:07:26] RESTARTED
+####################
+
+12132 [2020-03-24 14:08:27] '/u/generalna11' has given '/u/donzko' lambda!
+12132 [2020-03-24 14:08:27] The OP received lambda too!
+12132 [2020-03-24 14:11:19] There has been a new submission: 'FREE Youtube Channel Reviews For More Subscribers! I do this live stream every Saturday at 11:00 am EST. The same time. I would like suggestions for improvements in the show!', with flair 'Video Critique'
+12132 [2020-03-24 14:15:21] '/u/clemmonsRushi' has given '/u/generalna11' lambda!
+12132 [2020-03-24 14:22:54] There has been a new submission: 'After one car accident, physio and psychotherapy, a postponed wedding and a bunch of other stuff, I've finally made a new video. 2 years later and with more energy I present Tetris 99.', with flair 'Video Critique'
+12132 [2020-03-24 14:37:34] The moderator /u/jwnskanzkwk has given /u/generalna11 1λ. /u/generalna11 now has 4λ.
+12132 [2020-03-24 14:43:10] There has been a new submission: 'Need some feedback on my YouTube channel, would love some honest opinions about it and what i can improve on :)', with flair 'Channel Review'
+12132 [2020-03-24 14:43:12] /u/whatthefuckisajedi had their submission removed for insufficient lambda.
+12132 [2020-03-24 14:51:29] There has been a new submission: '#8 lazy morning channel review (more detailed and honest reviews)', with flair 'Discussion'
+12132 [2020-03-24 14:51:55] '/u/anaana994' has given '/u/generalna11' lambda!
+12132 [2020-03-24 14:54:00] '/u/anaana994' has given '/u/Jellyquent' lambda!
+12132 [2020-03-24 14:56:01] There has been a new submission: 'The Photographers Quarantine Guide - STAY PRODUCTIVE!', with flair 'Discussion'
+12132 [2020-03-24 14:56:03] /u/Frooosty had their submission removed for using the wrong flair.
+12132 [2020-03-24 14:57:17] There has been a new submission: 'The Photographers Quarantine Guide - STAY PRODUCTIVE!', with flair 'Video Critique'
+12132 [2020-03-24 14:57:55] There has been a new submission: 'THANK YOU!', with flair 'Discussion'
+12132 [2020-03-24 15:03:45] '/u/MafiasFinestTV' has given '/u/Dharen29YT' lambda!
+12132 [2020-03-24 15:03:45] The OP received lambda too!
+12132 [2020-03-24 15:06:19] There has been a new submission: 'Rainboe 6 Mozzie memetage. Tell me what i need to improve on, towards the end I run out of ideas and I dont know what to do.', with flair 'Video Critique'
+12132 [2020-03-24 15:17:17] There has been a new submission: 'Muse - Plug In Baby (Acoustic Cover)', with flair 'Video Critique'
+12132 [2020-03-24 15:17:18] /u/juurata had their submission removed for insufficient lambda.
+12132 [2020-03-24 15:25:43] '/u/cullenaryarts7' has given '/u/Xerionix' lambda!
+12132 [2020-03-24 15:34:23] '/u/VR-Frontier' has given '/u/_abmatt_' lambda!
+12132 [2020-03-24 15:34:23] The OP received lambda too!
+12132 [2020-03-24 15:36:54] '/u/VR-Frontier' has given '/u/AlcoholicSocks' lambda!
+12132 [2020-03-24 15:39:35] '/u/VR-Frontier' has given '/u/AbuseCoffee' lambda!
+12132 [2020-03-24 15:43:54] There has been a new submission: 'I caught some gaming moments with my friends on Rainbow Six Siege. Any feedback or support is appreciated.', with flair 'Gaming'
+12132 [2020-03-24 15:44:56] There has been a new submission: 'YouTube', with flair 'Gaming'
+12132 [2020-03-24 15:44:58] /u/Cynade_yt had their submission removed for insufficient lambda.
+12132 [2020-03-24 15:45:49] '/u/The_Suited_Bird' has given '/u/MoskitoDan' lambda!
+12132 [2020-03-24 15:45:49] The OP received lambda too!
+12132 [2020-03-24 15:46:53] '/u/The_Suited_Bird' has given '/u/cheekynandos058' lambda!
+12132 [2020-03-24 15:47:28] '/u/The_Suited_Bird' has given '/u/Illfury' lambda!
+12132 [2020-03-24 15:50:10] '/u/The_Suited_Bird' has given '/u/VR-Frontier' lambda!
+12132 [2020-03-24 15:52:53] There has been a new submission: 'A short lore video/second channel announcement, I'd love to hear feedback on how to improve in the future!', with flair 'Video Critique'
+12132 [2020-03-24 15:53:47] There has been a new submission: 'Looking to join the community/help others like me.', with flair 'Discussion'
+12132 [2020-03-24 15:59:26] There has been a new submission: 'Lake Lure, North Carolina! BEST LAKE IN THE STATE!? (Feedback appreciated!)', with flair 'Video Critique'
+12156 [2020-03-24 16:07:27]
+####################
+[2020-03-24 16:07:27] RESTARTED
+####################
+
+12156 [2020-03-24 16:08:36] There has been a new submission: 'myoGLOBEn: Travel + Fitness | 2020 Trailer - trailer for my new fitness + travel web series that seeks to discover unique gyms, workouts, and fitness opportunities from around the world.', with flair 'Video Critique'
+12156 [2020-03-24 16:11:24] There has been a new submission: 'The Golden Gun Experience - Rainbow Six Siege Arcade (Operation Void Edge)', with flair 'Gaming'
+12156 [2020-03-24 16:11:27] /u/KrakenR6 had their submission removed for insufficient lambda.
+12156 [2020-03-24 16:13:47] There has been a new submission: 'PISSRAGJONES - YEAR OF THE COWBOY (OFFICIAL MUSIC VIDEO)', with flair 'Art'
+12156 [2020-03-24 16:13:50] /u/eggterminator had their submission removed for insufficient lambda.
+12156 [2020-03-24 16:18:44] There has been a new submission: 'Could people pls check out my channel and give me feedback, i feel like i put a lot of effort in and would really appreciate more support on growing it, thx - Wolvizm', with flair 'Gaming'
+12156 [2020-03-24 16:18:45] /u/Wolvizm had their submission removed for insufficient lambda.
+12156 [2020-03-24 16:27:01] There has been a new submission: 'Last time received great feedback from you guys, so I implemented it into my newest video: [locked up at home with my cats (not complaining)] - Let me know what you think! :)', with flair 'Video Critique'
+12156 [2020-03-24 16:27:53] There has been a new submission: 'New video', with flair 'Vlog'
+12156 [2020-03-24 16:27:55] /u/shoffii93 had their submission removed for insufficient lambda.
+12156 [2020-03-24 16:34:47] There has been a new submission: 'Warzone Feeds n Fails!', with flair 'Gaming'
+12156 [2020-03-24 16:34:49] /u/wozza312 had their submission removed for insufficient lambda.
+12156 [2020-03-24 16:42:25] There has been a new submission: 'I wanna say R.I.P for every patient that died of corona', with flair 'Discussion'
+12156 [2020-03-24 16:44:21] There has been a new submission: 'Treasure Room Tour! (Best Underwater Treasure Finds)', with flair 'Vlog'
+12156 [2020-03-24 16:44:23] /u/Merman_Mike had their submission removed for insufficient lambda.
+12156 [2020-03-24 16:52:17] There has been a new submission: 'My second video on the channel where my friend and I dick around in The Forest. Tell me what you think ?', with flair 'Video Critique'
+12156 [2020-03-24 16:54:52] There has been a new submission: 'A more of a serious tone with this video, you guys stay safe.', with flair 'Video Critique'
+12156 [2020-03-24 16:58:43] There has been a new submission: 'Corona VIRUS IN MINECRAFT??', with flair 'Video Critique'
+12156 [2020-03-24 16:58:44] /u/AshDaCoolKid had their submission removed for insufficient lambda.
+12156 [2020-03-24 17:01:18] '/u/_NGaming_' has given '/u/greenphant0m_yt' lambda!
+12156 [2020-03-24 17:01:53] '/u/_NGaming_' has given '/u/Homest4r' lambda!
+12156 [2020-03-24 17:02:03] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 9 - The Mysterious One Night Castle', with flair 'Gaming'
+12156 [2020-03-24 17:02:06] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+12156 [2020-03-24 17:03:15] '/u/LinusStudios' has given '/u/MrDonut12' lambda!
+12156 [2020-03-24 17:03:37] '/u/LinusStudios' has given '/u/draxsquad' lambda!
+12156 [2020-03-24 17:03:56] '/u/Rolypoly_Cats' has given '/u/jaxtnh' lambda!
+12156 [2020-03-24 17:03:57] The OP received lambda too!
+12156 [2020-03-24 17:04:06] '/u/LinusStudios' has given '/u/Jondavis8712' lambda!
+12156 [2020-03-24 17:04:58] '/u/LinusStudios' has given '/u/KenshinARTIST' lambda!
+12156 [2020-03-24 17:05:25] '/u/LinusStudios' has given '/u/PepitoPregunton' lambda!
+12156 [2020-03-24 17:07:57] There has been a new submission: 'Hand Simulator Survival - The GREATEST survival player EVER?', with flair 'Video Critique'
+12156 [2020-03-24 17:07:58] /u/Drinkablestraw had their submission removed for insufficient lambda.
+12156 [2020-03-24 17:10:34] There has been a new submission: 'HERMES Cheapest Thing Unboxing | Under $25???! | Carlo&Seb', with flair 'Channel Review'
+12156 [2020-03-24 17:10:37] /u/CC_unboxing had their submission removed for insufficient lambda.
+12156 [2020-03-24 17:13:03] '/u/The_Suited_Bird' has given '/u/BAMGaming_' lambda!
+12156 [2020-03-24 17:14:02] There has been a new submission: 'How to make a theory video?', with flair 'Discussion'
+12156 [2020-03-24 17:26:20] There has been a new submission: 'CHARITY STREAM', with flair 'Video Critique'
+12156 [2020-03-24 17:41:23] There has been a new submission: 'Check out this sick kilo setup!! Like subscribe and leave a comment, thanks 🙏🏼 for the support!', with flair 'Gaming'
+12156 [2020-03-24 17:41:25] /u/tkizz_y had their submission removed for insufficient lambda.
+12156 [2020-03-24 17:44:21] '/u/ColinMcGraw' has given '/u/_abmatt_' lambda!
+12156 [2020-03-24 17:51:19] There has been a new submission: 'Wanna stream for charity (Corona)', with flair 'Discussion'
+12156 [2020-03-24 17:53:12] There has been a new submission: 'Hi guys! I made a lamp out of a bottle of wine. I need feedback to indicate where I can improve. Thank you and stay safe, together we will eradicate the virus ...', with flair 'Video Critique'
+12156 [2020-03-24 17:57:29] '/u/draxsquad' has given '/u/minibakker' lambda!
+12181 [2020-03-24 18:07:26]
+####################
+[2020-03-24 18:07:26] RESTARTED
+####################
+
+12181 [2020-03-24 18:21:09] There has been a new submission: '[Video Critique] I understand not all of you like this type of humor, but give me your best critiques!', with flair 'Video Critique'
+12181 [2020-03-24 18:26:10] There has been a new submission: '3 YEARS', with flair 'Discussion'
+12181 [2020-03-24 18:28:58] There has been a new submission: 'Looking to get some feedback on our channel also get some advise on more exposure.', with flair 'Channel Review'
+12181 [2020-03-24 18:28:59] /u/FamilyFeelz had their submission removed for insufficient lambda.
+12181 [2020-03-24 18:32:23] '/u/JudgeCreed' has given '/u/GlobalNerd' lambda!
+12181 [2020-03-24 18:32:23] The OP received lambda too!
+12181 [2020-03-24 18:37:08] '/u/Powerless-Goat' has given '/u/WildKrono' lambda!
+12181 [2020-03-24 18:45:54] There has been a new submission: 'Selling shoutouts on 125k+ subs channel', with flair 'Collab'
+12181 [2020-03-24 18:50:51] There has been a new submission: 'so I crashed my drone... on the other side of the river..', with flair 'Vlog'
+12181 [2020-03-24 18:50:54] /u/robbieduncan98 had their submission removed for insufficient lambda.
+12181 [2020-03-24 18:55:56] '/u/JudgeCreed' has given '/u/Magnifikunt' lambda!
+12181 [2020-03-24 18:59:06] '/u/myogloben' has given '/u/jaxtnh' lambda!
+12181 [2020-03-24 18:59:07] The OP received lambda too!
+12181 [2020-03-24 19:00:25] There has been a new submission: 'IF HARRY STYLES WAS A POLICE OFFICER', with flair 'Channel Review'
+12181 [2020-03-24 19:00:28] /u/youssefbenothman had their submission removed for insufficient lambda.
+12181 [2020-03-24 19:00:35] There has been a new submission: 'This is the Part 2 to my DreadHalls let’s play. I am a small VR YouTuber so any help would be great, I give lambda!! Thanks!', with flair 'Video Critique'
+12181 [2020-03-24 19:03:16] '/u/420NoScopeFedoraTip' has given '/u/sambarlien' lambda!
+12181 [2020-03-24 19:03:38] '/u/420NoScopeFedoraTip' has given '/u/vivian1_' lambda!
+12181 [2020-03-24 19:06:55] There has been a new submission: 'Uploaded a new video and would like to know what you think about it!', with flair 'Video Critique'
+12181 [2020-03-24 19:15:38] There has been a new submission: '4TH FLAVA - STARS [21 Savage x Future Type Beat] [Dark Ambient Trap Instrumental] [2020]', with flair 'None'
+12181 [2020-03-24 19:15:40] /u/Shadowhead had their submission removed for insufficient lambda.
+12181 [2020-03-24 19:17:22] There has been a new submission: 'My Music Channel :)', with flair 'Art'
+12181 [2020-03-24 19:17:23] /u/Paride9 had their submission removed for insufficient lambda.
+12181 [2020-03-24 19:18:37] '/u/VR-Frontier' has given '/u/XboxJockey' lambda!
+12181 [2020-03-24 19:18:37] The OP received lambda too!
+12181 [2020-03-24 19:19:08] There has been a new submission: 'How many of you make travel content (or even just observational comedy)?', with flair 'Discussion'
+12181 [2020-03-24 19:30:33] There has been a new submission: 'This is how I film & edit my YouTube videos! If you're interested in what software to start with, check out this video! I hope it helps :)', with flair 'Video Critique'
+12181 [2020-03-24 19:45:42] There has been a new submission: 'Dropped out of online college, WGU Computer Science - Why I Did it', with flair 'Video Critique'
+12181 [2020-03-24 19:56:31] There has been a new submission: 'Adventures is reselling. (:', with flair 'None'
+12181 [2020-03-24 19:57:35] There has been a new submission: 'My second VR video. Any and all advice or suggestions are welcome! Thank you!', with flair 'Video Critique'
+12270 [2020-03-24 20:07:26]
+####################
+[2020-03-24 20:07:26] RESTARTED
+####################
+
+12270 [2020-03-24 20:17:51] There has been a new submission: 'Amazing prank by Achraf Hakimi and Marcos Llorente on their girlfriend', with flair 'Video Critique'
+12270 [2020-03-24 20:17:52] /u/UNBELIEVABLE100 had their submission removed for insufficient lambda.
+12270 [2020-03-24 20:25:32] '/u/XboxJockey' has given '/u/mememasteruwu' lambda!
+12270 [2020-03-24 20:25:32] The OP received lambda too!
+12270 [2020-03-24 20:25:42] There has been a new submission: 'Pls rate my new video from 1-10. Thanks :)', with flair 'Video Critique'
+12270 [2020-03-24 20:25:51] There has been a new submission: 'GUYS I JUST NEED 400 SUB TO 1000..PLEASE GO SUB ON MY CHANNEL, AND MAKE MY DAY BETTER!!', with flair 'Art'
+12270 [2020-03-24 20:25:52] /u/UNBELIEVABLE100 had their submission removed for insufficient lambda.
+12270 [2020-03-24 20:26:56] There has been a new submission: 'Find Your Aesthetic quiz', with flair 'Vlog'
+12270 [2020-03-24 20:26:57] /u/aestheticccc__ had their submission removed for insufficient lambda.
+12270 [2020-03-24 20:38:50] '/u/The_Suited_Bird' has given '/u/kelvin-wale' lambda!
+12270 [2020-03-24 20:39:14] There has been a new submission: 'Help', with flair 'Discussion'
+12270 [2020-03-24 20:50:38] There has been a new submission: 'Been lurking for a bit and now I want to post some videos. I focus on history and the point is to keep the content short and sweet. Feedback is appreciated, as well as advice on upping production value on a budget. I will compensate with sweet, sweet lambda.', with flair 'Channel Review'
+12270 [2020-03-24 20:53:23] There has been a new submission: 'Soulcalibur VI Review! Any feedback?', with flair 'Gaming'
+12270 [2020-03-24 20:57:22] There has been a new submission: 'Just published one of my best videos so far. Really proud of this one. Any feedback?', with flair 'None'
+12270 [2020-03-24 20:57:23] /u/MG_xShiftyx had their submission removed for insufficient lambda.
+12270 [2020-03-24 21:05:06] There has been a new submission: 'What you think about our channel design?!', with flair 'Channel Review'
+12270 [2020-03-24 21:05:08] /u/PrimeMonkeyOfficial had their submission removed for insufficient lambda.
+12270 [2020-03-24 21:09:17] '/u/thePaperBagman12' has given '/u/MG_xShiftyx' lambda!
+12270 [2020-03-24 21:09:17] The OP received lambda too!
+12270 [2020-03-24 21:09:34] There has been a new submission: 'Got a new Mic and need what next to improve on.', with flair 'Video Critique'
+12270 [2020-03-24 21:15:38] There has been a new submission: 'Tarkov video from a few weeks ago, let me know what you think and what you'd improve!', with flair 'Video Critique'
+12270 [2020-03-24 21:19:07] There has been a new submission: 'big summoning session, can we get a good monster?', with flair 'Gaming'
+12270 [2020-03-24 21:19:08] /u/grahinho had their submission removed for insufficient lambda.
+12270 [2020-03-24 21:21:43] '/u/kaliseoul' has given '/u/CRGaming_Group' lambda!
+12270 [2020-03-24 21:21:43] The OP received lambda too!
+12270 [2020-03-24 21:24:13] There has been a new submission: 'r/smallytchannel Weekly Weekly Casual Conversation. (Mar 24 2020)', with flair 'None'
+12270 [2020-03-24 21:31:00] There has been a new submission: 'Hey guys! I’m a music artist and producer! I wrote this song, mixed/mastered it, made the beat, and shot/edited the video all myself! I’m hoping this gets more attention as it’s pretty hard to grow without a record label!', with flair 'Art'
+12270 [2020-03-24 21:31:02] /u/taylorforrest91 had their submission removed for insufficient lambda.
+12270 [2020-03-24 21:41:23] There has been a new submission: 'BODYBUILDERS ARE GOING CRAZY!!!', with flair 'Video Critique'
+12270 [2020-03-24 21:41:25] /u/Skedwii had their submission removed for insufficient lambda.
+12270 [2020-03-24 21:54:24] '/u/Boing_gaming' has given '/u/PrimeMonkeyOfficial' lambda!
+12270 [2020-03-24 21:54:24] The OP received lambda too!
+12270 [2020-03-24 22:00:34] There has been a new submission: 'Behind The Blood - King Kong 1933. A show that brings you behind the scenes on all horror related films.', with flair 'Channel Review'
+12270 [2020-03-24 22:00:48] '/u/thePaperBagman12' has given '/u/PrimeMonkeyOfficial' lambda!
+12270 [2020-03-24 22:06:28] There has been a new submission: 'Giving Lambda to all helpful feedback! Please let me know what you think about my thumbnail, title and editing. Thanks in advance for the advice and feedback!', with flair 'Video Critique'
+12291 [2020-03-24 22:07:26]
+####################
+[2020-03-24 22:07:26] RESTARTED
+####################
+
+12291 [2020-03-24 22:08:26] There has been a new submission: 'God Of War 4 Bosses Power Levels (Who is the Strongest?). Just posted this Video Guys, i would love your thoughts Concerning the Video', with flair 'Video Critique'
+12291 [2020-03-24 22:08:27] /u/Elijah0200 had their submission removed for insufficient lambda.
+12291 [2020-03-24 22:10:15] There has been a new submission: 'QUARANTINE - This is a rap comedy music video I made. I've never rapped before and would love some feedback :)', with flair 'Video Critique'
+12291 [2020-03-24 22:10:17] /u/smankydank had their submission removed for insufficient lambda.
+12291 [2020-03-24 22:17:08] '/u/SuperMcGregs' has given '/u/PepitoPregunton' lambda!
+12291 [2020-03-24 22:17:09] The OP received lambda too!
+12291 [2020-03-24 22:18:52] '/u/FuriousSlayer73' has given '/u/bwgamer' lambda!
+12291 [2020-03-24 22:18:52] The OP received lambda too!
+12291 [2020-03-24 22:20:25] '/u/FuriousSlayer73' has given '/u/mmarion13' lambda!
+12291 [2020-03-24 22:20:40] '/u/FuriousSlayer73' has given '/u/XboxJockey' lambda!
+12291 [2020-03-24 22:24:59] '/u/VR-Frontier' has given '/u/LionessLicia' lambda!
+12291 [2020-03-24 22:34:01] '/u/thePaperBagman12' has given '/u/bwgamer' lambda!
+12291 [2020-03-24 22:35:05] '/u/Tman_47YT' has given '/u/bwgamer' lambda!
+12291 [2020-03-24 22:35:05] The OP received lambda too!
+12291 [2020-03-24 22:37:00] There has been a new submission: '[Motivation] One of my videos that got off to a poor start (<100 views in the first week) now consistently gets 100 views a day...', with flair 'Discussion'
+12291 [2020-03-24 22:37:39] There has been a new submission: 'Please help me grow and reach 100 subscribers', with flair 'Gaming'
+12291 [2020-03-24 22:37:40] /u/vTinyTitanv-YT-_- had their submission removed for insufficient lambda.
+12291 [2020-03-24 22:45:10] There has been a new submission: 'LEGO Star Wars: The Skywalker Saga - All Confirmed Characters So Far & Screenshots!', with flair 'Gaming'
+12291 [2020-03-24 22:45:12] /u/Edduk98 had their submission removed for insufficient lambda.
+12291 [2020-03-24 22:47:08] '/u/XboxJockey' has given '/u/driedtexas' lambda!
+12291 [2020-03-24 22:48:11] There has been a new submission: 'Mobile Indie GameDev Channel, looking for players, watchers and feedbacks to update games and not just have fun (me) but make players and subscribed people have fun too. I hope you guys like it! More games soon!', with flair 'Channel Review'
+12291 [2020-03-24 22:52:06] '/u/SuperMcGregs' has given '/u/Skedwii' lambda!
+12291 [2020-03-24 22:52:21] There has been a new submission: 'I'm kind of new and need subs', with flair 'Gaming'
+12291 [2020-03-24 22:52:24] /u/IBEFreshhh had their submission removed for insufficient lambda.
+12291 [2020-03-24 22:52:54] '/u/SuperMcGregs' has given '/u/PrimeMonkeyOfficial' lambda!
+12291 [2020-03-24 22:54:12] '/u/SuperMcGregs' has given '/u/RevolutionaryDrive5' lambda!
+12291 [2020-03-24 22:56:58] '/u/SuperMcGregs' has given '/u/the_art_of_alcohol' lambda!
+12291 [2020-03-24 22:57:55] '/u/thePaperBagman12' has given '/u/MusicHub123' lambda!
+12291 [2020-03-24 23:03:55] '/u/SuperMcGregs' has given '/u/El_Penguino_' lambda!
+12291 [2020-03-24 23:04:49] '/u/SuperMcGregs' has given '/u/danifernt' lambda!
+12291 [2020-03-24 23:05:41] There has been a new submission: 'Feedback on editing and content in general appreciated! Will give the lambda!', with flair 'Video Critique'
+12291 [2020-03-24 23:06:11] There has been a new submission: 'Looking for people to join a “team”', with flair 'Collab'
+12291 [2020-03-24 23:07:23] There has been a new submission: 'Just uploaded part 1 of my half life let’s play', with flair 'Gaming'
+12291 [2020-03-24 23:07:24] /u/battlecatsahead had their submission removed for insufficient lambda.
+12291 [2020-03-24 23:12:51] There has been a new submission: 'What's the creepiest thing that's ever happened to you or someone you know? (r/AskReddit)', with flair 'Video Critique'
+12291 [2020-03-24 23:12:54] /u/ChristianDeee had their submission removed for insufficient lambda.
+12291 [2020-03-24 23:15:56] There has been a new submission: 'I got 100 people to roast a youtuber!', with flair 'Vlog'
+12291 [2020-03-24 23:30:11] There has been a new submission: 'Facade Grace Loves You | HOW TO GET LAID (or not) --- Hey again fellow creators! Looking for that sweet critiques on my new vid! Lay it on me XD. lambda to my homies with those juicy critiques <3', with flair 'Gaming'
+12291 [2020-03-24 23:30:39] '/u/Rolypoly_Cats' has given '/u/BAMGaming_' lambda!
+12291 [2020-03-24 23:32:56] '/u/Rolypoly_Cats' has given '/u/CRGaming_Group' lambda!
+12291 [2020-03-24 23:33:10] '/u/Rolypoly_Cats' has given '/u/Boing_gaming' lambda!
+12291 [2020-03-24 23:33:31] There has been a new submission: 'Hello! I just started getting back into making videos again, and would like some feedback on this one, or more if you have the time. Just the general feel of it, what you liked, didnt like, ect', with flair 'Video Critique'
+12291 [2020-03-24 23:33:44] '/u/Rolypoly_Cats' has given '/u/vivian1_' lambda!
+12291 [2020-03-24 23:34:27] '/u/Rolypoly_Cats' has given '/u/MusicHub123' lambda!
+12291 [2020-03-24 23:35:10] '/u/Rolypoly_Cats' has given '/u/the_real_d247' lambda!
+12291 [2020-03-24 23:37:10] There has been a new submission: 'Guitar video on guitar faces - more of a funny video than a lesson - always open to feedback to keep improving!! :)', with flair 'Video Critique'
+12291 [2020-03-24 23:47:04] There has been a new submission: 'Is anyone into video games? If so, you may find my YouTube channel entertaining! I would greatly appreciate it if you would check it out and maybe leave a sub and like. Thank you!', with flair 'Channel Review'
+12291 [2020-03-24 23:47:06] /u/chadupinhere had their submission removed for insufficient lambda.
+12291 [2020-03-24 23:47:43] '/u/somewhatrespectable' has given '/u/PrimeMonkeyOfficial' lambda!
+12291 [2020-03-24 23:47:43] The OP received lambda too!
+12291 [2020-03-24 23:53:58] There has been a new submission: 'Upcoming youtube gaming videos!', with flair 'Gaming'
+12291 [2020-03-24 23:54:00] /u/AlexAle02 had their submission removed for insufficient lambda.
+12291 [2020-03-24 23:54:18] There has been a new submission: 'Resident Evil: Revelations 2; Raid Mode - Episode 1 Mission 4', with flair 'Gaming'
+12291 [2020-03-24 23:54:38] There has been a new submission: 'Voice actor for hire', with flair 'Discussion'
+12291 [2020-03-24 23:55:03] '/u/notdazzer' has given '/u/PrimeMonkeyOfficial' lambda!
+12291 [2020-03-24 23:55:03] The OP received lambda too!
+12291 [2020-03-24 23:55:11] There has been a new submission: 'Homeschooling 6 children while quarantined', with flair 'Vlog'
+12291 [2020-03-24 23:55:13] /u/KineshaHarry had their submission removed for insufficient lambda.
+12291 [2020-03-24 23:58:45] There has been a new submission: 'Demon Slayer Kimetsu no Yaiba ( First Trailer by CyberConnct2 )', with flair 'Gaming'
+12291 [2020-03-24 23:58:46] /u/AzidEnze had their submission removed for insufficient lambda.
+12291 [2020-03-25 00:06:00] There has been a new submission: 'I'm just a small r6 montage maker that's trying to grow', with flair 'Gaming'
+12291 [2020-03-25 00:06:02] /u/H4XE___YT had their submission removed for insufficient lambda.
+12312 [2020-03-25 00:07:26]
+####################
+[2020-03-25 00:07:26] RESTARTED
+####################
+
+12312 [2020-03-25 00:08:27] There has been a new submission: 'Hey so err this is my first time posting here', with flair 'Gaming'
+12312 [2020-03-25 00:08:28] /u/Bibybobjob had their submission removed for insufficient lambda.
+12312 [2020-03-25 00:13:07] '/u/MrRespectPhD' has given '/u/Jondavis8712' lambda!
+12312 [2020-03-25 00:13:07] The OP received lambda too!
+12312 [2020-03-25 00:14:03] There has been a new submission: 'How do I get paid?', with flair 'Discussion'
+12312 [2020-03-25 00:17:01] '/u/Hero_Doses' has given '/u/MG_xShiftyx' lambda!
+12312 [2020-03-25 00:17:02] The OP received lambda too!
+12312 [2020-03-25 00:18:48] '/u/Hero_Doses' has given '/u/PrimeMonkeyOfficial' lambda!
+12312 [2020-03-25 00:19:44] '/u/Hero_Doses' has given '/u/MusicHub123' lambda!
+12312 [2020-03-25 00:29:58] There has been a new submission: 'We made a music video about washing your hands and the Corona Virus! Critiques are welcome! |Topographical Gang| Sketch Comedy|Get your Lambda here!', with flair 'Video Critique'
+12312 [2020-03-25 00:30:15] '/u/SuperMcGregs' has given '/u/DanThePanda-YT' lambda!
+12312 [2020-03-25 00:30:50] There has been a new submission: 'He turns himself into a...', with flair 'Art'
+12312 [2020-03-25 00:30:52] /u/Cenanden had their submission removed for insufficient lambda.
+12312 [2020-03-25 00:34:23] There has been a new submission: 'Why wont ZOS hear there content creators #ESO 🤦‍♂️🤬', with flair 'Discussion'
+12312 [2020-03-25 00:34:25] /u/Unfadingsilence had their submission removed for using the wrong flair.
+12312 [2020-03-25 00:40:44] '/u/SuperMcGregs' has given '/u/VR-Frontier' lambda!
+12312 [2020-03-25 00:43:45] There has been a new submission: 'EATVR - Tech Channel to keep you up to date with technology', with flair 'Channel Review'
+12312 [2020-03-25 00:43:47] /u/EATVR-studio had their submission removed for insufficient lambda.
+12312 [2020-03-25 00:45:56] There has been a new submission: 'Minecraft Hardcore is Easy (Episode 1) Feedback would be appreciated, and maybe drop a sub. i'm close to 100!', with flair 'Video Critique'
+12312 [2020-03-25 00:52:53] There has been a new submission: 'Every G-Man Speech (Half-Life - Half-Life: Alyx) (1998-2020)', with flair 'Gaming'
+12312 [2020-03-25 00:52:55] /u/yesnickhasreddit had their submission removed for insufficient lambda.
+12312 [2020-03-25 01:04:30] There has been a new submission: 'Let's play Tulen in Arena of Valor-Better than Thor', with flair 'Gaming'
+12312 [2020-03-25 01:04:32] /u/AdrianDrondoe had their submission removed for insufficient lambda.
+12312 [2020-03-25 01:08:01] '/u/MafiasFinestTV' has given '/u/cjf5414' lambda!
+12312 [2020-03-25 01:17:09] There has been a new submission: 'Can you guys rate my new video, I put alot of time on it and would like some feed back', with flair 'Channel Review'
+12312 [2020-03-25 01:17:10] /u/TrueVerse had their submission removed for insufficient lambda.
+12312 [2020-03-25 01:28:24] '/u/kaliseoul' has given '/u/cjf5414' lambda!
+12312 [2020-03-25 01:37:58] There has been a new submission: 'Rate my video 1-10 and maybe some helpful critiques', with flair 'Gaming'
+12312 [2020-03-25 01:37:59] /u/skeezzyy-jibbzz had their submission removed for insufficient lambda.
+12312 [2020-03-25 01:38:49] '/u/SuperMcGregs' has given '/u/SteelHockey' lambda!
+12312 [2020-03-25 01:42:00] There has been a new submission: 'WHAT IS GOING ON?! | My thoughts on what is going on around the world | Toilet paper be wildin you know? Asians be getting harrassed... I'm asian XD', with flair 'Art'
+12312 [2020-03-25 01:42:03] /u/Dankim633 had their submission removed for insufficient lambda.
+2316 [2020-03-25 01:44:42] Updated statistics
+12312 [2020-03-25 01:45:14] '/u/Skedwii' has given '/u/skeezzyy-jibbzz' lambda!
+12312 [2020-03-25 01:45:14] The OP received lambda too!
+12312 [2020-03-25 01:48:13] '/u/thePaperBagman12' has given '/u/PepitoPregunton' lambda!
+12312 [2020-03-25 01:49:50] '/u/flyinghsaucer' has given '/u/skeezzyy-jibbzz' lambda!
+12312 [2020-03-25 01:49:50] The OP received lambda too!
+12312 [2020-03-25 01:53:12] There has been a new submission: 'Just a regular day in the nether.There are no memes here', with flair 'Gaming'
+12312 [2020-03-25 01:53:14] /u/HeyIDoesStuff had their submission removed for insufficient lambda.
+12312 [2020-03-25 01:58:46] There has been a new submission: 'This Video marks my Content Creator´s Journey. I wanted to put my Design skills and Gaming passion into use.', with flair 'Gaming'
+12312 [2020-03-25 01:58:58] '/u/the_real_d247' has given '/u/HeyIDoesStuff' lambda!
+12312 [2020-03-25 01:58:58] The OP received lambda too!
+12312 [2020-03-25 01:59:29] There has been a new submission: 'I was wondering if you guys could check out my YouTube channel and let me know what think about it? I have a cooking channel.', with flair 'Channel Review'
+12312 [2020-03-25 01:59:30] /u/Super-Insane-Hippo had their submission removed for insufficient lambda.
+12312 [2020-03-25 02:01:33] There has been a new submission: 'Just a regular day in the nether.Totaly no memes in this video,NOT EVEN A SINGLE MEME', with flair 'Gaming'
+12312 [2020-03-25 02:01:42] There has been a new submission: 'Giving Lambda to ALL helpful feedback! Please watch my latest video, let me know your thoughts and options, i feel like my editing and thumbnails have come a long way from when i started. Thanks!', with flair 'Vlog'
+12312 [2020-03-25 02:02:36] There has been a new submission: 'My first time playing Subnautica! Will give lambda for helpful feedback, this is my first attempt at this style of video - let me know what you think!', with flair 'Video Critique'
+12452 [2020-03-25 02:07:26]
+####################
+[2020-03-25 02:07:26] RESTARTED
+####################
+
+12452 [2020-03-25 02:16:15] '/u/thePaperBagman12' has given '/u/VR-Frontier' lambda!
+12452 [2020-03-25 02:23:55] There has been a new submission: 'SUB TO ME AND I WILL SUB TO YOU', with flair 'Channel Review'
+12452 [2020-03-25 02:23:57] /u/GK_Fishy_On_YouTube had their submission removed for insufficient lambda.
+12452 [2020-03-25 02:35:19] There has been a new submission: 'Can anyone rate my video tell me how I did and is my thumbnail good or can ot be better', with flair 'Video Critique'
+12452 [2020-03-25 02:35:20] /u/Getjigatnight had their submission removed for insufficient lambda.
+12452 [2020-03-25 02:44:40] There has been a new submission: 'I want to take the time to say thank you to anyone who is subscribed to me I've had my channel for 4 years now and still going strong, I hope to find a lot more people on the way.', with flair 'Channel Review'
+12452 [2020-03-25 02:44:42] /u/Getjigatnight had their submission removed for insufficient lambda.
+12452 [2020-03-25 02:47:11] There has been a new submission: 'I want to take the time to say thank you to anyone who is subscribed to me I've had my channel for 4 years now and still going strong, I hope to find a lot more people on the way.', with flair 'Discussion'
+12452 [2020-03-25 02:55:20] '/u/nbilzdy' has given '/u/vpg_ryoma45' lambda!
+12452 [2020-03-25 03:10:12] There has been a new submission: 'PRETENDING TO BE BOOMERS IN CVS PRANK', with flair 'Vlog'
+12452 [2020-03-25 03:10:14] /u/Matt484Yt had their submission removed for insufficient lambda.
+12452 [2020-03-25 03:26:20] There has been a new submission: '[Collab] Group YouTube Channel Recruiting People!', with flair 'Collab'
+12452 [2020-03-25 03:27:22] '/u/PepitoPregunton' has given '/u/the_real_d247' lambda!
+12452 [2020-03-25 03:27:23] The OP received lambda too!
+12452 [2020-03-25 03:31:40] There has been a new submission: 'A cowboys life', with flair 'None'
+12452 [2020-03-25 03:32:03] '/u/c_lee64' has given '/u/twinarmeduka' lambda!
+12452 [2020-03-25 03:32:04] The OP received lambda too!
+12452 [2020-03-25 03:34:53] There has been a new submission: 'Hi, I need subs and want to do a animation colab. Does anyone want to help? (channel is Chipmunk Drue)', with flair 'Collab'
+12452 [2020-03-25 03:35:45] '/u/GrumpyBottom_YT' has given '/u/twinarmeduka' lambda!
+12452 [2020-03-25 03:35:45] The OP received lambda too!
+12452 [2020-03-25 03:43:54] There has been a new submission: 'I started about 3 years ago and haven’t grown at all but still goin strong', with flair 'None'
+12452 [2020-03-25 03:43:56] /u/Jordansfire42 had their submission removed for insufficient lambda.
+12452 [2020-03-25 03:50:20] There has been a new submission: 'Black Desert Mobile Dark Knight Class', with flair 'Gaming'
+12452 [2020-03-25 03:50:22] /u/joycevlogs had their submission removed for insufficient lambda.
+12452 [2020-03-25 03:59:17] '/u/Skedwii' has given '/u/YouTubeJebaholic' lambda!
+12452 [2020-03-25 04:01:27] There has been a new submission: '[Gaming] Half Life: Alyx - Gameplay Walkthrough Part 1 - City 17 (PC/60fps/Ultra/Oculus Rift S)', with flair 'Gaming'
+12452 [2020-03-25 04:01:29] /u/Vyzen_1337 had their submission removed for insufficient lambda.
+12477 [2020-03-25 04:07:27]
+####################
+[2020-03-25 04:07:27] RESTARTED
+####################
+
+12477 [2020-03-25 04:09:07] There has been a new submission: 'How do you guys deal with stress from shortage of ideas?', with flair 'Discussion'
+12477 [2020-03-25 04:37:53] There has been a new submission: 'SUBTERRANEAN By Just Awesome. Here's a recent claymation/animation I did, hope you enjoy it! I'm just getting used to doing these, A new one every month! And if you're into it, all the support goes back.', with flair 'Art'
+12477 [2020-03-25 04:37:54] /u/IvanGeraldo had their submission removed for insufficient lambda.
+12477 [2020-03-25 04:38:29] There has been a new submission: 'What type of videos do you post', with flair 'Discussion'
+12477 [2020-03-25 04:43:56] There has been a new submission: 'Go SUBSCRIBE to my youtube channel', with flair 'Channel Review'
+12477 [2020-03-25 04:43:58] /u/Iam_Hollywood2 had their submission removed for insufficient lambda.
+12477 [2020-03-25 04:45:48] There has been a new submission: 'Seeking YouTubers for a paid research study', with flair 'Collab'
+12477 [2020-03-25 04:47:27] There has been a new submission: 'Season 4 Episode 12 Came Out! Would Like if You Checked it Out!', with flair 'Art'
+12477 [2020-03-25 04:47:28] /u/Gc-Productions had their submission removed for insufficient lambda.
+12477 [2020-03-25 04:47:42] '/u/flyinghsaucer' has given '/u/Dharen29YT' lambda!
+12477 [2020-03-25 05:00:03] There has been a new submission: 'Long live small youtubers!! Lets be more creative and less toxic in this toxi-ish worl righnt now! Let's sub to sub!! 100%!!', with flair 'Discussion'
+12477 [2020-03-25 05:19:17] There has been a new submission: 'What type of videos do you post? (Repost)', with flair 'Discussion'
+12477 [2020-03-25 05:25:45] There has been a new submission: 'I recorded a guitar part i made in one take and im looking for feedback on it, let me know what you think and subscribe if you want. also im not sure what flaire', with flair 'Video Critique'
+12477 [2020-03-25 05:25:46] /u/Soolvr had their submission removed for insufficient lambda.
+12477 [2020-03-25 05:35:25] There has been a new submission: 'Hi,I have a commentary channel,I have a posted 2 videos.I want to post more but don't feel like to because I'm an Indian and have a weird accent?do you have any tips for me to overcome my insecurity..thanks', with flair 'Discussion'
+12477 [2020-03-25 05:37:23] '/u/PepitoPregunton' has given '/u/DeafJordan' lambda!
+12477 [2020-03-25 05:43:43] There has been a new submission: 'Grow the channel', with flair 'Channel Review'
+12477 [2020-03-25 05:43:45] /u/Dinukasap had their submission removed for insufficient lambda.
+12477 [2020-03-25 05:45:05] There has been a new submission: 'Juices of Football', with flair 'Channel Review'
+12477 [2020-03-25 05:45:06] /u/Dinukasap had their submission removed for insufficient lambda.
+12477 [2020-03-25 05:47:25] There has been a new submission: 'GOD OF WAR VS THANOS FULL MOVIE 2020', with flair 'None'
+12477 [2020-03-25 05:47:27] /u/epicrealm2 had their submission removed for insufficient lambda.
+12477 [2020-03-25 05:49:05] '/u/Skedwii' has given '/u/Supeelok99' lambda!
+12477 [2020-03-25 05:49:30] There has been a new submission: 'This is my VR channel trailer. Also I’m almost to 100 subs thank you guys so much!! Also feedback (and maybe a sub, only if you like it) would be amazing, I give out lambda', with flair 'Video Critique'
+12477 [2020-03-25 05:56:02] There has been a new submission: 'Just wanted to say. This subreddit has helped so much. You guys are great! ALMOST TO 100 SUBS! I really can’t wait!! Anyway, just thanks!', with flair 'Discussion'
+12498 [2020-03-25 06:07:27]
+####################
+[2020-03-25 06:07:27] RESTARTED
+####################
+
+12498 [2020-03-25 06:11:37] There has been a new submission: 'I am starting a new channel, basically I am going to focus on making art, music and comedy. Advice to start strong?', with flair 'Discussion'
+12498 [2020-03-25 06:15:18] There has been a new submission: 'COMMENTARY CHANNEL ANY SUPPORT APPRECIATED! Thank you!💯', with flair 'Channel Review'
+12498 [2020-03-25 06:15:19] /u/mostlylaughable had their submission removed for insufficient lambda.
+12498 [2020-03-25 06:31:21] There has been a new submission: '☕ Coffee Painting 🎨 | Realistic Eyes | #beingckr content creator', with flair 'Art'
+12498 [2020-03-25 06:31:24] /u/beingckr had their submission removed for insufficient lambda.
+12498 [2020-03-25 06:39:13] '/u/thePaperBagman12' has given '/u/masterjx9' lambda!
+12498 [2020-03-25 07:03:17] '/u/Boing_gaming' has given '/u/KamKashiiiYT' lambda!
+12498 [2020-03-25 07:45:44] There has been a new submission: 'looking this )', with flair 'Vlog'
+12498 [2020-03-25 07:45:45] /u/Destruction_Factory had their submission removed for insufficient lambda.
+12688 [2020-03-25 08:07:27]
+####################
+[2020-03-25 08:07:27] RESTARTED
+####################
+
+12688 [2020-03-25 08:22:56] There has been a new submission: 'Just uploaded a R6 Siege video, could people check it out and let me know what they think?', with flair 'Gaming'
+12688 [2020-03-25 08:22:58] /u/Wolvizm had their submission removed for insufficient lambda.
+12688 [2020-03-25 08:33:48] There has been a new submission: 'Systemic Immersion: A new series I made braking down parts of various games (This part is about Thief The Dark Project and the mission Break From Cragscleft Prison)', with flair 'Gaming'
+12688 [2020-03-25 08:38:37] There has been a new submission: 'Please review my channel... 🙏', with flair 'Channel Review'
+12688 [2020-03-25 08:38:37] /u/gee-wayne had their submission removed for insufficient lambda.
+12688 [2020-03-25 08:41:02] There has been a new submission: 'Quarantine Day 1 | My plan for upcoming 21 days | Fight Corona', with flair 'Vlog'
+12688 [2020-03-25 08:41:04] /u/travelwithraveller had their submission removed for insufficient lambda.
+12688 [2020-03-25 08:53:11] '/u/keegzilla90' has given '/u/FilmPositivity' lambda!
+12688 [2020-03-25 09:27:54] There has been a new submission: 'YouTube', with flair 'Gaming'
+12688 [2020-03-25 09:27:56] /u/sukio99 had their submission removed for insufficient lambda.
+12688 [2020-03-25 09:49:34] There has been a new submission: '【 SpeedPaint 】 | Drawing Anime Girl In MS Paint | Noire Hyperdimension Neptunia...lambda for useful feedback :)', with flair 'Art'
+12688 [2020-03-25 09:49:35] /u/Paint2Luv-Art had their submission removed for insufficient lambda.
+12688 [2020-03-25 09:54:55] There has been a new submission: 'Can education, comedy and social experimentation blend together? Is this video hitting any of its 3 targets? Let me know know what you think, it is the first time I ask for your feedback!', with flair 'Video Critique'
+12688 [2020-03-25 09:57:43] There has been a new submission: 'Fur_Sec - Cyber Security Channel', with flair 'Channel Review'
+12688 [2020-03-25 09:57:44] /u/Bixxel-44 had their submission removed for insufficient lambda.
+12688 [2020-03-25 09:57:55] There has been a new submission: 'Assassin's Creed Odyssey | Brutal Blade + Staff Combat - Military + Cultist Guards Onslaught', with flair 'Gaming'
+12688 [2020-03-25 09:57:56] /u/Five_Kick_Combo had their submission removed for insufficient lambda.
+12688 [2020-03-25 09:58:51] There has been a new submission: 'Fur_Sec - Cyber Security Channel', with flair 'Channel Review'
+12688 [2020-03-25 09:58:52] /u/Bixxel-44 had their submission removed for insufficient lambda.
+12688 [2020-03-25 10:04:08] There has been a new submission: 'Been posting for a while now , would love some feedback :)', with flair 'Video Critique'
+12688 [2020-03-25 10:04:09] /u/itishv had their submission removed for insufficient lambda.
+12714 [2020-03-25 10:07:27]
+####################
+[2020-03-25 10:07:27] RESTARTED
+####################
+
+12714 [2020-03-25 10:22:32] '/u/LyadhkhorStrategist' has given '/u/donzko' lambda!
+12714 [2020-03-25 10:22:32] The OP received lambda too!
+12714 [2020-03-25 10:28:28] There has been a new submission: '"Okay Na 'Ko Sa Saktong Gwapo Kahit Hindi Macho" | HumanMeter', with flair 'None'
+12714 [2020-03-25 10:28:29] /u/IndividualGuide had their submission removed for insufficient lambda.
+12714 [2020-03-25 10:41:49] There has been a new submission: 'Can y’all check out my skit (giving lambda for critique', with flair 'Video Critique'
+12714 [2020-03-25 10:41:51] /u/sueno-af had their submission removed for insufficient lambda.
+12714 [2020-03-25 10:50:27] '/u/LyadhkhorStrategist' has given '/u/Visual-Data-Base' lambda!
+12714 [2020-03-25 10:58:11] There has been a new submission: 'small channel', with flair 'Gaming'
+12714 [2020-03-25 10:58:12] /u/Ha11y_s07 had their submission removed for insufficient lambda.
+12714 [2020-03-25 10:59:09] There has been a new submission: 'What thumbnail style you like to use for your videos?', with flair 'Discussion'
+12714 [2020-03-25 10:59:40] '/u/Dimblfully' has given '/u/Visual-Data-Base' lambda!
+12714 [2020-03-25 10:59:40] The OP received lambda too!
+12714 [2020-03-25 11:01:23] There has been a new submission: 'Seeking feedback', with flair 'Gaming'
+12714 [2020-03-25 11:01:26] /u/KyromixYT had their submission removed for insufficient lambda.
+12714 [2020-03-25 11:10:37] '/u/mayanguleria07' has given '/u/sueno-af' lambda!
+12714 [2020-03-25 11:15:25] '/u/thePaperBagman12' has given '/u/sam-UL' lambda!
+12714 [2020-03-25 11:25:31] There has been a new submission: 'Please watch this video and tell me where I can improve 👇', with flair 'Video Critique'
+12714 [2020-03-25 11:25:32] /u/DopeStars__ had their submission removed for insufficient lambda.
+12714 [2020-03-25 11:28:35] There has been a new submission: 'Hey everyone I shot this before we went into lockdown here in the UK. I work in the events industry which has been hugely affected by the pandemic so my job is pretty much on the rocks. I am taking full opportunity of my ‘free time’. Would appreciate any feedback! Thank you 🙏', with flair 'Vlog'
+12714 [2020-03-25 11:30:33] '/u/deforl' has given '/u/DanThePanda-YT' lambda!
+12714 [2020-03-25 11:30:33] The OP received lambda too!
+12714 [2020-03-25 11:31:15] There has been a new submission: 'What do you do when they talk to criticize you', with flair 'Vlog'
+12714 [2020-03-25 11:31:17] /u/nelomma had their submission removed for insufficient lambda.
+12714 [2020-03-25 11:37:32] '/u/AmroCube' has given '/u/sueno-af' lambda!
+12714 [2020-03-25 11:37:32] The OP received lambda too!
+12714 [2020-03-25 11:39:47] There has been a new submission: 'Hi guys, if you don’t mind could you review my channel', with flair 'Channel Review'
+12714 [2020-03-25 11:39:48] /u/KiwiMimi had their submission removed for insufficient lambda.
+12714 [2020-03-25 11:46:30] There has been a new submission: '50 Startup YouTube Ideas', with flair 'None'
+12714 [2020-03-25 11:46:31] /u/Dtheactivist had their submission removed for insufficient lambda.
+12714 [2020-03-25 11:48:27] There has been a new submission: 'YouTube', with flair 'Video Critique'
+12714 [2020-03-25 11:48:27] /u/motivationalguide1 had their submission removed for insufficient lambda.
+12714 [2020-03-25 12:05:27] There has been a new submission: 'MAHARASHTRA LUNCH HOME, Kharghar | WROOM STORES | KALLA CHICKEN MASALA [Vlog]', with flair 'Vlog'
+12714 [2020-03-25 12:05:29] /u/hemant_rangdal had their submission removed for insufficient lambda.
+12735 [2020-03-25 12:07:27]
+####################
+[2020-03-25 12:07:27] RESTARTED
+####################
+
+12735 [2020-03-25 12:26:24] There has been a new submission: 'Timelapse of my first ever Welding Project ... The Cutlery Dolphin Sculpture', with flair 'Video Critique'
+12735 [2020-03-25 12:26:25] /u/IanPaice260776 had their submission removed for insufficient lambda.
+12735 [2020-03-25 12:26:49] There has been a new submission: 'Just started And I have been uploading weekly. Any feed back or suggestions would be great. Hit the sub', with flair 'Channel Review'
+12735 [2020-03-25 12:26:50] /u/anderbear_ had their submission removed for insufficient lambda.
+12735 [2020-03-25 12:36:57] There has been a new submission: '[Auto Vlog] We didn't expect this! Auto Manufacturer helps?!? Your feedback always appreciated', with flair 'Video Critique'
+12735 [2020-03-25 12:38:33] There has been a new submission: 'How To Turn Your Side Hustle Into A Full-Time Business! A great Youtuber created this video (Not Me). And I wanted to share it again because he and I are in the same space, and I want everyone to learn from him. Please give advice where needed! :)', with flair 'Video Critique'
+12735 [2020-03-25 12:46:06] '/u/Jischasing' has given '/u/MG_xShiftyx' lambda!
+12735 [2020-03-25 12:46:06] The OP received lambda too!
+12735 [2020-03-25 12:49:37] '/u/deforl' has given '/u/MG_xShiftyx' lambda!
+12735 [2020-03-25 12:52:40] There has been a new submission: 'A quick help about this sub', with flair 'Discussion'
+12735 [2020-03-25 12:53:14] '/u/MafiasFinestTV' has given '/u/MG_xShiftyx' lambda!
+12735 [2020-03-25 12:53:14] The OP received lambda too!
+12735 [2020-03-25 12:54:00] There has been a new submission: 'This is the first video that I’ve worked hard on and am happy with the way it came out. I’m open to any feedback from you guys that can help me improve in the future. Thanks!', with flair 'Gaming'
+12735 [2020-03-25 12:54:13] There has been a new submission: 'Hey discussion', with flair 'Discussion'
+12735 [2020-03-25 12:56:17] There has been a new submission: 'My new YouTube channel about countries', with flair 'Channel Review'
+12735 [2020-03-25 12:56:18] /u/XCaVeYtX had their submission removed for insufficient lambda.
+12735 [2020-03-25 12:56:35] '/u/_jaypatel' has given '/u/MG_xShiftyx' lambda!
+12735 [2020-03-25 12:56:35] The OP received lambda too!
+12735 [2020-03-25 12:57:33] There has been a new submission: 'New video about abkhazia', with flair 'Channel Review'
+12735 [2020-03-25 12:57:34] /u/XCaVeYtX had their submission removed for insufficient lambda.
+12735 [2020-03-25 12:58:59] There has been a new submission: 'Coronavirus with Total Deaths in 21st Century', with flair 'Discussion'
+12735 [2020-03-25 12:59:00] /u/chilledsquirrel had their submission removed for using the wrong flair.
+12735 [2020-03-25 12:59:21] '/u/GrumpyBottom_YT' has given '/u/sueno-af' lambda!
+12735 [2020-03-25 13:06:05] There has been a new submission: 'STEALING PRIVATE JETS! | GTA V (Clean)', with flair 'Gaming'
+12735 [2020-03-25 13:06:06] /u/Kotor2187 had their submission removed for insufficient lambda.
+12735 [2020-03-25 13:10:41] There has been a new submission: 'So I made a meme montage of the new Call Of Duty Battle Royale. My country is on lockdown for the next 21 days and I plan to make a couple more of these. So tell me how they suck <3', with flair 'Video Critique'
+12735 [2020-03-25 13:17:45] '/u/sam-UL' has given '/u/Ollypop80' lambda!
+12735 [2020-03-25 13:17:45] The OP received lambda too!
+12735 [2020-03-25 13:18:56] '/u/sam-UL' has given '/u/MG_xShiftyx' lambda!
+12735 [2020-03-25 13:31:03] '/u/Armack_is_wack' has given '/u/_jaypatel' lambda!
+12735 [2020-03-25 13:31:03] The OP received lambda too!
+12735 [2020-03-25 13:32:29] There has been a new submission: 'Full Body Workout Using Homemade Weights Since the GYMs are locked down all over the world and people are requested to self quarantine I came up with the idea of Homemade weights to build muscles', with flair 'Video Critique'
+12735 [2020-03-25 13:32:32] /u/Realgainsforreal had their submission removed for insufficient lambda.
+12735 [2020-03-25 13:35:58] There has been a new submission: 'Iron man returns to the MCU - Speed drawing', with flair 'Art'
+12735 [2020-03-25 13:36:36] '/u/Jischasing' has given '/u/MafiasFinestTV' lambda!
+12735 [2020-03-25 13:37:52] '/u/MG_xShiftyx' has given '/u/ManitouGamingYT' lambda!
+12735 [2020-03-25 13:37:52] The OP received lambda too!
+12735 [2020-03-25 13:40:42] '/u/sam-UL' has given '/u/Sipover' lambda!
+12735 [2020-03-25 13:41:47] There has been a new submission: 'Low views on this compared to every other videos need advice and help for future recordings', with flair 'Video Critique'
+12735 [2020-03-25 13:41:50] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+12735 [2020-03-25 13:47:51] '/u/Dimblfully' has given '/u/Logan_B_Youtube' lambda!
+12735 [2020-03-25 14:03:57] There has been a new submission: 'Make your own Channel Banner', with flair 'Art'
+12735 [2020-03-25 14:03:59] /u/kelvin-wale had their submission removed for insufficient lambda.
+12850 [2020-03-25 14:07:27]
+####################
+[2020-03-25 14:07:27] RESTARTED
+####################
+
+12850 [2020-03-25 14:23:43] There has been a new submission: 'Best places to promote your channel??', with flair 'Discussion'
+12850 [2020-03-25 14:38:49] There has been a new submission: 'HELP! - Made for Kids Videos', with flair 'Discussion'
+12850 [2020-03-25 14:43:42] There has been a new submission: 'Do you think this style of video will become stale in the long run? (Critique is very welcome)', with flair 'Video Critique'
+12850 [2020-03-25 14:43:44] /u/Sumpl3 had their submission removed for insufficient lambda.
+12850 [2020-03-25 14:51:41] There has been a new submission: 'Gaming question', with flair 'Gaming'
+12850 [2020-03-25 14:51:43] /u/blaksuperman88 had their submission removed for insufficient lambda.
+12850 [2020-03-25 14:52:07] There has been a new submission: 'LSauce: Geography Comedy Youtube Channel', with flair 'Channel Review'
+12850 [2020-03-25 14:52:09] /u/LionellPereira had their submission removed for insufficient lambda.
+12850 [2020-03-25 14:54:00] There has been a new submission: 'A funny moments on GTA. I will be giving lambda for helpful feedback and what you think of my video. It would be greatly appreciated.', with flair 'Video Critique'
+12850 [2020-03-25 14:56:03] There has been a new submission: 'What should I do better in the next vid?', with flair 'Video Critique'
+12850 [2020-03-25 14:56:05] /u/ThanNinja24 had their submission removed for insufficient lambda.
+12850 [2020-03-25 15:01:41] There has been a new submission: 'Gaming question', with flair 'Discussion'
+12850 [2020-03-25 15:01:55] There has been a new submission: 'Views got dramatically lowered', with flair 'Discussion'
+12850 [2020-03-25 15:04:10] There has been a new submission: 'How website are created | How a Website Works', with flair 'Channel Review'
+12850 [2020-03-25 15:04:13] /u/ShakeelSJ had their submission removed for insufficient lambda.
+12850 [2020-03-25 15:16:32] '/u/Jischasing' has given '/u/JakeCooperFM' lambda!
+12850 [2020-03-25 15:17:01] '/u/DanThePanda-YT' has given '/u/YouTubeJebaholic' lambda!
+12850 [2020-03-25 15:17:02] The OP received lambda too!
+12850 [2020-03-25 15:18:16] '/u/DanThePanda-YT' has given '/u/AthrunSykes' lambda!
+12850 [2020-03-25 15:21:26] There has been a new submission: 'Looking for a video editor similar to IMovie', with flair 'Discussion'
+12850 [2020-03-25 15:23:02] There has been a new submission: 'Self Betterment is here to help with your self-improvement goals', with flair 'Discussion'
+12850 [2020-03-25 15:27:24] There has been a new submission: 'Drawing emmymade', with flair 'Video Critique'
+12850 [2020-03-25 15:27:26] /u/kireji_art had their submission removed for insufficient lambda.
+12850 [2020-03-25 15:38:49] '/u/MafiasFinestTV' has given '/u/joshjcharlers' lambda!
+12850 [2020-03-25 15:39:04] '/u/anaana994' has given '/u/BAMGaming_' lambda!
+12850 [2020-03-25 15:39:10] '/u/MafiasFinestTV' has given '/u/modernaddiction' lambda!
+12850 [2020-03-25 15:39:15] There has been a new submission: 'hay I made a video explains dark matter in a simple way go check it and if you like it give it a like and subscribe', with flair 'Channel Review'
+12850 [2020-03-25 15:39:16] /u/Sci-verse had their submission removed for insufficient lambda.
+12850 [2020-03-25 15:42:40] There has been a new submission: '[Channel review] Why multivitamins are actually bad for you. I will Rkelly you with lambda', with flair 'Channel Review'
+12850 [2020-03-25 15:45:29] There has been a new submission: '"MANUNUBOS" - IKASIYAM', with flair 'Vlog'
+12850 [2020-03-25 15:45:31] /u/mekael03 had their submission removed for insufficient lambda.
+12850 [2020-03-25 15:53:37] There has been a new submission: 'I just want to say thank you to everyone who is subscribed to my channel and genuinely enjoys my content, it means alot to know I put a smile on you guys faces', with flair 'Discussion'
+12850 [2020-03-25 15:53:46] There has been a new submission: 'hay I made a video explains dark matter in a simple way go check it and if you like it give it a like and subscribe', with flair 'Channel Review'
+12850 [2020-03-25 15:53:48] /u/Sci-verse had their submission removed for insufficient lambda.
+12850 [2020-03-25 15:57:58] There has been a new submission: 'DIY Hand Sanitizer', with flair 'Video Critique'
+12850 [2020-03-25 15:57:59] /u/ms_creativity had their submission removed for insufficient lambda.
+12850 [2020-03-25 16:00:23] There has been a new submission: 'Hey Everyone Im New Here! I Would Love To Grow My Youtube Channel! Comment On One Of My Videos To Give Me Feedback To Grow My Youtube Channel!', with flair 'Gaming'
+12850 [2020-03-25 16:00:25] /u/Snip3x48 had their submission removed for insufficient lambda.
+12850 [2020-03-25 16:04:47] '/u/Skedwii' has given '/u/n_aurora' lambda!
+12875 [2020-03-25 16:07:27]
+####################
+[2020-03-25 16:07:27] RESTARTED
+####################
+
+12875 [2020-03-25 16:08:27] There has been a new submission: 'When Gay Guys Are Too Much [1 min comedy short]', with flair 'Video Critique'
+12875 [2020-03-25 16:18:51] There has been a new submission: 'Looking for honest critique, including the thumbnail', with flair 'Video Critique'
+12875 [2020-03-25 16:20:05] There has been a new submission: 'Can you guys critique my video and give me some feed back I’m not a massive YouTuber just trying to get better all help welcomed', with flair 'Video Critique'
+12875 [2020-03-25 16:20:08] /u/AKYOU07 had their submission removed for insufficient lambda.
+12875 [2020-03-25 16:22:20] '/u/Armack_is_wack' has given '/u/joshjcharlers' lambda!
+12875 [2020-03-25 16:23:29] '/u/Armack_is_wack' has given '/u/Sumpl3' lambda!
+12875 [2020-03-25 16:24:22] '/u/Armack_is_wack' has given '/u/JakeCooperFM' lambda!
+12875 [2020-03-25 16:26:38] There has been a new submission: 'Meeting more toxic Call of Duty players', with flair 'Gaming'
+12875 [2020-03-25 16:26:40] /u/GlobalTweaker had their submission removed for insufficient lambda.
+12875 [2020-03-25 16:28:11] '/u/YouTubeJebaholic' has given '/u/JakeCooperFM' lambda!
+12875 [2020-03-25 16:28:11] The OP received lambda too!
+12875 [2020-03-25 16:28:28] '/u/YouTubeJebaholic' has given '/u/acstomi0212' lambda!
+12875 [2020-03-25 16:35:49] '/u/Jischasing' has given '/u/VR-Frontier' lambda!
+12875 [2020-03-25 16:36:40] There has been a new submission: 'Can someone check out this short skit I made Giving lambda for feedback', with flair 'Video Critique'
+12875 [2020-03-25 16:39:39] There has been a new submission: 'The World's Strangest Mukbang Videos', with flair 'Video Critique'
+12875 [2020-03-25 16:45:08] There has been a new submission: 'Please let me know what you guys think', with flair 'Video Critique'
+12875 [2020-03-25 16:45:09] /u/UncleJaysWorld had their submission removed for insufficient lambda.
+12875 [2020-03-25 16:45:19] '/u/Homest4r' has given '/u/the_art_of_alcohol' lambda!
+12875 [2020-03-25 16:45:19] The OP received lambda too!
+12875 [2020-03-25 16:45:37] There has been a new submission: 'Hi have recently made this video about how to flirt over text with a guy the right way.. i will appreciate if you can share your opinions about it. Tell me what you think! Good or bad opnions welcome.', with flair 'Video Critique'
+12875 [2020-03-25 16:46:01] '/u/thetugahandyman' has given '/u/LionessLicia' lambda!
+12875 [2020-03-25 16:46:02] The OP received lambda too!
+12875 [2020-03-25 16:47:10] There has been a new submission: 'Just made my new channel and uploaded my first video!', with flair 'Discussion'
+12875 [2020-03-25 16:49:19] There has been a new submission: 'I've made a short&funny video about being a new driver! If you have a little time, please watch it. I'd appreciate every feedback!', with flair 'Video Critique'
+12875 [2020-03-25 16:49:20] /u/acstomi0212 had their submission removed for insufficient lambda.
+12875 [2020-03-25 16:53:44] '/u/thetugahandyman' has given '/u/Skedwii' lambda!
+12875 [2020-03-25 16:55:00] There has been a new submission: 'if you like content please press like or subscribe or comment on what is good or what is bad :)', with flair 'Art'
+12875 [2020-03-25 16:55:02] /u/VRsimplicity had their submission removed for insufficient lambda.
+12875 [2020-03-25 16:55:52] There has been a new submission: 'My New Zealand road trip part 3', with flair 'Video Critique'
+12875 [2020-03-25 16:55:54] /u/jf_smooth had their submission removed for insufficient lambda.
+12875 [2020-03-25 16:59:49] There has been a new submission: 'A joke video! Critique it!', with flair 'Video Critique'
+12875 [2020-03-25 16:59:50] /u/tosterer had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:01:12] '/u/Scwongster321' has given '/u/sueno-af' lambda!
+12875 [2020-03-25 17:05:52] '/u/Jischasing' has given '/u/vivian1_' lambda!
+12875 [2020-03-25 17:12:27] There has been a new submission: 'Ever wondered what the Countercyclical capital buffer is ?', with flair 'Video Critique'
+12875 [2020-03-25 17:12:29] /u/LazyMoneyGame had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:15:05] There has been a new submission: '[Gaming] I've started Editing together Twitch highlights for a friend! I'd love it if you could show us some support. Many thanks <3', with flair 'Gaming'
+12875 [2020-03-25 17:15:07] /u/osiain had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:17:38] There has been a new submission: 'What’s new at the San Antonio zoo', with flair 'Vlog'
+12875 [2020-03-25 17:17:40] /u/CommentswithCorey had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:19:45] There has been a new submission: 'I've started Editing together Twitch highlights for a friend! I'd love it if you could show us some support. Many thanks <3 First episode consists of Monster hunter, Sea of thieves and Warthunder. Many p0gs to be had.', with flair 'Gaming'
+12875 [2020-03-25 17:19:45] /u/osiain had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:22:17] There has been a new submission: 'How to handle criticism', with flair 'Vlog'
+12875 [2020-03-25 17:22:19] /u/PT_85 had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:31:17] There has been a new submission: 'HEY! Help please discussion', with flair 'Discussion'
+12875 [2020-03-25 17:33:27] There has been a new submission: 'IRITHEL 82% CRITICAL CHANCE 4000 DAMAGE/HIT SURVIVAL MODE MOBILE LEGENDS BANG BANG GAMEPLAY', with flair 'Gaming'
+12875 [2020-03-25 17:33:29] /u/koushik_gundeti had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:35:18] There has been a new submission: 'New to youtube any suggestions or advice would be greatly appreciated. Sub!', with flair 'Channel Review'
+12875 [2020-03-25 17:35:20] /u/anderbear_ had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:37:58] There has been a new submission: 'Rocket League has made living in quarantine a lot easier!', with flair 'Gaming'
+12875 [2020-03-25 17:38:34] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 10 - Kamaitachi Boss', with flair 'Gaming'
+12875 [2020-03-25 17:38:35] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:44:37] '/u/Dimblfully' has given '/u/the_art_of_alcohol' lambda!
+12875 [2020-03-25 17:58:21] '/u/MafiasFinestTV' has given '/u/VR-Frontier' lambda!
+12875 [2020-03-25 17:58:26] There has been a new submission: 'Fortnite Youtube Channel', with flair 'Gaming'
+12875 [2020-03-25 17:58:27] /u/RossYT had their submission removed for insufficient lambda.
+12875 [2020-03-25 17:59:54] '/u/MafiasFinestTV' has given '/u/Just_a_Cookcooking' lambda!
+12875 [2020-03-25 18:00:28] '/u/MafiasFinestTV' has given '/u/FPVMARK' lambda!
+12875 [2020-03-25 18:02:54] There has been a new submission: 'With difficult times we find ourself in I’ve been feeling a little bit down - today though I applied myself and pushed myself to create and edit a video, timing to the music respires ending my emotion. Please let me know what you think.', with flair 'Video Critique'
+12875 [2020-03-25 18:03:08] There has been a new submission: 'Cartoon - Where Can An Open Marriage Lead To? - Emotional Video Story | AmoMama', with flair 'None'
+12875 [2020-03-25 18:03:10] /u/IndividualGuide had their submission removed for insufficient lambda.
+12875 [2020-03-25 18:05:08] There has been a new submission: 'Comic Character Eos Headshot Painting Process SPEEDPAINT - Kylurn', with flair 'Art'
+12875 [2020-03-25 18:05:10] /u/Kylurn144 had their submission removed for insufficient lambda.
+12875 [2020-03-25 18:06:23] '/u/Homest4r' has given '/u/StylesYT' lambda!
+12875 [2020-03-25 18:06:44] '/u/Homest4r' has given '/u/PepitoPregunton' lambda!
+12946 [2020-03-25 18:07:27]
+####################
+[2020-03-25 18:07:27] RESTARTED
+####################
+
+12946 [2020-03-25 18:08:29] '/u/joshjcharlers' has given '/u/acstomi0212' lambda!
+12946 [2020-03-25 18:08:30] The OP received lambda too!
+12946 [2020-03-25 18:08:34] There has been a new submission: 'Poppa Diddy - Moe Swizz Diss Track (Official Video) - YouTube', with flair 'Thumbnail Review'
+12946 [2020-03-25 18:08:35] /u/ChaBoiDaniel had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:10:31] '/u/CurrentOfficial' has given '/u/FPVMARK' lambda!
+12946 [2020-03-25 18:10:31] The OP received lambda too!
+12946 [2020-03-25 18:10:40] There has been a new submission: 'I've made a short&funny video about being a new driver! If you have a little time, please watch it. I'd appreciate every feedback!', with flair 'Video Critique'
+12946 [2020-03-25 18:10:52] There has been a new submission: 'Gollum Reads Channel Review', with flair 'Channel Review'
+12946 [2020-03-25 18:10:55] /u/g0s0_85 had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:11:07] There has been a new submission: 'COVID-19 Best Cure at the Moment is to Stay Home and Stay calm - Epidemic of Panic (Podcast)', with flair 'Vlog'
+12946 [2020-03-25 18:11:10] /u/528expert528 had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:13:11] '/u/CurrentOfficial' has given '/u/VR-Frontier' lambda!
+12946 [2020-03-25 18:14:13] '/u/Armack_is_wack' has given '/u/FPVMARK' lambda!
+12946 [2020-03-25 18:14:26] '/u/CurrentOfficial' has given '/u/mmarion13' lambda!
+12946 [2020-03-25 18:14:54] '/u/Armack_is_wack' has given '/u/ansmike' lambda!
+12946 [2020-03-25 18:16:45] There has been a new submission: 'My newest video, very happy with it. I do VR gaming. This is a super scary VR game, I give out lambda! Also if you could comment? And upvote, thanks!', with flair 'Video Critique'
+12946 [2020-03-25 18:19:09] There has been a new submission: '[video review] Are Electric Toothbrushes Better? I am still working on the new environment setting to make it a little bit simple and professional? but any critique would be appreciated. how are you guys find tags and do you guys ad tags into the description?', with flair 'Video Critique'
+12946 [2020-03-25 18:20:20] '/u/sam-UL' has given '/u/JakeCooperFM' lambda!
+12946 [2020-03-25 18:21:32] '/u/Hero_Doses' has given '/u/ThanNinja24' lambda!
+12946 [2020-03-25 18:21:51] There has been a new submission: 'FAMILY YOGA CHALLENGE **HILARIOUS**', with flair 'Channel Review'
+12946 [2020-03-25 18:21:54] /u/aeseamons had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:24:10] There has been a new submission: 'This is how to stop coronavirus #meme #memesdaily', with flair 'Channel Review'
+12946 [2020-03-25 18:24:12] /u/MINEDOWBOI had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:25:51] '/u/MG_xShiftyx' has given '/u/YourSexyCellMate' lambda!
+12946 [2020-03-25 18:26:46] There has been a new submission: '5 Games That Changed Heavily During Development is my newest gaming video essay/documentary which I'd love to share with you all. Rendering it and editing was next to impossible as I faced technical setbacks but I finally finished it. I will give karma if you share your honest opinion and feedback.', with flair 'Gaming'
+12946 [2020-03-25 18:28:37] There has been a new submission: 'Help each other out!', with flair 'Collab'
+12946 [2020-03-25 18:32:07] There has been a new submission: 'Hmm another video?', with flair 'Gaming'
+12946 [2020-03-25 18:32:09] /u/ThatLuckyDude had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:35:04] There has been a new submission: 'Should You Use TikTok For Your Marketing? | TikTok For YouTubers/Entrepreneurs?| TikTok 101 (Lambda for any feedback)', with flair 'Video Critique'
+12946 [2020-03-25 18:38:32] There has been a new submission: 'Rec Room: Dodgeball in a nutshell. Summarising what it’s like to play in Rec Room in 2020, let me know your thoughts! Will give lambda for reviews!', with flair 'Gaming'
+12946 [2020-03-25 18:41:03] There has been a new submission: 'Hey guys, I managed to complete the RE3 demo in under 3 minutes, if y'all wanna see how it's done, thanks!!', with flair 'Gaming'
+12946 [2020-03-25 18:41:05] /u/munchyboy666 had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:50:39] There has been a new submission: 'Do you guys have any feed back to give on this', with flair 'Channel Review'
+12946 [2020-03-25 18:50:41] /u/thewalnuttelaportor had their submission removed for insufficient lambda.
+12946 [2020-03-25 18:58:42] There has been a new submission: 'Hey everyone! New funny video on 3on3: Freestyle! A FREE game in 2020 That is loads of fun, hope you’ll check it out! ❤️', with flair 'None'
+12946 [2020-03-25 18:58:43] /u/Nut5gaming had their submission removed for insufficient lambda.
+12946 [2020-03-25 19:06:46] '/u/YouTubeJebaholic' has given '/u/anderbear_' lambda!
+12946 [2020-03-25 19:08:55] There has been a new submission: 'Please help me get to 200 subs!', with flair 'Gaming'
+12946 [2020-03-25 19:08:56] /u/ContumaciousLex had their submission removed for insufficient lambda.
+12946 [2020-03-25 19:16:50] There has been a new submission: 'How's my editing?', with flair 'Gaming'
+12946 [2020-03-25 19:16:51] /u/retardedsadboy had their submission removed for insufficient lambda.
+12946 [2020-03-25 19:17:47] '/u/modernaddiction' has given '/u/ansmike' lambda!
+12946 [2020-03-25 19:17:47] The OP received lambda too!
+12946 [2020-03-25 19:18:34] There has been a new submission: 'Stages Of Quarantine', with flair 'Vlog'
+12946 [2020-03-25 19:20:14] '/u/modernaddiction' has given '/u/MafiasFinestTV' lambda!
+12946 [2020-03-25 19:20:14] The OP received lambda too!
+12946 [2020-03-25 19:23:53] '/u/modernaddiction' has given '/u/mullersmutt' lambda!
+12946 [2020-03-25 19:23:53] The OP received lambda too!
+12946 [2020-03-25 19:24:26] '/u/modernaddiction' has given '/u/NiceGuyMarek' lambda!
+12946 [2020-03-25 19:24:34] There has been a new submission: 'Third video. You guys asked for more stuffs instead of just gameplay in the background and thats what I tried to do', with flair 'Video Critique'
+12946 [2020-03-25 19:24:46] '/u/modernaddiction' has given '/u/bhill0408' lambda!
+12946 [2020-03-25 19:24:57] '/u/modernaddiction' has given '/u/DarkLord152' lambda!
+12946 [2020-03-25 19:25:14] '/u/modernaddiction' has given '/u/dzondi92' lambda!
+12946 [2020-03-25 19:25:26] '/u/modernaddiction' has given '/u/MafiasFinestTV' lambda!
+12946 [2020-03-25 19:25:47] '/u/modernaddiction' has given '/u/Cain_S' lambda!
+12946 [2020-03-25 19:26:10] '/u/modernaddiction' has given '/u/Arrrash' lambda!
+12946 [2020-03-25 19:26:21] '/u/modernaddiction' has given '/u/sambarlien' lambda!
+12946 [2020-03-25 19:26:32] '/u/modernaddiction' has given '/u/myogloben' lambda!
+12946 [2020-03-25 19:26:40] There has been a new submission: 'Any suggestions or advice would be greatly appreciated. sub!', with flair 'Channel Review'
+12946 [2020-03-25 19:30:39] '/u/2Legit2Cwithe' has given '/u/MotivatedMudcrab' lambda!
+12946 [2020-03-25 19:30:39] The OP received lambda too!
+12946 [2020-03-25 19:31:32] '/u/CurrentOfficial' has given '/u/deforl' lambda!
+12946 [2020-03-25 19:39:41] There has been a new submission: 'My wife’s teaching me Welsh! And boy is it hard! Would really appreciate any feedback as this isn’t are usual type of video many thanks', with flair 'Video Critique'
+12946 [2020-03-25 19:47:13] There has been a new submission: '(2ITB) Resident Evil 5 Co-op Let's Play Episode/Part 6 Gameplay Walkthrough', with flair 'None'
+12946 [2020-03-25 19:47:14] /u/loopy2mn had their submission removed for insufficient lambda.
+12946 [2020-03-25 19:47:19] There has been a new submission: '!mylambda', with flair 'None'
+12946 [2020-03-25 19:47:20] /u/retardedsadboy had their submission removed for insufficient lambda.
+12946 [2020-03-25 19:52:48] There has been a new submission: 'First Video Up. Would Love Some Feedback - Cat Facts with Molly', with flair 'Video Critique'
+12946 [2020-03-25 19:52:50] /u/catfactswithmolly had their submission removed for insufficient lambda.
+12946 [2020-03-25 19:53:40] There has been a new submission: 'looking for advice & to add to our yt family 💗', with flair 'Channel Review'
+12946 [2020-03-25 19:53:42] /u/ourhappyplaces had their submission removed for insufficient lambda.
+12946 [2020-03-25 20:00:01] There has been a new submission: 'WHAT TO DO during LOCKDOWN', with flair 'Channel Review'
+12946 [2020-03-25 20:00:02] /u/rtinauj had their submission removed for insufficient lambda.
+12946 [2020-03-25 20:05:14] '/u/ansmike' has given '/u/PepitoPregunton' lambda!
+12946 [2020-03-25 20:05:14] The OP received lambda too!
+12946 [2020-03-25 20:06:37] '/u/modernaddiction' has given '/u/SteelHockey' lambda!
+12975 [2020-03-25 20:07:27]
+####################
+[2020-03-25 20:07:27] RESTARTED
+####################
+
+12975 [2020-03-25 20:14:08] {ERROR} received 504 HTTP response
+12975 [2020-03-25 20:14:20] {ERROR} received 504 HTTP response
+12998 [2020-03-25 22:07:27]
+####################
+[2020-03-25 22:07:27] RESTARTED
+####################
+
+12998 [2020-03-25 22:07:31] '/u/Undercovercop929' has given '/u/Visual-Data-Base' lambda!
+12998 [2020-03-25 22:07:31] The OP received lambda too!
+12998 [2020-03-25 22:07:46] '/u/urbansophistication' has given '/u/sueno-af' lambda!
+12998 [2020-03-25 22:07:51] '/u/MoskitoDan' has given '/u/MsundrstdKdd' lambda!
+12998 [2020-03-25 22:07:51] The OP received lambda too!
+12998 [2020-03-25 22:08:00] '/u/MoskitoDan' has given '/u/CRGaming_Group' lambda!
+12998 [2020-03-25 22:08:05] '/u/Armack_is_wack' has given '/u/Tman_47YT' lambda!
+12998 [2020-03-25 22:08:11] '/u/Dimblfully' has given '/u/ThanNinja24' lambda!
+12998 [2020-03-25 22:08:16] '/u/MafiasFinestTV' has given '/u/AHealthyDoseofFran' lambda!
+12998 [2020-03-25 22:08:22] '/u/cjf5414' has given '/u/mcglincheyHD' lambda!
+12998 [2020-03-25 22:08:22] The OP received lambda too!
+12998 [2020-03-25 22:08:27] '/u/MoskitoDan' has given '/u/bestofalex' lambda!
+12998 [2020-03-25 22:08:31] '/u/MoskitoDan' has given '/u/JohnPompeli' lambda!
+12998 [2020-03-25 22:08:36] '/u/DanThePanda-YT' has given '/u/WALLROOP' lambda!
+12998 [2020-03-25 22:08:41] '/u/MoskitoDan' has given '/u/Dimblfully' lambda!
+12998 [2020-03-25 22:08:47] '/u/modernaddiction' has given '/u/JohnPompeli' lambda!
+12998 [2020-03-25 22:08:52] '/u/modernaddiction' has given '/u/TheRedWalkerTRW' lambda!
+12998 [2020-03-25 22:08:55] '/u/modernaddiction' has given '/u/Bluehat1416' lambda!
+12998 [2020-03-25 22:08:59] '/u/modernaddiction' has given '/u/GunnarAsSeenOnTV' lambda!
+12998 [2020-03-25 22:09:04] '/u/MafiasFinestTV' has given '/u/PepitoPregunton' lambda!
+12998 [2020-03-25 22:09:08] '/u/MafiasFinestTV' has given '/u/Tman_47YT' lambda!
+12998 [2020-03-25 22:09:13] '/u/CurrentOfficial' has given '/u/WALLROOP' lambda!
+12998 [2020-03-25 22:09:17] '/u/user9774' has given '/u/firmbutfaire' lambda!
+12998 [2020-03-25 22:09:17] The OP received lambda too!
+12998 [2020-03-25 22:09:21] '/u/user9774' has given '/u/YouTubeJebaholic' lambda!
+12998 [2020-03-25 22:09:24] '/u/user9774' has given '/u/datahistory' lambda!
+12998 [2020-03-25 22:09:50] There has been a new submission: 'Critique my video please', with flair 'Video Critique'
+12998 [2020-03-25 22:09:51] /u/CactusBrain_YT had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:09:53] There has been a new submission: 'I want YOU to DESTROY my channel', with flair 'Channel Review'
+12998 [2020-03-25 22:09:55] There has been a new submission: '5 New Great Features of Canon RF Lenses!', with flair 'Discussion'
+12998 [2020-03-25 22:09:56] /u/sirpeipei had their submission removed for using the wrong flair.
+12998 [2020-03-25 22:09:58] There has been a new submission: 'FIRST GOAL SCORED!? | PES 2017 BECOME A LEGEND CAREER MODE Gameplay Walkthrough Part 2 | Striker [PC]', with flair 'Video Critique'
+12998 [2020-03-25 22:09:59] /u/KalPlayZGames had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:10:02] There has been a new submission: 'First 8 videos officially done!', with flair 'Discussion'
+12998 [2020-03-25 22:10:10] There has been a new submission: 'FORCE VIEW | DJI RONIN-S', with flair 'Thumbnail Review'
+12998 [2020-03-25 22:10:12] /u/videocrea had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:10:19] There has been a new submission: 'The CMF’s: Jam Sessions - #1', with flair 'Video Critique'
+12998 [2020-03-25 22:10:22] /u/MaisieMoop had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:10:29] There has been a new submission: 'GoPro Hockey Game (2020) | Oh That Must REALLY Hurt (Knee Injury) Would love some critique on my videos or channel to help me grow a bit more. Will of course give lampa to ya all!', with flair 'Video Critique'
+12998 [2020-03-25 22:10:38] There has been a new submission: 'Conor Mcgregor GOD LEVEL Trash Talk Compilation | Top Funny Moments Of Conor Mcgregor | Part 1', with flair 'Video Critique'
+12998 [2020-03-25 22:10:41] /u/Melodic_Passion had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:10:48] There has been a new submission: 'If you have the time feel free to check out my channel and give me some tips! (Lambda for any help)', with flair 'Channel Review'
+12998 [2020-03-25 22:10:55] There has been a new submission: 'Drop a sub and I’ll return the favor', with flair 'Gaming'
+12998 [2020-03-25 22:10:58] /u/ZTXCloudz had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:11:05] There has been a new submission: 'LOOK AT THESE MINECRAFT SHADERS!', with flair 'Gaming'
+12998 [2020-03-25 22:11:07] /u/mrchaseter had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:11:14] There has been a new submission: 'I know we are all bored at home so I found my top 5 things to do while I am sitting at home. Let me know your thoughts and if you have also been as bored as I am for lambda.', with flair 'Video Critique'
+12998 [2020-03-25 22:11:23] There has been a new submission: 'Any tips for me and my girlfriend?!', with flair 'Channel Review'
+12998 [2020-03-25 22:11:25] /u/johnb49e had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:11:32] There has been a new submission: 'Classic WoW Goldfarms - feedback?', with flair 'Gaming'
+12998 [2020-03-25 22:11:35] /u/SolheimYT had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:11:42] There has been a new submission: 'Dog ish luck', with flair 'Gaming'
+12998 [2020-03-25 22:11:44] /u/wabbitYT had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:11:51] There has been a new submission: 'Is this a good video? What can I do too improve?', with flair 'Gaming'
+12998 [2020-03-25 22:11:53] /u/Riley_12398 had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:11:59] There has been a new submission: 'this game will get you through coronavirus quarantine...', with flair 'Discussion'
+12998 [2020-03-25 22:12:02] /u/BenOnYT had their submission removed for using the wrong flair.
+12998 [2020-03-25 22:12:08] There has been a new submission: 'Be gentle lmao', with flair 'Video Critique'
+12998 [2020-03-25 22:12:11] /u/tattooedmalenurse had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:12:18] There has been a new submission: 'New channel for commentary', with flair 'Video Critique'
+12998 [2020-03-25 22:12:20] /u/EggyMemeMan had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:12:26] There has been a new submission: 'Anyone looking for a people to make thumbnails?', with flair 'Collab'
+12998 [2020-03-25 22:12:34] There has been a new submission: 'Pls Support my Channel. Subscribe & Like.', with flair 'Vlog'
+12998 [2020-03-25 22:12:36] /u/mashoor1 had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:12:43] There has been a new submission: 'i make lil short vids with music etc, let me know what you think', with flair 'Art'
+12998 [2020-03-25 22:13:07] '/u/JakeCooperFM' has given '/u/TheFlayIsOn' lambda!
+12998 [2020-03-25 22:13:07] The OP received lambda too!
+12998 [2020-03-25 22:13:18] There has been a new submission: 'MLG/YTP Peppa pig gets infected with Coronavirus', with flair 'Video Critique'
+12998 [2020-03-25 22:13:20] /u/GayAlexMyGuy had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:14:41] There has been a new submission: 'Hello editors. Is NERO Platinum 2019 any good? I would get Adobe Premier Elements, but NERO is like £30 cheaper on Amazon. Opinions welcome!', with flair 'Discussion'
+12998 [2020-03-25 22:16:35] '/u/CurrentOfficial' has given '/u/Tman_47YT' lambda!
+12998 [2020-03-25 22:18:10] There has been a new submission: 'Coronavirus Quarantine in NYC be Like !!!', with flair 'Video Critique'
+12998 [2020-03-25 22:18:12] /u/KingKen_ had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:21:57] '/u/CurrentOfficial' has given '/u/TheRedWalkerTRW' lambda!
+12998 [2020-03-25 22:29:14] There has been a new submission: 'James Charles’ Response (Shortened)', with flair 'Discussion'
+12998 [2020-03-25 22:32:03] There has been a new submission: 'CHARITY STREAM TOMORROW', with flair 'Video Critique'
+12998 [2020-03-25 22:32:30] There has been a new submission: 'Simple Video template for my rap songs. Not much to it, but that's the idea. What do you guys think?', with flair 'Video Critique'
+12998 [2020-03-25 22:44:26] '/u/2Legit2Cwithe' has given '/u/Visual-Data-Base' lambda!
+12998 [2020-03-25 22:44:38] '/u/2Legit2Cwithe' has given '/u/Connor_a711' lambda!
+12998 [2020-03-25 22:44:46] There has been a new submission: 'James Charles’ Response (Shortened)', with flair 'Vlog'
+12998 [2020-03-25 22:44:47] /u/23josephmadams had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:46:14] There has been a new submission: 'Anyone able to review our video!', with flair 'Channel Review'
+12998 [2020-03-25 22:46:16] /u/RIMWIX had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:46:26] There has been a new submission: 'How To Short A Stock?', with flair 'Video Critique'
+12998 [2020-03-25 22:48:09] '/u/FuriousSlayer73' has given '/u/AHealthyDoseofFran' lambda!
+12998 [2020-03-25 22:48:15] There has been a new submission: 'A Day In The Life Of A Senior Doing Online School *quarantined*', with flair 'Video Critique'
+12998 [2020-03-25 22:48:16] /u/jjlerr5599 had their submission removed for insufficient lambda.
+12998 [2020-03-25 22:48:34] '/u/FuriousSlayer73' has given '/u/twinarmeduka' lambda!
+12998 [2020-03-25 22:48:34] The OP received lambda too!
+12998 [2020-03-25 22:48:46] '/u/FuriousSlayer73' has given '/u/finbud117' lambda!
+12998 [2020-03-25 22:58:22] There has been a new submission: 'A Day In The Life Of A Senior Doing Online School *quarantined*', with flair 'Video Critique'
+12998 [2020-03-25 22:58:23] /u/jjlerr5599 had their submission removed for insufficient lambda.
+12998 [2020-03-25 23:00:49] There has been a new submission: 'Am I better than a Silver?', with flair 'Gaming'
+12998 [2020-03-25 23:00:51] /u/Anaiirda had their submission removed for insufficient lambda.
+12998 [2020-03-25 23:04:55] '/u/thePaperBagman12' has given '/u/n_aurora' lambda!
+12998 [2020-03-25 23:05:24] '/u/thePaperBagman12' has given '/u/anderbear_' lambda!
+12998 [2020-03-25 23:15:30] '/u/flyinghsaucer' has given '/u/anderbear_' lambda!
+12998 [2020-03-25 23:30:15] There has been a new submission: 'Comic in Quarantine', with flair 'Discussion'
+12998 [2020-03-25 23:30:17] /u/Niche96 had their submission removed for using the wrong flair.
+12998 [2020-03-25 23:31:40] There has been a new submission: 'Thank you guys so much!! I’m almost to 100 subscribers with my VR Frontier channel. This has been a crazy ride but this subreddit has helped so much. Thank you guys!!', with flair 'Meta'
+12998 [2020-03-25 23:41:59] There has been a new submission: 'Get me to 10 subs on my YouTube channel. Channel Review', with flair 'Channel Review'
+12998 [2020-03-25 23:42:01] /u/Metro-Ballin had their submission removed for insufficient lambda.
+12998 [2020-03-25 23:45:11] There has been a new submission: 'James Charles Response (Shortened)', with flair 'Discussion'
+12998 [2020-03-25 23:45:13] /u/23josephmadams had their submission removed for using the wrong flair.
+12998 [2020-03-25 23:46:09] There has been a new submission: 'James Charles Response!', with flair 'Channel Review'
+12998 [2020-03-25 23:46:10] /u/23josephmadams had their submission removed for insufficient lambda.
+12998 [2020-03-25 23:48:03] There has been a new submission: 'Small Gaming Channel', with flair 'Gaming'
+12998 [2020-03-25 23:48:04] /u/YxngBaller23 had their submission removed for insufficient lambda.
+12998 [2020-03-25 23:56:50] There has been a new submission: 'So I made a life hack video!', with flair 'Channel Review'
+12998 [2020-03-25 23:56:51] /u/owntheavenue had their submission removed for insufficient lambda.
+12998 [2020-03-26 00:06:26] There has been a new submission: 'First Attempt at Multicam', with flair 'Vlog'
+12998 [2020-03-26 00:06:28] /u/Niche96 had their submission removed for insufficient lambda.
+13023 [2020-03-26 00:07:27]
+####################
+[2020-03-26 00:07:27] RESTARTED
+####################
+
+13023 [2020-03-26 00:08:28] There has been a new submission: 'My newest vid I hope you enjoy and lambda to all feedback', with flair 'Video Critique'
+13023 [2020-03-26 00:16:48] There has been a new submission: '[GAMING] Half Life: Alyx - Gameplay Walkthrough Part 2 - Entanglement (PC/60fps/Ultra/Oculus Rift S)', with flair 'Gaming'
+13023 [2020-03-26 00:16:49] /u/Vyzen_1337 had their submission removed for insufficient lambda.
+13023 [2020-03-26 00:17:17] '/u/2Legit2Cwithe' has given '/u/The_senile_seal' lambda!
+13023 [2020-03-26 00:20:51] '/u/cjf5414' has given '/u/mischapannell' lambda!
+13023 [2020-03-26 00:23:14] '/u/Tman_47YT' has given '/u/Supeelok99' lambda!
+13023 [2020-03-26 00:23:14] The OP received lambda too!
+13023 [2020-03-26 00:28:07] There has been a new submission: 'We are going for Key & Peele-type cinematic comedy. Please let me know what you think.', with flair 'Video Critique'
+13023 [2020-03-26 00:28:08] /u/Dizzeric had their submission removed for insufficient lambda.
+13023 [2020-03-26 00:34:21] There has been a new submission: 'so this could be a very stupid question about coppa', with flair 'Discussion'
+13023 [2020-03-26 00:44:34] There has been a new submission: 'Solo In Warsaw| Warsaw Travel Vlog', with flair 'Vlog'
+13023 [2020-03-26 00:44:36] /u/adamjamilworld had their submission removed for insufficient lambda.
+13023 [2020-03-26 00:52:36] There has been a new submission: 'If there are any parts of the video you guys liked or disliked, I would love to know. Giving !LAMBDA to any kind of comments for the video', with flair 'Video Critique'
+13023 [2020-03-26 00:57:40] There has been a new submission: 'Minecraft bed wars montage (plz watch only 3 min and will give lambda to who anybody watches!)', with flair 'Video Critique'
+13023 [2020-03-26 01:11:20] There has been a new submission: 'Make Money With Ad Arbitrage Using Taboola and Google Adsense - Make Money Online', with flair 'Vlog'
+13023 [2020-03-26 01:11:22] /u/ENFP4life had their submission removed for insufficient lambda.
+13023 [2020-03-26 01:15:18] There has been a new submission: 'Hey guys, I’ve posted here a couple of times and I wanted to post my recent short film, BINGUS GRINGUS: A ‘70’s Basketball Documentary. Would appreciate any feedback and also suggestions to where I could go from here.', with flair 'Channel Review'
+13023 [2020-03-26 01:16:24] There has been a new submission: 'I beat Minecraft without mining a tree or wood!', with flair 'Gaming'
+13023 [2020-03-26 01:16:25] /u/I_like_to_eat_pee had their submission removed for insufficient lambda.
+13023 [2020-03-26 01:17:13] There has been a new submission: 'I want YOU to OBLITERATE my channel!', with flair 'Channel Review'
+13023 [2020-03-26 01:17:14] /u/VR-Frontier had their submission removed for insufficient lambda.
+13023 [2020-03-26 01:19:26] There has been a new submission: 'I want YOU to OBLITERATE my channel!!!', with flair 'Channel Review'
+13023 [2020-03-26 01:19:27] /u/VR-Frontier had their submission removed for insufficient lambda.
+13023 [2020-03-26 01:22:40] '/u/YouTubeJebaholic' has given '/u/Dizzeric' lambda!
+13023 [2020-03-26 01:31:55] '/u/jonscopyright' has given '/u/VR-Frontier' lambda!
+13023 [2020-03-26 01:31:55] The OP received lambda too!
+13023 [2020-03-26 01:36:01] '/u/Tman_47YT' has given '/u/KnowledgeOfLife' lambda!
+13023 [2020-03-26 01:36:46] '/u/Tman_47YT' has given '/u/VR-Frontier' lambda!
+13023 [2020-03-26 01:37:49] '/u/Tman_47YT' has given '/u/I_like_to_eat_pee' lambda!
+13023 [2020-03-26 01:38:37] '/u/cjf5414' has given '/u/Jimminycrickets411' lambda!
+13023 [2020-03-26 01:39:22] '/u/cjf5414' has given '/u/VR-Frontier' lambda!
+13023 [2020-03-26 01:40:22] There has been a new submission: 'I want YOU guys to OBLITERATE my channel!!!', with flair 'Channel Review'
+2316 [2020-03-26 01:44:57] Updated statistics
+13023 [2020-03-26 01:45:44] '/u/danifernt' has given '/u/KnowledgeOfLife' lambda!
+13023 [2020-03-26 01:45:44] The OP received lambda too!
+13023 [2020-03-26 01:46:09] '/u/danifernt' has given '/u/VR-Frontier' lambda!
+13023 [2020-03-26 01:55:26] There has been a new submission: 'May I have a video review for this new piece?', with flair 'Video Critique'
+13023 [2020-03-26 01:55:28] /u/CrispyS_Ti had their submission removed for insufficient lambda.
+13023 [2020-03-26 02:07:09] There has been a new submission: 'Olly Walker - Sorry I Had To Leave No Copyright Music Intro', with flair 'Video Critique'
+13023 [2020-03-26 02:07:10] /u/junlord5 had their submission removed for insufficient lambda.
+13048 [2020-03-26 02:07:27]
+####################
+[2020-03-26 02:07:27] RESTARTED
+####################
+
+13048 [2020-03-26 02:08:41] There has been a new submission: 'Extroverts / Introverts (detailed quarantine comparison)', with flair 'Video Critique'
+13048 [2020-03-26 02:08:41] /u/BadBounceAndBeyond had their submission removed for insufficient lambda.
+13048 [2020-03-26 02:14:29] '/u/MafiasFinestTV' has given '/u/MorphingReality' lambda!
+13048 [2020-03-26 02:19:36] There has been a new submission: 'Hi there, I'm new to YouTube, not that new but still not many subscribers. Would appreciate any feedback on how to make video better', with flair 'Art'
+13048 [2020-03-26 02:19:36] /u/SpicyNoodles69 had their submission removed for insufficient lambda.
+13048 [2020-03-26 02:23:06] There has been a new submission: 'Leave A Hate Comment', with flair 'Channel Review'
+13048 [2020-03-26 02:23:08] /u/crispyonyt had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:09:24] There has been a new submission: 'Feedback', with flair 'Channel Review'
+13048 [2020-03-26 03:09:25] /u/PACGERMAN2017 had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:20:26] There has been a new submission: 'Every Dad in the Midwest [Comedy]', with flair 'Video Critique'
+13048 [2020-03-26 03:20:28] /u/Big3Apollo had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:21:03] There has been a new submission: 'Da Rubber Chicken', with flair 'Video Critique'
+13048 [2020-03-26 03:21:05] /u/TheRadicalRadiation had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:24:00] There has been a new submission: 'This one took a while to make, I'd appreciate some feedback. Thanks!', with flair 'Video Critique'
+13048 [2020-03-26 03:34:30] There has been a new submission: 'Video breaking down the psychological concept DARVO referenced by South Park - could use suggestions and feedback', with flair 'Video Critique'
+13048 [2020-03-26 03:36:49] There has been a new submission: 'Love love love||Avalanche city (cover)', with flair 'Art'
+13048 [2020-03-26 03:36:50] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:48:16] There has been a new submission: 'Coronavirus Outbreak: How New Yorkers' Life Slows Down In a Matter of a Week !!', with flair 'Vlog'
+13048 [2020-03-26 03:48:17] /u/darbeshan had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:54:05] There has been a new submission: 'Please help me grow! I’m a musician and I’m struggling to get heard. I spend countless hours to provide music and experiences for my listeners!', with flair 'Channel Review'
+13048 [2020-03-26 03:54:07] /u/taylorforrest91 had their submission removed for insufficient lambda.
+13048 [2020-03-26 03:55:41] There has been a new submission: 'QUESTION!!', with flair 'Discussion'
+13048 [2020-03-26 04:06:25] '/u/Supeelok99' has given '/u/MorphingReality' lambda!
+13048 [2020-03-26 04:06:25] The OP received lambda too!
+13048 [2020-03-26 04:06:40] '/u/Supeelok99' has given '/u/VR-Frontier' lambda!
+13048 [2020-03-26 04:06:52] '/u/Supeelok99' has given '/u/I_like_to_eat_pee' lambda!
+13149 [2020-03-26 04:07:28]
+####################
+[2020-03-26 04:07:28] RESTARTED
+####################
+
+13149 [2020-03-26 04:09:12] There has been a new submission: 'I started my channel two months ago and been doing videos about traveling on a budget. So glad to get a custom URL for my channel, and really happy to see that people actually enjoy watching my videos!', with flair 'Channel Review'
+13149 [2020-03-26 04:12:04] '/u/jonscopyright' has given '/u/isiahdyson500' lambda!
+13149 [2020-03-26 04:29:32] There has been a new submission: 'Hey guys! I've recently dabbled in some horror story narration. What do you think? Honest reviews are appreciated.', with flair 'Channel Review'
+13149 [2020-03-26 04:29:33] /u/McTouchMe had their submission removed for insufficient lambda.
+13149 [2020-03-26 04:49:04] There has been a new submission: 'Welcome To Hell - Doom Eternal Part 1 (Always looking for feedback)', with flair 'Gaming'
+13149 [2020-03-26 04:57:05] There has been a new submission: 'KRATOS VS THANOS FULL MOVIE IN ENGLISH', with flair 'None'
+13149 [2020-03-26 04:57:06] /u/epicrealm2 had their submission removed for insufficient lambda.
+13149 [2020-03-26 05:06:31] There has been a new submission: 'I need help', with flair 'Discussion'
+13149 [2020-03-26 05:24:52] There has been a new submission: 'Feedback PLEASE! Modern warfare with friends!', with flair 'Gaming'
+13149 [2020-03-26 05:24:53] /u/t3hreekings had their submission removed for insufficient lambda.
+13149 [2020-03-26 05:25:43] There has been a new submission: 'Hey guys can i get some feedback ? thanks', with flair 'Discussion'
+13149 [2020-03-26 05:25:44] /u/JezzyVictorC had their submission removed for using the wrong flair.
+13149 [2020-03-26 05:27:08] '/u/MoskitoDan' has given '/u/LexPlex9000' lambda!
+13149 [2020-03-26 05:32:00] '/u/MoskitoDan' has given '/u/Big3Apollo' lambda!
+13149 [2020-03-26 05:35:32] '/u/MoskitoDan' has given '/u/spudsbottom' lambda!
+13149 [2020-03-26 05:42:29] There has been a new submission: 'Hey guys can you give me some feedback. Thanks', with flair 'Video Critique'
+13149 [2020-03-26 05:42:31] /u/JezzyVictorC had their submission removed for insufficient lambda.
+13149 [2020-03-26 05:45:31] There has been a new submission: '[Channel Review] I want YOU to help be become a better Youtuber, by absolutely destroying my ego', with flair 'Channel Review'
+13149 [2020-03-26 05:45:32] /u/hydrationmatters had their submission removed for insufficient lambda.
+13149 [2020-03-26 05:58:06] '/u/danifernt' has given '/u/Supeelok99' lambda!
+13149 [2020-03-26 06:04:15] There has been a new submission: 'Oracle (Original) James Boldi', with flair 'Video Critique'
+13149 [2020-03-26 06:04:17] /u/JamesBoldiMusic96 had their submission removed for insufficient lambda.
+13149 [2020-03-26 06:05:21] There has been a new submission: '‪Secret rare pulled from dollar store Pokémon boosters. Come join in the fun, like, and subscribe. #WednesdayMotivation #WednesdayThoughts #pokemon #pokémon #pokemoncards #pokemonTCG #pokemoncommunity‬ ‬', with flair 'Meta'
+13149 [2020-03-26 06:05:22] /u/the_revenant_balor had their submission removed for using the wrong flair.
+13258 [2020-03-26 06:07:28]
+####################
+[2020-03-26 06:07:28] RESTARTED
+####################
+
+13258 [2020-03-26 06:09:03] There has been a new submission: 'Please Show Support On My Videos', with flair 'Gaming'
+13258 [2020-03-26 06:09:04] /u/weazq_ had their submission removed for insufficient lambda.
+13258 [2020-03-26 06:10:17] There has been a new submission: 'Please Show Support To My Videos', with flair 'Gaming'
+13258 [2020-03-26 06:10:20] /u/weazq_ had their submission removed for insufficient lambda.
+13258 [2020-03-26 06:10:37] '/u/MoskitoDan' has given '/u/MigookinTeecha' lambda!
+13258 [2020-03-26 06:16:16] There has been a new submission: 'How much time do you put into editing? Free juicy juicy lambda for helpful advice!', with flair 'Discussion'
+13258 [2020-03-26 06:46:08] There has been a new submission: 'Creating tracking motion animation in after effects will help us to create sophisticated visual effects. It would be great your thought on my new upload', with flair 'Thumbnail Review'
+13258 [2020-03-26 06:47:46] There has been a new submission: 'Satisfying machines', with flair 'Vlog'
+13258 [2020-03-26 06:47:47] /u/sir_gabby03 had their submission removed for insufficient lambda.
+13258 [2020-03-26 06:48:26] '/u/VR-Frontier' has given '/u/Gekirxu' lambda!
+13258 [2020-03-26 06:48:26] The OP received lambda too!
+13258 [2020-03-26 06:54:49] '/u/the_real_d247' has given '/u/Five_Kick_Combo' lambda!
+13258 [2020-03-26 07:04:38] '/u/GrumpyBottom_YT' has given '/u/CobaPlatinum' lambda!
+13258 [2020-03-26 07:04:39] The OP received lambda too!
+13258 [2020-03-26 07:09:38] '/u/GrumpyBottom_YT' has given '/u/N0VA__D0S' lambda!
+13258 [2020-03-26 07:10:36] '/u/GrumpyBottom_YT' has given '/u/HelloQuest' lambda!
+13258 [2020-03-26 07:12:04] '/u/GrumpyBottom_YT' has given '/u/Sup3rPotatoNinja' lambda!
+13258 [2020-03-26 07:13:47] '/u/GrumpyBottom_YT' has given '/u/Club33YT' lambda!
+13258 [2020-03-26 07:20:11] '/u/Undercovercop929' has given '/u/VR-Frontier' lambda!
+13258 [2020-03-26 07:34:52] '/u/acstomi0212' has given '/u/Jimminycrickets411' lambda!
+13258 [2020-03-26 07:34:52] The OP received lambda too!
+13258 [2020-03-26 07:36:20] There has been a new submission: 'Best way to make gaming banners', with flair 'Gaming'
+13258 [2020-03-26 07:36:22] /u/Frosty-Blacksmith had their submission removed for insufficient lambda.
+13258 [2020-03-26 07:47:06] There has been a new submission: 'Learning Chinese, Getting Arrested feedback is welcomed.', with flair 'Video Critique'
+13258 [2020-03-26 07:47:07] /u/nettle0103 had their submission removed for insufficient lambda.
+13258 [2020-03-26 07:48:29] '/u/jonscopyright' has given '/u/Visual-Data-Base' lambda!
+13258 [2020-03-26 07:59:18] There has been a new submission: 'Rust Gaming Montage please check me out thanks', with flair 'Gaming'
+13258 [2020-03-26 07:59:18] /u/oplokboy89 had their submission removed for insufficient lambda.
+13258 [2020-03-26 08:00:27] '/u/mmarion13' has given '/u/GrumpyBottom_YT' lambda!
+13258 [2020-03-26 08:00:28] The OP received lambda too!
+13258 [2020-03-26 08:02:12] There has been a new submission: 'Hey guys, i will review your videos for a few hours before work.', with flair 'Video Critique'
+13258 [2020-03-26 08:02:14] /u/ItsNearr had their submission removed for insufficient lambda.
+13258 [2020-03-26 08:02:36] There has been a new submission: 'Wholesome channel review :D', with flair 'Discussion'
+13258 [2020-03-26 08:05:10] There has been a new submission: 'Hey guys, i will review your videos for a few hours before work.', with flair 'Discussion'
+13258 [2020-03-26 08:07:11] There has been a new submission: 'Im a mask gamer. Support my channel :)', with flair 'Gaming'
+13258 [2020-03-26 08:07:12] /u/NDX-Gaming had their submission removed for insufficient lambda.
+13468 [2020-03-26 08:07:28]
+####################
+[2020-03-26 08:07:28] RESTARTED
+####################
+
+13468 [2020-03-26 08:20:02] There has been a new submission: 'Most active Goal scorer Ranked By total goals in Clubs(2002-2019)', with flair 'Thumbnail Review'
+13468 [2020-03-26 08:20:04] /u/datahistory had their submission removed for insufficient lambda.
+13468 [2020-03-26 08:37:21] '/u/GrumpyBottom_YT' has given '/u/the_real_d247' lambda!
+13468 [2020-03-26 08:40:27] '/u/GrumpyBottom_YT' has given '/u/_abmatt_' lambda!
+13468 [2020-03-26 08:41:30] '/u/bestofalex' has given '/u/Jimminycrickets411' lambda!
+13468 [2020-03-26 08:41:30] The OP received lambda too!
+13468 [2020-03-26 08:47:59] '/u/GrumpyBottom_YT' has given '/u/qzeqYT' lambda!
+13468 [2020-03-26 08:48:32] There has been a new submission: 'So if you’re looking for stuff to binge on, check my daily vlog!', with flair 'Vlog'
+13468 [2020-03-26 08:48:33] /u/richheaney90 had their submission removed for insufficient lambda.
+13468 [2020-03-26 08:48:40] '/u/2Legit2Cwithe' has given '/u/Gekirxu' lambda!
+13468 [2020-03-26 08:48:50] There has been a new submission: 'Most active Goal scorer Ranked By total goals in Clubs(2002-2019)', with flair 'Thumbnail Review'
+13468 [2020-03-26 08:48:51] /u/datahistory had their submission removed for insufficient lambda.
+13468 [2020-03-26 08:50:22] '/u/GrumpyBottom_YT' has given '/u/MadeCITYSTARS' lambda!
+13468 [2020-03-26 08:52:24] '/u/humz_whu' has given '/u/KnowledgeOfLife' lambda!
+13468 [2020-03-26 08:52:24] The OP received lambda too!
+13468 [2020-03-26 09:05:20] '/u/mmarion13' has given '/u/ItsNearr' lambda!
+13468 [2020-03-26 09:13:49] '/u/Rizmin' has given '/u/ItsNearr' lambda!
+13468 [2020-03-26 09:13:49] The OP received lambda too!
+13468 [2020-03-26 09:14:26] '/u/Rizmin' has given '/u/datahistory' lambda!
+13468 [2020-03-26 09:14:34] There has been a new submission: 'Ngatxiu', with flair 'Vlog'
+13468 [2020-03-26 09:14:36] /u/huynhdvq had their submission removed for insufficient lambda.
+13468 [2020-03-26 09:19:08] '/u/CurrentOfficial' has given '/u/Gekirxu' lambda!
+13468 [2020-03-26 09:21:49] '/u/MoskitoDan' has given '/u/DanThePanda-YT' lambda!
+13468 [2020-03-26 09:26:55] There has been a new submission: 'I wish you all health and get through this time well', with flair 'Vlog'
+13468 [2020-03-26 09:26:56] /u/catsfishchannel had their submission removed for insufficient lambda.
+13468 [2020-03-26 09:42:33] There has been a new submission: 'Most active Goal scorer Ranked By total goals in Clubs(2002-2019)', with flair 'Thumbnail Review'
+13468 [2020-03-26 09:42:35] /u/datahistory had their submission removed for insufficient lambda.
+13468 [2020-03-26 09:52:42] There has been a new submission: 'American Football trick shots!!!', with flair 'Vlog'
+13468 [2020-03-26 09:52:44] /u/MammothTrash had their submission removed for insufficient lambda.
+13468 [2020-03-26 10:02:23] There has been a new submission: 'face mask DIY hack |how to make face mask at home in Cronic situation like COVID-19|', with flair 'Art'
+13468 [2020-03-26 10:02:25] /u/sam_ab2 had their submission removed for insufficient lambda.
+13496 [2020-03-26 10:07:28]
+####################
+[2020-03-26 10:07:28] RESTARTED
+####################
+
+13496 [2020-03-26 10:17:02] There has been a new submission: 'I AM BACK! I shall do something DIFFERENT than channel reviews! It's UPVOTE time!', with flair 'Discussion'
+13496 [2020-03-26 10:19:37] There has been a new submission: 'Tried harder with my editing. And made a little intro. Would love suggestions on how to edit better! And also is the music I chose any good? CHARITY SHOP HAUL FOR EBAY RESELLING', with flair 'Video Critique'
+13496 [2020-03-26 10:29:07] There has been a new submission: 'Half-Life: Alyx | All Chapters | Full Gameplay', with flair 'Gaming'
+13496 [2020-03-26 10:29:09] /u/Ingloryn had their submission removed for insufficient lambda.
+13496 [2020-03-26 10:30:43] '/u/GrumpyBottom_YT' has given '/u/SuperMcGregs' lambda!
+13496 [2020-03-26 10:37:27] '/u/GrumpyBottom_YT' has given '/u/T-980' lambda!
+13496 [2020-03-26 10:41:13] '/u/mischapannell' has given '/u/ThealerGames' lambda!
+13496 [2020-03-26 10:41:13] The OP received lambda too!
+13496 [2020-03-26 10:43:15] '/u/GrumpyBottom_YT' has given '/u/TheBruteMasterr' lambda!
+13496 [2020-03-26 10:45:21] '/u/GrumpyBottom_YT' has given '/u/moose69420' lambda!
+13496 [2020-03-26 10:53:18] There has been a new submission: 'After last weeks crazy glitched episode of blair witch we continue and we finally look like where progressing by finding items needed for this damn machine, I just want to get out of this damn dark scary area lol, hope you enjoy', with flair 'Video Critique'
+13496 [2020-03-26 10:53:20] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+13496 [2020-03-26 10:54:13] There has been a new submission: 'Highlights of a scrimmage between the people in our clan discord. Any improvements that could be made?', with flair 'Gaming'
+13496 [2020-03-26 10:54:15] /u/CreativeNA had their submission removed for insufficient lambda.
+13496 [2020-03-26 11:00:19] '/u/mischapannell' has given '/u/Ollypop80' lambda!
+13496 [2020-03-26 11:12:58] There has been a new submission: 'JUICY JUICY FREE LAMBDAS Hi,I decided to switch to commentary channel from a mixed content channel,just ignore my other videos,just focus on my latest 3 videos,Helpful Advice gets free Lambda...IS there any thing I should improve on.. https://www.youtube.com/channel/UCT4bv8WpShpVN2Xftt3COGQ', with flair 'Channel Review'
+13496 [2020-03-26 11:13:00] /u/masteroduo had their submission removed for insufficient lambda.
+13496 [2020-03-26 11:15:33] There has been a new submission: 'Komori Life 小森生活 Android Gameplay', with flair 'Gaming'
+13496 [2020-03-26 11:15:35] /u/joycevlogs had their submission removed for insufficient lambda.
+13496 [2020-03-26 11:20:03] '/u/GrumpyBottom_YT' has given '/u/lil_traveller' lambda!
+13496 [2020-03-26 11:21:35] '/u/GrumpyBottom_YT' has given '/u/agentnumber2114' lambda!
+13496 [2020-03-26 11:26:31] '/u/GrumpyBottom_YT' has given '/u/Darrenmac26' lambda!
+13496 [2020-03-26 11:29:28] '/u/GrumpyBottom_YT' has given '/u/kamomil' lambda!
+13496 [2020-03-26 11:41:52] There has been a new submission: 'Peanut butter and Pickle sandwich! Weird food combinations', with flair 'None'
+13496 [2020-03-26 11:41:54] /u/RaeTruth2 had their submission removed for insufficient lambda.
+13496 [2020-03-26 11:42:08] '/u/_jaypatel' has given '/u/6reposts9' lambda!
+13496 [2020-03-26 11:45:09] There has been a new submission: 'Hey, I want to you guys to review my channel.', with flair 'Channel Review'
+13496 [2020-03-26 11:45:11] /u/_jaypatel had their submission removed for insufficient lambda.
+13496 [2020-03-26 11:55:43] '/u/mischapannell' has given '/u/_jaypatel' lambda!
+13496 [2020-03-26 11:58:17] There has been a new submission: 'Kris Bernal: "Just Spread Kindness" | HumanMeter', with flair 'None'
+13496 [2020-03-26 11:58:18] /u/IndividualGuide had their submission removed for insufficient lambda.
+13496 [2020-03-26 12:00:09] There has been a new submission: 'review my shit post content, I'll give lambda to helpful advices', with flair 'Channel Review'
+13496 [2020-03-26 12:02:35] There has been a new submission: 'YouTube Tags', with flair 'Discussion'
+13496 [2020-03-26 12:04:53] '/u/mischapannell' has given '/u/fabiotic' lambda!
+13522 [2020-03-26 12:07:28]
+####################
+[2020-03-26 12:07:28] RESTARTED
+####################
+
+13522 [2020-03-26 12:10:14] There has been a new submission: 'Hey guys - Check Out My New Video, Tell Me What You Think! https://youtu.be/OyUbclnV_rI', with flair 'Meta'
+13522 [2020-03-26 12:10:17] /u/KamGamerTv had their submission removed for using the wrong flair.
+13522 [2020-03-26 12:16:37] '/u/Skedwii' has given '/u/SuperMcGregs' lambda!
+13522 [2020-03-26 12:16:37] The OP received lambda too!
+13522 [2020-03-26 12:17:52] '/u/Skedwii' has given '/u/Rojn8r' lambda!
+13522 [2020-03-26 12:21:01] '/u/_jaypatel' has given '/u/KalPlayZGames' lambda!
+13522 [2020-03-26 12:21:01] The OP received lambda too!
+13522 [2020-03-26 12:30:34] There has been a new submission: 'Got my first video out yesterday.', with flair 'Discussion'
+13522 [2020-03-26 12:30:36] /u/jharden10 had their submission removed for using the wrong flair.
+13522 [2020-03-26 12:33:42] There has been a new submission: 'Released my first video yesterday.', with flair 'Video Critique'
+13522 [2020-03-26 12:33:44] /u/jharden10 had their submission removed for insufficient lambda.
+13522 [2020-03-26 12:35:10] '/u/Rizmin' has given '/u/hemant_rangdal' lambda!
+13522 [2020-03-26 12:35:44] '/u/Rizmin' has given '/u/Five_Kick_Combo' lambda!
+13522 [2020-03-26 12:37:04] '/u/Rizmin' has given '/u/xXDarthdXx' lambda!
+13522 [2020-03-26 12:43:39] There has been a new submission: 'Under Pressure | Bass Cover', with flair 'Video Critique'
+13522 [2020-03-26 12:43:41] /u/Defiant_Moose had their submission removed for insufficient lambda.
+13522 [2020-03-26 12:46:16] '/u/_jaypatel' has given '/u/Sipover' lambda!
+13522 [2020-03-26 12:54:13] There has been a new submission: 'SAN JUAN IKASAMPUNG ARAW NG QUARANTINE', with flair 'Vlog'
+13522 [2020-03-26 12:54:15] /u/mekael03 had their submission removed for insufficient lambda.
+13522 [2020-03-26 12:59:18] '/u/mischapannell' has given '/u/datahistory' lambda!
+13522 [2020-03-26 13:07:43] There has been a new submission: 'Most active Goal scorer Ranked By total goals in Clubs(2002-2019)', with flair 'Thumbnail Review'
+13522 [2020-03-26 13:19:14] There has been a new submission: 'I HAVE A HAUNTED DOLL |Scary Haunted Dolls', with flair 'Discussion'
+13522 [2020-03-26 13:19:14] /u/ASHHADAL had their submission removed for using the wrong flair.
+13522 [2020-03-26 13:19:56] There has been a new submission: 'Hey, working on improving my let's play commentary and editing. What do you think? Feel free to comment on video, I will give lambda and check your videos out too.', with flair 'Gaming'
+13522 [2020-03-26 13:21:12] '/u/fabiotic' has given '/u/mischapannell' lambda!
+13522 [2020-03-26 13:25:13] '/u/Skedwii' has given '/u/YTAverageGamer1' lambda!
+13522 [2020-03-26 13:32:18] There has been a new submission: 'Portrait Sketch of Girl 05 - Pencil Sketch No.16 - Deep Parmar', with flair 'Art'
+13522 [2020-03-26 13:32:20] /u/redditdparmar had their submission removed for insufficient lambda.
+13522 [2020-03-26 13:33:20] '/u/cjf5414' has given '/u/SuperMcGregs' lambda!
+13522 [2020-03-26 13:39:15] '/u/modernaddiction' has given '/u/evanrobbain' lambda!
+13522 [2020-03-26 13:39:34] '/u/modernaddiction' has given '/u/8inchwonder69' lambda!
+13522 [2020-03-26 13:39:40] '/u/modernaddiction' has given '/u/SuperMcGregs' lambda!
+13522 [2020-03-26 13:58:53] '/u/_jaypatel' has given '/u/deforl' lambda!
+13522 [2020-03-26 14:06:52] There has been a new submission: 'Hey guys! I have been working on my thumbnails recently and was wondering if could I get some more tips on how I can make them better? Started updating thumbs for 5 days and thumbs are surely magic.', with flair 'Thumbnail Review'
+13522 [2020-03-26 14:06:53] /u/Peachestho had their submission removed for insufficient lambda.
+13569 [2020-03-26 14:07:28]
+####################
+[2020-03-26 14:07:28] RESTARTED
+####################
+
+13569 [2020-03-26 14:11:10] There has been a new submission: 'Tis me again - I'm curious your guys' thoughts on the "shitty powerpoint" moniker and anything else - The content's the same old great stuff, but I'm hoping this will better label what you're getting into by watching. Enjoy!', with flair 'Video Critique'
+13569 [2020-03-26 14:25:29] There has been a new submission: 'Let's keep our heads up and hopes higher! Let me know what you think! Prepping for the big storm', with flair 'Video Critique'
+13569 [2020-03-26 14:28:01] There has been a new submission: '[Gaming] Half Life: Alyx - Gameplay Walkthrough Part 9 - The Northern Star (PC/60fps/Ultra/Oculus Rift S)', with flair 'Gaming'
+13569 [2020-03-26 14:28:03] /u/Vyzen_1337 had their submission removed for insufficient lambda.
+13569 [2020-03-26 14:35:53] There has been a new submission: 'My Top 5 Sneakers for this Spring 2020. Let me know if you have a favorite pair of sneakers! #rYoutubeStartup', with flair 'Video Critique'
+13569 [2020-03-26 14:35:55] /u/_darealjohn had their submission removed for insufficient lambda.
+13569 [2020-03-26 14:39:02] There has been a new submission: 'Starting a new channel vs keeping existing channel with 890 subscribers? Please hear me out.', with flair 'Discussion'
+13569 [2020-03-26 14:42:08] '/u/danifernt' has given '/u/Gekirxu' lambda!
+13569 [2020-03-26 14:42:21] '/u/Supeelok99' has given '/u/Paaango' lambda!
+13569 [2020-03-26 14:43:18] '/u/Supeelok99' has given '/u/masteroduo' lambda!
+13569 [2020-03-26 14:43:44] '/u/Supeelok99' has given '/u/Inferus12' lambda!
+13569 [2020-03-26 14:46:46] '/u/Supeelok99' has given '/u/ItsNearr' lambda!
+13569 [2020-03-26 14:46:56] '/u/danifernt' has given '/u/Friz1983' lambda!
+13569 [2020-03-26 14:47:32] '/u/Supeelok99' has given '/u/TrueVerse' lambda!
+13569 [2020-03-26 14:47:33] The OP received lambda too!
+13569 [2020-03-26 14:48:49] '/u/danifernt' has given '/u/Five_Kick_Combo' lambda!
+13569 [2020-03-26 14:50:26] '/u/Supeelok99' has given '/u/LexPlex9000' lambda!
+13569 [2020-03-26 14:50:41] '/u/Supeelok99' has given '/u/Charlie_7threegamers' lambda!
+13569 [2020-03-26 14:50:50] There has been a new submission: 'I'm bored send me your videos and I'll review as many as I can', with flair 'Discussion'
+13569 [2020-03-26 14:51:03] '/u/danifernt' has given '/u/masteroduo' lambda!
+13569 [2020-03-26 14:51:35] '/u/Supeelok99' has given '/u/XxCeberusxX' lambda!
+13569 [2020-03-26 14:52:04] '/u/Supeelok99' has given '/u/_abmatt_' lambda!
+13569 [2020-03-26 14:52:17] There has been a new submission: 'What to do with videos that have copyright claims when applying to YouTube partner program?', with flair 'Discussion'
+13569 [2020-03-26 14:53:41] '/u/mischapannell' has given '/u/CopperPanMan' lambda!
+13569 [2020-03-26 15:12:05] There has been a new submission: 'Skincare Instagram Live with Dr Natalia Spierings', with flair 'Collab'
+13569 [2020-03-26 15:12:07] /u/TheSkincareSaviour had their submission removed for using the wrong flair.
+13569 [2020-03-26 15:12:57] '/u/Rizmin' has given '/u/fighterpilot101' lambda!
+13569 [2020-03-26 15:13:06] There has been a new submission: 'Skincare Instagram Live with Dr Natalia Spierings', with flair 'Vlog'
+13569 [2020-03-26 15:13:08] /u/TheSkincareSaviour had their submission removed for insufficient lambda.
+13569 [2020-03-26 15:18:53] '/u/Tman_47YT' has given '/u/SuperMcGregs' lambda!
+13569 [2020-03-26 15:19:26] '/u/mischapannell' has given '/u/bill_cipher_888' lambda!
+13569 [2020-03-26 15:19:50] '/u/CopperPanMan' has given '/u/bestofalex' lambda!
+13569 [2020-03-26 15:19:50] The OP received lambda too!
+13569 [2020-03-26 15:19:55] '/u/Tman_47YT' has given '/u/Gekirxu' lambda!
+13569 [2020-03-26 15:23:02] There has been a new submission: 'Let me give your channels and videos an HONES REVIEW, as I can't access my computer because of COVID-19!', with flair 'Discussion'
+13569 [2020-03-26 15:25:12] There has been a new submission: 'What music do you guys think would be most suitable for a ragetage.', with flair 'Discussion'
+13569 [2020-03-26 15:31:45] There has been a new submission: 'Taking photos for 30 days | Part two', with flair 'Vlog'
+13569 [2020-03-26 15:31:47] /u/donyd4 had their submission removed for insufficient lambda.
+13569 [2020-03-26 15:33:21] '/u/SsSamuelr' has given '/u/fabiotic' lambda!
+13569 [2020-03-26 15:33:21] The OP received lambda too!
+13569 [2020-03-26 15:34:57] '/u/SsSamuelr' has given '/u/ItsNearr' lambda!
+13569 [2020-03-26 15:37:08] '/u/SsSamuelr' has given '/u/Visual-Data-Base' lambda!
+13569 [2020-03-26 15:37:15] There has been a new submission: 'I think I am bit burnout.', with flair 'Vlog'
+13569 [2020-03-26 15:37:16] /u/Wiglow had their submission removed for insufficient lambda.
+13569 [2020-03-26 15:38:05] There has been a new submission: 'My meme video about Long Fingernails. I would love your feedback. Giving Lambda!', with flair 'Video Critique'
+13569 [2020-03-26 15:41:37] '/u/CopperPanMan' has given '/u/TonyGamerr' lambda!
+13569 [2020-03-26 15:51:12] There has been a new submission: 'Why do some of my videos get thousands of views, and others struggle to hit 100?', with flair 'Discussion'
+13569 [2020-03-26 15:51:48] There has been a new submission: 'question about keeping subscribers into my channel', with flair 'Discussion'
+13569 [2020-03-26 15:55:33] '/u/BillyBoyGerman' has given '/u/SsSamuelr' lambda!
+13569 [2020-03-26 15:55:33] The OP received lambda too!
+13569 [2020-03-26 15:55:55] There has been a new submission: 'my channel is mostly drawing comics style and i I'm sure you'll like', with flair 'Art'
+13569 [2020-03-26 15:55:57] /u/DrawStation had their submission removed for insufficient lambda.
+13569 [2020-03-26 15:57:22] '/u/Skedwii' has given '/u/Max-F3rgus0n' lambda!
+13569 [2020-03-26 15:57:29] There has been a new submission: 'im drawing comics tou will like it!', with flair 'Art'
+13569 [2020-03-26 15:57:30] /u/DrawStation had their submission removed for insufficient lambda.
+13569 [2020-03-26 15:57:38] There has been a new submission: 'Hi everyone! Just wanted some feedback on my videos and some tips to improve overall whether it be editing or anything else (keep in mind there are some curse words in case your sensitive to that stuff) thank you!', with flair 'Video Critique'
+13569 [2020-03-26 15:57:39] /u/Crazimation had their submission removed for insufficient lambda.
+13569 [2020-03-26 15:58:05] '/u/BillyBoyGerman' has given '/u/Squirreljustice' lambda!
+13569 [2020-03-26 15:59:57] '/u/_jaypatel' has given '/u/LiteralPhrasing' lambda!
+13569 [2020-03-26 16:01:30] '/u/BillyBoyGerman' has given '/u/rootaccessmedia' lambda!
+13569 [2020-03-26 16:02:18] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 11 - The Hollow Fortress', with flair 'Gaming'
+13569 [2020-03-26 16:02:20] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+13569 [2020-03-26 16:03:05] There has been a new submission: 'i draw comics style review it', with flair 'Art'
+13569 [2020-03-26 16:03:07] /u/DrawStation had their submission removed for insufficient lambda.
+13593 [2020-03-26 16:07:28]
+####################
+[2020-03-26 16:07:28] RESTARTED
+####################
+
+13593 [2020-03-26 16:08:28] There has been a new submission: 'How to play Doom Eternal really badly, Episode 1.', with flair 'Video Critique'
+13593 [2020-03-26 16:08:29] /u/BeatInhofe had their submission removed for insufficient lambda.
+13593 [2020-03-26 16:19:14] There has been a new submission: 'just started', with flair 'None'
+13593 [2020-03-26 16:19:15] /u/jmcrnxx had their submission removed for insufficient lambda.
+13593 [2020-03-26 16:29:01] There has been a new submission: 'New YouTube channel from tattoo artist Jake Steele needs feedback and video critique. Thank you for the support!', with flair 'Video Critique'
+13593 [2020-03-26 16:29:02] /u/Iamjakesteele had their submission removed for insufficient lambda.
+13593 [2020-03-26 16:30:29] There has been a new submission: 'sincere helpful advice gets JUICY JUICY LAMBDA', with flair 'Video Critique'
+13593 [2020-03-26 16:32:04] '/u/mischapannell' has given '/u/mrgeektoyou' lambda!
+13593 [2020-03-26 16:32:49] '/u/heyiamandrew' has given '/u/RunningIntoBedlem' lambda!
+13593 [2020-03-26 16:32:49] The OP received lambda too!
+13593 [2020-03-26 16:55:54] '/u/Homest4r' has given '/u/SoLikeWhatIsCheese' lambda!
+13593 [2020-03-26 16:56:13] '/u/Homest4r' has given '/u/Leon_is_a_Ghost' lambda!
+13593 [2020-03-26 16:57:03] '/u/Homest4r' has given '/u/Big3Apollo' lambda!
+13593 [2020-03-26 16:57:21] '/u/Homest4r' has given '/u/turtlezgomoo' lambda!
+13593 [2020-03-26 16:57:40] '/u/Homest4r' has given '/u/howtobeast101' lambda!
+13593 [2020-03-26 16:57:55] '/u/Homest4r' has given '/u/thewalnuttelaportor' lambda!
+13593 [2020-03-26 16:58:03] '/u/Homest4r' has given '/u/FergHD' lambda!
+13593 [2020-03-26 16:58:12] '/u/Homest4r' has given '/u/Bluehat1416' lambda!
+13593 [2020-03-26 16:58:40] '/u/Homest4r' has given '/u/MntnMedia' lambda!
+13593 [2020-03-26 16:59:01] '/u/Homest4r' has given '/u/cjf5414' lambda!
+13593 [2020-03-26 16:59:49] '/u/Homest4r' has given '/u/TheRedWalkerTRW' lambda!
+13593 [2020-03-26 17:00:37] '/u/Homest4r' has given '/u/firmbutfaire' lambda!
+13593 [2020-03-26 17:03:26] '/u/generalna11' has given '/u/Max-F3rgus0n' lambda!
+13593 [2020-03-26 17:03:45] There has been a new submission: 'Send me your videos for an upcoming channel review video!', with flair 'Channel Review'
+13593 [2020-03-26 17:03:47] /u/blisterward had their submission removed for insufficient lambda.
+13593 [2020-03-26 17:04:28] There has been a new submission: 'I will review all sketch comedy. Sorry my last review post overwhelmed me.', with flair 'Discussion'
+13593 [2020-03-26 17:06:14] There has been a new submission: 'MAKING THE WORST MEMES ON DISCORD (hopefully the audio is okay on this one)', with flair 'Video Critique'
+13593 [2020-03-26 17:07:21] There has been a new submission: 'Made a little video commentary about a story from my work. Any critiques would be helpful', with flair 'Video Critique'
+13593 [2020-03-26 17:07:22] /u/illerminerti had their submission removed for insufficient lambda.
+13593 [2020-03-26 17:10:42] There has been a new submission: 'comedic warzone gameplay feat. Dr Pepper (Warzone Rage & Funny Moments)', with flair 'Gaming'
+13593 [2020-03-26 17:10:44] /u/zMegaaa had their submission removed for insufficient lambda.
+13593 [2020-03-26 17:20:37] There has been a new submission: 'QUESTION: What level of viewer retention do you aim for?', with flair 'Discussion'
+13593 [2020-03-26 17:21:15] There has been a new submission: 'This is how I film & edit my YouTube videos! If you're interested in what software to out start with, check out this video! I hope it helps :)', with flair 'Video Critique'
+13593 [2020-03-26 17:23:33] There has been a new submission: 'Pain-ting with Gary: An Art Show!', with flair 'Art'
+13593 [2020-03-26 17:23:35] /u/daking17 had their submission removed for insufficient lambda.
+13593 [2020-03-26 17:24:05] '/u/CopperPanMan' has given '/u/misterACK' lambda!
+13593 [2020-03-26 17:26:02] There has been a new submission: 'This was my first video (only like 2 weeks ago): Want all kinds of feedback/tips', with flair 'Video Critique'
+13593 [2020-03-26 17:26:15] '/u/mischapannell' has given '/u/kateandchristoph' lambda!
+13593 [2020-03-26 17:28:02] '/u/CopperPanMan' has given '/u/Sipover' lambda!
+13593 [2020-03-26 17:28:35] '/u/CopperPanMan' has given '/u/rootaccessmedia' lambda!
+13593 [2020-03-26 17:29:09] '/u/CopperPanMan' has given '/u/mitch-tibbens' lambda!
+13593 [2020-03-26 17:31:56] '/u/Supeelok99' has given '/u/mrgeektoyou' lambda!
+13593 [2020-03-26 17:34:12] There has been a new submission: 'First YouTube video on my new channel', with flair 'Meta'
+13593 [2020-03-26 17:34:14] /u/trap_344 had their submission removed for using the wrong flair.
+13593 [2020-03-26 17:35:59] There has been a new submission: 'First video on new Chanel', with flair 'Gaming'
+13593 [2020-03-26 17:36:00] /u/trap_344 had their submission removed for insufficient lambda.
+13593 [2020-03-26 17:36:09] '/u/BillyBoyGerman' has given '/u/prettyboiRandell' lambda!
+13593 [2020-03-26 17:39:19] There has been a new submission: 'How long do you take to edit?', with flair 'Discussion'
+13593 [2020-03-26 17:54:30] '/u/WALLROOP' has given '/u/Max-F3rgus0n' lambda!
+13593 [2020-03-26 17:54:30] The OP received lambda too!
+13593 [2020-03-26 17:55:50] '/u/mischapannell' has given '/u/prettyboiRandell' lambda!
+13593 [2020-03-26 17:59:32] '/u/Official_GemmaLouise' has given '/u/Hamlet_71' lambda!
+13593 [2020-03-26 17:59:33] The OP received lambda too!
+13677 [2020-03-26 18:07:28]
+####################
+[2020-03-26 18:07:28] RESTARTED
+####################
+
+13677 [2020-03-26 18:08:30] '/u/BillyBoyGerman' has given '/u/Leon_is_a_Ghost' lambda!
+13677 [2020-03-26 18:13:15] There has been a new submission: 'Completely REIMAGINED my video formatting. All feedback and comments are greatly appreciated!', with flair 'Gaming'
+13677 [2020-03-26 18:14:17] There has been a new submission: 'Doom eternal gameplay', with flair 'Gaming'
+13677 [2020-03-26 18:14:19] /u/Anirudh_pro had their submission removed for insufficient lambda.
+13677 [2020-03-26 18:16:58] There has been a new submission: 'If You Don't Believe You Could Make It As A Content Creator Or Streamer - WATCH THIS', with flair 'Vlog'
+13677 [2020-03-26 18:17:00] /u/WeWillNotFear had their submission removed for insufficient lambda.
+13677 [2020-03-26 18:19:19] There has been a new submission: 'How to download hotstar outside india', with flair 'Vlog'
+13677 [2020-03-26 18:19:20] /u/Anirudh_pro had their submission removed for insufficient lambda.
+13677 [2020-03-26 18:23:39] '/u/SteelHockey' has given '/u/Max-F3rgus0n' lambda!
+13677 [2020-03-26 18:23:40] The OP received lambda too!
+13677 [2020-03-26 18:26:02] There has been a new submission: 'Give lambda', with flair 'Meta'
+13677 [2020-03-26 18:33:56] There has been a new submission: 'Made a Logo for my channel would love some feedback 💪🏾💯', with flair 'Video Critique'
+13677 [2020-03-26 18:33:58] /u/Empower20 had their submission removed for insufficient lambda.
+13677 [2020-03-26 18:37:21] There has been a new submission: 'Check out my newest video', with flair 'Video Critique'
+13677 [2020-03-26 18:37:22] /u/CactusBrain_YT had their submission removed for insufficient lambda.
+13677 [2020-03-26 18:40:15] There has been a new submission: 'Sion memetage, I'd love to hear your opinion', with flair 'Video Critique'
+13677 [2020-03-26 18:40:18] /u/Kralyatron had their submission removed for insufficient lambda.
+13677 [2020-03-26 18:48:45] There has been a new submission: 'This is my first time posting a video here. Hopefully I do this right! Anyways, here’s one of my videos for review. If you’re not into American professional sports, my content may not interest you much. I’d appreciate any feedback!', with flair 'Channel Review'
+13677 [2020-03-26 18:55:25] There has been a new submission: 'Channel Review!! After Four Years, Over 400 videos, and almost 5,000 Subscribers, let me know what you think :)', with flair 'Channel Review'
+13677 [2020-03-26 18:56:22] There has been a new submission: 'Champion games with Comms - Rainbow Six Siege (Operation Void Edge)', with flair 'Gaming'
+13677 [2020-03-26 18:56:23] /u/KrakenR6 had their submission removed for insufficient lambda.
+13677 [2020-03-26 19:01:43] '/u/CertMedia' has given '/u/deforl' lambda!
+13677 [2020-03-26 19:01:43] The OP received lambda too!
+13677 [2020-03-26 19:10:11] There has been a new submission: 'Hey I made a tribute video any feedback would be helpful thanks', with flair 'Video Critique'
+13677 [2020-03-26 19:11:20] {ERROR} received 503 HTTP response
+13677 [2020-03-26 19:12:11] {ERROR} received 503 HTTP response
+17586 [2020-03-26 20:07:28]
+####################
+[2020-03-26 20:07:28] RESTARTED
+####################
+
+17586 [2020-03-26 20:07:55] '/u/misterACK' has given '/u/ThealerGames' lambda!
+17586 [2020-03-26 20:07:55] The OP received lambda too!
+17586 [2020-03-26 20:08:03] '/u/The_Suited_Bird' has given '/u/MafiasFinestTV' lambda!
+17586 [2020-03-26 20:08:03] The OP received lambda too!
+17586 [2020-03-26 20:08:34] There has been a new submission: 'How to do a Spartan kick?', with flair 'Gaming'
+17586 [2020-03-26 20:08:34] /u/nobeardjim had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:08:38] There has been a new submission: 'fortnite funny moments #1', with flair 'Discussion'
+17586 [2020-03-26 20:08:38] /u/bigmusclemanskrrskrr had their submission removed for using the wrong flair.
+17586 [2020-03-26 20:08:42] There has been a new submission: 'FIGHTING THE CORONA VIRUS IN PHOTOSHOP / fun lil video i made, not like my other vids but i like it, feedback will be appreciated!', with flair 'Video Critique'
+17586 [2020-03-26 20:08:46] There has been a new submission: 'Recently started posting my uncut Twitch streams to YT. Let me know what you think! (Audio is a little off, working on that)', with flair 'Gaming'
+17586 [2020-03-26 20:08:46] /u/Spoornado had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:08:49] There has been a new submission: 'I tried to take in all the advice you guys have been giving me and applied it to this video! Lambda will be rewarded for legitimate feedback as always (or if it makes me laugh)', with flair 'Video Critique'
+17586 [2020-03-26 20:08:54] There has been a new submission: 'This is a short one, just over 3 minutes. Would like to know what you think of the new format.', with flair 'None'
+17586 [2020-03-26 20:08:58] There has been a new submission: 'BABE PLEASE!', with flair 'None'
+17586 [2020-03-26 20:08:59] /u/loopy2mn had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:09:02] There has been a new submission: 'I made a video I thought was little funny on some coronavirus boredom killers', with flair 'Discussion'
+17586 [2020-03-26 20:09:03] /u/RopeyPolecat540_ had their submission removed for using the wrong flair.
+17586 [2020-03-26 20:09:06] There has been a new submission: 'Minecraft compilation (repost) plz comment and maybe sub trying to get to 100 )!! will give lambda', with flair 'Video Critique'
+17586 [2020-03-26 20:09:10] There has been a new submission: 'I make silly raps but I can make ok music and lyrics. Anybody who wants to collaborate with a very small channel I’m here.', with flair 'Collab'
+17586 [2020-03-26 20:09:10] /u/RopeyPolecat540_ had their submission removed for using the wrong flair.
+17586 [2020-03-26 20:09:13] There has been a new submission: 'Just to be sure what's the best choice', with flair 'Discussion'
+17586 [2020-03-26 20:09:16] There has been a new submission: 'Coronavirus Cancelled My Wedding', with flair 'Video Critique'
+17586 [2020-03-26 20:09:16] /u/TheBoyJohn had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:09:19] There has been a new submission: 'RE3 Coming To Switch?, Stalker 2 Image Released & Predator Game Trial Is Out | Survival Gaming News', with flair 'Gaming'
+17586 [2020-03-26 20:09:19] /u/shaunoxley had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:09:24] '/u/Supeelok99' has given '/u/I_like_to_eat_pee' lambda!
+17586 [2020-03-26 20:09:24] The OP received lambda too!
+17586 [2020-03-26 20:10:38] There has been a new submission: 'Tried to go for a "Commercial" style on this video. Let me know what you think!', with flair 'Video Critique'
+17586 [2020-03-26 20:13:37] '/u/MoskitoDan' has given '/u/The_Suited_Bird' lambda!
+17586 [2020-03-26 20:13:37] The OP received lambda too!
+17586 [2020-03-26 20:13:46] There has been a new submission: 'Why I Cancelled My Wedding', with flair 'Video Critique'
+17586 [2020-03-26 20:13:48] /u/TheBoyJohn had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:14:16] There has been a new submission: 'rona season - Here's a skit AND a song to outro the vid, all about coronavirus. Lmk what ya'll think!', with flair 'Video Critique'
+17586 [2020-03-26 20:17:36] There has been a new submission: 'Give me tips and ways to help grow my channel.', with flair 'Gaming'
+17586 [2020-03-26 20:17:37] /u/TheyCallMyWill had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:18:22] There has been a new submission: 'I have a very small channel with 40 subs, I make loads of stuff but I can actually make ok music or lyrics for hip hop or rap.', with flair 'Collab'
+17586 [2020-03-26 20:19:46] There has been a new submission: 'I Beat Minecraft Without Armor! Please give me some criticism on this! BTW this is my second time using Sony Vegas so if you see anything wrong with the editing comment it!', with flair 'Gaming'
+17586 [2020-03-26 20:21:26] There has been a new submission: 'Can someone give honest criticism for my channel', with flair 'Video Critique'
+17586 [2020-03-26 20:21:28] /u/ItzPatrickEB had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:24:22] There has been a new submission: 'AT&T : DIVIDEND STOCK ANALYSIS | is T stock a stock to buy? | Dividend investing 2020', with flair 'Meta'
+17586 [2020-03-26 20:24:24] /u/Dividend-investor had their submission removed for using the wrong flair.
+17586 [2020-03-26 20:27:08] '/u/The_Suited_Bird' has given '/u/KalPlayZGames' lambda!
+17586 [2020-03-26 20:27:15] There has been a new submission: 'Epic Travel Video (COVID-19 Quarantine Version)', with flair 'Video Critique'
+17586 [2020-03-26 20:27:17] /u/somada141 had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:27:25] There has been a new submission: 'New Sarcastic YouTube Channel', with flair 'Gaming'
+17586 [2020-03-26 20:27:26] /u/Dap0912 had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:28:05] '/u/I_like_to_eat_pee' has given '/u/Big3Apollo' lambda!
+17586 [2020-03-26 20:28:05] The OP received lambda too!
+17586 [2020-03-26 20:28:28] '/u/The_Suited_Bird' has given '/u/VR-Frontier' lambda!
+17586 [2020-03-26 20:29:20] '/u/The_Suited_Bird' has given '/u/Connor_a711' lambda!
+17586 [2020-03-26 20:29:36] '/u/The_Suited_Bird' has given '/u/CertMedia' lambda!
+17586 [2020-03-26 20:32:20] There has been a new submission: 'Minecraft Redstone Showcase: Random Exclusive Sequence Generator.', with flair 'Gaming'
+17586 [2020-03-26 20:32:22] /u/GuidingGamer had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:33:12] There has been a new submission: 'Every Dad in the Midwest [Comedy] - Feel free to give any and all feedback, harsh or not, just trying to get better!', with flair 'Video Critique'
+17586 [2020-03-26 20:34:45] There has been a new submission: 'Check Out My Latest, And Possibly Best Video, Feedback Appreciated - Did The U.S Cause Mexico's War on Drugs?', with flair 'Video Critique'
+17586 [2020-03-26 20:35:16] '/u/MoskitoDan' has given '/u/Connor_a711' lambda!
+17586 [2020-03-26 20:36:56] There has been a new submission: 'I'm a small channel about Game Music Videos and this is one of my recent uploads, tell me what you think!', with flair 'Gaming'
+17586 [2020-03-26 20:37:10] There has been a new submission: 'I've started to vlog the lockdown in London. What would you like to see?', with flair 'Vlog'
+17586 [2020-03-26 20:37:11] /u/JamesWolsely had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:37:34] '/u/Hamlet_71' has given '/u/TheRealKiwiKingdom' lambda!
+17586 [2020-03-26 20:37:34] The OP received lambda too!
+17586 [2020-03-26 20:37:41] There has been a new submission: '10 Minute Home Workout ( Quarantine Edition)', with flair 'Video Critique'
+17586 [2020-03-26 20:37:42] /u/KingKen_ had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:39:06] '/u/Hamlet_71' has given '/u/I_like_to_eat_pee' lambda!
+17586 [2020-03-26 20:39:52] '/u/Hamlet_71' has given '/u/sambarlien' lambda!
+17586 [2020-03-26 20:41:48] There has been a new submission: 'Looking for a new game to play? Well I have know of a great FREE one!! Check out my video and give the game a try!!', with flair 'Gaming'
+17586 [2020-03-26 20:41:50] /u/Primex76 had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:42:24] There has been a new submission: 'Inspired by old Ryanhiga, mychonny and kevjumba. Looking for feedback and thoughts <3 (Idk if its funny but I sure did try ><) Hopefully it makes you stick around till the end of the video ! :)', with flair 'Video Critique'
+17586 [2020-03-26 20:43:41] '/u/MoskitoDan' has given '/u/MafiasFinestTV' lambda!
+17586 [2020-03-26 20:48:33] '/u/Sipover' has given '/u/GuidingGamer' lambda!
+17586 [2020-03-26 20:48:33] The OP received lambda too!
+17586 [2020-03-26 20:48:54] There has been a new submission: 'I posted a Half Life Alyx video with Sort of a Funny twist. Let me know what you think', with flair 'Gaming'
+17586 [2020-03-26 20:48:55] /u/FlashySmash had their submission removed for insufficient lambda.
+17586 [2020-03-26 20:54:17] '/u/MoskitoDan' has given '/u/juujuuuujj' lambda!
+17586 [2020-03-26 20:56:12] There has been a new submission: 'I would love some feedback on my latest video about the thumbnail, editing, etc.! I will try to reward lambda for any helpful feedback (positive or negative)!', with flair 'Video Critique'
+17586 [2020-03-26 21:01:06] There has been a new submission: 'This is my first post on this sub, what is your opinion on this video?', with flair 'Video Critique'
+17586 [2020-03-26 21:01:08] /u/kramberry5 had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:02:10] There has been a new submission: 'A short video taken at sunset of my house, any feedback is appreciated!', with flair 'Channel Review'
+17586 [2020-03-26 21:03:05] There has been a new submission: 'Put a ton of work into this one! Hope y'all enjoy!!', with flair 'Video Critique'
+17586 [2020-03-26 21:08:44] There has been a new submission: '"The Star Wars side of Zombies"! If you like funny moment, gaming, meme videos feel free to check out my channel! I'm open for feedback on editing style, thumbnail, etc. Hope you enjoyed!', with flair 'Gaming'
+17586 [2020-03-26 21:08:45] /u/CrimsonPenguinYT had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:09:26] There has been a new submission: 'Ghazghkull Thraka's VRCHAT Vacation', with flair 'Gaming'
+17586 [2020-03-26 21:09:27] /u/muttonchoppers666 had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:11:06] '/u/misterACK' has given '/u/kramberry5' lambda!
+17586 [2020-03-26 21:13:29] '/u/TheFlayIsOn' has given '/u/juujuuuujj' lambda!
+17586 [2020-03-26 21:13:29] The OP received lambda too!
+17586 [2020-03-26 21:21:25] There has been a new submission: 'I got my first PC', with flair 'Video Critique'
+17586 [2020-03-26 21:21:27] /u/InfamousStill had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:22:05] There has been a new submission: 'Ghazghkull Thraka's VRCHAT Vacation', with flair 'Gaming'
+17586 [2020-03-26 21:22:07] /u/muttonchoppers666 had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:23:46] There has been a new submission: '300+ BEST Sweaty/Tryhard Channel Names | OG Cool Fortnite Gamertags (not taken) 2020', with flair 'Gaming'
+17586 [2020-03-26 21:23:48] /u/Umyp had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:29:00] There has been a new submission: 'PES MOBILE MONTAGE YOU WOULD LOVE TO SEE', with flair 'Gaming'
+17586 [2020-03-26 21:29:01] /u/marshallup32 had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:32:35] There has been a new submission: 'YouTube', with flair 'Art'
+17586 [2020-03-26 21:32:37] /u/Ambientmusic1 had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:33:24] '/u/Hamlet_71' has given '/u/InfamousStill' lambda!
+17586 [2020-03-26 21:35:24] There has been a new submission: 'Hi. Please could you review my channel?', with flair 'Channel Review'
+17586 [2020-03-26 21:35:26] /u/xT1meB0mb had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:49:09] '/u/The_Suited_Bird' has given '/u/SteelHockey' lambda!
+17586 [2020-03-26 21:49:40] '/u/The_Suited_Bird' has given '/u/prettyboiRandell' lambda!
+17586 [2020-03-26 21:50:15] '/u/The_Suited_Bird' has given '/u/AnimuseVids' lambda!
+17586 [2020-03-26 21:52:05] '/u/prettyboiRandell' has given '/u/TfireballK' lambda!
+17586 [2020-03-26 21:52:05] The OP received lambda too!
+17586 [2020-03-26 21:52:45] '/u/The_Suited_Bird' has given '/u/CRGaming_Group' lambda!
+17586 [2020-03-26 21:55:25] There has been a new submission: 'Looking for feedback. What do you think of the format, title and thumbnail?', with flair 'Channel Review'
+17586 [2020-03-26 21:55:27] /u/timcreatealase had their submission removed for insufficient lambda.
+17586 [2020-03-26 21:59:27] There has been a new submission: 'Walked the busiest street in the world. Shibuya Crossing - Tokyo Japan (4K) would be interested to know what you liked & disliked about the video 🙏', with flair 'Video Critique'
+17586 [2020-03-26 22:04:19] There has been a new submission: 'We reached 100 subs, and this is the video we made to celebrate it! It would mean tons if you gave it a watch😁', with flair 'Video Critique'
+17586 [2020-03-26 22:04:21] /u/Bake-and-Jecca had their submission removed for insufficient lambda.
+17586 [2020-03-26 22:05:05] '/u/MoskitoDan' has given '/u/RoboOggy' lambda!
+17586 [2020-03-26 22:05:39] There has been a new submission: 'Josh Benoit & Tory Lanez Fight! I know you Josh!', with flair 'Discussion'
+17586 [2020-03-26 22:05:40] /u/Coolest_Nerd had their submission removed for using the wrong flair.
+17586 [2020-03-26 22:06:26] There has been a new submission: 'I'm making a small funny game called "Dude Sim", check out the preview of it!', with flair 'Gaming'
+17586 [2020-03-26 22:06:28] /u/avpbeats had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:07:28]
+####################
+[2020-03-26 22:07:28] RESTARTED
+####################
+
+17665 [2020-03-26 22:08:29] There has been a new submission: 'Messing around with the boys in fishing planet! I make variety content and am looking to make more soon! Feedback, comments, likes etc are all appreciated, let me know what ya think!', with flair 'Gaming'
+17665 [2020-03-26 22:08:30] /u/BigBoySnazzy had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:09:03] There has been a new submission: 'Severe Symptoms of COVID-19 (Study of 2874 hospitalized patients showed that 88% had fever, 57% cough, 45% dyspnea among other symptoms. 20% ended up in the ICU department)', with flair 'Video Critique'
+17665 [2020-03-26 22:09:03] /u/marcan33 had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:15:24] There has been a new submission: 'Another animation video. Lambda for all constructive feedback!', with flair 'Video Critique'
+17665 [2020-03-26 22:17:10] There has been a new submission: 'Some Short Updates + Going Live Now!', with flair 'None'
+17665 [2020-03-26 22:17:12] /u/loopy2mn had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:18:39] '/u/MadeCITYSTARS' has given '/u/donzko' lambda!
+17665 [2020-03-26 22:18:40] The OP received lambda too!
+17665 [2020-03-26 22:19:59] '/u/The_Suited_Bird' has given '/u/ColinMcGraw' lambda!
+17665 [2020-03-26 22:20:22] '/u/The_Suited_Bird' has given '/u/RoboOggy' lambda!
+17665 [2020-03-26 22:20:55] '/u/Visual-Data-Base' has given '/u/I_like_to_eat_pee' lambda!
+17665 [2020-03-26 22:20:55] The OP received lambda too!
+17665 [2020-03-26 22:21:57] '/u/Visual-Data-Base' has given '/u/CertMedia' lambda!
+17665 [2020-03-26 22:23:21] '/u/The_Suited_Bird' has given '/u/zleopoldo' lambda!
+17665 [2020-03-26 22:25:52] '/u/Big3Apollo' has given '/u/kramberry5' lambda!
+17665 [2020-03-26 22:25:53] The OP received lambda too!
+17665 [2020-03-26 22:26:17] There has been a new submission: 'Guess the Chainsmokers Song! :)', with flair 'Gaming'
+17665 [2020-03-26 22:26:19] /u/sr5393 had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:28:16] '/u/BillyBoyGerman' has given '/u/Big3Apollo' lambda!
+17665 [2020-03-26 22:30:22] '/u/BillyBoyGerman' has given '/u/juujuuuujj' lambda!
+17665 [2020-03-26 22:37:47] '/u/pokbun' has given '/u/jharden10' lambda!
+17665 [2020-03-26 22:37:47] The OP received lambda too!
+17665 [2020-03-26 22:38:21] '/u/pokbun' has given '/u/YouTubeJebaholic' lambda!
+17665 [2020-03-26 22:41:05] There has been a new submission: '2nd Vid - Making Wood and Resin Jewelry', with flair 'Channel Review'
+17665 [2020-03-26 22:41:07] /u/mtheory-ceh had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:41:28] '/u/pokbun' has given '/u/KalPlayZGames' lambda!
+17665 [2020-03-26 22:45:36] '/u/finbud117' has given '/u/MaleficentMood5' lambda!
+17665 [2020-03-26 22:45:36] The OP received lambda too!
+17665 [2020-03-26 22:52:46] There has been a new submission: 'My videos get decent views and likes/dislikes, but very few comments. Is it normal?', with flair 'Discussion'
+17665 [2020-03-26 22:53:41] There has been a new submission: 'Sonic Mania Plus - Mania Mode Part 1!', with flair 'Gaming'
+17665 [2020-03-26 22:56:48] There has been a new submission: 'Let the world tournament Begin', with flair 'Gaming'
+17665 [2020-03-26 22:56:49] /u/Chaos_Jutsu had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:59:03] There has been a new submission: 'New YouTuber (Kinda)', with flair 'Channel Review'
+17665 [2020-03-26 22:59:04] /u/ImOutKaste had their submission removed for insufficient lambda.
+17665 [2020-03-26 22:59:53] There has been a new submission: 'Ad Arbitrage 1,000 Subscriber Giveaway $500 and Thank You - Make Money With Google Adsense', with flair 'Vlog'
+17665 [2020-03-26 22:59:54] /u/ENFP4life had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:00:28] There has been a new submission: 'A question', with flair 'Gaming'
+17665 [2020-03-26 23:00:30] /u/apexagency had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:01:34] '/u/prettyboiRandell' has given '/u/minibakker' lambda!
+17665 [2020-03-26 23:02:33] '/u/prettyboiRandell' has given '/u/donzko' lambda!
+17665 [2020-03-26 23:05:43] There has been a new submission: '[Channel review] It's a prius, b*tch', with flair 'Channel Review'
+17665 [2020-03-26 23:11:07] '/u/The_Suited_Bird' has given '/u/mischapannell' lambda!
+17665 [2020-03-26 23:11:20] There has been a new submission: '300+ BEST Sweaty/Tryhard Channel Names | OG Cool Fortnite Gamertags (not taken) 2020', with flair 'Gaming'
+17665 [2020-03-26 23:11:22] /u/Umyp had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:11:46] '/u/SuperMcGregs' has given '/u/modernaddiction' lambda!
+17665 [2020-03-26 23:12:15] '/u/SuperMcGregs' has given '/u/WALLROOP' lambda!
+17665 [2020-03-26 23:12:27] There has been a new submission: 'I NEED TOPICS', with flair 'Discussion'
+17665 [2020-03-26 23:13:40] '/u/SuperMcGregs' has given '/u/DeafJordan' lambda!
+17665 [2020-03-26 23:13:50] '/u/pokbun' has given '/u/RunningIntoBedlem' lambda!
+17665 [2020-03-26 23:14:29] '/u/SuperMcGregs' has given '/u/firmbutfaire' lambda!
+17665 [2020-03-26 23:15:36] '/u/SuperMcGregs' has given '/u/sam-UL' lambda!
+17665 [2020-03-26 23:15:45] '/u/pokbun' has given '/u/SsSamuelr' lambda!
+17665 [2020-03-26 23:16:23] '/u/pokbun' has given '/u/MentalOutlaw' lambda!
+17665 [2020-03-26 23:17:30] '/u/SuperMcGregs' has given '/u/MoskitoDan' lambda!
+17665 [2020-03-26 23:18:18] '/u/SuperMcGregs' has given '/u/Xerionix' lambda!
+17665 [2020-03-26 23:19:05] '/u/SuperMcGregs' has given '/u/Five_Kick_Combo' lambda!
+17665 [2020-03-26 23:20:43] '/u/finbud117' has given '/u/Juhber' lambda!
+17665 [2020-03-26 23:28:36] '/u/YouTubeJebaholic' has given '/u/Juhber' lambda!
+17665 [2020-03-26 23:28:36] The OP received lambda too!
+17665 [2020-03-26 23:34:22] '/u/pokbun' has given '/u/Five_Kick_Combo' lambda!
+17665 [2020-03-26 23:34:56] There has been a new submission: '[FREE] XXXTENTACION x Ski Mask Type Beat - "IDGAF" (prod.Dimitroffbeatz)', with flair 'Art'
+17665 [2020-03-26 23:34:58] /u/dimitroffbeatz had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:36:47] There has been a new submission: 'EPIC ROMAN CANDLE FIGHT!!!', with flair 'Video Critique'
+17665 [2020-03-26 23:36:49] /u/fliptheflip1 had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:41:46] There has been a new submission: 'Would love some feedback on my latest video. It is by far the most fun I’ve had (and the most work) in a video. It’s pro wrestling styled and features my grandma, would love you guys to let me know if you enjoyed it too!', with flair 'Video Critique'
+17665 [2020-03-26 23:45:25] '/u/CobaPlatinum' has given '/u/CutestRonin' lambda!
+17665 [2020-03-26 23:45:25] The OP received lambda too!
+17665 [2020-03-26 23:47:18] There has been a new submission: 'What kind of gaming content can I do if my gaming computer just died', with flair 'Discussion'
+17665 [2020-03-26 23:47:23] There has been a new submission: 'My latest VR video. Any help would be amazing!', with flair 'Video Critique'
+17665 [2020-03-26 23:57:13] '/u/GrumpyBottom_YT' has given '/u/N1ghtstr1ke44' lambda!
+17665 [2020-03-26 23:57:45] There has been a new submission: 'Data Battle: The Right to Bear Arms (sketch comedy, would love any feedback!)', with flair 'Video Critique'
+17665 [2020-03-26 23:57:46] /u/lkreiser had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:58:18] '/u/GrumpyBottom_YT' has given '/u/ShikharTrivedi' lambda!
+17665 [2020-03-26 23:58:30] There has been a new submission: 'Demon Slayer Is Confirmed To Be An Arena Fighter', with flair 'Gaming'
+17665 [2020-03-26 23:58:31] /u/AzidEnze had their submission removed for insufficient lambda.
+17665 [2020-03-26 23:59:09] '/u/GrumpyBottom_YT' has given '/u/GideonGriebenow' lambda!
+17665 [2020-03-26 23:59:41] '/u/GrumpyBottom_YT' has given '/u/Sky-todd' lambda!
+17665 [2020-03-26 23:59:47] '/u/VR-Frontier' has given '/u/HighHeelKnight' lambda!
+17665 [2020-03-26 23:59:47] The OP received lambda too!
+17665 [2020-03-27 00:01:12] There has been a new submission: 'I do a gaming YouTube channel, any game ideas?', with flair 'Gaming'
+17665 [2020-03-27 00:01:14] /u/YTRobotmon had their submission removed for insufficient lambda.
+17665 [2020-03-27 00:02:00] '/u/GrumpyBottom_YT' has given '/u/Charlie_7threegamers' lambda!
+17665 [2020-03-27 00:03:32] There has been a new submission: 'Nerd Talk: Castlevania and why the Belmont’s disappeared. Not one of my best videos, but I streamlined my editing and learned some new stuff. Still working on editing and finding the sweet spot between voice and BGM balancing. Thoughts and critiques always welcome.', with flair 'Video Critique'
+17744 [2020-03-27 00:07:28]
+####################
+[2020-03-27 00:07:28] RESTARTED
+####################
+
+17744 [2020-03-27 00:08:31] '/u/The_Suited_Bird' has given '/u/PepitoPregunton' lambda!
+17744 [2020-03-27 00:08:53] There has been a new submission: 'Working on our Creator Interviews', with flair 'Video Critique'
+17744 [2020-03-27 00:08:54] /u/MHBStudio had their submission removed for insufficient lambda.
+17744 [2020-03-27 00:09:26] '/u/The_Suited_Bird' has given '/u/MadBlaxe' lambda!
+17744 [2020-03-27 00:13:14] '/u/GrumpyBottom_YT' has given '/u/CopperPanMan' lambda!
+17744 [2020-03-27 00:14:18] '/u/GrumpyBottom_YT' has given '/u/_darealjohn' lambda!
+17744 [2020-03-27 00:17:03] '/u/GrumpyBottom_YT' has given '/u/beefiesmalls' lambda!
+17744 [2020-03-27 00:19:52] '/u/GrumpyBottom_YT' has given '/u/SsSamuelr' lambda!
+17744 [2020-03-27 00:22:33] '/u/GrumpyBottom_YT' has given '/u/GeekonMySleeve' lambda!
+17744 [2020-03-27 00:24:23] '/u/GrumpyBottom_YT' has given '/u/AHealthyDoseofFran' lambda!
+17744 [2020-03-27 00:26:18] '/u/GrumpyBottom_YT' has given '/u/mrgeektoyou' lambda!
+17744 [2020-03-27 00:27:21] '/u/GrumpyBottom_YT' has given '/u/TheRealKiwiKingdom' lambda!
+17744 [2020-03-27 00:45:30] There has been a new submission: 'Ok this is a big deal. I revealed my sub count for the first time at just under 150! I'm trying to release some music while isolated, & I think my channel art could use some flair, maybe to better match the red album art. You tell me. Should I scrap my original Slayhole banner?', with flair 'Channel Review'
+17744 [2020-03-27 00:48:23] '/u/Leon_is_a_Ghost' has given '/u/MafiasFinestTV' lambda!
+17744 [2020-03-27 00:48:23] The OP received lambda too!
+17744 [2020-03-27 00:48:50] '/u/Slayhole' has given '/u/Max-F3rgus0n' lambda!
+17744 [2020-03-27 00:48:50] The OP received lambda too!
+17744 [2020-03-27 00:58:57] There has been a new submission: 'Hello! Trying to grow my channel and editing skills. I just started creating let's play like videos. I am very limited with what I use to record/edit. But enjoy.', with flair 'Gaming'
+17744 [2020-03-27 00:58:58] /u/BuddyTJones had their submission removed for insufficient lambda.
+17744 [2020-03-27 01:04:26] There has been a new submission: 'My first scary game on my channel! I would absolutely love feedback on it! Of course I will give lambda for good feedback!', with flair 'Video Critique'
+17744 [2020-03-27 01:09:28] '/u/Sipover' has given '/u/MafiasFinestTV' lambda!
+17744 [2020-03-27 01:11:09] There has been a new submission: 'I recently did a face reveal video and would LOVE to hear feedback. I tried a bunch of different types of editing and I'll give lambda for any helpful feedback!', with flair 'Video Critique'
+17744 [2020-03-27 01:14:52] There has been a new submission: '[Video Critique] - Have A Laugh.', with flair 'Video Critique'
+17744 [2020-03-27 01:14:54] /u/generalna11 had their submission removed for insufficient lambda.
+17744 [2020-03-27 01:22:41] There has been a new submission: 'This is my very first edit ever!! I would love some feedback 😊', with flair 'Video Critique'
+17744 [2020-03-27 01:22:43] /u/Hellokatie930 had their submission removed for insufficient lambda.
+17744 [2020-03-27 01:38:29] There has been a new submission: 'Vfx Editing || after and before || Behind the scene || Visual effects ||Chyon Khan', with flair 'Collab'
+17744 [2020-03-27 01:38:30] /u/NeazMahmud had their submission removed for using the wrong flair.
+2316 [2020-03-27 01:45:12] Updated statistics
+17744 [2020-03-27 01:59:26] There has been a new submission: 'Heart like yours//Willamette Stone(cover)', with flair 'Art'
+17744 [2020-03-27 01:59:27] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+17744 [2020-03-27 02:02:21] '/u/The_Suited_Bird' has given '/u/PonjiNinja' lambda!
+17744 [2020-03-27 02:02:58] '/u/The_Suited_Bird' has given '/u/Dan_TheKong' lambda!
+17744 [2020-03-27 02:06:46] There has been a new submission: 'Anyone wanna be in a VR video?', with flair 'Collab'
+17825 [2020-03-27 02:07:28]
+####################
+[2020-03-27 02:07:28] RESTARTED
+####################
+
+17825 [2020-03-27 02:09:19] There has been a new submission: 'I've been seeing A LOT of channel reviews from others. I'll be doing something new! Upvote this!', with flair 'Discussion'
+17825 [2020-03-27 02:11:52] '/u/The_Suited_Bird' has given '/u/Dapper-Stress' lambda!
+17825 [2020-03-27 02:12:05] '/u/FuriousSlayer73' has given '/u/CaptParadox' lambda!
+17825 [2020-03-27 02:12:06] The OP received lambda too!
+17825 [2020-03-27 02:14:35] There has been a new submission: 'COVID-19 Quarantine Hostel Del Lago Lake Atitlan Guatemala #01 | NEOtravel 08', with flair 'Vlog'
+17825 [2020-03-27 02:14:37] /u/neopch had their submission removed for insufficient lambda.
+17825 [2020-03-27 02:17:10] '/u/MorphingReality' has given '/u/MafiasFinestTV' lambda!
+17825 [2020-03-27 02:17:10] The OP received lambda too!
+17825 [2020-03-27 02:26:42] There has been a new submission: 'The Butcher's grass short film check out my channel LiNeArOaCh LiMoUsINe PiCTURES open minded to all feed back', with flair 'Video Critique'
+17825 [2020-03-27 02:26:43] /u/LiNeArOaCh had their submission removed for insufficient lambda.
+17825 [2020-03-27 02:47:11] '/u/Hamlet_71' has given '/u/PonjiNinja' lambda!
+17825 [2020-03-27 02:57:05] There has been a new submission: 'Here's my Minecraft survival series, please tell me what to improve', with flair 'Video Critique'
+17825 [2020-03-27 02:57:06] /u/RifleHD had their submission removed for insufficient lambda.
+17825 [2020-03-27 02:59:18] There has been a new submission: 'Steps on how to make a react video?', with flair 'Discussion'
+17825 [2020-03-27 03:03:39] '/u/PonjiNinja' has given '/u/generalna11' lambda!
+17825 [2020-03-27 03:03:39] The OP received lambda too!
+17825 [2020-03-27 03:04:05] There has been a new submission: 'A satire trailer I made for Covid 19 in quarantine tell me what you think :D', with flair 'Video Critique'
+17825 [2020-03-27 03:04:07] /u/Angy_The_Mangy had their submission removed for insufficient lambda.
+17825 [2020-03-27 03:06:08] There has been a new submission: '*[Vlog] I'm on a weight loss journey, even through this pandemic! Check out my progress! Right now, I'm living 'Life In The Fat Lane'', with flair 'Vlog'
+17825 [2020-03-27 03:06:17] There has been a new submission: 'Why I Steak My Seasonings,NOT My CuttingBoard', with flair 'Video Critique'
+17825 [2020-03-27 03:07:17] There has been a new submission: 'SH*T FOREIGN PARENTS DO! Let me know if I should make any changes!', with flair 'Vlog'
+17825 [2020-03-27 03:11:23] There has been a new submission: 'After four years of having, a channel finally hit 100 subscribers! :)', with flair 'Discussion'
+17825 [2020-03-27 03:16:33] There has been a new submission: 'Channel name?', with flair 'Discussion'
+17825 [2020-03-27 03:19:08] '/u/_jaypatel' has given '/u/JohnPompeli' lambda!
+17825 [2020-03-27 03:20:10] '/u/_jaypatel' has given '/u/LillyMarie_B' lambda!
+17825 [2020-03-27 03:20:53] '/u/_jaypatel' has given '/u/LinusStudios' lambda!
+17825 [2020-03-27 03:21:29] '/u/_jaypatel' has given '/u/MentalOutlaw' lambda!
+17825 [2020-03-27 03:23:10] '/u/Hamlet_71' has given '/u/armaniebrat' lambda!
+17825 [2020-03-27 03:37:20] '/u/Hamlet_71' has given '/u/Angy_The_Mangy' lambda!
+17825 [2020-03-27 03:44:24] There has been a new submission: 'I made this in quarantine, it's a coronavirus meme let me know what you think :D', with flair 'Video Critique'
+17825 [2020-03-27 03:45:00] There has been a new submission: 'Please subscribe my channel i will subscribe you back Channel name(KMR FF GAMER)', with flair 'Gaming'
+17825 [2020-03-27 03:45:02] /u/inam1234 had their submission removed for insufficient lambda.
+17825 [2020-03-27 03:48:47] There has been a new submission: 'My violin cover of the Mii Channel Theme!', with flair 'Art'
+17825 [2020-03-27 03:48:48] /u/SamGolik7 had their submission removed for insufficient lambda.
+17909 [2020-03-27 04:07:28]
+####################
+[2020-03-27 04:07:28] RESTARTED
+####################
+
+17909 [2020-03-27 04:11:49] '/u/The_Suited_Bird' has given '/u/SamGolik7' lambda!
+17909 [2020-03-27 04:14:19] There has been a new submission: 'Interviewee trying to take too much creative direction...', with flair 'Collab'
+17909 [2020-03-27 04:23:40] '/u/PonjiNinja' has given '/u/Illfury' lambda!
+17909 [2020-03-27 04:27:09] '/u/PonjiNinja' has given '/u/bipolarTV' lambda!
+17909 [2020-03-27 04:36:46] '/u/MoskitoDan' has given '/u/JudgeCreed' lambda!
+17909 [2020-03-27 04:37:52] '/u/MoskitoDan' has given '/u/generalna11' lambda!
+17909 [2020-03-27 04:39:48] '/u/MoskitoDan' has given '/u/ibau' lambda!
+17909 [2020-03-27 04:41:04] '/u/MoskitoDan' has given '/u/BigBoySnazzy' lambda!
+17909 [2020-03-27 04:52:10] There has been a new submission: 'Took a good hiatus from posting to Reddit in general but im worried my skills are lacking now. Some feed back would be appreciated on the last 3 videos.', with flair 'Gaming'
+17909 [2020-03-27 04:52:12] /u/ArtyDoubloon had their submission removed for insufficient lambda.
+17909 [2020-03-27 05:07:08] There has been a new submission: 'Subscribe my channel i will subscrube you also', with flair 'Gaming'
+17909 [2020-03-27 05:07:09] /u/inam1234 had their submission removed for insufficient lambda.
+17909 [2020-03-27 05:14:43] '/u/fabiotic' has given '/u/Angy_The_Mangy' lambda!
+17909 [2020-03-27 05:14:43] The OP received lambda too!
+17909 [2020-03-27 05:15:28] '/u/FindAKidneyDonor-Com' has given '/u/SpicyBeanDipTTV' lambda!
+17909 [2020-03-27 05:15:28] The OP received lambda too!
+17909 [2020-03-27 05:16:41] There has been a new submission: 'Trailer for my New Gaming Comedy Channel~~', with flair 'Gaming'
+17909 [2020-03-27 05:16:43] /u/ObscureNerd had their submission removed for insufficient lambda.
+17909 [2020-03-27 05:23:00] There has been a new submission: 'I would really appreciate some feedback on my videos I just started making some this past week', with flair 'Video Critique'
+17909 [2020-03-27 05:23:02] /u/chiefdoughnuts had their submission removed for insufficient lambda.
+17909 [2020-03-27 05:29:38] '/u/Rizmin' has given '/u/juujuuuujj' lambda!
+17909 [2020-03-27 05:49:53] There has been a new submission: 'tell me if you like my video', with flair 'Channel Review'
+17909 [2020-03-27 05:49:54] /u/MrVelma had their submission removed for insufficient lambda.
+17909 [2020-03-27 05:58:38] There has been a new submission: 'Exactly one year ago I posted my first video on youtube. At 975 subs today and feeling thrilled to reach 1000 within a couple of days.', with flair 'Video Critique'
+17909 [2020-03-27 05:58:39] /u/Pjarki had their submission removed for insufficient lambda.
+17909 [2020-03-27 06:01:56] '/u/CobaPlatinum' has given '/u/ArtyDoubloon' lambda!
+17909 [2020-03-27 06:07:21] There has been a new submission: 'Second video on my channel. Would love some honest critiques on the video and do you think this format of videos have become over saturated?', with flair 'Video Critique'
+18086 [2020-03-27 06:07:29]
+####################
+[2020-03-27 06:07:29] RESTARTED
+####################
+
+18086 [2020-03-27 06:08:31] '/u/PonjiNinja' has given '/u/HumperTrooper15' lambda!
+18086 [2020-03-27 06:09:08] '/u/PonjiNinja' has given '/u/AnimuseVids' lambda!
+18086 [2020-03-27 06:09:14] '/u/MoskitoDan' has given '/u/AnimuseVids' lambda!
+18086 [2020-03-27 06:11:30] '/u/MoskitoDan' has given '/u/chiefdoughnuts' lambda!
+18086 [2020-03-27 06:11:49] There has been a new submission: 'Can I get some review and feedback on my latest video ? Thanks it means a lot', with flair 'Gaming'
+18086 [2020-03-27 06:11:51] /u/lil-hzrd had their submission removed for insufficient lambda.
+18086 [2020-03-27 06:12:17] There has been a new submission: 'Dirty Palm - To The Back (feat. Purple Velvet Curtains) No Copyright Music', with flair 'Channel Review'
+18086 [2020-03-27 06:12:19] /u/junlord5 had their submission removed for insufficient lambda.
+18086 [2020-03-27 06:13:56] There has been a new submission: 'Just posted another Mortal Kombat 11 video !!!! Check it out....🧐', with flair 'Gaming'
+18086 [2020-03-27 06:13:57] /u/Autorocket25 had their submission removed for insufficient lambda.
+18086 [2020-03-27 06:24:51] There has been a new submission: '[Video Critique] Is there anything you'd improve? ...thanks a lot', with flair 'Video Critique'
+18086 [2020-03-27 06:24:53] /u/matej_sky had their submission removed for insufficient lambda.
+18086 [2020-03-27 06:47:50] There has been a new submission: 'I NEED Some Advice on My Recent Content and Growing My Channel!', with flair 'Channel Review'
+18086 [2020-03-27 06:47:51] /u/etl1234 had their submission removed for insufficient lambda.
+18086 [2020-03-27 06:56:24] There has been a new submission: 'Quantum Computing Explained | More Powerful Than Supercomputers! (Auto-genrated subtitles are pretty much accurate if you don't understand me)', with flair 'Video Critique'
+18086 [2020-03-27 07:04:07] '/u/masteroduo' has given '/u/RunningIntoBedlem' lambda!
+18086 [2020-03-27 07:04:07] The OP received lambda too!
+18086 [2020-03-27 07:06:30] '/u/masteroduo' has given '/u/KalPlayZGames' lambda!
+18086 [2020-03-27 07:06:56] There has been a new submission: 'This is my high-effort, low-payoff SCIENCE/comedy channel :) Every video takes about a month to make, and I try to go for fancy quality with 3D animations and props :) I hope you like the channel and leave some feedback!', with flair 'Channel Review'
+18086 [2020-03-27 07:17:29] '/u/Hamlet_71' has given '/u/etl1234' lambda!
+18086 [2020-03-27 07:17:42] There has been a new submission: 'New to YouTube and reddit', with flair 'Gaming'
+18086 [2020-03-27 07:17:43] /u/ghettokermit98 had their submission removed for insufficient lambda.
+18086 [2020-03-27 07:18:04] There has been a new submission: 'FIRST GOAL SCORED!? | PES 2017 BECOME A LEGEND CAREER MODE Gameplay Walkthrough Part 2 | Striker [PC]', with flair 'Video Critique'
+18086 [2020-03-27 07:26:47] There has been a new submission: 'Saucing in Warzones', with flair 'Gaming'
+18086 [2020-03-27 07:26:48] /u/TheCentennials had their submission removed for insufficient lambda.
+18086 [2020-03-27 07:28:31] There has been a new submission: 'I tried to do a simple coding with arduino and make a video with it', with flair 'Video Critique'
+18086 [2020-03-27 07:28:32] /u/Lurima96 had their submission removed for insufficient lambda.
+18086 [2020-03-27 08:02:17] '/u/rootaccessmedia' has given '/u/emli42' lambda!
+18086 [2020-03-27 08:02:18] The OP received lambda too!
+18086 [2020-03-27 08:04:19] '/u/rootaccessmedia' has given '/u/juujuuuujj' lambda!
+18309 [2020-03-27 08:07:28]
+####################
+[2020-03-27 08:07:28] RESTARTED
+####################
+
+18309 [2020-03-27 08:20:03] There has been a new submission: 'Finally did a normal let's play after so many challenges lol. Giving lambda to everyone :D', with flair 'Gaming'
+18309 [2020-03-27 08:20:05] /u/ShikharTrivedi had their submission removed for insufficient lambda.
+18309 [2020-03-27 08:20:17] '/u/Official_GemmaLouise' has given '/u/Goatsause' lambda!
+18309 [2020-03-27 08:25:54] There has been a new submission: 'Was blown away by how much great feedback I got on yesterday’s video! I tried to take the suggestions and make today’s more dynamic! Would appreciate any feedback! (Anyone know how to make decent overlays?)', with flair 'Video Critique'
+18309 [2020-03-27 08:40:51] There has been a new submission: 'I try my hand at magnet fishing for the first time.', with flair 'Video Critique'
+18309 [2020-03-27 08:40:53] /u/mahmymy had their submission removed for insufficient lambda.
+18309 [2020-03-27 08:43:26] There has been a new submission: 'Hey we just uploaded new video.It is a video guide about Disney Word's Magic Kingdom. We are trying to give some nice tips and insights on how to make your first day even more magical.', with flair 'Vlog'
+18309 [2020-03-27 08:43:28] /u/loriannaplays had their submission removed for insufficient lambda.
+18309 [2020-03-27 08:44:56] '/u/PierceJG' has given '/u/ArtyDoubloon' lambda!
+18309 [2020-03-27 08:44:56] The OP received lambda too!
+18309 [2020-03-27 08:47:07] '/u/rootaccessmedia' has given '/u/MigookinTeecha' lambda!
+18309 [2020-03-27 08:47:14] '/u/PierceJG' has given '/u/emli42' lambda!
+18309 [2020-03-27 09:16:39] There has been a new submission: 'Found an old video on my PC. Decided that it wouldn't hurt to post it on my channel. What do y'all think?', with flair 'Video Critique'
+18309 [2020-03-27 09:16:49] There has been a new submission: 'Nasty | CSGO MONTAGE (OC)', with flair 'Gaming'
+18309 [2020-03-27 09:16:50] /u/CSMico had their submission removed for insufficient lambda.
+18309 [2020-03-27 09:17:23] There has been a new submission: 'Newest video! The Bianca Belair challenge!', with flair 'Vlog'
+18309 [2020-03-27 09:17:24] /u/StijnStrong had their submission removed for insufficient lambda.
+18309 [2020-03-27 09:20:11] There has been a new submission: 'Any FEEDBACK?', with flair 'Gaming'
+18309 [2020-03-27 09:20:13] /u/Peenjamin had their submission removed for insufficient lambda.
+18309 [2020-03-27 09:50:55] '/u/juujuuuujj' has given '/u/DragonBoyoYT' lambda!
+18309 [2020-03-27 09:50:55] The OP received lambda too!
+18309 [2020-03-27 09:52:44] '/u/juujuuuujj' has given '/u/Peenjamin' lambda!
+18309 [2020-03-27 09:52:53] There has been a new submission: 'Making the worst memes on discord (didn’t get any responses last time i posted so i’ll try again)', with flair 'Video Critique'
+18309 [2020-03-27 09:57:25] '/u/juujuuuujj' has given '/u/emli42' lambda!
+18309 [2020-03-27 09:58:37] There has been a new submission: 'Coronavirus is messing with my views on recent travel videos so tried making something about the trending topic', with flair 'Video Critique'
+18309 [2020-03-27 09:58:38] /u/De_rivera had their submission removed for insufficient lambda.
+18309 [2020-03-27 09:58:55] '/u/juujuuuujj' has given '/u/masteroduo' lambda!
+18309 [2020-03-27 10:00:05] '/u/_abmatt_' has given '/u/Peenjamin' lambda!
+18309 [2020-03-27 10:00:05] The OP received lambda too!
+18309 [2020-03-27 10:03:21] There has been a new submission: 'Before my next one is published let me know what you thought of my previous video! It's on building a photography website.', with flair 'Video Critique'
+18451 [2020-03-27 10:07:28]
+####################
+[2020-03-27 10:07:28] RESTARTED
+####################
+
+18451 [2020-03-27 10:49:09] There has been a new submission: 'Domoi', with flair 'Vlog'
+18451 [2020-03-27 10:49:10] /u/huynhdvq had their submission removed for insufficient lambda.
+18451 [2020-03-27 11:02:48] There has been a new submission: 'Isolation', with flair 'Art'
+18451 [2020-03-27 11:02:50] /u/120percentNick had their submission removed for insufficient lambda.
+18451 [2020-03-27 11:04:00] There has been a new submission: 'Half Life: ALYX - VR's First Real System Seller?! (Review 2020), done a couple of videos now, thankful for feedback!', with flair 'Video Critique'
+18451 [2020-03-27 11:19:03] There has been a new submission: 'New YouTube Channel with some Friends (stupid comedy)', with flair 'None'
+18451 [2020-03-27 11:19:04] /u/PickledIce had their submission removed for insufficient lambda.
+18451 [2020-03-27 11:21:23] '/u/TheFlayIsOn' has given '/u/HighHeelKnight' lambda!
+18451 [2020-03-27 11:21:23] The OP received lambda too!
+18451 [2020-03-27 11:29:33] There has been a new submission: 'Queen - Bohemian Rhapsody (Cover by Steam Controller)', with flair 'Video Critique'
+18451 [2020-03-27 11:29:34] /u/RandomReverseRoom had their submission removed for insufficient lambda.
+18451 [2020-03-27 11:36:47] There has been a new submission: 'DOOM Eternal | This Game Is Crazy | Episode #2', with flair 'Gaming'
+18451 [2020-03-27 11:36:48] /u/RageSongYT had their submission removed for insufficient lambda.
+18451 [2020-03-27 11:46:33] '/u/Therealrandomrobo' has given '/u/armaniebrat' lambda!
+18451 [2020-03-27 11:46:33] The OP received lambda too!
+18530 [2020-03-27 12:07:29]
+####################
+[2020-03-27 12:07:29] RESTARTED
+####################
+
+18530 [2020-03-27 12:10:20] '/u/Angy_The_Mangy' has given '/u/_jaypatel' lambda!
+18530 [2020-03-27 12:10:20] The OP received lambda too!
+18530 [2020-03-27 12:11:25] '/u/Angy_The_Mangy' has given '/u/ArtyDoubloon' lambda!
+18530 [2020-03-27 12:11:53] There has been a new submission: 'I got my first hate comment', with flair 'Discussion'
+18530 [2020-03-27 12:12:40] '/u/Angy_The_Mangy' has given '/u/freya_sparks' lambda!
+18530 [2020-03-27 12:13:17] '/u/Angy_The_Mangy' has given '/u/juujuuuujj' lambda!
+18530 [2020-03-27 12:19:15] There has been a new submission: 'I'm the MARIO guy... ( Billie Eilish's "bad guy" using Mario sounds) - Literally the longest I've spent editing/creating a video and it's the shortest :D', with flair 'Thumbnail Review'
+18530 [2020-03-27 12:22:58] '/u/Max-F3rgus0n' has given '/u/misterACK' lambda!
+18530 [2020-03-27 12:22:58] The OP received lambda too!
+18530 [2020-03-27 12:33:39] '/u/Henry_does' has given '/u/Zabiha_' lambda!
+18530 [2020-03-27 12:33:39] The OP received lambda too!
+18530 [2020-03-27 12:40:08] There has been a new submission: 'This is a cringe channel', with flair 'Channel Review'
+18530 [2020-03-27 12:40:10] /u/Cool_Taco_99 had their submission removed for insufficient lambda.
+18530 [2020-03-27 12:42:31] There has been a new submission: 'Hey! Imma kid who makes meme anime and Minecraft videos!', with flair 'Gaming'
+18530 [2020-03-27 12:42:33] /u/Zan_tgg had their submission removed for insufficient lambda.
+18530 [2020-03-27 12:55:13] There has been a new submission: 'Just hit 100 Subscribers and I wanted to try something different! So I made curry for you guys with a phone strapped to my head with tape. Just wanted to share this milestone with you guys and hope you all hit your next achievement!', with flair 'Video Critique'
+18530 [2020-03-27 12:57:41] '/u/generalna11' has given '/u/SamGolik7' lambda!
+18530 [2020-03-27 12:57:41] The OP received lambda too!
+18530 [2020-03-27 13:10:11] There has been a new submission: 'BRAND NEW OUTSTANDING HILARIOUS VIDEO that I just dropped! I need some feedback on this one because I did some new, more complicated edits and I would like to know how this video turned out', with flair 'Video Critique'
+18530 [2020-03-27 13:22:44] '/u/GamingGreyhound' has given '/u/OccupiedGarrett' lambda!
+18530 [2020-03-27 13:22:44] The OP received lambda too!
+18530 [2020-03-27 13:30:29] '/u/Max-F3rgus0n' has given '/u/OccupiedGarrett' lambda!
+18530 [2020-03-27 13:32:47] There has been a new submission: 'This is a video I made about Taiwan referencing it unique problems with China. It's my first proper video I worked very hard on so I would love some feedback', with flair 'Video Critique'
+18530 [2020-03-27 13:32:49] /u/AxosInk had their submission removed for insufficient lambda.
+18530 [2020-03-27 13:33:03] There has been a new submission: 'I made a comedy skit about coronavirus. I’ve been told that this is the best video I’ve made but I would love to hear your thoughts. Lambda will be rewarded for feedback as always', with flair 'Video Critique'
+18530 [2020-03-27 13:33:12] There has been a new submission: 'COVID-19 And Our Immune System! More new things tried in this video! Would love the feedback on the topic and the quality!', with flair 'Video Critique'
+18530 [2020-03-27 13:38:03] There has been a new submission: 'Hey every one. This is actually the first time that I tried to make something educational. English is second language for me and I don't have that much skill for editing stuff. Please let me know if this video shouldn't go public ✌ . Thanks for your time', with flair 'Video Critique'
+18530 [2020-03-27 13:38:04] /u/DAminOOs had their submission removed for insufficient lambda.
+18530 [2020-03-27 13:42:26] There has been a new submission: 'STUPID TWEET REACTION - Worst Of Coronavirus', with flair 'Discussion'
+18530 [2020-03-27 13:42:29] /u/CjSaysThings had their submission removed for using the wrong flair.
+18530 [2020-03-27 13:43:34] There has been a new submission: 'STUPID TWEET REACTION - Worst Of Coronavirus', with flair 'Video Critique'
+18530 [2020-03-27 13:43:35] /u/CjSaysThings had their submission removed for insufficient lambda.
+18530 [2020-03-27 13:48:15] '/u/centyauro' has given '/u/_NGaming_' lambda!
+18530 [2020-03-27 13:48:15] The OP received lambda too!
+18530 [2020-03-27 13:56:45] '/u/MafiasFinestTV' has given '/u/OccupiedGarrett' lambda!
+18530 [2020-03-27 13:56:45] The OP received lambda too!
+18632 [2020-03-27 14:07:29]
+####################
+[2020-03-27 14:07:29] RESTARTED
+####################
+
+18632 [2020-03-27 14:09:27] '/u/CopperPanMan' has given '/u/LinusStudios' lambda!
+18632 [2020-03-27 14:10:28] '/u/The_Suited_Bird' has given '/u/Rizmin' lambda!
+18632 [2020-03-27 14:12:50] '/u/CopperPanMan' has given '/u/donzko' lambda!
+18632 [2020-03-27 14:13:06] '/u/The_Suited_Bird' has given '/u/etl1234' lambda!
+18632 [2020-03-27 14:13:19] '/u/Henry_does' has given '/u/mememasteruwu' lambda!
+18632 [2020-03-27 14:13:49] '/u/The_Suited_Bird' has given '/u/ShikharTrivedi' lambda!
+18632 [2020-03-27 14:14:30] '/u/The_Suited_Bird' has given '/u/MigookinTeecha' lambda!
+18632 [2020-03-27 14:14:58] '/u/Henry_does' has given '/u/OccupiedGarrett' lambda!
+18632 [2020-03-27 14:15:10] '/u/CopperPanMan' has given '/u/Davidplaysgames' lambda!
+18632 [2020-03-27 14:15:22] '/u/The_Suited_Bird' has given '/u/greenphant0m_yt' lambda!
+18632 [2020-03-27 14:15:58] '/u/Henry_does' has given '/u/DAminOOs' lambda!
+18632 [2020-03-27 14:16:21] '/u/The_Suited_Bird' has given '/u/ninjajou10' lambda!
+18632 [2020-03-27 14:16:52] '/u/The_Suited_Bird' has given '/u/BigBoySnazzy' lambda!
+18632 [2020-03-27 14:17:03] '/u/Henry_does' has given '/u/zoobylive' lambda!
+18632 [2020-03-27 14:17:35] '/u/CopperPanMan' has given '/u/Big3Apollo' lambda!
+18632 [2020-03-27 14:18:29] There has been a new submission: 'The Lighthouse Review', with flair 'None'
+18632 [2020-03-27 14:18:30] /u/Derbyboyuk had their submission removed for insufficient lambda.
+18632 [2020-03-27 14:32:08] There has been a new submission: 'Kicking off my new channel with my first video on "How to Make Perfect Pickled Ginger" - let me know what you think!', with flair 'Channel Review'
+18632 [2020-03-27 14:32:10] /u/brunchy_boy had their submission removed for insufficient lambda.
+18632 [2020-03-27 14:33:16] '/u/rootaccessmedia' has given '/u/ShikharTrivedi' lambda!
+18632 [2020-03-27 14:34:26] '/u/mischapannell' has given '/u/datahistory' lambda!
+18632 [2020-03-27 14:34:26] The OP received lambda too!
+18632 [2020-03-27 14:41:55] There has been a new submission: 'Farmers Only Ads (This is my first commentary video. I put a lot of time into this and would like to give lambda to as many of you as possible for your thoughts.)', with flair 'Video Critique'
+18632 [2020-03-27 14:42:27] There has been a new submission: 'Did my first let's play in weeks! (I've been doing challenges because you guys love that so much lol) Giving lambda to useful advice!', with flair 'None'
+18632 [2020-03-27 14:46:32] '/u/OccupiedGarrett' has given '/u/StealthyTanto' lambda!
+18632 [2020-03-27 14:46:32] The OP received lambda too!
+18632 [2020-03-27 14:46:42] '/u/OccupiedGarrett' has given '/u/anaburn' lambda!
+18632 [2020-03-27 14:48:26] '/u/CopperPanMan' has given '/u/RoboOggy' lambda!
+18632 [2020-03-27 14:49:01] '/u/CopperPanMan' has given '/u/vivian1_' lambda!
+18632 [2020-03-27 14:49:20] '/u/CopperPanMan' has given '/u/juujuuuujj' lambda!
+18632 [2020-03-27 14:52:35] There has been a new submission: 'A few of my friends and i did a Quarantine Photography challenge! Check out how we did!', with flair 'Video Critique'
+18632 [2020-03-27 14:59:31] There has been a new submission: 'Star Wars Jedi: Fallen Order | Brutal Combat [w Precision Evade + Push/Hold Force Combo]', with flair 'Gaming'
+18632 [2020-03-27 15:01:57] '/u/MorphingReality' has given '/u/emli42' lambda!
+18632 [2020-03-27 15:04:47] '/u/GamingGreyhound' has given '/u/anaburn' lambda!
+18632 [2020-03-27 15:05:23] There has been a new submission: 'Trouble Brewing In The Woods (Deceit)', with flair 'None'
+18632 [2020-03-27 15:05:24] /u/loopy2mn had their submission removed for insufficient lambda.
+18632 [2020-03-27 15:06:10] '/u/MafiasFinestTV' has given '/u/cjf5414' lambda!
+18632 [2020-03-27 15:07:24] '/u/MafiasFinestTV' has given '/u/hpc2018' lambda!
+18632 [2020-03-27 15:16:06] There has been a new submission: 'My Mixed Reality Gameplay from multiple angles: What do you think about it? Is it worth having different angles, does it improve the viewing experience? Lambda for your feedback of course :)', with flair 'Video Critique'
+18632 [2020-03-27 15:20:07] There has been a new submission: 'Would really appreciate any and all helpful feedback for my latest haul and giveaway video!', with flair 'Video Critique'
+18632 [2020-03-27 15:27:03] There has been a new submission: 'HOW TO SING LIKE BILLIE EILISH + bad guy cover', with flair 'Vlog'
+18632 [2020-03-27 15:27:04] /u/tehpartygod had their submission removed for insufficient lambda.
+18632 [2020-03-27 15:29:11] There has been a new submission: 'More of my Street Interviews', with flair 'Video Critique'
+18632 [2020-03-27 15:30:00] There has been a new submission: 'Would appreciate an honest review and any suggestions.', with flair 'Channel Review'
+18632 [2020-03-27 15:30:02] /u/synthesiamaniac had their submission removed for insufficient lambda.
+18632 [2020-03-27 15:31:03] '/u/OccupiedGarrett' has given '/u/SgtHopkins' lambda!
+18632 [2020-03-27 15:35:52] There has been a new submission: 'Yo! Can you guys give me some feedback? Also give me some advice on the thumbnails. If you can a feedback for the entire chennel wold be greatly appreciated :)', with flair 'Gaming'
+18632 [2020-03-27 15:36:27] '/u/OccupiedGarrett' has given '/u/vitality108' lambda!
+18632 [2020-03-27 15:37:24] There has been a new submission: 'Just how do one survive', with flair 'Discussion'
+18632 [2020-03-27 15:37:26] /u/nelomma had their submission removed for using the wrong flair.
+18632 [2020-03-27 15:44:11] There has been a new submission: 'Pandemic Playhouse - A crowdsourced film being made on the fly during a global pandemic.', with flair 'Collab'
+18632 [2020-03-27 15:44:12] /u/goteed had their submission removed for using the wrong flair.
+18632 [2020-03-27 15:47:25] '/u/MafiasFinestTV' has given '/u/joshjcharlers' lambda!
+18632 [2020-03-27 15:55:53] There has been a new submission: 'How many AI can Project ARC (Unreal Engine) Handle?', with flair 'Gaming'
+18632 [2020-03-27 15:58:37] There has been a new submission: 'Hi, I'm looking for ways I can continue to improve my channel, if anyone has any advice I'd be grateful!', with flair 'Channel Review'
+18632 [2020-03-27 16:03:00] There has been a new submission: 'Pandemic Playhouse - A crowdsourced filmmaking experiment during a global pandemic', with flair 'Art'
+18632 [2020-03-27 16:05:55] There has been a new submission: '"The Best Way to Wake up in the Morning" I know we are all bored at home so I made a little video on my morning routine. As always feedback gets lambda!', with flair 'Video Critique'
+18632 [2020-03-27 16:06:03] There has been a new submission: 'Nollywood actors saga', with flair 'Video Critique'
+18632 [2020-03-27 16:06:05] /u/nelomma had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:07:29]
+####################
+[2020-03-27 16:07:29] RESTARTED
+####################
+
+19082 [2020-03-27 16:08:29] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 12 - Saito Yoshitatsu Boss', with flair 'Gaming'
+19082 [2020-03-27 16:08:30] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:08:35] '/u/ParkerWillard' has given '/u/misterACK' lambda!
+19082 [2020-03-27 16:08:35] The OP received lambda too!
+19082 [2020-03-27 16:11:19] '/u/Hamlet_71' has given '/u/DragonBoyoYT' lambda!
+19082 [2020-03-27 16:11:58] There has been a new submission: 'Giving Lambda to all feedback!! This is my newest upload! I really want people to rip this one apart! Tell me what you really think about this video.', with flair 'Video Critique'
+19082 [2020-03-27 16:12:14] '/u/ParkerWillard' has given '/u/XPLovecat' lambda!
+19082 [2020-03-27 16:14:12] '/u/hpc2018' has given '/u/misterACK' lambda!
+19082 [2020-03-27 16:14:12] The OP received lambda too!
+19082 [2020-03-27 16:14:24] There has been a new submission: 'Charmin Ultra Soft toilet paper review (coronavirus edition) - comedy video', with flair 'Video Critique'
+19082 [2020-03-27 16:14:25] /u/twunnyone had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:24:50] There has been a new submission: 'Out of this world EP.2 Super short shorts', with flair 'Art'
+19082 [2020-03-27 16:24:52] /u/sonicbear64 had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:25:03] There has been a new submission: 'COD WARZONE - ROAD TO PRO#5 I MysT1C', with flair 'Gaming'
+19082 [2020-03-27 16:25:05] /u/MysT1Cc_ had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:27:57] There has been a new submission: 'Hey guys we made a trap ROBLOX music video for fun with my boys let me know what u guys think', with flair 'Channel Review'
+19082 [2020-03-27 16:27:59] /u/alcpartyplaytv had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:28:12] There has been a new submission: 'As a Twitch streamer, I use YT to create compilations/tell stories of what happens during my streams. During the last month, I did a bunch of IRL streams and compiled them into my first “vlog” video! Would love to hear your feedback on anything!', with flair 'Video Critique'
+19082 [2020-03-27 16:28:49] There has been a new submission: 'My youtube channel', with flair 'Channel Review'
+19082 [2020-03-27 16:28:50] /u/Anyemations had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:33:16] There has been a new submission: 'Meangirls Clique CAS | Sims 4', with flair 'Gaming'
+19082 [2020-03-27 16:33:18] /u/PurpleSimmer had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:38:49] There has been a new submission: 'I've been going through some depression lately, so I decided to make a channel to share some funny experiences and stuff', with flair 'Video Critique'
+19082 [2020-03-27 16:38:50] /u/Flipburry had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:40:33] '/u/Henry_does' has given '/u/Foggy_Creations' lambda!
+19082 [2020-03-27 16:42:33] There has been a new submission: 'Just uploaded an insane video on the best gun in CODM!', with flair 'Gaming'
+19082 [2020-03-27 16:42:35] /u/FusionForGames68 had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:46:35] There has been a new submission: ''Safer At Home' | Stuck In My Building In Los Angeles- A Day In My Life VLOG', with flair 'Video Critique'
+19082 [2020-03-27 16:47:44] '/u/Henry_does' has given '/u/fierydaisie' lambda!
+19082 [2020-03-27 16:48:26] '/u/Henry_does' has given '/u/joshjcharlers' lambda!
+19082 [2020-03-27 16:48:51] '/u/Henry_does' has given '/u/misterACK' lambda!
+19082 [2020-03-27 16:49:15] There has been a new submission: 'I just made a new video', with flair 'Gaming'
+19082 [2020-03-27 16:49:16] /u/CactusBrain_YT had their submission removed for insufficient lambda.
+19082 [2020-03-27 16:51:07] '/u/Henry_does' has given '/u/Dimblfully' lambda!
+19082 [2020-03-27 16:54:07] '/u/Henry_does' has given '/u/alcpartyplaytv' lambda!
+19082 [2020-03-27 17:02:04] '/u/Vtiger1on1' has given '/u/LillyMarie_B' lambda!
+19082 [2020-03-27 17:02:04] The OP received lambda too!
+19082 [2020-03-27 17:07:18] '/u/hpc2018' has given '/u/TheBoyJohn' lambda!
+19082 [2020-03-27 17:07:35] '/u/hpc2018' has given '/u/Antoniorobertov' lambda!
+19082 [2020-03-27 17:08:07] There has been a new submission: 'Made this video and worked hard on it. I’d love some feedback. I givelambda to legitimate criticism', with flair 'Video Critique'
+19082 [2020-03-27 17:11:54] There has been a new submission: 'Subscribe my channel i will subscribe you back', with flair 'Gaming'
+19082 [2020-03-27 17:11:56] /u/inam1234 had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:12:17] There has been a new submission: 'Amazon Affiliate Links', with flair 'Discussion'
+19082 [2020-03-27 17:13:28] '/u/Henry_does' has given '/u/TheRedWalkerTRW' lambda!
+19082 [2020-03-27 17:23:56] There has been a new submission: 'I feel like this is my best video yet, any thoughts would be really appreciated.', with flair 'Video Critique'
+19082 [2020-03-27 17:30:34] There has been a new submission: 'Tik Toks That Will Get You Through Isolation', with flair 'Video Critique'
+19082 [2020-03-27 17:31:05] There has been a new submission: 'THE ULTIMATE WORST, MAD, CRAZY MOTORING COMPILATION CRASHES EVER CAUGH...new looking to grow my channel..', with flair 'Channel Review'
+19082 [2020-03-27 17:31:07] /u/crashcourse101 had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:31:58] There has been a new submission: 'Bunny Cat! Who likes cute cat videos? Any suggestions?', with flair 'Vlog'
+19082 [2020-03-27 17:32:00] /u/SimbaDaddy had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:34:18] '/u/cjf5414' has given '/u/TheBoyJohn' lambda!
+19082 [2020-03-27 17:34:18] The OP received lambda too!
+19082 [2020-03-27 17:35:42] There has been a new submission: 'In Need of YouTube Friends', with flair 'Collab'
+19082 [2020-03-27 17:40:53] There has been a new submission: 'Youtube auto generated my channel topic channel it help to my original channel or not?', with flair 'Discussion'
+19082 [2020-03-27 17:43:11] There has been a new submission: 'I played a song for you guys', with flair 'Vlog'
+19082 [2020-03-27 17:43:13] /u/GamingVideosObtain had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:45:38] There has been a new submission: 'Mental Health | How to Accelerate Progress | My 5 Key Learnings After 5 Years', with flair 'Vlog'
+19082 [2020-03-27 17:45:40] /u/tsim1994 had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:49:10] There has been a new submission: 'Best video so far imo', with flair 'Video Critique'
+19082 [2020-03-27 17:49:11] /u/bxrry had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:51:51] There has been a new submission: 'Legend of Zelda- Zelda’s Lullaby - Reorchestrated (y’all can give tips about the composition and what I can do better and let me know what you think of the thumbnail) I’ll give lambda to any legitimate feedback', with flair 'Video Critique'
+19082 [2020-03-27 17:53:07] There has been a new submission: 'VIDEOSTAR EDITOR CHANNEL', with flair 'Channel Review'
+19082 [2020-03-27 17:53:09] /u/lalaisahelper had their submission removed for insufficient lambda.
+19082 [2020-03-27 17:56:07] '/u/TheFlayIsOn' has given '/u/DAminOOs' lambda!
+19082 [2020-03-27 17:58:09] There has been a new submission: '(CHAINSAW BLOODBATH! | Resident Evil 7 - Part 4)This is a much longer video for most peoples liking, once I've finished the series everything's gonna get cropped down into a "Funny/Scary Montage", but overall I'm wondering anyone could give me feedback for the commentary and the thumbnail! 😂Thanks!', with flair 'Gaming'
+19082 [2020-03-27 17:58:17] '/u/MafiasFinestTV' has given '/u/TheBoyJohn' lambda!
+19082 [2020-03-27 17:58:30] There has been a new submission: 'Overwatch Montage! Check it out, I'll take criticism if you have some!!', with flair 'Gaming'
+19082 [2020-03-27 17:58:31] /u/Azmah- had their submission removed for insufficient lambda.
+19082 [2020-03-27 18:01:16] '/u/SuperMcGregs' has given '/u/BigBoySnazzy' lambda!
+19082 [2020-03-27 18:01:16] The OP received lambda too!
+19082 [2020-03-27 18:01:45] '/u/SuperMcGregs' has given '/u/illerminerti' lambda!
+19082 [2020-03-27 18:01:58] '/u/ShikharTrivedi' has given '/u/illerminerti' lambda!
+19082 [2020-03-27 18:01:59] The OP received lambda too!
+19082 [2020-03-27 18:03:40] '/u/ParkerWillard' has given '/u/TheBoyJohn' lambda!
+19082 [2020-03-27 18:05:10] '/u/ParkerWillard' has given '/u/illerminerti' lambda!
+19228 [2020-03-27 18:07:29]
+####################
+[2020-03-27 18:07:29] RESTARTED
+####################
+
+19228 [2020-03-27 18:08:29] There has been a new submission: 'Enjoying the great outdoors in quarantine! This is my latest video of me and some friends messing around in a random game called fishing simulator. Likes, feedback, criticism etc is all appreciated! (Note: all editing is done on phone)', with flair 'Gaming'
+19228 [2020-03-27 18:08:52] There has been a new submission: 'New video that I think y’all will like', with flair 'Channel Review'
+19228 [2020-03-27 18:08:53] /u/YxngBaller23 had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:09:00] There has been a new submission: 'Made a little video commentary about a story from my work. Any critiques would be helpful. Giving lambda to anyone that gives any feedback', with flair 'Video Critique'
+19228 [2020-03-27 18:09:30] There has been a new submission: 'HALF LIFE ALYX | AHHHHHHHHHHH GOD THIS GAME SCARES ME | CHAPTER 1 | (VALVE INDEX)', with flair 'Gaming'
+19228 [2020-03-27 18:09:31] /u/CrimsonTheFirst had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:24:48] There has been a new submission: 'Coronavirus Cancelled My Wedding', with flair 'Video Critique'
+19228 [2020-03-27 18:26:00] There has been a new submission: 'Please give input on my newest video! Giving Lambda to everyone.', with flair 'None'
+19228 [2020-03-27 18:26:47] There has been a new submission: 'Upcoming Youtube Challenge Videos', with flair 'Discussion'
+19228 [2020-03-27 18:28:25] '/u/illerminerti' has given '/u/mischapannell' lambda!
+19228 [2020-03-27 18:28:25] The OP received lambda too!
+19228 [2020-03-27 18:29:09] '/u/cjf5414' has given '/u/illerminerti' lambda!
+19228 [2020-03-27 18:32:47] There has been a new submission: 'Keto Loaded Steak Recipe!', with flair 'Vlog'
+19228 [2020-03-27 18:33:15] '/u/cjf5414' has given '/u/addanow' lambda!
+19228 [2020-03-27 18:34:37] There has been a new submission: 'Naruto Vs. Sasuke Part 1 - Reaction', with flair 'Video Critique'
+19228 [2020-03-27 18:34:39] /u/LifeWithLenny_W had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:36:33] There has been a new submission: 'Most aesthetic game', with flair 'None'
+19228 [2020-03-27 18:36:35] /u/damm_boi_we_did_it had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:40:58] '/u/PonjiNinja' has given '/u/juujuuuujj' lambda!
+19228 [2020-03-27 18:42:50] '/u/PonjiNinja' has given '/u/Jellyquent' lambda!
+19228 [2020-03-27 18:43:57] '/u/PonjiNinja' has given '/u/DragonBoyoYT' lambda!
+19228 [2020-03-27 18:45:25] '/u/PonjiNinja' has given '/u/MigookinTeecha' lambda!
+19228 [2020-03-27 18:45:45] There has been a new submission: 'Here's a relaxing introspection on fishing minigames that I made. Please let me know what you like and what could be better, especially the technicals.', with flair 'Video Critique'
+19228 [2020-03-27 18:47:20] There has been a new submission: 'It continues the best fifa series on my channel, heck the whole of YouTube, with the best player in fifa 20 mark noble the one and only goat, he is so good I made someone rage quit, they say with mark noble your pack luck is 10x better lol, hope you enjoy', with flair 'Gaming'
+19228 [2020-03-27 18:47:22] /u/HussMan-Gaming had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:47:42] '/u/PonjiNinja' has given '/u/TheBoyJohn' lambda!
+19228 [2020-03-27 18:50:23] '/u/SsSamuelr' has given '/u/Squirreljustice' lambda!
+19228 [2020-03-27 18:51:19] There has been a new submission: 'Home made mini CNC plotter 2D using scrap DVD and printer parts', with flair 'Video Critique'
+19228 [2020-03-27 18:51:22] /u/LazyKAD had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:51:34] There has been a new submission: 'Need a QUICK laugh? Check out my first ever youtube video!! The story of Amber Heard!', with flair 'Art'
+19228 [2020-03-27 18:51:37] /u/TrialTheLegend had their submission removed for insufficient lambda.
+19228 [2020-03-27 18:52:34] There has been a new submission: 'Papa John tried to warn us', with flair 'Video Critique'
+19228 [2020-03-27 18:54:37] '/u/avamansouri' has given '/u/mischapannell' lambda!
+19228 [2020-03-27 18:54:37] The OP received lambda too!
+19228 [2020-03-27 18:54:46] '/u/PonjiNinja' has given '/u/kateandchristoph' lambda!
+19228 [2020-03-27 18:55:20] '/u/PonjiNinja' has given '/u/misterACK' lambda!
+19228 [2020-03-27 18:56:29] '/u/PonjiNinja' has given '/u/_NGaming_' lambda!
+19228 [2020-03-27 18:57:08] '/u/PonjiNinja' has given '/u/Foggy_Creations' lambda!
+19228 [2020-03-27 18:58:31] '/u/PonjiNinja' has given '/u/cjf5414' lambda!
+19228 [2020-03-27 19:00:23] '/u/PonjiNinja' has given '/u/chiefdoughnuts' lambda!
+19228 [2020-03-27 19:01:36] There has been a new submission: 'MLB THE SHOW 20 FUNNIEST TIKTOK COMPILATION', with flair 'Gaming'
+19228 [2020-03-27 19:01:38] /u/Minichowder had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:03:23] '/u/The_Suited_Bird' has given '/u/LazyMoneyGame' lambda!
+19228 [2020-03-27 19:06:17] There has been a new submission: 'Could I get input on the way I added audio to the video clips?', with flair 'Video Critique'
+19228 [2020-03-27 19:06:19] /u/TikTok_Studios had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:07:31] There has been a new submission: 'We live on a sailboat but we can’t sail away from the chaos this time. Here is a teaser for our next 2 videos.', with flair 'Vlog'
+19228 [2020-03-27 19:11:33] There has been a new submission: 'Ranking ALL of Ash's Travelling Companions!', with flair 'Video Critique'
+19228 [2020-03-27 19:15:28] There has been a new submission: 'This was the first video I've made that was truly a pain in the a$$! I would love if you could watch it and give me any feedback that pops into your mind!', with flair 'None'
+19228 [2020-03-27 19:15:30] /u/kalebt123 had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:16:18] There has been a new submission: 'My Thoughts on The Recent Nintendo Direct! Please let me know what you think!', with flair 'Gaming'
+19228 [2020-03-27 19:16:19] /u/randombystanderhere had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:24:13] There has been a new submission: 'The Neon Man Won't Let Me Date! Second bit of narration content, tell me whatcha think!', with flair 'Video Critique'
+19228 [2020-03-27 19:28:08] '/u/ParkerWillard' has given '/u/LazyMoneyGame' lambda!
+19228 [2020-03-27 19:31:40] '/u/MafiasFinestTV' has given '/u/SamGolik7' lambda!
+19228 [2020-03-27 19:32:26] '/u/MafiasFinestTV' has given '/u/Redmond93' lambda!
+19228 [2020-03-27 19:34:58] There has been a new submission: 'BOYFRIEND PICKS MY MAKEUP CHALLENGE | so much glitter lol', with flair 'Thumbnail Review'
+19228 [2020-03-27 19:35:00] /u/VirgoBeauty had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:35:21] There has been a new submission: 'The RECESSION is HERE. Here are 4 THINGS YOU should do NOW in this RECESSION! Please let me know what you think about my video', with flair 'Video Critique'
+19228 [2020-03-27 19:35:23] /u/ragstorichy had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:39:11] There has been a new submission: 'I made a video, making a hippy cocktail.', with flair 'Channel Review'
+19228 [2020-03-27 19:39:12] /u/TheHippiesBar had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:39:49] '/u/LinusStudios' has given '/u/LifeWithLenny_W' lambda!
+19228 [2020-03-27 19:39:49] The OP received lambda too!
+19228 [2020-03-27 19:40:00] There has been a new submission: 'Can’t believe I’ve kept up daily videos for 5 days now! Just a quickie today 😂😏 any feedback welcome!', with flair 'Video Critique'
+19228 [2020-03-27 19:47:15] There has been a new submission: 'Edit videos to the Music Tutorial video Part 1 // Bass effect', with flair 'Video Critique'
+19228 [2020-03-27 19:47:17] /u/tager01 had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:47:26] There has been a new submission: 'People are going to get crazier during the quarantine', with flair 'Video Critique'
+19228 [2020-03-27 19:47:48] '/u/mischapannell' has given '/u/randombystanderhere' lambda!
+19228 [2020-03-27 19:47:48] The OP received lambda too!
+19228 [2020-03-27 19:48:43] There has been a new submission: 'The RECESSION is HERE. 4 THINGS you SHOULD DO NOW in this RECESSION! Let me know what you guys think!', with flair 'Video Critique'
+19228 [2020-03-27 19:52:08] There has been a new submission: 'Beat Saber!! Check it out!', with flair 'Video Critique'
+19228 [2020-03-27 19:52:44] There has been a new submission: '3D Michael Myers vs Jason Voorhees', with flair 'Art'
+19228 [2020-03-27 19:52:46] /u/delovoy had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:54:08] There has been a new submission: 'My Thoughts on the latest Nintendo Direct! Let me know what you all think!', with flair 'Gaming'
+19228 [2020-03-27 19:57:53] There has been a new submission: 'Just posted my first YouTube video, just me talking about what I want to do for this channel, hope it’s to your liking', with flair 'Gaming'
+19228 [2020-03-27 19:57:54] /u/SonofaRose_Official had their submission removed for insufficient lambda.
+19228 [2020-03-27 19:59:45] There has been a new submission: 'Coco is best bandicoot', with flair 'Gaming'
+19228 [2020-03-27 19:59:45] /u/scarecrow_titan had their submission removed for insufficient lambda.
+19228 [2020-03-27 20:03:24] There has been a new submission: 'Minecraft, But Food Causes Disasters ft. The Suited Bird FINALE! | Let us know what you think!', with flair 'Gaming'
+19228 [2020-03-27 20:03:40] There has been a new submission: '5 THINGS YOU NEED TO KNOW ABOUT DATING ARIES♈', with flair 'Vlog'
+19228 [2020-03-27 20:03:41] /u/brookesnook had their submission removed for insufficient lambda.
+19228 [2020-03-27 20:07:09] There has been a new submission: '4th Flava - FRUITY PEBBLES (21 Savage x Lil Uzi Vert Type Beat) [Dark Ambient Trap Instrumental] 2020', with flair 'None'
+19228 [2020-03-27 20:07:11] /u/Shadowhead had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:07:29]
+####################
+[2020-03-27 20:07:29] RESTARTED
+####################
+
+19307 [2020-03-27 20:08:30] There has been a new submission: 'HI EVERYONE! I am Dynamicz and I am looking for someone to review my channel and its content. I am a starting Youtuber and this would be greatly appreciated!', with flair 'Channel Review'
+19307 [2020-03-27 20:08:32] /u/DynamiczHD had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:09:38] '/u/Henry_does' has given '/u/kramberry5' lambda!
+19307 [2020-03-27 20:10:33] '/u/Henry_does' has given '/u/ShikharTrivedi' lambda!
+19307 [2020-03-27 20:12:07] '/u/PonjiNinja' has given '/u/Wiglow' lambda!
+19307 [2020-03-27 20:13:30] '/u/Henry_does' has given '/u/MyNameIsDracoHi' lambda!
+19307 [2020-03-27 20:16:33] There has been a new submission: 'I made a set up and room to ur but added some funny ass skits and memes lol', with flair 'Video Critique'
+19307 [2020-03-27 20:17:26] '/u/MoskitoDan' has given '/u/LazyMoneyGame' lambda!
+19307 [2020-03-27 20:18:32] '/u/cjf5414' has given '/u/Sedica_n_Tryna_Play' lambda!
+19307 [2020-03-27 20:19:19] '/u/mischapannell' has given '/u/VR-Frontier' lambda!
+19307 [2020-03-27 20:19:40] There has been a new submission: 'I redesigned my thumbnails for this series. I needed the text to "pop out" more, and the center of the thumbnail available for the visual component, like in the versions on the right. Now for: retention += 0.1;', with flair 'Thumbnail Review'
+19307 [2020-03-27 20:21:38] There has been a new submission: 'playboi carti memes that made me go uh uh uh uh uh....', with flair 'Art'
+19307 [2020-03-27 20:21:41] /u/midget-hunter had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:28:24] There has been a new submission: 'Info.exe', with flair 'Gaming'
+19307 [2020-03-27 20:28:25] /u/ThyFantasy had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:29:58] There has been a new submission: 'I’m trying a new thumbnail design and a little bit different editing type. I’d be happy if you’d let me know and constructive criticism.', with flair 'Video Critique'
+19307 [2020-03-27 20:33:40] There has been a new submission: 'just click', with flair 'Art'
+19307 [2020-03-27 20:33:41] /u/kareamalaa had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:34:49] There has been a new submission: '"BELIEVE IN YOURSELF" - Motivational video', with flair 'Channel Review'
+19307 [2020-03-27 20:34:51] /u/minibakker had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:35:02] There has been a new submission: 'hydrating moss', with flair 'Vlog'
+19307 [2020-03-27 20:35:04] /u/chocheluisgames had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:37:04] There has been a new submission: 'Enipy some minecraft filled nistolga while your in quarantine!', with flair 'Gaming'
+19307 [2020-03-27 20:37:06] /u/SQABO had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:42:49] There has been a new submission: 'Does YouTube do a channel inspection when you reach 1000 subscribers?', with flair 'Discussion'
+19307 [2020-03-27 20:43:50] There has been a new submission: 'No One Wants to Rap Battle in Comedy Night (PC)', with flair 'Gaming'
+19307 [2020-03-27 20:43:51] /u/ObscureNerd had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:46:31] '/u/SuperMcGregs' has given '/u/Carelessrex' lambda!
+19307 [2020-03-27 20:48:55] There has been a new submission: 'Small youtuber here , i upload fortnite contents', with flair 'Gaming'
+19307 [2020-03-27 20:48:56] /u/SharesupportN4S had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:50:56] There has been a new submission: 'We’re Converting A Van Into A Tiny House | Why A Van? (My newest vid. Would love your feedback!)', with flair 'None'
+19307 [2020-03-27 20:50:58] /u/mcdunco_ontheroad had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:54:02] There has been a new submission: 'Doctor Performs Plastic Surgery On Her Face With Makeup', with flair 'None'
+19307 [2020-03-27 20:54:04] /u/Saba_C_ had their submission removed for insufficient lambda.
+19307 [2020-03-27 20:54:14] '/u/cjf5414' has given '/u/minibakker' lambda!
+19307 [2020-03-27 20:54:38] There has been a new submission: 'I am now posting daily content, what do you think?', with flair 'Channel Review'
+19307 [2020-03-27 20:57:12] There has been a new submission: 'Playing skribbl.io with quarantined college students', with flair 'Video Critique'
+19307 [2020-03-27 20:57:23] There has been a new submission: 'I made a motivational channel and uploaded my first video', with flair 'Channel Review'
+19307 [2020-03-27 20:58:16] There has been a new submission: 'The Pizza Reviewer Trailer (2020) April 3rd', with flair 'Art'
+19307 [2020-03-27 20:58:17] /u/EmperorMonkey18 had their submission removed for insufficient lambda.
+19307 [2020-03-27 21:04:28] '/u/cjf5414' has given '/u/ongoingworlds' lambda!
+19307 [2020-03-27 21:09:18] '/u/randombystanderhere' has given '/u/minibakker' lambda!
+19307 [2020-03-27 21:09:18] The OP received lambda too!
+19307 [2020-03-27 21:20:14] There has been a new submission: 'WAIFU SIMULATOR WITH THE BOYS 😳 All kinds of feedback and suggestions appreciated!', with flair 'Video Critique'
+19307 [2020-03-27 21:23:51] '/u/DragonBoyoYT' has given '/u/Davidplaysgames' lambda!
+19307 [2020-03-27 21:23:51] The OP received lambda too!
+19307 [2020-03-27 21:33:30] There has been a new submission: 'So....This', with flair 'Video Critique'
+19307 [2020-03-27 21:38:13] There has been a new submission: 'Just finished this one! “Kitty Doughnut!” Oil painting process by Jake Steele', with flair 'Video Critique'
+19307 [2020-03-27 21:38:14] /u/Iamjakesteele had their submission removed for insufficient lambda.
+19307 [2020-03-27 21:43:03] There has been a new submission: 'Tried going for a classic vibe with this one.', with flair 'Art'
+19307 [2020-03-27 21:43:05] /u/holylordgoose had their submission removed for insufficient lambda.
+19307 [2020-03-27 21:59:23] There has been a new submission: 'My meme YT Channel', with flair 'Channel Review'
+19307 [2020-03-27 21:59:23] /u/ryhoth had their submission removed for insufficient lambda.
+19307 [2020-03-27 22:00:14] '/u/RoboOggy' has given '/u/BetaBradTv' lambda!
+19307 [2020-03-27 22:00:14] The OP received lambda too!
+19307 [2020-03-27 22:06:18] There has been a new submission: 'How niche is not niche enough?', with flair 'Discussion'
+19385 [2020-03-27 22:07:29]
+####################
+[2020-03-27 22:07:29] RESTARTED
+####################
+
+19385 [2020-03-27 22:13:38] '/u/mischapannell' has given '/u/ongoingworlds' lambda!
+19385 [2020-03-27 22:13:47] There has been a new submission: 'The Roblox: Break in (Story) Experience. (Funny Momments). Would really like some tips on how to make my videos more entertaining and fun to watch! critique as you like!', with flair 'Video Critique'
+19385 [2020-03-27 22:13:49] /u/Dumbify had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:22:42] '/u/hpc2018' has given '/u/yasinemir' lambda!
+19385 [2020-03-27 22:23:04] There has been a new submission: 'Joyner Lucas - WILL (ADHD) REACTION!!', with flair 'Video Critique'
+19385 [2020-03-27 22:23:06] /u/KingKen_ had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:33:22] '/u/TheBoyJohn' has given '/u/ongoingworlds' lambda!
+19385 [2020-03-27 22:33:22] The OP received lambda too!
+19385 [2020-03-27 22:35:24] '/u/TheBoyJohn' has given '/u/Rebuildingz' lambda!
+19385 [2020-03-27 22:36:59] '/u/TheBoyJohn' has given '/u/randombystanderhere' lambda!
+19385 [2020-03-27 22:37:17] There has been a new submission: 'I Can’t leave my house anymore. So I’m following my passion and am making a movie review a day', with flair 'Video Critique'
+19385 [2020-03-27 22:37:18] /u/Rizzuti93 had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:37:39] There has been a new submission: 'TOP 10 First Party SWITCH Games! All feedback will be given lambda or if you leave a comment on the video. Thanks :)', with flair 'Video Critique'
+19385 [2020-03-27 22:39:05] There has been a new submission: 'corona travel', with flair 'Vlog'
+19385 [2020-03-27 22:39:06] /u/H8zzrd had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:39:13] There has been a new submission: '1st video made while stuck in isolation! Andrew is going stir-crazy & needs to vent about his coffee machine. Never recorded remotely like this over Zoom before. Lambda given for good tips on how to make future videos better.', with flair 'Video Critique'
+19385 [2020-03-27 22:39:32] There has been a new submission: 'DIY Battery Adapter For Tools!', with flair 'Video Critique'
+19385 [2020-03-27 22:39:32] /u/dubc4 had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:44:36] There has been a new submission: 'My quarantine vlog', with flair 'Vlog'
+19385 [2020-03-27 22:44:38] /u/Istanbulli had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:45:50] There has been a new submission: 'How to make Alcohol for less than $10!!', with flair 'Vlog'
+19385 [2020-03-27 22:48:17] There has been a new submission: 'Float Fishing For Trout In A River: Best Trout Float Fishing Rig Setup', with flair 'Vlog'
+19385 [2020-03-27 22:48:18] /u/StopFishnStartCatchn had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:49:13] There has been a new submission: 'Please watch if you like the content please subscribe it would mean a lot.', with flair 'Channel Review'
+19385 [2020-03-27 22:49:13] /u/Mzi003 had their submission removed for insufficient lambda.
+19385 [2020-03-27 22:52:09] '/u/illerminerti' has given '/u/Dimblfully' lambda!
+19385 [2020-03-27 22:52:50] '/u/illerminerti' has given '/u/MyNameIsDracoHi' lambda!
+19385 [2020-03-27 22:53:39] '/u/illerminerti' has given '/u/minibakker' lambda!
+19385 [2020-03-27 22:54:34] There has been a new submission: 'A cover of stand by me, watch if you’d like I’d appreciate it', with flair 'Channel Review'
+19385 [2020-03-27 22:54:36] /u/jacobbick10 had their submission removed for insufficient lambda.
+19385 [2020-03-27 23:02:10] There has been a new submission: 'ELLEN'S STRANGE LOVE FOR MEN', with flair 'Video Critique'
+19385 [2020-03-27 23:02:12] /u/TrialTheLegend had their submission removed for insufficient lambda.
+19385 [2020-03-27 23:09:08] '/u/CrimsonWonders' has given '/u/vinny69420' lambda!
+19385 [2020-03-27 23:09:08] The OP received lambda too!
+19385 [2020-03-27 23:11:31] There has been a new submission: 'Lambda for all feedback! I'm looking for ways to make my Youtube channel better! Any tips, tricks and advice are greatly appreciated.', with flair 'Channel Review'
+19385 [2020-03-27 23:12:04] '/u/CrimsonWonders' has given '/u/choco__bug' lambda!
+19385 [2020-03-27 23:14:19] '/u/CrimsonWonders' has given '/u/CubandCat' lambda!
+19385 [2020-03-27 23:19:09] There has been a new submission: 'new vs old relationships chris & crystal', with flair 'Vlog'
+19385 [2020-03-27 23:19:10] /u/Internallifestyle had their submission removed for insufficient lambda.
+19385 [2020-03-27 23:34:33] There has been a new submission: 'New Coronavirus Coin. The Predictive Programming is REAL!!!', with flair 'Video Critique'
+19385 [2020-03-27 23:34:35] /u/UpwardNinja had their submission removed for insufficient lambda.
+19385 [2020-03-27 23:56:28] '/u/the_art_of_alcohol' has given '/u/bestofalex' lambda!
+19385 [2020-03-27 23:56:29] The OP received lambda too!
+19385 [2020-03-28 00:05:21] There has been a new submission: '😱PLEASE CHECKOUT MY NEW VIDEO I WILL RETURN THE SUPPORT ❤️ MY FIRST FIGHT!!', with flair 'Video Critique'
+19385 [2020-03-28 00:05:23] /u/OkCommercial9 had their submission removed for insufficient lambda.
+19462 [2020-03-28 00:07:29]
+####################
+[2020-03-28 00:07:29] RESTARTED
+####################
+
+19462 [2020-03-28 00:14:37] There has been a new submission: 'I beat Minecraft without going to the nether!', with flair 'Gaming'
+19462 [2020-03-28 00:17:59] There has been a new submission: 'Please Critique the fuck out of my newest Assassins Creed Video!', with flair 'Video Critique'
+19462 [2020-03-28 00:21:19] There has been a new submission: 'My Milkshakes bring All The Boys to The Yard | 𝗗𝗢𝗨𝗕𝗟𝗘 𝗧𝗛𝗘 𝗖𝗟𝗘𝗔𝗡', with flair 'Vlog'
+19462 [2020-03-28 00:21:21] /u/bobquez had their submission removed for insufficient lambda.
+19462 [2020-03-28 00:26:43] '/u/minibakker' has given '/u/modernaddiction' lambda!
+19462 [2020-03-28 00:26:43] The OP received lambda too!
+19462 [2020-03-28 00:29:36] '/u/minibakker' has given '/u/ALLUMALLU2019' lambda!
+19462 [2020-03-28 00:41:46] There has been a new submission: 'King's Field', with flair 'Gaming'
+19462 [2020-03-28 00:41:49] /u/jk47istaken had their submission removed for insufficient lambda.
+19462 [2020-03-28 00:46:22] '/u/cjf5414' has given '/u/kateandchristoph' lambda!
+19462 [2020-03-28 00:48:38] There has been a new submission: 'Looking for a script writer', with flair 'Meta'
+19462 [2020-03-28 01:02:18] There has been a new submission: 'How To Draw 3D ART On Paper, 3D Trick Art on Paper', with flair 'Vlog'
+19462 [2020-03-28 01:15:53] '/u/PonjiNinja' has given '/u/whiskygrapesoda' lambda!
+19462 [2020-03-28 01:26:55] There has been a new submission: 'Truck and COVID-19. Mediocrity at its finest', with flair 'Vlog'
+19462 [2020-03-28 01:26:56] /u/auntdanjo had their submission removed for insufficient lambda.
+19462 [2020-03-28 01:31:53] '/u/SuperMcGregs' has given '/u/bestofalex' lambda!
+19462 [2020-03-28 01:31:53] The OP received lambda too!
+19462 [2020-03-28 01:35:29] There has been a new submission: 'I worked all day on this one ! // giving lambda for criticism', with flair 'Video Critique'
+2316 [2020-03-28 01:45:26] Updated statistics
+19462 [2020-03-28 01:45:54] There has been a new submission: 'Tom Brady vs Bill Belichick', with flair 'Video Critique'
+19462 [2020-03-28 01:45:56] /u/LOTV585 had their submission removed for insufficient lambda.
+19462 [2020-03-28 01:46:16] '/u/qzeqYT' has given '/u/TheyCallMyWill' lambda!
+19462 [2020-03-28 01:46:16] The OP received lambda too!
+19462 [2020-03-28 01:46:47] '/u/qzeqYT' has given '/u/Quasimodo98' lambda!
+19462 [2020-03-28 01:47:39] There has been a new submission: 'Drive through prank', with flair 'Channel Review'
+19462 [2020-03-28 01:47:40] /u/Ghost_mG had their submission removed for insufficient lambda.
+19462 [2020-03-28 01:50:11] There has been a new submission: 'Made this a few years back and I’ve been working on some new stuff, any suggestions or opinions?', with flair 'Video Critique'
+19462 [2020-03-28 01:50:14] /u/JustTooChewy had their submission removed for insufficient lambda.
+19462 [2020-03-28 01:51:46] '/u/SuperMcGregs' has given '/u/drewiie' lambda!
+19462 [2020-03-28 01:53:55] There has been a new submission: 'Can anyone help with this sponsorship email?', with flair 'Discussion'
+19462 [2020-03-28 01:55:28] There has been a new submission: 'Ross Furniture & Wall Decor For Less | Home Decor for Less | Shop With ...', with flair 'Vlog'
+19462 [2020-03-28 01:55:29] /u/lalay77 had their submission removed for insufficient lambda.
+19462 [2020-03-28 02:02:11] There has been a new submission: '[Video critique] Quarantine Vlog', with flair 'Video Critique'
+19462 [2020-03-28 02:02:13] /u/Sub2TheActualShadow had their submission removed for insufficient lambda.
+19541 [2020-03-28 02:07:29]
+####################
+[2020-03-28 02:07:29] RESTARTED
+####################
+
+19541 [2020-03-28 02:14:32] There has been a new submission: 'I made a song it took really long chop chop chop ft Pewdiepie', with flair 'Collab'
+19541 [2020-03-28 02:14:33] /u/RedPandaChannel had their submission removed for using the wrong flair.
+19541 [2020-03-28 02:24:26] There has been a new submission: 'Welcome', with flair 'Channel Review'
+19541 [2020-03-28 02:25:50] There has been a new submission: 'Great video', with flair 'Gaming'
+19541 [2020-03-28 02:25:52] /u/sarup10o had their submission removed for insufficient lambda.
+19541 [2020-03-28 02:43:22] '/u/BetaBradTv' has given '/u/ansmike' lambda!
+19541 [2020-03-28 02:43:23] The OP received lambda too!
+19541 [2020-03-28 02:43:42] '/u/BetaBradTv' has given '/u/MaleficentMood5' lambda!
+19541 [2020-03-28 02:52:25] There has been a new submission: 'Hey there Delilah/Plain white T's(cover)', with flair 'Art'
+19541 [2020-03-28 02:52:27] /u/_Not_s4d_ had their submission removed for insufficient lambda.
+19541 [2020-03-28 02:58:04] There has been a new submission: 'HOW TO KEEP YOUR MIND AND BODY FIT UNDER QUARANTINE', with flair 'Video Critique'
+19541 [2020-03-28 02:58:05] /u/firetruckonfire had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:10:56] '/u/ShiniestZoroark' has given '/u/CobaPlatinum' lambda!
+19541 [2020-03-28 03:10:56] The OP received lambda too!
+19541 [2020-03-28 03:16:29] There has been a new submission: 'Switching to a new GoPro Hero 7 Black, why not the 8 ?', with flair 'Video Critique'
+19541 [2020-03-28 03:16:30] /u/ceasar1010 had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:17:13] '/u/the_art_of_alcohol' has given '/u/1_2_three_four_5_6' lambda!
+19541 [2020-03-28 03:18:06] '/u/the_art_of_alcohol' has given '/u/ViceLikeSeeker' lambda!
+19541 [2020-03-28 03:24:03] '/u/jaxtnh' has given '/u/the_art_of_alcohol' lambda!
+19541 [2020-03-28 03:24:03] The OP received lambda too!
+19541 [2020-03-28 03:28:26] There has been a new submission: 'My Newest Commentary Video. Will give lambda for feedback.', with flair 'Video Critique'
+19541 [2020-03-28 03:29:17] '/u/Davidplaysgames' has given '/u/the_art_of_alcohol' lambda!
+19541 [2020-03-28 03:29:17] The OP received lambda too!
+19541 [2020-03-28 03:31:12] There has been a new submission: 'Reviewing Pagemaster the Game', with flair 'Video Critique'
+19541 [2020-03-28 03:31:14] /u/Chrizeek had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:36:49] There has been a new submission: 'Faioso - Soulmate [reggae] - goal was a music video with a storyline & touch of humour', with flair 'Video Critique'
+19541 [2020-03-28 03:37:15] '/u/SuperMcGregs' has given '/u/the_art_of_alcohol' lambda!
+19541 [2020-03-28 03:38:50] There has been a new submission: 'I would love some feedback on this video!!', with flair 'Video Critique'
+19541 [2020-03-28 03:38:50] /u/ImpuLse_Luna had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:40:32] There has been a new submission: 'New Siege Vid!', with flair 'Gaming'
+19541 [2020-03-28 03:40:35] /u/MonkeyMan1723 had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:44:30] '/u/jaxtnh' has given '/u/SuperMcGregs' lambda!
+19541 [2020-03-28 03:46:09] There has been a new submission: 'Moroccan Guy Doing English Comedy and Motivation!', with flair 'Channel Review'
+19541 [2020-03-28 03:46:11] /u/nkrari had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:49:41] There has been a new submission: 'I played a song for you all', with flair 'Vlog'
+19541 [2020-03-28 03:49:41] /u/GamingVideosObtain had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:52:28] '/u/AlbeleoOfficial' has given '/u/the_art_of_alcohol' lambda!
+19541 [2020-03-28 03:52:28] The OP received lambda too!
+19541 [2020-03-28 03:54:14] There has been a new submission: 'Check out my channel', with flair 'Channel Review'
+19541 [2020-03-28 03:54:16] /u/KilikDaTruth23 had their submission removed for insufficient lambda.
+19541 [2020-03-28 03:56:02] '/u/I_like_to_eat_pee' has given '/u/the_art_of_alcohol' lambda!
+19541 [2020-03-28 03:56:02] The OP received lambda too!
+19541 [2020-03-28 04:05:51] There has been a new submission: 'WE DID IT,,, FINALLY AT 100 SUBS !!!', with flair 'Discussion'
+19541 [2020-03-28 04:06:31] There has been a new submission: 'Donating Money To Girls On Tinder', with flair 'Channel Review'
+19541 [2020-03-28 04:06:32] /u/jjlerr5599 had their submission removed for insufficient lambda.
+19623 [2020-03-28 04:07:30]
+####################
+[2020-03-28 04:07:30] RESTARTED
+####################
+
+19623 [2020-03-28 04:13:10] There has been a new submission: 'Hey guys! I am very new to YouTube and would love if you could give any feedback you have on my newest song, Revival. Thanks!', with flair 'Video Critique'
+19623 [2020-03-28 04:13:12] /u/LazyLizardOfficial had their submission removed for insufficient lambda.
+19623 [2020-03-28 04:23:24] There has been a new submission: 'BIG BRAIN MAN - Portal Ep. 1 This is my first time playing portal and really posting to reddit in hopes of feedback. All Love<3', with flair 'Gaming'
+19623 [2020-03-28 04:23:26] /u/keatogaming had their submission removed for insufficient lambda.
+19623 [2020-03-28 04:24:14] There has been a new submission: 'What Death Note Says About Justice. I would really appreciate any feedback', with flair 'Video Critique'
+19623 [2020-03-28 04:35:40] '/u/cjf5414' has given '/u/LazyLizardOfficial' lambda!
+19623 [2020-03-28 04:44:18] There has been a new submission: 'we know you are team leader. any comments + critiques are greatly appreciated :)', with flair 'Gaming'
+19623 [2020-03-28 04:44:19] /u/NotCyntax had their submission removed for insufficient lambda.
+19623 [2020-03-28 04:45:57] There has been a new submission: 'I love toxic modern warfare lobbies', with flair 'Gaming'
+19623 [2020-03-28 04:45:59] /u/GlobalTweaker had their submission removed for insufficient lambda.
+19623 [2020-03-28 04:53:17] '/u/CurrentOfficial' has given '/u/FatMemeGod' lambda!
+19623 [2020-03-28 05:13:05] There has been a new submission: 'My first patrol', with flair 'Gaming'
+19623 [2020-03-28 05:13:07] /u/OfficerFrosty20 had their submission removed for insufficient lambda.
+19623 [2020-03-28 06:03:21] There has been a new submission: 'Did you guys know about this ?', with flair 'Video Critique'
+19623 [2020-03-28 06:03:23] /u/aaronbalzac had their submission removed for insufficient lambda.
+20159 [2020-03-28 06:07:30]
+####################
+[2020-03-28 06:07:30] RESTARTED
+####################
+
+20159 [2020-03-28 06:16:58] '/u/TheBoyJohn' has given '/u/BoomerangTKO' lambda!
+20159 [2020-03-28 06:19:03] '/u/TheBoyJohn' has given '/u/jimmylarry' lambda!
+20159 [2020-03-28 06:20:51] '/u/TheBoyJohn' has given '/u/chiefdoughnuts' lambda!
+20159 [2020-03-28 06:26:33] '/u/TheBoyJohn' has given '/u/Sedica_n_Tryna_Play' lambda!
+20159 [2020-03-28 06:26:40] There has been a new submission: 'Check out my YT on Coronavirus (it’s different than any you seen before)', with flair 'Channel Review'
+20159 [2020-03-28 06:26:41] /u/khaledmanhj had their submission removed for insufficient lambda.
+20159 [2020-03-28 06:42:19] There has been a new submission: 'Things You Can Do in Self Quarantine | Things to Do When Your Bored | Faiz Bhai', with flair 'Vlog'
+20159 [2020-03-28 06:42:21] /u/FaizBhaiOfficial had their submission removed for insufficient lambda.
+20159 [2020-03-28 07:03:56] There has been a new submission: 'Yo help a brother out', with flair 'Channel Review'
+20159 [2020-03-28 07:03:58] /u/braydenlc had their submission removed for insufficient lambda.
+20159 [2020-03-28 07:14:41] There has been a new submission: 'Video views are climbing, 1300 subscribers - thank you all!', with flair 'Discussion'
+20159 [2020-03-28 07:23:25] There has been a new submission: 'Thank you all.', with flair 'Discussion'
+20159 [2020-03-28 07:28:09] There has been a new submission: 'I try my best at editing and playing good in r6siege.', with flair 'Gaming'
+20159 [2020-03-28 07:28:10] /u/tankie_mc_cheesy had their submission removed for insufficient lambda.
+20159 [2020-03-28 07:39:49] There has been a new submission: 'TIP: Working with copyright-free music? TEST the track first on YouTube BEFORE editing to it. I fortunately just tried this and half the tracks got Copyright ID'd!', with flair 'Discussion'
+20159 [2020-03-28 07:48:43] There has been a new submission: 'What other ways are there to get publicity to your channel?', with flair 'Discussion'
+20159 [2020-03-28 07:53:22] There has been a new submission: 'After the lockdown quarantine make sure to visit this place in 🇵🇭 I will give the LAMBDA if you are going to put some comments in the youtube link video.', with flair 'Video Critique'
+20159 [2020-03-28 07:53:32] There has been a new submission: 'I would love some feedback on my channel as a whole. Thank you!', with flair 'Channel Review'
+20159 [2020-03-28 07:53:34] /u/disloyalclothYT had their submission removed for insufficient lambda.
+20159 [2020-03-28 08:03:45] There has been a new submission: 'Benefits of Having a Small Penis', with flair 'Discussion'
+20159 [2020-03-28 08:03:47] /u/UncleJoe_69 had their submission removed for using the wrong flair.
+20431 [2020-03-28 08:07:30]
+####################
+[2020-03-28 08:07:30] RESTARTED
+####################
+
+20431 [2020-03-28 08:20:02] There has been a new submission: 'AFAIK almost all small youtubers are using 3rd party services like mysocialking to break through youtubes bad algorithm', with flair 'Discussion'
+20431 [2020-03-28 08:23:17] There has been a new submission: 'Everyone says that channels lift of after hitting 1000 subs. What do you think', with flair 'Discussion'
+20431 [2020-03-28 08:23:40] There has been a new submission: 'A day in the life of a startup youtuber', with flair 'Vlog'
+20431 [2020-03-28 08:23:42] /u/rmanrad had their submission removed for insufficient lambda.
+20431 [2020-03-28 08:26:28] '/u/jaxtnh' has given '/u/LazyLizardOfficial' lambda!
+20431 [2020-03-28 08:27:15] '/u/jaxtnh' has given '/u/LazyMoneyGame' lambda!
+20431 [2020-03-28 08:27:59] '/u/jaxtnh' has given '/u/ShikharTrivedi' lambda!
+20431 [2020-03-28 08:29:52] '/u/jaxtnh' has given '/u/tomasrow' lambda!
+20431 [2020-03-28 08:30:55] '/u/jaxtnh' has given '/u/TheDormHermit' lambda!
+20431 [2020-03-28 08:34:47] '/u/jaxtnh' has given '/u/PT_85' lambda!
+20431 [2020-03-28 08:44:56] There has been a new submission: 'Did a proper video after a while. Giving lambda to useful advice :D', with flair 'Video Critique'
+20431 [2020-03-28 08:56:54] '/u/ShikharTrivedi' has given '/u/Sub2TheActualShadow' lambda!
+20431 [2020-03-28 08:56:54] The OP received lambda too!
+20431 [2020-03-28 09:08:36] There has been a new submission: 'Sup so my channel is Karneetoe wondering if any one wanna collab', with flair 'Collab'
+20431 [2020-03-28 09:09:45] '/u/TheBoyJohn' has given '/u/PT_85' lambda!
+20431 [2020-03-28 09:18:09] '/u/ShikharTrivedi' has given '/u/freya_sparks' lambda!
+20431 [2020-03-28 09:18:48] '/u/ShikharTrivedi' has given '/u/tomasrow' lambda!
+20431 [2020-03-28 09:31:47] '/u/jimb0z_' has given '/u/jimmylarry' lambda!
+20431 [2020-03-28 09:31:47] The OP received lambda too!
+20431 [2020-03-28 09:32:00] '/u/jimb0z_' has given '/u/Taz-The-Yorkie' lambda!
+20431 [2020-03-28 09:38:14] There has been a new submission: 'Need critique on my video, I want to make a Team Fortress 2 series and this is the first video', with flair 'Video Critique'
+20431 [2020-03-28 09:47:53] There has been a new submission: 'OVER 3500 Iron per Hour tutorial 1.15 | Minecraft', with flair 'Gaming'
+20431 [2020-03-28 09:47:54] /u/Commander__Chaos had their submission removed for insufficient lambda.
+20431 [2020-03-28 09:53:39] There has been a new submission: 'Would love for anyone to check out what i’ve been building for the last year. thanks gang', with flair 'Channel Review'
+20431 [2020-03-28 09:53:41] /u/LelandfuckboyPalmer had their submission removed for insufficient lambda.
+20431 [2020-03-28 09:56:59] '/u/ongoingworlds' has given '/u/mischapannell' lambda!
+20431 [2020-03-28 09:56:59] The OP received lambda too!
+20510 [2020-03-28 10:07:30]
+####################
+[2020-03-28 10:07:30] RESTARTED
+####################
+
+20510 [2020-03-28 10:10:07] There has been a new submission: 'Florence Vlog is Out! Critique?', with flair 'Video Critique'
+20510 [2020-03-28 10:25:52] There has been a new submission: 'The Man Who Can Make Things With His Mind - Quarantine International Film Festival', with flair 'Discussion'
+20510 [2020-03-28 10:25:54] /u/Critical-Brilliant had their submission removed for using the wrong flair.
+20510 [2020-03-28 10:28:18] There has been a new submission: 'Iron Man Alternate Endings | S.L.A.E', with flair 'Art'
+20510 [2020-03-28 10:28:19] /u/Savage-Legends had their submission removed for insufficient lambda.
+20510 [2020-03-28 10:28:51] There has been a new submission: 'The Man Who Can Make Things With His Mind - Quarantine International Film Festival', with flair 'Video Critique'
+20510 [2020-03-28 10:28:51] /u/Critical-Brilliant had their submission removed for insufficient lambda.
+20510 [2020-03-28 10:39:14] '/u/jaxtnh' has given '/u/minibakker' lambda!
+20510 [2020-03-28 10:41:59] There has been a new submission: '[Art] how to do live wallpaper on iPhone wallpaper', with flair 'Art'
+20510 [2020-03-28 10:42:01] /u/prettyface69 had their submission removed for insufficient lambda.
+20510 [2020-03-28 10:43:40] There has been a new submission: 'NIOH 2 Walkthrough Gameplay Part 13 - A Way Out', with flair 'Gaming'
+20510 [2020-03-28 10:43:41] /u/CecliusPlaysHD had their submission removed for insufficient lambda.
+20510 [2020-03-28 10:45:50] '/u/HuqleReddit' has given '/u/BAMGaming_' lambda!
+20510 [2020-03-28 10:45:50] The OP received lambda too!
+20510 [2020-03-28 10:46:42] There has been a new submission: 'Experimenting with "style" of review videos. Removed/mimized intro, adding more useful infotmation. Good idea or am I shooting myself in the leg by not getting future subscribers?', with flair 'Video Critique'
+20510 [2020-03-28 10:51:49] There has been a new submission: 'Basic Explanation - Start Programming Today with basicpotatobear!', with flair 'Channel Review'
+20510 [2020-03-28 10:51:51] /u/ollietrinh had their submission removed for insufficient lambda.
+20510 [2020-03-28 11:03:47] There has been a new submission: 'Quantity Or Quality', with flair 'Discussion'
+20510 [2020-03-28 11:06:12] '/u/HuqleReddit' has given '/u/BeserKing' lambda!
+20510 [2020-03-28 11:10:24] There has been a new submission: 'Quarantine Content - 'How I make my coffee at home'. This is my latest vlog and I'm curious to know what y'all think about it. Enjoy, and stay safe everyone! :D', with flair 'Video Critique'
+20510 [2020-03-28 11:20:48] There has been a new submission: 'I thought this was something really cool that just got added so I made a vid on it. What do you think?', with flair 'Gaming'
+20510 [2020-03-28 11:20:50] /u/FSW2828 had their submission removed for insufficient lambda.
+20510 [2020-03-28 11:27:05] '/u/ShikharTrivedi' has given '/u/BeserKing' lambda!
+20510 [2020-03-28 11:29:17] '/u/AlexeyCrane' has given '/u/masteroduo' lambda!
+20510 [2020-03-28 11:29:17] The OP received lambda too!
+20510 [2020-03-28 11:35:32] There has been a new submission: 'SOMA PS4 HORROR GAME GAMEPLAY WALKTHROUGH', with flair 'Gaming'
+20510 [2020-03-28 11:35:33] /u/SillKill had their submission removed for insufficient lambda.
+20510 [2020-03-28 11:58:33] There has been a new submission: 'My second video. Will be giving Lambda for feedback / advice <3', with flair 'Video Critique'
+20510 [2020-03-28 12:02:14] '/u/AlexeyCrane' has given '/u/Djbernie805' lambda!
+20589 [2020-03-28 12:07:30]
+####################
+[2020-03-28 12:07:30] RESTARTED
+####################
+
+20589 [2020-03-28 12:13:51] There has been a new submission: 'pba and nba suspend season', with flair 'Channel Review'
+20589 [2020-03-28 12:13:53] /u/kovy11717 had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:15:59] There has been a new submission: 'One Piece Pirate Warriors 4 - Alabasta Arc', with flair 'Gaming'
+20589 [2020-03-28 12:16:00] /u/jonikon had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:16:10] There has been a new submission: 'Messenger apps Market share | Data meets Art', with flair 'Channel Review'
+20589 [2020-03-28 12:16:11] /u/ameenulinsan had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:16:41] There has been a new submission: 'We are Story Mode Live Gaming. We post Let's plays, discussion podcasts, top 10 lists, retro and modern gaming videos, and more', with flair 'Gaming'
+20589 [2020-03-28 12:16:42] /u/cbo6161 had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:16:52] There has been a new submission: 'Last video was a HUGE SUCCESS!!! I finally got 300 SUBS! Thank you!!', with flair 'Discussion'
+20589 [2020-03-28 12:20:03] There has been a new submission: 'helpful advice gets juicy juicy LAMBDA', with flair 'Video Critique'
+20589 [2020-03-28 12:21:22] There has been a new submission: 'Detailed and really well done thumbnail or Simple low detailed thumbnail?', with flair 'Discussion'
+20589 [2020-03-28 12:30:48] There has been a new submission: 'hi please give me feedback on my channel im trying to improve my content thanks!', with flair 'Gaming'
+20589 [2020-03-28 12:30:50] /u/kakakaakkashiii had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:34:54] There has been a new submission: 'Pls say what I can change', with flair 'Gaming'
+20589 [2020-03-28 12:34:56] /u/Roben-hood had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:45:12] There has been a new submission: 'Uploaded a Vlog on YouTube of me and the homies skateboarding. It's my first one, please be nice 🥺👉🏾👈🏾', with flair 'Vlog'
+20589 [2020-03-28 12:45:13] /u/bountychoco had their submission removed for insufficient lambda.
+20589 [2020-03-28 12:50:38] '/u/HuqleReddit' has given '/u/Adzic254' lambda!
+20589 [2020-03-28 12:58:53] '/u/maximabramchuk' has given '/u/MusicHub123' lambda!
+20589 [2020-03-28 13:12:00] '/u/masteroduo' has given '/u/freya_sparks' lambda!
+20589 [2020-03-28 13:12:01] The OP received lambda too!
+20589 [2020-03-28 13:12:38] '/u/masteroduo' has given '/u/About30NinjasYT' lambda!
+20589 [2020-03-28 13:14:57] There has been a new submission: 'I'd love to give feedback on your channel <3', with flair 'Channel Review'
+20589 [2020-03-28 13:14:59] /u/maximabramchuk had their submission removed for insufficient lambda.
+20589 [2020-03-28 13:17:49] '/u/Davidplaysgames' has given '/u/tomasrow' lambda!
+20589 [2020-03-28 13:18:50] There has been a new submission: 'I'd love to give feedback on your channel <3', with flair 'Meta'
+20589 [2020-03-28 13:47:04] '/u/MafiasFinestTV' has given '/u/DarShey_Goesto' lambda!
+20589 [2020-03-28 13:51:12] There has been a new submission: 'This is my first attempt at making an AMV. Please give me useful feedback so the next one will be better!', with flair 'Video Critique'
+20589 [2020-03-28 14:05:32] There has been a new submission: 'A Mansion Of Screams (Deceit)', with flair 'None'
+20589 [2020-03-28 14:05:34] /u/loopy2mn had their submission removed for insufficient lambda.
+20842 [2020-03-28 14:07:30]
+####################
+[2020-03-28 14:07:30] RESTARTED
+####################
+
+20842 [2020-03-28 14:09:03] There has been a new submission: 'I just returned to YouTube. I would love if you people could give me some tips and feedback!', with flair 'Video Critique'
+20842 [2020-03-28 14:09:04] /u/JoltixYt had their submission removed for insufficient lambda.
+20842 [2020-03-28 14:09:13] There has been a new submission: 'Best episode of Brooklyn 99?!', with flair 'Discussion'
+20842 [2020-03-28 14:09:14] /u/Condja had their submission removed for using the wrong flair.
+20842 [2020-03-28 14:10:11] There has been a new submission: 'Flight Reacts Steph Curry MixTape', with flair 'Video Critique'
+20842 [2020-03-28 14:10:14] /u/philipjohn8 had their submission removed for insufficient lambda.
+20842 [2020-03-28 14:11:13] There has been a new submission: 'What are the communities where we gamers can see some real growth?', with flair 'Discussion'
+20842 [2020-03-28 14:22:19] There has been a new submission: 'My channel is primarily art content, however I just purchased an updated 2020 iPad Pro and decided to do an initial review on it. I will be giving lambda to any one who can give me feedback on this new style of video for me!', with flair 'Video Critique'
+20842 [2020-03-28 14:24:06] '/u/jaxtnh' has given '/u/misterACK' lambda!
+20842 [2020-03-28 14:32:48] '/u/daredevil005' has given '/u/IamPang' lambda!
+20842 [2020-03-28 14:32:48] The OP received lambda too!
+20842 [2020-03-28 14:36:38] '/u/About30NinjasYT' has given '/u/Apple-of-the-earths' lambda!
+20842 [2020-03-28 14:36:38] The OP received lambda too!
+20842 [2020-03-28 14:36:48] '/u/About30NinjasYT' has given '/u/matry0' lambda!
+20842 [2020-03-28 14:37:03] '/u/About30NinjasYT' has given '/u/1_2_three_four_5_6' lambda!
+20842 [2020-03-28 14:43:46] '/u/ItsNearr' has given '/u/matry0' lambda!
+20842 [2020-03-28 14:43:46] The OP received lambda too!
+20842 [2020-03-28 14:45:00] '/u/ItsNearr' has given '/u/Apple-of-the-earths' lambda!
+20842 [2020-03-28 14:52:48] There has been a new submission: 'feedback? friends tell me it’s good but need outside opinion', with flair 'Video Critique'
+20842 [2020-03-28 14:52:50] /u/-ssage had their submission removed for insufficient lambda.
+20842 [2020-03-28 15:02:51] '/u/pinappleonpizza123' has given '/u/TheDormHermit' lambda!
+20842 [2020-03-28 15:02:51] The OP received lambda too!
+20842 [2020-03-28 15:03:14] '/u/pinappleonpizza123' has given '/u/DWRelive' lambda!
+20842 [2020-03-28 15:03:41] '/u/pinappleonpizza123' has given '/u/Electric_Mauser' lambda!
+20842 [2020-03-28 15:06:09] There has been a new submission: 'Hey guys! A bit of a new video for me, but it was lots of fun! I’m a barista, but with quarantine happening, I threw this together to satisfy my coffee making itch. Let me know what you think! QUARANTINE COFFEE', with flair 'Video Critique'
+20842 [2020-03-28 15:06:12] /u/tyccombs had their submission removed for insufficient lambda.
+20842 [2020-03-28 15:06:45] There has been a new submission: 'Stay the f..k at home (Its PG. I Promise) CoronaVirus', with flair 'Video Critique'
+20842 [2020-03-28 15:06:47] /u/TheDoubleDippers had their submission removed for insufficient lambda.
+20842 [2020-03-28 15:22:17] '/u/HuqleReddit' has given '/u/_NGaming_' lambda!
+20842 [2020-03-28 15:23:47] '/u/HuqleReddit' has given '/u/-ssage' lambda!
+20842 [2020-03-28 15:26:14] '/u/ShikharTrivedi' has given '/u/About30NinjasYT' lambda!
+20842 [2020-03-28 15:27:04] '/u/ShikharTrivedi' has given '/u/matry0' lambda!
+20842 [2020-03-28 15:32:14] There has been a new submission: 'Naruto AMV Unstoppable. If you enjoyed please like share and subscribe because why not your already watching and besides you will get 1 year of good luck', with flair 'Video Critique'
+20842 [2020-03-28 15:36:40] '/u/hpc2018' has given '/u/-ssage' lambda!
+20842 [2020-03-28 15:37:03] '/u/hpc2018' has given '/u/BeserKing' lambda!
+20842 [2020-03-28 15:38:59] There has been a new submission: 'PRO TIPS FOR WARZONE!', with flair 'Gaming'
+20842 [2020-03-28 15:39:00] /u/Newy_55 had their submission removed for insufficient lambda.
+20842 [2020-03-28 15:42:23] '/u/Canriel' has given '/u/cullenaryarts7' lambda!
+20842 [2020-03-28 15:42:52] '/u/masteroduo' has given '/u/-ssage' lambda!
+20842 [2020-03-28 15:43:59] '/u/shaunyoong' has given '/u/jaxtnh' lambda!
+20842 [2020-03-28 15:43:59] The OP received lambda too!
+20842 [2020-03-28 15:44:41] '/u/shaunyoong' has given '/u/Djbernie805' lambda!
+20842 [2020-03-28 15:45:34] '/u/shaunyoong' has given '/u/maximabramchuk' lambda!
+20842 [2020-03-28 15:46:19] There has been a new submission: 'I would really appreciate if you could give me some feedback on my channel and some videos everything is appreciated', with flair 'Channel Review'
+20842 [2020-03-28 15:46:28] '/u/ItsNearr' has given '/u/-ssage' lambda!
+20842 [2020-03-28 15:46:58] There has been a new submission: '5 ways of generating ideas for content', with flair 'Video Critique'
+20842 [2020-03-28 15:47:57] '/u/shaunyoong' has given '/u/JamesWolsely' lambda!
+20842 [2020-03-28 15:48:22] There has been a new submission: '[Gaming] Half Life: Alyx - Gameplay Walkthrough Part 12 - Captivity (PC/60fps/Ultra/Oculus Rift S)', with flair 'Gaming'
+20842 [2020-03-28 15:48:23] /u/Vyzen_1337 had their submission removed for insufficient lambda.
+20842 [2020-03-28 15:48:55] '/u/Djbernie805' has given '/u/ItsNearr' lambda!
+20842 [2020-03-28 15:48:55] The OP received lambda too!
+20842 [2020-03-28 15:51:11] There has been a new submission: 'reading little kid's horny comments', with flair 'Video Critique'
+20842 [2020-03-28 15:55:37] '/u/MaleficentMood5' has given '/u/Canriel' lambda!
+20842 [2020-03-28 15:55:37] The OP received lambda too!
+20842 [2020-03-28 15:56:00] '/u/Henry_does' has given '/u/DWRelive' lambda!
+20842 [2020-03-28 15:58:02] '/u/Henry_does' has given '/u/BAMGaming_' lambda!
+20842 [2020-03-28 16:06:02] There has been a new submission: 'KIM'S WEIRD TRIP TO THE WHITE HOUSE', with flair 'Video Critique'
+20842 [2020-03-28 16:06:04] /u/TrialTheLegend had their submission removed for insufficient lambda.
+20842 [2020-03-28 16:06:32] There has been a new submission: 'New creators need 1000 subs. This subreddit has 57.9K + subs. So...', with flair 'Discussion'
+20842 [2020-03-28 16:07:10] There has been a new submission: 'Do you like these types of songs or not?', with flair 'Video Critique'
+20923 [2020-03-28 16:07:30]
+####################
+[2020-03-28 16:07:30] RESTARTED
+####################
+
+20923 [2020-03-28 16:11:23] There has been a new submission: 'Please, review my new video', with flair 'Video Critique'
+20923 [2020-03-28 16:11:25] /u/estebanSannin had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:13:12] '/u/HuqleReddit' has given '/u/ReverseNationYT' lambda!
+20923 [2020-03-28 16:13:24] There has been a new submission: 'Ori and the Will of the Wisps [GAME REVIEW]', with flair 'Gaming'
+20923 [2020-03-28 16:13:26] /u/atEddieO had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:14:55] There has been a new submission: 'roast me', with flair 'Video Critique'
+20923 [2020-03-28 16:14:56] /u/videocrea had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:20:58] '/u/mattfaris' has given '/u/JamesWolsely' lambda!
+20923 [2020-03-28 16:20:58] The OP received lambda too!
+20923 [2020-03-28 16:21:08] There has been a new submission: 'This Girl Is Destined To Become A Stoic Philosopher', with flair 'Discussion'
+20923 [2020-03-28 16:21:10] /u/unhappyplum38 had their submission removed for using the wrong flair.
+20923 [2020-03-28 16:22:52] There has been a new submission: 'Meme (MUST WATCH)', with flair 'Gaming'
+20923 [2020-03-28 16:22:54] /u/MINEDOWBOI had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:23:44] There has been a new submission: '"I'm Stuck at Home" Parody', with flair 'Video Critique'
+20923 [2020-03-28 16:23:46] /u/LGrimmy had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:25:30] There has been a new submission: 'Your real friends and family never gonna hate you', with flair 'Vlog'
+20923 [2020-03-28 16:25:31] /u/New-tan had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:30:26] There has been a new submission: 'Quarantine Crafts:I baked oreo chocolate muffins at 2am', with flair 'None'
+20923 [2020-03-28 16:30:28] /u/SavelaMadikane had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:35:31] '/u/About30NinjasYT' has given '/u/-ssage' lambda!
+20923 [2020-03-28 16:36:06] '/u/BetaBradTv' has given '/u/SuperMcGregs' lambda!
+20923 [2020-03-28 16:36:25] '/u/BetaBradTv' has given '/u/LazyMoneyGame' lambda!
+20923 [2020-03-28 16:36:46] '/u/BetaBradTv' has given '/u/mischapannell' lambda!
+20923 [2020-03-28 16:37:00] '/u/BetaBradTv' has given '/u/matry0' lambda!
+20923 [2020-03-28 16:39:06] There has been a new submission: 'feedback? gaming vid. friends tell me it’s good but need outside opinion', with flair 'Video Critique'
+20923 [2020-03-28 16:47:06] There has been a new submission: 'I make gaming videos with my friends and we mess around and have fun', with flair 'Video Critique'
+20923 [2020-03-28 16:47:07] /u/NotCHaltom_ had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:48:02] There has been a new submission: 'So you wanna buy an RV?', with flair 'Meta'
+20923 [2020-03-28 16:48:03] /u/mrpikmin3 had their submission removed for using the wrong flair.
+20923 [2020-03-28 16:49:26] '/u/HuqleReddit' has given '/u/M17films' lambda!
+20923 [2020-03-28 16:52:38] There has been a new submission: 'Happy to have this video out, would love some feedback - how different countries are tackling the coronavirus', with flair 'Video Critique'
+20923 [2020-03-28 16:52:58] There has been a new submission: 'So you wanna buy an RV?', with flair 'Vlog'
+20923 [2020-03-28 16:53:00] /u/mrpikmin3 had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:54:16] There has been a new submission: 'Making A New Minecraft Hardcore Series, Want some tips and how to make the videos more interesting.', with flair 'Video Critique'
+20923 [2020-03-28 16:54:18] /u/KingDoesThings had their submission removed for insufficient lambda.
+20923 [2020-03-28 16:54:59] There has been a new submission: 'Celebrating 100 views on a video!', with flair 'Discussion'
+20923 [2020-03-28 16:58:09] There has been a new submission: 'Any feedback on first video? Just started out!', with flair 'Video Critique'
+20923 [2020-03-28 17:04:26] There has been a new submission: 'What Would You Do If Your Boyfriend/Girlfriend Cheated??', with flair 'Video Critique'
+20923 [2020-03-28 17:04:28] /u/raeiden had their submission removed for insufficient lambda.
+20923 [2020-03-28 17:06:58] '/u/jaxtnh' has given '/u/JamesWolsely' lambda!
+20923 [2020-03-28 17:07:05] There has been a new submission: 'What Would You Do If Your Boyfriend/Girlfriend Cheated??', with flair 'Video Critique'
+20923 [2020-03-28 17:07:07] /u/raeiden had their submission removed for insufficient lambda.
+20923 [2020-03-28 17:08:51] There has been a new submission: 'DuckDuckGo?', with flair 'Discussion'
+20923 [2020-03-28 17:09:30] There has been a new submission: 'Hey everyone, so I know some may be feeling a bit anxious during the quarantine. So I made this video to show how to thrive while social distancing. Let me know what you think.', with flair 'Video Critique'
+20923 [2020-03-28 17:10:24] There has been a new submission: 'Tried a different style on my London Coronavirus Vlogs. Would appreciate feedback and sub!', with flair 'Vlog'
+20923 [2020-03-28 17:11:54] There has been a new submission: 'New never done before design', with flair 'Video Critique'
+20923 [2020-03-28 17:11:56] /u/Mathias101010 had their submission removed for insufficient lambda.
+20923 [2020-03-28 17:14:34] '/u/freya_sparks' has given '/u/KingDoesThings' lambda!
+20923 [2020-03-28 17:14:34] The OP received lambda too!
+20923 [2020-03-28 17:18:05] There has been a new submission: 'TIK TOK MEMES that cripple my depression', with flair 'Channel Review'
+20923 [2020-03-28 17:18:06] /u/fagi007 had their submission removed for insufficient lambda.
+20923 [2020-03-28 17:18:31] There has been a new submission: 'A Love Letter to The Legend of Zelda', with flair 'Gaming'
+20923 [2020-03-28 17:23:15] There has been a new submission: 'Starting YouTube again, doing a minecraft hardcore series, Want to know if the video content is good and if the thumbnail is good.', with flair 'Video Critique'
+20923 [2020-03-28 17:30:28] '/u/freya_sparks' has given '/u/Fireplace74' lambda!
+20923 [2020-03-28 17:33:52] There has been a new submission: 'INDULGE in NATURE for the next 5 minutes', with flair 'Video Critique'
+20923 [2020-03-28 17:33:54] /u/Heartography89 had their submission removed for insufficient lambda.
+20923 [2020-03-28 17:37:52] '/u/tomasrow' has given '/u/KingDoesThings' lambda!
+20923 [2020-03-28 17:37:52] The OP received lambda too!
+20923 [2020-03-28 17:46:15] '/u/GideonGriebenow' has given '/u/BoyoDragon' lambda!
+20923 [2020-03-28 17:46:15] The OP received lambda too!
+20923 [2020-03-28 17:58:55] There has been a new submission: 'Check out my video on plagues tale innocence', with flair 'Gaming'
+20923 [2020-03-28 17:58:56] /u/Minnesota-Jack had their submission removed for insufficient lambda.
+20923 [2020-03-28 18:00:15] There has been a new submission: 'My question is about algorithms and getting into recommendations', with flair 'Discussion'
+20923 [2020-03-28 18:02:17] '/u/I_like_to_eat_pee' has given '/u/BAMGaming_' lambda!
+20923 [2020-03-28 18:03:44] '/u/I_like_to_eat_pee' has given '/u/tomasrow' lambda!
+21002 [2020-03-28 18:07:30]
+####################
+[2020-03-28 18:07:30] RESTARTED
+####################
+
+21002 [2020-03-28 18:10:18] '/u/ShikharTrivedi' has given '/u/ReverseNationYT' lambda!
+21002 [2020-03-28 18:10:28] There has been a new submission: 'GUYS... I FINALLY MADE IT TO 100!!!', with flair 'Discussion'
+21002 [2020-03-28 18:10:41] '/u/ShikharTrivedi' has given '/u/flyinghsaucer' lambda!
+21002 [2020-03-28 18:13:27] There has been a new submission: '"getting saved by a questionable superhero" (i tried to improve based on the comments i got last time, let me know how i did)', with flair 'Video Critique'
+21002 [2020-03-28 18:18:16] '/u/qzeqYT' has given '/u/BAMGaming_' lambda!
+21002 [2020-03-28 18:19:30] '/u/qzeqYT' has given '/u/Neuro_Spasm' lambda!
+21002 [2020-03-28 18:19:37] There has been a new submission: '!mylambda', with flair 'Discussion'
+21002 [2020-03-28 18:20:49] '/u/qzeqYT' has given '/u/About30NinjasYT' lambda!
+21002 [2020-03-28 18:22:20] There has been a new submission: 'Probability Comparison: Human Disease Case Fatality Rates', with flair 'Channel Review'
+21002 [2020-03-28 18:22:22] /u/Minute-Cattle had their submission removed for insufficient lambda.
+21002 [2020-03-28 18:22:42] '/u/jaxtnh' has given '/u/MyNameIsDracoHi' lambda!
+21002 [2020-03-28 18:28:27] There has been a new submission: 'How it feels to market your content creator or streamer career on social media', with flair 'Video Critique'
+21002 [2020-03-28 18:28:28] /u/Darth_T0XICATED had their submission removed for insufficient lambda.
+21002 [2020-03-28 18:30:22] There has been a new submission: 'This is my first post on this sub, could I get some feedback on my video', with flair 'Video Critique'
+21002 [2020-03-28 18:30:36] There has been a new submission: 'HIM VS HER Photography Challenge - My fiance and I battled it out behind the camera - feedback welcome!', with flair 'Vlog'
+21002 [2020-03-28 18:36:08] '/u/cjf5414' has given '/u/Carelessrex' lambda!
+21002 [2020-03-28 18:38:31] '/u/cjf5414' has given '/u/LazyMoneyGame' lambda!
+21002 [2020-03-28 18:44:05] '/u/DragonBoyoYT' has given '/u/LazyLizardOfficial' lambda!
+21002 [2020-03-28 18:45:26] There has been a new submission: 'How to change Data Center & Lower Ping (All Platforms) | Rainbow Six Siege', with flair 'Gaming'
+21002 [2020-03-28 18:45:28] /u/ARealLegend04 had their submission removed for insufficient lambda.
+21002 [2020-03-28 18:49:19] '/u/freya_sparks' has given '/u/Rebuildingz' lambda!
+21002 [2020-03-28 18:50:24] '/u/svavocet' has given '/u/LazyLizardOfficial' lambda!
+21002 [2020-03-28 18:50:25] The OP received lambda too!
+21002 [2020-03-28 18:51:08] '/u/svavocet' has given '/u/moreganplease' lambda!
+21002 [2020-03-28 18:51:23] '/u/svavocet' has given '/u/ongoingworlds' lambda!
+21002 [2020-03-28 18:51:32] There has been a new submission: 'apologies for the repost, ive had to reupload because it got claimed :(', with flair 'Gaming'
+21002 [2020-03-28 18:51:34] /u/NotCyntax had their submission removed for insufficient lambda.
+21002 [2020-03-28 18:52:45] There has been a new submission: 'I forgot how to play Stardew Valley...(Stardew Valley #1)', with flair 'Gaming'
+21002 [2020-03-28 18:52:47] /u/FineManYT had their submission removed for insufficient lambda.
+21002 [2020-03-28 18:58:18] There has been a new submission: 'I haven’t made a longer video in awhile but I would love constructive criticism on this one! The Invisible Man (2020) SCARIEST MOMENTS', with flair 'Video Critique'
+21002 [2020-03-28 18:58:32] '/u/JamesWolsely' has given '/u/TheBubbleE1' lambda!
+21002 [2020-03-28 18:58:32] The OP received lambda too!
+21002 [2020-03-28 19:01:52] There has been a new submission: 'IM REALLY PROUD OF THIS ONE! pls check it out if you like...music', with flair 'Video Critique'
+21002 [2020-03-28 19:06:06] There has been a new submission: 'https://www.youtube.com/channel/UCx0FrsP735KgWauC8NG_VXA', with flair 'Gaming'
+21002 [2020-03-28 19:06:08] /u/AceRizzo had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:06:36] There has been a new submission: 'A Little Frustrated With A Lack of Channel Growth. Can You Help? What Can I Do Better?', with flair 'Channel Review'
+21002 [2020-03-28 19:06:38] /u/Diffilms had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:08:39] '/u/TRIO-Stories' has given '/u/vitality108' lambda!
+21002 [2020-03-28 19:08:40] The OP received lambda too!
+21002 [2020-03-28 19:09:38] There has been a new submission: 'BEST WARZONE PLAYERS! (Call of Duty Warzone) (Battle Royale)', with flair 'Gaming'
+21002 [2020-03-28 19:09:39] /u/TAT_YT had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:10:13] There has been a new submission: 'Clicking Spacebar 100,000 Times', with flair 'Video Critique'
+21002 [2020-03-28 19:10:16] /u/Big_Happy_Henry had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:11:15] '/u/Djbernie805' has given '/u/JamesWolsely' lambda!
+21002 [2020-03-28 19:12:56] '/u/Djbernie805' has given '/u/matry0' lambda!
+21002 [2020-03-28 19:14:26] '/u/Squirreljustice' has given '/u/BetaBradTv' lambda!
+21002 [2020-03-28 19:14:26] The OP received lambda too!
+21002 [2020-03-28 19:14:35] There has been a new submission: 'Let me review your channel!!', with flair 'Meta'
+21002 [2020-03-28 19:18:30] There has been a new submission: '🔥I like to make funny gaming videos, let me know what you think!!!🔥COD WITH THE BOYS!! - Modern Warfare FUNTAGE! (Funny moments)', with flair 'Gaming'
+21002 [2020-03-28 19:22:14] There has been a new submission: 'Restoring peace as an anime Babe!', with flair 'Gaming'
+21002 [2020-03-28 19:22:16] /u/Pratham2003 had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:22:38] There has been a new submission: 'The most time I’ve spent editing a vid...Would love genuine feedback.', with flair 'Video Critique'
+21002 [2020-03-28 19:28:14] '/u/tomasrow' has given '/u/TheBobbyBands' lambda!
+21002 [2020-03-28 19:33:41] There has been a new submission: 'How long to 1000 subs?', with flair 'Discussion'
+21002 [2020-03-28 19:34:00] There has been a new submission: 'Have a look at the video & Let me know.', with flair 'Discussion'
+21002 [2020-03-28 19:34:02] /u/MantaMechanical had their submission removed for using the wrong flair.
+21002 [2020-03-28 19:38:00] '/u/TRIO-Stories' has given '/u/TheBobbyBands' lambda!
+21002 [2020-03-28 19:42:59] There has been a new submission: 'Cookingtainment! Homemade Italian Ravioli! What do you think about the cookingtainment concept?', with flair 'Video Critique'
+21002 [2020-03-28 19:43:01] /u/dddaaabbbaaa had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:43:12] '/u/Rebuildingz' has given '/u/Madmakiant' lambda!
+21002 [2020-03-28 19:43:12] The OP received lambda too!
+21002 [2020-03-28 19:50:33] There has been a new submission: 'THIS MAN WAS CATFISHED FOR 7 YEARS!!! (TLC REACTION)', with flair 'Video Critique'
+21002 [2020-03-28 19:50:35] /u/wongoyt had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:57:05] There has been a new submission: 'Ridiculous channel changes and HUGE problems that I didn't avoid with them. I feel ashamed by how terrible the end quality was guys. No sugar coat needed, harsh salt is preferred here so give me your honest thoughts. **Lambda for good advice/criticism, as always!** Thanks again guys <3', with flair 'Video Critique'
+21002 [2020-03-28 19:57:21] There has been a new submission: 'This fortnite sniper video is not what you would expect, enjoy!', with flair 'Gaming'
+21002 [2020-03-28 19:57:22] /u/Tasho_Hashos had their submission removed for insufficient lambda.
+21002 [2020-03-28 19:58:34] '/u/PonjiNinja' has given '/u/The_Suited_Bird' lambda!
+21002 [2020-03-28 20:04:03] '/u/robbit9' has given '/u/Madmakiant' lambda!
+21002 [2020-03-28 20:04:03] The OP received lambda too!
+21002 [2020-03-28 20:06:52] There has been a new submission: 'I have decided to make a Top 5 videogames to play during the quarantine. I would love advice specially about the editing and narration. Hope you enjoy it amd thanks in advice! Stay safe.', with flair 'Gaming'
+21081 [2020-03-28 20:07:30]
+####################
+[2020-03-28 20:07:30] RESTARTED
+####################
+
+21081 [2020-03-28 20:10:54] '/u/-ssage' has given '/u/Darth_T0XICATED' lambda!
+21081 [2020-03-28 20:10:54] The OP received lambda too!
+21081 [2020-03-28 20:11:08] '/u/-ssage' has given '/u/the_art_of_alcohol' lambda!
+21081 [2020-03-28 20:20:14] There has been a new submission: 'With the critics in mind, i made another video on the same game, would appreciate if those who see it can tell me if they understaood the guide.', with flair 'Video Critique'
+21081 [2020-03-28 20:20:29] There has been a new submission: 'CoronApocalypse (Going Insane w/Social Distancing)', with flair 'Vlog'
+21081 [2020-03-28 20:20:53] '/u/qzeqYT' has given '/u/vitality108' lambda!
+21081 [2020-03-28 20:32:15] There has been a new submission: 'The Best Contract in NBA History', with flair 'Discussion'
+21081 [2020-03-28 20:32:17] /u/Earn-Your-Ranks had their submission removed for using the wrong flair.
+21081 [2020-03-28 20:39:31] There has been a new submission: 'Hey guys! I am very new to YouTube and would love if you could give any feedback you have on my newest song, Revival. Thanks!', with flair 'None'
+21081 [2020-03-28 20:40:57] There has been a new submission: '{ LAS VEGAS } TAKE A VIRTUAL VACATION WITH US | This video was take 1 week before the Corona Virus shut everything down. You will see updates throughout. Take a little escape with us... I hope you see the effort I put even with in my vlogging. I love editing and Hope you enjoy! Thank you for watchin', with flair 'Vlog'
+21081 [2020-03-28 20:40:59] /u/iamdestinymonique had their submission removed for insufficient lambda.
+21081 [2020-03-28 20:43:07] '/u/aLeakyAbstraction' has given '/u/TheBubbleE1' lambda!
+21081 [2020-03-28 20:43:07] The OP received lambda too!
+21081 [2020-03-28 21:02:34] There has been a new submission: 'Hey, can you check out my vid and offer feedback, thanks', with flair 'Video Critique'
+21081 [2020-03-28 21:02:36] /u/TrueRostPotatoes had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:09:05] There has been a new submission: 'Surprised my mom with a new car! looking for any tips or comments', with flair 'Video Critique'
+21081 [2020-03-28 21:12:01] There has been a new submission: 'I painted a tiger and made a timelapse! Feedback/ constructive criticism greatly appreciated!! lambda given to everyone that takes the time to let me know what I can do better!', with flair 'Video Critique'
+21081 [2020-03-28 21:13:59] There has been a new submission: 'Hacking In Champion Ranked - Rainbow Six Siege (Operation Void Edge)', with flair 'Gaming'
+21081 [2020-03-28 21:14:01] /u/KrakenR6 had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:14:49] There has been a new submission: 'Animal Crossing | Exploring New Islands', with flair 'Gaming'
+21081 [2020-03-28 21:14:51] /u/HexKo had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:16:29] There has been a new submission: 'Before Fame: How Liza Soberano Started In Showbiz | HumanMeter', with flair 'None'
+21081 [2020-03-28 21:16:31] /u/IndividualGuide had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:17:04] '/u/RoboOggy' has given '/u/jimmylarry' lambda!
+21081 [2020-03-28 21:23:49] There has been a new submission: 'i would love some feedback on this! i'm trying to find ways to improve my content, but fairly new, so i'm still trying to find my strengths and weaknesses.', with flair 'Video Critique'
+21081 [2020-03-28 21:35:08] There has been a new submission: 'Cinematic b roll of how my wife gets ready to start. It is a 50 second video and would love some feedback thank you 😊', with flair 'Video Critique'
+21081 [2020-03-28 21:35:10] /u/usandtravelstories had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:42:20] There has been a new submission: 'What’s your niche?', with flair 'Discussion'
+21081 [2020-03-28 21:45:18] There has been a new submission: 'Day 6 of daily videos. I’m not sure if it drops off in energy at the middle? Any feedback greatly welcomed!', with flair 'None'
+21081 [2020-03-28 21:46:50] There has been a new submission: 'DON'T play VR at 3am - I'd love to hear what you guys think of my latest vid, first one in VR! I hope that it's actually enjoyable lol. Lambda to my homies!', with flair 'Gaming'
+21081 [2020-03-28 21:46:51] /u/Jondavis8712 had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:53:43] There has been a new submission: 'I want a fever from you guys.', with flair 'Discussion'
+21081 [2020-03-28 21:54:38] There has been a new submission: 'Life Seasons, Riah, Acrylics, 2020', with flair 'Art'
+21081 [2020-03-28 21:54:40] /u/Rih-Rih-Tie-Dye had their submission removed for insufficient lambda.
+21081 [2020-03-28 21:59:25] There has been a new submission: 'I need help', with flair 'Discussion'
+21081 [2020-03-28 22:00:50] There has been a new submission: 'Let’s play pacify!', with flair 'Gaming'
+21081 [2020-03-28 22:00:52] /u/coreygaskinsmusic had their submission removed for insufficient lambda.
+21081 [2020-03-28 22:02:18] There has been a new submission: 'Yo I just started making actual good quality YouTube videos and I would appreciate some feedback on the first video. Also yes I do know that my audio is messed up for headphone users I think I changed something while editing on accident', with flair 'Video Critique'
+21081 [2020-03-28 22:02:20] /u/aidsbox35 had their submission removed for insufficient lambda.
+21081 [2020-03-28 22:06:02] There has been a new submission: 'I wanted to ask you what you think about this animated show I'm making. What could I improve? Did you like it? If so, tell us why. If you didn't like it, what is it that you didn't like? How would you improve it? I'm open to suggestions. I really want this project of mine to grow and be better.', with flair 'Vlog'
+21081 [2020-03-28 22:06:03] /u/The_senile_seal had their submission removed for insufficient lambda.
+21160 [2020-03-28 22:07:30]
+####################
+[2020-03-28 22:07:30] RESTARTED
+####################
+
+21160 [2020-03-28 22:14:41] '/u/LifeWithLenny_W' has given '/u/Djbernie805' lambda!
+21160 [2020-03-28 22:14:41] The OP received lambda too!
+21160 [2020-03-28 22:22:15] '/u/Madmakiant' has given '/u/Jondavis8712' lambda!
+21160 [2020-03-28 22:22:15] The OP received lambda too!
+21160 [2020-03-28 22:22:42] '/u/Rebuildingz' has given '/u/Djbernie805' lambda!
+21160 [2020-03-28 22:24:18] There has been a new submission: 'Kayaking with whales at a remote island! :) Slightly different style to my other videos, was looking for feedback, lambda to helpful feedback.', with flair 'Video Critique'
+21160 [2020-03-28 22:25:35] There has been a new submission: 'Check out my newest video', with flair 'Gaming'
+21160 [2020-03-28 22:25:37] /u/CactusBrain_YT had their submission removed for insufficient lambda.
+21160 [2020-03-28 22:26:15] '/u/generalna11' has given '/u/KingDoesThings' lambda!
+21160 [2020-03-28 22:26:15] The OP received lambda too!
+21160 [2020-03-28 22:26:32] '/u/generalna11' has given '/u/TheOzan' lambda!
+21160 [2020-03-28 22:26:44] There has been a new submission: 'We went back way old school with this video and think with the feedback you guys have given our new refined version of this style turned out great! Would love feedback!', with flair 'Video Critique'
+21160 [2020-03-28 22:27:16] '/u/generalna11' has given '/u/PT_85' lambda!
+21160 [2020-03-28 22:28:05] '/u/generalna11' has given '/u/Doug_Shoe' lambda!
+21160 [2020-03-28 22:28:14] '/u/generalna11' has given '/u/electroblastz' lambda!
+21160 [2020-03-28 22:28:30] '/u/generalna11' has given '/u/Dnotime22' lambda!
+21160 [2020-03-28 22:28:49] '/u/generalna11' has given '/u/ImaniJ98' lambda!
+21160 [2020-03-28 22:29:03] '/u/generalna11' has given '/u/HumperTrooper15' lambda!
+21160 [2020-03-28 22:29:16] '/u/generalna11' has given '/u/gameplay-monster' lambda!
+21160 [2020-03-28 22:29:35] There has been a new submission: 'Celebrating 200 subs!!', with flair 'Discussion'
+21160 [2020-03-28 22:29:40] '/u/generalna11' has given '/u/mischapannell' lambda!
+21160 [2020-03-28 22:29:48] '/u/generalna11' has given '/u/wasabinoise' lambda!
+21160 [2020-03-28 22:30:12] '/u/generalna11' has given '/u/coreygaskinsmusic' lambda!
+21160 [2020-03-28 22:38:11] There has been a new submission: 'Hi everyone my channel is anime/manga/otaku related and i was curious if anyone could give me feedback to up my video editing/quality? I have limited reach right now sadly', with flair 'Video Critique'
+21160 [2020-03-28 22:38:12] /u/Crazimation had their submission removed for insufficient lambda.
+21160 [2020-03-28 22:40:14] There has been a new submission: '21 KILL GAMEPLAY! 1ST PLACE!! - MODERN WARFARE', with flair 'Gaming'
+21160 [2020-03-28 22:40:17] /u/KingKen_ had their submission removed for insufficient lambda.
+21160 [2020-03-28 22:40:31] There has been a new submission: 'Hey! Just thought I'd post on here, you don't have to subscribe but I'd really appreciate it if you did. Good luck to anyone else with a small YouTube channel! :)', with flair 'Gaming'
+21160 [2020-03-28 22:40:33] /u/CrAZyJoKEstErYT had their submission removed for insufficient lambda.
+21160 [2020-03-28 22:53:54] '/u/KingDoesThings' has given '/u/TheBubbleE1' lambda!
+21160 [2020-03-28 22:53:54] The OP received lambda too!
+21160 [2020-03-28 22:57:59] There has been a new submission: 'Free Energy Using Speaker Magnet Technology', with flair 'Channel Review'
+21160 [2020-03-28 22:58:00] /u/onoyri had their submission removed for insufficient lambda.
+21160 [2020-03-28 23:11:18] '/u/drowningarmadilo' has given '/u/the_art_of_alcohol' lambda!
+21160 [2020-03-28 23:11:18] The OP received lambda too!
+21160 [2020-03-28 23:19:07] '/u/drowningarmadilo' has given '/u/jimmylarry' lambda!
+21160 [2020-03-28 23:25:37] '/u/mischapannell' has given '/u/Dog_Bit' lambda!
+21160 [2020-03-28 23:25:37] The OP received lambda too!
+11577 [Mar 30 2020 18:22:43]
+####################
+[Mar 30 2020 18:22:43] RESTARTED
+####################
+
+11577 [Mar 30 2020 18:23:06] {ERROR} TOO_OLD: 'that's a piece of history now; it's too late to reply to it' on field 'parent'
+11577 [Mar 30 2020 18:23:33] There has been a new submission: 'a brand new proposal', with flair 'None'
+11577 [Mar 30 2020 18:23:46] There has been a new submission: 'The seventh /r/europeansocialists voting session is now accepting propoasls', with flair 'None'
+11577 [Mar 30 2020 18:23:53] There has been a new submission: '[INCENDIARY] ORLANDO: Gutwrenching Video Surfaces of School Police Arresting 6-Year-Old Black Girl', with flair 'None'
+11577 [Mar 30 2020 18:23:57] There has been a new submission: '[REDSPARK] District Leader Of Chand Led CPN Arrested In Bhojpur', with flair 'Redspark'
+11577 [Mar 30 2020 18:23:59] There has been a new submission: '[NDFP] Welcome to Duterte’s willingness to talk peace and let backchannel talks to lay the ground', with flair 'NDFP'
+11577 [Mar 30 2020 18:24:01] There has been a new submission: '[REDSPARK] District Leader Of Chand Led CPN Arrested In Bhojpur', with flair 'Redspark'
+11577 [Mar 30 2020 18:24:03] There has been a new submission: '[REDSPARK] District Chairperson Of Trade Union Federation Attached To Chand Led CPN Arrested And Jailed', with flair 'Redspark'
+11577 [Mar 30 2020 18:24:05] There has been a new submission: '[REDSPARK] CPI Maoist Working To Develop New Base Area In Amarkantak Forests', with flair 'Redspark'
+11577 [Mar 30 2020 18:24:06] There has been a new submission: '[REDSPARK] CPI Maoist Openly Oppose U.S. President Donald Trump’s Recent Visit To India', with flair 'Redspark'
+11577 [Mar 30 2020 18:24:08] There has been a new submission: '[REDSPARK] CPI Maoist Posters Surface In Ambayathode Town In Kannur District', with flair 'Redspark'
+11577 [Mar 30 2020 18:24:09] There has been a new submission: '[REDSPARK] Chand Led CPN Issues Statement Denouncing Former Government Minister Gokul Baskota', with flair 'Redspark'
+11577 [Mar 30 2020 18:24:11] There has been a new submission: '[REDSPARK] CPI Maoist Extends Support To Struggle Of Tribals In Visakha Area Of Andhra Pradesh', with flair 'Redspark'
+11577 [Mar 30 2020 18:26:09] There has been a new submission: 'should remove this', with flair 'Video Critique'
+11577 [Mar 30 2020 18:26:15] {ERROR} unsupported operand type(s) for +: 'NoneType' and 'str'
+12108 [Mar 30 2020 18:29:11]
+####################
+[Mar 30 2020 18:29:11] RESTARTED
+####################
+
+12108 [Mar 30 2020 18:29:42] There has been a new submission: 'should remove this', with flair 'Video Critique'
+12363 [Mar 30 2020 18:32:58]
+####################
+[Mar 30 2020 18:32:58] RESTARTED
+####################
+
+12363 [Mar 30 2020 18:35:39] There has been a new submission: 'criquie', with flair 'Video Critique'
+12363 [Mar 30 2020 18:38:22] '/u/_a_creative_username' has given '/u/bot-ocr' lambda!
+12363 [Mar 30 2020 18:41:12] A moderator removed -14 lambda from /u/bot-ocr for the reason 'for the purposes of testing'
diff --git a/archive_posts.py b/archive_posts.py
deleted file mode 100644
index a68feaf..0000000
--- a/archive_posts.py
+++ /dev/null
@@ -1,25 +0,0 @@
-import praw
-import database
-import login
-
-reddit = login.REDDIT
-
-subreddit = reddit.subreddit("jwnskanzkwktest")
-db = database.Database()
-
-comment_stream = subreddit.stream.comments(pause_after=-1)
-submission_stream = subreddit.stream.submissions(pause_after=-1)
-while True:
- for comment in comment_stream:
- if comment is None:
- break
- if not db.id_in_blacklist(comment.id):
- print("archived: ", comment.id)
- db.add_to_blacklist(comment.id)
-
- for submission in submission_stream:
- if submission is None:
- break
- if not db.id_in_blacklist(submission.id):
- print("archived: ", submission.id)
- db.add_to_blacklist(submission.id) \ No newline at end of file
diff --git a/database.py b/database.py
index 26b8e43..26b8e43 100644..100755
--- a/database.py
+++ b/database.py
diff --git a/exampleconfig.json b/exampleconfig.json
new file mode 100755
index 0000000..82649dc
--- /dev/null
+++ b/exampleconfig.json
@@ -0,0 +1,27 @@
+{
+ "redditapi":
+ {
+ "client_id": "xxxxxxxxxxxxx",
+ "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx",
+ "user_agent": "xxxxxxxxxxxxxxx",
+ "username": "xxxxxxxxxxxxxxx",
+ "password": "xxxxxxxxxxxxxxxxxxxx"
+ },
+ "imgurapi":
+ {
+ "client_id": "xxxxxxxxxxxxxxxxx",
+ "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ },
+ "youtubeapi":
+ {
+ "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
+ },
+ "subreddit": "jwnskanzkwktest",
+ "comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)",
+ "free_flairs":
+ [
+ "Discussion",
+ "Meta",
+ "Collab"
+ ]
+} \ No newline at end of file
diff --git a/graph.py b/graph.py
new file mode 100755
index 0000000..723997b
--- /dev/null
+++ b/graph.py
@@ -0,0 +1,31 @@
+from mpl_toolkits.axes_grid1 import host_subplot
+import mpl_toolkits.axisartist as AA
+import matplotlib.pyplot as plt
+import matplotlib
+import datetime
+
+def make_graph(data):
+ fig = plt.figure()
+
+ lambdaCount = [i[1] for i in data]
+ helpGiven = [i[2] for i in data]
+ uniqueUsers = [i[3] for i in data]
+ date = [datetime.datetime.strptime(i[4], "%Y-%m-%d") for i in data]
+
+ fig, ax1 = plt.subplots()
+ ax1.plot(date, lambdaCount, label = "Total λ in circulation", color = "r")
+ ax1.set_ylabel("Total λ / help given")
+
+ ax1.plot(date, helpGiven, label = "Times help given", color = "g")
+
+ ax2 = ax1.twinx()
+ ax2.plot(date, uniqueUsers, label = "Unique users")
+ ax2.set_ylabel("No. Unique Users")
+
+ ax1.legend()
+ ax2.legend(loc = 4)
+ fig.autofmt_xdate()
+
+ filepath = "graph.png"
+ fig.savefig(filepath)
+ return filepath \ No newline at end of file
diff --git a/misc_classes.py b/misc_classes.py
index 6d310b3..6d310b3 100644..100755
--- a/misc_classes.py
+++ b/misc_classes.py
diff --git a/onceaday.py b/onceaday.py
index a5b41cf..ff444fc 100644..100755
--- a/onceaday.py
+++ b/onceaday.py
@@ -4,7 +4,7 @@ from time import sleep
SECONDS_IN_DAY = 24 * 60 * 60
while True:
- sleep(60 * 60 * 5)
+ sleep(60 * 60 * 4)
SmallYTChannelBotSubmissions.every_day()
print("Called @ %s" % SmallYTChannelBotSubmissions.get_time())
- sleep(60 * 60 * 19)
+ sleep(60 * 60 * 20)
diff --git a/readme.md b/readme.md
index 1fe2dc5..03bdd0c 100644..100755
--- a/readme.md
+++ b/readme.md
@@ -1,39 +1,34 @@
# /u/SmallYTChannelBot Source Code
-- SmallYTChannelBotSubmissions.py is where the main code is kept. It has the
-main subreddit stream in it.
+The source code for /u/SmallYTChannelBot. Currently refactoring is in progress.
-- SmallYTChannelDatabase.db is an SQLite file containing the database. I chose
-SQLite over MySQL since it's easier to backup. Maybe one day we'll upgrade to
-MySQL and do automated backups.
+# TODOs
-- database.py is a class for interfacing with the database.
+- [x] Automatically flair when [] is in submission title (done with AutoModerator)
-- onceaday.py is a file which calls a function in the main prog every 24h
-to do statistcs stuff, drawing the graphs etc.
+- [ ] Implement `!recheck` command to recheck already removed submissions
-- runprog.py calls the main program. The way it does this is kinda alkward,
-because it kills the main program and restarts it every 2h. I don't even know
-if this is needed anymore but it fixed problems so it stays. It works because
-the main prog writes its pid in a text file every time it's called. This pid
-is called after 2h and a new instance is started.
+- [ ] Ignore bot commands when they're formatted as code (` ` or indentation)
-- ytapi.py gets data about user's videos in the subreddit to do the stats comment
-and do the flair.
+- [ ] Write a bot for the discord
-- Not included for security reasons is login.py which has the PRAW instance and
-API keys for imgur. The YT api key is in ytapi.py for some reason. Hope that
-isn't a massive problem.
+- [ ] Implement a stream for edited comments
-# TODOs
+- [x] Removed giving lambda in free posts
+
+- [x] Removed lambda for giving lambda
+
+- [x] Switched to using a JSON file for configuration, included template
+
+- [x] Refactored main code
-- Automatically flair when [] is in submission title
+- [x] Changed license from MIT to GPLv3
-- Implement !recheck command to recheck already removed submissions
+- [ ] Update flair when using the !takelambda command
-- Ignore bot commands when they're formatted as code (` or indentation)
+- [x] Reimplented the `!takelambda` command
-- Write a bot for the discord
+- [ ] Change `!takelambda` to `!refundlambda` when negative
# About the database's structure
diff --git a/requirements.txt b/requirements.txt
index c74908d..c74908d 100644..100755
--- a/requirements.txt
+++ b/requirements.txt
diff --git a/runprog.py b/runprog.py
index 4568c59..51368c5 100644..100755
--- a/runprog.py
+++ b/runprog.py
@@ -3,7 +3,7 @@ import subprocess
import multiprocessing
def thread_():
- subprocess.run(["python3", "SmallYTChannelBotSubmissions.py"])
+ subprocess.run(["python3", "subreddit.py"])
while True:
thread = multiprocessing.Process(target = thread_, args = ())
diff --git a/subreddit.py b/subreddit.py
new file mode 100755
index 0000000..372411b
--- /dev/null
+++ b/subreddit.py
@@ -0,0 +1,320 @@
+from misc_classes import SimpleLogger
+from imgurpython import ImgurClient
+from operator import itemgetter
+from database import Database
+import datetime
+import ytapi
+import graph
+import time
+import praw
+import json
+import re
+import os
+
+with open("config.json", "r") as f:
+ CONFIG = json.load(f)
+
+REDDIT = praw.Reddit(**CONFIG["redditapi"])
+SUBREDDIT = REDDIT.subreddit(CONFIG["subreddit"])
+COMMENT_TAIL = CONFIG["comment_tail"]
+FREE_FLAIRS = CONFIG["free_flairs"]
+
+IMGUR = ImgurClient(**CONFIG["imgurapi"])
+
+db = Database()
+simplelogger = SimpleLogger()
+
+def get_time():
+ #this is not the correct way to do this but I don't care
+ return time.strftime("%b %d %Y %H:%M:%S", time.gmtime())
+
+def display(message):
+ message = "%d\t[%s]\t%s" % (os.getpid(), get_time(), message)
+ print(message)
+ simplelogger.log(message)
+
+def get_lambda_from_flair(s):
+ result = re.search("\[(.*)\]", s)
+ if result is not None and "λ" in result.group(1):
+ return result.group(1)
+ else:
+ return ""
+
+def update_users_flair(comment):
+ username = str(comment.author)
+ flairscore = get_lambda_from_flair(str(comment.author_flair_text))
+ flairtext = comment.author_flair_text
+ if flairtext is None:
+ flairtext = ""
+ else:
+ flairtext = str(flairtext.replace("[%s] " % flairscore, ""))
+ if username in get_mods():
+ newflair = "[∞λ] %s" % (flairtext)
+ else:
+ actualscore = db.get_lambda(username)[0]
+ newflair = "[%iλ] %s" % (actualscore, flairtext)
+ SUBREDDIT.flair.set(redditor = username, text = newflair)
+
+def get_mods():
+ return [str(i) for i in SUBREDDIT.moderator()] + ["AutoModerator"]
+
+def update_tables(scores, data):
+ content = ""
+ date = str(datetime.date.today())
+ mods = get_mods()
+ imagepath = graph.make_graph(data)
+ imageurl = upload_image(imagepath, date)
+ bylambda = [i for i in sorted(scores, key = itemgetter(1), reverse = True) if i[0] not in mods][:10]
+ byhelps = sorted(scores, key = itemgetter(2), reverse = True)[:10]
+
+ SUBREDDIT.stylesheet.upload("wikigraph", imagepath)
+
+ content += "\n\n##/r/SmallYTChannel lambda tables: %s" % date
+
+ content += "\n\n###By lambda:"
+ content += "\n\nUsername|Lambda|Help given\n:--|:--|:--"
+ for line in bylambda:
+ content += "\n/u/%s|%i|%i" % (line[0], line[1], line[2])
+
+ content += "\n\n###By Help given:"
+ content += "\n\nUsername|Lambda|Help given\n:--|:--|:--"
+ for line in byhelps:
+ λ = str(line[1])
+ if line[0] in mods:
+ λ = "∞"
+ content += "\n/u/%s|%s|%i" % (line[0], λ, line[2])
+
+ content += "\n\n##Statistics from %s:\n\nIf you're looking at this through the wiki, not through the bot's profile, then" % (date)
+ content += "the most up-to-date graph will be shown below. To see the graph at this date, follow [this link.](%s)" % (imageurl)
+ content += "\n\n![](%%%%wikigraph%%%%)\n\nTotal λ in circulation|Useful advice given|Unique users\n:--|:--|:--\n%i|%i|%i" % (data[-1][1], data[-1][2], data[-1][3])
+
+ REDDIT.subreddit("u_SmallYTChannelBot").submit("/r/SmallYTChannel Statistics: %s" % date, url = imageurl).reply(content).mod.distinguish(sticky = True)
+
+ SUBREDDIT.wiki["lambdatables"].edit(content, reason = "Update: %s" % date)
+ SUBREDDIT.wiki[date].edit(content, reason = "Update: %s" % date)
+
+ currentdata = SUBREDDIT.wiki["index"].content_md
+ currentdata += "\n\n* [%s](/r/SmallYTChannel/wiki/%s)" % (date, date)
+
+ SUBREDDIT.wiki["index"].edit(currentdata, reason = "Update: %s" % date)
+
+def upload_image(path, date):
+ config = {
+ 'album': None,
+ 'name': 'SmallYTChannelBot Statistics graph: %s' % date,
+ 'title': 'SmallYTChannelBot Statistics graph: %s' % date,
+ 'description': 'SmallYTChannelBot Statistics graph: %s' % date
+ }
+
+ image = IMGUR.upload_from_path(path, config = config)
+
+ return "https://i.imgur.com/%s.png" % image["id"]
+
+def every_day():
+ display("Updated statistics")
+ db.update_stats()
+ update_tables(db.get_scores(), db.get_stats())
+
+def handle_mylambda(comment):
+ author = str(comment.author)
+ λ, links = db.get_lambda(author)
+ if author in get_mods():
+ text = "/u/%s is a moderator, and therefore has ∞λ." % author
+ else:
+ text = "/u/%s currently has %iλ, and has helped helping the following posts:" % (author, λ)
+ count = 0
+ for link in links:
+ if "www.reddit.com" not in link:
+ link = "https://www.reddit.com" + link
+
+ #set a max limit on the number of times this will iterate to stop it
+ #breaking because of Reddit's character limit.
+ count += 1
+ text += "\n\n- [%s](%s)" % (REDDIT.submission(url = link).title, link)
+ if count > 100: #experminent with this number
+ text += "\n\n[%i more...]" % len(links) - count
+ break
+
+ update_users_flair(comment)
+ return text
+
+def handle_givelambda(comment):
+ submission = comment.submission
+ parentauthour = str(comment.parent().author)
+ op = str(comment.author)
+ if op == parentauthour:
+ text = "You cannot give yourself λ."
+ elif parentauthour == "SmallYTChannelBot":
+ text = "Please only give lambda to humans."
+ elif str(comment.author) in get_mods():
+ text = "The moderator /u/%s has given /u/%s 1λ. /u/%s now has %iλ." % (str(comment.author), parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1)
+ db.give_lambda(parentauthour, submission.permalink)
+ display(text)
+ elif submission.link_flair_text in FREE_FLAIRS:
+ text = "You cannot give lambda in free posts anymore."
+ elif op != str(submission.author):
+ text = "Only the OP can give λ."
+ elif db.user_given_lambda(parentauthour, str(submission.permalink)):
+ text = "You have already given /u/%s λ for this submission. Why not give λ to another user instead?" % parentauthour
+ else:
+ display("'/u/%s' has given '/u/%s' lambda!" % (op, parentauthour))
+ text = "You have given /u/%s 1λ. /u/%s now has %iλ" % (parentauthour, parentauthour, db.get_lambda(parentauthour)[0] + 1)
+
+ #bonus lambda giving was removed
+ # if not db.link_in_db(submission.permalink) or not db.link_in_db(submission.permalink.replace("https://www.reddit.com", "")):
+ # db.give_lambda(parentauthour, submission.permalink, op)
+ # display("The OP received lambda too!")
+ # else:
+ db.give_lambda(parentauthour, submission.permalink)
+
+ update_users_flair(comment)
+ #updating the parent comment is now unnessicary since bonus lambda was removed
+ # update_users_flair(comment.parent())
+ return text
+
+def handle_takelambda(comment):
+ try:
+ splitted = comment.body.split()
+ user = splitted[1].replace("/u/", "")
+ toremove = int(splitted[2].replace("\\", ""))
+ reason = " ".join(splitted[3:])
+
+ text = "/u/%s has had %iλ taken away from them for the reason '%s'. /u/%s now has %iλ" % (user, toremove, reason, user, db.get_lambda(user)[0] - toremove)
+ db.change_lambda(user, -toremove)
+ display("A moderator removed %i lambda from /u/%s for the reason '%s'" % (toremove, user, reason))
+ except Exception as e:
+ display("{ERROR while removing λ} %s" % e)
+ text = r"An error was encountered. Please use the syntax `!takelambda [user] [how much to remove {integer}] [reason]`" + "\n\nThe error was:\n\n" + str(e)
+
+ update_users_flair(comment.parent())
+ return text
+
+def handle_submission(submission):
+ score = db.get_lambda(str(submission.author))[0]
+ if submission.link_flair_text in FREE_FLAIRS:
+ if "youtube.com" in str(submission.url) or "youtu.be" in str(submission.url):
+ text = "Your post has been removed because it has the wrong flair. [Discussion], [Meta] and [Collab] flairs are only for text submissions."
+ submission.mod.remove()
+ display("/u/%s had their submission removed for using the wrong flair." % submission.author)
+ else:
+ text = "Your post is a discussion, meta or collab post so it costs 0λ."
+ else:
+ if score < 3:
+ text = """Thank you for submitting to /r/SmallYTChannel. Unfortunally, you submission has been removed since you do not have enough λ. You need
+ 3λ to post. You currently have %iλ. For more information, read the [FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % score
+ submission.mod.remove()
+ display("/u/%s had their submission removed for insufficient lambda." % submission.author)
+ else:
+ text = """Thank you for submitting to /r/SmallYTChannel. You have spent 3λ to submit here, making your current balance %iλ.
+ /u/%s, please comment `!givelambda` to the most helpful advice you are given.
+ For more information, read the [FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)""" % (score - 3, str(submission.author))
+ db.change_lambda(str(submission.author), -3)
+
+ try:
+ ytid = ytapi.get_videoId_from_url(submission.url)
+ if "/" not in ytid:
+ ytdata = ytapi.get_video_data(ytid)
+
+ text += """
+\n\n\n##Video data:
+
+**Field**|**Data**
+:-|:-
+Title|%s
+Thumbnail|[Link](%s)
+Views|%s
+Length|%s
+Likes/Dislikes|%s/%s
+Comments|%s
+Description|%s
+
+##Channel Data:
+
+**Field**|**Data**
+:-|:-
+Name|%s
+Thumbnail|[Link](%s)
+Subscribers|%s
+Videos|%s
+Views|%s
+ """ % (
+ ytdata["title"],
+ ytdata["thumbnail"],
+ ytdata["views"],
+ ytdata["length"],
+ ytdata["likes"],
+ ytdata["dislikes"],
+ ytdata["comments"],
+ ytdata["description"],
+ ytdata["channel"],
+ ytdata["channelThumb"],
+ ytdata["subscribers"],
+ ytdata["videos"],
+ ytdata["channelViews"]
+ )
+
+ curflair = submission.link_flair_text
+ if str(curflair) != "None":
+ submission.mod.flair(" %s | %s | :youtube: %s" % (curflair, ytdata["length"], ytdata["channel"]))
+ else:
+ submission.mod.flair("%s | :youtube: %s" % (ytdata["length"], ytdata["channel"]))
+ except:
+ pass
+
+ update_users_flair(submission)
+ return text
+
+def main():
+ comment_stream = SUBREDDIT.stream.comments(pause_after=-1)
+ submission_stream = SUBREDDIT.stream.submissions(pause_after=-1)
+
+ while True:
+ # try:
+ for comment in comment_stream:
+ if comment is None:
+ break
+ if not db.id_in_blacklist(comment.id):
+ db.add_to_blacklist(comment.id)
+
+ response = None
+ if "!mylambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot":
+ response = handle_mylambda(comment)
+
+ if "!givelambda" in comment.body.lower() and str(comment.author) != "SmallYTChannelBot":
+ response = handle_givelambda(comment)
+
+ if comment.body[:11] == "!takelambda" and str(comment.author) in get_mods():
+ response = handle_takelambda(comment)
+
+ if response is not None:
+ reply = comment.reply(response + COMMENT_TAIL)
+ reply.mod.distinguish(sticky = False)
+
+ for submission in submission_stream:
+ if submission is None:
+ break
+ if not db.id_in_blacklist(submission.id):
+ db.add_to_blacklist(submission.id)
+ display("There has been a new submission: '%s', with flair '%s'" % (submission.title, submission.link_flair_text))
+
+ response = None
+ if str(submission.author) not in get_mods():
+ response = handle_submission(submission)
+ reply = submission.reply(response + COMMENT_TAIL)
+ reply.mod.distinguish(sticky = True)
+ reply.mod.approve()
+
+ # except Exception as e:
+ # display("{ERROR} %s" % e)
+ # continue
+
+if __name__ == "__main__":
+ file = open("pid.txt", "w")
+ file.write(str(os.getpid()))
+ file.close()
+
+ # logging.basicConfig(filename = "api.log", format = "[%(asctime)s] %(process)d\t%(message)s", level = logging.DEBUG)
+
+ display("\n####################\n[%s] RESTARTED\n####################\n" % get_time())
+ main()
+
diff --git a/test_ytapi.py b/test_ytapi.py
deleted file mode 100644
index 622fda9..0000000
--- a/test_ytapi.py
+++ /dev/null
@@ -1,23 +0,0 @@
-import praw
-import database
-import login
-import ytapi
-
-reddit = login.REDDIT
-
-subreddit = reddit.subreddit("SmallYTChannel")
-
-tail = "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)"
-
-submission_stream = subreddit.stream.submissions(pause_after=-1)
-while True:
-
- for submission in submission_stream:
- if submission is not None:
-
- text = "Thank you for submitting..."
- ytid = ytapi.get_videoId_from_url(submission.url)
- if "/" not in ytid:
- ytdata = ytapi.get_video_data(ytid)
-
- print(ytdata["length"], submission.url)
diff --git a/ytapi.py b/ytapi.py
index 267449b..f134018 100644..100755
--- a/ytapi.py
+++ b/ytapi.py
@@ -1,7 +1,11 @@
from googleapiclient.discovery import build
from googleapiclient.errors import HttpError
+import json
import js2py
+with open("config.json", "r") as f:
+ CONFIG = json.load(f)
+
ERROR_DICT = {
"title": "ERROR Video deleted?",
"description": "ERROR Video deleted?",
@@ -22,7 +26,7 @@ ERROR_DICT = {
# tab of
# https://cloud.google.com/console
# Please ensure that you have enabled the YouTube Data API for your project.
-DEVELOPER_KEY = 'AIzaSyBQsuU5GgCTZdFi7cBmPQHWZwIa545zLUE'
+DEVELOPER_KEY = CONFIG["youtubeapi"]["developer_key"]
YOUTUBE_API_SERVICE_NAME = 'youtube'
YOUTUBE_API_VERSION = 'v3'
@@ -92,6 +96,6 @@ def get_video_data(videoId):
if __name__ == '__main__':
try:
- print(get_channel_data("https://www.youtube.com/watch?v=XPpAkggrdaU&feature=youtu.be"))
+ print(get_video_data(get_videoId_from_url("https://www.youtube.com/watch?v=ZYqG31V4qtA")))
except HttpError as e:
print('An HTTP error %d occurred:\n%s' % (e.resp.status, e.content)) \ No newline at end of file