ahmadfaizalbh / ahmadfaizalbh/django-oembed
Handle oembed links inside tags
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
>>> oembed.core.replace("http://www.http://youtube.com/watch?v=qBjLW5_dGAM")
u""
>>> oembed.core.replace("
http://www.youtube.com/watch?v=qBjLW5_dGAM
")u'
http://www.youtube.com/watch?v=qBjLW5_dGAM
'`oembed.core.replace` should handle links adjacent to HTML tags or elements
like ` `
Many WYSIWYG editors won't let you insert text that isn't adjacent to one of
these elements.
```
Original issue reported on code.google.com by `sgt.hu...@gmail.com` on 17 Jul 2008 at 5:08
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.