zjahid19/filmography-etl-pipeline
View on GitHubData Extraction not working for every filmography
Open
#3 opened on Mar 13, 2025
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)
- Update main module with Salman Khan Filmography URL line number 19.
filmography_url = 'https://en.wikipedia.org/wiki/Salman_Khan_filmography' - 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.