Skip to content
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

Implement media content parsing for RSS feeds #19

Merged
merged 2 commits into from
Jan 27, 2016
Merged

Conversation

fusion44
Copy link
Contributor

I've implemented media content parsing for RSS feeds.

More info here

@Pkmmte
Copy link
Owner

Pkmmte commented Dec 30, 2015

Thanks for the pull request!

Before I merge, I have one question: why did you decide to use a Vector instead of a synchronized List?

@fusion44
Copy link
Contributor Author

My pleasure!

I didn't use it because I didn't know about it. Now that I've read a bit more about Vectors in Java I'll change the code to a synchronized list. Vectors seem to be more or less deprecated.
Sorry about that.

@Pkmmte
Copy link
Owner

Pkmmte commented Jan 1, 2016

I'd appreciate it if you could modify your pull request to use a regular ArrayList instead. I don't think synchronization is really necessary for this. :)

@fusion44
Copy link
Contributor Author

Sorry! It might take a few additional days to get this through. To much todo but not enough time :-)
I'll do it next week at latest.

@Pkmmte
Copy link
Owner

Pkmmte commented Jan 27, 2016

I'll go ahead and merge it anyway. I'll take care of modifying it.

Pkmmte added a commit that referenced this pull request Jan 27, 2016
Implement media content parsing for RSS feeds
@Pkmmte Pkmmte merged commit a8fdca6 into Pkmmte:master Jan 27, 2016
@fusion44
Copy link
Contributor Author

Thank you and sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants