ahmadfaizalbh / ahmadfaizalbh/django-oembed

Handle oembed links inside tags

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.