geekcomputers / geekcomputers/Python
i am not able to extract link
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
page = ('.... facebook .....')
Link_start = (page.find('<a href'))
starting_quote = (page.find('"','Link_start'))
end_quote = (page.find('"','starting_quote+1'))
url = (page.find('stating quote+1','end quote'))
print (url)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the code snippet in issue #223 and reproduce its output in a minimal Python run. Check the string-search arguments and compare the printed result with the expected Facebook URL; done means the link value is extracted correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100