Python Forum
Imdb id only with title - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Imdb id only with title (/thread-14095.html)



Imdb id only with title - Erestris - Nov-14-2018

Hello,

(Excuse my Bad english)

I am new and Hope you can help me

I Need a Code to search only for imdb ids.
For example:
Given: Movie title (2018)
Output should Be: tt1234567

I Need this with only basic code (without beautifulsoup and so on, only Standard libraries/modules).

Could you please help me with a Code example?

Best Regards

Andy


RE: Imdb id only with title - j.crater - Nov-14-2018

Hello,
we are very glad to help, but we don't write code for others here.
Make an attempt to write the program. If you get stuck or get errors, post your code (in Python code tags) and explain what result you get and what result you want instead. Or post full error traceback message, in case you get errors.


RE: Imdb id only with title - nilamo - Nov-14-2018

(Nov-14-2018, 06:45 PM)Erestris Wrote: I Need this with only basic code (without beautifulsoup and so on, only Standard libraries/modules).
Moved to Homework.