From b844da69d448e55351043c4a192e5fc179067812 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:39:22 +0530 Subject: [PATCH] ... --- recipes/icons/nytimes_sub.png | Bin 301 -> 416 bytes recipes/nytimes_sub.recipe | 5 ----- 2 files changed, 5 deletions(-) diff --git a/recipes/icons/nytimes_sub.png b/recipes/icons/nytimes_sub.png index 9ae9985ee4663dd2aa8177fbd2f0ff78a7cc9f07..2d170d68f4a5ce7fc46817242854f5fe5ab8d616 100644 GIT binary patch literal 416 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyHUT~%uI>dsLPA2qU?3tQ0%XI1 zgoFf;4HN`Q!Ud(Iq~Po;{Iezk%@HmM@(X78sMRBxc;&=Qz6~}$kCyLZt5&=_EqgZu z10#c{i(`mI@6pLOC$%c@xZDiCdFKEB*DO0;3GC?)p3Lt3GI)ZYa`OM+e2ReOyN+N_5#KrjW+vTf!qZR2fyu^@I7#eXR1u{ z@+mhK@R=tTem4qWR8@hg(<ubDll77S1Cht<_H@rOJ*mdKI;Vst02fl1tpET3 literal 301 zcmV+|0n+}7P)htVm)|EJm4Z7RBqX zlkVQV_wM)peIyJCZK9L_Vi1IYAK~*$o}&!1?#|5W?kmkIMJNiW%aTf#1PIe(VY9h6 zHY#^5qVLFYbliWQynnemD!Z|#7~-GG+`LW?bI1abnWCzvmD0i1O%#v`dWk(nS?fcy zEpo(wJB|M>+xsV9X^|!(;KS9!V&$#zT_Z=(W_o0}@kwoI!^eoY;98bj-}WXRLr@oj z{MMG_UA6$hpbwpkv-9_Yh>mE1F{Fl+AWQfMaOARK#zZT$00000NkvXXu0mjf-%y6A diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 38f48ae632..60ec193031 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -339,11 +339,6 @@ class NewYorkTimes(BasicNewsRecipe): ] return br - def get_article_url(self, article): - url = BasicNewsRecipe.get_article_url(self, article) - if not '/video/' in url: - return url - def preprocess_html(self, soup): w = self.recipe_specific_options.get('res') if w and isinstance(w, str):