Closed GoogleCodeExporter closed 9 years ago
This change doesn't change the model add media elements but it prevents titles
in the
media namespace from clobbering the entry titles:
1190d1189
< _start_media_title = _start_title
1200c1199,1204
< _end_media_title = _end_title
---
>
> def _start_media_title(self, attrsT):
> pass
>
> def _end_media_title(self):
> pass
Original comment by spida...@gmail.com
on 27 Dec 2007 at 2:41
This was fixed on Nov 1, and pulled into Venus at that time.
http://lists.planetplanet.org/archives/devel/2007-November/001693.html
Original comment by sa3ruby@gmail.com
on 30 Dec 2007 at 6:52
why is this marked as "fixed" when the bug remains in the current feedparser.py
?
what is "Venus" ?
Original comment by zzz...@gmail.com
on 2 Jul 2009 at 10:46
Sam's patches for this bug are in the HEAD of the tree. I'm marking all the
other
bugs as duplicates of this one and re-opening this bug until people have had a
chance
to verify that their various bugs are fixed by this patch.
If you've found this bug because of one I marked as a duplicate please update
this
one with the status of your particular problem.
It would also be great if you could provide a feed and a testcase to
demonstrate the
problem you're seeing.
Original comment by adewale
on 16 Dec 2009 at 2:33
Issue 18 has been merged into this issue.
Original comment by adewale
on 16 Dec 2009 at 2:34
Issue 61 has been merged into this issue.
Original comment by adewale
on 16 Dec 2009 at 2:35
Issue 83 has been merged into this issue.
Original comment by adewale
on 16 Dec 2009 at 2:36
Issue 99 has been merged into this issue.
Original comment by adewale
on 25 Dec 2009 at 6:15
Issue 189 has been merged into this issue.
Original comment by adewale
on 25 Dec 2009 at 6:16
Issue 116 has been merged into this issue.
Original comment by adewale
on 27 Dec 2009 at 11:29
SVN's HEAD fixed this for me. Title is once again grabbed from the correct
place.
Original comment by bryanvel...@yahoo.com
on 10 Jan 2010 at 9:49
I had this problem with wordpress blogs, using the current download
(__version__ =
"4.1"# + "$Revision: 1.92 $"[11:15] + "-cvs"), it is resolved in the latest
trunk
version from svn (__version__ = "4.2-pre-" + "$Revision$"[11:14] + "-svn")
Original comment by emlynore...@gmail.com
on 26 Jan 2010 at 7:47
I too was having a this problem with a wordpress feed
(http://sustainablepursuits.wordpress.com/feed/) and checking out the latest
SVN did
the trick.
Nice work everyone :-)
Original comment by the.ange...@gmail.com
on 17 Apr 2010 at 5:30
Issue 47 has been merged into this issue.
Original comment by adewale
on 2 Dec 2010 at 8:32
Please close this bug as fixed.
Original comment by kurtmckee
on 4 Dec 2010 at 4:07
Original comment by adewale
on 4 Dec 2010 at 11:04
Original issue reported on code.google.com by
idliv...@gmail.com
on 30 Oct 2007 at 12:16