File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def youtube_scrapper(video_sec_url, n_pages):
176
176
"""
177
177
178
178
import youtube
179
- return youtube .scrappi (video_sec_url , n_pages = 3 )
179
+ return youtube .scrappi (video_sec_url , n_pages = n_pages )
180
180
181
181
############## Wikipedia Scrapper ##############
182
182
@@ -441,7 +441,7 @@ class StockScrapper():
441
441
442
442
############## Financial details scrapper ##############
443
443
444
- def financial_data_scrapper (stock_code ):
444
+ def financial_data_scrapper (self , stock_code ):
445
445
446
446
"""
447
447
@@ -477,7 +477,7 @@ def financial_data_scrapper(stock_code):
477
477
478
478
############## Profile details scrapper ##############
479
479
480
- def profile_data_scrapper (stock_code ):
480
+ def profile_data_scrapper (self , stock_code ):
481
481
482
482
"""
483
483
@@ -512,7 +512,7 @@ def profile_data_scrapper(stock_code):
512
512
513
513
############## Profile details scrapper ##############
514
514
515
- def historical_data_scrapper (stock_code , stock_range , stock_interval ):
515
+ def historical_data_scrapper (self , stock_code , stock_range , stock_interval ):
516
516
517
517
"""
518
518
You can’t perform that action at this time.
0 commit comments