zjahid19/filmography-etl-pipeline

Data Extraction not working for every filmography

Open

#3 opened on Mar 13, 2025

View on GitHub
 (0 comments) (0 reactions) (1 assignee)JavaScript (0 forks)auto 404
buggood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Description The extraction process fails for certain filmography URLs. While it works correctly for Aamir Khan's filmography, it does not execute successfully for Salman Khan's filmography

Steps to Reproduce (for bugs)

  1. Update main module with Salman Khan Filmography URL line number 19. filmography_url = 'https://en.wikipedia.org/wiki/Salman_Khan_filmography'
  2. Run Application. python main.py

Expected Behavior: The extraction process should successfully retrieve data for new filmography URLs, such as Salman Khan's.

Actual Behavior The extraction process is failing and returning an error message.

Contributor guide