From nobody Thu Feb 18 12:01:03 2021 Authentication-Results: mail-b.sr.ht; dkim=pass header.d=disroot.org header.i=@disroot.org Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by mail-b.sr.ht (Postfix) with ESMTPS id E9D9A11F017 for <~cadence/tube-devel@lists.sr.ht>; Thu, 18 Feb 2021 12:01:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D699850E89; Thu, 18 Feb 2021 13:01:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id HNb7k0wfr3WC; Thu, 18 Feb 2021 13:01:00 +0100 (CET) Date: Fri, 19 Feb 2021 01:00:40 +1300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1613649645; bh=BELzHQmkb/FooZ67ud33Ut/kyvQykqo9Viboj1qASAQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=CHBVGXdPI0HnZ0z/ttylI1FJmaf5GzAvtyT/C34te6I2UEqMG2QQBc2oEcCpTryiZ NmHBvhcv+jJ8aVafk0Y86qWF/2FRyHphnyQ2Ho+8rTR7HylpAQwbTLHHB8QgKbAauP Us/t2/tQ0DTvq4YNq+eCKfzDc92NRJZ3HU7xu5wyXF1TwkjlAtZ8DtM2Y+teW97LQL un9prah1/gmak0VK0xJ+A6xXbcZdrOyivQI7AzYP16WPkdDq38P+MxejfQO0VAgpk1 cdaL6sWJxpiL3scch1cTSCLul5F/u31ROzuDChoTdpPwrEqET/xLrMRAZOSAak3Jtl J07Qr2UGi83Fg== From: Cadence Ember To: ~cadence/tube-devel@lists.sr.ht Cc: ~lomanic Subject: Re: [PATCH Second] Fix broken channel videos extraction failing with KeyError: 'gridVideoRenderer' Message-Id: <20210219010040.80ad2171e9a83446ca9dd485@disroot.org> In-Reply-To: <161317624895.4858.13360699289275846889-0@git.sr.ht> References: <161317624895.4858.13360699289275846889-0@git.sr.ht> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Tested, works, and good solution. Patch applied, thank you!