-
Notifications
You must be signed in to change notification settings - Fork 9.8k
fix(route/thepaper)(route/jiemian): remove useless image and audio #21800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3e7213a
abc5624
ae9c85d
c1195fc
bdd71fb
34909cd
fbca532
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -61,20 +61,20 @@ export default { | |
| category: [...(contentDetail.tagList?.map((t) => t.tag) ?? []), contentDetail?.nodeInfo?.name ?? []], | ||
| pubDate, | ||
| author: contentDetail.author || '', | ||
| media: { | ||
| content: { | ||
| url: item.pic || contentDetail.videos?.coverUrl || contentDetail.bigPic, | ||
| }, | ||
| thumbnails: { | ||
| url: item.sharePic || contentDetail.sharePic, | ||
| }, | ||
| }, | ||
| // media: { | ||
| // content: { | ||
| // url: item.pic || contentDetail.videos?.coverUrl || contentDetail.bigPic, | ||
| // }, | ||
| // thumbnails: { | ||
| // url: item.sharePic || contentDetail.sharePic, | ||
| // }, | ||
| // }, | ||
| }; | ||
| if (contentDetail.voiceInfo?.isHaveVoice) { | ||
| rss_item.enclosure_type = 'audio/mpeg'; | ||
| rss_item.enclosure_url = contentDetail.voiceInfo.voiceSrc; | ||
| rss_item.itunes_item_image = item.pic || contentDetail.videos?.coverUrl; | ||
| } | ||
| // if (contentDetail.voiceInfo?.isHaveVoice) { | ||
| // rss_item.enclosure_type = 'audio/mpeg'; | ||
| // rss_item.enclosure_url = contentDetail.voiceInfo.voiceSrc; | ||
| // rss_item.itunes_item_image = item.pic || contentDetail.videos?.coverUrl; | ||
| // } | ||
|
Comment on lines
+73
to
+77
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry , it is my fault. However , Please STOP marketing that expensive and unstable rss reader in this project , and focus on RSSHub itself. I will maintain a separate branch for my own needs.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll happily give up the expensive reader if you're willing to pay the maintainers, otherwise shut up
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you, I'll give it up for 0.1 hour. You deserve it. But even at this point, you're still unwilling to make recurring payments. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
收了钱又把人拉黑,什么乞丐行为,肉包子喂狗还知道叫两声呢 |
||
| return rss_item; | ||
| }); | ||
| }, | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.