mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 08:39:38 +08:00
fix: remove a redundant parameter (#2579)
This commit is contained in:
@@ -110,7 +110,7 @@ const ProcessFeed = ($, link) => {
|
||||
// handle lazy-loading images
|
||||
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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user