-
Notifications
You must be signed in to change notification settings - Fork 415
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
RSS parsing with libxml #2404
RSS parsing with libxml #2404
Conversation
c69d87e
to
aa43618
Compare
supports error messages use regex based class if libxml not available
aa43618
to
3d46d8d
Compare
I like this pull request. @Antorell would you like to help test it, so we can get it merged? Perhaps, it might resolve the problem with the XML tags. You mentioned an issue with |
No, this PR will not helps with this. We have this behavior due to replacement
here. Correct stripping tags in js and add call of libxml_disable_entity_loader for php 7, please.
on initialization. |
Thanks @Novik for the update. This pull request will be delayed until the ruTorrent 4.1 stable point release. Priority low set. Priority will be raised once the ruTorrent 4.0 stable release has been created. |
@TrimmingFool I would like to merge a fix to this problem before releasing ruTorrent 4.0 stable. If you can get @Antorell to help test it with screenshots, we can merge the pull request. Priority critical will be assigned to the Pull Request. |
I posted two feeds from public trackers that have the formatting issue here :
|
@TrimmingFool Could you request PR #2393 and #2404 to merge into the new develop branch? It will take time until I can merge new features into master. I want to keep you going on anther branch, until major platforms switch to version 4.0 stable. |
@stickz Thank you for all your effort of moving things forward while keeping everything stable. JFYI, my involvement in ruTorrent is merely recreational and, at the moment, I don't plan on implementing any new features. |
Not a problem. I just don't want to deter improvements for weeks. The purpose of the development branch is to allow more flexibility to compound changes, avoid the testing sprint after each stable release and merge changes that require testing. |
Revision of #2379
str_starts_with
,str_ends_with