@@ -13,15 +13,17 @@ class MainActivity : AppCompatActivity(), OpenGraphCallback {
1313 private val openGraphParser by lazy { OpenGraphParser (this , showNullOnEmpty = true ) }
1414
1515 private val LINKS_TO_TEST = mutableListOf (
16- " https://www.linkedin.com/posts/madhusmita-padhy_machinelearning-datascience-activity-6886390508722163712-yhQ0" ,
17- " https://www.youtube.com/watch?v=n3zsoX7bRlc" ,
18- " https://twitter.com/levelsio/status/1481942293108359168" ,
19- " https://stackoverflow.com/questions/44515769/conda-is-not-recognized-as-internal-or-external-command" ,
20- " https://github.com/Priyansh-Kedia/OpenGraphParser" ,
21- " https://chat.whatsapp.com/DdWAKRkt2VfAmd4OS47y7P" ,
22- " https://www.reddit.com/r/MachineLearning/comments/s3mjqf/deep_learning_interviews_hundreds_of_fully_solved/?utm_medium=android_app&utm_source=share" ,
23- " https://instagram.com/fcbarcelona?utm_medium=copy_link" ,
24- " https://www.facebook.com/groups/777946865955982/permalink/1385110621906267/"
16+ // "https://www.linkedin.com/posts/madhusmita-padhy_machinelearning-datascience-activity-6886390508722163712-yhQ0",
17+ // "https://www.youtube.com/watch?v=n3zsoX7bRlc",
18+ // "https://twitter.com/levelsio/status/1481942293108359168",
19+ // "https://stackoverflow.com/questions/44515769/conda-is-not-recognized-as-internal-or-external-command",
20+ // "https://github.com/Priyansh-Kedia/OpenGraphParser",
21+ // "https://chat.whatsapp.com/DdWAKRkt2VfAmd4OS47y7P",
22+ // "https://www.reddit.com/r/MachineLearning/comments/s3mjqf/deep_learning_interviews_hundreds_of_fully_solved/?utm_medium=android_app&utm_source=share",
23+ // "https://instagram.com/fcbarcelona?utm_medium=copy_link",
24+ // "https://www.facebook.com/groups/777946865955982/permalink/1385110621906267/",
25+ " https://www.youtube.com/" ,
26+ " https://www.instagram.com/"
2527 )
2628
2729 override fun onCreate (savedInstanceState : Bundle ? ) {
0 commit comments