mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-15 10:15:23 +08:00
fix: remove a redundant parameter (#2579)
This commit is contained in:
@@ -110,7 +110,7 @@ const ProcessFeed = ($, link) => {
|
|||||||
// handle lazy-loading images
|
// handle lazy-loading images
|
||||||
ProcessImage($, e, '.js-delayed-image-load');
|
ProcessImage($, e, '.js-delayed-image-load');
|
||||||
|
|
||||||
ProcessVideo($, e, 'figure.media-with-caption > div.player-with-placeholder', link);
|
ProcessVideo($, e, 'figure.media-with-caption > div.player-with-placeholder');
|
||||||
|
|
||||||
$(e).remove();
|
$(e).remove();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user